/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-text-clamp {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  max-height: 39px;
  min-height: 39px;
  overflow: hidden;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 20%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* mageplaza end blog style */
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mst-nav__apply-button-wrapper {
    display: none;
  }
  .filter-active .mst-nav__apply-button-wrapper {
    display: block;
    z-index: 1000;
    left: unset!important;
    right: 10px;
  }
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
@media only screen and (max-width: 768px) {
  .mst-nav__slider .mst-nav__slider-from-to input {
    font-size: 16px;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #66BC47;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #66BC47, 0 0 5px #66BC47;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
}
.main .mst-scroll__button:before {
  opacity: 0.6;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main .mst-scroll__button:hover:before {
  opacity: 1;
}
.main .mst-scroll__button._loading {
  opacity: 0.7;
}
.main .mst-scroll__button._loading:before {
  opacity: 1;
  animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #66BC47;
  height: 100%;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.customer-welcome {
  display: inline-block;
  position: relative;
}
.customer-welcome:before,
.customer-welcome:after {
  content: '';
  display: table;
}
.customer-welcome:after {
  clear: both;
}
.customer-welcome .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch:hover:after {
  color: inherit;
}
.customer-welcome .action.switch:active:after {
  color: inherit;
}
.customer-welcome .action.switch.active {
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch.active:hover:after {
  color: inherit;
}
.customer-welcome .action.switch.active:active:after {
  color: inherit;
}
.customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.customer-welcome ul li {
  margin: 0;
  padding: 0;
}
.customer-welcome ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.customer-welcome ul:before,
.customer-welcome ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.customer-welcome ul:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.customer-welcome ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.customer-welcome ul:before {
  right: 10px;
  top: -12px;
}
.customer-welcome ul:after {
  right: 9px;
  top: -14px;
}
.customer-welcome.active {
  overflow: visible;
}
.customer-welcome.active ul {
  display: block;
}
.customer-welcome li a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding: 8px;
}
.customer-welcome li a:visited {
  color: #333;
  text-decoration: none;
}
.customer-welcome li a:hover {
  color: #333;
  text-decoration: none;
}
.customer-welcome li a:active {
  color: #333;
  text-decoration: none;
}
.customer-welcome .customer-name {
  cursor: pointer;
}
.customer-welcome .customer-menu {
  display: none;
}
.customer-welcome .action.switch {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #fff;
}
.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active {
  background: none;
  border: none;
}
.customer-welcome .action.switch:hover {
  background: none;
  border: none;
}
.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch {
  pointer-events: none;
  opacity: 0.5;
}
.customer-welcome .header.links {
  min-width: 175px;
  z-index: 1000;
}
.customer-welcome.active .action.switch:after {
  content: '\e621';
}
.customer-welcome.active .customer-menu {
  display: block;
}
.customer-welcome .greet {
  display: none;
}
.popust-dodatni-tekst {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 10px;
  background: linear-gradient(135deg, #ff6b00, #ffb300);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Clan Pro';
  src: url('../fonts/ClanWebPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clan Pro';
  src: url('../fonts/ClanWebPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clan Pro';
  src: url('../fonts/ClanWebPro-NarrBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clan Pro';
  src: url('../fonts/ClanWebPro-News.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.mst-brand__brand-list {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .mst-brand__brand-list {
    padding-top: 32px;
  }
}
.mst-brand__brand-list .js-brand-letter._active {
  color: #000;
  padding-left: 0px;
  z-index: 9;
}
.mst-brand__brand-list .js-brand-letter {
  padding-left: 0px;
}
.mst-brand__brand-list .letter-row ul li a:hover {
  outline: 2px solid #212225;
}
body {
  font-family: "Outfit", sans-serif !important;
  font-family: 'Clan Pro', sans-serif !important;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
body .columns .column.main {
  padding-bottom: 32px;
}
body h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  body h1 {
    font-size: 24px;
  }
}
body h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  body h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body h3 {
    font-size: 18px;
  }
}
body h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  body h4 {
    font-size: 16px;
  }
}
body a {
  font-family: 'Clan Pro', sans-serif !important;
}
body span {
  font-family: 'Clan Pro', sans-serif !important;
}
body p {
  font-family: 'Clan Pro', sans-serif !important;
}
body strong {
  font-weight: 500;
}
body .sorter-options {
  background-color: #fff !important;
}
.cms-index-index .page-wrapper,
.catalog-category-view .page-wrapper {
  background-color: #f8f8f8;
}
.page-with-filter .filter-title strong,
.customer-account-create .filter-title strong,
.customer-account-login .filter-title strong,
.customer-account-forgotpassword .filter-title strong {
  background-color: transparent;
}
.page-with-filter .page-title,
.customer-account-create .page-title,
.customer-account-login .page-title,
.customer-account-forgotpassword .page-title {
  text-transform: uppercase;
}
.page-with-filter .page-main,
.customer-account-create .page-main,
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .page-with-filter .page-main,
  .customer-account-create .page-main,
  .customer-account-login .page-main,
  .customer-account-forgotpassword .page-main {
    padding-top: 32px;
  }
}
.custom-category-list-top-level .slick-arrow,
.widget-product-carousel.slick-slider .slick-arrow {
  background-color: #66BC47 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url('../images/right-arrow.png') !important;
  background-position: center !important;
  background-size: 20px !important;
}
.slick-slider.pagebuilder-slider .slick-arrow {
  z-index: 1;
  background-color: #66BC47 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 4px;
  background-image: url('../images/right-arrow.png') !important;
  background-position: center !important;
  background-size: 20px !important;
  background-repeat: no-repeat;
}
.slick-slider.pagebuilder-slider .slick-arrow:after {
  display: none;
}
.slick-slider.pagebuilder-slider .slick-arrow:before {
  display: none;
}
.custom-pagebuilder-slider {
  max-height: 480px;
}
.custom-pagebuilder-slider .slick-arrow.slick-next {
  right: 32px;
}
.custom-pagebuilder-slider .slick-arrow.slick-prev {
  left: 32px;
}
.custom-pagebuilder-slider .slick-dots {
  box-sizing: border-box;
  padding: 16px 32px 0px 32px;
  bottom: 24px;
  position: absolute;
}
.custom-pagebuilder-slider .slick-dots li {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
}
.custom-pagebuilder-slider .slick-dots li button {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #000 !important;
  border-radius: 50%;
}
.custom-pagebuilder-slider .slick-dots li button:before {
  display: none;
}
.custom-pagebuilder-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
}
.custom-pagebuilder-slider .pagebuilder-slide-wrapper {
  display: flex;
  align-items: center;
  border-radius: 12px;
  align-items: stretch;
  max-width: 100%;
  width: 100%;
}
.custom-pagebuilder-slider .pagebuilder-overlay {
  padding-left: 96px;
  max-width: 100% !important;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .custom-pagebuilder-slider .pagebuilder-overlay {
    padding-left: 30px;
  }
}
.custom-pagebuilder-slider .pagebuilder-overlay .pagebuilder-button-primary {
  font-size: 16px !important;
  border-radius: 12px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.custom-pagebuilder-slider h1,
.custom-pagebuilder-slider h2,
.custom-pagebuilder-slider h3,
.custom-pagebuilder-slider h4,
.custom-pagebuilder-slider h5,
.custom-pagebuilder-slider h6 {
  font-family: "Jost", sans-serif;
}
.custom-pagebuilder-slider h1 {
  font-size: 46px;
  text-transform: initial;
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .custom-pagebuilder-slider h1 {
    font-size: 32px;
  }
}
.custom-pagebuilder-slider h2 {
  font-size: 46px;
  text-transform: initial;
}
@media (max-width: 768px) {
  .custom-pagebuilder-slider h2 {
    font-size: 32px;
  }
}
.custom-pagebuilder-slider .pagebuilder-slider {
  max-height: 480px;
  overflow: hidden;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  height: 40px;
}
.label span {
  font-weight: 500;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif !important;
  font-family: 'Clan Pro', sans-serif !important;
  font-weight: 500;
}
input[type='radio'] {
  accent-color: #000;
}
.action.primary {
  padding-left: 8px;
  padding-right: 8px;
  font-family: 'Clan Pro', sans-serif !important;
}
.catalog-product-view div.mage-error {
  margin-top: 0px;
  margin-bottom: 6px;
}
.account,
.customer-account-login,
.customer-account-createpassword,
.modal-popup {
  /* Styling for the text to the right */
}
.account .field-tooltip.toggle,
.customer-account-login .field-tooltip.toggle,
.customer-account-createpassword .field-tooltip.toggle,
.modal-popup .field-tooltip.toggle {
  display: none;
}
.account .field.choice,
.customer-account-login .field.choice,
.customer-account-createpassword .field.choice,
.modal-popup .field.choice {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.account .field-tooltip.action,
.customer-account-login .field-tooltip.action,
.customer-account-createpassword .field-tooltip.action,
.modal-popup .field-tooltip.action {
  display: none !important;
}
.account .field.choice input[type="checkbox"],
.customer-account-login .field.choice input[type="checkbox"],
.customer-account-createpassword .field.choice input[type="checkbox"],
.modal-popup .field.choice input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  margin-right: 0px;
  margin-left: 0px;
}
.account .field.choice .label,
.customer-account-login .field.choice .label,
.customer-account-createpassword .field.choice .label,
.modal-popup .field.choice .label {
  display: inline-block;
  position: relative;
  width: 50px;
  /* Slightly smaller width for a sleeker look */
  height: 26px;
  /* Slightly smaller height */
  background-color: #ccc;
  border-radius: 26px;
  cursor: pointer;
  transition: background-color 0.4s;
  margin-right: 12px;
  /* Space between the toggle switch and the text */
}
.account .field.choice .label span,
.customer-account-login .field.choice .label span,
.customer-account-createpassword .field.choice .label span,
.modal-popup .field.choice .label span {
  position: absolute;
  left: 70px;
  width: max-content;
  max-width: 300px;
}
.account .field.choice .label:before,
.customer-account-login .field.choice .label:before,
.customer-account-createpassword .field.choice .label:before,
.modal-popup .field.choice .label:before {
  content: "";
  position: absolute;
  height: 20px;
  /* Smaller button size */
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s;
}
.account input[type="checkbox"]:checked + .label,
.customer-account-login input[type="checkbox"]:checked + .label,
.customer-account-createpassword input[type="checkbox"]:checked + .label,
.modal-popup input[type="checkbox"]:checked + .label {
  background-color: #66BC47;
  /* Green color for 'ON' state */
}
.account input[type="checkbox"]:checked + .label:before,
.customer-account-login input[type="checkbox"]:checked + .label:before,
.customer-account-createpassword input[type="checkbox"]:checked + .label:before,
.modal-popup input[type="checkbox"]:checked + .label:before {
  transform: translateX(24px);
  /* Adjust for smaller size */
}
.account .field.choice .label + label,
.customer-account-login .field.choice .label + label,
.customer-account-createpassword .field.choice .label + label,
.modal-popup .field.choice .label + label {
  cursor: pointer;
  color: #333;
  /* Darker text color for readability */
}
@media (max-width: 1024px) {
  .catalog-product-view .page-wrapper,
  .page-products .page-wrapper {
    margin-top: 210px;
  }
}
@media (max-width: 1024px) {
  .page-wrapper {
    margin-top: 180px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .scrolled .amsearch-wrapper-block {
    display: none;
  }
}
.cms-home #maincontent {
  max-width: 100%;
  padding: 0px;
}
.cms-home .column.main {
  padding-bottom: 0px;
}
.cms-home .sections.nav-sections {
  margin-bottom: 8px;
}
.page.messages {
  position: fixed;
  bottom: 32px;
  right: 32px;
  max-width: 320px;
  border-radius: 12px !important;
  overflow: hidden;
  z-index: 10;
}
.page.messages .message {
  margin: 10px;
  border-bottom: 3px solid;
}
.header.links {
  display: flex;
  margin: 0px;
}
.region-with-background {
  background-color: #212225;
  color: #fff;
}
.region-with-background-2 {
  background-color: #66BC47;
  color: #fff;
}
.region-with-padding-top {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .region-with-padding-top {
    padding-top: 32px;
  }
}
.region-with-padding-top .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
.col-with-margin-top-bottom {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .col-with-margin-top-bottom {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .col-top .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
}
.col-top .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
}
.col-with-list ul {
  padding-left: 0px;
}
.col-with-list ul li {
  list-style: none;
  display: flex;
  padding-left: 30px;
  position: relative;
}
.col-with-list ul li:before {
  content: "";
  background-image: url('../images/checklist.png');
  width: 24px;
  height: 24px;
  position: relative;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  left: 0px;
}
.region-with-gap .pagebuilder-column-line {
  gap: 48px;
}
.region-with-small-gap .pagebuilder-column-line {
  gap: 8px;
}
.region-4-col .pagebuilder-column-line {
  gap: 16px;
}
.region-4-col .pagebuilder-column-line .pagebuilder-column img {
  max-height: 56px !important;
  height: auto !important;
}
.region-4-col-type-2 .pagebuilder-column-line {
  gap: 8px;
}
.region-4-col-type-2 .pagebuilder-column-line .pagebuilder-column img {
  max-height: 84px !important;
}
.region-with-padding-bottom {
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .region-with-padding-bottom {
    padding-bottom: 32px;
  }
}
.region-with-padding-bottom .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
.region-with-padding-top-bottom-xl {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .region-with-padding-top-bottom-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.region-with-padding-top-bottom-xl .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
.region-with-padding-top-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .region-with-padding-top-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.region-with-padding-top-bottom .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
.region-with-padding-top-bottom .custom-top-title {
  text-align: center;
}
.region-with-padding-top-bottom .custom-top-title strong {
  background-color: #F1F5F9;
  border-radius: 12px;
  color: #66BC47;
  font-weight: 500;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 24px;
  text-transform: uppercase;
}
.region-with-padding-top-bottom .custom-top-title h2 {
  font-weight: 700;
}
/* Top messages */
.custom-header-top-message {
  background-color: #fff;
  background-color: #66bc4736;
  font-weight: 300;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 3px solid #66BC47;
}
.custom-header-top-message .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .custom-header-top-message {
    padding: 0px 0px 3px 0px;
  }
}
.custom-header-top-message .pagebuilder-column-line {
  padding: 6px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .custom-header-top-message {
    font-size: 14px;
  }
}
.custom-header-top-message p {
  margin-bottom: 0px;
}
.custom-header-top-message a {
  margin-left: 16px;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
/* End - Top messages */
/* Top links */
.custom-header-top-links {
  background-color: #f8f8f8;
  padding: 16px 16px;
}
@media (max-width: 768px) {
  .custom-header-top-links .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
}
.custom-header-top-links p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
}
.custom-header-top-links a {
  color: #212225;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
}
/* End - Top links */
/* Header */
.logo {
  margin-bottom: 0px !important;
  margin: 0 auto 12px 0px !important;
}
@media (max-width: 768px) {
  .logo {
    margin: -4px 0px 0px 40px !important;
  }
}
.logo img {
  max-height: 52px !important;
  width: 100%;
}
@media (max-width: 768px) {
  .logo img {
    max-height: 40px !important;
  }
}
.page-header {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .page-header {
    margin-bottom: 32px;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-header {
    position: fixed;
    top: 0px;
    z-index: 999;
    margin: 0px;
  }
}
.page-header .header.content {
  padding-top: 32px;
  padding-bottom: 8px;
  z-index: 12;
}
@media (max-width: 1024px) {
  .page-header .header.content {
    padding-top: 22px;
  }
}
.page-header .header.panel {
  display: none;
}
.custom-container-header-links {
  float: right;
  list-style-type: none;
  display: flex;
}
.custom-container-header-links ul {
  list-style-type: none;
  padding: 0px;
}
.custom-container-header-links ul li {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.link.authorization-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .link.authorization-link {
    font-size: 0px;
  }
}
.link.authorization-link a:before {
  content: "";
  position: relative;
  width: 100%;
  height: 24px;
  background-image: url('../images/user.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
@media (max-width: 768px) {
  .link.authorization-link a:before {
    width: 20px;
  }
}
.greet.welcome {
  display: none;
}
.customer-menu .link.authorization-link {
  display: flex !important;
}
.customer-menu .link {
  align-items: flex-start !important;
  padding: 0px !important;
}
.customer-menu .link:before {
  display: none;
}
.customer-menu li a {
  font-size: 14px;
  width: 100%;
}
.customer-menu li a:before {
  display: none !important;
}
.customer-name .action:after {
  display: none !important;
}
.customer-name .action span {
  display: block;
  color: initial;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  clip: initial !important;
  font-size: 12px;
}
@media (max-width: 768px) {
  .customer-name .action span {
    font-size: 10px;
  }
}
.customer-name .action span:before {
  margin: auto;
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url('../images/user.svg') !important;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 1px;
}
.custom-link-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  font-size: 12px;
  display: none;
}
@media (max-width: 768px) {
  .custom-link-search {
    font-size: 10px;
    display: none;
  }
}
.custom-link-search:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url('../images/search.svg') !important;
  background-repeat: no-repeat;
}
.link.wishlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  display: none;
}
@media (max-width: 768px) {
  .link.wishlist {
    font-size: 0px;
  }
}
.link.wishlist a:before {
  content: "";
  position: relative;
  width: 20px;
  height: 24px;
  background-image: url('../images/heart-black.svg') !important;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  background-position: center top;
}
@media (max-width: 768px) {
  .link.wishlist a:before {
    width: 20px !important;
  }
}
.header .links .link.authorization-link:nth-of-type(3) {
  display: none;
}
.minicart-items .product-item-details .price {
  font-weight: 500;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-weight: 500;
}
@media (max-width: 768px) {
  .minicart-items-wrapper {
    max-height: 48vh;
  }
}
.minicart-wrapper {
  margin-left: 8px;
  margin-top: 1px !important;
}
@media (max-width: 768px) {
  .minicart-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.minicart-wrapper .action.showcart {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.minicart-wrapper .action.showcart:before {
  content: "" !important;
  position: relative;
  width: 20px;
  height: 24px;
  background-image: url('../images/cart.svg') !important;
  background-repeat: no-repeat;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -10px;
  right: 0px;
  border-radius: 50%;
  font-size: 10px;
  min-width: 12px;
  min-height: 18px;
  height: auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .minicart-wrapper .action.showcart .counter.qty {
    right: 4px;
  }
}
.minicart-wrapper .action.showcart .text {
  clip: unset;
  height: auto;
  width: auto;
  position: relative;
  font-size: 12px;
}
@media (max-width: 768px) {
  .minicart-wrapper .action.showcart .text {
    font-size: 0px;
  }
}
.custom-parent-link > a.custom-parent-link {
  position: relative !important;
  padding-right: 20px !important;
}
.custom-parent-link > a.custom-parent-link span:after {
  content: "";
  display: inline-block;
  background-image: url(../images/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0px;
  rotate: 90deg;
  top: 10px;
}
@media (max-width: 768px) {
  .custom-parent-link > a.custom-parent-link span:after {
    height: 24px;
    width: 24px;
    right: 8px;
    top: 4px;
  }
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 40px;
}
.header.content .nav-toggle {
  top: 26px;
}
.header.content .nav-toggle:before {
  font-size: 24px;
}
@media (max-width: 768px) {
  .header.content .nav-toggle {
    top: 20px !important;
  }
}
.nav-open .header.content .nav-toggle {
  top: 0px;
}
.nav-open .page-wrapper {
  left: initial !important;
}
.nav-open .nav-off-canvas .nav-toggle:before {
  background-color: #fff;
  top: -8px;
  color: #000;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.sections.nav-sections {
  margin-bottom: 16px;
  border-bottom: 1px solid #E5E7EB;
  z-index: 10;
}
.sections.nav-sections {
  background-color: #fff;
}
.sections.nav-sections .navigation {
  background-color: #fff;
  position: unset;
}
.sections.nav-sections .navigation ul {
  position: unset;
}
@media (max-width: 768px) {
  .sections.nav-sections .nav-sections-items {
    margin-bottom: 240px;
  }
}
.sections.nav-sections .child-content-inner {
  padding: 0px !important;
}
.sections.nav-sections .ui-menu.menu-main-ul .level0 {
  margin-right: 0px;
  position: unset;
  border: 0px;
  box-shadow: 0px 0px 0px;
}
.sections.nav-sections .ui-menu.menu-main-ul .level0 a {
  margin-right: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.sections.nav-sections .ui-menu.menu-main-ul .level-top > a {
  font-size: 15px;
  font-weight: 500 !important;
}
.sections.nav-sections .ui-menu.menu-main-ul .level-top > a.custom-active {
  color: #66BC47 !important;
}
.sections.nav-sections .ui-menu.menu-main-ul > div[data-content-type="row"] {
  border-bottom: 1px solid #ddd;
}
.sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column {
  padding: 16px;
}
@media (max-width: 768px) {
  .sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column {
    padding: 2px 0px;
  }
}
.sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column:nth-child(4) {
  border-right: 0px;
}
.sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column figure img {
  max-width: 120px !important;
  background: #f8f8f8;
  border-radius: 50%;
  padding: 16px;
  box-sizing: border-box;
}
.sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column h3 {
  margin-bottom: 8px;
  font-size: 16px;
}
.sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column h3 a {
  padding: 0px !important;
  font-weight: 500;
}
.sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column ul {
  padding-left: 0px;
}
.sections.nav-sections .ui-menu.menu-main-ul .pagebuilder-column-group .pagebuilder-column ul li a {
  padding: 0px 0px 4px 0px;
  text-transform: initial;
  font-size: 14px;
  margin-bottom: 0px;
}
.sections.nav-sections .ui-menu.menu-main-ul .custom-row-inner-2 .pagebuilder-column-group .pagebuilder-column:nth-child(1) {
  border-right: 0px;
}
.sections.nav-sections .ui-menu.menu-main-ul .custom-row-inner-2 .pagebuilder-column-group .pagebuilder-column:nth-child(2) {
  border-right: 0px;
}
.sections.nav-sections .ui-menu.menu-main-ul .custom-row-inner-2 .pagebuilder-column-group .pagebuilder-column:nth-child(3) {
  border-right: 0px;
}
.sections.nav-sections .ui-menu.menu-main-ul .custom-row-inner-2 .pagebuilder-column-group .pagebuilder-column:nth-child(4) {
  border-right: 0px;
}
.sections.nav-sections li {
  background-color: #fff !important;
}
.sections.nav-sections li a {
  color: #000 !important;
  background-color: #fff !important;
}
.nav-open .nav-sections {
  width: 100%;
  top: 90px;
  box-shadow: unset;
}
@media (max-width: 768px) {
  .nav-open .nav-sections .nav-sections-item-content {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .nav-open .nav-sections .nav-sections-item-title {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-open .nav-sections {
    box-shadow: unset !important;
    top: 160px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .nav-open .nav-sections {
    left: 0 !important;
  }
}
@media (max-width: 768px) {
  .nav-sections {
    top: 104px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .nav-sections {
    left: -100% !important;
  }
}
.nav-open .nav-toggle::after {
  display: none !important;
}
.nav-open .nav-toggle {
  z-index: 100;
}
.nav-toggle {
  top: 25px;
}
@media (max-width: 768px) {
  .nav-toggle {
    top: unset;
  }
}
@media (max-width: 768px) {
  .nav-before-open .page-wrapper {
    left: 0 !important;
  }
}
.custom-parent-link .level0.submenu {
  display: none;
}
.navigation .active-menu-link .level0.submenu {
  display: block;
  position: absolute !important;
  width: 100%;
}
@media (max-width: 768px) {
  .navigation .active-menu-link .level0.submenu {
    position: relative !important;
  }
}
.amsearch-loader-block {
  top: 16px;
}
.amsearch-products-section {
  overflow: auto;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  right: 10px;
}
.amsearch-wrapper-block {
  padding: 12px 0px;
}
@media (min-width: 1024px) {
  .amsearch-wrapper-block {
    position: absolute;
    left: calc(50% - 350px);
    width: 700px !important;
    padding-bottom: 4px;
  }
}
.amsearch-wrapper-block .amsearch-input {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
}
.amsearch-wrapper-block .amsearch-input-wrapper {
  width: 100% !important;
}
.amsearch-result-section {
  border: 0px;
}
.amsearch-highlight,
.amsearch-item-container.-page a.amsearch-link,
.amsearch-item-container .amsearch-item .amsearch-link,
.amsearch-products-section .product-item-link {
  color: #000 !important;
}
.amsearch-products-section .amsearch-item:hover {
  background-color: #f8f8f8;
}
.amsearch-products-section.-list .product-item-actions {
  display: none !important;
}
.amsearch-products-section.-list .amsearch-description {
  justify-content: center;
}
body .page-footer {
  background-color: #eeeeee;
  color: #000;
  padding-top: 48px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  body .page-footer {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-bottom: 0px;
  }
}
body .page-footer h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  body .page-footer .pagebuilder-column-line {
    gap: 32px;
  }
}
body .page-footer .custom-footer-top-message {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
  margin-bottom: 48px;
  font-weight: 300;
}
body .page-footer .custom-footer-top-message p {
  margin-bottom: 0px;
}
body .page-footer .custom-footer-row-1 img {
  max-height: 70px;
  width: auto;
}
body .page-footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .page-footer ul li {
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 768px) {
  body .page-footer ul li {
    width: 100%;
  }
}
body .page-footer ul li a {
  text-decoration: none;
  font-size: 14px;
}
body .page-footer .footer.content {
  max-width: 100%;
  padding: 0px;
  border: 0px;
}
body .page-footer .custom-newsletter-text {
  font-size: 14px;
}
body .custom-footer-main {
  padding-left: 16px;
  padding-right: 16px;
}
body .custom-footer-main img {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  body .custom-footer-main img {
    margin-bottom: 0px;
  }
}
body .custom-footer-copyright {
  background-color: #fff;
  padding: 16px 0px;
  font-size: 14px;
}
body .custom-footer-copyright p {
  margin-bottom: 0px;
}
body .custom-footer-copyright .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
body .custom-footer-copyright ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  body .custom-footer-copyright ul {
    flex-direction: column;
  }
}
body .custom-footer-copyright ul li {
  padding-right: 32px;
  width: auto;
}
body .custom-footer-copyright ul li a:hover {
  color: #000;
}
@media (max-width: 768px) {
  body .custom-footer-copyright p {
    text-align: left !important;
  }
}
body .block.newsletter {
  max-width: 100%;
  float: left !important;
}
body .block.newsletter .field.newsletter {
  max-width: 100%;
  margin-right: 16px;
}
body .block.newsletter .field.newsletter .control:before {
  display: none;
}
body .block.newsletter .field.newsletter input {
  height: auto;
  padding: 10px;
  border: 0px;
}
body .block.newsletter .form.subscribe {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
body .block.newsletter .action.subscribe {
  height: auto;
  padding: 10px 16px;
  border-radius: 12px;
}
/* Home page */
@media (max-width: 768px) {
  .cms-index-index .page-header {
    margin-bottom: 0px;
  }
}
.filter-options-content a:hover {
  background-color: unset;
  color: #66BC47 !important;
}
.filter-options-content a:hover .count {
  color: #66BC47 !important;
}
.custom-top-categories .pagebuilder-overlay {
  align-items: flex-start !important;
}
.custom-top-categories .pagebuilder-overlay h2 {
  margin: 0px;
}
.custom-top-categories .pagebuilder-banner-wrapper {
  border-radius: 12px;
}
.custom-top-categories .custom-desktop-right-top-margin {
  margin-right: 8px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .custom-top-categories .custom-desktop-right-top-margin {
    margin: 0px;
    margin-bottom: 16px;
  }
}
.custom-top-categories .custom-desktop-right-bottom-margin {
  margin-bottom: 8px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .custom-top-categories .custom-desktop-right-bottom-margin {
    margin: 0px;
    margin-bottom: 16px;
  }
}
.custom-top-categories .custom-desktop-left-margin {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .custom-top-categories .custom-desktop-left-margin {
    margin: 0px;
    margin-bottom: 16px;
  }
}
.custom-top-categories em {
  bottom: 0px;
  left: 0px;
  background: #fff;
  position: absolute;
  padding: 10px 10px 0px 0px;
  border-radius: 0px 30px 0px 0px;
}
.custom-top-categories em::before {
  position: absolute;
  left: 0px;
  top: -20px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/path.svg) !important;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.custom-top-categories em::after {
  position: absolute;
  right: -20px;
  bottom: 0px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/path.svg) !important;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.custom-top-categories em strong {
  background: #66BC47;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-style: normal;
  display: flex;
  align-items: center;
}
.custom-top-categories em strong::after {
  margin-left: 12px;
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url('../images/arrow-right.png') !important;
  background-position: center !important;
  background-size: 20px !important;
}
.custom-category-list-1 .pagebuilder-column {
  position: relative;
}
.custom-category-list-1 .pagebuilder-column .custom-category-list-text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 45%;
}
.custom-category-list-1 .pagebuilder-column a {
  color: #fff;
  text-decoration: none;
}
.custom-category-list-1 .pagebuilder-column figure img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .custom-category-list-1 .pagebuilder-column figure img {
    -webkit-filter: none;
    filter: none;
  }
}
.custom-category-list-1 .pagebuilder-column figure img:hover {
  -webkit-filter: none;
  filter: none;
}
.custom-category-list-top-level {
  display: flex;
}
.custom-category-list-top-level .category-item {
  background-color: #F7F4F1;
  position: relative;
  border-radius: 12px;
}
.custom-category-list-top-level .category-item img {
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: darken;
}
.custom-category-list-top-level .category-item span {
  bottom: 0px;
  left: 0px;
  background: #fff;
  position: absolute;
  padding: 10px 10px 0px 0px;
  border-radius: 0px 20px 0px 0px;
  min-width: 80px;
}
.custom-category-list-top-level .category-item span::before {
  position: absolute;
  left: 0px;
  top: -20px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/path.svg) !important;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.custom-category-list-top-level .category-item span::after {
  position: absolute;
  right: -20px;
  bottom: 0px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/path.svg) !important;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.custom-category-list-top-level .category-item span strong {
  padding: 10px 30px;
  border-radius: 30px;
  display: block;
  font-style: normal;
}
.custom-category-list-top-level .slick-slide {
  margin: 0 8px;
}
body .region-why-choose-us {
  padding-top: 48px;
  padding-bottom: 48px;
}
body .region-why-choose-us .pagebuilder-column {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  body .region-why-choose-us .pagebuilder-column {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
body .region-why-choose-us .pagebuilder-column-line {
  justify-content: space-between;
}
body .region-why-choose-us .hide-column {
  display: none !important;
}
body .region-why-choose-us figure {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 16px;
}
body .region-why-choose-us img {
  height: auto;
  width: 40px;
}
body .region-why-choose-us strong {
  font-size: 16px;
}
body .region-why-choose-us p {
  font-size: 14px;
  margin-bottom: 5px;
}
.custom-instagram-content .pagebuilder-banner-wrapper {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .custom-instagram-region .custom-image-column {
    width: 50% !important;
    flex-basis: auto;
  }
}
/* Category page, search page */
.custom-top-products-list .slick-slider .slick-arrow.slick-next {
  right: -12px;
}
.custom-top-products-list .slick-slider .slick-arrow.slick-prev {
  left: -12px;
}
.products.wrapper.grid.products-grid {
  margin-top: 0px;
}
.catalog-category-view.page-layout-2columns-left .category-description,
.catalogsearch-result-index .category-description,
.amsearch-search-page .category-description,
.mpbrand-index-view .category-description,
.page-with-filter .category-description {
  margin: auto;
  margin-bottom: 32px;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .pagebuilder-poster-overlay,
.catalogsearch-result-index .custom-top-category-region .pagebuilder-poster-overlay,
.amsearch-search-page .custom-top-category-region .pagebuilder-poster-overlay,
.mpbrand-index-view .custom-top-category-region .pagebuilder-poster-overlay,
.page-with-filter .custom-top-category-region .pagebuilder-poster-overlay {
  position: relative;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .pagebuilder-poster-content,
.catalogsearch-result-index .custom-top-category-region .pagebuilder-poster-content,
.amsearch-search-page .custom-top-category-region .pagebuilder-poster-content,
.mpbrand-index-view .custom-top-category-region .pagebuilder-poster-content,
.page-with-filter .custom-top-category-region .pagebuilder-poster-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .pagebuilder-column-line,
.catalogsearch-result-index .custom-top-category-region .pagebuilder-column-line,
.amsearch-search-page .custom-top-category-region .pagebuilder-column-line,
.mpbrand-index-view .custom-top-category-region .pagebuilder-column-line,
.page-with-filter .custom-top-category-region .pagebuilder-column-line {
  margin: 0px 16px;
  box-sizing: border-box;
  padding: 8px 12px 16px 12px !important;
  background: #fff;
  box-shadow: 1px 1px 6px #ddd;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .custom-top-category-region .pagebuilder-column-line,
  .catalogsearch-result-index .custom-top-category-region .pagebuilder-column-line,
  .amsearch-search-page .custom-top-category-region .pagebuilder-column-line,
  .mpbrand-index-view .custom-top-category-region .pagebuilder-column-line,
  .page-with-filter .custom-top-category-region .pagebuilder-column-line {
    margin: 0px;
  }
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .pagebuilder-slider,
.catalogsearch-result-index .custom-top-category-region .pagebuilder-slider,
.amsearch-search-page .custom-top-category-region .pagebuilder-slider,
.mpbrand-index-view .custom-top-category-region .pagebuilder-slider,
.page-with-filter .custom-top-category-region .pagebuilder-slider {
  margin-bottom: 0px;
  padding: 0px;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .slick-dots,
.catalogsearch-result-index .custom-top-category-region .slick-dots,
.amsearch-search-page .custom-top-category-region .slick-dots,
.mpbrand-index-view .custom-top-category-region .slick-dots,
.page-with-filter .custom-top-category-region .slick-dots {
  padding-top: 8px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .custom-top-category-region .slick-dots,
  .catalogsearch-result-index .custom-top-category-region .slick-dots,
  .amsearch-search-page .custom-top-category-region .slick-dots,
  .mpbrand-index-view .custom-top-category-region .slick-dots,
  .page-with-filter .custom-top-category-region .slick-dots {
    padding-bottom: 16px;
  }
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .slick-dots li,
.catalogsearch-result-index .custom-top-category-region .slick-dots li,
.amsearch-search-page .custom-top-category-region .slick-dots li,
.mpbrand-index-view .custom-top-category-region .slick-dots li,
.page-with-filter .custom-top-category-region .slick-dots li {
  width: 10px;
  height: 10px;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .slick-dots li button,
.catalogsearch-result-index .custom-top-category-region .slick-dots li button,
.amsearch-search-page .custom-top-category-region .slick-dots li button,
.mpbrand-index-view .custom-top-category-region .slick-dots li button,
.page-with-filter .custom-top-category-region .slick-dots li button {
  width: auto !important;
  height: auto !important;
  background-color: #f8f8f8 !important;
  border: 1px solid #66BC47 !important;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .slick-dots li button:before,
.catalogsearch-result-index .custom-top-category-region .slick-dots li button:before,
.amsearch-search-page .custom-top-category-region .slick-dots li button:before,
.mpbrand-index-view .custom-top-category-region .slick-dots li button:before,
.page-with-filter .custom-top-category-region .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #67d33e;
  display: none;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .slick-dots .slick-active button,
.catalogsearch-result-index .custom-top-category-region .slick-dots .slick-active button,
.amsearch-search-page .custom-top-category-region .slick-dots .slick-active button,
.mpbrand-index-view .custom-top-category-region .slick-dots .slick-active button,
.page-with-filter .custom-top-category-region .slick-dots .slick-active button {
  width: auto !important;
  height: auto !important;
  background-color: #66BC47 !important;
}
.catalog-category-view.page-layout-2columns-left .custom-top-category-region .slick-dots .slick-active button:before,
.catalogsearch-result-index .custom-top-category-region .slick-dots .slick-active button:before,
.amsearch-search-page .custom-top-category-region .slick-dots .slick-active button:before,
.mpbrand-index-view .custom-top-category-region .slick-dots .slick-active button:before,
.page-with-filter .custom-top-category-region .slick-dots .slick-active button:before {
  width: 10px;
  height: 10px;
  background-color: #66BC47;
  display: none;
}
.catalog-category-view.page-layout-2columns-left .filter .block-subtitle,
.catalogsearch-result-index .filter .block-subtitle,
.amsearch-search-page .filter .block-subtitle,
.mpbrand-index-view .filter .block-subtitle,
.page-with-filter .filter .block-subtitle {
  border: 0px;
  margin-bottom: 20px;
  margin-bottom: 16px;
  font-size: 18px;
  padding-left: 0px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .filter .block-subtitle.filter-current-subtitle,
  .catalogsearch-result-index .filter .block-subtitle.filter-current-subtitle,
  .amsearch-search-page .filter .block-subtitle.filter-current-subtitle,
  .mpbrand-index-view .filter .block-subtitle.filter-current-subtitle,
  .page-with-filter .filter .block-subtitle.filter-current-subtitle {
    text-transform: unset;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 12px;
  }
}
.catalog-category-view.page-layout-2columns-left .filter-actions,
.catalogsearch-result-index .filter-actions,
.amsearch-search-page .filter-actions,
.mpbrand-index-view .filter-actions,
.page-with-filter .filter-actions {
  margin-bottom: 16px;
}
.catalog-category-view.page-layout-2columns-left .page-title,
.catalogsearch-result-index .page-title,
.amsearch-search-page .page-title,
.mpbrand-index-view .page-title,
.page-with-filter .page-title {
  margin-top: 0px;
  margin-bottom: 32px;
  text-align: left;
  width: 100%;
}
.catalog-category-view.page-layout-2columns-left .swatch-attribute-options,
.catalogsearch-result-index .swatch-attribute-options,
.amsearch-search-page .swatch-attribute-options,
.mpbrand-index-view .swatch-attribute-options,
.page-with-filter .swatch-attribute-options {
  margin: 0px;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .filter.active .filter-subtitle,
  .catalogsearch-result-index .filter.active .filter-subtitle,
  .amsearch-search-page .filter.active .filter-subtitle,
  .mpbrand-index-view .filter.active .filter-subtitle,
  .page-with-filter .filter.active .filter-subtitle {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    height: auto;
    padding: 16px;
  }
}
.catalog-category-view.page-layout-2columns-left .filter-content .item,
.catalogsearch-result-index .filter-content .item,
.amsearch-search-page .filter-content .item,
.mpbrand-index-view .filter-content .item,
.page-with-filter .filter-content .item {
  margin: 5px 0px;
}
.catalog-category-view.page-layout-2columns-left .filter-options-content,
.catalogsearch-result-index .filter-options-content,
.amsearch-search-page .filter-options-content,
.mpbrand-index-view .filter-options-content,
.page-with-filter .filter-options-content {
  padding-bottom: 0px;
}
.catalog-category-view.page-layout-2columns-left .filter-options-content .item,
.catalogsearch-result-index .filter-options-content .item,
.amsearch-search-page .filter-options-content .item,
.mpbrand-index-view .filter-options-content .item,
.page-with-filter .filter-options-content .item {
  margin: 5px 0px;
}
.catalog-category-view.page-layout-2columns-left .column.main,
.catalogsearch-result-index .column.main,
.amsearch-search-page .column.main,
.mpbrand-index-view .column.main,
.page-with-filter .column.main {
  padding-left: 0px;
}
.catalog-category-view.page-layout-2columns-left .column.sidebar-main,
.catalogsearch-result-index .column.sidebar-main,
.amsearch-search-page .column.sidebar-main,
.mpbrand-index-view .column.sidebar-main,
.page-with-filter .column.sidebar-main {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .toolbar.toolbar-products .limiter-text,
.catalogsearch-result-index .toolbar.toolbar-products .limiter-text,
.amsearch-search-page .toolbar.toolbar-products .limiter-text,
.mpbrand-index-view .toolbar.toolbar-products .limiter-text,
.page-with-filter .toolbar.toolbar-products .limiter-text {
  display: none;
}
.catalog-category-view.page-layout-2columns-left .toolbar.toolbar-products .modes,
.catalogsearch-result-index .toolbar.toolbar-products .modes,
.amsearch-search-page .toolbar.toolbar-products .modes,
.mpbrand-index-view .toolbar.toolbar-products .modes,
.page-with-filter .toolbar.toolbar-products .modes {
  display: none;
}
.catalog-category-view.page-layout-2columns-left #layered-horizontal-container,
.catalogsearch-result-index #layered-horizontal-container,
.amsearch-search-page #layered-horizontal-container,
.mpbrand-index-view #layered-horizontal-container,
.page-with-filter #layered-horizontal-container {
  border-bottom: 0px;
}
.catalog-category-view.page-layout-2columns-left .filter-options .filter-options-content,
.catalogsearch-result-index .filter-options .filter-options-content,
.amsearch-search-page .filter-options .filter-options-content,
.mpbrand-index-view .filter-options .filter-options-content,
.page-with-filter .filter-options .filter-options-content {
  padding: 8px;
}
.catalog-category-view.page-layout-2columns-left .filter-options .filter-options-title,
.catalogsearch-result-index .filter-options .filter-options-title,
.amsearch-search-page .filter-options .filter-options-title,
.mpbrand-index-view .filter-options .filter-options-title,
.page-with-filter .filter-options .filter-options-title {
  padding: 8px 46px 8px 16px;
  text-transform: initial;
}
.catalog-category-view.page-layout-2columns-left .filter-options .filter-options-item,
.catalogsearch-result-index .filter-options .filter-options-item,
.amsearch-search-page .filter-options .filter-options-item,
.mpbrand-index-view .filter-options .filter-options-item,
.page-with-filter .filter-options .filter-options-item {
  margin-right: 16px;
  margin-bottom: 8px;
  border: 1px solid #ddd !important;
  padding-bottom: 0px;
  background-color: #fff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .filter-options .filter-options-item,
  .catalogsearch-result-index .filter-options .filter-options-item,
  .amsearch-search-page .filter-options .filter-options-item,
  .mpbrand-index-view .filter-options .filter-options-item,
  .page-with-filter .filter-options .filter-options-item {
    margin-bottom: 0;
    margin-right: 0px;
  }
}
/* Product detail page */
.slick-dots {
  position: relative;
  text-align: right;
  padding: 16px;
}
.catalog-product-view {
  /*

    .product.data.items>.item.title a {
        &:after {
            display: block;
        }
    }

    */
}
.catalog-product-view .slick-dots {
  padding-top: 32px;
  position: relative;
  text-align: right;
  display: flex !important;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  gap: 6px;
}
.catalog-product-view .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.catalog-product-view .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  background-color: transparent !important;
  border: 1px solid #66BC47 !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 0;
  color: transparent;
}
.catalog-product-view .slick-dots li button:before {
  display: none !important;
}
.catalog-product-view .slick-dots .slick-active {
  width: auto;
}
.catalog-product-view .slick-dots .slick-active button {
  background-color: #66BC47 !important;
  width: 24px !important;
  height: 10px !important;
}
.catalog-product-view .slick-dots .slick-active button:before {
  display: none !important;
}
.catalog-product-view #product-attribute-specs-table > tbody > tr > th {
  padding: 4px 32px 16px 0 !important;
}
@media (max-width: 768px) {
  .catalog-product-view .product.media {
    margin-bottom: 32px;
  }
}
.catalog-product-view .product.media .fotorama__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-product-view .product.media .fotorama__wrap .fotorama__stage {
  max-width: 620px;
}
.catalog-product-view .product.media .fotorama__thumb-border {
  border: 2px solid #66BC47;
}
.catalog-product-view .product-info-main {
  margin-top: 16px;
}
.catalog-product-view .product-info-main .page-title {
  margin-bottom: 16px;
}
.catalog-product-view .product-info-main .product.overview {
  margin-bottom: 32px;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0px;
}
.catalog-product-view .product-info-main .swatch-attribute-label {
  font-weight: 500;
}
.catalog-product-view .product-info-main .swatch-opt {
  margin-top: 0px;
  margin-bottom: 24px;
}
.catalog-product-view .product-info-main .swatch-option.text {
  padding: 4px 12px;
  background-color: #fff;
  outline: 1px solid;
  box-shadow: 0px 0px 0px;
  color: #000;
  font-weight: 400;
  border-radius: 0px;
}
.catalog-product-view .product-info-main .swatch-option.text.selected {
  border: 1px solid #212225;
  background-color: #212225;
  color: #fff;
}
.catalog-product-view .product-info-main .swatch-attribute.color .swatch-option.color {
  height: 32px;
  width: 30px;
  border-radius: 50%;
  display: initial;
}
.catalog-product-view .product-info-price {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-price .price-box {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.catalog-product-view .product-info-price .price-box.price-final_price {
  display: flex;
  justify-content: flex-end;
}
.catalog-product-view .product-info-price .price-box.price-final_price .price-label {
  display: none;
}
.catalog-product-view .product-info-price .price-box.price-final_price .special-price {
  color: #FF0000;
  margin-top: 0;
}
.catalog-product-view .product-info-price .price-box.price-final_price .old-price {
  font-size: 18px !important;
  font-weight: 400 !important;
  text-decoration: line-through;
  margin-left: 12px;
}
.catalog-product-view .product-info-price .price-box.price-final_price .old-price .price {
  font-weight: 400;
}
.catalog-product-view .product-info-price .price-box .price {
  font-size: 22px !important;
  font-weight: 500;
}
.catalog-product-view .product-info-stock-sku {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  margin-bottom: 16px;
  margin-top: 16px;
  font-size: 14px;
}
.catalog-product-view .product-info-stock-sku strong {
  color: #000;
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-stock-sku {
    padding-left: 16px;
  }
}
.catalog-product-view .product-info-stock-sku .stock {
  text-transform: initial;
  font-weight: 500;
}
.catalog-product-view .product-info-stock-sku .stock:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  margin-right: 6px;
  display: inline-block;
  font-weight: 400;
}
.catalog-product-view .product-info-stock-sku .stock.available {
  font-weight: 400;
}
.catalog-product-view .product-info-stock-sku .stock.available:before {
  background: #87c845;
}
.catalog-product-view .box-tocart {
  width: 100%;
}
.catalog-product-view .box-tocart .custom-wishlist {
  display: block;
  width: 60px;
  height: 50px;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.catalog-product-view .box-tocart .custom-wishlist a {
  display: inline-flex;
}
.catalog-product-view .box-tocart .fieldset {
  display: flex;
  flex-direction: row;
}
.catalog-product-view .box-tocart .fieldset .field.qty {
  margin-right: 0px;
}
.catalog-product-view .box-tocart .fieldset .field.qty .control {
  height: 100%;
}
.catalog-product-view .box-tocart .fieldset .field.qty input {
  height: 100%;
}
.catalog-product-view .box-tocart .fieldset .field.qty .label {
  display: none;
}
.catalog-product-view .box-tocart .fieldset .actions {
  width: 100%;
  padding-top: 0px;
}
.catalog-product-view .box-tocart .fieldset .actions .action.primary.tocart {
  border-radius: 4px;
  text-transform: none;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
}
.catalog-product-view .data.item.title {
  border: 0px !important;
  margin-top: -14px;
}
.catalog-product-view .data.item.title .data {
  border: 0px !important;
  border-bottom: 1px solid #ddd !important;
  background: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
}
.catalog-product-view .product.data.items > .item.content {
  border: 0px !important;
  background: #fff !important;
  border-bottom: 1px solid #ddd !important;
  padding: 24px 0px 24px 0px !important;
  border-bottom: 0px !important;
  font-size: 14px;
}
@media (max-width: 768px) {
  .catalog-product-view .product.data.items > .item.content {
    padding: 12px !important;
  }
}
.catalog-product-view .product.data.items > .item.content .table-wrapper {
  border: 0px;
}
.catalog-product-view .product.data.items > .item.content p {
  margin-bottom: 2.5px;
}
.catalog-product-view .product.data.items > .item.content ul li {
  margin-bottom: 0px;
}
.catalog-product-view .product.data.items > .item.content ol li {
  margin-bottom: 0px;
}
.catalog-product-view .product.data.items > .item.title > .switch {
  line-height: 46px !important;
  height: 46px !important;
  text-transform: initial;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .catalog-product-view .product.data.items > .item.title > .switch {
    padding-left: 16px;
  }
}
.catalog-product-view #tab-label-additional-title {
  border: 0px;
}
/* End - Product detail page */
/* FAQ */
.custom-faq .pagebuilder-column {
  border: 1px solid #E5E7EB;
  margin: auto;
  margin-bottom: 16px;
}
.custom-faq .pagebuilder-column h3 {
  margin: 0px;
}
.custom-faq .pagebuilder-column h3:after {
  transform: rotate(0deg);
}
.custom-faq .pagebuilder-column.active div[data-content-type="text"] {
  display: block;
  padding: 16px;
  padding-top: 0px;
}
.custom-faq .pagebuilder-column.active h3 {
  margin: 0px;
}
.custom-faq .pagebuilder-column.active h3:after {
  transform: rotate(180deg) !important;
}
.custom-faq .pagebuilder-column-line div[data-content-type="text"] {
  display: none;
}
.custom-faq h3 {
  padding: 16px;
  padding-right: 48px;
  cursor: pointer;
  position: relative;
}
.custom-faq h3:after {
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  position: absolute;
  right: 16px;
}
/* End - FAQ */
/* Contact */
.contact-container-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .contact-container-1 {
    padding-bottom: 32px;
  }
}
.contact-info {
  width: 30%;
  margin-left: 5%;
  background-color: #66BC47;
  color: #fff;
  padding: 48px 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-info {
    width: 100%;
    padding: 32px;
    margin: 0px;
    margin-top: 32px;
  }
}
.contact-info p {
  color: #D1D5DB;
}
.contact-info .info-container h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.contact-info .info-container p {
  margin-left: 40px;
  color: #D1D5DB;
}
.contact-info .info-container img {
  max-width: 24px;
  height: auto;
  margin-right: 16px;
}
.contact-index-index .form.contact {
  width: 65% !important;
  min-width: auto !important;
}
@media (max-width: 768px) {
  .contact-index-index .form.contact {
    width: 100% !important;
  }
}
.contact-index-index .form.contact .fieldset {
  margin-bottom: 32px;
}
.contact-index-index .form.contact .fieldset-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .contact-index-index .form.contact .fieldset-1 {
    width: 100%;
    justify-content: initial;
  }
}
.contact-index-index .form.contact .fieldset-1 .field {
  width: 48%;
}
@media (max-width: 768px) {
  .contact-index-index .form.contact .fieldset-1 .field {
    width: 100%;
  }
}
.contact-index-index .form.contact .primary .action.submit.primary {
  padding: 12px 16px;
  text-transform: uppercase;
}
.custom-contact-info-part-1 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .custom-contact-info-part-1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.custom-contact-info-part-1 figure {
  text-align: center;
}
.custom-contact-info-part-1 figure img {
  max-width: 36px !important;
  height: auto;
}
/* End - Contact */
/* About us */
.custom-table {
  overflow-x: auto;
}
.custom-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
}
.custom-image-region .pagebuilder-column-line {
  gap: 8px;
}
.custom-image-region img {
  border-radius: 12px;
}
.about-us-region {
  position: relative;
}
@media (max-width: 768px) {
  .about-us-region .custom-text-region {
    padding-bottom: 32px;
  }
}
.about-us-region .custom-text-region div[data-content-type="text"] {
  max-width: 500px;
  margin: auto;
  margin-top: 0px;
  padding: 0px 16px;
}
@media (max-width: 768px) {
  .about-us-region .custom-text-region div[data-content-type="text"] {
    max-width: 100%;
  }
}
/* End - About us */
/* 404 */
.cms-no-route .column.main {
  text-align: center;
}
.cms-no-route .column.main ul {
  padding: 0px;
  list-style: none;
}
.cms-no-route .title-404 {
  font-size: 160px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .cms-no-route .title-404 {
    font-size: 120px;
  }
}
/* End - 404 */
/* Customer my account */
@media (max-width: 768px) {
  .newsletter-manage-index .fieldset {
    min-height: 300px;
  }
}
.newsletter-manage-index .field.choice .label span {
  position: absolute;
  left: 70px;
  width: max-content;
  max-width: 768px;
}
@media (max-width: 1024px) {
  .newsletter-manage-index .field.choice .label span {
    max-width: 580px;
  }
}
@media (max-width: 768px) {
  .newsletter-manage-index .field.choice .label span {
    max-width: 200px;
  }
}
.customer-account-index .page-title,
.customer-address-index .page-title {
  display: none !important;
}
.customer-address-form .action.save.primary {
  line-height: 1 !important;
  font-size: 14px !important;
  padding: 7px 15px;
}
.customer-account-login .page-title,
.customer-account-create .page-title,
.customer-account-forgotpassword .page-title,
.customer-account-createpassword .page-title {
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E5E7EB;
  width: 100%;
}
.customer-account-login .block-title,
.customer-account-create .block-title,
.customer-account-forgotpassword .block-title,
.customer-account-createpassword .block-title {
  border-bottom: 0px !important;
}
.customer-account-create .form.create.account .additional_info {
  margin: 0px;
}
.customer-account-create .form.create.account .actions-toolbar .primary {
  float: right;
  width: 48%;
}
@media (max-width: 768px) {
  .customer-account-create .form.create.account .actions-toolbar .primary {
    float: unset;
    width: auto;
  }
}
.customer-account-create .form.create.account .actions-toolbar .primary .action {
  float: left;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 20px;
}
.customer-account-login {
  /*
    .block-title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 0px !important;
        margin-bottom: 0px !important;
        strong {
            padding-bottom: 6px;
            margin-bottom: 24px;
            border-bottom: 1px solid @custom-border-color; 
            font-size: @custom-my-account-title-size;
            text-transform: uppercase;
            width: 100%;
        }
    }
    */
}
.account .additional_info {
  margin: 0px;
}
@media (max-width: 768px) {
  .account .page-main {
    padding-top: 80px !important;
  }
}
.account .page-title {
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E5E7EB;
  font-size: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .account .page-title {
    font-size: 20px;
  }
}
.account .block-collapsible-nav .title {
  border-top: 0px;
}
.account .table > thead > tr > th {
  padding-left: 0px;
  font-weight: 500;
  font-size: 16px;
}
.account .table > tbody > tr > td {
  padding-left: 0px;
  font-size: 16px;
}
.account .table-wrapper.orders-recent {
  margin-top: 0px;
}
.account .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account .block-title strong {
  padding-bottom: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E5E7EB;
  font-size: 24px;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .account .block-title strong {
    font-size: 20px;
  }
}
.account .block-title .action.edit,
.account .block-title .action.view {
  display: none;
}
.account .box-actions .action {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 12px;
  display: inline-block;
  text-decoration: none;
}
.account .box-title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .account .box-title {
    font-size: 20px;
  }
}
.account .legend {
  border: 0px;
  margin: 0px;
  width: 100%;
}
.account .legend span {
  padding-bottom: 6px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.account #block-collapsible-nav {
  background-color: #fff;
  padding-top: 0px;
}
.account #block-collapsible-nav .nav.items .item strong {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .account #block-collapsible-nav .nav.items .item strong {
    font-size: 14px;
  }
}
.account #block-collapsible-nav .nav.items .item .delimiter {
  display: none;
}
.account #block-collapsible-nav .nav.items .item a {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  /*
                    .lib-icon-font(
                        @_icon-font-content: @icon-next,
                        @_icon-font-color: inherit,
                        @_icon-font-size: @font-size__base * 1.08,
                        @_icon-font-position: after
                    );
                    */
}
@media (max-width: 768px) {
  .account #block-collapsible-nav .nav.items .item a {
    font-size: 14px;
  }
}
.account #block-collapsible-nav .nav.items .item a:hover {
  background-color: #fff;
}
.account #block-collapsible-nav .nav.items .item a:focus {
  background-color: #fff;
}
.customer-account-create .form.create.account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.customer-account-create .form.create.account .create.info {
  width: 48%;
  margin-right: 4%;
}
@media (max-width: 768px) {
  .customer-account-create .form.create.account .create.info {
    width: 100%;
    margin-right: 0%;
  }
}
.customer-account-create .form.create.account .create.account {
  width: 48%;
}
@media (max-width: 768px) {
  .customer-account-create .form.create.account .create.account {
    width: 100%;
    margin-right: 0%;
  }
}
.customer-account-create .form.create.account .additional_info {
  width: 100%;
}
.customer-account-create .form.create.account .actions-toolbar {
  width: 100%;
}
.custom-discount-block {
  padding: 48px 16px;
}
.custom-discount-block h2 {
  margin-bottom: 8px;
}
.custom-discount-block .pagebuilder-button-primary {
  border: 1px solid #fff;
  margin: 0px;
  margin-top: 32px;
}
.custom-discount-block .pagebuilder-button-primary:hover {
  background-color: #fff;
  color: #000;
}
.product-items {
  padding: 0px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-items .product-image-container {
  width: 100%;
}
.product-items .product-item {
  max-width: 100% !important;
  height: auto;
  padding: 0px;
  padding: 16px !important;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 2%;
}
.product-items .product-item:hover {
  border-color: #66BC47;
}
.product-items .product-item .custom-icons {
  position: absolute;
  right: 0px;
  z-index: 10;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.product-items .product-item .custom-icons .icon-free-delivery {
  width: 72px;
}
.product-items .product-item .custom-icons .icon-24-rate {
  width: 48px;
}
.product-items .product-item .product-item-name {
  margin-left: 0px !important;
  min-height: 36px;
  margin-bottom: 8px;
  text-align: center;
}
.product-items .product-item .product-item-name a {
  font-weight: 600 !important;
  font-size: 15px;
  color: #222;
}
.product-items .product-item .product-item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0px;
  box-shadow: 0px 0px 0px;
  margin: 0px !important;
  left: 0px !important;
  right: 0px !important;
  padding: 0px;
  position: relative;
}
.product-items .product-item .product-item-actions {
  margin: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 12px;
  margin-top: 12px;
}
.product-items .product-item .product-item-actions .actions-primary {
  width: 100%;
}
.product-items .product-item .product-item-actions .actions-primary .primary {
  height: 36px;
  /* Match qty wrapper height */
  line-height: 36px;
  /* Vertically center text */
  padding: 0 10px;
  /* Horizontal padding only */
  flex: 1;
  width: auto;
  font-size: 13px;
  /* Slightly larger text for readability */
  border-radius: 4px;
  font-weight: 500;
  /* Slightly bolder for action */
  white-space: nowrap;
  display: flex;
  /* Flex to center content */
  align-items: center;
  justify-content: center;
}
.product-items .product-item .product-item-actions .actions-secondary {
  display: none;
}
.product-items .product-item .product-item-actions .custom-qty-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 36px;
  /* Reduced height */
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .product-items .product-item .product-item-actions .custom-qty-wrapper {
    display: none;
  }
}
.product-items .product-item .product-item-actions .custom-qty-wrapper .qty-btn {
  width: 16px;
  /* Narrower buttons */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  color: #555;
  font-size: 16px;
  /* Slightly smaller icon */
  user-select: none;
  transition: all 0.2s ease;
}
.product-items .product-item .product-item-actions .custom-qty-wrapper .qty-btn:hover {
  background-color: #f5f5f5;
  color: #000;
}
.product-items .product-item .product-item-actions .custom-qty-wrapper input.input-text.qty {
  width: 32px !important;
  /* Narrower input */
  height: 100% !important;
  text-align: center;
  border: 0px !important;
  padding: 0px !important;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  /* Slightly smaller text */
  color: #222;
  margin: 0px;
}
.product-items .product-item .product-item-actions .custom-qty-wrapper input.input-text.qty::-webkit-outer-spin-button,
.product-items .product-item .product-item-actions .custom-qty-wrapper input.input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-items .product-item .product-item-actions form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6px;
  /* Tighter gap */
  flex-wrap: nowrap;
}
.product-items .product-item .product-item-actions .action.towishlist {
  text-align: center;
  width: 30px;
}
.product-items .product-item .product-item-actions .action.towishlist:before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url('../images/heart-black.svg') !important;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-position: center right;
}
.product-items .product-item .product-item-inner {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 10px;
  border: none !important;
  transform: none !important;
  transition: none !important;
  width: 100%;
}
.product-items .product-item .price-final_price {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-right: 8px;
  text-align: center;
  width: 100%;
}
.product-items .product-item .price-final_price .price-label {
  display: none;
}
.product-items .product-item .price-final_price .special-price {
  color: #FF0000;
}
.product-items .product-item .price-final_price .old-price {
  text-decoration: line-through;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.product-items .product-item .price-final_price .old-price .price {
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
.product-items .product-item .price-final_price .price {
  font-weight: 700;
  font-size: 18px;
  color: #222;
}
.product-items .product-item .price-final_price .price-on-request-label {
  font-weight: 700;
  font-size: 18px;
  color: #222;
}
.product-items .product-item .product-item-details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-items .product-item .box-tocart {
  margin-bottom: 0px;
}
.product-items .product-item .product-item-inner {
  right: 0px;
  border: 0px !important;
  box-shadow: 0px 0px 0px !important;
  position: relative !important;
  padding: 0px !important;
  top: 0;
  margin-top: 0px !important;
  z-index: 1;
  background: #fff;
  width: 100% !important;
}
.product-items .product-item .product-item-inner .action.tocompare {
  display: none;
}
@media (max-width: 768px) {
  .widget-product-carousel {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.widget-product-carousel .product-item {
  max-width: 90% !important;
}
@media (max-width: 768px) {
  .widget-product-carousel .product-item {
    max-width: 95% !important;
  }
}
.widget-product-carousel:not(.slick-initialized) .custom-qty-wrapper,
.widget-product-carousel:not(.slick-initialized) .actions-primary {
  visibility: hidden;
  opacity: 0;
}
.widget-product-carousel.slick-initialized .custom-qty-wrapper,
.widget-product-carousel.slick-initialized .actions-primary {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.widget-product-carousel .slick-dots {
  padding-top: 32px;
  position: relative;
  text-align: right;
  display: flex !important;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  gap: 6px;
}
.widget-product-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.widget-product-carousel .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  background-color: transparent !important;
  border: 1px solid #66BC47 !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 0;
  color: transparent;
}
.widget-product-carousel .slick-dots li button:before {
  display: none !important;
}
.widget-product-carousel .slick-dots .slick-active {
  width: auto;
}
.widget-product-carousel .slick-dots .slick-active button {
  background-color: #66BC47 !important;
  width: 24px !important;
  height: 10px !important;
}
.widget-product-carousel .slick-dots .slick-active button:before {
  display: none !important;
}
.products-grid.wishlist .price-as-configured {
  margin-bottom: 0px;
}
.products-grid.wishlist .product-items .product-item .product-item-inner {
  /*right: unset;
        border: 0px;
        box-shadow: 0px 0px 0px;
        position: relative;
        padding: 0px;
        top: unset;
        margin-top: 24px;
        display: flex !important;
        align-items: center;
        margin-top: 8px;
        margin-bottom: 16px;
        */
}
.products-grid.wishlist .product-items .product-item .product-item-inner .fieldset {
  margin: 0px;
}
.products-grid.wishlist .product-items .product-item .product-item-inner .comment-box {
  display: none !important;
}
.products-grid.wishlist .product-items .product-item .product-item-inner .field.qty {
  display: none;
}
.products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions {
  margin: 0px;
  margin-right: 16px;
  display: block;
}
.products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions .action.edit {
  display: none;
}
.products-grid.wishlist .product-items .product-item .product-item-inner .product-item-actions .actions-primary {
  display: block;
}
.block.related,
.block.upsell {
  width: 100%;
  float: left;
  margin-bottom: 0px !important;
}
.block.related .slick-track,
.block.upsell .slick-track {
  display: flex;
}
.block.related .block-title.title,
.block.upsell .block-title.title {
  text-align: left;
  font-size: 26px;
}
.block.related .block-title.title strong,
.block.upsell .block-title.title strong {
  font-size: 26px;
  font-weight: 600;
}
.block.related .products-grid,
.block.upsell .products-grid {
  margin: 0px;
}
.block.related .products-grid .product-items,
.block.upsell .products-grid .product-items {
  margin: 0px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .block.related .products-grid .product-items,
  .block.upsell .products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.block.related .products-grid .product-items .product-item,
.block.upsell .products-grid .product-items .product-item {
  max-width: 90% !important;
}
@media (max-width: 768px) {
  .block.related .products-grid .product-items .product-item,
  .block.upsell .products-grid .product-items .product-item {
    max-width: 95% !important;
  }
}
/* End - Customer my account */
/* Checkout cart */
.modal-popup.modal-slide {
  z-index: 999 !important;
}
.modals-wrapper .modals-overlay {
  z-index: 900 !important;
}
@media (max-width: 768px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 100% !important;
    box-sizing: border-box;
    margin-top: 100px;
  }
}
.checkout-cart-index #shopping-cart-table a,
.checkout-cart-index #shopping-cart-table strong {
  font-weight: 500 !important;
}
.checkout-cart-index #shopping-cart-table .price {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary #block-shipping .title strong {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .title {
    padding: 16px 16px 0px 16px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-discount .title {
    padding-left: 0px;
  }
}
.checkout-cart-index .cart-summary > .title {
  font-weight: 500;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  font-weight: 500;
}
.checkout-cart-index .cart-totals .grand strong,
.checkout-cart-index .opc-block-summary .table-totals .grand strong {
  font-weight: 500;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.checkout-cart-index #discount-coupon-form .action.apply.primary {
  min-height: 40px;
}
/* End - Checokut cart */
/* Checkout page */
.checkout-onepage-success .page-title {
  margin-top: 32px;
  margin-bottom: 48px !important;
}
.checkout-index-index .nav-sections {
  display: initial;
  margin-bottom: 0px !important;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: 14px;
}
.page-title-wrapper {
  padding-left: 0px;
}
#create-account-checkbox:checked + label {
  background: #66BC47 !important;
}
.onestepcheckout-index-index .modal-popup .modal-title {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 768px) {
  .onestepcheckout-index-index .modal-popup .modal-title {
    font-size: 20px;
  }
}
.onestepcheckout-index-index .modal-popup .action {
  border: 0px;
}
.onestepcheckout-index-index .modal-popup .action.primary {
  margin-left: 6px;
}
.onestepcheckout-index-index .block-customer-login .secondary {
  margin: 0px;
  margin-top: 16px;
  margin-right: 0px !important;
}
.onestepcheckout-index-index .block-customer-login .secondary a {
  font-weight: 500;
}
.onestepcheckout-index-index .block-customer-login .primary .action.action-login {
  background-color: #66BC47;
  color: #fff;
}
.onestepcheckout-index-index .block-customer-login .primary .action.action-login:hover {
  background-color: #67d33e;
  color: #fff;
}
.onestepcheckout-index-index .opc-block-summary .table-totals .grand strong {
  font-weight: 500;
}
.onestepcheckout-index-index #checkout-review-table thead th {
  font-weight: 500;
}
.onestepcheckout-index-index .one-step-checkout-wrapper {
  margin-top: 0px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper #checkoutSteps .input-text,
.onestepcheckout-index-index .one-step-checkout-wrapper #checkoutSteps select {
  height: 42px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper #checkoutSteps .step-title {
  font-weight: normal;
  border-bottom: 0px;
  font-size: 20px;
  padding-top: 32px;
  font-weight: 500;
}
.onestepcheckout-index-index .one-step-checkout-wrapper #checkoutSteps .checkout-comment-block label {
  display: none;
}
.onestepcheckout-index-index .one-step-checkout-wrapper #discount-form .action-apply {
  border: 0px;
  height: 42px;
  background: #f8f8f8;
  color: #000;
}
.onestepcheckout-index-index .one-step-checkout-wrapper #discount-form .actions-toolbar {
  min-width: 170px !important;
}
.onestepcheckout-index-index .page-title-wrapper {
  margin-top: 48px;
}
.onestepcheckout-index-index .page-title-wrapper h1 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px !important;
}
@media (max-width: 768px) {
  .onestepcheckout-index-index .page-title-wrapper h1 {
    font-size: 24px;
  }
}
.osc-authentication-toggle {
  font-size: 14px;
}
.osc-authentication-wrapper {
  text-align: right;
}
.onestepcheckout-index-index .page-title-wrapper {
  padding: 0px !important;
}
.opc.one-step-checkout-container {
  width: 100%;
}
.opc.one-step-checkout-container .step-title {
  border: 0px;
}
.opc.one-step-checkout-container .row-mp {
  margin: 0px !important;
}
.opc.one-step-checkout-container input.input-text {
  border-color: #D1D5DB;
}
.opc.one-step-checkout-container > .mp-6 {
  width: 50% !important;
  margin-right: 0px;
  padding: 0px !important;
}
.opc.one-step-checkout-container > .mp-6 .col-mp.mp-12.hoverable {
  margin: 0px !important;
}
@media (max-width: 768px) {
  .opc.one-step-checkout-container > .mp-6 {
    width: 100% !important;
  }
}
.opc.one-step-checkout-container #opc-sidebar {
  padding-left: calc(48px * 2);
}
@media (max-width: 768px) {
  .opc.one-step-checkout-container #opc-sidebar {
    padding-left: 0px;
  }
}
.onestepcheckout-index-index .osc-place-order-wrapper .place-order-primary button.primary.checkout {
  font-weight: normal !important;
  text-transform: none;
  border-radius: 0px !important;
  height: 46px;
}
@media (max-width: 768px) {
  .onestepcheckout-index-index .osc-place-order-wrapper .place-order-primary button.primary.checkout {
    margin-left: 0%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .onestepcheckout-index-index .one-step-checkout-wrapper #checkoutSteps .input-text,
  .onestepcheckout-index-index .one-step-checkout-wrapper #checkoutSteps select {
    width: 100%;
  }
}
#checkout-review-table thead th,
#checkout-review-table tbody tr td,
#checkout-review-table tfoot tr td {
  padding-left: 0px;
}
.opc-wrapper .shipping-address-items {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .opc-wrapper .form-shipping-address {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  .opc-wrapper .form-login {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 10px !important;
  }
}
#co-shipping-method-form {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.checkout-payment-method .payment-methods {
  margin: 0px !important;
}
.checkout-payment-method .step-title {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.items-in-cart .input-text {
  height: initial !important;
  font-size: 12px;
}
.items-in-cart .qty-wrapper a.button-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: none;
}
.items-in-cart .qty-wrapper .qty-wrap .input-text.update {
  top: -5%;
  line-height: 17px;
  border: 0px;
  border-bottom: 1px solid;
  box-shadow: 0px 0px 0px;
  outline: none;
}
.opc-estimated-wrapper {
  display: none;
}
/* End - Checkout page */
/* Brands page*/
.block-brand-list .brand-list-content .product-item-info .product-image-photo {
  border: 0px !important;
  box-shadow: 0px 0px 0px !important;
}
.block-brand-list .block-title {
  padding: 0px;
  width: 100%;
  border: 0px;
}
/* End - Brands page*/
.custom-category-type-1 .row-full-width-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.custom-category-type-1 .pagebuilder-column-line {
  gap: 24px;
}
.custom-category-type-1 .pagebuilder-column {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px !important;
  background-color: #fff;
  border-radius: 8px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid #f0f0f0;
  min-height: 400px;
  /* Minimal height for consistency */
  overflow: hidden;
  /* Static hover state - no movement */
  /* Make buttons visible and modern */
}
.custom-category-type-1 .pagebuilder-column.promo-category {
  border: 2px solid #66BC47;
  background-color: #fafdf9;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
.custom-category-type-1 .pagebuilder-column.promo-category::before {
  content: 'IZDVOJENO';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #66BC47;
  color: #fff;
  padding: 6px 14px;
  border-bottom-left-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 5;
}
.custom-category-type-1 .pagebuilder-column.promo-category h2 {
  color: #66BC47;
}
.custom-category-type-1 .pagebuilder-column.promo-category .pagebuilder-button-secondary,
.custom-category-type-1 .pagebuilder-column.promo-category .pagebuilder-button-primary,
.custom-category-type-1 .pagebuilder-column.promo-category .action.primary {
  background-color: #66BC47 !important;
  color: #fff !important;
  border-color: #66BC47 !important;
  border-radius: 4px;
}
.custom-category-type-1 .pagebuilder-column.promo-category .pagebuilder-button-secondary:hover,
.custom-category-type-1 .pagebuilder-column.promo-category .pagebuilder-button-primary:hover,
.custom-category-type-1 .pagebuilder-column.promo-category .action.primary:hover {
  background-color: #5bab3e !important;
  border-color: #5bab3e !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.custom-category-type-1 .pagebuilder-column:hover {
  border-color: #66BC47;
}
.custom-category-type-1 .pagebuilder-column * {
  position: relative;
  z-index: 2;
}
.custom-category-type-1 .pagebuilder-column figure,
.custom-category-type-1 .pagebuilder-column img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  flex-grow: 1;
}
.custom-category-type-1 .pagebuilder-column img {
  width: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.custom-category-type-1 .pagebuilder-column h2 {
  margin-bottom: 15px;
  text-transform: none;
  text-align: left;
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  color: #1a1a1a;
}
.custom-category-type-1 .pagebuilder-column h4,
.custom-category-type-1 .pagebuilder-column p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.6;
  color: #555;
  font-family: 'Outfit', sans-serif;
}
.custom-category-type-1 .pagebuilder-column .pagebuilder-button-secondary,
.custom-category-type-1 .pagebuilder-column .pagebuilder-button-primary,
.custom-category-type-1 .pagebuilder-column .action.primary {
  display: inline-block !important;
  background-color: transparent;
  color: #66BC47;
  border: 2px solid #66BC47;
  padding: 10px 24px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: auto;
  /* Push to bottom */
  width: auto;
  align-self: flex-start;
  text-decoration: none;
  line-height: 1;
  /* Reset line height */
}
.custom-category-type-1 .pagebuilder-column .pagebuilder-button-secondary:hover,
.custom-category-type-1 .pagebuilder-column .pagebuilder-button-primary:hover,
.custom-category-type-1 .pagebuilder-column .action.primary:hover {
  background-color: #66BC47;
  color: #fff;
}
.custom-category-type-1 .pagebuilder-column .badge-new {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ffc107;
  color: #000;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-category-type-2 {
  padding: 8px;
}
.custom-category-type-2 div[data-content-type="banner"] {
  border-radius: 8px;
  overflow: hidden;
}
.custom-category-type-2 .pagebuilder-column {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 30px !important;
  background-color: #f5f5f5;
  /* Light gray background */
  border-radius: 8px !important;
  transition: background 0.2s ease;
  /* Subtle background fade only */
  min-height: 350px;
  border: 1px solid transparent;
}
.custom-category-type-2 .pagebuilder-column:hover {
  background-color: #fff;
  border-color: #66BC47;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.custom-category-type-2 .pagebuilder-column img {
  max-height: 160px;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
  flex-grow: 1;
}
.custom-category-type-2 .pagebuilder-column h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  font-family: 'Outfit', sans-serif;
  color: #222;
}
.custom-category-type-2 .pagebuilder-column p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}
.custom-category-type-2 .pagebuilder-column .pagebuilder-button-secondary,
.custom-category-type-2 .pagebuilder-column .pagebuilder-button-primary,
.custom-category-type-2 .pagebuilder-column .action.primary {
  display: inline-block !important;
  background-color: #66BC47;
  color: #fff;
  border: 1px solid #66BC47;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}
.custom-category-type-2 .pagebuilder-column .pagebuilder-button-secondary:hover,
.custom-category-type-2 .pagebuilder-column .pagebuilder-button-primary:hover,
.custom-category-type-2 .pagebuilder-column .action.primary:hover {
  background-color: #fff;
  color: #66BC47;
}
.custom-slider-type-2 {
  padding: 8px;
}
.custom-slider-type-2 div[data-content-type="banner"] {
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .custom-slider-type-2 {
    gap: 8px;
  }
}
.custom-slider-type-2 .pagebuilder-column-line {
  gap: 8px;
}
@media (max-width: 768px) {
  .custom-slider-type-2 .pagebuilder-column-line {
    gap: 8px;
  }
}
.custom-slider-type-2 .pagebuilder-column {
  gap: 8px;
  overflow: hidden;
  border-radius: 12px;
}
.custom-slider-type-2 .col-1 {
  background-color: #66BC47;
  color: #fff;
}
.custom-slider-type-2 .pagebuilder-button-secondary {
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 16px;
  text-transform: uppercase;
  border-radius: 4px;
}
.custom-slider-type-2 h2 {
  margin-bottom: 16px;
  margin-top: 0px;
  color: #fff;
  line-height: inherit;
}
.custom-slider-type-2 h4 {
  font-weight: 400;
}
.custom-slider-type-3 .pagebuilder-column-line {
  gap: 8px;
  margin-bottom: 16px;
}
.custom-slider-type-3 .pagebuilder-column-line .pagebuilder-column {
  overflow: hidden;
  border-radius: 12px;
}
.block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid .product-item {
  flex: 1;
  margin: 0px;
}
@media (max-width: 768px) {
  .block.widget.block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid .product-item {
    flex: auto;
    width: 48%;
  }
}
.custom-region-brand-list-title {
  padding-top: 48px;
}
@media (max-width: 768px) {
  .custom-region-brand-list-title {
    padding-top: 32px;
  }
}
.custom-region-brand-list-title .pagebuilder-column-line {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.custom-region-brand-list-title .pagebuilder-column-line h2 {
  margin-bottom: 8px;
}
.custom-region-brand-list .slick-list {
  padding-top: 0px !important;
}
.custom-region-brand-list .pagebuilder-column-line {
  gap: 32px;
}
.custom-region-brand-list .col-left {
  background-color: #66BC47;
  color: #fff;
  padding: 24px 16px;
  gap: 32px;
  border-radius: 12px;
}
.custom-region-brand-list .col-left figure {
  text-align: center;
}
.custom-region-brand-list .col-left figure img {
  max-width: 160px !important;
}
.custom-region-brand-list .pagebuilder-button-secondary {
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-radius: 4px;
}
.custom-header-top-message {
  background-color: #fff;
  /*
    .col-left div[data-content-type='text'] {
        display: inline-block;
        white-space: nowrap;
        padding-left: 0;
        animation: marquee 15s linear infinite;
        line-height: 1;
    }
    
    @keyframes marquee {
        from { transform: translateX(0); }
        to   { transform: translateX(-50%); }
    }*/
}
.custom-header-top-message .col-left {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .custom-header-top-message .col-left {
    width: 100% !important;
    left: 0px;
    top: 0px;
    padding: 0px;
  }
}
.custom-header-top-message .row-full-width-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .custom-header-top-message .row-full-width-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .custom-header-top-message .col-right {
    display: none !important;
  }
}
.custom-header-top-message .col-right a {
  color: #000;
  text-decoration: none;
}
.custom-header-top-message .col-right p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.custom-header-top-message .col-left {
  justify-content: center !important;
}
.custom-header-top-message .col-left ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
@media (max-width: 768px) {
  .custom-header-top-message .col-left ul {
    justify-content: center;
  }
}
.custom-header-top-message .col-left ul li {
  padding: 0px;
  margin: 0px;
  margin-right: 8px;
}
.cms-faq h2 {
  margin-top: 32px;
  font-size: 24px;
}
ul.custom-faq-type-1 {
  border: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding-left: 32px;
}
ul.custom-faq-type-1 li {
  box-sizing: border-box;
  border: 0px !important;
  padding: 16px 0px 16px 16px !important;
  margin-bottom: 16px !important;
  box-shadow: 0px 0px 0px;
  padding-left: 0px !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px;
}
ul.custom-faq-type-1 li h3 {
  padding-left: 0px !important;
  padding-right: 32px !important;
  cursor: pointer;
  font-size: 19px !important;
  font-weight: 600;
}
ul.custom-faq-type-1 li [data-element="answer"] {
  padding-left: 0px !important;
  padding-top: 16px !important;
}
ul.custom-faq-type-1 [data-content-type="faq-item"] [data-role="content"][aria-hidden="false"] {
  display: block;
}
ul.custom-faq-type-1 li[data-content-type="faq-item"] [data-role="collapsible"]:before {
  right: 8px !important;
  left: unset !important;
  position: absolute;
}
.custom-region-contact .col-right ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding: 32px;
}
.custom-region-contact .col-right ul li {
  border-bottom: 1px solid #ddd;
  padding: 16px 0px;
  margin-bottom: 0px;
}
.product-overview-content {
  transition: all 0.3s ease;
  position: relative;
}
.product-overview-content.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-overview-content.collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}
.product-overview-actions {
  margin-top: 12px;
  cursor: pointer;
  display: inline-block;
}
.product-overview-actions span {
  color: #66BC47;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.product-overview-actions span:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-bottom: 2px;
}
.product-overview-actions span:hover {
  opacity: 0.8;
}
.product-overview-actions .action-less:after {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}
.custom-attribute-documents .custom-attribute-content ul,
.custom-attribute-documents .custom-attribute-content ol {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.custom-attribute-documents .custom-attribute-content ul li,
.custom-attribute-documents .custom-attribute-content ol li {
  margin: 0;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .custom-attribute-documents .custom-attribute-content ul li,
  .custom-attribute-documents .custom-attribute-content ol li {
    width: calc(50% - 8px);
  }
}
.custom-attribute-documents .custom-attribute-content ul li a,
.custom-attribute-documents .custom-attribute-content ol li a {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #e1e3e6;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  flex: 1;
  word-break: break-word;
}
.custom-attribute-documents .custom-attribute-content ul li a:hover,
.custom-attribute-documents .custom-attribute-content ol li a:hover {
  border-color: #66BC47;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.custom-attribute-documents .custom-attribute-content ul li a:hover::before,
.custom-attribute-documents .custom-attribute-content ol li a:hover::before {
  background-color: rgba(102, 188, 71, 0.1);
}
.custom-attribute-documents .custom-attribute-content ul li a:hover::after,
.custom-attribute-documents .custom-attribute-content ol li a:hover::after {
  stroke: #66BC47;
}
.custom-attribute-documents .custom-attribute-content ul li a::before,
.custom-attribute-documents .custom-attribute-content ol li a::before {
  content: '';
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin-right: 16px;
  border-radius: 10px;
  background-color: #f3f5f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'%3E%3C/path%3E%3Cpolyline points='14 2 14 8 20 8'%3E%3C/polyline%3E%3Cline x1='16' y1='13' x2='8' y2='13'%3E%3C/line%3E%3Cline x1='16' y1='17' x2='8' y2='17'%3E%3C/line%3E%3Cline x1='10' y1='9' x2='8' y2='9'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.custom-attribute-documents .custom-attribute-content ul li a::after,
.custom-attribute-documents .custom-attribute-content ol li a::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.product.attribute.description .value ul {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
.product.attribute.description .value ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #000;
  font-size: 16px;
}
.product.attribute.description .value ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-color: #66BC47;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center / 20px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center / 20px;
}
.product-item-actions .actions-primary .inquiry-button,
.product-item-details .inquiry-button,
.product.actions.product-item-actions .actions-primary .inquiry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 38px !important;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: normal;
}
.product-item-actions .actions-primary .inquiry-button span,
.product-item-details .inquiry-button span,
.product.actions.product-item-actions .actions-primary .inquiry-button span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.col-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.col-left [data-content-type="button-item"] {
  padding: 0px !important;
  width: 100%;
  margin-bottom: 0px !important;
}
.col-left [data-content-type="button-item"] .pagebuilder-button-primary {
  background-color: transparent !important;
  border: 0px !important;
  border-left: 4px solid transparent !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  color: #000 !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding: 12px 16px !important;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
}
.col-left [data-content-type="button-item"] .pagebuilder-button-primary:hover {
  background-color: #f8f8f8 !important;
  color: #66BC47 !important;
}
.col-left [data-content-type="button-item"].active .pagebuilder-button-primary {
  background-color: #f8f8f8 !important;
  border-left: 4px solid #66BC47 !important;
  color: #66BC47 !important;
  font-weight: 600;
}
.col-right [data-content-type="block"] {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.custom-mega-menu-container .col-left [data-content-type="button-item"] {
  cursor: pointer;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"].active {
  font-weight: bold;
}
.custom-mega-menu-container {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border: 0px;
  background-clip: padding-box;
  /* clearer border rendering */
  display: flex;
  font-family: 'Outfit', sans-serif;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .custom-mega-menu-container {
    flex-direction: column;
  }
  .custom-mega-menu-container .col-left {
    display: none !important;
  }
  .custom-mega-menu-container .col-right {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    border-left: none !important;
  }
  .custom-mega-menu-container .col-right a {
    padding-left: 0px !important;
  }
  .custom-mega-menu-container .col-right [data-content-type="block"] {
    display: block !important;
    margin-bottom: 40px;
    /* Space between categories */
    border-bottom: 1px solid #eee;
    /* Separator */
    padding-bottom: 20px;
  }
  .custom-mega-menu-container .col-right [data-content-type="block"]:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .custom-mega-menu-container .col-right .pagebuilder-column-line {
    flex-direction: column !important;
    display: flex !important;
  }
  .custom-mega-menu-container .col-right .pagebuilder-column {
    width: 100% !important;
    margin-bottom: 24px;
  }
  .custom-mega-menu-container .col-right a {
    padding: 8px 0;
    display: block;
  }
  .custom-mega-menu-container .col-right ul li a {
    font-size: 16px !important;
    padding: 8px 0;
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .custom-mega-menu-container .col-right .pagebuilder-column {
    margin-bottom: 0px;
  }
}
.custom-mega-menu-container .col-left {
  width: 25%;
  background-color: #f9f9f9;
  border-right: 1px solid #e5e5e5;
  padding: 0;
  padding: 0px !important;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"] {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  padding: 18px 30px;
  /* More padding for cleaner look */
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"]:before {
  content: '•';
  color: #28a745;
  font-size: 20px;
  line-height: 0;
  margin-right: 15px;
  margin-top: -2px;
  /* Subtle vertical optical fix */
  display: inline-block;
  flex-shrink: 0;
  padding-left: 12px;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"] .pagebuilder-button-primary {
  flex-grow: 0;
  /* Don't grow, let margin-auto handle spacing */
  text-align: left;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  padding: 16px !important;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"] .pagebuilder-button-primary span,
.custom-mega-menu-container .col-left [data-content-type="button-item"] .pagebuilder-button-primary p,
.custom-mega-menu-container .col-left [data-content-type="button-item"] .pagebuilder-button-primary div {
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px;
  color: #555;
  font-weight: 500;
  line-height: 1.2;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"]:hover {
  background-color: #fff;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"]:hover .pagebuilder-button-primary span {
  color: #28a745;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"].active {
  background-color: #fff;
  color: #28a745;
  z-index: 5;
  width: calc(100% + 1px);
  /* overlap border */
  border-right: 2px solid #28a745 !important;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"].active .pagebuilder-button-primary span {
  color: #28a745;
  font-weight: 700;
}
.custom-mega-menu-container .col-left [data-content-type="button-item"].active:after {
  content: '›';
  background: none;
  width: auto;
  position: static;
  margin-left: auto;
  /* Push to right */
  font-size: 24px;
  line-height: 1;
  color: #28a745;
  padding-right: 12px;
}
.custom-mega-menu-container .col-right {
  width: 75%;
  padding: 40px 50px;
  background-color: #fff;
}
.custom-mega-menu-container .col-right a {
  padding-left: 0px !important;
}
@media (max-width: 768px) {
  .custom-mega-menu-container .col-right {
    padding: 0px;
  }
}
.custom-mega-menu-container .col-right .custom-title-region {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .custom-mega-menu-container .col-right .custom-title-region .custom-view-all {
    display: none !important;
  }
}
.custom-mega-menu-container .col-right .custom-title-region h3 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  /* Larger title */
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
}
.custom-mega-menu-container .col-right .custom-title-region h3:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 26px;
  /* Match font size */
  background-color: #28a745;
  margin-right: 18px;
  border-radius: 4px;
}
.custom-mega-menu-container .col-right .custom-title-region a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #28a745;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.custom-mega-menu-container .col-right .custom-title-region a:after {
  content: '›';
  font-size: 20px;
  margin-left: 6px;
  line-height: 1;
  margin-top: -2px;
}
.custom-mega-menu-container .col-right .custom-title-region a:hover {
  text-decoration: underline;
}
.custom-mega-menu-container .col-right p > a.font-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: none;
  padding-bottom: 0;
  color: #222;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
}
.custom-mega-menu-container .col-right p > a.font-heading:before {
  display: none;
}
.custom-mega-menu-container .col-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-mega-menu-container .col-right ul li {
  margin-bottom: 8px;
}
.custom-mega-menu-container .col-right ul li a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}
.custom-mega-menu-container .col-right ul li a:hover {
  color: #28a745;
  transform: translateX(3px);
}
.subcategory-nav-wrapper {
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 768px) {
  .subcategory-nav-wrapper {
    margin-bottom: 24px;
  }
}
.subcategory-nav-title {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  color: #000;
  margin: 0 0 16px 0;
  padding: 0;
  text-transform: none;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .subcategory-nav-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.subcategory-nav-track {
  position: relative;
  overflow: hidden;
}
.subcategory-nav-track::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  right: 0;
  background: linear-gradient(to left, #f5f5f5, transparent);
}
.subcategory-nav-track.can-scroll-right::after {
  opacity: 1;
}
.subcategory-nav-track .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  background-color: #66BC47 !important;
  border: none !important;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 16px !important;
  background-position: center !important;
  transition: all 0.2s ease;
  font-size: 0;
  color: transparent;
}
.subcategory-nav-track .slick-arrow:hover {
  background-color: #67d33e !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.subcategory-nav-track .slick-arrow.slick-prev {
  left: 5px;
  background-image: url('../images/right-arrow.png') !important;
  transform: translateY(-50%) rotate(180deg);
}
.subcategory-nav-track .slick-arrow.slick-next {
  right: 5px;
  background-image: url('../images/right-arrow.png') !important;
}
.subcategory-nav-track .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.subcategory-nav-track .slick-arrow:before,
.subcategory-nav-track .slick-arrow:after {
  display: none !important;
}
.subcategory-nav-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
  padding: 8px 0px;
}
.subcategory-nav-list::-webkit-scrollbar {
  display: none;
}
.subcategory-nav-list.slick-initialized {
  overflow: visible;
  display: block;
}
.subcategory-nav-list.slick-initialized .slick-track {
  display: flex;
  gap: 12px;
}
.subcategory-nav-list.slick-initialized .subcategory-nav-item {
  margin: 0;
}
.subcategory-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 10px;
  padding: 14px 16px 12px;
  min-width: 110px;
  max-width: 140px;
  flex: 0 0 auto;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .subcategory-nav-item {
    min-width: 120px;
    max-width: 160px;
    padding: 16px 18px 14px;
  }
}
.subcategory-nav-item:hover {
  border-color: #66BC47;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  color: #66BC47;
}
.subcategory-nav-item:hover .subcategory-nav-item__name {
  color: #66BC47;
}
.subcategory-nav-item:hover .subcategory-nav-item__image-wrap--placeholder {
  background-color: rgba(102, 188, 71, 0.08);
}
.subcategory-nav-item:hover .subcategory-nav-item__image-wrap--placeholder .subcategory-nav-item__placeholder-icon {
  stroke: #66BC47;
}
.subcategory-nav-item__image-wrap {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .subcategory-nav-item__image-wrap {
    width: 72px;
    height: 72px;
  }
}
.subcategory-nav-item__image-wrap--placeholder {
  background-color: #f0f0f0;
  transition: background-color 0.2s ease;
}
.subcategory-nav-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  box-sizing: border-box;
}
.subcategory-nav-item__placeholder-icon {
  width: 32px;
  height: 32px;
  stroke: #aaa;
  transition: stroke 0.2s ease;
}
.subcategory-nav-item__name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  text-align: center;
  word-break: break-word;
  transition: color 0.2s ease;
  font-family: 'Outfit', sans-serif;
}
@media (min-width: 768px) {
  .subcategory-nav-item__name {
    font-size: 13px;
  }
}
.subcategory-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 10px;
  padding: 14px 16px 12px;
  min-width: 110px;
  max-width: 140px;
  flex: 0 0 auto;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .subcategory-nav-item {
    min-width: 120px;
    max-width: 160px;
    padding: 16px 18px 14px;
  }
}
.subcategory-nav-item:hover {
  border-color: #66BC47;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  color: #66BC47;
}
.subcategory-nav-item:hover .subcategory-nav-item__name {
  color: #66BC47;
}
.subcategory-nav-item:hover .subcategory-nav-item__image-wrap--placeholder {
  background-color: rgba(102, 188, 71, 0.08);
}
.subcategory-nav-item:hover .subcategory-nav-item__image-wrap--placeholder .subcategory-nav-item__placeholder-icon {
  stroke: #66BC47;
}
.subcategory-nav-item__image-wrap {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .subcategory-nav-item__image-wrap {
    width: 72px;
    height: 72px;
  }
}
.subcategory-nav-item__image-wrap--placeholder {
  background-color: #f0f0f0;
  transition: background-color 0.2s ease;
}
.subcategory-nav-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  box-sizing: border-box;
}
.subcategory-nav-item__placeholder-icon {
  width: 32px;
  height: 32px;
  stroke: #aaa;
  transition: stroke 0.2s ease;
}
.subcategory-nav-item__name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  text-align: center;
  word-break: break-word;
  transition: color 0.2s ease;
  font-family: 'Outfit', sans-serif;
}
@media (min-width: 768px) {
  .subcategory-nav-item__name {
    font-size: 13px;
  }
}
.zencore-catlist-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .zencore-catlist-wrapper {
    margin-bottom: 28px;
  }
}
.zencore-catlist-title {
  text-transform: none;
}
.zencore-catlist-track {
  position: relative;
  overflow: hidden;
}
.zencore-catlist-track::before,
.zencore-catlist-track::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.zencore-catlist-track::before {
  left: 0;
  background: linear-gradient(to right, rgba(245, 245, 245, 0.95), transparent);
}
.zencore-catlist-track::after {
  right: 0;
  background: linear-gradient(to left, rgba(245, 245, 245, 0.95), transparent);
}
.zencore-catlist-track.can-scroll-left::before {
  opacity: 1;
}
.zencore-catlist-track.can-scroll-right::after {
  opacity: 1;
}
.zencore-catlist-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 8px 4px 16px;
  cursor: grab;
}
.zencore-catlist-scroll::-webkit-scrollbar {
  display: none;
}
.zencore-catlist-scroll.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.zencore-catlist-card {
  flex: 0 0 auto;
  width: 220px;
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
@media (max-width: 768px) {
  .zencore-catlist-card {
    width: 180px;
  }
}
.zencore-catlist-card:hover {
  border-color: #66BC47;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.zencore-catlist-card--featured {
  border-color: #66BC47;
  box-shadow: 0 4px 20px rgba(102, 188, 71, 0.18);
}
.zencore-catlist-card--featured:hover {
  box-shadow: 0 10px 32px rgba(102, 188, 71, 0.28);
}
.zencore-catlist-card--featured .zencore-catlist-card__name {
  color: #66BC47;
}
.zencore-catlist-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #66BC47;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-bottom-left-radius: 10px;
  z-index: 2;
  font-family: 'Outfit', sans-serif;
}
.zencore-catlist-card__image-link {
  display: block;
  text-decoration: none;
}
.zencore-catlist-card__image-wrap {
  width: 100%;
  height: 160px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .zencore-catlist-card__image-wrap {
    height: 130px;
  }
}
.zencore-catlist-card__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.zencore-catlist-card:hover .zencore-catlist-card__image {
  transform: scale(1.04);
}
.zencore-catlist-card__no-image {
  width: 60px;
  height: 60px;
  color: #ccc;
}
.zencore-catlist-card__no-image svg {
  width: 100%;
  height: 100%;
}
.zencore-catlist-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.zencore-catlist-card__name-link {
  text-decoration: none !important;
  color: inherit;
}
.zencore-catlist-card__name {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000;
  margin: 0 0 8px 0;
  line-height: 1.3;
  transition: color 0.2s ease;
}
.zencore-catlist-card:hover .zencore-catlist-card__name {
  color: #66BC47;
}
.zencore-catlist-card__desc {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin: 0 0 14px 0;
  flex: 1;
}
.zencore-catlist-card__btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1.5px solid #66BC47;
  border-radius: 5px;
  color: #66BC47;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none !important;
  align-self: flex-start;
  transition: background-color 0.2s ease, color 0.2s ease;
  line-height: 1;
}
.zencore-catlist-card__btn:hover {
  background-color: #66BC47;
  color: #fff;
}
.zencore-catlist-card__btn--featured {
  background-color: #66BC47;
  color: #fff;
}
.zencore-catlist-card__btn--featured:hover {
  background-color: #59a73d;
  border-color: #59a73d;
}
.mpblog-post-view #maincontent {
  padding-top: 40px;
}
.post-list-content .limiter {
  width: 100%;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 40px;
}
.mpblog-post-index .mp-blog-rss {
  display: none;
}
.mpblog-post-index .post-list-body.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.mpblog-post-index .post-list-body.grid .post-list-item.post-item-grid {
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .mpblog-post-index .post-list-body.grid .post-list-item.post-item-grid {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 640px) {
  .mpblog-post-index .post-list-body.grid .post-list-item.post-item-grid {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.mpblog-post-index .post-item-wraper {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid #ebebeb;
  height: 100%;
  min-height: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mpblog-post-index .post-item-wraper:hover {
  border-color: #66BC47;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07000000000000001);
}
.mpblog-post-index .post-image {
  flex-shrink: 0;
}
.mpblog-post-index .post-image a {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.mpblog-post-index .post-image .img-responsive {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  margin: 0;
  padding: 0;
  display: block;
}
.mpblog-post-index .post-info-wraper {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mpblog-post-index .mp-post-title {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.35;
}
.mpblog-post-index .mp-post-title a {
  color: #000;
  text-decoration: none;
}
.mpblog-post-index .mp-post-title a:hover {
  color: #66BC47;
}
.mpblog-post-index .mp-post-info {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.mpblog-post-index .post-short-description {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  flex: 1;
}
.mpblog-post-index .post-short-description p {
  margin: 0;
}
.mpblog-post-index .mp-post-meta-info {
  margin-top: 14px;
  float: none !important;
}
.mpblog-post-index .mp-post-meta-info .mp-read-more {
  display: inline-block;
  padding: 7px 16px;
  border: 1.5px solid #66BC47;
  border-radius: 5px;
  color: #66BC47;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.mpblog-post-index .mp-post-meta-info .mp-read-more:hover {
  background-color: #66BC47;
  color: #fff !important;
}
.mpblog-post-index .mp-clearfix {
  display: none;
}
.mpblog-post-view .page-title {
  width: 100%;
  text-align: center;
}
.mp-blog-view {
  max-width: 768px;
  margin: auto;
}
.mp-blog-view .img-responsive {
  border-radius: 12px;
}
.mp-blog-view .mp-blog-rss {
  display: none;
}
.post-list-container.mpcss .widget-title a {
  display: none;
}
.post-list-container.mpcss .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
}
.post-list-container.mpcss .post-list-item {
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  margin-left: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .post-list-container.mpcss .post-list-item {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 640px) {
  .post-list-container.mpcss .post-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.post-list-container.mpcss .post-item-wraper {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid #ebebeb;
  height: 100%;
  min-height: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.post-list-container.mpcss .post-item-wraper:hover {
  border-color: #66BC47;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07000000000000001);
}
.post-list-container.mpcss .post-image {
  flex-shrink: 0;
}
.post-list-container.mpcss .post-image a {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.post-list-container.mpcss .post-image .img-responsive {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  margin: 0;
  padding: 0;
  display: block;
}
.post-list-container.mpcss .post-info-wraper {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-list-container.mpcss .mp-post-title {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.35;
}
.post-list-container.mpcss .mp-post-title a {
  color: #000;
  text-decoration: none;
}
.post-list-container.mpcss .mp-post-title a:hover {
  color: #66BC47;
}
.post-list-container.mpcss .mp-post-info {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.post-list-container.mpcss .post-short-description {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  flex: 1;
}
.post-list-container.mpcss .post-short-description p {
  margin: 0;
}
.post-list-container.mpcss .mp-post-meta-info {
  margin-top: 14px;
  float: none !important;
}
.post-list-container.mpcss .mp-post-meta-info .mp-read-more {
  display: inline-block;
  padding: 7px 16px;
  border: 1.5px solid #66BC47;
  border-radius: 5px;
  color: #66BC47;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.post-list-container.mpcss .mp-post-meta-info .mp-read-more:hover {
  background-color: #66BC47;
  color: #fff !important;
}
.post-list-container.mpcss .mp-clearfix {
  display: none;
}
.product-item {
  position: relative;
}
.additional-items-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.additional-items-container .icon-free-delivery,
.additional-items-container .icon-24-rate {
  max-width: 40px;
  height: auto;
}
.additional-items-container .snizenje {
  background-color: #ffc107;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  padding: 2px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
}
.product-media-wrapper .additional-items-container {
  top: 20px;
  right: 20px;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 16px 8px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 8px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 112px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 16px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -32px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 8px 16px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -11px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 48px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 16px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 16px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 96px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
    width: 78% !important;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 22% !important;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 32px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 16px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #212225;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 16px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #212225;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 32px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 32px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 35px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #ccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #ccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 8px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 16px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #ccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 3);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #fff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #ccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 4);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .block-category-event.block:last-child {
    margin-bottom: 48px;
    padding: 16px 0 48px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 8px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 96px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 16px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 16px 16px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 16px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 16px 32px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 16px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 16px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 16px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 32px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 16px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 48px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 16px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 16px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 32px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 16px 48px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 16px 0 0 96px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 16px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 48px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 16px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 16px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 16px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 16px 16px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -16px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 16px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 16px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 8px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 16px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 16px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 16px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 16px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 16px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 16px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 16px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 16px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 96px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 16px 0;
  }
  .filter-actions {
    margin-bottom: 48px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 16px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 32px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 8px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 16px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 8px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 32px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 32px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 16px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 16px;
    padding: 8px 16px 16px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 16px;
    padding: 8px 16px 16px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #212225;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 32px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 24px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 16px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 16px 2px 16px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 16px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 32px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 16px 16px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 32px;
  }
  .page-layout-1column .product-info-main {
    width: 45%;
  }
  .page-layout-1column .product.media {
    width: 52%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 16px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 8px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -8px 0 8px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 48px 16px 0;
  }
  .logo {
    margin: -8px auto 32px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 32px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -16px;
    left: 100%;
    margin: 0 0 0 16px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 9px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 16px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 16px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 16px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -16px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1400px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMageplaza_Blog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fblock%5C%2F_horizontal-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fblock%5C%2F_apply-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Frenderer%5C%2Felement%5C%2F_size-limiter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Frenderer%5C%2F_slider-renderer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Flib%5C%2F_nprogress.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_load_button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMirasvit_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_progress_bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fpages%5C%2F_search-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FZencore%5C%2Fcore%5C%2Fhr_HR%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3BYACY%3BACGZ%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACFR%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACOR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACqCR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAKJ%3BECrFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADoFJ%3BECzFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADwFJ%3BEC7FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD4FJ%3BECjGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADgGJ%3BECrGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACSR%2CaAAc%3BAACd%2CWAAY%3BEACV%2CqBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAJF%2CaAME%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3B%3BAAEA%2CiBAAC%3BEACC%2CsBAAA%3BEACA%2C4CAAA%3B%3BAAIJ%3BEACE%2C4BAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAADF%2CuBAGE%3BEACE%2CeAAA%3B%3BAAOJ%3BEACE%2CqBAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CkBAAA%3B%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUF%2CQAP0B%3BEACxB%2CQAAS%3BIACP%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAAIJ%2CYACE%2CGAAE%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAADF%2CmBAGE%3BEACE%2CeAAA%3B%3BAAJJ%2CmBAGE%2C2BAGE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAARN%2CmBAGE%2C2BAQE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAAdN%2CmBAGE%2C2BAQE%2C4BAKE%3BEACE%2CeAAA%3B%3BAAMR%3BEACE%2CgBAAA%3B%3BAAGF%2CCAAC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CCAAC%2CeAIC%2CIAAG%3BEACD%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CcAIE%2CEAAC%3BEACC%2CcAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CaAGE%2CIAAG%3BEACD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CMAAO%2CKAAI%3BEACT%2CaAAA%3B%3BAAGF%2CYAAa%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAADF%2CWAGE%3BEACE%2CkBAAA%3B%3BAAJJ%2CWAOE%2CMAAK%2CKAAK%3BEACR%2CeAAA%3B%3BAARJ%2CWAWE%2CSAAQ%2CKAAK%2CMACT%2CQAAK%3BEACL%2CoCAAA%3B%3BAA8BN%3BEACE%2CmBAAA%3B%3BAAGF%2CCAAC%2CMAAM%2CcAAc%3BEACnB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2CgBACA%2CGAAE%3BEACA%2CgBAAA%3B%3BAAFJ%2CEAAE%2CgBAMA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CEAAE%2CgBAWA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAbJ%2CEAAE%2CgBAgBA%2CEAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlBJ%2CEAAE%2CgBAqBA%3BEACE%2CeAAA%3B%3BAAIJ%2CEAAE%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAEA%2CeAAC%3BEACC%2CsBAAA%3B%3BAAJJ%2CeAOE%3BEACE%2CWAAA%3BEACA%2CUAAA%3B%3BAATJ%2CeAYE%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAhBJ%2CeAYE%2CYAME%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeAbJ%2CYAME%2CKAOG%3BEACC%2CeAAA%3B%3BAAMR%2CSAAS%3BEACP%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CiBAAA%3B%3BAAGF%2CQAAS%3BEACP%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsDAAA%3BEACA%2CmDAAA%3BEACA%2C8CAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbF%2CyBAeE%3BEACE%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CwBAAC%3BEACC%2CmBAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CcAAA%3B%3BAAEA%2CwBAHF%2CmBAGG%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAjBN%2CwBAQE%2CmBAYE%3BAApBJ%2CwBAQE%2CmBAY2B%3BEACvB%2CWAAA%3BEACA%2CiBAAA%3B%3BAAtBN%2CwBAQE%2CmBAiBE%3BEACE%2CcAAA%3B%3BAA1BN%2CwBAQE%2CmBAqBE%2CyBAAwB%3BEACtB%2CWAAW%2CgBAAX%3B%3BAAKN%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAASF%3BEACE%2CcAAA%3B%3BAADF%2CmBAGE%3BEACE%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CcAGE%2COAAM%2COAAO%3BEACX%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CcAGE%2COAAM%2COAAO%2COAgBX%3BEACE%2CmCAAA%3BEACA%2CcAAA%3B%3BAArBN%2CcAGE%2COAAM%2COAAO%2COAqBX%3BEACE%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhCN%2CcAoCE%2CMAAK%3BEACH%2CaAAA%3B%3B%3BAAKJ%2CQAAQ%3BEACN%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%2CkBAAkB%3BEAChB%2C6BAAA%3B%3BAAGF%3BEACE%2CYAAA%3B%3BAADF%2CkDAGE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CEAAE%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CwBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CCAAC%2C0BAA0B%3BEACzB%2CeAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CQAAQ%3BEACN%2C2BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CuBAIE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAIJ%2C8BAA8B%3BEAC5B%2CwBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%2CQAAQ%3BEACnD%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%3BEAC3C%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CkCAAmC%2CGAAE%3BEACnC%2C4BAAA%3B%3B%3BAAKF%3BEACE%2CmBAAA%3B%3BAAGF%2CcAAe%2CIAAG%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3B%3BAAIF%2CoBAAqB%2CQAAO%3BEAC1B%2CsBAAA%3B%3B%3BAAIF%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAANF%2CUAQE%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAIJ%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BAALF%2CsBAOE%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CWAIE%2CIAAG%3BEACD%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CiBACE%3BEACE%2CkBAAA%3B%3BAAIJ%3BEACE%2CwBAAA%3B%3BAAiBF%2CwBAd0C%3BEACxC%2CeACE%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CeAME%3BIACE%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKN%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CiBAIE%2CGAAE%3BEACA%2CaAAA%3B%3BAAIJ%2CkBACE%3BEACE%2CyBAAA%3B%3B%3BAAKJ%2CwBACE%3BAADF%2CwBAEE%3BAAFF%2CwBAGE%3BEACE%2CUAAA%3BEACA%2CYAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CgCAAA%3B%3BAAgBJ%2CQAZ0B%3BEACxB%2CwBACE%2C4BAA4B%3BIAC1B%2C%2BBAAA%3B%3BEAFJ%2CwBAKE%2C2BAA2B%3BIACzB%2C8BAAA%3B%3B%3BAAcN%2CQAT2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAaN%2CQAR2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CaAAA%3B%3B%3BAAUN%2CgBANkC%3BEAChC%2CkBAAmB%2CeAAe%3BIAChC%2CUAAA%3B%3B%3BAAUJ%2CgBANkC%3BEAChC%2CkBAAmB%2CeAAe%3BIAChC%2CUAAA%3B%3B%3B%3BACzlBJ%2CwBAnB0C%3BEACtC%3BIACI%2CoBAAA%3B%3BEADJ%2CwBAGI%2COAAM%3BIACF%2CaAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CyBAAA%3BIACA%2CgCAAA%3B%3BEATR%2CwBAOI%2CgBAII%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BACEhB%2CwBAZ0C%3BEACtC%3BIACI%2CaAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CcAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3B%3BAC5GR%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BACyFJ%2CwBAV0C%3BEACtC%2CgBACI%2CyBACI%3BIACI%2CeAAA%3B%3B%3B%3BACpFhB%3BEACI%2CoBAAA%3B%3BAAGJ%3BEAGI%2CmBAAA%3BEAEA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3B%3BAAXJ%2CsBAaI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6CAAA%3BEACA%2CUAAA%3BEAEA%2CmBAAmB%2CaAAa%2CoBAAhC%3BEACA%2CeAAmB%2CaAAa%2CoBAAhC%3BEACA%2CWAAmB%2CaAAa%2CoBAAhC%3B%3BAAIR%3BEACI%3BIAAK%2CmBAAmB%2CYAAnB%3B%3BEACL%3BIAAO%2CmBAAmB%2CcAAnB%3B%3B%3BAAEX%3BEACI%3BIAAK%2CWAAW%2CYAAX%3B%3BEACL%3BIAAO%2CWAAW%2CcAAX%3B%3B%3BACvCX%2CKACI%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CKAPJ%2CoBAOK%3BEACG%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAkB%2CEAAlB%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAsB%2Cm8BAAtB%3B%3BAAIA%2CKAlBR%2CoBAiBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIR%2CKAvBJ%2CoBAuBK%3BEACG%2CYAAA%3B%3BAAEA%2CKA1BR%2CoBAuBK%2CSAGI%3BEACG%2CUAAA%3BEACA%2CsCAAA%3B%3BAAMhB%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAGR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAChDR%3BEACI%3BIAAO%2CWAAW%2CYAAX%3B%3BEACP%3BIAAK%2CWAAW%2CQAAX%3B%3B%3BAAGT%3BEACI%3BIAAK%2CWAAW%2CiBAAX%3B%3B%3BAAGT%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CmBAOI%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CmCAAA%3B%3BAAEA%2CmBAXJ%2CYAWK%2CUAAU%3BAACX%2CmBAZJ%2CYAYK%2CUAAU%3BEACP%2COAAA%3B%3BAAGJ%2CmBAhBJ%2CYAgBK%2CUAAU%3BEACP%2CWAAA%3B%3BAAEJ%2CmBAnBJ%2CYAmBK%2CUAAU%3BEACP%2CSAAA%3B%3BAAGJ%2CmBAvBJ%2CYAuBK%2CUAAU%3BEACP%2CsBAAA%3B%3BAAGJ%2CmBA3BJ%2CYA2BK%2CUAAU%3BAACX%2CmBA5BJ%2CYA4BK%2CUAAU%3BEACP%2CqBAAA%3B%3BAAGJ%2CmBAhCJ%2CYAgCK%2CUAAU%3BEACP%2CsBAAA%3BEACA%2C4BAAA%3B%3BAClDZ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAJJ%2CqBAMI%3BEACI%2CiBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CqBAUI%2C0BAMI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BACyFZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACkFR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3BAEgER%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAC7ChB%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3BAC2iBxB%3BEC%5C%2FrBI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAJFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAGyrBR%2CiBC5rBI%3BEJgPA%2CUAAA%3BEI9OI%2CeAAA%3BEJ8OJ%2CqBAAA%3BEKhOA%2CqBAAA%3B%3BAF4qBJ%2CiBC5rBI%2CeCoOE%3BELhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAK2CA%2CiBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM9NQ%2CON8NR%3BEAAA%2CaOvRe%2CYPuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeCkCC%2CMACI%3BEL6ML%2CcAAA%3B%3BAKvMI%2CiBDzCJ%2CeCwCC%2COACI%3BELuML%2CcAAA%3B%3BAIqEA%2CiBArTA%2CeAqTC%3BEJrED%2CqBAAA%3BEKhOA%2CqBAAA%3B%3BADqSA%2CiBArTA%2CeAqTC%2COCjFC%3BELhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAK2CA%2CiBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM%5C%2FNM%2CON%2BNN%3BEAAA%2CaOvRe%2CYPuRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BEL6ML%2CcAAA%3B%3BAKvMI%2CiBDzCJ%2CeAqTC%2COC7QA%2COACI%3BELuML%2CcAAA%3B%3BAG4cJ%2CiBCrgBI%3BEJyDA%2CSAAA%3BEAAA%2CUAAA%3BEQ1KA%2CqBAAA%3BER0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEIhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEJ8CJ%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CyCAAA%3B%3BAG4cJ%2CiBCrgBI%2CGAsBI%3BEJmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAI3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BEJ2BT%2CmBAAA%3BEIzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CGAuVC%3BAACD%2CiBAxVA%2CGAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CGAiWC%3BEACG%2CiBAAA%3BEJzSJ%2CsDAAA%3BEI2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CGAuWC%3BEACG%2CiBAAA%3BEJ%5C%2FSJ%2CsDAAA%3BEIiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2CGAwUC%3BEJ%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAIoRA%2CiBA7UA%2CGA6UC%3BEJpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAIZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BADodZ%2CiBAgBI%2CGACI%3BEH7dJ%2CWAAA%3BEAAA%2CqBAAA%3BEGweQ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAK3nBR%2CiBL6mBA%2CGACI%2CEK9mBH%3BERiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAQ5IA%2CiBLwmBA%2CGACI%2CEKzmBH%3BER4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAQvIA%2CiBLmmBA%2CGACI%2CEKpmBH%3BERuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAG4cJ%2CiBAkCI%3BEACI%2CeAAA%3B%3BAAnCR%2CiBAsCI%3BEACI%2CaAAA%3B%3BAAvCR%2CiBA0CI%2CQAAO%3BEM%5C%2FiBP%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BETgDA%2CgBAAA%3BEAAA%2CWAAA%3B%3BAS7CA%2CiBNmiBA%2CQAAO%2COMniBN%3BAACD%2CiBNkiBA%2CQAAO%2COMliBN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBN6hBA%2CQAAO%2COM7hBN%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBNwhBA%2CQAAO%2COMxhBN%3BAACD%2CiBNuhBA%2CQAAO%2COMvhBN%3BAACD%2CQAAQ%2CUAAW%2CkBNshBnB%2CQAAO%3BEMrhBH%2CoBAAA%3BET%2BBJ%2CYAAA%3B%3BAG4cJ%2CiBA%2BCI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CaAAA%3B%3BAE7pBJ%2CiBFgqBC%2COACG%2CQAAO%2COEjqBV%3BELgKD%2CSM%5C%2FNM%2CON%2BNN%3B%3BAGggBA%2CiBAAC%2COAQG%3BEACI%2CcAAA%3B%3BAA7DZ%2CiBAiEI%3BEACI%2CaAAA%3B%3BAI5dR%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEAEA%2CYAAY%2CyCAAZ%3BEACA%2CWAAA%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEAEA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAlC1WJ%3BEACI%2CaAAa%2CUAAb%3BEACA%2CSAAS%2CiCAAiC%2COAAO%2COAAjD%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CUAAb%3BEACA%2CSAAS%2CmCAAmC%2COAAO%2COAAnD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CUAAb%3BEACA%2CSAAS%2CsCAAsC%2COAAO%2COAAtD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CUAAb%3BEACA%2CSAAS%2CiCAAiC%2COAAO%2COAAjD%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEACI%2CiBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CiBAAA%3B%3B%3BAAIR%2CsBAAuB%2CiBAAgB%3BEACnC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CiBAAA%3B%3BAAGJ%2CsBAAuB%2CYAAY%2CGAAG%2CGAAG%2CEAAC%3BEACtC%2C0BAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CoBAAb%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CIAWI%2CSAAS%2CQAAO%3BEACZ%2CoBAAA%3B%3BAAZR%2CIAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CQAHmC%3BEAGnC%2CIATA%3BIAOQ%2CeAAA%3B%3B%3BAAtBZ%2CIA0BI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CIATA%3BIAOQ%2CeAAA%3B%3B%3BAAQR%2CQAHmC%3BEAGnC%2CIAJA%3BIAEQ%2CeAAA%3B%3B%3BAAvCZ%2CIA2CI%3BEACI%2CeAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CIANA%3BIAIQ%2CeAAA%3B%3B%3BAA%5C%2FCZ%2CIAmDI%3BEACI%2CaAAa%2CsBAAb%3B%3BAApDR%2CIAuDI%3BEACI%2CaAAa%2CsBAAb%3B%3BAAxDR%2CIA2DI%3BEACI%2CaAAa%2CsBAAb%3B%3BAA5DR%2CIA%2BDI%3BEACI%2CgBAAA%3B%3BAAhER%2CIAmEI%3BEACI%2CsBAAA%3B%3BAAIR%2CgBAEI%3BAADJ%2CsBACI%3BEACI%2CyBAAA%3B%3BAAIR%2CiBAII%2CcACI%3BAAJR%2CwBAGI%2CcACI%3BAAHR%2CuBAEI%2CcACI%3BAAFR%2CgCACI%2CcACI%3BEACI%2C6BAAA%3B%3BAANZ%2CiBAUI%3BAATJ%2CwBASI%3BAARJ%2CuBAQI%3BAAPJ%2CgCAOI%3BEACI%2CyBAAA%3B%3BAAXR%2CiBAcI%3BAAbJ%2CwBAaI%3BAAZJ%2CuBAYI%3BAAXJ%2CgCAWI%3BEACI%2CiBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CiBANA%3BEAMA%2CwBANA%3BEAMA%2CuBANA%3BEAMA%2CgCANA%3BIAIQ%2CiBAAA%3B%3B%3BAAMZ%2C%2BBAEI%3BAADJ%2CwBAAwB%2CaACpB%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CsCAAA%3BEACA%2CgCAAA%3B%3BAAIR%2CaAAa%2CmBAAoB%3BEAC7B%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CsCAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CaAZS%2CmBAAoB%2CaAY5B%3BEACG%2CaAAA%3B%3BAAGJ%2CaAhBS%2CmBAAoB%2CaAgB5B%3BEACG%2CaAAA%3B%3BAAIR%3BEACI%2CiBAAA%3B%3BAADJ%2C0BAGI%2CaAAY%3BEACR%2CWAAA%3B%3BAAJR%2C0BAOI%2CaAAY%3BEACR%2CUAAA%3B%3BAARR%2C0BAWI%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAfR%2C0BAWI%2CYAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAtBZ%2C0BAWI%2CYAMI%2CGAOI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C0BAnBZ%2CYAMI%2CGAOI%2COAMK%3BEACG%2CaAAA%3B%3BAAIR%2C0BAxBR%2CYAMI%2CGAkBK%2CaAAc%3BEACX%2CWAAA%3BEACA%2CYAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhDR%2C0BAmDI%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2C2CAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2C0BAdJ%3BIAWQ%2CkBAAA%3B%3B%3BAA9DZ%2C0BAmDI%2CqBAcI%3BEACI%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3BAArEZ%2C0BAyEI%3BAAzEJ%2C0BA0EI%3BAA1EJ%2C0BA2EI%3BAA3EJ%2C0BA4EI%3BAA5EJ%2C0BA6EI%3BAA7EJ%2C0BA8EI%3BEACI%2CaAAa%2CkBAAb%3B%3BAA%5C%2FER%2C0BAkFI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2C0BATA%3BIAOQ%2CeAAA%3B%3B%3BAAzFZ%2C0BA6FI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2C0BAPA%3BIAKQ%2CeAAA%3B%3B%3BAAlGZ%2C0BAsGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CYAAA%3B%3BAAGJ%2CMACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAa%2CoBAAb%3BEACA%2CaAAa%2CsBAAb%3BEACA%2CgBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3B%3BAAGJ%2COAAO%3BEAGH%2CiBAAA%3BEACA%2CkBAAA%3BEAIA%2CaAAa%2CsBAAb%3B%3BAAGJ%2CqBACI%2CIAAG%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BAACA%3BAACA%3BAACA%3B%3B%3BAAHA%2CQAII%2CeAAc%3BAAHlB%2CuBAGI%2CeAAc%3BAAFlB%2CgCAEI%2CeAAc%3BAADlB%2CYACI%2CeAAc%3BEACV%2CaAAA%3B%3BAALR%2CQAQI%2COAAM%3BAAPV%2CuBAOI%2COAAM%3BAANV%2CgCAMI%2COAAM%3BAALV%2CYAKI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAZR%2CQAeI%2CeAAc%3BAAdlB%2CuBAcI%2CeAAc%3BAAblB%2CgCAaI%2CeAAc%3BAAZlB%2CYAYI%2CeAAc%3BEACV%2CwBAAA%3B%3BAAhBR%2CQAmBI%2COAAM%2COAAQ%2CMAAK%3BAAlBvB%2CuBAkBI%2COAAM%2COAAQ%2CMAAK%3BAAjBvB%2CgCAiBI%2COAAM%2COAAQ%2CMAAK%3BAAhBvB%2CYAgBI%2COAAM%2COAAQ%2CMAAK%3BEACf%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxBR%2CQA2BI%2COAAM%2COAAQ%3BAA1BlB%2CuBA0BI%2COAAM%2COAAQ%3BAAzBlB%2CgCAyBI%2COAAM%2COAAQ%3BAAxBlB%2CYAwBI%2COAAM%2COAAQ%3BEACV%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BEAEA%2CYAAA%3B%3BEAEA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3B%3B%3BAAtCR%2CQA0CI%2COAAM%2COAAQ%2COAAO%3BAAzCzB%2CuBAyCI%2COAAM%2COAAQ%2COAAO%3BAAxCzB%2CgCAwCI%2COAAM%2COAAQ%2COAAO%3BAAvCzB%2CYAuCI%2COAAM%2COAAQ%2COAAO%3BEACjB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA9CR%2CQAiDI%2COAAM%2COAAQ%2COAAM%3BAAhDxB%2CuBAgDI%2COAAM%2COAAQ%2COAAM%3BAA%5C%2FCxB%2CgCA%2BCI%2COAAM%2COAAQ%2COAAM%3BAA9CxB%2CYA8CI%2COAAM%2COAAQ%2COAAM%3BEAChB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BEAEA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAA3DR%2CQA8DI%2CMAAK%2CiBAAiB%2CQAAS%3BAA7DnC%2CuBA6DI%2CMAAK%2CiBAAiB%2CQAAS%3BAA5DnC%2CgCA4DI%2CMAAK%2CiBAAiB%2CQAAS%3BAA3DnC%2CYA2DI%2CMAAK%2CiBAAiB%2CQAAS%3BEAC3B%2CyBAAA%3B%3B%3BAA%5C%2FDR%2CQAmEI%2CMAAK%2CiBAAiB%2CQAAS%2CSAAM%3BAAlEzC%2CuBAkEI%2CMAAK%2CiBAAiB%2CQAAS%2CSAAM%3BAAjEzC%2CgCAiEI%2CMAAK%2CiBAAiB%2CQAAS%2CSAAM%3BAAhEzC%2CYAgEI%2CMAAK%2CiBAAiB%2CQAAS%2CSAAM%3BEACjC%2CWAAW%2CgBAAX%3B%3B%3BAApER%2CQAyEI%2COAAM%2COAAQ%2COAAO%3BAAxEzB%2CuBAwEI%2COAAM%2COAAQ%2COAAO%3BAAvEzB%2CgCAuEI%2COAAM%2COAAQ%2COAAO%3BAAtEzB%2CYAsEI%2COAAM%2COAAQ%2COAAO%3BEACjB%2CeAAA%3BEACA%2CWAAA%3B%3B%3BAAqWJ%2CQAHmC%3BEAGnC%2CqBAJA%3BEAIA%2CcAJA%3BIAEQ%2CiBAAA%3B%3B%3BAAWZ%2CQALmC%3BEAKnC%3BIAJQ%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3B%3BAAQR%2CQAHmC%3BEAGnC%2CSAJU%3BIAEF%2CaAAA%3B%3B%3BAAIR%2CSAAU%3BEACN%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSAAU%2CQAAO%3BEACb%2CmBAAA%3B%3BAAGJ%2CSAAU%2CUAAS%3BEACf%2CkBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CKAAK%2CSASD%3BEACI%2CYAAA%3BEACA%2CwBAAA%3B%3BAAQR%2COAAO%3BEACH%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CiBAAA%3B%3B%3BAAJR%2CwBAOI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%3BIAHQ%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAAUA%2CQAJ%2BB%3BEAI%5C%2FB%2CQALJ%3BIAEQ%2C8BAAA%3B%3B%3BAAHZ%2CQACI%2CyBAKI%3BEACI%2CsBAAA%3B%3BAAKZ%2CcACI%3BEACI%2CiBAAA%3B%3BAAFR%2CcACI%2CGAGI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcATR%2CGAGI%2CGAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2C0BAAtB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3B%3BAAMhB%2CgBACI%3BEACI%2CSAAA%3B%3BAAIR%2CsBACI%3BEACI%2CQAAA%3B%3BAAIR%2CaACI%3BEACI%2CSAAA%3B%3BAAFR%2CaACI%2CyBAGI%2CoBACI%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CQAAA%3B%3BAAFR%2CoBACI%2CyBAGI%2CoBACI%3BEACI%2C2BAAA%3B%3BAAMhB%3BEACI%2CoBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CoBAAA%3B%3B%3BAAJR%2C2BAOI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAANR%2CkCASI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAANR%2C%2BBASI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2C%2BBAcI%3BEACI%2CkBAAA%3B%3BAAfR%2C%2BBAcI%2CkBAGI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAzBZ%2C%2BBAcI%2CkBAcI%3BEACI%2CgBAAA%3B%3B%3BAAOZ%3BEACI%2CsBAAA%3BEAOA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAZJ%2C0BAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAaJ%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CwBAAA%3B%3B%3BAAfR%2C0BAkBI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3B%3BAAOJ%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CeAAA%3B%3B%3BAAxBR%2C0BA2BI%3BEACI%2CkBAAA%3B%3BAA5BR%2C0BA%2BBI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3B%3B%3BAAQR%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAHmC%3BEAGnC%2CwBAJA%3BIAEQ%2CiBAAA%3B%3B%3BAANZ%2CwBAUI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3B%3B%3BAAWR%3BEACI%2C6BAAA%3BEACA%2CkCAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CyBAAA%3B%3B%3BAALR%2CKAQI%3BEACI%2C2BAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CKAPA%3BIAKQ%2C2BAAA%3B%3B%3BAAKZ%3BEACI%2CsBAAA%3B%3BAAoBA%2CQAlB%2BB%3BEAkB%5C%2FB%3BIAXI%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BAAQJ%2CQAhB%2BB%2CwBAUI%3BEAMnC%3BIALQ%2CeAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAjBZ%2CYAqBI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CYARA%2CQAAO%3BIAMC%2CiBAAA%3B%3B%3BAA3BZ%2CYA%2BBI%2CQAAO%3BEACH%2CaAAA%3B%3BAAIR%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2C8BAKI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3B%3BAAPR%2C8BAKI%2CGAII%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAKZ%2CKAAK%3BEACD%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CKAbC%3BIAUG%2CcAAA%3B%3B%3BAAIA%2CKAdH%2CmBAaD%2CEACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CqBAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CKA3BH%2CmBAaD%2CEACK%3BIAWO%2CWAAA%3B%3B%3BAAMhB%2CMAAM%3BEACF%2CaAAA%3B%3BAAGJ%2CcACI%2CMAAK%3BEACD%2CwBAAA%3B%3BAAFR%2CcAKI%3BEACI%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CcAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAVZ%2CcAcI%2CGACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcALR%2CGACI%2CEAIK%3BEACG%2CwBAAA%3B%3BAAQR%2CcADJ%2CQACK%3BEACG%2CwBAAA%3B%3BAAHZ%2CcACI%2CQAKI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CcAlBR%2CQAKI%3BIAUQ%2CeAAA%3B%3B%3BAAGJ%2CcAlBR%2CQAKI%2CKAaK%3BEACG%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CqBAAtB%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEAgBA%2CaAAA%3B%3BAATA%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2CeAAA%3BIACA%2CaAAA%3B%3B%3BAAGJ%2CmBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CuBAAtB%3BEACA%2C4BAAA%3B%3BAAMR%2CKAAK%3BEACD%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CKAbC%3BIAUG%2CcAAA%3B%3B%3BAAIA%2CKAdH%2CSAaD%2CEACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CKA5BH%2CSAaD%2CEACK%3BIAYO%2CsBAAA%3B%3B%3BAAMhB%2COAAQ%2COAAO%2CMAAK%2CmBAAmB%2CYAAY%3BEAC%5C%2FC%2CaAAA%3B%3BAAGJ%2CeAAgB%2CsBAAsB%3BEAClC%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CQAAQ%2CeAAc%2CYAAa%3BEAC%5C%2FC%2CgBAAA%3B%3BAAOJ%2CQAHmC%3BEAGnC%3BIAFQ%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAANR%2CiBASI%2CQAAO%3BEACH%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBALJ%2CQAAO%2CSAKF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CqBAAtB%3BEACA%2C4BAAA%3B%3BAApBZ%2CiBASI%2CQAAO%2CSAcH%2CSAAQ%3BEACJ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CiBA%5C%2FBJ%2CQAAO%2CSAcH%2CSAAQ%3BIAeA%2CUAAA%3B%3B%3BAAtChB%2CiBASI%2CQAAO%2CSAiCH%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CiBA3CJ%2CQAAO%2CSAiCH%3BIAQQ%2CcAAA%3B%3B%3BAAQhB%2CmBAAoB%2CIAAC%3BEACjB%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CmBAAoB%2CIAAC%2CmBAAoB%2CKAAI%3BEACzC%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CkDAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAQJ%2CQANmC%3BEAMnC%2CmBAnBoB%2CIAAC%2CmBAAoB%2CKAAI%3BIAcrC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3B%3BAAIR%2CgBAAgB%2C2BAA4B%3BEACxC%2CmBAAA%3B%3BAAOJ%2COAAO%2CQAAS%3BEACZ%2CSAAA%3B%3BAAEA%2COAHG%2CQAAS%2CYAGX%3BEACG%2CeAAA%3B%3BAAMR%2CQAHmC%3BEAGnC%2COAVO%2CQAAS%3BIAQR%2CoBAAA%3B%3B%3BAAIR%2CSACI%2CQAAO%2CQAAS%3BEACZ%2CQAAA%3B%3BAAFR%2CSAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CSAAU%2CgBAAgB%2CYAAW%3BEACjC%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CsBAAA%3B%3BAADJ%2CSAAS%2CaAGL%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAALR%2CSAAS%2CaAGL%2CYAII%3BEACI%2CeAAA%3B%3BAAQR%2CQAHmC%3BEAGnC%2CSAhBK%2CaAYL%3BIAEQ%2CoBAAA%3B%3B%3BAAdZ%2CSAAS%2CaAkBL%3BEACI%2CuBAAA%3B%3BAAnBR%2CSAAS%2CaAsBL%2CSAAQ%2CaACJ%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAA3BZ%2CSAAS%2CaAsBL%2CSAAQ%2CaACJ%2CQAMI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAhChB%2CSAAS%2CaAsBL%2CSAAQ%2CaAeJ%2CWACK%3BEACG%2CeAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CSA1CP%2CaAsBL%2CSAAQ%2CaAeJ%2CWACK%2CIAII%3BEACG%2CcAAA%3B%3BAA3CpB%2CSAAS%2CaAsBL%2CSAAQ%2CaA0BH%2CMAAG%3BEACA%2C6BAAA%3B%3BAAjDZ%2CSAAS%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%3BEACI%2CaAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CSA5DP%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%3BIAIQ%2CgBAAA%3B%3B%3BAAGJ%2CSA5DP%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%2CoBAOK%2CUAAU%3BEACP%2CiBAAA%3B%3BAA7DpB%2CSAAS%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%2CoBAWI%2COACI%3BEACI%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAtExB%2CSAAS%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%2CoBAqBI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAA5EpB%2CSAAS%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%2CoBAqBI%2CGAII%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAhFxB%2CSAAS%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%2CoBA%2BBI%3BEACI%2CiBAAA%3B%3BAArFpB%2CSAAS%2CaAsBL%2CSAAQ%2CaA8BJ%2C0BACI%2CoBA%2BBI%2CGAGI%2CGACI%3BEACI%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAUR%2CSAtGX%2CaAsBL%2CSAAQ%2CaA6EJ%2CoBACI%2C0BACI%2CoBACK%2CUAAU%3BEACP%2CiBAAA%3B%3BAAGJ%2CSA1GX%2CaAsBL%2CSAAQ%2CaA6EJ%2CoBACI%2C0BACI%2CoBAKK%2CUAAU%3BEACP%2CiBAAA%3B%3BAAGJ%2CSA9GX%2CaAsBL%2CSAAQ%2CaA6EJ%2CoBACI%2C0BACI%2CoBASK%2CUAAU%3BEACP%2CiBAAA%3B%3BAAGJ%2CSAlHX%2CaAsBL%2CSAAQ%2CaA6EJ%2CoBACI%2C0BACI%2CoBAaK%2CUAAU%3BEACP%2CiBAAA%3B%3BAAnHxB%2CSAAS%2CaA0HL%3BEACI%2CsBAAA%3B%3BAA3HR%2CSAAS%2CaA0HL%2CGAGI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAMZ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAMA%2CQAHmC%3BEAGnC%2CSATM%2CcAKN%3BIAEQ%2CeAAA%3B%3B%3BAAQR%2CQAHmC%3BEAGnC%2CSAfM%2CcAWN%3BIAEQ%2CaAAA%3B%3B%3BAASR%2CQAL%2BB%3BEAK%5C%2FB%2CSAtBM%3BIAkBF%2C4BAAA%3BIACA%2CUAAA%3B%3B%3BAAMR%2CQAH8B%2CuBAAuB%3BEAGrD%2CSAzBU%3BIAuBF%2CkBAAA%3B%3B%3BAASJ%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CUAAA%3B%3B%3BAAMR%2CQAH8B%2CuBAAuB%3BEAGrD%3BIAFQ%2CWAAA%3B%3B%3BAAIR%2CSAAU%2CYAAW%3BEACjB%2CwBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CUAAA%3B%3B%3BAAQR%2CQAHmC%3BEAGnC%2CgBAJiB%3BIAET%2CkBAAA%3B%3B%3BAAMR%2CmBAAoB%2CQAAO%3BEACvB%2CaAAA%3B%3BAAGJ%2CWACI%2CkBACI%2CQAAO%3BEACH%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CWATJ%2CkBACI%2CQAAO%3BIAMC%2C6BAAA%3B%3B%3BAAUhB%3BEACI%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CuBAAwB%2CiBAAgB%3BEACpC%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAASA%2CQAP%2BB%3BEAO%5C%2FB%3BIANI%2CkBAAA%3BIACA%2CMAAM%2CiBAAN%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BAAPR%2CuBAUI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CuBAgBI%3BEACI%2CsBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAGJ%3BAACA%2CwBAAwB%2CMAAO%2CEAAC%3BAAChC%2CwBAAyB%2CeAAe%3BAACxC%2C0BAA2B%3BEACvB%2CWAAA%3B%3BAAGJ%2C0BAA2B%2CeAAc%3BEACrC%2CyBAAA%3B%3BAAGJ%2C0BAA0B%2CMAAO%3BEAC7B%2CwBAAA%3B%3BAAGJ%2C0BAA0B%2CMAAO%3BEAC7B%2CuBAAA%3B%3BAAOJ%2CIACI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAQA%2CQAN%2BB%3BEAM%5C%2FB%2CIAZJ%3BIAOQ%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3B%3BAAVZ%2CIACI%2CaAYI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAOJ%2CQAHmC%3BEAGnC%2CIAtBJ%2CaAkBI%3BIAEQ%2CSAAA%3B%3B%3BAArBhB%2CIACI%2CaAwBI%3BEAKI%2CoBAAA%3BEACA%2CiDAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjCZ%2CIACI%2CaAwBI%2C2BACI%3BEACI%2CkBAAA%3B%3BAA3BhB%2CIACI%2CaAmCI%2CqBACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAvChB%2CIACI%2CaA0CI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAjDZ%2CIACI%2CaA0CI%2CGAQI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CIA1DZ%2CaA0CI%2CGAQI%3BIAKQ%2CWAAA%3B%3B%3BAAxDpB%2CIACI%2CaA0CI%2CGAQI%2CGAQI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAA7DpB%2CIACI%2CaAqEI%2CQAAO%3BEACH%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAzEZ%2CIACI%2CaA2EI%3BEAEI%2CeAAA%3B%3BAA9EZ%2CIAuFI%3BEAEI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1FR%2CIAuFI%2CoBAKI%3BEACI%2CmBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CIAXJ%2CoBAKI%3BIAIQ%2CkBAAA%3B%3B%3BAAhGhB%2CIAqGI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAxGR%2CIAqGI%2CyBAKI%3BEACI%2CkBAAA%3B%3BAA3GZ%2CIAqGI%2CyBASI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhHZ%2CIAqGI%2CyBAcI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CIAxBR%2CyBAcI%3BIAOQ%2CsBAAA%3B%3B%3BAA1HhB%2CIAqGI%2CyBAcI%2CGAUI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGI%2CIA7BhB%2CyBAcI%2CGAUI%2CGAII%2CEACK%3BEACG%2CWAAA%3B%3BAAWhB%2CQAHmC%3BEAGnC%2CIAzCJ%2CyBAqCI%3BIAEQ%2C2BAAA%3B%3B%3BAA5IhB%2CIAiJI%2COAAM%3BEACF%2CeAAA%3BEACA%2CsBAAA%3B%3BAAnJR%2CIAiJI%2COAAM%2CWAIF%2COAAM%3BEACF%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGI%2CIATZ%2COAAM%2CWAIF%2COAAM%2CWAIF%2CSACK%3BEACG%2CaAAA%3B%3BAA3JpB%2CIAiJI%2COAAM%2CWAIF%2COAAM%2CWAUF%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAlKhB%2CIAiJI%2COAAM%2CWAsBF%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA1KZ%2CIAiJI%2COAAM%2CWA4BF%2CQAAO%3BEACH%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3B%3BAAaR%2CQAHmC%3BEAGnC%2CgBAJA%3BIAEQ%2CkBAAA%3B%3B%3BAAOZ%2CuBAAwB%2CEAAC%3BEACrB%2CuBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CuBAAwB%2CEAAC%2CMAIrB%3BEACI%2CcAAA%3B%3BAAIR%2CsBAKI%3BEACI%2CuBAAA%3B%3BAANR%2CsBAKI%2CqBAGI%3BEACI%2CWAAA%3B%3BAATZ%2CsBAaI%3BEACI%2CmBAAA%3B%3BAAdR%2CsBAiBI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CsBARA%3BIAKQ%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAvBZ%2CsBA2BI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CsBARA%3BIAKQ%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAjCZ%2CsBAqCI%3BEACI%2CgBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CsBAPA%3BIAIQ%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAA1CZ%2CsBAgDI%3BEAEI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2C%2BBAAA%3B%3BAAEA%2CsBATJ%2CGASK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CyCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2CsBAtBJ%2CGAsBK%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CyCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAhFZ%2CsBAgDI%2CGAmCI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBA7CR%2CGAmCI%2COAUK%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CsCAAA%3BEACA%2CgCAAA%3B%3BAAMhB%2CuBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CuBACI%2CoBAGI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAATZ%2CuBACI%2CoBAWI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAdZ%2CuBACI%2CoBAgBI%2COACI%3BEACI%2CgBAAgB%2CeAAhB%3B%3BEAEA%2CQAAQ%2CeAAR%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CuBA3BZ%2CoBAgBI%2COACI%3BIAMQ%2CoBAAA%3BIACA%2CYAAA%3B%3B%3BAAGJ%2CuBA3BZ%2CoBAgBI%2COACI%2CIAUK%3BEACG%2CoBAAA%3BEACA%2CYAAA%3B%3BAAWpB%3BEACI%2CaAAA%3B%3BAADJ%2C%2BBAGI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAANR%2C%2BBAGI%2CeAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAXZ%2C%2BBAGI%2CeAWI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3B%3BAAEA%2C%2BBApBR%2CeAWI%2CKASK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CyCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2C%2BBAjCR%2CeAWI%2CKAsBK%3BEACG%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CyCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAA9ChB%2C%2BBAGI%2CeAWI%2CKAmCI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAMhB%2C%2BBAAgC%3BEAC5B%2CaAAA%3B%3BAAKJ%2CIACI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAHR%2CIACI%2CsBAII%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CIAfJ%2CsBAII%3BIAQQ%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAdhB%2CIACI%2CsBAiBI%3BEACI%2C8BAAA%3B%3BAAnBZ%2CIACI%2CsBAqBI%3BEACI%2CwBAAA%3B%3BAAvBZ%2CIACI%2CsBAyBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA9BZ%2CIACI%2CsBAgCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAnCZ%2CIACI%2CsBAqCI%3BEACI%2CeAAA%3B%3BAAvCZ%2CIACI%2CsBAyCI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAQZ%2CyBACI%3BEACI%2CmBAAA%3B%3BAAUJ%2CQAJmC%3BEAInC%2CwBALA%3BIAEQ%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3B%3BAASZ%2CyBACI%2CcAAc%2CaAAY%3BEACtB%2CYAAA%3B%3BAAFR%2CyBAKI%2CcAAc%2CaAAY%3BEACtB%2CWAAA%3B%3BAAyBR%2CSAAS%2CQAAQ%2CKAAK%3BEAClB%2CeAAA%3B%3BAAGJ%2CsBAAsB%2C0BAKlB%3BAAJJ%2C2BAII%3BAAHJ%2CqBAGI%3BAAFJ%2CmBAEI%3BAADJ%2CiBACI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CsBAAsB%2C0BAYlB%2C4BACI%3BAAZR%2C2BAWI%2C4BACI%3BAAXR%2CqBAUI%2C4BACI%3BAAVR%2CmBASI%2C4BACI%3BAATR%2CiBAQI%2C4BACI%3BEACI%2CkBAAA%3B%3BAAdZ%2CsBAAsB%2C0BAYlB%2C4BAKI%3BAAhBR%2C2BAWI%2C4BAKI%3BAAfR%2CqBAUI%2C4BAKI%3BAAdR%2CmBASI%2C4BAKI%3BAAbR%2CiBAQI%2C4BAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAArBZ%2CsBAAsB%2C0BAYlB%2C4BAYI%3BAAvBR%2C2BAWI%2C4BAYI%3BAAtBR%2CqBAUI%2C4BAYI%3BAArBR%2CmBASI%2C4BAYI%3BAApBR%2CiBAQI%2C4BAYI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsCAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CsBAlCc%2C0BAYlB%2C4BAYI%3BEAUA%2C2BAtBJ%2C4BAYI%3BEAUA%2CqBAtBJ%2C4BAYI%3BEAUA%2CmBAtBJ%2C4BAYI%3BEAUA%2CiBAtBJ%2C4BAYI%3BIAQQ%2CWAAA%3B%3B%3BAAhChB%2CsBAAsB%2C0BAYlB%2C4BAwBI%3BAAnCR%2C2BAWI%2C4BAwBI%3BAAlCR%2CqBAUI%2C4BAwBI%3BAAjCR%2CmBASI%2C4BAwBI%3BAAhCR%2CiBAQI%2C4BAwBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAtCZ%2CsBAAsB%2C0BAYlB%2C4BA6BI%3BAAxCR%2C2BAWI%2C4BA6BI%3BAAvCR%2CqBAUI%2C4BA6BI%3BAAtCR%2CmBASI%2C4BA6BI%3BAArCR%2CiBAQI%2C4BA6BI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CsBAlDU%2C0BAYlB%2C4BA6BI%3BEASI%2C2BAtCR%2C4BA6BI%3BEASI%2CqBAtCR%2C4BA6BI%3BEASI%2CmBAtCR%2C4BA6BI%3BEASI%2CiBAtCR%2C4BA6BI%3BIAMQ%2CoBAAA%3B%3B%3BAA%5C%2FChB%2CsBAAsB%2C0BAYlB%2C4BA6BI%2CYASI%3BAAjDZ%2C2BAWI%2C4BA6BI%2CYASI%3BAAhDZ%2CqBAUI%2C4BA6BI%2CYASI%3BAA%5C%2FCZ%2CmBASI%2C4BA6BI%2CYASI%3BAA9CZ%2CiBAQI%2C4BA6BI%2CYASI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAApDhB%2CsBAAsB%2C0BAYlB%2C4BA6BI%2CYASI%2CGAII%3BAArDhB%2C2BAWI%2C4BA6BI%2CYASI%2CGAII%3BAApDhB%2CqBAUI%2C4BA6BI%2CYASI%2CGAII%3BAAnDhB%2CmBASI%2C4BA6BI%2CYASI%2CGAII%3BAAlDhB%2CiBAQI%2C4BA6BI%2CYASI%2CGAII%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBA5DE%2C0BAYlB%2C4BA6BI%2CYASI%2CGAII%2COAMK%3BAAAD%2C2BAhDhB%2C4BA6BI%2CYASI%2CGAII%2COAMK%3BAAAD%2CqBAhDhB%2C4BA6BI%2CYASI%2CGAII%2COAMK%3BAAAD%2CmBAhDhB%2C4BA6BI%2CYASI%2CGAII%2COAMK%3BAAAD%2CiBAhDhB%2C4BA6BI%2CYASI%2CGAII%2COAMK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAjExB%2CsBAAsB%2C0BAYlB%2C4BA6BI%2CYA6BI%2CcACI%3BAAtEhB%2C2BAWI%2C4BA6BI%2CYA6BI%2CcACI%3BAArEhB%2CqBAUI%2C4BA6BI%2CYA6BI%2CcACI%3BAApEhB%2CmBASI%2C4BA6BI%2CYA6BI%2CcACI%3BAAnEhB%2CiBAQI%2C4BA6BI%2CYA6BI%2CcACI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBA5EE%2C0BAYlB%2C4BA6BI%2CYA6BI%2CcACI%2COAKK%3BAAAD%2C2BAhEhB%2C4BA6BI%2CYA6BI%2CcACI%2COAKK%3BAAAD%2CqBAhEhB%2C4BA6BI%2CYA6BI%2CcACI%2COAKK%3BAAAD%2CmBAhEhB%2C4BA6BI%2CYA6BI%2CcACI%2COAKK%3BAAAD%2CiBAhEhB%2C4BA6BI%2CYA6BI%2CcACI%2COAKK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAhFxB%2CsBAAsB%2C0BAuFlB%2CQAAQ%3BAAtFZ%2C2BAsFI%2CQAAQ%3BAArFZ%2CqBAqFI%2CQAAQ%3BAApFZ%2CmBAoFI%2CQAAQ%3BAAnFZ%2CiBAmFI%2CQAAQ%3BEACJ%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAUA%2CQAPmC%3BEAOnC%2CsBAvGc%2C0BAuFlB%2CQAAQ%2CgBAQH%3BEAQD%2C2BAhBJ%2CQAAQ%2CgBAQH%3BEAQD%2CqBAhBJ%2CQAAQ%2CgBAQH%3BEAQD%2CmBAhBJ%2CQAAQ%2CgBAQH%3BEAQD%2CiBAhBJ%2CQAAQ%2CgBAQH%3BIAEO%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3B%3BAArGhB%2CsBAAsB%2C0BA0GlB%3BAAzGJ%2C2BAyGI%3BAAxGJ%2CqBAwGI%3BAAvGJ%2CmBAuGI%3BAAtGJ%2CiBAsGI%3BEACI%2CmBAAA%3B%3BAA3GR%2CsBAAsB%2C0BA8GlB%3BAA7GJ%2C2BA6GI%3BAA5GJ%2CqBA4GI%3BAA3GJ%2CmBA2GI%3BAA1GJ%2CiBA0GI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlHR%2CsBAAsB%2C0BAqHlB%3BAApHJ%2C2BAoHI%3BAAnHJ%2CqBAmHI%3BAAlHJ%2CmBAkHI%3BAAjHJ%2CiBAiHI%3BEACI%2CWAAA%3B%3BAAWJ%2CQAPmC%3BEAOnC%2CsBAjIkB%2C0BAyHlB%2CQAAO%2COAAQ%3BEAQf%2C2BARA%2CQAAO%2COAAQ%3BEAQf%2CqBARA%2CQAAO%2COAAQ%3BEAQf%2CmBARA%2CQAAO%2COAAQ%3BEAQf%2CiBARA%2CQAAO%2COAAQ%3BIAEP%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAA%5C%2FHZ%2CsBAAsB%2C0BAmIlB%2CgBAAgB%3BAAlIpB%2C2BAkII%2CgBAAgB%3BAAjIpB%2CqBAiII%2CgBAAgB%3BAAhIpB%2CmBAgII%2CgBAAgB%3BAA%5C%2FHpB%2CiBA%2BHI%2CgBAAgB%3BEACZ%2CeAAA%3B%3BAApIR%2CsBAAsB%2C0BAuIlB%3BAAtIJ%2C2BAsII%3BAArIJ%2CqBAqII%3BAApIJ%2CmBAoII%3BAAnIJ%2CiBAmII%3BEACI%2CmBAAA%3B%3BAAxIR%2CsBAAsB%2C0BAuIlB%2CwBAGI%3BAAzIR%2C2BAsII%2CwBAGI%3BAAxIR%2CqBAqII%2CwBAGI%3BAAvIR%2CmBAoII%2CwBAGI%3BAAtIR%2CiBAmII%2CwBAGI%3BEACI%2CeAAA%3B%3BAA3IZ%2CsBAAsB%2C0BA%2BIlB%2CQAAO%3BAA9IX%2C2BA8II%2CQAAO%3BAA7IX%2CqBA6II%2CQAAO%3BAA5IX%2CmBA4II%2CQAAO%3BAA3IX%2CiBA2II%2CQAAO%3BEAEH%2CiBAAA%3B%3BAAjJR%2CsBAAsB%2C0BAoJlB%2CQAAO%3BAAnJX%2C2BAmJI%2CQAAO%3BAAlJX%2CqBAkJI%2CQAAO%3BAAjJX%2CmBAiJI%2CQAAO%3BAAhJX%2CiBAgJI%2CQAAO%3BEACH%2CaAAA%3B%3BAArJR%2CsBAAsB%2C0BAwJlB%2CSAAQ%2CiBACJ%3BAAxJR%2C2BAuJI%2CSAAQ%2CiBACJ%3BAAvJR%2CqBAsJI%2CSAAQ%2CiBACJ%3BAAtJR%2CmBAqJI%2CSAAQ%2CiBACJ%3BAArJR%2CiBAoJI%2CSAAQ%2CiBACJ%3BEACI%2CaAAA%3B%3BAA1JZ%2CsBAAsB%2C0BAwJlB%2CSAAQ%2CiBAKJ%3BAA5JR%2C2BAuJI%2CSAAQ%2CiBAKJ%3BAA3JR%2CqBAsJI%2CSAAQ%2CiBAKJ%3BAA1JR%2CmBAqJI%2CSAAQ%2CiBAKJ%3BAAzJR%2CiBAoJI%2CSAAQ%2CiBAKJ%3BEACI%2CaAAA%3B%3BAA9JZ%2CsBAAsB%2C0BAmKlB%3BAAlKJ%2C2BAkKI%3BAAjKJ%2CqBAiKI%3BAAhKJ%2CmBAgKI%3BAA%5C%2FJJ%2CiBA%2BJI%3BEACI%2CkBAAA%3B%3BAApKR%2CsBAAsB%2C0BAuKlB%2CgBACI%3BAAvKR%2C2BAsKI%2CgBACI%3BAAtKR%2CqBAqKI%2CgBACI%3BAArKR%2CmBAoKI%2CgBACI%3BAApKR%2CiBAmKI%2CgBACI%3BEACI%2CYAAA%3B%3BAAzKZ%2CsBAAsB%2C0BAuKlB%2CgBAKI%3BAA3KR%2C2BAsKI%2CgBAKI%3BAA1KR%2CqBAqKI%2CgBAKI%3BAAzKR%2CmBAoKI%2CgBAKI%3BAAxKR%2CiBAmKI%2CgBAKI%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3B%3BAA9KZ%2CsBAAsB%2C0BAuKlB%2CgBAUI%3BAAhLR%2C2BAsKI%2CgBAUI%3BAA%5C%2FKR%2CqBAqKI%2CgBAUI%3BAA9KR%2CmBAoKI%2CgBAUI%3BAA7KR%2CiBAmKI%2CgBAUI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CsBA7Lc%2C0BAuKlB%2CgBAUI%3BEAYA%2C2BAtBJ%2CgBAUI%3BEAYA%2CqBAtBJ%2CgBAUI%3BEAYA%2CmBAtBJ%2CgBAUI%3BEAYA%2CiBAtBJ%2CgBAUI%3BIASQ%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3B%3BAAQhB%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CqBACI%3BEAv%2BDA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAA%2B9DJ%2CqBACI%2CYA99DA%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA09DR%2CqBACI%2CYA99DA%2CGAKI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CwCAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBA88DR%2CYA99DA%2CGAKI%2COAWK%3BEACG%2CwBAAA%3B%3BAA48DhB%2CqBACI%2CYAx8DA%3BEACI%2CWAAA%3B%3BAAs8DR%2CqBACI%2CYAx8DA%2CcAGI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CqBAg8DR%2CYAx8DA%2CcAGI%2COAKK%3BEACG%2CwBAAA%3B%3BAA87DhB%2CqBAMI%2C%2BBACK%2CQAAM%2CKAAG%3BEACN%2CmCAAA%3B%3BAASJ%2CQAJ%2BB%3BEAI%5C%2FB%2CqBALJ%2CSAAQ%3BIAEA%2CmBAAA%3B%3B%3BAAdZ%2CqBAYI%2CSAAQ%2CMAKJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAApBZ%2CqBAYI%2CSAAQ%2CMAKJ%2CgBAKI%3BEACI%2CgBAAA%3B%3BAAvBhB%2CqBAYI%2CSAAQ%2CMAuBJ%3BEAEI%2CyBAAA%3B%3BAArCZ%2CqBAyCI%3BEACI%2CgBAAA%3B%3BAA1CR%2CqBAyCI%2CmBAGI%3BEAEI%2CmBAAA%3B%3BAA9CZ%2CqBAyCI%2CmBAQI%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAlDZ%2CqBAyCI%2CmBAYI%3BEACI%2CgBAAA%3B%3BAAtDZ%2CqBAyCI%2CmBAgBI%3BEACI%2CgBAAA%3B%3BAA1DZ%2CqBAyCI%2CmBAoBI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FDZ%2CqBAyCI%2CmBAyBI%2CeAAc%3BEACV%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAlCR%2CmBAyBI%2CeAAc%2CKAST%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAA9EhB%2CqBAyCI%2CmBAyCI%2CkBAAiB%2CMACb%2CeAAc%3BEACV%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvFhB%2CqBA4FI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA9FR%2CqBA4FI%2CoBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBATR%2CoBAII%2CWAKK%3BEACG%2CaAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CqBATR%2CoBAII%2CWAKK%2CkBAIG%3BEACI%2CaAAA%3B%3BAALR%2CqBATR%2CoBAII%2CWAKK%2CkBAQG%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAVR%2CqBATR%2CoBAII%2CWAKK%2CkBAaG%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEAEA%2CiBAAA%3B%3BAAlBR%2CqBATR%2CoBAII%2CWAKK%2CkBAaG%2CWAOI%3BEACI%2CgBAAA%3B%3BAA1HxB%2CqBA4FI%2CoBAII%2CWA%2BBI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAjIhB%2CqBAsII%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FIR%2CqBAsII%2CwBAWI%3BEACI%2CWAAA%3B%3BAAOJ%2CQAJ%2BB%3BEAI%5C%2FB%2CqBAnBJ%3BIAgBQ%2CkBAAA%3B%3B%3BAAtJZ%2CqBAsII%2CwBAmBI%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAvBR%2CwBAmBI%2COAIK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAlCR%2CwBAmBI%2COAeK%3BEACG%2CgBAAA%3B%3BAAEA%2CqBArCZ%2CwBAmBI%2COAeK%2CUAGI%3BEACG%2CmBAAA%3B%3BAA5KpB%2CqBAkLI%3BEACI%2CWAAA%3B%3BAAnLR%2CqBAkLI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA7LZ%2CqBAkLI%2CYAGI%2CiBAUI%3BEACI%2CoBAAA%3B%3BAAhMhB%2CqBAkLI%2CYAkBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAtMZ%2CqBAkLI%2CYAkBI%2CUAII%2COAAM%3BEACF%2CiBAAA%3B%3BAAzMhB%2CqBAkLI%2CYAkBI%2CUAII%2COAAM%2CIAGF%3BEACI%2CYAAA%3B%3BAA5MpB%2CqBAkLI%2CYAkBI%2CUAII%2COAAM%2CIAOF%3BEACI%2CYAAA%3B%3BAAhNpB%2CqBAkLI%2CYAkBI%2CUAII%2COAAM%2CIAWF%3BEACI%2CaAAA%3B%3BAApNpB%2CqBAkLI%2CYAkBI%2CUAoBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1NhB%2CqBAkLI%2CYAkBI%2CUAoBI%2CSAII%2CQAAO%2CQAAQ%3BEAEX%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAArOpB%2CqBA2OI%2CMAAK%2CKAAK%3BEACN%2CsBAAA%3BEACA%2CiBAAA%3B%3BAA7OR%2CqBA2OI%2CMAAK%2CKAAK%2CMAIN%3BEACI%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAApPZ%2CqBAyPI%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%3BEACrB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3BEAGA%2CeAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CqBAdJ%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%3BIAWjB%2CwBAAA%3B%3B%3BAApQZ%2CqBAyPI%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAcrB%3BEACI%2CWAAA%3B%3BAAxQZ%2CqBAyPI%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAkBrB%3BEACI%2CoBAAA%3B%3BAA5QZ%2CqBAyPI%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAsBrB%2CGACI%3BEACI%2CkBAAA%3B%3BAAjRhB%2CqBAyPI%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQA4BrB%2CGACI%3BEACI%2CkBAAA%3B%3BAAvRhB%2CqBAqSI%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BEAC5B%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CqBAXA%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BIASxB%2CkBAAA%3B%3B%3BAA9SZ%2CqBAkTI%3BEACI%2CWAAA%3B%3B%3B%3BAAaR%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAARR%2CWAKI%2CoBAKI%3BEACI%2CWAAA%3B%3BAAEA%2CWARR%2CoBAKI%2CGAGK%3BEACG%2CWAAW%2CYAAX%3B%3BAAdhB%2CWAmBI%2CoBAAmB%2COACf%2CIAAG%3BEACC%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAvBZ%2CWAmBI%2CoBAAmB%2COAOf%3BEACI%2CWAAA%3B%3BAAEA%2CWAVR%2CoBAAmB%2COAOf%2CGAGK%3BEACG%2CWAAW%2CcAAX%3B%3BAA9BhB%2CWAmCI%2CyBACI%2CIAAG%3BEACC%2CaAAA%3B%3BAArCZ%2CWAyCI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWANJ%2CGAMK%3BEACG%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3B%3B%3BAASZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CoBAAA%3B%3B%3BAAIR%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAASA%2CQAP%2BB%3BEAO%5C%2FB%3BIANI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAZR%2CaAeI%3BEACI%2CcAAA%3B%3BAAhBR%2CaAmBI%2CgBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAxBZ%2CaAmBI%2CgBAQI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7BZ%2CaAmBI%2CgBAaI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CoBAAqB%2CMAAK%3BEACtB%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CoBARiB%2CMAAK%3BIAKlB%2CsBAAA%3B%3B%3BAALR%2CoBAAqB%2CMAAK%2CQAQtB%3BEACI%2CmBAAA%3B%3BAATR%2CoBAAqB%2CMAAK%2CQAYtB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CoBAxBa%2CMAAK%2CQAYtB%3BIAQQ%2CWAAA%3BIACA%2CwBAAA%3B%3B%3BAArBZ%2CoBAAqB%2CMAAK%2CQAYtB%2CYAYI%3BEACI%2CUAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CoBA9Ba%2CMAAK%2CQAYtB%2CYAYI%3BIAIQ%2CWAAA%3B%3B%3BAA5BhB%2CoBAAqB%2CMAAK%2CQAiCtB%2CSACI%2CQAAO%2COAAO%3BEACV%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAANR%2C2BASI%3BEACI%2CkBAAA%3B%3BAAVR%2C2BASI%2COAGI%3BEACI%2C0BAAA%3BEACA%2CYAAA%3B%3B%3B%3BAAUZ%3BEACI%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CQAAA%3B%3BAAFR%2CoBAKI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAOI%2CQAJ%2BB%3BEAI%5C%2FB%2CgBALJ%3BIAEQ%2CoBAAA%3B%3B%3BAALZ%2CgBAGI%2CoBAKI%2CIAAG%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CgBAdJ%2CoBAKI%2CIAAG%3BIAOK%2CeAAA%3B%3B%3B%3B%3BAAchB%2CaACI%2CQAAO%3BEACH%2CkBAAA%3B%3BAAFR%2CaACI%2CQAAO%2CKAGH%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CaAUI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CaAVA%3BIAQQ%2CgBAAA%3B%3B%3B%3B%3BAAcR%2CQAHmC%3BEAGnC%2CwBAJA%3BIAEQ%2CiBAAA%3B%3B%3BAAHZ%2CwBAOI%2COAAM%2COAAQ%2COAAO%3BEACjB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CwBAVJ%2COAAM%2COAAQ%2COAAO%3BIAOb%2CgBAAA%3B%3B%3BAAMR%2CQAHmC%3BEAGnC%2CwBAbA%2COAAM%2COAAQ%2COAAO%3BIAWb%2CgBAAA%3B%3B%3BAAKZ%2CuBAEI%3BAADJ%2CuBACI%3BEACI%2CwBAAA%3B%3BAAIR%2CsBACI%2CQAAO%2CKAAK%3BEACR%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CuBAII%3BAAHJ%2CwBAGI%3BAAFJ%2CgCAEI%3BAADJ%2CgCACI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEAGA%2CWAAA%3B%3BAAXR%2CuBAkBI%3BAAjBJ%2CwBAiBI%3BAAhBJ%2CgCAgBI%3BAAfJ%2CgCAeI%3BEACI%2C6BAAA%3B%3BAAIR%2CwBAAyB%2CMAAK%2COAAO%2CQAAS%3BEAC1C%2CWAAA%3B%3BAAGJ%2CwBAAyB%2CMAAK%2COAAO%2CQAAS%2CiBAC1C%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CwBAViB%2CMAAK%2COAAO%2CQAAS%2CiBAC1C%3BIAKQ%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAPZ%2CwBAAyB%2CMAAK%2COAAO%2CQAAS%2CiBAC1C%2CSASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAqBA%2CQACI%3BEACI%2CWAAA%3B%3BAAOJ%2CQAHmC%3BEAGnC%2CQAJA%3BIAEQ%2C4BAAA%3B%3B%3BAAPZ%2CQAWI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEAEA%2CWAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CQAZA%3BIAUQ%2CeAAA%3B%3B%3BAArBZ%2CQAyBI%2CuBAAuB%3BEACnB%2CeAAA%3B%3BAA1BR%2CQA6BI%2COAAO%2CQAAM%2CKAAG%3BEACZ%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhCR%2CQAmCI%2COAAO%2CQAAM%2CKAAG%3BEACZ%2CiBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CQAwCI%2CeAAc%3BEACV%2CeAAA%3B%3BAAzCR%2CQA4CI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAA%5C%2FCR%2CQA4CI%2CaAKI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CQAhBJ%2CaAKI%3BIASQ%2CeAAA%3B%3B%3BAA1DhB%2CQA4CI%2CaAkBI%2CQAAO%3BAA9Df%2CQA4CI%2CaAmBI%2CQAAO%3BEACH%2CaAAA%3B%3BAAhEZ%2CQAoEI%2CaACI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAA1EZ%2CQA8EI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CQAPA%3BIAKQ%2CeAAA%3B%3B%3BAAnFZ%2CQAuFI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA1FR%2CQAuFI%2CQAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3BEAEA%2CWAAA%3B%3BAAnGZ%2CQAuGI%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAzGR%2CQAuGI%2CuBAII%2CKAAI%2CMACA%2CMACI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CQAjBZ%2CuBAII%2CKAAI%2CMACA%2CMACI%3BIASQ%2CeAAA%3B%3B%3BAAtHxB%2CQAuGI%2CuBAII%2CKAAI%2CMACA%2CMAcI%3BEACI%2CaAAA%3B%3BAA3HpB%2CQAuGI%2CuBAII%2CKAAI%2CMACA%2CMAkBI%3BEAGI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CQArChB%2CuBAII%2CKAAI%2CMACA%2CMAkBI%3BIAWQ%2CeAAA%3B%3B%3BAAGJ%2CQArChB%2CuBAII%2CKAAI%2CMACA%2CMAkBI%2CEAcK%3BEACG%2CsBAAA%3B%3BAAGJ%2CQAzChB%2CuBAII%2CKAAI%2CMACA%2CMAkBI%2CEAkBK%3BEACG%2CsBAAA%3B%3BAAiBxB%2CwBACI%2CMAAK%2COAAO%3BEACR%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAALR%2CwBACI%2CMAAK%2COAAO%2CQAMR%2CQAAO%3BEACH%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CwBAdJ%2CMAAK%2COAAO%2CQAMR%2CQAAO%3BIAKC%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAbhB%2CwBACI%2CMAAK%2COAAO%2CQAgBR%2CQAAO%3BEACH%2CUAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CwBAvBJ%2CMAAK%2COAAO%2CQAgBR%2CQAAO%3BIAIC%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAtBhB%2CwBACI%2CMAAK%2COAAO%2CQAyBR%3BEACI%2CWAAA%3B%3BAA3BZ%2CwBACI%2CMAAK%2COAAO%2CQA6BR%3BEACI%2CWAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBALJ%2C4BAKK%3BEACG%2CsBAAA%3BEACA%2CWAAA%3B%3BAAMZ%3BEAzzFI%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAszFJ%2CcApzFI%3BEACI%2CWAAA%3B%3BAAmzFR%2CcAhzFI%3BEACI%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CcAbJ%2CcAaK%3BEACG%2CqBAAA%3B%3BAAkyFZ%2CcAhzFI%2CcAiBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAAqxFZ%2CcAhzFI%2CcAiBI%2CcAYI%3BEACI%2CWAAA%3B%3BAAkxFhB%2CcAhzFI%2CcAiBI%2CcAgBI%3BEACI%2CWAAA%3B%3BAA8wFhB%2CcAhzFI%2CcAsCI%3BEACI%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAswFZ%2CcAhzFI%2CcAsCI%2CmBAMI%3BEACI%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAiwFhB%2CcAhzFI%2CcAmDI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAivFZ%2CcAhzFI%2CcAkEI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAuuFZ%2CcAhzFI%2CcAkEI%2CsBASI%3BEACI%2CWAAA%3B%3BAAouFhB%2CcAhzFI%2CcAkEI%2CsBASI%2CiBAGI%3BEACI%2CYAAA%3B%3BEAEA%2CiBAAA%3B%3BEAEA%2CeAAA%3B%3BEAEA%2COAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BEAEA%2CkBAAA%3BEAEA%2CgBAAA%3B%3BEAGA%2CmBAAA%3BEACA%2CaAAA%3B%3BEAEA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAA8sFpB%2CcAhzFI%2CcAkEI%2CsBAoCI%3BEACI%2CaAAA%3B%3BAAysFhB%2CcAhzFI%2CcAkEI%2CsBAwCI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2CcAzHZ%2CcAkEI%2CsBAwCI%3BIAYQ%2CaAAA%3B%3B%3BAA0rFpB%2CcAhzFI%2CcAkEI%2CsBAwCI%2CoBAeI%3BEACI%2CWAAA%3B%3BEAEA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BEAEA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CcAxIhB%2CcAkEI%2CsBAwCI%2CoBAeI%2CSAeK%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAsqFxB%2CcAhzFI%2CcAkEI%2CsBAwCI%2CoBA4CI%2CMAAK%2CWAAW%3BEACZ%2CsBAAA%3B%3BEAEA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BEAEA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcApKhB%2CcAkEI%2CsBAwCI%2CoBA4CI%2CMAAK%2CWAAW%2CIAcX%3BAACD%2CcArKhB%2CcAkEI%2CsBAwCI%2CoBA4CI%2CMAAK%2CWAAW%2CIAeX%3BEACG%2CwBAAA%3BEACA%2CSAAA%3B%3BAAyoFxB%2CcAhzFI%2CcAkEI%2CsBA0GI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BEAEA%2CiBAAA%3B%3BAA6nFhB%2CcAhzFI%2CcAkEI%2CsBAoHI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcA1LZ%2CcAkEI%2CsBAoHI%2CQAAO%2CWAIF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CiCAAA%3B%3BAA8mFpB%2CcAhzFI%2CcAuMI%3BEACI%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAA2lFZ%2CcAhzFI%2CcAwNI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAmlFZ%2CcAhzFI%2CcAwNI%2CmBAOI%3BEACI%2CaAAA%3B%3BAAglFhB%2CcAhzFI%2CcAwNI%2CmBAWI%3BEACI%2CcAAA%3B%3BAA4kFhB%2CcAhzFI%2CcAwNI%2CmBAeI%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAqkFhB%2CcAhzFI%2CcAwNI%2CmBAeI%2CWAMI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAgkFpB%2CcAhzFI%2CcAwNI%2CmBA4BI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAyjFhB%2CcAhzFI%2CcAwNI%2CmBAkCI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAmjFhB%2CcAhzFI%2CcAiQI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA2iFZ%2CcAhzFI%2CcAyQI%3BEACI%2CkBAAA%3B%3BAAsiFZ%2CcAhzFI%2CcA6QI%3BEACI%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CMAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAyhFZ%2CcAhzFI%2CcA6QI%2CoBAYI%2CQAAO%3BEACH%2CaAAA%3B%3BAAgiFZ%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2C4BAAA%3BIACA%2C6BAAA%3B%3B%3BAAHR%2CwBAMI%3BEACI%2CyBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CwBANA%3BIAIQ%2CyBAAA%3B%3B%3BAAKR%2CwBAAC%2CIAAI%2CoBAED%3BAAFJ%2CwBAAC%2CIAAI%2CoBAGD%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CwBAAC%2CkBAEG%3BAAFJ%2CwBAAC%2CkBAGG%3BEACI%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAA9BZ%2CwBAkCI%3BEA94FA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAq2FJ%2CwBAkCI%2CYAr4FA%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAg2FR%2CwBAkCI%2CYAr4FA%2CGAKI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CwCAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBAq3FR%2CYAr4FA%2CGAKI%2COAWK%3BEACG%2CwBAAA%3B%3BAAk1FhB%2CwBAkCI%2CYA%5C%2F2FA%3BEACI%2CWAAA%3B%3BAA40FR%2CwBAkCI%2CYA%5C%2F2FA%2CcAGI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CwBAu2FR%2CYA%5C%2F2FA%2CcAGI%2COAKK%3BEACG%2CwBAAA%3B%3BAA22FhB%2CcAAc%2CSACV%3BEACI%2CkBAAA%3B%3BAAFR%2CcAAc%2CSAKV%2CeAAe%2CcAAc%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAALjC%2CcAAc%2CSAKV%2CeAAe%2CcAAc%2CoBAczB%3BEACI%2CWAAA%3B%3BAApBZ%2CcAAc%2CSAKV%2CeAAe%2CcAAc%2CoBAkBzB%3BEACI%2CwBAAA%3B%3BAAxBZ%2CcAAc%2CSAKV%2CeAAe%2CcAAc%2CoBAsBzB%2COAAM%3BEACF%2CaAAA%3B%3BAA5BZ%2CcAAc%2CSAKV%2CeAAe%2CcAAc%2CoBA0BzB%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAlCZ%2CcAAc%2CSAKV%2CeAAe%2CcAAc%2CoBA0BzB%2CsBAKI%2CQAAO%3BEACH%2CaAAA%3B%3BAArChB%2CcAAc%2CSAKV%2CeAAe%2CcAAc%2CoBA0BzB%2CsBASI%3BEACI%2CcAAA%3B%3BAAMhB%2CMAAM%3BAACN%2CMAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAJJ%2CMAAM%2CQAMF%3BAALJ%2CMAAM%2COAKF%3BEACI%2CaAAA%3B%3BAAPR%2CMAAM%2CQAUF%2CaAAY%3BAAThB%2CMAAM%2COASF%2CaAAY%3BEACR%2CgBAAA%3BEACA%2CeAAA%3B%3BAAZR%2CMAAM%2CQAUF%2CaAAY%2CMAIR%3BAAbR%2CMAAM%2COASF%2CaAAY%2CMAIR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CMAAM%2CQAqBF%3BAApBJ%2CMAAM%2COAoBF%3BEACI%2CWAAA%3B%3BAAtBR%2CMAAM%2CQAqBF%2CeAQI%3BAA5BR%2CMAAM%2COAoBF%2CeAQI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CMAvCF%2CQAqBF%2CeAQI%3BEAUA%2CMAtCF%2COAoBF%2CeAQI%3BIAOQ%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAArChB%2CMAAM%2CQAqBF%2CeAoBI%2CeACI%3BAAzCZ%2CMAAM%2COAoBF%2CeAoBI%2CeACI%3BEACI%2CyBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CMAhDN%2CQAqBF%2CeAoBI%2CeACI%3BEAMA%2CMA%5C%2FCN%2COAoBF%2CeAoBI%2CeACI%3BIAIQ%2CyBAAA%3B%3B%3B%3B%3BAAapB%2CYAAY%3BEACR%2CuBAAA%3B%3BAAGJ%2CeAAgB%3BEAEZ%2CuBAAA%3B%3BAAUJ%2CQANmC%3BEAMnC%2CYAPY%2CYAAY%2CcAAe%3BIAE%5C%2FB%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3B%3BAAKR%2CoBACI%2CqBAEI%3BAAHR%2CoBACI%2CqBAGI%3BEACI%2C2BAAA%3B%3BAALZ%2CoBACI%2CqBAOI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAYQ%2CQAHmC%3BEAGnC%2CoBARhB%2CgBACI%2CcACI%2CgBACI%2COACI%3BIAEQ%2CeAAA%3B%3B%3BAAWpB%2CQAHmC%3BEAGnC%2CoBAjBJ%2CgBAaI%3BIAEQ%2C2BAAA%3B%3B%3BAAOZ%2CQAHmC%3BEAGnC%2CoBAtBA%3BIAoBQ%2CaAAA%3B%3B%3BAASJ%2CQAHmC%3BEAGnC%2CoBALJ%2CeACI%3BIAEQ%2CiBAAA%3B%3B%3BAA1ChB%2CoBA%2BCI%2CcAAc%3BEACV%2CgBAAA%3B%3BAAhDR%2CoBAmDI%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BEACjC%2CgBAAA%3B%3BAApDR%2CoBAuDI%2CaAAa%2COAAO%3BAAvDxB%2CoBAwDI%2CmBAAmB%2CcAAc%2COAAO%3BEACpC%2CgBAAA%3B%3BAAzDR%2CoBA4DI%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BEACjD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FDR%2CoBAkEI%2CsBACI%2CQAAO%2CMAAM%3BEACT%2CgBAAA%3B%3B%3B%3BAAWZ%2CyBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBAAsB%3BEAClB%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2CWAAS%2CWAAS%2CQAAO%3BEACpD%2CeAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CwBAAwB%2CQAAS%3BEAC7B%2CmBAAA%3B%3BAAGJ%2C4BACI%2CaACI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2C4BATJ%2CaACI%3BIAMQ%2CeAAA%3B%3B%3BAARhB%2C4BACI%2CaAgBI%3BEACI%2CWAAA%3B%3BAAlBZ%2C4BACI%2CaAoBI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAtBZ%2C4BA0BI%2CsBACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAA9BZ%2C4BA0BI%2CsBACI%2CWAKI%3BEACI%2CgBAAA%3B%3BAAjChB%2C4BA0BI%2CsBAWI%2CSACI%2CQAAO%3BEAEH%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEA%2C4BAjBZ%2CsBAWI%2CSACI%2CQAAO%2CaAKF%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAA7CpB%2C4BAmDI%2CmBAAmB%2CcAAc%2COAAO%3BEACpC%2CgBAAA%3B%3BAApDR%2C4BAuDI%2CuBAAuB%2CMAAM%3BEACzB%2CgBAAA%3B%3BAAxDR%2C4BA6DI%3BEACI%2CeAAA%3B%3BAA9DR%2C4BA6DI%2C2BAGI%2CeAEI%3BAAlEZ%2C4BA6DI%2C2BAGI%2CeAGI%3BEACI%2CYAAA%3B%3BAApEhB%2C4BA6DI%2C2BAGI%2CeAOI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA7EhB%2C4BA6DI%2C2BAGI%2CeAgBI%2CwBACI%3BEACI%2CaAAA%3B%3BAAlFpB%2C4BA6DI%2C2BA0BI%2CeACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA5FhB%2C4BA6DI%2C2BA0BI%2CeASI%3BEACI%2C2BAAA%3B%3BAAjGhB%2C4BAsGI%3BEACI%2CgBAAA%3B%3BAAvGR%2C4BAsGI%2CoBAGI%3BEAEI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2C4BAZJ%2CoBAGI%3BIAOQ%2CeAAA%3B%3B%3BAAMhB%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2CuBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CWAAA%3B%3BAADJ%2CIAAI%2C4BAGA%3BEACI%2CWAAA%3B%3BAAJR%2CIAAI%2C4BAOA%3BEACI%2CsBAAA%3B%3BAARR%2CIAAI%2C4BAWA%2CMAAK%3BEACD%2CqBAAA%3B%3BAAZR%2CIAAI%2C4BAeC%3BEACG%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAlBR%2CIAAI%2C4BAeC%2CQAKG%2CQAAO%2CMAAM%3BEACT%2CsBAAA%3B%3BAAMR%2CQAHmC%3BEAGnC%2CIA3BA%2C4BAeC%3BIAUO%2CsBAAA%3B%3B%3BAAzBZ%2CIAAI%2C4BA6BA%3BEACI%2CcAAc%2CcAAd%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CIAnCA%2C4BA6BA%3BIAIQ%2CiBAAA%3B%3B%3BAAKZ%2C4BAA6B%2CyBAAyB%2CqBAAqB%2COAAM%2CQAAQ%3BEACrF%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAQJ%2CQAJmC%3BEAInC%2C4BAZ6B%2CyBAAyB%2CqBAAqB%2COAAM%2CQAAQ%3BIASjF%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAASR%2CQAHmC%3BEAGnC%2C4BAL6B%2C2BAA2B%2CeAAe%3BEAKvE%2C4BAJ6B%2C2BAA2B%2CeAAe%3BIAE%5C%2FD%2CWAAA%3B%3B%3BAAIR%2CsBAAuB%2CMAAM%3BAAC7B%2CsBAAuB%2CMAAM%2CGAAG%3BAAChC%2CsBAAuB%2CMAAM%2CGAAG%3BEAC5B%2CiBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAQJ%2CQAJmC%3BEAInC%2CYALa%3BIAEL%2C4BAAA%3BIACA%2C6BAAA%3B%3B%3BAAUR%2CQALmC%3BEAKnC%2CYANa%3BIAEL%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3B%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CsBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CcACI%3BEACI%2C0BAAA%3BEACA%2CeAAA%3B%3BAAHR%2CcAMI%2CaAAa%2CEAAC%3BEACV%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAXR%2CcAcI%2CaAAa%2CUAAU%2CYAAW%3BEAC9B%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3B%3B%3BAASJ%2CiBAAkB%2CoBAAoB%2CmBAAmB%3BEACrD%2CsBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3B%3BAASJ%2CuBACI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAJR%2CuBAOI%3BEACI%2CSAAA%3B%3BAARR%2CuBAWI%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CwCAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BEAEA%2CgBAAA%3B%3B%3B%3BAAEA%2CuBAdJ%2CoBAcK%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C2CAAA%3B%3BAAEA%2CuBAnBR%2CoBAcK%2CeAKI%3BEACG%2CSAAS%2CWAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlBR%2CuBAdJ%2CoBAcK%2CeAqBG%3BEACI%2CcAAA%3B%3BAAtBR%2CuBAdJ%2CoBAcK%2CeAyBG%3BAAzBJ%2CuBAdJ%2CoBAcK%2CeA0BG%3BAA1BJ%2CuBAdJ%2CoBAcK%2CeA2BG%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBA%5C%2FCZ%2CoBAcK%2CeAyBG%2C8BAQK%3BAAAD%2CuBA%5C%2FCZ%2CoBAcK%2CeA0BG%2C4BAOK%3BAAAD%2CuBA%5C%2FCZ%2CoBAcK%2CeA2BG%2CQAAO%2CQAMF%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C0CAAA%3B%3BAAMZ%2CuBAxDJ%2CoBAwDK%3BEACG%2CqBAAA%3B%3BAApEZ%2CuBAWI%2CoBA4DI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAzEZ%2CuBAWI%2CoBAiEI%3BAA5ER%2CuBAWI%2CoBAkEI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAlFZ%2CuBAWI%2CoBA0EI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA3FZ%2CuBAWI%2CoBAmFI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CoBAAb%3BEACA%2CcAAA%3B%3BAAtGZ%2CuBAWI%2CoBA8FI%3BAAzGR%2CuBAWI%2CoBA%2BFI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CoBAAb%3B%3BAAjHZ%2CuBAWI%2CoBA0GI%3BAArHR%2CuBAWI%2CoBA2GI%3BAAtHR%2CuBAWI%2CoBA4GI%2CQAAO%3BEACH%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3B%3BAAGA%2CuBA%5C%2FHR%2CoBA0GI%2C8BAqBK%3BAAAD%2CuBA%5C%2FHR%2CoBA2GI%2C4BAoBK%3BAAAD%2CuBA%5C%2FHR%2CoBA4GI%2CQAAO%2CQAmBF%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAA5IhB%2CuBAWI%2CoBAsII%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAADJ%2CuBAGI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALR%2CuBAQI%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3B%3BEAEA%2C6BAAA%3BEACA%2CgCAAA%3B%3BEAEA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CuBAhBJ%2CoBAgBK%3BEACG%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3B%3BAA3BZ%2CuBAQI%2CoBAsBI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAnCZ%2CuBAQI%2CoBA8BI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CoBAAb%3BEACA%2CWAAA%3B%3BAA7CZ%2CuBAQI%2CoBAwCI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CuBAQI%2CoBA%2BCI%3BAAvDR%2CuBAQI%2CoBAgDI%3BAAxDR%2CuBAQI%2CoBAiDI%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CuBA7DR%2CoBA%2BCI%2C8BAcK%3BAAAD%2CuBA7DR%2CoBAgDI%2C4BAaK%3BAAAD%2CuBA7DR%2CoBAiDI%2CQAAO%2CQAYF%3BEACG%2CsBAAA%3BEACA%2CcAAA%3B%3BAAMhB%3BEACI%2CYAAA%3B%3BAADJ%2CqBAGI%2CIAAG%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAOJ%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CQAAA%3B%3B%3BAATR%2CqBAYI%3BEACI%2CQAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%2CqBANA%3BIAIQ%2CQAAA%3B%3B%3BAAhBZ%2CqBAoBI%3BEACI%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvBR%2CqBA0BI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAA5BR%2CqBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAtCR%2CqBAyCI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAA7CR%2CqBAgDI%3BEACI%2CgBAAA%3B%3BAAKR%2CqBACI%3BEACI%2CQAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CqBACI%2CyBAII%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAQZ%2CMAAM%2COAAO%2CoBAAoB%2CKAC7B%2CeACI%2CeAAc%2CKACV%2CeAAc%3BEACV%2CaAAA%3BEACA%2CSAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CMAZV%2COAAO%2CoBAAoB%2CKAC7B%2CeACI%2CeAAc%2CKACV%2CeAAc%3BIAKN%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAATpB%2CMAAM%2COAAO%2CoBAAoB%2CKAC7B%2CeACI%2CeAAc%2CKACV%2CeAAc%2CoBASV%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%2CMApBV%2COAAO%2CoBAAoB%2CKAC7B%2CeACI%2CeAAc%2CKACV%2CeAAc%2CoBASV%3BIAKQ%2CUAAA%3BIACA%2CUAAA%3B%3B%3BAAQxB%3BEACI%2CiBAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CiBAAA%3B%3B%3BAAJR%2C%2BBAOI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAVR%2C%2BBAOI%2CyBAKI%3BEACI%2CkBAAA%3B%3BAAKZ%2CyBACI%3BEACI%2C2BAAA%3B%3BAAFR%2CyBAKI%3BEACI%2CSAAA%3B%3BAANR%2CyBASI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CyBASI%2CUAOI%3BEACI%2CkBAAA%3B%3BAAjBZ%2CyBASI%2CUAOI%2COAGI%3BEACI%2C2BAAA%3B%3BAApBhB%2CyBAyBI%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAQR%3BEACI%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAADJ%2C0BAGI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAUJ%2CQARmC%3BEAQnC%2C0BAbA%3BIAQQ%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3B%3BAAdZ%2C0BAkBI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%2CQALmC%3BEAKnC%2C0BATA%3BIAKQ%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAUJ%2CQAJ%2BB%3BEAI%5C%2FB%2C0BALJ%3BIAEQ%2CwBAAA%3B%3B%3BAA%5C%2FBZ%2C0BA6BI%2CWAKI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAApCZ%2C0BA6BI%2CWAUI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA1CZ%2C0BA8CI%3BEACI%2CkCAAA%3B%3BAA%5C%2FCR%2C0BA8CI%2CUAGI%3BEACI%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2C0BAbR%2CUAGI%3BIAOQ%2CuBAAA%3B%3B%3BAAxDhB%2C0BA8CI%2CUAGI%2CGAUI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAuBhB%2CQACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CEAAE%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CEAAE%2CkBAQE%3BEACI%2CsBAAA%3BEAEA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAjBR%2CEAAE%2CkBAQE%2CGAWI%3BEACI%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAxBZ%2CEAAE%2CkBAQE%2CGAmBI%3BEACI%2C4BAAA%3BEACA%2CiBAAA%3B%3BAA7BZ%2CEAAE%2CkBAkCE%2C%2BBAA%2BB%2CsBAAqB%3BEAChD%2CcAAA%3B%3BAAnCR%2CEAAE%2CkBAsCE%2CGAAE%2C8BAA%2BB%2C0BAAyB%3BEACtD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2CsBACI%2CWACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAANZ%2CsBACI%2CWACI%2CGAMI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQhB%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CyBAPH%2CUAOI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2C2DAAZ%3BEACA%2CoBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2CyBAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAEA%2CyBATJ%2CKASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsCAAA%3BEACA%2CuCAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBArBJ%2CKAqBK%3BEACG%2CYAAA%3B%3BAAKJ%2CyBADJ%2CaACK%3BEACG%2CWAAW%2CeAAX%3BEACA%2CmBAAA%3B%3BAAMZ%2C2BACI%2C0BAEI%3BAAHR%2C2BACI%2C0BAGI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAVZ%2C2BACI%2C0BAEI%2CGASI%3BAAZZ%2C2BACI%2C0BAGI%2CGAQI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%2C2BApBZ%2C0BAEI%2CGASI%3BEASI%2C2BApBZ%2C0BAGI%2CGAQI%3BIAMQ%2COAAO%2CeAAP%3B%3B%3BAAlBpB%2C2BACI%2C0BAEI%2CGASI%2CGASI%3BAArBhB%2C2BACI%2C0BAGI%2CGAQI%2CGASI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CsBAAA%3BEAmCA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CsBAAA%3B%3BAAtCA%2C2BAjChB%2C0BAEI%2CGASI%2CGASI%2CEAaK%3BAAAD%2C2BAjChB%2C0BAGI%2CGAQI%2CGASI%2CEAaK%3BEACG%2CqBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGA%2C2BAvCpB%2C0BAEI%2CGASI%2CGASI%2CEAaK%2CMAMI%3BAAAD%2C2BAvCpB%2C0BAGI%2CGAQI%2CGASI%2CEAaK%2CMAMI%3BEACG%2CyCAAA%3B%3BAAGJ%2C2BA3CpB%2C0BAEI%2CGASI%2CGASI%2CEAaK%2CMAUI%3BAAAD%2C2BA3CpB%2C0BAGI%2CGAQI%2CGASI%2CEAaK%2CMAUI%3BEACG%2CeAAA%3B%3BAAKR%2C2BAjDhB%2C0BAEI%2CGASI%2CGASI%2CEA6BK%3BAAAD%2C2BAjDhB%2C0BAGI%2CGAQI%2CGASI%2CEA6BK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAsB%2CieAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3B%3BAAYJ%2C2BA1EhB%2C0BAEI%2CGASI%2CGASI%2CEAsDK%3BAAAD%2C2BA1EhB%2C0BAGI%2CGAQI%2CGASI%2CEAsDK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2C0WAAtB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAUxB%2CQAAQ%2CUAAU%2CYAAa%2COAC3B%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAALR%2CQAAQ%2CUAAU%2CYAAa%2COAC3B%2CGAMI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CQAfJ%2CUAAU%2CYAAa%2COAC3B%2CGAMI%2CGAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAkB%2C%2BQAAlB%3BEACA%2CUAAU%2C%2BQAAV%3B%3BAAOhB%2CqBAAsB%2CiBAGlB%3BAAFJ%2CqBAEI%3BAADJ%2CQAAQ%2CQAAQ%2CqBAAsB%2CiBAClC%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CqBAAsB%2CiBAGlB%2CgBAWI%3BAAbR%2CqBAEI%2CgBAWI%3BAAZR%2CQAAQ%2CQAAQ%2CqBAAsB%2CiBAClC%2CgBAWI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAHJ%2CSAKI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAARR%2CSAKI%2CkCAKI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2C6CAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CSApBR%2CkCAKI%2C4BAeK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CSA1BJ%2CkCA0BK%2COACG%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAMhB%2CUACI%3BEACI%2CkCAAA%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAKR%2C2BACI%2CUACI%3BEACI%2CeAAA%3B%3BAAEA%2C2BAJR%2CUACI%2CkCAGK%3BEACG%2CiBAAA%3B%3BAAOhB%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3B%3BEAEA%2CaAAA%3BEACA%2CaAAa%2CoBAAb%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAkEA%2CQA%5C%2FD0B%3BEA%2BD1B%3BIA9DI%2CsBAAA%3B%3BEA8DJ%2C2BA3DI%3BIACI%2CwBAAA%3B%3BEA0DR%2C2BAtDI%3BIACI%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2C4BAAA%3B%3BEAkDR%2C2BAtDI%2CWAMI%3BIACI%2C4BAAA%3B%3BEA%2BCZ%2C2BAtDI%2CWAWI%3BIACI%2CyBAAA%3BIACA%2CmBAAA%3B%3BIAEA%2C6BAAA%3B%3BIAEA%2CoBAAA%3B%3BEAEA%2C2BAnBR%2CWAWI%2C4BAQK%3BIACG%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAiChB%2C2BAtDI%2CWAyBI%3BIACI%2CiCAAA%3BIACA%2CwBAAA%3B%3BEA2BZ%2C2BAtDI%2CWA8BI%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAsBZ%2C2BAtDI%2CWAwCI%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEAYZ%2C2BAtDI%2CWA6CI%2CGAAG%2CGAAG%3BIACF%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3B%3BAAXJ%2CQA9CkB%2CuBA2CiB%3BEAGnC%2C2BArCJ%2CWA8BI%3BIAKQ%2CkBAAA%3B%3B%3BAAxDpB%2C2BA2EI%3BEACI%2CUAAA%3BEACA%2CyBAAA%3BEACA%2C%2BBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAhFR%2C2BA2EI%2CUAQI%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BEAEA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGA%2C2BAtBR%2CUAQI%2CkCAcK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA3GhB%2C2BA2EI%2CUAQI%2CkCA4BI%3BEACI%2CYAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAzHhB%2C2BA2EI%2CUAQI%2CkCA4BI%2C4BAYI%3BAA3HhB%2C2BA2EI%2CUAQI%2CkCA4BI%2C4BAaI%3BAA5HhB%2C2BA2EI%2CUAQI%2CkCA4BI%2C4BAcI%3BEACI%2CaAAa%2CoBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKR%2C2BA5DR%2CUAQI%2CkCAoDK%3BEACG%2CsBAAA%3B%3BAADJ%2C2BA5DR%2CUAQI%2CkCAoDK%2CMAGG%2C4BAA4B%3BEACxB%2CcAAA%3B%3BAAKR%2C2BArER%2CUAQI%2CkCA6DK%3BEACG%2CsBAAA%3BEACA%2CcAAA%3BEAGA%2CUAAA%3BEACA%2COAAO%2CgBAAP%3B%3BEAEA%2C%2BBAAA%3B%3BAARJ%2C2BArER%2CUAQI%2CkCA6DK%2COAUG%2C4BAA4B%3BEACxB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2C2BAtFZ%2CUAQI%2CkCA6DK%2COAiBI%3BEACG%2CSAAS%2CKAAT%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BEAEA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA3KpB%2C2BAkLI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArLR%2C2BAkLI%2CWAKI%3BEACI%2C4BAAA%3B%3BAAQJ%2CQAL%2BB%3BEAK%5C%2FB%2C2BAdJ%3BIAUQ%2CYAAA%3B%3B%3BAA5LZ%2C2BAkLI%2CWAcI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAMA%2CQAHmC%3BEAGnC%2C2BAxBR%2CWAcI%2CqBAMI%3BIAEQ%2CwBAAA%3B%3B%3BAAxMpB%2C2BAkLI%2CWAcI%2CqBAYI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGA%2C2BArCZ%2CWAcI%2CqBAYI%2CGAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BEAEA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FNpB%2C2BAkLI%2CWAcI%2CqBAoCI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C2BA5DZ%2CWAcI%2CqBAoCI%2CEAUK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C2BApEZ%2CWAcI%2CqBAoCI%2CEAkBK%3BEACG%2C0BAAA%3B%3BAAvPpB%2C2BAkLI%2CWA2EI%2CEAAE%2CIAAC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEA%2C2BAvFR%2CWA2EI%2CEAAE%2CIAAC%2CaAYE%3BEACG%2CaAAA%3B%3BAA1QhB%2C2BAkLI%2CWA6FI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAlRZ%2C2BAkLI%2CWA6FI%2CGAKI%3BEACI%2CkBAAA%3B%3BAArRhB%2C2BAkLI%2CWA6FI%2CGAKI%2CGAGI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2C2BA5GhB%2CWA6FI%2CGAKI%2CGAGI%2CEAOK%3BEACG%2CcAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAaxB%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CoBAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAJmC%3BEAInC%3BIAHQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAKR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CQAAA%3BEACA%2CYAAY%2C8CAAZ%3B%3BAAGJ%2CsBAAC%2CiBAAiB%3BEACd%2CUAAA%3B%3BAAnBR%2CsBAuBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CsCAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAnBJ%2CaAmBK%3BEACG%2CyBAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CsBAxBJ%2CaAwBK%3BEACG%2CSAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3B%3BAAGJ%2CsBA9BJ%2CaA8BK%3BEACG%2CUAAA%3BEACA%2CsBAAsB%2C4BAAtB%3B%3BAAGJ%2CsBAnCJ%2CaAmCK%3BEACG%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CsBAxCJ%2CaAwCK%3BAACD%2CsBAzCJ%2CaAyCK%3BEACG%2CwBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CiBAAA%3BEACA%2CcAAA%3B%3BAAFJ%2CqBAAC%2CkBAIG%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAANR%2CqBAAC%2CkBASG%3BEACI%2CSAAA%3B%3BAAOZ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6EAAA%3BEACA%2CeAAA%3B%3BAAQA%2CQAN%2BB%3BEAM%5C%2FB%3BIALI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAGJ%2CqBAAC%3BEACG%2CqBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CcAAA%3B%3BAAJJ%2CqBAAC%2CMAMG%3BEACI%2CcAAA%3B%3BAAPR%2CqBAAC%2CMAUG%3BEACI%2C0CAAA%3B%3BAAXR%2CqBAAC%2CMAUG%2C%2BCAGI%3BEACI%2CeAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAGJ%2CiCAAC%3BEACG%2CyBAAA%3BEACA%2CsCAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAa%2CoBAAb%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CeAAA%3B%3B%3BAAMR%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6EAAA%3BEACA%2CeAAA%3B%3BAAQA%2CQAN%2BB%3BEAM%5C%2FB%3BIALI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAGJ%2CqBAAC%3BEACG%2CqBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CcAAA%3B%3BAAJJ%2CqBAAC%2CMAMG%3BEACI%2CcAAA%3B%3BAAPR%2CqBAAC%2CMAUG%3BEACI%2C0CAAA%3B%3BAAXR%2CqBAAC%2CMAUG%2C%2BCAGI%3BEACI%2CeAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%3BIAJI%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAGJ%2CiCAAC%3BEACG%2CyBAAA%3BEACA%2CsCAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAa%2CoBAAb%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CeAAA%3B%3B%3BAAUR%3BEACI%2CmBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CoBAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAAC%3BAACD%2CsBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2COAAA%3BEACA%2CYAAY%2CiEAAZ%3B%3BAAGJ%2CsBAAC%3BEACG%2CQAAA%3BEACA%2CYAAY%2CgEAAZ%3B%3BAAGJ%2CsBAAC%2CgBAAgB%3BEACb%2CUAAA%3B%3BAAGJ%2CsBAAC%2CiBAAiB%3BEACd%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CuBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgFAAA%3B%3BAAMA%2CQAJ%2BB%3BEAI%5C%2FB%3BIAHI%2CYAAA%3B%3B%3BAAGJ%2CqBAAC%3BEACG%2CqBAAA%3BEACA%2CyCAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CqBAAC%3BEACG%2CqBAAA%3BEACA%2C%2BCAAA%3B%3BAAEA%2CqBAJH%2CUAII%3BEACG%2CgDAAA%3B%3BAALR%2CqBAAC%2CUAQG%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C%2BBAAA%3BEACA%2CUAAA%3BEACA%2CaAAa%2CoBAAb%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAKJ%2CQAHmC%3BEAGnC%3BIAFQ%2CaAAA%3B%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3B%3BAAEA%2CqBAAqB%2CMAAO%3BEACxB%2CWAAW%2CWAAX%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAHJ%2C%2BBAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CoBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CqBAAqB%2CMAAO%3BEACxB%2CcAAA%3B%3BAAIR%3BEACI%2CaAAa%2CoBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CoBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CuDAAA%3BEACA%2CcAAA%3B%3BAAEA%2C0BAAC%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEA%2C0BAJH%2CUAII%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAWZ%2CiBAAkB%3BEACd%2CiBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA%2BGJ%2CkBACI%3BEACI%2CaAAA%3B%3BAAFR%2CkBAKI%2CgBAAe%3BEACX%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAARR%2CkBAKI%2CgBAAe%2CKAKX%2CgBAAe%3BEACX%2CUAAU%2CoBAAV%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CkBAjBR%2CgBAAe%2CKAKX%2CgBAAe%3BIAQP%2CUAAU%2CgBAAV%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAOR%2CQAJmC%3BEAInC%2CkBArBJ%2CgBAAe%2CKAKX%2CgBAAe%3BIAaP%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAxBhB%2CkBA3GI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CwDAAA%3B%3BAAEA%2CkBAZJ%2CkBAYK%3BEACG%2CqBAAA%3BEACA%2CyDAAA%3B%3BAA6FZ%2CkBAzFI%3BEACI%2CcAAA%3B%3BAAwFR%2CkBAzFI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAmFZ%2CkBAzFI%2CYASI%3BEACI%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA0EZ%2CkBAtEI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAAkER%2CkBA%5C%2FDI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA2DR%2CkBA%5C%2FDI%2CeAMI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CkBAVR%2CeAMI%2CEAIK%3BEACG%2CcAAA%3B%3BAAoDhB%2CkBA%5C%2FCI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA4CR%2CkBAzCI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3B%3BAAqCR%2CkBAzCI%2CwBAMI%3BEACI%2CSAAA%3B%3BAAkCZ%2CkBA9BI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA4BR%2CkBA9BI%2CmBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CuDAAA%3B%3BAAEA%2CkBAjBR%2CmBAII%2CcAaK%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAWhB%2CkBANI%3BEACI%2CaAAA%3B%3BAAqCR%2CiBACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CaAII%3BEACI%2CmBAAA%3B%3BAALR%2CaAQI%3BEACI%2CaAAA%3B%3BAAKR%2CoBAAoB%2CMAChB%2CcACI%3BEACI%2CaAAA%3B%3BAAHZ%2CoBAAoB%2CMAOhB%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAXR%2CoBAAoB%2CMAchB%3BEACI%2CUAAU%2CoBAAV%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAOA%2CQAL%2BB%3BEAK%5C%2FB%2CoBAzBY%2CMAchB%3BIAOQ%2CUAAU%2CgBAAV%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAAOR%2CQAJmC%3BEAInC%2CoBA7BgB%2CMAchB%3BIAYQ%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAA3BZ%2CoBAAoB%2CMAhKhB%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CwDAAA%3B%3BAAEA%2CoBAoJY%2CMAhKhB%2CkBAYK%3BEACG%2CqBAAA%3BEACA%2CyDAAA%3B%3BAAkJZ%2CoBAAoB%2CMA9IhB%3BEACI%2CcAAA%3B%3BAA6IR%2CoBAAoB%2CMA9IhB%2CYAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAwIZ%2CoBAAoB%2CMA9IhB%2CYASI%3BEACI%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA%2BHZ%2CoBAAoB%2CMA3HhB%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAAuHR%2CoBAAoB%2CMApHhB%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAgHR%2CoBAAoB%2CMApHhB%2CeAMI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CoBA0GQ%2CMApHhB%2CeAMI%2CEAIK%3BEACG%2CcAAA%3B%3BAAyGhB%2CoBAAoB%2CMApGhB%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAiGR%2CoBAAoB%2CMA9FhB%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3B%3BAA0FR%2CoBAAoB%2CMA9FhB%2CwBAMI%3BEACI%2CSAAA%3B%3BAAuFZ%2CoBAAoB%2CMAnFhB%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAiFR%2CoBAAoB%2CMAnFhB%2CmBAII%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CuDAAA%3B%3BAAEA%2CoBAkEQ%2CMAnFhB%2CmBAII%2CcAaK%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAgEhB%2CoBAAoB%2CMA3DhB%3BEACI%2CaAAA%3B%3BAA6FR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3B%3BAAPJ%2C2BASI%3BAATJ%2C2BAUI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAZR%2C2BAeI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAIR%2CsBACI%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAqClqLJ%2CgBALsC%3BECoFtC%2CiCA7BA%3BECsOA%2C0BACI%2CcDvOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECiOL%2C0BACI%2CcDvOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAuBR%2CiCAnBA%3BEC4NA%2C0BACI%2CcD7NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA6sDA%2C2BACI%3BEEjtDJ%2COACI%2CgBACI%2CeAGI%3BECkLZ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC1eJ%2CYACI%3BEC6JJ%2CiCL%2BsDI%3BEMjuDJ%2CuBNiuDI%3BEOhsCJ%2CcPgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BEEYX%2COACI%2CgBACI%2CeAGI%2CKFjBX%2CUAAU%3BEGmMX%2CgBAGI%2COHtMH%2CUAAU%3BEGiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH3Rf%2CUAAU%3BEGmVX%2CkBACM%2CYHpVL%2CUAAU%3BEGyVX%2CkBACI%2CUH1VH%2CUAAU%3BEIhJX%2CYACI%2COJ%2BIH%2CUAAU%3BEKcX%2CiCL%2BsDI%2COA7tDH%2CUAAU%3BEMJX%2CuBNiuDI%2COA7tDH%2CUAAU%3BEO6hBX%2CcPgsCI%2COA7tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAutDX%2C2BACI%2COAxtDH%2CUAAU%3BEEOX%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%3BEG8LX%2CgBAGI%2COHjMH%2CUAAU%3BEG4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%3BEG8UX%2CkBACM%2CYH%5C%2FUL%2CUAAU%3BEGoVX%2CkBACI%2CUHrVH%2CUAAU%3BEIrJX%2CYACI%2COJoJH%2CUAAU%3BEKSX%2CiCL%2BsDI%2COAxtDH%2CUAAU%3BEMTX%2CuBNiuDI%2COAxtDH%2CUAAU%3BEOwhBX%2CcPgsCI%2COAxtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAotDR%2C2BACI%2COAxtDH%2CUAAU%2CGAGH%3BEEIR%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%2CGAGH%3BEG2LR%2CgBAGI%2COHjMH%2CUAAU%2CGAGH%3BEGyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%2CGAGH%3BEG2UR%2CkBACM%2CYH%5C%2FUL%2CUAAU%2CGAGH%3BEGiVR%2CkBACI%2CUHrVH%2CUAAU%2CGAGH%3BEIxJR%2CYACI%2COJoJH%2CUAAU%2CGAGH%3BEKMR%2CiCL%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEMZR%2CuBNiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEOqhBR%2CcPgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEGuNA%2CUACI%3BEKVJ%2CgBACI%3BIR9MA%2CoBAAA%3B%3BEAsEJ%3BEK1MI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BELmNJ%2COAAO%2CKAAM%2CiCACT%3BIDHR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECxMjB%2CwBD%2BLI%2CUAOI%2CYACI%2CQACK%3BECvMjB%2CuBD8LI%2CUAOI%2CYACI%2CQACK%3BETzTjB%2CmBSgTI%2CUAOI%2CYACI%2CQACK%3BES9ajB%2CKAAK%2CKAAK%2COTqaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BECjMZ%2CwBD%2BLI%2CUACI%2COACI%3BEChMZ%2CuBD8LI%2CUACI%2COACI%3BETlTZ%2CmBSgTI%2CUACI%2COACI%3BESvaZ%2CKAAK%2CKAAK%2COTqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIXtLA%2CkBAAA%3B%3BEW0OA%3BEUnTA%2CaAOI%3BECnDJ%3BECnGA%2CsBACI%3BIvBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEgBmFD%2CwBAKI%2CehBzFH%3BEgBoFD%2CwBAKI%2CehBxFH%3BEgBoID%2CiChBrIC%3BEgBqID%2CiChBpIC%3BEgB0JD%2CkBhB3JC%3BEgB2JD%2CkBhB1JC%3BEiBiED%2CcAKI%2CejBvEH%3BEiBkED%2CcAKI%2CejBtEH%3BEiBkHD%2CuBjBnHC%3BEiBmHD%2CuBjBlHC%3BEiB8ID%2CkBjB%5C%2FIC%3BEiB%2BID%2CkBjB9IC%3BEagHD%2CkBAaI%2Ceb9HH%3BEaiHD%2CkBAaI%2Ceb7HH%3BEakID%2COACI%2CgBACI%2CebrIP%3BEamID%2COACI%2CgBACI%2CebpIP%3BEkB8fD%2CelB%5C%2FfC%3BEkB%2BfD%2CelB9fC%3BEcyTD%2CgBd1TC%3BEc0TD%2CgBdzTC%3BEcuYD%2CQACI%2CoBdzYH%3BEcwYD%2CQACI%2CoBdxYH%3BEcuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ced%5C%2FYX%3BEcwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ced9YX%3BEcuaD%2CqBACI%2COAAM%2CUdzaT%3BEcwaD%2CqBACI%2COAAM%2CUdxaT%3BEYmSD%2C0BACI%2CcZrSH%3BEYoSD%2C0BACI%2CcZpSH%3BEwByND%2CKAAK%2CMACD%2CeACI%2CQxB5NP%3BEwB0ND%2CKAAK%2CMACD%2CeACI%2CQxB3NP%3BEwByND%2CKAAK%2CMACD%2CeAEI%2CSxB7NP%3BEwB0ND%2CKAAK%2CMACD%2CeAEI%2CSxB5NP%3BEyBoaD%2C0BzBraC%3BEyBqaD%2C0BzBpaC%3BEEmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFrHtB%3BEEoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFpHtB%3BE0BugBD%2CY1BxgBC%3BE0BwgBD%2CY1BvgBC%3BE0BiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB1BtiBtB%3BE0BkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB1BriBtB%3BE0BkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB1BtiBtB%3BE0BmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB1BriBtB%3BE0BmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB1BtiBtB%3BE0BoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB1BriBtB%3BEGocD%2CYASI%2CQAAO%2CMH9cV%3BEGqcD%2CYASI%2CQAAO%2CMH7cV%3BEGylBG%2COAAC%2CQH1lBJ%3BEG0lBG%2COAAC%2CQHzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEgB8ED%2CwBAKI%2CehBnFH%3BEgB%2BHD%2CiChB%5C%2FHC%3BEgBqJD%2CkBhBrJC%3BEiB4DD%2CcAKI%2CejBjEH%3BEiB6GD%2CuBjB7GC%3BEiByID%2CkBjBzIC%3BEa2GD%2CkBAaI%2CebxHH%3BEa6HD%2COACI%2CgBACI%2Ceb%5C%2FHP%3BEkByfD%2CelBzfC%3BEcoTD%2CgBdpTC%3BEckYD%2CQACI%2CoBdnYH%3BEckYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CedzYX%3BEckaD%2CqBACI%2COAAM%2CUdnaT%3BEY8RD%2C0BACI%2CcZ%5C%2FRH%3BEwBoND%2CKAAK%2CMACD%2CeACI%2CQxBtNP%3BEwBoND%2CKAAK%2CMACD%2CeAEI%2CSxBvNP%3BEyB%2BZD%2C0BzB%5C%2FZC%3BEE8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBF%5C%2FGtB%3BE0BkgBD%2CY1BlgBC%3BE0B4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB1BhiBtB%3BE0B6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB1BhiBtB%3BE0B8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB1BhiBtB%3BEG%2BbD%2CYASI%2CQAAO%2CMHxcV%3BEGolBG%2COAAC%2CQHplBJ%3BIACG%2CWAAA%3B%3BEW2hBJ%3BEA69BA%3BEgB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEVkhBA%2CMAAC%3BEhBjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BEwB0apC%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEbvbpC%3BEK8YA%2CeAEI%3BEWnJJ%2CeACI%3BIlByKJ%2CsBAAA%3B%3BEAsBA%3BEmB9dA%3BInBwcA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BEoBPlB%2CiBpBKI%2CUACM%3BEoBNV%2CiBpBKI%2CUAEI%2CQAAU%3BIXvUlB%2CgBAAA%3B%3BEgCulBA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSACC%3BEADN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSACC%3BEDxRN%2CiBpBKI%2CUACM%2CSqBiRT%2CIAAI%2CSACC%3BEDxRN%2CiBpBKI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSAeC%3BEAfN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSAeC%3BEDtSN%2CiBpBKI%2CUACM%2CSqBiRT%2CIAAI%2CSAeC%3BEDtSN%2CiBpBKI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErBpSR%2C8BACI%2CUACM%2CSqB8KR%3BErBhLF%2C8BACI%2CUAEI%2CQAAU%2CSqB6KhB%3BEDpLF%2CiBpBKI%2CUACM%2CSqB8KR%3BEDpLF%2CiBpBKI%2CUAEI%2CQAAU%2CSqB6KhB%3BIhCpfF%2CeAAA%3BIgCwfI%2CqBAAA%3B%3BEA6HA%2C8BrBhTA%2CUACM%2CSqB6ST%2COAEI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB4SjB%2COAEI%3BEAAD%2C8BrBhTA%2CUACM%2CSqB8ST%2CSACI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB6SjB%2CSACI%3BEDrTL%2CiBpBKI%2CUACM%2CSqB6ST%2COAEI%3BEDrTL%2CiBpBKI%2CUAEI%2CQAAU%2CSqB4SjB%2COAEI%3BEDrTL%2CiBpBKI%2CUACM%2CSqB8ST%2CSACI%3BEDrTL%2CiBpBKI%2CUAEI%2CQAAU%2CSqB6SjB%2CSACI%3BIACG%2CaAAA%3B%3BErB5SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BEoBV%5C%2FB%2CiBpBKI%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEoBV%5C%2FB%2CiBpBKI%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC5ZJ%2CwBD2ZA%2CUACI%3BEC3ZJ%2CuBD0ZA%2CUACI%3BET7gBJ%2CmBS4gBA%2CUACI%3BESloBJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%3BIX5XJ%2CmBAAA%3BIgC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIhChqBA%2CUAAA%3BIgCmqBA%2CmBAAA%3B%3BEAEA%2CwBrB1SA%2CUACI%2COqBySA%3BEpBrsBJ%2CwBD2ZA%2CUACI%2COqBySA%3BEpBpsBJ%2CuBD0ZA%2CUACI%2COqBySA%3BE9BtzBJ%2CmBS4gBA%2CUACI%2COqBySA%3BEZ36BJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COqBySA%3BIACA%2CWAAA%3B%3BErBvSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEChaxB%2CwBD2ZA%2CUACI%2COAGK%2CeAAe%3BEC%5C%2FZxB%2CwBD2ZA%2CUACI%2COAIK%2CeAAe%3BEC%5C%2FZxB%2CuBD0ZA%2CUACI%2COAGK%2CeAAe%3BEC9ZxB%2CuBD0ZA%2CUACI%2COAIK%2CeAAe%3BETjhBxB%2CmBS4gBA%2CUACI%2COAGK%2CeAAe%3BEThhBxB%2CmBS4gBA%2CUACI%2COAIK%2CeAAe%3BEStoBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAGK%2CeAAe%3BESroBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BECpaR%2CwBD2ZA%2CUACI%2COAQI%3BECnaR%2CuBD0ZA%2CUACI%2COAQI%3BETrhBR%2CmBS4gBA%2CUACI%2COAQI%3BES1oBR%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIXjaA%2CWAAA%3B%3BEWqhBA%3BEU1iBA%2CKAAK%2COAAO%3BEY%5C%2FNZ%3BErBqOA%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEU7iBJ%2CKAAK%2COAAO%2CSV6iBR%3BEsB5wBJ%2CqBtB4wBI%3BECviBJ%2CyBDuiBI%3BIXpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEW0xBA%2C0BAOI%2CQAAU%3BEUjjBd%2CKAAK%2COAAO%2CSVijBR%2CQAAU%3BEsBhxBd%2CqBtBgxBI%2CQAAU%3BEC3iBd%2CyBD2iBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEOxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIP6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEGxjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEmB5dJ%2CuBACI%3BEdyVJ%2CwBACI%3BInB3GJ%2CiBAAA%3B%3BEWqwBA%3BEIlgCA%2CcAAc%3BEmBCd%2CcAAc%3BER4gBd%2CcAAc%3BI1BhRd%2CiBAAA%3B%3BEWqzBA%3BEe%5C%2FgBA%2CsBACI%2CQAAO%3BI1BvSX%2CqBAAA%3BIK9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BEqB8iBD%2CsBACI%2CQAAO%2CMrB%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmC%5C%2FQS%2COnC%2BQT%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEMsuBA%2CiBAAC%3BEezgBD%2CsBACI%2CQAAO%2CMfwgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BEyB5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI1B%2BrCnC%2CaAAA%3B%3BEAsCA%3BETvtCA%3BEwBscA%3BIfkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BETvwCZ%2C4BSqwCI%2CWACI%2CoBACI%3BETtwCZ%2CyBSowCI%2CWACI%2CoBACI%3BEep1BZ%2CQfk1BI%2CWACI%2CoBACI%3BEen1BZ%2CuBfi1BI%2CWACI%2CoBACI%3BEel1BZ%2CiBfg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI2B3tCA%2CYAAA%3B%3BE3B2tCA%2C2B2BztCE%2CQAGI%2CKACI%3BE3BqtCV%2C2B2BxtCE%2CQAEI%2CKACI%3BE3BqtCV%2C2B2BvtCE%2CQACI%2CKACI%3BE3BqtCV%2C2B2BztCE%2CQAGI%2CKAEI%3BE3BotCV%2C2B2BxtCE%2CQAEI%2CKAEI%3BE3BotCV%2C2B2BvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE3BmtCZ%2C2B2B9sCE%2CQACI%2CKACI%3BE3B4sCV%2C2B2B9sCE%2CQACI%2CKAEI%3BItCoCV%2C6BAAA%3B%3BEWorCA%3BEGhiCA%2CQA2BI%3BEFnIJ%3BEaiOA%3BIdw6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEGpiCJ%2CQA2BI%2CSHwgCA%3BEGniCJ%2CQA2BI%2CSHygCA%3BEC5oCJ%2C6BD2oCI%3BEC3oCJ%2C6BD4oCI%3BEc36BJ%2CyBd06BI%3BEc16BJ%2CyBd26BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEGxiCJ%2CQA2BI%2CSH6gCA%3BEChpCJ%2C6BDgpCI%3BEc%5C%2F6BJ%2CyBd%2B6BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEG7iCJ%2CQA2BI%2CSHkhCA%3BECrpCJ%2C6BDqpCI%3BEcp7BJ%2CyBdo7BI%3BIXjsCJ%2CiBAAA%3BIWmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEGljCJ%2CQA2BI%2CSHuhCA%3BEC1pCJ%2C6BD0pCI%3BEcz7BJ%2CyBdy7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEE94CA%3BEK8YA%2CeAEI%3BEWnJJ%2CeACI%3BI7B3HJ%2CUAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIW4mCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEKltDV%2CiCL%2BsDI%2COAGM%3BEMpuDV%2CuBNiuDI%2COAGM%3BEOnsCV%2CcPgsCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEKttDZ%2CiCL%2BsDI%2COAGM%2CSAIE%3BEMxuDZ%2CuBNiuDI%2COAGM%2CSAIE%3BEOvsCZ%2CcPgsCI%2COAGM%2CSAIE%3BIXvmDZ%2CiBAAA%3B%3BEW%2BlDA%2C2BACI%2COAYI%3BEK3tDR%2CiCL%2BsDI%2COAYI%3BEM7uDR%2CuBNiuDI%2COAYI%3BEO5sCR%2CcPgsCI%2COAYI%3BIX5mDR%2CiBAAA%3B%3BEW%2BlDA%2C2BAkBI%2CiBACI%3BEKjuDR%2CiCLguDI%2CiBACI%3BEMnvDR%2CuBNkvDI%2CiBACI%3BEOltCR%2CcPitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE6B%5C%2F2DZ%3BIxC0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE2B%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEYrDA%2CCAAC%2CmBAAwB%2CQZkDtB%3BI3BoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCrZL%2CCAAC%2CoBAAyB%2CQZ%2BCvB%3BI3BoMP%2CmBAAA%3BIuC9KA%2CqBAAA%3BIvC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuClZL%2CCAAC%2CyBAA%2BB%2CQZ4C7B%3BI3BoMP%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuC%5C%2FYL%2CCAAC%2C0BAAgC%2CQZyC9B%3BI3BoMP%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2BhWT%3BIAEI%2CiBAAA%3B%3BEY3CA%2CCAAC%2CoBAAyB%3BIvCuO9B%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCtYL%2CCAAC%2CyBAA%2BB%3BIvCoOpC%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCnYL%2CCAAC%2C0BAAgC%3BIvCiOrC%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2B1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEY3CA%2CCAAC%2CoBAAyB%3BIvC2N9B%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuC1XL%2CCAAC%2CyBAA%2BB%3BIvCwNpC%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCvXL%2CCAAC%2C0BAAgC%3BIvCqNrC%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2B9UT%2C0BACI%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2C0BAKI%3BIACI%2CqBAAA%3B%3BEANR%2C0BAQI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEc0IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIzCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIyCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BI1CSA%2CmBAAA%3BIAAA%2CgBAAA%3BI0CJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BI1ChBN%2CgBAAA%3B%3BE0CTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BI1CxBJ%2CkBAAA%3BI0C0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BI1C%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BI0CsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BI1C1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BE0CkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BI1CpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BI0C2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BI1CzFpB%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEqCmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBrCnGhB%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CWqCkPI%2CQA2DK%2COACK%2CaAGI%2CgBrCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSM9NQ%2CON8NR%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEqClFA%2CWAiCI%2CQA8EI%3BI1CtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BI0C8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI1ClHZ%2CgBAAA%3B%3BE0CTA%2CWAiCI%2CQA8EI%2CSAyIF%3BI1C%5C%2FON%2CgBAAA%3B%3BE0CkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BI1C1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI0C%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BI1CpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BI0CuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BI1CzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BE0CgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BI1CjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE0CTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BI1CzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BE0CTA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BI1CpL5B%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEqCgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBrC9LxB%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CWqCkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBrC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSMxPQ%2CONwPR%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEqC0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BI1CpMZ%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEAMA%2CWqCkPI%2CQA2KK%2CKrC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSMzPgB%2CONyPhB%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEqCkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEEpGR%3BI3CyFA%2CgCAAA%3B%3BE4C1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BE5CdJ%2CQ4CUQ%2CKAAK%2CM5CVZ%3BEACD%2CQ4CSQ%2CKAAK%2CM5CTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4CIQ%2CKAAK%2CM5CJZ%3BIACG%2CWAAA%3B%3BE4CGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BI7CwRN%2CYAAA%3BI6CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BI7CgRP%2CgBAAA%3BI6C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE7CsBJ%2CQ4CUQ%2CKAAK%2CMCtCX%2CQAAK%2CQ7C4BN%3BEACD%2CQ4CSQ%2CKAAK%2CMCtCX%2CQAAK%2CQ7C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4CIQ%2CKAAK%2CMCtCX%2CQAAK%2CQ7CkCN%3BIACG%2CWAAA%3B%3BE6C3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BI7CsNP%2CkBAAA%3B%3BE4C1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BI7CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BI6C%5C%2FLQ%2CmBAAA%3BI7C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEQjJA%2CQoCzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUrCmEL%3BIRiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEQ5IA%2CQoC9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUrCwEL%3BIR4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEQvIA%2CQoCnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUrC6EL%3BIRuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI7CyL9B%2CmBAAA%3B%3BE6CrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI7CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI7C0KtB%2CmBAAA%3B%3BE4C1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BI7CqKP%2CmBAAA%3BI6CnKI%2CgBAAA%3BIACA%2C4BAAA%3BI7CkKJ%2CsBAAA%3B%3BE4CnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEE5BZ%3BI9C8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE8CjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BI%5C%2FCiQJ%2CkBAAA%3B%3BE8C9PA%2CgBCMA%2CWAKI%2CEAAC%3BI%5C%2FCmPL%2CeAAA%3B%3BE8C9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEC2FhB%2CYAAC%2CYACG%3BIjDiHR%2C6BAAA%3BIiD%5C%2FGY%2CiBAAA%3B%3B%3B%3B%3BECaZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BEnCmEJ%2CwBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CiCAKI%3BIhB0GJ%2CkBAAA%3B%3BEgBtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEoC9CZ%2COAAO%3BIACH%2CeAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYAAa%3BIAEL%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYARS%2CwBAQR%3BIACG%2CaAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIAEQ%2CaAAA%3B%3BEAFR%2CyBAKI%2CkBAAoB%3BIAChB%2CeAAA%3B%3BEANR%2CyBASI%3BIACI%2CeAAA%3B%3BEC7CJ%2CgBAAC%2COAAO%3BEACR%2CgBAAC%2COAAO%3BIACJ%2CQAAQ%2CcAAR%3B%3BECvDR%3BIAEQ%2CgBAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3B%3BECoFR%3BIAEQ%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAGJ%2C0BAAC%2CIAAI%3BIACD%2CcAAc%2CkCAAd%3BIACA%2CsBAAA%3B%3BEATR%2C0BAYI%3BIACI%2CWAAA%3B%3BEAIR%2C0BAA0B%2CMACtB%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAA0B%2CMAKtB%3BIACI%2CyBAAA%3BIACA%2CaAAA%3B%3BEAPR%2C0BAA0B%2CMAUtB%3BIACI%2CkBAAA%3B%3BEAIR%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BECtJA%2CqBAFkB%2COAAM%2CMAEvB%3BEAAD%2CqBADkB%2COAAM%2COACvB%3BIACG%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CqBAAqB%2CQAAQ%2CKAAK%2CMAC9B%2CMAAK%2CMAAM%2COACP%3BIACI%2CmBAAA%3B%3BECnCZ%3BIAEQ%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%2CIAAI%3BIACD%2CiBAAA%3B%3BEC9BR%2CsBAAsB%3BIAEd%2CiBAAA%3B%3BEAFR%2CsBAAsB%2CSAKlB%2CwBAAuB%2CIAAI%3BIACvB%2C2BAAA%3BIACA%2CyBAAA%3B%3BECoCR%2CYAAY%2CIAAI%2CsBAAuB%2CwBAAuB%3BIAC1D%2CWAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CgBAAA%3BIACA%2CWAAA%3B%3BEC6CJ%3BIAEQ%2CiBAAA%3B%3BEAFR%2CwBAKI%3BIACI%2CiBAAA%3B%3BEAIR%3BIAEQ%2CeAAA%3B%3BEAGJ%2CuBAAC%2CIAAI%3BIACD%2CgBAAA%3BIACA%2CWAAA%3B%3BECTR%3BIACI%2CaAAA%3B%3BEAGJ%2CYAAY%2CoBAAoB%2CQAC5B%3BEADJ%2CYAAY%2CoBAAoB%2CQAE5B%3BIACI%2CoBAAA%3BIACA%2CWAAA%3B%3BEAJR%2CYAAY%2CoBAAoB%2CQAO5B%3BIACI%2CWAAA%3B%3BEARR%2CYAAY%2CoBAAoB%2CQAW5B%2CiBAAgB%3BIACZ%2CUAAA%3B%3BEAIR%2CYAAY%2CoBACR%3BIACI%2CkBAAA%3B%3BEAFR%2CYAAY%2CoBAKR%2CiBAAgB%3BIACZ%2CkBAAA%3B%3BEANR%2CYAAY%2CoBASR%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYAdQ%2CoBAcP%2CIAAI%2CUAAW%3BIACZ%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhBR%2CYAAY%2CoBAmBR%3BIACI%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3B%3BEAtBR%2CYAAY%2CoBAyBR%3BIACI%2C2BAAA%3B%3BEA1BR%2CYAAY%2CoBA6BR%2C2BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BEA9BR%2CYAAY%2CoBAiCR%2C2BAA0B%2CMAAO%3BIAC7B%2CUAAA%3B%3BEAlCR%2CYAAY%2CoBAqCR%2CiBAAgB%3BIACZ%2CYAAA%3B%3BEAIR%2CYAAa%2CiBAAgB%3BIACzB%2CaAAA%3B%3BECrMJ%2CqBAAqB%2CcAAe%3BIAChC%2CUAAA%3B%3BEzEuLN%2CWACE%2CMAAK%2CKAAK%3BIACR%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CWACE%2CMAAK%2CKAAK%2CMAIR%2CMAAK%3BIACH%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAPN%2CWACE%2CMAAK%2CKAAK%2CMAIR%2CMAAK%2COAIH%3BIACE%2CkBAAA%3BIACA%2CYAAA%3B%3BEAXR%2CWAgBE%2CmBACE%2CMAAK%3BIACH%2C0BAAA%3B%3BE0EjHA%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI%5C%2FDgMR%2CiBAAA%3B%3BE%2BDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI%5C%2FDqLR%2CeAAA%3B%3BE%2BDzMA%2CqBAcI%2CQAUI%3BI%5C%2FDiLR%2CiBAAA%3BI%2BD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI%5C%2FD0KR%2CeAAA%3B%3BE%2BDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI%5C%2FDmKb%2CeAAA%3BI%2BDjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BE%5C%2FC2FJ%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CuBAKI%3BIjB4HJ%2CkBAAA%3B%3BEiBxHY%2CuBAJR%2COAGK%2CSACI%3BIjBwHb%2CoBAAA%3B%3BEiBlHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEJzCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEeuBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BI5BuE7B%2CcAAA%3BI4BrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BI5B8DZ%2CcAAA%3B%3BE4B5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BI5B2DhB%2CiBAAA%3BI4BzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BI5BmDZ%2CiBAAA%3BI4BjDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEP7CZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BErB4IR%2CaqBhJI%2CMrBgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CaqBrJI%2CMrBqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CaqB1JI%2CMrB0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CaqB%5C%2FJI%2CMrB%2BJH%3BIAvGD%2CcAAA%3B%3BEqBzEA%2CaAwBI%2CQAAO%3BIrBiDX%2CqBAAA%3BISzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BITgDA%2CgBAAA%3BIqBtCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COhBqCT%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEKHA%2CagBuNI%2CQAAO%2COhBvNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSM3OU%2CON2OV%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CagB0MA%2CQAAO%2COhB3MV%2CMACI%3BIL2PL%2CWAAA%3B%3BEKrPI%2CagBoMA%2CQAAO%2COhBrMV%2COACI%3BILqPL%2CcAAA%3B%3BES7CA%2CaYJI%2CQAAO%2COZIV%3BEACD%2CaYLI%2CQAAO%2COZKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CaYVI%2CQAAO%2COZUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CaYfI%2CQAAO%2COZeV%3BEACD%2CaYhBI%2CQAAO%2COZgBV%3BEACD%2CQAAQ%2CUAAW%2CcYjBf%2CQAAO%3BIZkBP%2CoBAAA%3BIT%2BBJ%2CYAAA%3B%3BEqBhCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIrBgCb%2CWAAA%3B%3BEqBzBA%3BIACI%2CaAAA%3B%3BEHuRJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BIlB9RA%2CUAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIkB8HL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIAEI%2CgBAAA%3B%3BEcsRhB%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEd1UR%2CaAmBI%2COAaI%2CUACI%2COcqLV%3BIhCpfF%2CeAAA%3BIgCwfI%2CqBAAA%3B%3BEA6HA%2CadpUA%2COAaI%2CUACI%2COcoTX%2COAEI%3BEAAD%2CadpUA%2COAaI%2CUACI%2COcqTX%2CSACI%3BIACG%2CaAAA%3B%3BEdxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIlBhaA%2CUAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIkBiQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BIlBjcL%2CUAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIkBkSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BE%2BCnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE5DpVR%2CS4DuVU%2CQAAO%2CO5DvVhB%3BEAAD%2CiB4DwVkB%2CQAAO%2CK5DxVxB%3BIL4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BE8BpKA%3BI9BoKA%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI8BnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEoC7ER%2CqBACI%2CaACI%3BIlEqOR%2CgBAAA%3B%3BEkEvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BInEVJ%2CgBAAA%3B%3BEmEQA%2CYAMI%3BInEdJ%2C6BAAA%3BImEgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BIpEwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEoE3FZ%3BIrE2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIqExKI%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BIrE4JL%2CYAAA%3BIqE1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIrEkJA%2CmBAAA%3BIqEhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIrE4IJ%2CiBAAA%3BIqE1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BIrEkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIqErQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIrEyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEqEjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BIvEsFJ%2CkBAAA%3B%3BEuEvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BEzD0JR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEChgBR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BEyDyIR%2C0BACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAHR%2C0BAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC1CQ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%3BIACG%2CeAAA%3B%3BEADJ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%2CYAGG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATxB%2CsBACI%2CmBAcI%3BIACI%2CiBAAA%3B%3BEAhBZ%2CsBACI%2CmBAkBI%3BIACI%2CWAAA%3B%3BEApBZ%2CsBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%3BIzEmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BIgC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIhChqBA%2CUAAA%3BIgCmqBA%2CmBAAA%3B%3BEyCj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzCunBhB%3BIhCpfF%2CeAAA%3BIgCwfI%2CqBAAA%3B%3BEAtOJ%2CsByCxZI%2CkBAGI%2COAAM%2CIAAI%2COzCqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsByC3yBI%2CkBAGI%2COAAM%2CIAAI%2COzCwyBd%3BIACA%2CWAAA%3B%3BEyCp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC%2BZhB%3BIhC5RF%2CgBAAA%3B%3BEgCqSI%2CsByC3aA%2CkBAGI%2COAAM%2CIAAI%2COzC%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BEyCpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC6alB%2CQACI%3BIACI%2CmBAAA%3B%3BEhChiBR%2CsByE8GI%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMhCpiBN%3BEACD%2CsByE6GI%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMhCniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsByEwGI%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMhC9hBN%3BIACG%2CWAAA%3B%3BEyE%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsByC7bA%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsByCjcA%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsByCrcA%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsByCzcA%2CkBAGI%2COAAM%2CIAAI%2COzCmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEyCleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%3BIhCpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BIgCyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEyC1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAMI%3BEyC5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAOI%3BEyC7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAQI%3BIhChLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BIgCwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEyCnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAgBI%3BEyCtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAiBI%3BIhCzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CwEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BIgCjPA%2CsBAAA%3BIhCiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIgC0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsByC5OI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAgBI%2CWAlPH%3BEAAD%2CsByC5OI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAiBI%2CUAnPH%3BIhCtGD%2CYAAA%3B%3BEgCqHA%2CsByC3PI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAgBI%2CWAnOH%3BEAAD%2CsByC3PI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAiBI%2CUApOH%3BIhCrHD%2CcAAA%3B%3BEgC0HA%2CsByChQI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAgBI%2CWA9NH%3BEAAD%2CsByChQI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAiBI%2CUA%5C%2FNH%3BIhC1HD%2CcAAA%3B%3BEgC%2BHA%2CsByCrQI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAgBI%2CWAzNH%3BEAAD%2CsByCrQI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COAiBI%2CUA1NH%3BIhC%5C%2FHD%2CcAAA%3B%3BEyE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2clB%2COA0BI%3BIACI%2CWAAA%3BIhCnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyEhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC2elB%3BIhCxWA%2CgBAAA%3B%3BEgCugBI%2CsByC7oBA%2CkBAGI%2COAAM%2CIAAI%2COzCwoBjB%2CSAAY%2CSAER%3BEAAD%2CsByC7oBA%2CkBAGI%2COAAM%2CIAAI%2COzCyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BIhCxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEyE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COzC%2BqBlB%3BIhC5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BIK9QA%2CqBAAA%3B%3BEAMA%2CsBoEkII%2CkBAGI%2COAAM%2CIAAI%2COzC%2BqBlB%2CM3BpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEoEtMY%2CsBATR%2CkBAGI%2COAAM%2CIAAI%2COAML%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2CsBAbR%2CkBAGI%2COAAM%2CIAAI%2COAUL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtChB%2CsBAwBI%2CkBAkBI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BE5C4JhB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BI7BpEb%2C8BAAA%3BI6BsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BI7BnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE6BwFA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BEjBjKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyB0BtItB%2CQAGI%2CKACI%3BE1BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BrItB%2CQAEI%2CKACI%3BE1BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BpItB%2CQACI%2CKACI%3BE1BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BtItB%2CQAGI%2CKAEI%3BE1BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BrItB%2CQAEI%2CKAEI%3BE1BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BpItB%2CQACI%2CKAEI%3BItCyHV%2C0BAAA%3B%3BEYQI%2CQAAS%2CMAAK%2CMAAM%2CyB0B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE1BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB0B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE1BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB0BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE1BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB0B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE1BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB0B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE1BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB0BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE1BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB0BhHtB%2CQAAQ%3BItCwGV%2C0BAAA%3B%3BEYQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIZhCb%2CmBAAA%3BIgC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIhChqBA%2CUAAA%3BIgCmqBA%2CmBAAA%3BIpBjoBgB%2CmBAAA%3B%3BEoBmoBhB%2CyBpB1oBI%2CUAGI%2COACK%2CKoBsoBT%3BEAAJ%2CyBpB1oBI%2CUAGI%2COAEK%2CSoBqoBT%3BIACA%2CWAAA%3B%3BEpBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAIA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEY%5C%2FGZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BIxBGZ%2C8BAAA%3BIwBDY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CuBAiBI%2CcACI%3BEAjBR%2CeAgBI%2CcACI%3BIACI%2CmBAAA%3B%3BEAnBZ%2CuBAuBI%3BEAtBJ%2CeAsBI%3BIACI%2CmBAAA%3B%3BEAQR%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BEkDnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEC2TJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BI7EjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI6EiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BI7EzLrB%2CyBAAA%3BI6E2LwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BI7E3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI6EgNgB%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BI7E3Ob%2CcAAA%3BI6E6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BEpDpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BIzBxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIyB6KQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BIzBxOZ%2CeAAA%3B%3BEyB8OQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BEqDhepB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BE3DmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEjB9KR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEwB%2BXZ%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BENhqBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BE2DkBZ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BEC%2BWZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOhB%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CmBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BE1D%5C%2FUZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BItBiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIsB7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BItBuGJ%2CqBAAA%3BIK9QA%2CqBAAA%3B%3BEiByKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BItBiGL%2CcAAA%3BIsB%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BItBuFL%2C%2BFAAA%3BIsBrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWjBqGE%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEKHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSMnPQ%2CONmPR%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIL2PL%2CcAAA%3B%3BEsBvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CShBrLA%2COgBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BESyUR%2CkBAEI%3BEADJ%2CuBACI%3BIACI%2CcAAA%3B%3BEAHR%2CkBAEI%2CYAGI%2COAAM%3BEAJd%2CuBACI%2CYAGI%2COAAM%3BIACF%2CmBAAA%3B%3BEANZ%2CkBAEI%2CYAOI%3BEARR%2CuBACI%2CYAOI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAKZ%2CkBACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEAuCZ%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAII%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BE5BpLR%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BIHtNR%2CyBAAA%3B%3BEGiNA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIHlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEGqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BICveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEJFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEGieJ%2CiBCpeA%3BIJgPA%2CUAAA%3BII9OI%2CeAAA%3BIJ8OJ%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEFodA%2CiBCpeA%2CeCoOE%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CiBDtBA%2CeCsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSM9NQ%2CON8NR%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBDnCJ%2CeCkCC%2CMACI%3BIL6ML%2CcAAA%3B%3BEKvMI%2CiBDzCJ%2CeCwCC%2COACI%3BILuML%2CcAAA%3B%3BEIqEA%2CiBArTA%2CeAqTC%3BIJrED%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEDqSA%2CiBArTA%2CeAqTC%2COCjFC%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CiBDtBA%2CeAqTC%2COC%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSM%5C%2FNM%2CON%2BNN%3BIAAA%2CaOvRe%2CYPuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BIL6ML%2CcAAA%3B%3BEKvMI%2CiBDzCJ%2CeAqTC%2COC7QA%2COACI%3BILuML%2CcAAA%3B%3BEGoPA%2CiBC7SA%3BIJyDA%2CSAAA%3BIAAA%2CUAAA%3BIQ1KA%2CqBAAA%3BIR0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIIhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIJ8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEGoPA%2CiBC7SA%2CGAsBI%3BIJmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEI3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIJ2BT%2CmBAAA%3BIIzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BIJzSJ%2CsDAAA%3BII2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIJ%5C%2FSJ%2CsDAAA%3BIIiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BIJ%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BEIoRA%2CiBA7UA%2CGA6UC%3BIJpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BEIZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BED4PR%2CiBAgBI%2CGACI%3BIHrQR%2CWAAA%3BIAAA%2CqBAAA%3BIGgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEKnaZ%2CiBLqZI%2CGACI%2CEKtZP%3BIRiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEQ5IA%2CiBLgZI%2CGACI%2CEKjZP%3BIR4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEQvIA%2CiBL2YI%2CGACI%2CEK5YP%3BIRuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEGoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BIMvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BITgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BES7CA%2CiBN2UI%2CQAAO%2COM3UV%3BEACD%2CiBN0UI%2CQAAO%2COM1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBNqUI%2CQAAO%2COMrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBNgUI%2CQAAO%2COMhUV%3BEACD%2CiBN%2BTI%2CQAAO%2COM%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkBN8Tf%2CQAAO%3BIM7TP%2CoBAAA%3BIT%2BBJ%2CYAAA%3B%3BEGoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEErcR%2CiBFwcK%2COACG%2CQAAO%2COEzcd%3BILgKD%2CSM%5C%2FNM%2CON%2BNN%3B%3BEGwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIH5TjB%2CSAAA%3BIAAA%2CUAAA%3BIQ1KA%2CqBAAA%3BILweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMKhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEL6dA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BIH3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEGmVgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACK%2CUAAO%2CMAsBH%2CsBAOG%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACK%2CUAAO%2CMAoCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BIHhYA%2CmBAAA%3BIGkYI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BIHrZjB%2CsDAAA%3B%3BEGyZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIHzZjB%2CsDAAA%3BIG2ZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BE8E%5C%2FYA%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BIjF9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BIiFoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BE5CpTZ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3B%3BA3B%5C%2FEZ%2CgBAL4C%3BEX6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAWxEZ%2CgBAJ2C%3BEqBwiBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */