/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Lato';
  src: url('.woff2') format('woff2'), url('.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/**
 * 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;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1025px) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.gw-euvat-field .message-success {
  margin-top: 10px;
}
.gw-euvat-field .vatid-retry {
  cursor: pointer;
}
.announcement-bar {
  width: 100%;
  padding: 0px;
  background-color: #ffffff;
  color: #444444;
  text-align: center;
  position: relative;
  font-size: 16px;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  height: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .announcement-bar {
    font-size: 14px;
  }
}
.announcement-bar .announcement-item {
  display: none;
}
.announcement-bar .announcement-item .announcement-icon {
  max-width: 16px;
}
.announcement-bar .announcement-item.active {
  display: block;
}
.announcement-bar .announcement-item .announcement-content {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.announcement-bar .announcement-item .announcement-content a {
  color: #444444;
}
.checkout-index-index .opc-wrapper .step-title {
  font-weight: 800 !important;
  font-size: 3rem !important;
}
.checkout-index-index .field {
  margin-bottom: 0px!important;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.checkout-index-index .field.choice {
  flex-direction: row!important;
}
.checkout-index-index .field .control input,
.checkout-index-index .field .control select,
.checkout-index-index .field .control textarea {
  height: 44px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #fff;
  transition: all 0.2s ease;
}
.checkout-index-index .field .control textarea {
  height: auto;
  padding: 10px 14px;
}
.checkout-index-index .field .control input:focus,
.checkout-index-index .field .control select:focus,
.checkout-index-index .field .control textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}
.checkout-index-index .field label {
  font-size: 14px;
  font-weight: 600 !important;
  color: #374151;
  text-align: left !important;
  width: auto !important;
}
.checkout-index-index .field .control._with-tooltip input {
  padding-right: 40px;
}
.checkout-index-index .field .control {
  width: 100%;
}
.checkout-index-index .fieldset.address {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.checkout-index-index .fieldset.address .field {
  flex: 0 0 100%;
}
.checkout-index-index .fieldset.address .field.street .control div[name$=".street.0"] {
  flex: 0 0 100% !important;
}
.checkout-index-index .fieldset.address .field.street .control div[name$=".street.0"] .control {
  width: 100% !important;
}
.checkout-index-index .fieldset.address .field.street .control .field.additional {
  margin-top: 0px !important;
  width: 70px;
  max-width: 70px;
}
.checkout-index-index .fieldset.address .field.street .label {
  text-align: left !important;
}
.checkout-index-index .fieldset.address div[name$=".firstname"],
.checkout-index-index .fieldset.address div[name$=".lastname"],
.checkout-index-index .fieldset.address div[name$=".postcode"],
.checkout-index-index .fieldset.address div[name$=".city"],
.checkout-index-index .fieldset.address div[name$=".region_id"],
.checkout-index-index .fieldset.address div[name$=".country_id"],
.checkout-index-index .fieldset.address div[name$=".company"],
.checkout-index-index .fieldset.address div[name$=".vat_id"] {
  flex: 0 0 calc(50% - 8px);
}
.checkout-index-index .fieldset.address div[name$=".firstname"] .control,
.checkout-index-index .fieldset.address div[name$=".lastname"] .control,
.checkout-index-index .fieldset.address div[name$=".postcode"] .control,
.checkout-index-index .fieldset.address div[name$=".city"] .control,
.checkout-index-index .fieldset.address div[name$=".region_id"] .control,
.checkout-index-index .fieldset.address div[name$=".country_id"] .control,
.checkout-index-index .fieldset.address div[name$=".company"] .control,
.checkout-index-index .fieldset.address div[name$=".vat_id"] .control {
  width: 100% !important;
}
.checkout-index-index .payment-method-content input[type="text"],
.checkout-index-index .payment-method-content input[type="email"] {
  height: 42px;
}
@media (max-width: 768px) {
  .checkout-index-index .fieldset.address div[name$=".firstname"],
  .checkout-index-index .fieldset.address div[name$=".lastname"],
  .checkout-index-index .fieldset.address div[name$=".postcode"],
  .checkout-index-index .fieldset.address div[name$=".city"],
  .checkout-index-index .fieldset.address div[name$=".region_id"],
  .checkout-index-index .fieldset.address div[name$=".country_id"],
  .checkout-index-index .fieldset.address div[name$=".company"],
  .checkout-index-index .fieldset.address div[name$=".vat_id"] {
    flex: 0 0 100%;
  }
}
.checkout-index-index .billing-address-form .field.company,
.checkout-index-index .billing-address-form .field.vat_id {
  display: none;
}
.checkout-index-index .billing-address-form.show-company .field.company,
.checkout-index-index .billing-address-form.show-company .field.vat_id {
  display: block;
}
.checkout-index-index button.action.primary.checkout,
.checkout-index-index button.action.action-update.primary {
  padding: 15px 140px !important;
  line-height: 2.2rem !important;
  font-size: 2rem !important;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title {
  border: none !important;
  padding: 20px 20px;
  font-size: 3rem;
  color: #333 !important;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title .action-toggle {
  color: #1b1c1c !important;
  font-size: 3rem;
  font-weight: 800;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title .action-toggle:after {
  display: none;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content {
  display: block !important;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  gap: 10px;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form input#discount-code {
  min-width: 200px;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content form#discount-form button.action.action-apply {
  height: 44px;
  min-width: 150px;
}
.checkout-billing-address .fieldset-checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.checkout-billing-address .fieldset-checkbox-wrapper .field.choice {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-content: center;
  align-items: stretch;
}
.checkout-billing-address .fieldset-checkbox-wrapper .field.choice input[type='checkbox'] {
  margin: 0 8px 0 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.checkout-billing-address .fieldset-checkbox-wrapper .field.choice label {
  margin: 0;
  cursor: pointer;
}
.checkout-billing-address .fieldset-checkbox-wrapper .field.choice label span {
  font-size: 14px;
  line-height: 1.4;
  color: #1C1C1C;
}
.checkout-billing-address .fieldset-checkbox-wrapper .billing-address-same-as-shipping-block {
  font-weight: 600;
}
.checkout-billing-address .fieldset-checkbox-wrapper .company-toggle {
  opacity: 0.85;
}
.checkout-billing-address .fieldset-checkbox-wrapper .company-toggle:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .checkout-billing-address .fieldset-checkbox-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.checkout-billing-address h3.osoba-kontaktowa {
  display: block;
  width: 100%;
}
.checkout-payment-method .checkout-billing-address {
  padding: 20px !important;
  background: #f5f5f5;
  border: none !important;
  border-radius: 8px;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  height: auto !important;
  margin: 0px !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  width: auto !important;
  font-size: 1.4rem !important;
  line-height: 1.4rem !important;
  vertical-align: middle !important;
}
.opc-block-summary .block.items-in-cart .content.minicart-items {
  display: block !important;
}
.payment-method-title.field.choice {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.payment-method-title.field.choice label {
  font-size: 2.2rem !important;
  line-height: 2.4rem !important;
}
form#co-shipping-method-form div#checkout-shipping-method-load table.table-checkout-shipping-method td.col.col-method {
  vertical-align: middle;
  font-size: 2.4rem;
}
form#co-shipping-method-form div#checkout-shipping-method-load table.table-checkout-shipping-method span.price {
  font-size: 2.4rem;
  vertical-align: middle;
  font-weight: 800;
}
form#co-shipping-method-form button.button.action.continue.primary {
  padding: 15px 70px !important;
}
div#checkout-step-shipping {
  background-color: #f5f5f5;
  padding: 20px 20px;
  border-radius: 8px;
}
fieldset.field.street .control {
  display: flex !important;
  gap: 2px;
}
.checkout-edit-cart {
  margin-top: 12px;
  text-align: right;
}
.checkout-edit-cart .action.edit-cart {
  display: inline-block;
  font-size: 13px;
  text-decoration: underline;
  color: #1979c3;
}
.checkout-edit-cart .action.edit-cart:hover {
  color: #006bb4;
}
.kowal-order-comments {
  padding: 20px !important;
  background: #f5f5f5;
  border: none !important;
  border-radius: 8px;
  margin-bottom: 20px;
}
.kowal-order-comments .step-title {
  font-weight: 800 !important;
  font-size: 3.6rem !important;
}
.free-shipping-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #28a745;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.free-shipping-popup.hide {
  opacity: 0;
  pointer-events: none;
}
.trans-section {
  margin-right: 20px;
}
img.goog-te-gadget-icon {
  display: none;
}
.goog-te-gadget-simple {
  border-radius: 4px !important;
  padding-left: 4px;
}
.goog-te-gadget-simple > span > a {
  display: flex;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.skiptranslate::after {
  margin-bottom: 0px !important;
}
body {
  top: 0px !important;
}
.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div {
  color: #070605;
}
.kowal-labels-content.category {
  position: absolute;
  -webkit-transform: translate(-100%) rotate(-90deg);
  -moz-transform: translate(-100%) rotate(-90deg);
  -ms-transform: translate(-100%) rotate(-90deg);
  transform: translate(-100%) rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  z-index: 3;
  font-size: 11px;
  min-width: 210px;
  text-align: right;
}
.kowal-labels-content.category .leftside {
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 0px;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}
.kowal-labels-content.category .leftside span.label-value {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .kowal-labels-content.category .leftside span.label-value.hide-on-mobile {
    display: none;
  }
}
.kowal-labels-content.product {
  display: block !important;
  display: flex;
  position: relative !important;
}
.kowal-labels-content.product .leftside span.label-value {
  width: calc(100% - 20px);
  padding: 4px 10px;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.kowal-labels-content.product .leftside span.label-value.shipping {
  cursor: pointer;
}
.kowal-labels-content.product .leftside span.label-value.shipping:hover {
  text-decoration: underline;
}
.kowal-labels-content.product .leftside span.label-value.shipping:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/shipping.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.shipping:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url('../Kowal_Labels/images/info.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.returns {
  cursor: pointer;
}
.kowal-labels-content.product .leftside span.label-value.returns:hover {
  text-decoration: underline;
}
.kowal-labels-content.product .leftside span.label-value.returns:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/returns.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.returns:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url('../Kowal_Labels/images/info.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.promotion:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/promotion.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.new:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/new.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.bestseller:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/bestseller.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.discount:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/discount.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.manufacturer:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/manufacturer.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.ceneo:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/ceneo.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.freeshipping {
  cursor: pointer;
}
.kowal-labels-content.product .leftside span.label-value.freeshipping:hover {
  text-decoration: underline;
}
.kowal-labels-content.product .leftside span.label-value.freeshipping:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/freeshipping.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.freeshipping:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url('../Kowal_Labels/images/info.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.stock {
  cursor: pointer;
}
.kowal-labels-content.product .leftside span.label-value.stock:hover {
  text-decoration: underline;
}
.kowal-labels-content.product .leftside span.label-value.stock:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/stock.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.stock.informacje:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url('../Kowal_Labels/images/info.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.sku:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/sku.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.product .leftside span.label-value.ean:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-image: url('../Kowal_Labels/images/ean.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.kowal-labels-content.top_left.category {
  left: 0;
  top: 0;
}
.kowal-labels-content.top_right.category {
  left: calc(100% - 15px);
  top: 0;
}
.kowal-labels-content.botom_right.category {
  right: 0;
  bottom: 0px;
  transform: none;
  text-align: right;
  width: auto;
  min-width: auto;
}
.kowal-labels-content.botom_left.category {
  left: 0;
  bottom: 0px;
  transform: none;
  text-align: left;
  width: auto;
  min-width: auto;
}
.kowal-labels-content.top_center.category {
  left: auto;
  top: 0;
  transform: none;
  text-align: center;
  width: 100%;
  min-width: auto;
}
.kowal-labels-content.botom_center.category {
  left: auto;
  bottom: 0px;
  transform: none;
  text-align: center;
  width: 100%;
  min-width: auto;
}
/* widok produktu */
.catalog-product-view .product-info-price {
  display: grid !important;
  grid-template-columns: 1fr auto;
  column-gap: 5px;
  justify-items: start;
  margin: 0px !important;
  width: 100% !important;
  align-items: end;
}
.catalog-product-view .product-info-price .product-info-stock-sku,
.catalog-product-view .product-info-price .product-reviews-summary,
.catalog-product-view .product-info-price .price-box {
  grid-column: 1;
}
.catalog-product-view .product-info-price .kowal-labels {
  margin-top: -50px;
  grid-column: 2;
  padding: 0px !important;
  border-radius: 0px;
  max-width: 100%;
  min-width: 100%;
  border-left: solid 1px #ddd;
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-price .kowal-labels {
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-price .kowal-labels {
    max-width: 180px;
  }
}
.catalog-product-view .product-info-price .kowal-labels .kowal-labels-content.product .leftside .label-value {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.catalog-product-view .product-info-price .product-info-stock-sku {
  display: none !important;
}
.catalog-product-view .product-info-price .price-box {
  position: relative !important;
}
.catalog-product-view .product-info-price .kowal-labels-content.product.price-label {
  position: absolute !important;
  top: -20px;
  left: auto;
  right: -40px;
}
.catalog-product-view .product-info-price .kowal-labels-content.product.price-label span.label-value.discount {
  border-radius: 15px;
  padding: 4px 9px 4px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.catalog-product-view .product-info-price .kowal-labels-content.product .leftside span.label-value.discount:before {
  display: none;
}
.catalog-product-view span.label-value.sku {
  display: inline-block;
  max-width: 30ch;
  /* 30 znaków */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* ===============================
   PAGEBUILDER SLIDER – FINAL FIX
   =============================== */
/* 1. Slider – NIE MA własnej wysokości */
#html-body .pagebuilder-slider {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
}
/* 2. Slide wrapper (background-image) */
#html-body .pagebuilder-slide-wrapper[data-pb-style] {
  position: relative;
  width: 100%;
  /* KLUCZ: proporcje */
  aspect-ratio: 1920 / 800;
  min-height: 0 !important;
  height: auto !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 768px) {
  #html-body .pagebuilder-slide-wrapper[data-pb-style] {
    aspect-ratio: 768 / 976;
  }
}
/* 3. Overlay – NIE MOŻE liczyć wysokości */
#html-body .pagebuilder-overlay,
#html-body .pagebuilder-poster-overlay {
  position: absolute;
  inset: 0;
  height: auto !important;
  min-height: 0 !important;
}
/* 4. Content w overlay */
#html-body .pagebuilder-poster-content {
  position: relative;
  height: 100%;
}
/* 5. ZABEZPIECZENIE – gdy PageBuilder wrzuci <img> */
#html-body .pagebuilder-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kowalprice-history-container.product-page {
  margin-top: -25px;
  font-size: 11px;
}
.popup {
  display: none;
  position: fixed;
  bottom: 0;
  /* Umiejscowienie na dole */
  left: 0;
  /* Umiejscowienie po lewej stronie */
  width: 45%;
  /* Automatyczna szerokość */
  height: auto;
  /* Automatyczna wysokość */
  background-color: transparent;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  /* 3-pikselowy cień */
  z-index: 10;
  margin: 20px;
  /* Margines wewnętrzny od krawędzi ekranu */
  padding: 0px;
  border: solid 1px #c1c1c1;
  border-radius: 5px;
  /* Opcjonalne zaokrąglenie rogów */
  color: #000;
  /* Kolor tekstu */
  padding-left: 300px;
  /* background-image: url('@{baseDir}Kowal_PromoCode/images/bg-popup.avif'); */
  background-size: contain;
  background-position: 0px center;
  background-repeat: no-repeat;
}
.popup .discount-code {
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 53px;
  box-shadow: inset 0 0 3px #000000;
}
.popup-icon {
  display: none;
  position: fixed;
  bottom: 60px;
  /* Umiejscowienie na dole */
  left: 0;
  /* Umiejscowienie po lewej stronie */
  width: 40px;
  /* Automatyczna szerokość */
  height: 40px;
  /* Automatyczna wysokość */
  background-color: transparent;
  z-index: 10;
  margin: 20px;
  /* Margines wewnętrzny od krawędzi ekranu */
  background-image: url('../Kowal_PromoCode/images/bg-popup-icon.gif');
  background-size: contain;
  background-position: 0px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup-content {
  position: relative;
  padding: 0px;
  border-radius: 5px;
  text-align: center;
}
.popup-content h2 {
  margin: 0px;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
}
.popup-content p {
  padding: 10px 20px;
  font-size: 18px;
  margin: 0px;
}
.popup.visible {
  display: flex;
}
.popup-icon.visible {
  display: block;
}
.close-popup {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ffffff40;
  border: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.close-popup:hover {
  color: #ff0000;
  /* Zmiana koloru na czerwony przy najechaniu */
}
@media only screen and (max-width: 768px) {
  .popup {
    padding-left: 0px;
    padding-bottom: 150px;
    background-size: contain;
    background-position: center 100%;
    width: 90%;
    /* Automatyczna szerokość */
    max-height: 60vh;
    min-height: 60vh;
    bottom: auto;
    top: 25px;
  }
}
.kowal-zapytaj-o-produkt {
  background: #ffffff !important;
  padding: 1px 8px !important;
  display: flex !important;
  align-items: center;
  gap: 5px;
  border: 1px solid #cdcdcd;
  color: #1c1c1c;
  border-radius: 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2rem;
  cursor: pointer;
}
.kowal-zapytaj-o-produkt::before {
  background: url('../Kowal_ZapytajOProdukt/images/inquiry.svg') no-repeat center center;
  content: '';
  width: 22px;
  height: 22px;
  background-size: contain !important;
}
.product-questions-tab .question-item {
  display: flex;
  gap: 10px;
  border-bottom: solid 1px #eee;
  margin-bottom: 6px;
}
.product-questions-tab .question-item .product-questions {
  min-width: 35%;
  max-width: 35%;
}
.product-questions-tab .question-item .product-questions .legenda {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
}
.product-questions-tab .question-item .product-answare {
  min-width: 65%;
  max-width: 65%;
}
.product-questions-tab .question-item .product-answare .legenda {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
}
.kowal-size-table-link {
  display: flex;
  gap: 10px;
}
.kowal-size-table-link:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url('../Kowal_TabelaRozmiarow/images/size.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.velar-index-index .velar-top-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .velar-index-index .velar-top-info {
    flex-wrap: wrap;
  }
}
.velar-index-index .velar-top-info .velar-logo {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
#velar-configurator {
  font-family: Arial, sans-serif;
  color: #333;
  /* Responsywność */
}
#velar-configurator h2 {
  font-size: 1.5rem;
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#velar-configurator .actions .pomieszczenia .field-tooltip {
  right: -24px;
  top: -7px;
}
#velar-configurator .actions .users .field-tooltip {
  left: -24px;
  right: auto;
  top: -7px;
}
#velar-configurator .velar-examples {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  #velar-configurator .velar-examples {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#velar-configurator .velar-examples button {
  min-width: 160px;
}
#velar-configurator .velar-examples button.velar-example-btn.wyzeruj {
  float: right;
  background-color: #d8534e !important;
}
#velar-configurator table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.2rem;
}
#velar-configurator table thead {
  background-color: #f4f4f4;
}
#velar-configurator table thead th {
  padding: 0.15rem;
  text-align: left;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  font-size: 1rem;
}
#velar-configurator table thead th.kowal-velar-header {
  position: relative;
  text-align: left;
  min-height: 20px;
}
#velar-configurator table thead th.kowal-velar-header .field-tooltip.toggle {
  right: 1px;
  top: auto;
  bottom: 2px;
}
#velar-configurator table thead th.kowal-velar-header.pomieszczenia {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
#velar-configurator table thead th.kowal-velar-header.poziom {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
#velar-configurator table thead th.kowal-velar-header.kolor {
  width: 102px;
  min-width: 102px;
  max-width: 102px;
}
#velar-configurator table thead th.kowal-velar-header.wkladki {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
#velar-configurator table thead th.kowal-velar-header.naped {
  width: 74px;
  min-width: 74px;
  max-width: 74px;
}
#velar-configurator table thead th.kowal-velar-header.dlugosc {
  min-width: 92px;
  max-width: 92px;
  width: 92px;
}
#velar-configurator table thead th.kowal-velar-header.ilosc-wkladek {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}
#velar-configurator table thead th.kowal-velar-header.ilosc-kluczy {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}
#velar-configurator table thead th.user-col-header {
  min-width: 105px;
}
#velar-configurator table thead th.user-col-header .qty-container {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
  align-items: center;
}
#velar-configurator table thead th.user-col-header .qty-container input {
  max-width: 60px;
  margin-right: 30px;
}
#velar-configurator table thead th.user-col-header .qty-container .field-tooltip {
  bottom: -2px !important;
}
#velar-configurator table thead th.user-col-header .qty-container .field-tooltip.general {
  right: 2px !important;
}
#velar-configurator table thead th.user-col-header .qty-container .field-tooltip.group {
  right: 32px !important;
}
#velar-configurator table thead th input[type="text"],
#velar-configurator table thead th input[type="number"],
#velar-configurator table thead th select {
  width: 100%;
  padding: 0.2rem;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 26px;
  margin-top: 1px;
}
#velar-configurator table thead th input[type="text"]:focus,
#velar-configurator table thead th input[type="number"]:focus,
#velar-configurator table thead th select:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 86, 179, 0.5);
}
#velar-configurator table tbody.kowal-velar-dynamic-columns-rows .rozmiar-wkladki {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#velar-configurator table tbody.kowal-velar-dynamic-columns-rows .rozmiar-wkladki .select-internal-lenght {
  min-width: 45px;
  max-width: 45px;
  width: 45px;
}
#velar-configurator table tbody.kowal-velar-dynamic-columns-rows .rozmiar-wkladki .select-external-lenght {
  width: 45px;
  min-width: 45px;
  max-width: 45px;
}
#velar-configurator table tbody tr:hover {
  background-color: #f9f9f9;
}
#velar-configurator table tbody tr td {
  padding: 0.15rem;
  border-bottom: 1px solid #ddd;
}
#velar-configurator table tbody tr td input[type="text"],
#velar-configurator table tbody tr td input[type="number"],
#velar-configurator table tbody tr td select {
  width: 100%;
  padding: 0.2rem;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 26px;
  margin-top: 1px;
}
#velar-configurator table tbody tr td input[type="text"]:focus,
#velar-configurator table tbody tr td input[type="number"]:focus,
#velar-configurator table tbody tr td select:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 86, 179, 0.5);
}
#velar-configurator table tbody tr td.kowal-velar-ddlugosc-wkladki-rows {
  display: flex;
  gap: 2px;
  min-width: 100px;
}
#velar-configurator table tbody tr td.kowal-velar-nazwa-pomieszczenia-rows {
  min-width: 300px;
}
#velar-configurator table tbody .podsumowanie .total-cost {
  font-size: 24px;
}
#velar-configurator button {
  color: #fff;
  padding: 0.75rem 0.75rem;
  font-size: 1.3rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 24px;
  vertical-align: middle;
  line-height: 8px;
}
#velar-configurator button.delete {
  background-color: transparent;
}
#velar-configurator button.delete:hover {
  background-color: #eee;
}
#velar-configurator button.add {
  background-color: #5cb85c;
}
#velar-configurator button.add:hover {
  background-color: #4cae4c;
}
#velar-configurator button.summary {
  background-color: #1a254c !important;
  font-size: 22px;
  padding: 15px 20px;
  min-height: 50px;
}
@media (max-width: 768px) {
  #velar-configurator button.summary {
    font-size: 16px;
    padding: 7px 5px;
    line-height: 17px;
    max-width: 110px;
  }
}
#velar-configurator button.summary:hover {
  background-color: #121c47 !important;
}
#velar-configurator button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
#velar-configurator p {
  font-size: 1.2rem;
  font-weight: bold;
}
#velar-configurator .kowal-velar-dynamic-columns-rows input[type="checkbox"] {
  position: relative !important;
  top: initial !important;
  left: initial;
  width: 25px !important;
  height: 25px !important;
}
#velar-configurator .kowal-velar-bg-color-white {
  background: #ffffff;
}
#velar-configurator h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}
@media (max-width: 768px) {
  #velar-configurator table {
    font-size: 0.9rem;
  }
  #velar-configurator table thead th {
    font-size: 0.85rem;
  }
  #velar-configurator table tbody td {
    font-size: 0.85rem;
  }
  #velar-configurator button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  #velar-configurator h2 {
    font-size: 1.2rem;
  }
  #velar-configurator h3 {
    font-size: 1rem;
  }
}
.velar-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0.2rem;
  min-width: 100%;
}
.velar-container table {
  min-width: 800px;
  /* LEWA KOLUMNA – naklejona do lewej */
  /* PRAWA KOLUMNA – naklejona do prawej */
}
.velar-container table .sticky-col-left,
.velar-container table .sticky-col-right {
  background: #fff;
  /* konieczne, żeby nie było „prześwitywania” pod spodem */
}
.velar-container table .sticky-col-left {
  position: sticky;
  left: 0;
  top: 0;
  /* <-- tu */
  z-index: 20;
  /* wyżej niż wiersze i niż nagłówek bez sticky */
}
.velar-container table .sticky-col-right {
  position: sticky;
  right: 0;
  top: 0;
  /* <-- tu też */
  z-index: 20;
}
.velar-index-index .modal-slide {
  left: 45% !important;
}
.velar-index-index .modal-slide .modal-header {
  padding-bottom: 10.1rem !important;
}
.velarpro-index-index .velarpro-top-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .velarpro-index-index .velarpro-top-info {
    flex-wrap: wrap;
  }
}
.velarpro-index-index .velarpro-top-info .velarpro-logo {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
#velarpro-configurator {
  font-family: Arial, sans-serif;
  color: #333;
  /* Responsywność */
}
#velarpro-configurator h2 {
  font-size: 1.5rem;
  color: #0056b3;
  border-bottom: 2px solid #0056b3;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#velarpro-configurator .actions .pomieszczenia .field-tooltip {
  right: -24px;
  top: -7px;
}
#velarpro-configurator .actions .users .field-tooltip {
  left: -24px;
  right: auto;
  top: -7px;
}
#velarpro-configurator .velarpro-examples {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  #velarpro-configurator .velarpro-examples {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#velarpro-configurator .velarpro-examples button {
  min-width: 160px;
}
#velarpro-configurator .velarpro-examples button.velarpro-example-btn.wyzeruj {
  float: right;
  background-color: #d8534e !important;
}
#velarpro-configurator table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.2rem;
}
#velarpro-configurator table thead {
  background-color: #f4f4f4;
}
#velarpro-configurator table thead th {
  padding: 0.15rem;
  text-align: left;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  font-size: 1rem;
}
#velarpro-configurator table thead th.kowal-velarpro-header {
  position: relative;
  text-align: left;
  min-height: 20px;
}
#velarpro-configurator table thead th.kowal-velarpro-header .field-tooltip.toggle {
  right: 50%;
  top: auto;
  bottom: 2px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.pomieszczenia {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.poziom {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.kolor {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.wkladki {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.naped {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.dlugosc {
  min-width: 92px;
  max-width: 92px;
  width: 92px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.ilosc-wkladek {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}
#velarpro-configurator table thead th.kowal-velarpro-header.ilosc-kluczy {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}
#velarpro-configurator table thead th.user-col-header {
  min-width: 105px;
}
#velarpro-configurator table thead th.user-col-header .qty-container {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
  align-items: center;
}
#velarpro-configurator table thead th.user-col-header .qty-container input {
  max-width: 60px;
  margin-right: 30px;
}
#velarpro-configurator table thead th.user-col-header .qty-container .field-tooltip {
  bottom: -2px !important;
}
#velarpro-configurator table thead th.user-col-header .qty-container .field-tooltip.general {
  right: 50% !important;
}
#velarpro-configurator table thead th input[type="text"],
#velarpro-configurator table thead th input[type="number"],
#velarpro-configurator table thead th select {
  width: 100%;
  padding: 0.2rem;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 26px;
  margin-top: 1px;
}
#velarpro-configurator table thead th input[type="text"]:focus,
#velarpro-configurator table thead th input[type="number"]:focus,
#velarpro-configurator table thead th select:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 86, 179, 0.5);
}
#velarpro-configurator table tbody.kowal-velarpro-dynamic-columns-rows .rozmiar-wkladki {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#velarpro-configurator table tbody.kowal-velarpro-dynamic-columns-rows .rozmiar-wkladki .select-internal-lenght {
  min-width: 45px;
  max-width: 45px;
  width: 45px;
}
#velarpro-configurator table tbody.kowal-velarpro-dynamic-columns-rows .rozmiar-wkladki .select-external-lenght {
  width: 45px;
  min-width: 45px;
  max-width: 45px;
}
#velarpro-configurator table tbody tr:hover {
  background-color: #f9f9f9;
}
#velarpro-configurator table tbody tr td {
  padding: 0.15rem;
  border-bottom: 1px solid #ddd;
}
#velarpro-configurator table tbody tr td input[type="text"],
#velarpro-configurator table tbody tr td input[type="number"],
#velarpro-configurator table tbody tr td select {
  width: 100%;
  padding: 0.2rem;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  height: 26px;
  margin-top: 1px;
}
#velarpro-configurator table tbody tr td input[type="text"]:focus,
#velarpro-configurator table tbody tr td input[type="number"]:focus,
#velarpro-configurator table tbody tr td select:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 86, 179, 0.5);
}
#velarpro-configurator table tbody tr td.kowal-velarpro-ddlugosc-wkladki-rows {
  display: flex;
  gap: 2px;
  min-width: 100px;
}
#velarpro-configurator table tbody tr td.kowal-velarpro-nazwa-pomieszczenia-rows {
  min-width: 300px;
}
#velarpro-configurator table tbody .podsumowanie .total-cost {
  font-size: 24px;
}
#velarpro-configurator button {
  color: #fff;
  padding: 0.75rem 0.75rem;
  font-size: 1.3rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 24px;
  vertical-align: middle;
  line-height: 8px;
}
#velarpro-configurator button.delete {
  background-color: transparent;
}
#velarpro-configurator button.delete:hover {
  background-color: #eee;
}
#velarpro-configurator button.add {
  background-color: #5cb85c;
}
#velarpro-configurator button.add:hover {
  background-color: #4cae4c;
}
#velarpro-configurator button.summary {
  background-color: #1a254c !important;
  font-size: 22px;
  padding: 15px 20px;
  min-height: 50px;
}
@media (max-width: 768px) {
  #velarpro-configurator button.summary {
    font-size: 16px;
    padding: 7px 5px;
    line-height: 17px;
    max-width: 110px;
  }
}
#velarpro-configurator button.summary:hover {
  background-color: #121c47 !important;
}
#velarpro-configurator button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
#velarpro-configurator p {
  font-size: 1.2rem;
  font-weight: bold;
}
#velarpro-configurator .kowal-velarpro-dynamic-columns-rows input[type="checkbox"] {
  position: relative !important;
  top: initial !important;
  left: initial;
  width: 25px !important;
  height: 25px !important;
}
#velarpro-configurator .kowal-velarpro-bg-color-white {
  background: #ffffff;
}
#velarpro-configurator h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}
@media (max-width: 768px) {
  #velarpro-configurator table {
    font-size: 0.9rem;
  }
  #velarpro-configurator table thead th {
    font-size: 0.85rem;
  }
  #velarpro-configurator table tbody td {
    font-size: 0.85rem;
  }
  #velarpro-configurator button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  #velarpro-configurator h2 {
    font-size: 1.2rem;
  }
  #velarpro-configurator h3 {
    font-size: 1rem;
  }
}
.velarpro-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0.2rem;
  min-width: 100%;
}
.velarpro-container table {
  min-width: 800px;
  /* LEWA KOLUMNA – naklejona do lewej */
  /* PRAWA KOLUMNA – naklejona do prawej */
}
.velarpro-container table .sticky-col-left,
.velarpro-container table .sticky-col-right {
  background: #fff;
  /* konieczne, żeby nie było „prześwitywania” pod spodem */
}
.velarpro-container table .sticky-col-left {
  position: sticky;
  left: 0;
  top: 0;
  /* <-- tu */
  z-index: 20;
  /* wyżej niż wiersze i niż nagłówek bez sticky */
}
.velarpro-container table .sticky-col-right {
  position: sticky;
  right: 0;
  top: 0;
  /* <-- tu też */
  z-index: 20;
}
.velarpro-index-index .modal-slide {
  left: 45% !important;
}
.velarpro-index-index .modal-slide .modal-header {
  padding-bottom: 10.1rem !important;
}
.velarpro-row-error {
  animation: velarErrorPulse 2s ease-in-out;
}
@keyframes velarErrorPulse {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #ffd6d6;
  }
  100% {
    background-color: #ffe5e5;
  }
}
.field-tooltip .field-tooltip-action-warning:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #d63638;
  content: '\e602';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.velar-terms {
  margin: 15px 0;
}
.velar-terms .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.velar-terms .mage-error {
  margin-top: 5px;
  color: #e02b27;
  font-size: 13px;
}
body.overlay-modal-carrier {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modalMapInPost {
  max-width: 80%!important;
  max-height: 80%!important;
  background: #fff;
}
.inpost-carrier-wrapper {
  margin: 10px 0 0 0;
  font-size: 11px;
}
.inpost-carrier-wrapper .point-data {
  margin: 0 0 10px 0;
}
.inpost-carrier-wrapper .point-data p {
  margin: 0px;
}
.inpost-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.inpost-modal__container {
  position: relative;
  background: #fff;
  max-width: 90%;
  max-height: 85%;
  width: 100%;
  height: 100%;
  margin: 20px;
  padding: 70px 20px 20px;
  overflow: hidden;
}
.inpost-modal__container .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: #000 1px solid;
  cursor: pointer;
  z-index: 9999;
}
.inpost-modal__container .btn-close:hover {
  transition: 0.3s;
  background: #cecece;
}
.inpost-modal__container .btn-close::after,
.inpost-modal__container .btn-close::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 15px;
  height: 1px;
}
.inpost-modal__container .btn-close::after {
  transform: rotate(45deg);
}
.inpost-modal__container .btn-close::before {
  transform: rotate(-45deg);
}
.product-item .price-box .price {
  font-weight: 300 !important;
}
ol.products.list.items.product-items .price-container .price {
  font-size: 1.5rem !important;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #ffffff !important;
}
.swatch-option.text {
  margin-right: 5px !important;
}
@media (max-width: 639px) {
  .product-item-inner {
    display: none;
  }
}
@media (min-width: 640px) {
  .products-grid .product-item-inner {
    box-shadow: none !important;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    box-shadow: none !important;
  }
}
@media (min-width: 768px) {
  .product-item .price-box {
    margin: 10px 0 5px !important;
  }
  .product.data.items > .item.content {
    margin-top: 36px;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 300;
    line-height: 25px;
    font-size: 2.2rem;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 300;
    line-height: 25px;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    width: 16px !important;
    height: 16px !important;
  }
  .product-item .price-box {
    margin: 5px 0 5px !important;
  }
  .products-grid .product-item {
    border-top: solid 1px #d1d1d1;
    margin-bottom: 0px;
    padding-top: 7px;
  }
}
@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;
  }
}
/**
 * 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 (min-width: 767px) {
  .page-layout-1column .product.media {
    width: 58% !important;
  }
  .page-layout-1column .product-info-main {
    width: 40% !important;
  }
  .modal-slide .modal-inner-wrap {
    border: solid 2px #000;
    border-radius: 4px;
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.35) !important;
  }
}
.header.content ul.header.links li:first-child a {
  display: inline-block;
  width: 24px;
  /* Szerokość ikony */
  height: 24px;
  /* Wysokość ikony */
  background: url('../images/account.svg') no-repeat center center;
  /* Ścieżka do ikony */
  text-indent: -9999px;
  /* Ukryj tekst linku */
  overflow: hidden;
  /* Ukryj nadmiar */
  white-space: nowrap;
  /* Zapobiegaj zawijaniu tekstu */
}
.header.content ul.header.links li:first-child a:hover {
  background: url('../images/account.svg') no-repeat center center;
  /* Ikona przy najechaniu */
}
.header.content ul.header.links li.link.wishlist a {
  display: inline-block;
  width: 24px;
  /* Szerokość ikony */
  height: 24px;
  /* Wysokość ikony */
  background: url('../images/wishlist_top.svg') no-repeat center center;
  /* Ścieżka do ikony */
  text-indent: -9999px;
  /* Ukryj tekst linku */
  overflow: hidden;
  /* Ukryj nadmiar */
  white-space: nowrap;
  /* Zapobiegaj zawijaniu tekstu */
}
.header.content ul.header.links li.link.wishlist a:hover {
  background: url('../images/wishlist_top.svg') no-repeat center center;
  /* Ikona przy najechaniu */
}
.product-info-main .product-reviews-summary .reviews-actions .action.add {
  width: 16px;
  /* Szerokość ikony */
  height: 16px;
  /* Wysokość ikony */
  background: url('../images/review_add.svg') no-repeat center center;
  /* Ścieżka do ikony */
  background-size: contain;
  text-indent: -9999px;
  /* Ukryj tekst linku */
  overflow: hidden;
  /* Ukryj nadmiar */
  white-space: nowrap;
  /* Zapobiegaj zawijaniu tekstu */
  display: inline-block;
}
.header.content ul.header.links a.action.compare {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  content: '';
  background: url('../images/compare_top.svg') no-repeat center center;
  display: block;
  width: 24px;
  height: 22px;
  background-size: contain;
  margin-top: -3px;
}
header.content ul.header.links a.action.compare.no-display {
  display: none !important;
}
.minicart-wrapper .action.showcart:before {
  content: " " !important;
  margin: 0px -3px 0px 0px !important;
  width: 24px;
  height: 24px;
  background: url(../images/cart.svg) no-repeat center center;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #006c6b !important;
  margin: 0px !important;
  padding: 0px !important;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #19254c;
  background-color: #19254c;
}
.page-header .panel.wrapper .custom-top-links a,
.page-header .panel.wrapper .page-header .panel.wrapper .switcher .options .action.toggle {
  color: #fff !important;
}
.page-header .panel.wrapper .custom-top-links .trans-section a {
  color: initial;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #19254c !important;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  max-width: 1430px;
}
.header.content {
  gap: 0px !important;
}
@media (min-width: 767px) {
  section.amsearch-wrapper-block {
    margin-right: 40px !important;
  }
  .page-header .panel.wrapper .switcher strong,
  .page-footer .switcher strong {
    color: #fff;
  }
  .amasty-catalog-topnav {
    margin-top: 0px;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    margin-bottom: 12px;
  }
}
.checkout-payment-method .payment-option._collapsible .payment-option-content,
.cart-summary .block > .content {
  display: block !important;
}
.checkout-payment-method .payment-option-title .action-toggle:after,
strong#block-discount-heading {
  display: none !important;
}
.authentication-wrapper {
  margin-top: 0px !important;
}
/** List Price **/
.product-item .price-box .price {
  font-weight: 700 !important;
}
ol.products.list.items.product-items .price-container .price {
  font-size: 1.6rem !important;
  color: #1851a8;
}
.amasty-catalog-topnav {
  margin-top: 0px !important;
}
.page-footer ul li {
  color: #fff !important;
}
.page-footer ul li a {
  color: #fff !important;
}
.block.upsell {
  display: block;
  clear: both;
}
.page-header .panel.wrapper .switcher {
  margin-right: 0px;
  float: right;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after {
  color: #fff;
}
a[data-item-id="category-node-77"] {
  background-color: #ff0000 !important;
  color: #fff !important;
}
.gerda-h2 {
  font-size: 32px;
}
.form.subscribe input[type="email"] {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;
  height: 44px !important;
}
.form.subscribe .action.primary,
.form.subscribe .action-primary,
.form.subscribe .amshopby-button,
.form.subscribe .am-filter-go {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #1a254c !important;
  padding: 13px 15px !important;
}
@media (min-width: 767px) {
  .products-grid .product-item-info::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, rgba(187, 187, 187, 0.3), transparent 80px);
  }
  .products-grid .product-item-info::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(187, 187, 187, 0.3), transparent 40px);
  }
}
.checkout-index-index button.action.action-auth-toggle {
  border: solid 1px #bbbbbb;
  border-radius: 3px;
  padding: 4px 15px;
  background: #eee;
  color: #000;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #1851a8 !important;
}
#bundleSummary .bundle-summary {
  display: block !important;
}
#bundleSummary .price-box {
  display: block !important;
}
.catalog-product-view .column.main .block .title strong {
  font-size: 32px !important;
  font-weight: 300 !important;
}
.kowal-labels-content.category .leftside {
  letter-spacing: normal !important;
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  block.newsletter .form.subscribe.content {
    display: flex !important;
  }
}
block.newsletter .form.subscribe.content .form-fields .field-input {
  display: flex;
}
block.newsletter .form.subscribe.content .label-newsletter-privacy {
  color: #fff !important;
}
block.newsletter .form.subscribe.content .label-newsletter-privacy a {
  color: #fff !important;
}
p.footer-header {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
p.homepage-title-grid {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  color: #000;
}
/* STOPKA NEWSLETTER MOBILE */
@media (max-width: 767px) {
  .flex-wrap-wrap .pagebuilder-column-line {
    display: block !important;
  }
  .flex-wrap-wrap .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
li.amshopby-button-wrap {
  display: none;
}
.catalog-topnav.amasty-catalog-topnav .filter.block {
  border: none;
  border-radius: 0;
}
.amsearch-input-wrapper .amsearch-input {
  border: 2px solid #444 !important;
  padding: 5px 10px;
  border-radius: 10px;
}
.amsearch-button.-loupe {
  content: "";
  width: 24px !important;
  height: 24px !important;
  margin: 0px !important;
  background: url(../images/search.svg) no-repeat center center !important;
  background-size: 84% !important;
  margin-top: -5px !important;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  top: 8px !important;
}
@media (max-width: 767px) {
  .amsearch-wrapper-block {
    display: block !important;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    top: 72px !important;
    z-index: 9;
    left: 10px;
    right: 10px;
    width: auto;
  }
  .ammenu-header-container .header.content {
    padding-bottom: 37px;
  }
  .page-header .amsearch-wrapper-block:before {
    background: #fff;
  }
}
td[id^="label_carrier_"] {
  position: relative;
  font-size: 0;
  line-height: 0;
  color: transparent;
  padding: 0px;
  min-width: 45px;
  max-width: 45px;
}
td[id^="label_carrier_"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
td[id^="label_carrier_poczta"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/poczta.svg');
}
td[id^="label_carrier_dpd"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/dpd.svg');
}
td[id^="label_carrier_ups"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/ups.svg');
}
td[id^="label_carrier_dhl"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/dhl.svg');
}
td[id^="label_carrier_blp_cross_border"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/blp.svg');
}
td[id^="label_carrier_fedex"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/fedex.svg');
}
td[id^="label_carrier_gls"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/gls.svg');
}
td[id^="label_carrier_geis"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/geis.svg');
}
td[id^="label_carrier_geodis"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/geodis.svg');
}
td[id^="label_carrier_hellman"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/hellman.svg');
}
td[id^="label_carrier_inpost"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/inpost.svg');
}
td[id^="label_carrier_orlen"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/orlen.svg');
}
td[id^="label_carrier_paczkomaty"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/inpost.svg');
}
td[id^="label_carrier_allegro_smart"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/allegro_smart.svg');
}
td[id^="label_carrier_euro_hermes"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/euro_hermes.svg');
}
td[id^="label_carrier_olza"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/olza.svg');
}
td[id^="label_carrier_ambro"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/ambro.svg');
}
td[id^="label_carrier_spring"]:before {
  background-image: url('../BLPaczka_MagentoIntegration/images/spring.svg');
}
.column.main .products-upsell,
.column.main .products-related {
  position: relative;
  overflow: hidden;
}
.column.main .products-upsell .product-items,
.column.main .products-related .product-items {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.column.main .products-upsell .product-item,
.column.main .products-related .product-item {
  flex: 0 0 calc(25% - 20px);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .column.main .products-upsell .product-item,
  .column.main .products-related .product-item {
    flex: 0 0 calc(33.333% - 20px);
  }
}
@media (max-width: 768px) {
  .column.main .products-upsell .product-item,
  .column.main .products-related .product-item {
    flex: 0 0 100%;
  }
}
.column.main .products-upsell button.kowal-slider-prev,
.column.main .products-related button.kowal-slider-prev,
.column.main .products-upsell button.kowal-slider-next,
.column.main .products-related button.kowal-slider-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 28px;
  padding: 5px 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.column.main .products-upsell .kowal-slider-prev,
.column.main .products-related .kowal-slider-prev {
  left: 0;
}
.column.main .products-upsell .kowal-slider-next,
.column.main .products-related .kowal-slider-next {
  right: 0;
}
@media (max-width: 768px) {
  .sidebar.sidebar-additional {
    width: 100%;
  }
}
.sidebar.sidebar-additional .products-upsell .product-items,
.sidebar.sidebar-additional .products-related .product-items {
  display: block;
  overflow: visible;
}
@media (max-width: 768px) {
  .sidebar.sidebar-additional .products-upsell,
  .sidebar.sidebar-additional .products-related {
    position: relative;
    overflow: hidden;
  }
  .sidebar.sidebar-additional .products-upsell .product-items,
  .sidebar.sidebar-additional .products-related .product-items {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar.sidebar-additional .products-upsell .product-items .product-item,
  .sidebar.sidebar-additional .products-related .product-items .product-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
    box-sizing: border-box;
  }
}
.products-upsell,
.products-related {
  position: relative;
}
.products-upsell button.kowal-slider-prev,
.products-related button.kowal-slider-prev,
.products-upsell button.kowal-slider-next,
.products-related button.kowal-slider-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  font-size: 26px;
  line-height: 1;
  padding: 6px 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.products-upsell button.kowal-slider-prev:hover,
.products-related button.kowal-slider-prev:hover,
.products-upsell button.kowal-slider-next:hover,
.products-related button.kowal-slider-next:hover {
  background: #ffffff;
}
.products-upsell .kowal-slider-prev,
.products-related .kowal-slider-prev {
  left: 6px;
}
.products-upsell .kowal-slider-next,
.products-related .kowal-slider-next {
  right: 6px;
}
@media (max-width: 768px) {
  .products-upsell button.kowal-slider-prev,
  .products-related button.kowal-slider-prev,
  .products-upsell button.kowal-slider-next,
  .products-related button.kowal-slider-next {
    top: 40%;
    font-size: 22px;
    padding: 5px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }
  .products-upsell .kowal-slider-prev,
  .products-related .kowal-slider-prev {
    left: 4px;
  }
  .products-upsell .kowal-slider-next,
  .products-related .kowal-slider-next {
    right: 4px;
  }
}
@media (min-width: 768px) {
  .sidebar.sidebar-additional .block.related span.product-image-container {
    width: 100px !important;
    aspect-ratio: 100 / 100 !important;
  }
  .sidebar.sidebar-additional .block.related img.product-image-photo {
    max-width: 100px !important;
  }
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 0;
}
.products-grid .product-items,
.products-grid .product-item {
  margin: 0 !important;
  padding: 0 !important;
}
.products-grid .product-item {
  width: 33.3333%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  transition: none;
}
.products-grid .product-item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 767px) {
  .products-grid .product-item {
    width: 50%;
    border-right: 1px solid #eee;
  }
  .products-grid .product-item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .products-grid .product-item {
    width: 100%;
    border-right: none;
  }
}
.products-grid .product-item .product-item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: none;
}
.products-grid .product-item .product-item-photo img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.products-grid .product-item:hover {
  box-shadow: none;
  transform: none;
}
.products-grid .product-item .product-item-details {
  padding: 10px 12px 15px;
}
.products-grid .product-item .product-item-details .price-box {
  font-weight: 600;
  font-size: 16px;
}
.products-grid .product-item .product-item-details .product-item-name {
  min-height: 50px;
  max-height: 50px;
  line-height: 17px;
  overflow-y: hidden;
}
.products-grid .product-item .product-item-actions {
  margin: 0;
  padding-bottom: 15px;
}
.products-grid .product-item .product-item-actions button {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  transition: background 0.2s ease;
}
.page-products .products.wrapper,
.page-products .columns .products-grid,
.products.wrapper.grid.products-grid {
  margin: 0 !important;
  padding: 0 !important;
}
.page-products .products-grid .product-item {
  float: none;
  width: 33.3333%;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page-products .products-grid .product-item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 767px) {
  .page-products .products-grid .product-item {
    width: 50%;
  }
  .page-products .products-grid .product-item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .page-products .products-grid .product-item {
    width: 100%;
    border-right: none;
  }
}
.page-products .products-grid .product-item .product-item-info {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-products .products-grid .product-item .product-item-photo {
  width: 100%;
  margin: 0;
  text-align: center;
}
.page-products .products-grid .product-item .product-item-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-products .products-grid .product-item .product-item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: none;
  width: 100%;
}
.page-products .products-grid .product-item .product-item-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.page-products .products-grid .product-item:hover .product-item-photo img {
  transform: scale(1.03);
}
@media (max-width: 639px) {
  .page-products .products-grid .product-item {
    width: 50%;
  }
  .page-products .products-grid .product-item .product-item-photo img {
    max-width: 150px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .page-products .products-grid .product-item {
    width: 33.3333%;
  }
  .page-products .products-grid .product-item .product-item-photo img {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .page-products .products-grid .product-item {
    width: 33.3333%;
  }
  .page-products .products-grid .product-item .product-item-photo img {
    max-width: 300px;
  }
}
.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.products-grid .product-items {
  width: 100%;
}
.products-grid .product-items .product-item {
  flex: 0 1 300px;
}
@media (min-width: 768px) {
  .products-grid .product-items .product-item:first-child:nth-last-child(1),
  .products-grid .product-items .product-item:first-child:nth-last-child(2),
  .products-grid .product-items .product-item:first-child:nth-last-child(2) ~ .product-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.products-grid .product-item-info {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
}
.products-grid .product-item-info:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  z-index: 3;
}
.products-grid .product-item-info:hover .product-item-inner {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  margin: 10px 0px 0px 0px !important;
  right: 0px !important;
}
@media (max-width: 767px) {
  .products-grid .product-item-info {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .products-grid .product-item-info:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  }
}
/* ============================================================
   NOWA SEKCJA: pełna responsywność siatki (grid/flex optymalizacja)
   ============================================================ */
.page-layout-2columns-left .page-products .products-grid .product-item {
  width: 100% !important;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page-layout-2columns-left .page-products .products-grid .product-item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 767px) {
  .page-layout-2columns-left .page-products .products-grid .product-item:nth-child(2n) {
    border-right: none;
  }
}
.page-layout-category-full-width .page-products .products-grid .product-item {
  width: 100% !important;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page-layout-category-full-width .page-products .products-grid .product-item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 767px) {
  .page-layout-category-full-width .page-products .products-grid .product-item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .block.filter.active .block-title.filter-title::before {
    display: none;
  }
  .block.filter .block-title.filter-title {
    width: 100%;
    line-height: 17px;
  }
  .block.filter .block-title.filter-title::before {
    content: " ";
    font-family: "8a" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    left: 9px;
    top: 5px;
    position: absolute;
    text-indent: 0;
    background: url(../images/filtruj.svg) no-repeat center center !important;
    z-index: 8;
    width: 24px;
    height: 24px;
  }
  .block.filter .block-title.filter-title strong {
    width: 95%;
  }
}
.product-name-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Dostosuj według potrzeb */
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  width: 100%;
}
.product-info-main .action.towishlist,
.product-info-main .action.tocompare {
  background: #ffffff;
  padding: 1px 8px !important;
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.product-info-main .action.towishlist:before,
.product-info-main .action.tocompare:before {
  content: '';
  width: 22px;
  height: 22px;
  background-size: contain !important;
}
.product-info-main .action.towishlist:before {
  background: url(../images/wishlist.svg) no-repeat center center;
}
.product-info-main .action.tocompare:before {
  background: url(../images/compare.svg) no-repeat center center;
}
.product-addto-links {
  display: flex !important;
  justify-content: flex-start;
  gap: 10px;
}
.normal-price span.price-container.price-final_price span.price-label {
  display: none !important;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: block !important;
}
.product-info-price .price-box .old-price .price-container .price-label {
  display: none !important;
}
.products.list.items .omnibus-price {
  display: none !important;
}
.product-info-price .price-box .omnibus-price .price-container .price,
.product-info-price .price-box .omnibus-price .price-container .price-label {
  font-weight: 100 !important;
}
.product-info-price .price-box .omnibus-price .price-container .price-label {
  font-size: 10px !important;
  margin-bottom: -5px;
}
.product-info-price .price-box .omnibus-price .price-container .price {
  font-size: 2rem !important;
}
@media (max-width: 768px) {
  .product-info-price .price-box .omnibus-price {
    margin-top: 5px;
    display: block;
  }
  .product.data.items > .item.title {
    position: relative;
  }
  .product.data.items > .item.title::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 20px;
  }
  .product.data.items > .item.title.active {
    position: relative;
  }
  .product.data.items > .item.title.active::after {
    content: '-';
    position: absolute;
    right: 16px;
    top: 3px;
    font-size: 27px;
  }
}
.product.data.items .swatch-option.text {
  padding: 10px 12px !important;
  font-size: 16px !important;
}
.product.data.items .swatch-option {
  border: 2px solid #000000 !important;
  border-radius: 4px !important;
}
.product.data.items .swatch-attribute.size .swatch-option,
.product.data.items .swatch-attribute.manufacturer .swatch-option {
  color: #000000 !important;
}
.product.data.items .swatch-option:not(.disabled):hover {
  border: 2px solid #ffffff !important;
  outline: 2px solid #999999 !important;
}
@media (min-width: 769px) {
  .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: 10px !important;
  }
  .product.data.items > .item.title > .switch {
    border-left: 1px solid #e8e8e8 !important;
    border-top: solid 1px #e8e8e8 !important;
    border-right: solid 1px #e8e8e8 !important;
    height: 19px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 1.6rem !important;
    text-transform: uppercase !important;
    padding: 8px 20px 8px 20px !important;
  }
  .product.data.items > .item.content {
    border: 1px solid #e8e8e8 !important;
    margin-top: 37px !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .toolbar-products {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px !important;
    background-color: #e8e8e8;
    border-radius: 4px;
  }
  .toolbar-products .modes {
    background: #fff;
  }
  .toolbar-products .pages .action:hover {
    background: #fff;
  }
  .toolbar-products .pages .item {
    font-size: 1.6rem !important;
  }
  .toolbar-products .pages strong.page {
    font-size: 1.6rem;
  }
  .page-layout-2columns-left .sidebar-additional .block.block-reorder {
    padding: 15px;
    border: solid 1px #e8e8e8;
    margin-right: 15px;
    border-radius: 4px;
  }
  .filter-options-item {
    background-color: #e8e8e8;
  }
}
.fotorama__thumb-border {
  border: 2px solid #000000 !important;
  border-radius: 4px;
}
.block.related .field.choice {
  top: 25px;
}
@media (min-width: 767px) {
  .page-layout-1column .product-info-main {
    width: 37% !important;
    padding: 15px;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
  }
  .swatch-opt {
    margin: 0px 0px !important;
  }
}
.product.alert.stock {
  background: #fff !important;
  padding: 1px 8px !important;
  display: flex !important;
  align-items: center;
  gap: 5px;
  border: 1px solid #cdcdcd;
  color: #1c1c1c !important;
  border-radius: 3px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2rem;
  cursor: pointer;
  min-width: 283px;
  margin: 0px;
}
.product.alert.stock:before {
  content: '';
  width: 22px;
  height: 22px;
  background-size: contain !important;
  background: url(../images/alert.svg) no-repeat center center;
}
.catalog-product-view .product-items .product.actions.product-item-actions {
  display: none;
}
.catalog-product-view .gallery-placeholder {
  border: solid 1px #e8e8e8;
  border-radius: 5px;
}
.page-product-grouped.catalog-product-view td.col.item {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}
.page-product-grouped.catalog-product-view .product-info-main .price-box {
  margin-top: -2px;
}
.page-product-grouped.catalog-product-view .old-price .price-container.price-final_price .price-label {
  display: none !important;
}
@media (max-width: 767px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: flex !important;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
  }
  .page-product-grouped.catalog-product-view td.col.item {
    display: flex !important;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    display: none !important;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 0px !important;
  }
}
.catalog-product-view .product-item-name {
  margin: 0px 0 !important;
  min-height: 35px !important;
}
tr.totals-tax {
  display: none;
}
.checkout-cart-index div#block-shipping {
  display: none;
}
.checkout-index-index button.action.action-auth-toggle {
  border: solid 1px #bbbbbb;
  border-radius: 3px;
  padding: 4px 15px;
  background: #eee;
  color: #000;
  transition: all 0.3s ease;
}
.checkout-index-index button.action.action-auth-toggle.sticky {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 1000;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
  border-top: solid 1px #cccccc;
  padding-top: 20px;
}
.billing-address-same-as-shipping-block input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.billing-address-same-as-shipping-block {
  display: flex;
  align-items: center;
  position: relative;
}
.billing-address-same-as-shipping-block label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.billing-address-same-as-shipping-block label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  background-color: #fff;
  margin-right: 10px;
}
.billing-address-same-as-shipping-block input[type="checkbox"]:checked + label:before {
  background-color: transparent;
}
.billing-address-same-as-shipping-block input[type="checkbox"]:not(:checked) + label:before {
  background-color: #007bff;
  border-color: #007bff;
}
.billing-address-same-as-shipping-block input[type="checkbox"]:not(:checked) + label:before:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.cart-summary .block > .title {
  background-color: #c8c8c8;
  color: #000;
  padding: 10px;
  border-radius: 4px;
}
.cart-summary .block > .title:after {
  right: 5px;
  top: -1px;
}
.login-container,
.form.create.account.form-create-account,
.form.password.forget,
.form.form-edit-account,
.form-address-edit,
.form.form-newsletter-manage {
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* Ukryj link do subskrypcji newslettera w menu klienta */
.customer-account-navigation .nav.item.newsletter-subscriptions {
  display: none;
}
.customer-account-login,
.customer-account-forgotpassword,
.customer-account-create {
  position: relative;
  width: 100vw;
  /* pełna szerokość okna przeglądarki */
  height: 100vh;
  /* pełna wysokość okna przeglądarki */
  background-image: url('../Magento_Customer/images/bg.jpeg');
  background-position: left center;
  /* zaczyna od lewej krawędzi */
  background-repeat: no-repeat;
  background-size: cover;
}
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-create .page-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
.customer-account-login .page-main h1.page-title,
.customer-account-forgotpassword .page-main h1.page-title,
.customer-account-create .page-main h1.page-title {
  color: #fff;
}
@media (max-width: 767px) {
  .customer-account-login .page-main .login-container,
  .customer-account-forgotpassword .page-main .login-container,
  .customer-account-create .page-main .login-container {
    width: 90% !important;
  }
}
@media (min-width: 767px) {
  .customer-account-login .page-main .login-container,
  .customer-account-forgotpassword .page-main .login-container,
  .customer-account-create .page-main .login-container {
    display: flex !important;
    gap: 60px;
    width: 60% !important;
    font-size: 1.6rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1px 100%;
  }
  .customer-account-login .page-main .login-container::before,
  .customer-account-forgotpassword .page-main .login-container::before,
  .customer-account-create .page-main .login-container::before,
  .customer-account-login .page-main .login-container::after,
  .customer-account-forgotpassword .page-main .login-container::after,
  .customer-account-create .page-main .login-container::after {
    display: none;
  }
}
.customer-account-login .page-main .login-container .block,
.customer-account-forgotpassword .page-main .login-container .block,
.customer-account-create .page-main .login-container .block {
  width: 100% !important;
}
.customer-account-forgotpassword .column.main,
.customer-account-create .column.main {
  display: flex;
  flex-direction: column;
}
.login-logo {
  text-align: center;
  margin: 40px 0 30px;
}
.login-logo img {
  max-height: 70px;
  width: auto;
}
.customer-account-login .logo {
  margin: 40px auto 30px;
  float: none;
  text-align: center;
}
.login-container .block .block-title {
  font-size: 2.8rem !important;
}
.login-container .actions-toolbar .primary .action.primary {
  font-size: 2.2rem !important;
  padding: 5px 10px;
  line-height: 3.2rem;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.block.newsletter {
  margin-bottom: 0px !important;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .block.newsletter {
    max-width: 90% !important;
  }
}
.block.newsletter .field.newsletter {
  max-width: 307px !important;
}
@media (max-width: 768px) {
  .block.newsletter .form.subscribe {
    display: table-cell;
  }
  .block.newsletter input {
    margin-right: 0px !important;
  }
}
.product-reviews-summary.empty:before {
  margin-left: 0;
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #dddddd;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605' !important;
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}
.product-reviews-summary .reviews-actions .action.view span[itemprop="reviewCount"]::before {
  content: "(";
}
.product-reviews-summary .reviews-actions .action.view span[itemprop="reviewCount"]::after {
  content: ")";
}
.product-reviews-summary .reviews-actions .action.view span:last-child {
  display: none;
}
a.action.mailto.friend {
  border: solid 1px #cdcdcd !important;
  border-radius: 2px;
  color: #1c1c1c;
  padding-right: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 700;
  margin-right: 0px !important;
}
.action.mailto.friend:before {
  font-size: 40px !important;
}
@media (min-width: 769px) {
  .page-header .header.panel {
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
  }
  .logo {
    margin: 0 auto 0px 0 !important;
  }
  .header.content {
    padding: 10px 10px 10px !important;
  }
  .header.content .block-search {
    width: 290px !important;
    margin-right: 20px;
  }
  .header.content .block-search .control {
    padding: 0 0 0px !important;
  }
  .header.content .block-search input {
    border: solid 2px #050505;
    border-radius: 14px;
  }
  section-item-content nav-sections-item-content .sections.nav-sections {
    background: #faf9f9 !important;
    border-bottom: solid 1px #e8e8e8;
  }
  section-item-content nav-sections-item-content .sections.nav-sections .navigation {
    background: #fff;
    background-color: #faf9f9;
  }
  section-item-content nav-sections-item-content .sections.nav-sections .navigation .level0 > .level-top {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  section-item-content nav-sections-item-content .sections.nav-sections .navigation .level0.active > .level-top,
  section-item-content nav-sections-item-content .sections.nav-sections .navigation .level0.has-active > .level-top {
    border-color: #19254c;
  }
  section-item-content nav-sections-item-content .sections.nav-sections .navigation .level0 .submenu .active > a {
    border-color: #19254c;
  }
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 8px !important;
  }
  .header.content .block-search {
    margin-top: 0px !important;
  }
  .header.content .block-search .label:before {
    content: "";
    width: 24px;
    /* Szerokość ikony */
    height: 24px;
    /* Wysokość ikony */
    background: url('../images/search.svg') no-repeat center center;
    /* Ścieżka do ikony */
    background-size: 81%;
  }
  .header.content .block-search .control {
    border-top: none !important;
    top: 46px;
    position: absolute;
    left: 2px;
    width: 99%;
  }
}
@media (max-width: 639px) {
  .header.content {
    flex-wrap: nowrap;
  }
  .header.content .minicart-wrapper {
    margin-top: -4px !important;
  }
  .header.content a.logo img {
    max-width: 80%;
  }
}
@media (max-width: 375px) {
  .ammenu-header-container .header.content .ammenu-logo {
    min-width: 82px !important;
    max-width: 82px !important;
  }
}
.header.content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}
.header.content ul.header.links {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;
  margin-bottom: 0px !important;
  padding-inline-start: 0px;
}
.header.content ul.header.links li {
  margin-bottom: 0px !important;
}
.header.content .switcher {
  margin-right: 0px;
  background: #f5f5f5;
  padding: 3px;
  border-radius: 4px;
  min-width: 50px;
}
.header.content .switcher .options {
  display: inline-block;
  position: relative;
}
.header.content .switcher .options:before,
.header.content .switcher .options:after {
  content: '';
  display: table;
}
.header.content .switcher .options:after {
  clear: both;
}
.header.content .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.header.content .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header.content .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header.content .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.header.content .switcher .options .action.toggle:active:after {
  color: inherit;
}
.header.content .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.header.content .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header.content .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header.content .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.header.content .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.header.content .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.header.content .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.header.content .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.header.content .switcher .options ul.dropdown:before,
.header.content .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.header.content .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.header.content .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.header.content .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.header.content .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.header.content .switcher .options.active {
  overflow: visible;
}
.header.content .switcher .options.active ul.dropdown {
  display: block;
}
.header.content .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.header.content .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.header.content .switcher li {
  font-size: 12px;
  margin: 0;
}
.header.content .switcher strong {
  font-weight: 400;
}
.ammenu-button.-hamburger {
  border-bottom: 2px solid #000 !important;
  border-top: 2px solid #000 !important;
}
.ammenu-button.-hamburger:before {
  border-top: 2px solid #000 !important;
}
.white {
  color: #ffffff;
}
.kolumna-1,
.kolumna-2,
.kolumna-3 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px;
}
.kolumna-1::before,
.kolumna-2::before,
.kolumna-3::before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.kolumna-1::before {
  background-image: url('../images/darmowa_dostawa.svg');
}
.kolumna-2::before {
  background-image: url('../images/realizacja_zamowienia.svg');
}
.kolumna-3::before {
  background-image: url('../images/zwrot.svg');
}
.pagebuilder-column.banery-1-1 {
  width: 73.533333% !important;
}
/* dodaj tą klasę dla zdjęc które nie mają być skalowane */
.scale-down img {
  object-fit: scale-down !important;
}
#maincontent img.pagebuilder-mobile-hidden,
#maincontent img.pagebuilder-mobile-only {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 0px 0 !important;
}
.page-footer .pagebuilder-column.icons-footer {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}
.page-footer .pagebuilder-column.icons-footer figure {
  width: 100%;
}
.page-footer {
  padding-top: 50px;
}
.page-footer h2.footer-heading,
.page-footer h3.footer-heading,
.page-footer h4.footer-heading {
  color: #fff;
}
.page-footer ul {
  margin-block-start: 0px !important;
  padding-inline-start: 0px;
  list-style: none;
}
.page-footer ul li {
  margin-bottom: 0.2rem !important;
  color: #a8a8a8;
}
.page-footer ul li a {
  color: #a8a8a8;
}
@media (max-width: 768px) {
  .page-footer .pagebuilder-column-line .pagebuilder-column {
    width: 50% !important;
    max-width: 50% !important;
  }
  .page-footer .pagebuilder-column-line .pagebuilder-column.icons-footer {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .page-footer .pagebuilder-column-line .pagebuilder-column.icons-footer .kowal-payment-icons {
    flex-wrap: wrap;
  }
}
.columns .column.main {
  padding-bottom: 0px !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form {
  display: block !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form {
  display: flex;
  flex-direction: column-reverse;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary {
  float: none;
  position: relative;
  width: 100%;
  padding: 0px;
  background: #fff;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary #bundle-summary {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .box-tocart .actions {
  display: table-cell !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .title {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .content .bundle-info .product-image-container {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .content .bundle-info .product-details .product.name {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .content .bundle-info .product-details .available.stock {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .content .bundle-info .price-box.price-configured_price {
  margin-top: -60px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .content .bundle-info .price-box.price-configured_price .price {
  color: #1851a8 !important;
}
@media (max-width: 767px) {
  .page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .content .bundle-info .price-box.price-configured_price .price {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary .content .bundle-info .price-box.price-configured_price .price {
    font-size: 36px;
    line-height: 36px;
  }
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .bundle-options-wrapper {
  float: none;
  width: 100%;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .bundle-options-wrapper .product-options-wrapper {
  width: 100% !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .bundle-options-wrapper .product-options-wrapper .legend.title {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .bundle-options-wrapper .product-options-wrapper .field.option .control {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .bundle-options-wrapper .product-options-wrapper .field.option .control .price-notice {
  display: none;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .bundle-options-wrapper .product-options-wrapper .field.option .control .nested {
  margin-top: -45px;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .bundle-options-wrapper .product-options-wrapper .action.back.customization {
  display: none;
}
@media (min-width: 767px) {
  .page-product-bundle .product-info-main .product-info-price .kowal-labels {
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .page-product-bundle .product-info-main .product-info-price .kowal-labels {
    margin-top: 5px;
  }
}
.page-product-bundle .product-info-main .product-info-price .price-box.price-final_price {
  display: none !important;
}
@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 10px 5px 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 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar: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,
  .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 .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,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-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 .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    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 20px;
  }
  .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 5px;
    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-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .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 {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .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: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 1%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 1%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 1%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 1%;
  }
  .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: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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 10px 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: 53px;
    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: #1C1C1C;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #1C1C1C;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #1C1C1C;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #666666;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #1C1C1C;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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: #1C1C1C;
    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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .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 5px 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;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    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;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 20px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    height: 70px;
    margin: 0;
    max-width: 305px;
  }
  .amcart-product-notice {
    font-size: 14px;
    padding: 20px 35px;
    width: initial;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    margin: 0;
    padding: 0;
  }
  .ampage-top-info .am-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .custom-top-links {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    gap: 30px;
  }
  .custom-top-links ul li {
    display: inline-block;
  }
  .warianty-list .warianty-list-link {
    max-width: 120px;
    min-width: 50px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 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;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #666666;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #666666;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #8f8f8f;
  }
  .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: 24px;
    line-height: inherit;
    color: #666666;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #666666;
  }
  .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: 25px;
    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 10px 10px 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: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .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 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    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: 25px;
  }
  .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: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .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: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 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: 20px;
    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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .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: 10px;
    padding: 5px 10px 10px;
    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: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    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: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 0px !important;
    padding: 2px 20px !important;
  }
  .filter-options-item .filter-options-title:after {
    font-size: 30px !important;
    line-height: 15px !important;
    margin-left: 5px !important;
  }
  .filter.block {
    margin-bottom: 40px;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
  }
  .filter ol.items.-am-multiselect {
    list-style: none;
    padding-inline-start: 0px !important;
    margin: 0px !important;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-content .item .label {
    font-size: 1.6rem;
  }
  .filter-content .item .count {
    font-size: 1.2rem;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .filter .swatch-option.text {
    margin-right: 2px !important;
  }
  .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 #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    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: 5px;
    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 20px 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 #d1d1d1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .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: #666666;
    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: 25px;
    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: 25px;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 100%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #1C1C1C;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #1C1C1C;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #1C1C1C;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #1C1C1C;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #666666;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .nav-toggle {
    display: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after,
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    font-size: 25px !important;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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 10px 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: 53px;
    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: #1C1C1C;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #1C1C1C;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #1C1C1C;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .custom-top-links ul li {
    display: inline-block;
  }
  .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;
  }
  .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%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fopen_type%5C%2F_drill.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FGeissweb_Euvat%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_AnnouncementBar%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_CheckoutComment%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_FreeShipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_GoogleTranslateDropdown%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_Labels%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_owl.carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_owl.theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_OwlCarousel%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_owl.transitions.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_PageBuilderSliderFix%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_PriceHistory%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fpages%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_PromoCode%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_ZapytajOProdukt%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_TabelaRozmiarow%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_Velar%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_Velarpro%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FSmartmage_Inpost%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_custom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FBLPaczka_MagentoIntegration%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_upsell-related-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_product_grid.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_builder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Cart%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Cart%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minipage.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Cart%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_qty.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-fly-out.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_show-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_CustomHeaderLinks%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FKowal_Warianty%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fgerda%5C%2Fpl_PL%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAAkBI%3BEACI%2CaClBO%2CMDkBP%3BEACA%2CSAAS%2CUAAsB%2COAAO%2CcAClC%2CSAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAEpBR%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%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%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACoBR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACNR%3BEACI%2COAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAA%2BGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAKJ%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BECpKA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADmKJ%3BECxKA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADuKJ%3BEC5KA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD2KJ%3BEChLA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD%2BKJ%3BECpLA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD%2BJJ%3BEC1JA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BADsJJ%3BEC9JA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAD0JJ%3BEClKA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAD8JJ%3BECtKA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BADkKJ%3BEC1KA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAC8NR%2CQALmC%3BEAC%5C%2FB%2CwBAAwB%2CQAAS%2CQAAO%3BIACpC%2CaAAA%3B%3B%3BACzOJ%2CuBAAC%3BEACG%2CQAAQ%2CeAAR%3B%3BAAGJ%2CuBAAC%3BEACG%2CQAAQ%2CeAAR%3B%3BACNR%3BEACI%3BIACI%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BACQR%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACHR%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACER%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAChER%2CeACI%3BEACI%2CgBAAA%3B%3BAAFR%2CeAII%3BEACI%2CeAAA%3B%3BACLR%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAIA%2CaAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAALA%2CQAH0B%3BEAG1B%3BIAFE%2CeAAA%3B%3B%3BAATJ%2CiBAkBE%3BEACE%2CaAAA%3B%3BAAnBJ%2CiBAkBE%2CmBAGE%3BEACE%2CeAAA%3B%3BAAGF%2CiBAPF%2CmBAOG%3BEACC%2CcAAA%3B%3BAA1BN%2CiBAkBE%2CmBAWE%3BEACE%2CaAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3B%3BAAhCN%2CiBAkBE%2CmBAWE%2CsBAIE%3BEACE%2CcAAA%3B%3BACjCR%2CqBAEE%2CaACE%3BEACE%2C2BAAA%3BEACA%2CeAAA%3B%3BAALN%2CqBAYE%3BEACE%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CqBANF%2COAMG%3BEACC%2C6BAAA%3B%3BAAnBN%2CqBAYE%2COAUE%2CSACE%3BAAvBN%2CqBAYE%2COAUE%2CSAEE%3BAAxBN%2CqBAYE%2COAUE%2CSAGE%3BEAEE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAjCR%2CqBAYE%2COAUE%2CSAcE%3BEACE%2CYAAA%3BEACA%2CkBAAA%3B%3BAAtCR%2CqBAYE%2COAUE%2CSAmBE%2CMAAK%3BAAzCX%2CqBAYE%2COAUE%2CSAoBE%2COAAM%3BAA1CZ%2CqBAYE%2COAUE%2CSAqBE%2CSAAQ%3BEACN%2CqBAAA%3BEACA%2C6CAAA%3B%3BAA7CR%2CqBAYE%2COAqCE%3BEACE%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAtDN%2CqBA2DE%2COAAO%2CSAAQ%2CcAAe%3BEAC5B%2CmBAAA%3B%3BAA5DJ%2CqBA8DE%2COAAO%3BEACL%2CWAAA%3B%3BAAKJ%2CqBAGE%2CUAAS%3BEAEP%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPJ%2CqBAGE%2CUAAS%2CQAOP%3BEACE%2CcAAA%3B%3BAACA%2CqBATJ%2CUAAS%2CQAOP%2COAEG%2COACC%2CSACE%2CIAAG%3BEAED%2CyBAAA%3B%3BAAJN%2CqBATJ%2CUAAS%2CQAOP%2COAEG%2COACC%2CSACE%2CIAAG%2CmBAGD%3BEACE%2CsBAAA%3B%3BAANR%2CqBATJ%2CUAAS%2CQAOP%2COAEG%2COACC%2CSAQE%2COAAM%3BEACJ%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAZN%2CqBATJ%2CUAAS%2CQAOP%2COAEG%2COAeC%3BEACE%2C2BAAA%3B%3BAA5BV%2CqBAGE%2CUAAS%2CQAgCP%2CIAAG%3BAAnCP%2CqBAGE%2CUAAS%2CQAiCP%2CIAAG%3BAApCP%2CqBAGE%2CUAAS%2CQAkCP%2CIAAG%3BAArCP%2CqBAGE%2CUAAS%2CQAmCP%2CIAAG%3BAAtCP%2CqBAGE%2CUAAS%2CQAoCP%2CIAAG%3BAAvCP%2CqBAGE%2CUAAS%2CQAqCP%2CIAAG%3BAAxCP%2CqBAGE%2CUAAS%2CQAsCP%2CIAAG%3BAAzCP%2CqBAGE%2CUAAS%2CQAuCP%2CIAAG%3BEAED%2CUAAU%2CeAAV%3B%3BAA5CN%2CqBAGE%2CUAAS%2CQAgCP%2CIAAG%2CoBAUD%3BAA7CN%2CqBAGE%2CUAAS%2CQAiCP%2CIAAG%2CmBASD%3BAA7CN%2CqBAGE%2CUAAS%2CQAkCP%2CIAAG%2CmBAQD%3BAA7CN%2CqBAGE%2CUAAS%2CQAmCP%2CIAAG%2CeAOD%3BAA7CN%2CqBAGE%2CUAAS%2CQAoCP%2CIAAG%2CoBAMD%3BAA7CN%2CqBAGE%2CUAAS%2CQAqCP%2CIAAG%2CqBAKD%3BAA7CN%2CqBAGE%2CUAAS%2CQAsCP%2CIAAG%2CkBAID%3BAA7CN%2CqBAGE%2CUAAS%2CQAuCP%2CIAAG%2CiBAGD%3BEACE%2CsBAAA%3B%3BAAOR%2CqBAEE%2CwBAEE%2CMAAK%3BAAJT%2CqBAEE%2CwBAGE%2CMAAK%3BEACH%2CYAAA%3B%3BAAwBN%2CQAlB0B%3BEACxB%2CqBAEE%2CUAAS%2CQACP%2CIAAG%3BEAHP%2CqBAEE%2CUAAS%2CQAEP%2CIAAG%3BEAJP%2CqBAEE%2CUAAS%2CQAGP%2CIAAG%3BEALP%2CqBAEE%2CUAAS%2CQAIP%2CIAAG%3BEANP%2CqBAEE%2CUAAS%2CQAKP%2CIAAG%3BEAPP%2CqBAEE%2CUAAS%2CQAMP%2CIAAG%3BEARP%2CqBAEE%2CUAAS%2CQAOP%2CIAAG%3BEATP%2CqBAEE%2CUAAS%2CQAQP%2CIAAG%3BIAED%2CcAAA%3B%3B%3BAAKR%2CqBAEE%2CsBAEE%2COAAM%3BAAJV%2CqBAEE%2CsBAGE%2COAAM%3BEACJ%2CaAAA%3B%3BAAGF%2CqBAPF%2CsBAOG%2CaACC%2COAAM%3BAADR%2CqBAPF%2CsBAOG%2CaAEC%2COAAM%3BEACJ%2CcAAA%3B%3BAAZR%2CqBAiBE%2COAAM%2COAAO%2CQAAQ%3BAAjBvB%2CqBAkBE%2COAAM%2COAAO%2CcAAc%3BEACzB%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArBJ%2CqBAwBE%2CgBAAe%2CaAAa%2CuBAAuB%3BEACjD%2CyBAAA%3BEACA%2CkBAAA%3B%3BAA1BJ%2CqBAwBE%2CgBAAe%2CaAAa%2CuBAAuB%2CcAGjD%3BEACE%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBN%2CqBAwBE%2CgBAAe%2CaAAa%2CuBAAuB%2CcAGjD%2CsBAKE%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBAZN%2CgBAAe%2CaAAa%2CuBAAuB%2CcAGjD%2CsBAKE%2CeAIG%3BEACC%2CaAAA%3B%3BAArCV%2CqBAwBE%2CgBAAe%2CaAAa%2CuBAAuB%2CcAiBjD%3BEACE%2CyBAAA%3B%3BAA1CN%2CqBAwBE%2CgBAAe%2CaAAa%2CuBAAuB%2CcAiBjD%2CwBAEE%2CKAAI%3BEACF%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FCR%2CqBAwBE%2CgBAAe%2CaAAa%2CuBAAuB%2CcAiBjD%2CwBAEE%2CKAAI%2CcAKF%2CMAAK%3BEACH%2CgBAAA%3B%3BAAjDV%2CqBAwBE%2CgBAAe%2CaAAa%2CuBAAuB%2CcAiBjD%2CwBAEE%2CKAAI%2CcAQF%2COAAM%2COAAO%3BEACX%2CYAAA%3BEACA%2CgBAAA%3B%3BAAYV%2CyBAEE%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CyBAEE%2C2BAME%2COAAM%3BEACJ%2CaAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAdN%2CyBAEE%2C2BAME%2COAAM%2COAQJ%2CMAAK%3BEACH%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAApBR%2CyBAEE%2C2BAME%2COAAM%2COAeJ%3BEACE%2CSAAA%3BEACA%2CeAAA%3B%3BAAzBR%2CyBAEE%2C2BAME%2COAAM%2COAeJ%2CMAIE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA9BV%2CyBAEE%2C2BAkCE%3BEACE%2CgBAAA%3B%3BAArCN%2CyBAEE%2C2BAuCE%3BEACE%2CaAAA%3B%3BAAEA%2CyBA1CJ%2C2BAuCE%2CgBAGG%3BEACC%2CUAAA%3B%3BAAiBR%2CQAV0B%3BEACxB%2CyBACE%3BIACE%2CsBAAA%3BIACA%2CSAAA%3B%3B%3BAAMN%2CyBACE%2CGAAE%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CwBAAyB%3BEACvB%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2C%2BBAAgC%2C4BAA4B%2CaAAe%3BEACzE%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3B%3BAAEF%2CkBAAmB%2COAAM%2CcAAe%2CSAAQ%3BEAC9C%2CyBAAA%3B%3BAAGF%2CqBAAqB%2CMAAM%3BEACzB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CqBAAqB%2CMAAM%2COAIzB%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAAI%2CwBACF%2CIAAG%2C8BACD%2CMAAK%2C%2BBACH%2CGAAE%2CIAAI%3BEACJ%2CsBAAA%3BEACA%2CiBAAA%3B%3BAALR%2CIAAI%2CwBACF%2CIAAG%2C8BACD%2CMAAK%2C%2BBAKH%2CKAAI%3BEACF%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CIAAI%2CwBAcF%2COAAM%2COAAO%2COAAO%2CSAAS%3BEAC3B%2C6BAAA%3B%3BAAIJ%2CGAAG%3BEACD%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CQAAQ%2CMAAM%2COAAQ%3BEACpB%2CwBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CmBAIE%2CQAAO%3BEACL%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAEA%2CmBANF%2CQAAO%2CUAMJ%3BEACC%2CcAAA%3B%3BACtWN%3BEACE%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALF%2CqBAOE%3BEACE%2C2BAAA%3BEACA%2CiBAAA%3B%3BACTJ%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3B%3BAAEA%2CoBAAC%3BEACC%2CUAAA%3BEACA%2CoBAAA%3B%3BAChBJ%3BEACE%2CkBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CaAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CsBAII%2COACE%3BEACA%2CaAAA%3B%3BAAKN%2CqBAAqB%3BEACnB%2CwBAAA%3B%3BAAGF%2CcAAc%3BEACZ%2C6BAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%2CmBAAoB%3BAAAK%2CmBAAmB%2CKAAM%3BAAAK%2CmBAAmB%2CQAAS%3BAAAK%2CmBAAmB%2COAAQ%3BEACjH%2CcAAA%3B%3BAC%5C%2FBA%2CqBAAC%3BEACC%2CkBAAA%3BEACA%2CmBAAmB%2CiBAAiB%2CcAApC%3BEACA%2CgBAAgB%2CiBAAiB%2CcAAjC%3BEACA%2CeAAe%2CiBAAiB%2CcAAhC%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAbF%2CqBAAC%2CSAeC%3BEACE%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAxBJ%2CqBAAC%2CSAeC%2CUAWE%2CKAAI%3BEACF%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAOF%2CQAH4B%3BEAG5B%2CqBAnCH%2CSAeC%2CUAgBE%2CKAAI%2CYAAY%3BIAEZ%2CaAAA%3B%3B%3BAAMR%2CqBAAC%3BEACC%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3B%3BAAHF%2CqBAAC%2CQAKC%2CUACE%2CKAAI%3BEACF%2COAAO%2CiBAAP%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CqBAdL%2CQAKC%2CUACE%2CKAAI%2CYAQD%3BEACC%2CeAAA%3B%3BAACA%2CqBAhBP%2CQAKC%2CUACE%2CKAAI%2CYAQD%2CSAEE%3BEACC%2C0BAAA%3B%3BAAEF%2CqBAnBP%2CQAKC%2CUACE%2CKAAI%2CYAQD%2CSAKE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CsCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAEF%2CqBA7BP%2CQAKC%2CUACE%2CKAAI%2CYAQD%2CSAeE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CkCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CqBAzCL%2CQAKC%2CUACE%2CKAAI%2CYAmCD%3BEACC%2CeAAA%3B%3BAACA%2CqBA3CP%2CQAKC%2CUACE%2CKAAI%2CYAmCD%2CQAEE%3BEACC%2C0BAAA%3B%3BAAEF%2CqBA9CP%2CQAKC%2CUACE%2CKAAI%2CYAmCD%2CQAKE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CqCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAEF%2CqBAxDP%2CQAKC%2CUACE%2CKAAI%2CYAmCD%2CQAeE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CkCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBArEP%2CQAKC%2CUACE%2CKAAI%2CYA8DD%2CUACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CuCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBAlFP%2CQAKC%2CUACE%2CKAAI%2CYA2ED%2CIACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CiCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBA%5C%2FFP%2CQAKC%2CUACE%2CKAAI%2CYAwFD%2CWACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CwCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBA5GP%2CQAKC%2CUACE%2CKAAI%2CYAqGD%2CSACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CsCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBAzHP%2CQAKC%2CUACE%2CKAAI%2CYAkHD%2CaACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2C0CAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBAtIP%2CQAKC%2CUACE%2CKAAI%2CYA%2BHD%2CMACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CmCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CqBAlJL%2CQAKC%2CUACE%2CKAAI%2CYA4ID%3BEACC%2CeAAA%3B%3BAACA%2CqBApJP%2CQAKC%2CUACE%2CKAAI%2CYA4ID%2CaAEE%3BEACC%2C0BAAA%3B%3BAAEF%2CqBAvJP%2CQAKC%2CUACE%2CKAAI%2CYA4ID%2CaAKE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2C0CAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAEF%2CqBAjKP%2CQAKC%2CUACE%2CKAAI%2CYA4ID%2CaAeE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CkCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CqBA7KL%2CQAKC%2CUACE%2CKAAI%2CYAuKD%3BEACC%2CeAAA%3B%3BAACA%2CqBA%5C%2FKP%2CQAKC%2CUACE%2CKAAI%2CYAuKD%2CMAEE%3BEACC%2C0BAAA%3B%3BAAEF%2CqBAlLP%2CQAKC%2CUACE%2CKAAI%2CYAuKD%2CMAKE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CmCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBA%5C%2FLP%2CQAKC%2CUACE%2CKAAI%2CYAwLD%2CMAAM%2CWACJ%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CkCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAKF%2CqBA5MP%2CQAKC%2CUACE%2CKAAI%2CYAqMD%2CIACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CiCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIF%2CqBAxNP%2CQAKC%2CUACE%2CKAAI%2CYAiND%2CIACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2CiCAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAQZ%2CqBAAqB%2CSAAS%3BEAC5B%2COAAA%3BEACA%2CMAAA%3B%3BAAGF%2CqBAAqB%2CUAAU%3BEAC7B%2CMAAM%2CiBAAN%3BEACA%2CMAAA%3B%3BAAGF%2CqBAAqB%2CYAAY%3BEAC%5C%2FB%2CQAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CqBAAqB%2CWAAW%3BEAC9B%2COAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CqBAAqB%2CWAAW%3BEAC9B%2CUAAA%3BEACA%2CMAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CqBAAqB%2CaAAa%3BEAChC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3B%3BAAKF%2CqBACE%3BEACE%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CqBACE%2CoBASE%3BAAVJ%2CqBACE%2CoBAUE%3BAAXJ%2CqBACE%2CoBAWE%3BEACE%2CcAAA%3B%3BAAbN%2CqBACE%2CoBAeE%3BEACE%2CiBAAA%3BEAIA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEAIA%2C2BAAA%3B%3BAARA%2CQAH0B%3BEAG1B%2CqBApBJ%2CoBAeE%3BIAGI%2CiBAAA%3B%3B%3BAAUF%2CQAH0B%3BEAG1B%2CqBA5BJ%2CoBAeE%3BIAWI%2CgBAAA%3B%3B%3BAAKA%2CqBA%5C%2FBN%2CoBAeE%2CcAeE%2CsBACG%2CQACC%2CUACE%3BEACE%2CwCAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAtCd%2CqBACE%2CoBA4CE%3BEACE%2CwBAAA%3B%3BAA9CN%2CqBACE%2CoBAgDE%3BEACE%2C6BAAA%3B%3BAAlDN%2CqBACE%2CoBAoDE%2CsBAAqB%2CQAAQ%3BEAC3B%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAzDN%2CqBACE%2CoBAoDE%2CsBAAqB%2CQAAQ%2CYAK3B%2CKAAI%2CYAAY%3BEACd%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDR%2CqBACE%2CoBAiEE%2CsBAAqB%2CQAAS%2CUAAU%2CKAAI%2CYAAY%2CSAAS%3BEAC%5C%2FD%2CaAAA%3B%3BAAnEN%2CqBAuEE%2CKAAI%2CYAAY%3BEACd%2CqBAAA%3BEACA%2CeAAA%3B%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3B%3B%3B%3B%3B%3BACtYJ%2CaAAc%2CaAAY%3BEACzB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3B%3BAAGD%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAED%2CaAAc%3BEACb%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAmB%2C0BAAnB%3B%3BAAED%2CaAAc%3BEACb%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAED%2CaAAc%2CmBAAkB%3BEAC%5C%2FB%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CwCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3B%3BAAGD%2CaAAc%3BEACb%2CWAAA%3B%3BAAED%2CaAAc%3BAACd%2CaAAc%2CaAAa%3BEAC1B%2CeAAA%3B%3BAAED%3BEACC%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C6CAAA%3B%3B%3BAAID%3BEACI%2CmCAAA%3B%3B%3BAAIJ%2CaAAe%3BAACf%2CaAAe%3BEACd%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACC%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3B%3B%3B%3B%3B%3BAC%5C%2FDF%2CUAAW%3BEACV%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAKD%2CUAAW%2CcAAc%2CaAAa%3BEACrC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BEACA%2CYAAA%3B%3B%3B%3BAAID%2CUAAW%2CcAAa%2CUAAW%2CaAAa%2CIAAG%3BEAClD%2C0BAAA%3B%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3B%3BAAKD%2CUAAW%2CcAAc%3BEACxB%2CqBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3B%3BAAED%2CUAAW%2CcAAc%2CUAAU%3BEAClC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CUAAW%2CcAAc%2CUAAS%2COAAQ%3BAAC1C%2CUAAW%2CcAAa%2CUAAW%2CUAAS%2CMAAO%3BEAClD%2C0BAAA%3B%3BEACA%2CUAAA%3B%3B%3BAAKD%2CUAAW%2CcAAc%2CUAAU%2CKAAI%3BEACtC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3B%3BAAID%2CSAAS%3BEACR%2CiBAAA%3BEACA%2CuDAAA%3B%3B%3B%3B%3B%3BACxED%3BEACC%2C2BAAA%3BEACA%2CiCAAA%3BEACA%2CiCAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3B%3BAAGD%3BEACE%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CiCAAA%3B%3BAAEF%3BEACE%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CgCAAA%3B%3B%3BAAGF%3BEACE%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CoCAAA%3B%3BAAEF%3BEACE%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3B%3B%3BAAGF%3BEACE%2C6CAAA%3BEACA%2C0CAAA%3BEACA%2CqCAAA%3B%3BAAEF%3BEACE%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CgCAAA%3B%3B%3BAAGF%3BEACE%2C6CAAA%3BEACA%2C0CAAA%3BEACA%2CqCAAA%3B%3BAAGF%3BEACE%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3B%3B%3B%3BAAIF%3BEACE%3BIAAI%2CUAAA%3B%3B%3BAAEN%3BEACE%3BIAAI%2CUAAA%3B%3B%3BAAEN%3BEACE%3BIAAI%2CUAAA%3B%3B%3BAAEN%3BEACE%3BIAAK%2CUAAA%3B%3BEACL%3BIAAO%2CUAAA%3B%3B%3BAAET%3BEACE%3BIAAK%2CUAAA%3B%3BEACL%3BIAAO%2CUAAA%3B%3B%3BAAET%3BEACE%3BIAAK%2CUAAA%3B%3BEACL%3BIAAO%2CUAAA%3B%3B%3BAAET%3BEACE%3BIAAK%2CUAAA%3B%3BEACL%3BIAAO%2CUAAA%3B%3B%3BAAET%3BEACE%3BIAAK%2CUAAA%3B%3BEACL%3BIAAO%2CUAAA%3B%3B%3BAAET%3BEACE%3BIAAK%2CUAAA%3B%3BEACL%3BIAAO%2CUAAA%3B%3B%3BAAET%3BEACE%3BIAAM%2CYAAA%3BIAAa%2CmBAAmB%2CkBAAnB%3B%3BEACnB%3BIAAM%2CYAAA%3BIAAa%2CmBAAmB%2CmBAAmB%2CiBAAtC%3B%3BEACnB%3BIAAO%2CYAAA%3BIAAa%2CmBAAmB%2CmBAAmB%2CiBAAtC%3B%3B%3BAAEtB%3BEACE%3BIAAM%2CYAAA%3BIAAa%2CgBAAgB%2CkBAAhB%3B%3BEACnB%3BIAAM%2CYAAA%3BIAAa%2CgBAAgB%2CmBAAmB%2CiBAAnC%3B%3BEACnB%3BIAAO%2CYAAA%3BIAAa%2CgBAAgB%2CmBAAmB%2CiBAAnC%3B%3B%3BAAEtB%3BEACE%3BIAAM%2CYAAA%3BIAAa%2CWAAW%2CkBAAX%3B%3BEACnB%3BIAAM%2CYAAA%3BIAAa%2CWAAW%2CmBAAmB%2CiBAA9B%3B%3BEACnB%3BIAAO%2CYAAA%3BIAAa%2CWAAW%2CmBAAmB%2CiBAA9B%3B%3B%3BAAEtB%3BEACE%3BEAAI%3BIAAM%2CYAAA%3BIAAa%2CmBAAmB%2CmBAAmB%2CgBAAtC%3B%3BEACvB%3BIAAM%2CYAAA%3BIAAa%2CmBAAmB%2CkBAAnB%3B%3BEACnB%3BIAAO%2CUAAA%3BIAAY%2CmBAAmB%2CcAAc%2CaAAjC%3B%3B%3BAAErB%3BEACE%3BEAAI%3BIAAM%2CYAAA%3BIAAa%2CgBAAgB%2CmBAAmB%2CgBAAnC%3B%3BEACvB%3BIAAM%2CYAAA%3BIAAa%2CgBAAgB%2CkBAAhB%3B%3BEACnB%3BIAAO%2CUAAA%3BIAAY%2CgBAAgB%2CcAAc%2CaAA9B%3B%3B%3BAAErB%3BEACE%3BEAAI%3BIAAM%2CYAAA%3BIAAa%2CWAAW%2CmBAAmB%2CgBAA9B%3B%3BEACvB%3BIAAM%2CYAAA%3BIAAa%2CWAAW%2CkBAAX%3B%3BEACnB%3BIAAO%2CUAAA%3BIAAY%2CWAAW%2CcAAc%2CaAAzB%3B%3B%3BAAErB%3BEACE%3BIAAK%2CUAAA%3BIAAY%2CmBAAmB%2CUAAnB%3B%3B%3BAAEnB%3BEACE%3BIAAK%2CUAAA%3BIAAY%2CgBAAgB%2CUAAhB%3B%3B%3BAAEnB%3BEACE%3BIAAK%2CUAAA%3BIAAY%2CWAAW%2CUAAX%3B%3B%3BAAEnB%3BEACE%3BIAAO%2CmBAAmB%2CiBAAnB%3B%3B%3BAAET%3BEACE%3BIAAO%2CgBAAgB%2CiBAAhB%3B%3B%3BAAET%3BEACE%3BIAAO%2CWAAW%2CiBAAX%3B%3B%3BAAGT%3BEACE%3BIAAO%2CUAAA%3BIAAY%2CmBAAmB%2CUAAnB%3B%3B%3BAAErB%3BEACE%3BIAAO%2CUAAA%3BIAAY%2CgBAAgB%2CUAAhB%3B%3B%3BAAErB%3BEACE%3BIAAO%2CUAAA%3BIAAY%2CWAAW%2CUAAX%3B%3B%3BAAGrB%3BEACE%3BIAAK%2CUAAA%3BIAAY%2CmBAAmB%2CUAAnB%3B%3B%3BAAEnB%3BEACE%3BIAAK%2CUAAA%3BIAAY%2CgBAAgB%2CUAAhB%3B%3B%3BAAEnB%3BEACE%3BIAAK%2CUAAA%3BIAAY%2CWAAW%2CUAAX%3B%3B%3B%3B%3B%3B%3BAC5JnB%2CUAAW%3BEACT%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3B%3BAAIF%2CUAAW%2C2BAA0B%3BEACnC%2CkBAAA%3BEACA%2CWAAA%3B%3BEAGA%2CwBAAA%3BEAIA%2CwBAAA%3BEACA%2CuBAAA%3BEAEA%2CiCAAA%3BEACA%2C6CAAA%3BEACA%2C4BAAA%3B%3BAALA%2CQAH0B%3BEAG1B%2CUATS%2C2BAA0B%3BIAOjC%2CuBAAA%3B%3B%3B%3BAAWJ%2CUAAW%3BAACX%2CUAAW%3BEACT%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3B%3BAAIF%2CUAAW%3BEACT%2CkBAAA%3BEACA%2CYAAA%3B%3B%3BAAIF%2CUAAW%2CmBAAmB%3BEAC5B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAC9CF%2C6BAA6B%3BEACzB%2CiBAAA%3BEACA%2CeAAA%3B%3BACLJ%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BEACA%2COAAA%3B%3BEACA%2CUAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2C6BAAA%3BEACA%2C0CAAA%3B%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BEACA%2CWAAA%3B%3BEACA%2CmBAAA%3B%3BEAEA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAAnBF%2CMAoBE%3BEACE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3B%3BAAGJ%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BEACA%2COAAA%3B%3BEACA%2CWAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BEACA%2CsBAAsB%2C8CAAtB%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAJF%2CcAME%3BEACE%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAVJ%2CcAYE%3BEACE%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CMAAM%3BEACJ%2CaAAA%3B%3BAAEF%2CWAAW%3BEACT%2CcAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CYAAY%3BEACV%2CcAAA%3B%3B%3BAAgBF%2CwBAb0C%3BEACxC%3BIACE%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgCAAA%3BIACA%2CUAAA%3B%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3B%3BAC9FJ%3BEACE%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2CwBAAC%3BEACC%2CgBAAgB%2CsEAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3B%3BAAIJ%2CsBACE%3BEACE%2CaAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CsBACE%2CeAKE%3BEACE%2CcAAA%3BEACA%2CcAAA%3B%3BAARN%2CsBACE%2CeAKE%2CmBAGE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAZR%2CsBACE%2CeAcE%3BEACE%2CcAAA%3BEACA%2CcAAA%3B%3BAAjBN%2CsBACE%2CeAcE%2CiBAGE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAC5CR%3BEACE%2CaAAA%3BEACA%2CSAAA%3B%3BAACA%2CsBAAC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAsB%2C2CAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BACXJ%2CkBACE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CkBARF%3BIAMI%2CeAAA%3B%3B%3BAAPN%2CkBACE%2CgBAQE%3BEACE%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAKN%3BEACE%2C8BAAA%3BEACA%2CWAAA%3B%3B%3BAAFF%2CmBAME%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2CmBAcE%2CSACE%2CeACE%3BEACE%2CYAAA%3BEACA%2CSAAA%3B%3BAAlBR%2CmBAcE%2CSAOE%2COACE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAzBR%2CmBA8BE%3BEACE%2CaAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAKA%2CQAJ2B%3BEAI3B%2CmBARF%3BIAKI%2CeAAA%3BIACA%2CSAAA%3B%3B%3BAApCN%2CmBA8BE%2CgBAQE%3BEACE%2CgBAAA%3B%3BAAvCN%2CmBA8BE%2CgBAWE%2COAAM%2CkBAAkB%3BEACtB%2CYAAA%3BEACA%2CyBAAA%3B%3BAA3CN%2CmBA%2BCE%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAlDJ%2CmBA%2BCE%2CMAKE%3BEACE%2CyBAAA%3B%3BAArDN%2CmBA%2BCE%2CMAKE%2CMAGE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CmBAdN%2CMAKE%2CMAGE%2CGAMG%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CmBAdN%2CMAKE%2CMAGE%2CGAMG%2CmBAIC%2CeAAc%3BEACZ%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEF%2CmBAvBR%2CMAKE%2CMAGE%2CGAMG%2CmBASE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CmBA5BR%2CMAKE%2CMAGE%2CGAMG%2CmBAcE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CmBAjCR%2CMAKE%2CMAGE%2CGAMG%2CmBAmBE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CmBAtCR%2CMAKE%2CMAGE%2CGAMG%2CmBAwBE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CmBA3CR%2CMAKE%2CMAGE%2CGAMG%2CmBA6BE%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEF%2CmBAhDR%2CMAKE%2CMAGE%2CGAMG%2CmBAkCE%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEF%2CmBArDR%2CMAKE%2CMAGE%2CGAMG%2CmBAuCE%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEF%2CmBA1DR%2CMAKE%2CMAGE%2CGAMG%2CmBA4CE%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAhEN%2CMAKE%2CMAGE%2CGAwDG%3BEACC%2CgBAAA%3B%3BAADF%2CmBAhEN%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%3BEACE%2CaAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CmBAhEN%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%2CeAME%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAVN%2CmBAhEN%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%2CeAWE%3BEACE%2CYAAA%3B%3BAACA%2CmBA%5C%2FEZ%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%2CeAWE%2CeAEG%3BEACC%2CqBAAA%3B%3BAAEF%2CmBAlFZ%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%2CeAWE%2CeAKG%3BEACC%2CsBAAA%3B%3BAAlIhB%2CmBA%2BCE%2CMAKE%2CMAGE%2CGAiFE%2CMAAK%3BAAxIb%2CmBA%2BCE%2CMAKE%2CMAGE%2CGAiFsB%2CMAAK%3BAAxIjC%2CmBA%2BCE%2CMAKE%2CMAGE%2CGAiF4C%3BEACxC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEA%2CmBAnGR%2CMAKE%2CMAGE%2CGAiFE%2CMAAK%2CaAUF%3BAAAD%2CmBAnGR%2CMAKE%2CMAGE%2CGAiFsB%2CMAAK%2CeAUtB%3BAAAD%2CmBAnGR%2CMAKE%2CMAGE%2CGAiF4C%2COAUvC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyCAAA%3B%3BAAON%2CmBA7GJ%2CMA4GE%2CMACG%2CiCACC%3BEACE%2CaAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAJJ%2CmBA7GJ%2CMA4GE%2CMACG%2CiCACC%2CiBAIE%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAARN%2CmBA7GJ%2CMA4GE%2CMACG%2CiCACC%2CiBASE%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAMJ%2CmBAhIN%2CMA4GE%2CMAmBE%2CGACG%3BEACC%2CyBAAA%3B%3BAAhLV%2CmBA%2BCE%2CMA4GE%2CMAmBE%2CGAKE%3BEACE%2CgBAAA%3BEACA%2C6BAAA%3B%3BAArLV%2CmBA%2BCE%2CMA4GE%2CMAmBE%2CGAKE%2CGAIE%2CMAAK%3BAAvLf%2CmBA%2BCE%2CMA4GE%2CMAmBE%2CGAKE%2CGAIsB%2CMAAK%3BAAvLnC%2CmBA%2BCE%2CMA4GE%2CMAmBE%2CGAKE%2CGAI4C%3BEACxC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEA%2CmBAlJV%2CMA4GE%2CMAmBE%2CGAKE%2CGAIE%2CMAAK%2CaAUF%3BAAAD%2CmBAlJV%2CMA4GE%2CMAmBE%2CGAKE%2CGAIsB%2CMAAK%2CeAUtB%3BAAAD%2CmBAlJV%2CMA4GE%2CMAmBE%2CGAKE%2CGAI4C%2COAUvC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyCAAA%3B%3BAAKJ%2CmBA1JR%2CMA4GE%2CMAmBE%2CGAKE%2CGAsBG%3BEACC%2CaAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CmBA%5C%2FJR%2CMA4GE%2CMAmBE%2CGAKE%2CGA2BG%3BEACC%2CgBAAA%3B%3BAA%5C%2FMZ%2CmBA%2BCE%2CMA4GE%2CMAwDE%2CcAEE%3BEACE%2CeAAA%3B%3BAAtNV%2CmBA8NE%3BEAEE%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBAXF%2COAWG%3BEACC%2C6BAAA%3B%3BAACA%2CmBAbJ%2COAWG%2COAEE%3BEACC%2CsBAAA%3B%3BAAGJ%2CmBAjBF%2COAiBG%3BEACC%2CyBAAA%3B%3BAACA%2CmBAnBJ%2COAiBG%2CIAEE%3BEACC%2CyBAAA%3B%3BAAGJ%2CmBAvBF%2COAuBG%3BEACC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CQAN0B%3BEAM1B%2CmBAlCJ%2COAuBG%3BIAMG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAEF%2CmBAlCJ%2COAuBG%2CQAWE%3BEACC%2CyBAAA%3B%3BAAKJ%2CmBAxCF%2COAwCG%3BEACC%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxQN%2CmBA4QE%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9QJ%2CmBAmRE%2CkCACE%2CMAAK%3BEACH%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAzRN%2CmBA6RE%3BEACE%2CmBAAA%3B%3BAA9RJ%2CmBAiSE%3BEACE%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA8BJ%2CQA1B4B%3BEA0B5B%2CmBAzBI%3BIACE%2CiBAAA%3B%3BEAwBN%2CmBAzBI%2CMAGE%2CMAAM%3BIACJ%2CkBAAA%3B%3BEAqBR%2CmBAzBI%2CMAOE%2CMAAM%3BIACJ%2CkBAAA%3B%3BEAiBR%2CmBAbI%3BIACE%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAWN%2CmBARI%3BIACE%2CiBAAA%3B%3BEAON%2CmBAJI%3BIACE%2CeAAA%3B%3B%3BAAMN%3BEACE%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAJF%2CgBAKE%3BEAEE%2CgBAAA%3B%3B%3B%3BAAPJ%2CgBAKE%2CMAIE%3BAATJ%2CgBAKE%2CMAKE%3BEACE%2CgBAAA%3B%3B%3BAAXN%2CgBAKE%2CMAUE%3BEACE%2CgBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BEACA%2CWAAA%3B%3B%3BAAnBN%2CgBAKE%2CMAkBE%3BEACE%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BEACA%2CWAAA%3B%3BAAKN%2CkBACE%3BEACE%2CoBAAA%3B%3BAAFJ%2CkBACE%2CaAEE%3BEACE%2CuBAAA%3B%3BAC1XN%2CqBACE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CqBARF%3BIAMI%2CeAAA%3B%3B%3BAAPN%2CqBACE%2CmBAQE%3BEACE%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAKN%3BEACE%2C8BAAA%3BEACA%2CWAAA%3B%3B%3BAAFF%2CsBAME%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2CsBAcE%2CSACE%2CeACE%3BEACE%2CYAAA%3BEACA%2CSAAA%3B%3BAAlBR%2CsBAcE%2CSAOE%2COACE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAzBR%2CsBA8BE%3BEACE%2CaAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAKA%2CQAJ2B%3BEAI3B%2CsBARF%3BIAKI%2CeAAA%3BIACA%2CSAAA%3B%3B%3BAApCN%2CsBA8BE%2CmBAQE%3BEACE%2CgBAAA%3B%3BAAvCN%2CsBA8BE%2CmBAWE%2COAAM%2CqBAAqB%3BEACzB%2CYAAA%3BEACA%2CyBAAA%3B%3BAA3CN%2CsBA%2BCE%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAlDJ%2CsBA%2BCE%2CMAKE%3BEACE%2CyBAAA%3B%3BAArDN%2CsBA%2BCE%2CMAKE%2CMAGE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CsBAdN%2CMAKE%2CMAGE%2CGAMG%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CsBAdN%2CMAKE%2CMAGE%2CGAMG%2CsBAIC%2CeAAc%3BEACZ%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEF%2CsBAvBR%2CMAKE%2CMAGE%2CGAMG%2CsBASE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CsBA5BR%2CMAKE%2CMAGE%2CGAMG%2CsBAcE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CsBAjCR%2CMAKE%2CMAGE%2CGAMG%2CsBAmBE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CsBAtCR%2CMAKE%2CMAGE%2CGAMG%2CsBAwBE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CsBA3CR%2CMAKE%2CMAGE%2CGAMG%2CsBA6BE%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CsBAhDR%2CMAKE%2CMAGE%2CGAMG%2CsBAkCE%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEF%2CsBArDR%2CMAKE%2CMAGE%2CGAMG%2CsBAuCE%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEF%2CsBA1DR%2CMAKE%2CMAGE%2CGAMG%2CsBA4CE%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAhEN%2CMAKE%2CMAGE%2CGAwDG%3BEACC%2CgBAAA%3B%3BAADF%2CsBAhEN%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%3BEACE%2CaAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CsBAhEN%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%2CeAME%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAVN%2CsBAhEN%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%2CeAWE%3BEACE%2CYAAA%3B%3BAACA%2CsBA%5C%2FEZ%2CMAKE%2CMAGE%2CGAwDG%2CgBAEC%2CeAWE%2CeAEG%3BEACC%2CqBAAA%3B%3BAA%5C%2FHhB%2CsBA%2BCE%2CMAKE%2CMAGE%2CGA8EE%2CMAAK%3BAArIb%2CsBA%2BCE%2CMAKE%2CMAGE%2CGA8EsB%2CMAAK%3BAArIjC%2CsBA%2BCE%2CMAKE%2CMAGE%2CGA8E4C%3BEACxC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEA%2CsBAhGR%2CMAKE%2CMAGE%2CGA8EE%2CMAAK%2CaAUF%3BAAAD%2CsBAhGR%2CMAKE%2CMAGE%2CGA8EsB%2CMAAK%2CeAUtB%3BAAAD%2CsBAhGR%2CMAKE%2CMAGE%2CGA8E4C%2COAUvC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyCAAA%3B%3BAAON%2CsBA1GJ%2CMAyGE%2CMACG%2CoCACC%3BEACE%2CaAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAJJ%2CsBA1GJ%2CMAyGE%2CMACG%2CoCACC%2CiBAIE%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAARN%2CsBA1GJ%2CMAyGE%2CMACG%2CoCACC%2CiBASE%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAMJ%2CsBA7HN%2CMAyGE%2CMAmBE%2CGACG%3BEACC%2CyBAAA%3B%3BAA7KV%2CsBA%2BCE%2CMAyGE%2CMAmBE%2CGAKE%3BEACE%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAlLV%2CsBA%2BCE%2CMAyGE%2CMAmBE%2CGAKE%2CGAIE%2CMAAK%3BAApLf%2CsBA%2BCE%2CMAyGE%2CMAmBE%2CGAKE%2CGAIsB%2CMAAK%3BAApLnC%2CsBA%2BCE%2CMAyGE%2CMAmBE%2CGAKE%2CGAI4C%3BEACxC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEA%2CsBA%5C%2FIV%2CMAyGE%2CMAmBE%2CGAKE%2CGAIE%2CMAAK%2CaAUF%3BAAAD%2CsBA%5C%2FIV%2CMAyGE%2CMAmBE%2CGAKE%2CGAIsB%2CMAAK%2CeAUtB%3BAAAD%2CsBA%5C%2FIV%2CMAyGE%2CMAmBE%2CGAKE%2CGAI4C%2COAUvC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyCAAA%3B%3BAAKJ%2CsBAvJR%2CMAyGE%2CMAmBE%2CGAKE%2CGAsBG%3BEACC%2CaAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CsBA5JR%2CMAyGE%2CMAmBE%2CGAKE%2CGA2BG%3BEACC%2CgBAAA%3B%3BAA5MZ%2CsBA%2BCE%2CMAyGE%2CMAwDE%2CcAEE%3BEACE%2CeAAA%3B%3BAAnNV%2CsBA2NE%3BEAEE%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBAXF%2COAWG%3BEACC%2C6BAAA%3B%3BAACA%2CsBAbJ%2COAWG%2COAEE%3BEACC%2CsBAAA%3B%3BAAGJ%2CsBAjBF%2COAiBG%3BEACC%2CyBAAA%3B%3BAACA%2CsBAnBJ%2COAiBG%2CIAEE%3BEACC%2CyBAAA%3B%3BAAGJ%2CsBAvBF%2COAuBG%3BEACC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CQAN0B%3BEAM1B%2CsBAlCJ%2COAuBG%3BIAMG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3B%3BAAEF%2CsBAlCJ%2COAuBG%2CQAWE%3BEACC%2CyBAAA%3B%3BAAKJ%2CsBAxCF%2COAwCG%3BEACC%2CsBAAA%3BEACA%2CmBAAA%3B%3BAArQN%2CsBAyQE%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA3QJ%2CsBAgRE%2CqCACE%2CMAAK%3BEACH%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAtRN%2CsBA0RE%3BEACE%2CmBAAA%3B%3BAA3RJ%2CsBA8RE%3BEACE%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA8BJ%2CQA1B4B%3BEA0B5B%2CsBAzBI%3BIACE%2CiBAAA%3B%3BEAwBN%2CsBAzBI%2CMAGE%2CMAAM%3BIACJ%2CkBAAA%3B%3BEAqBR%2CsBAzBI%2CMAOE%2CMAAM%3BIACJ%2CkBAAA%3B%3BEAiBR%2CsBAbI%3BIACE%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAWN%2CsBARI%3BIACE%2CiBAAA%3B%3BEAON%2CsBAJI%3BIACE%2CeAAA%3B%3B%3BAAMN%3BEACE%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAJF%2CmBAKE%3BEAEE%2CgBAAA%3B%3B%3B%3BAAPJ%2CmBAKE%2CMAIE%3BAATJ%2CmBAKE%2CMAKE%3BEACE%2CgBAAA%3B%3B%3BAAXN%2CmBAKE%2CMAUE%3BEACE%2CgBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BEACA%2CWAAA%3B%3B%3BAAnBN%2CmBAKE%2CMAkBE%3BEACE%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BEACA%2CWAAA%3B%3BAAKN%2CqBACE%3BEACE%2CoBAAA%3B%3BAAFJ%2CqBACE%2CaAEE%3BEACE%2CuBAAA%3B%3BAAKN%3BEACE%2CyCAAA%3B%3BAAGF%3BEACE%3BIAAO%2CsBAAA%3B%3BEACP%3BIAAO%2CyBAAA%3B%3BEACP%3BIAAO%2CyBAAA%3B%3B%3BAAGT%2CcAAe%2C8BAA6B%3BEAC1C%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAADF%2CYAGE%3BEACE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CYAUE%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BACnaJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAFJ%2CuBAII%3BEACI%2CkBAAA%3B%3BAALR%2CuBAII%2CYAGI%3BEACI%2CWAAA%3B%3BAAKZ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CaAAC%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAAC%2CWAYG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAvBP%2CWAYG%2CWAWK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaA5BP%2CWAYG%2CWAgBK%3BAAAS%2CaA5BjB%2CWAYG%2CWAgBe%3BEACP%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAzCP%2CWAYG%2CWA6BK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2CaA7CP%2CWAYG%2CWAiCK%3BEACG%2CWAAW%2CcAAX%3B%3BACudhB%2CaAAc%2CWAAW%3BEACvB%2C2BAAA%3B%3BAAGF%2CEAAE%2CSAAS%2CKAAK%2CMAAM%2CcAAe%2CiBAAiB%3BEACpD%2CiBAAA%3B%3BAAGF%2CiBAAiB%2CKAAM%3BAAAgB%2CiBAAiB%2CaAAc%3BEACpE%2CmBAAA%3B%3BAAGF%2CcAAc%3BEACZ%2C4BAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CaAAA%3B%3B%3BAAcJ%2CQAV0B%3BEACxB%2CcAAe%3BIACb%2C2BAAA%3B%3BEAGF%2CcAAe%2CmBAAkB%3BEAAQ%2CcAAe%2CmBAAkB%3BIACxE%2C2BAAA%3B%3B%3BAA0BJ%2CQAtB0B%3BEACxB%2CaAAc%3BIACZ%2C6BAAA%3B%3BEAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BIACzB%2CgBAAA%3B%3BEAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAClC%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAClC%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAmBH%2CQAfyB%3BEACxB%2CeAAgB%2CMAAK%2CiBAAoB%2CmBAAgB%3BEAAS%2CeAAgB%2CMAAK%2CiBAAoB%2CmBAAgB%3BIACzH%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAGF%2CaAAc%3BIACZ%2C4BAAA%3B%3BEAGF%2CcAAe%3BIACb%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3B%3BAClbJ%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%3B%3B%3B%3B%3BAE5ER%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACnFR%2CQAd0B%3BEACxB%2CoBAAqB%2CSAAQ%3BIAC3B%2CqBAAA%3B%3BEAEF%2CoBAAqB%3BIACnB%2CqBAAA%3B%3BEAEF%2CYAAa%3BIACX%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CkDAAA%3B%3B%3BAAIJ%2COAAO%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CGAAE%2CYAAa%3BEAC7C%2CqBAAA%3BEACA%2CWAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CgBAAgB%2CgDAAhB%3B%3BEACA%2CoBAAA%3B%3BEACA%2CgBAAA%3B%3BEACA%2CmBAAA%3B%3B%3BAAGF%2COAAO%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CGAAE%2CYAAa%2CEAAC%3BEAC9C%2CgBAAgB%2CgDAAhB%3B%3B%3BAAGF%2COAAO%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CGAAE%2CKAAK%2CSAAU%3BEAC%5C%2FC%2CqBAAA%3BEACA%2CWAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CgBAAgB%2CqDAAhB%3B%3BEACA%2CoBAAA%3B%3BEACA%2CgBAAA%3B%3BEACA%2CmBAAA%3B%3B%3BAAEF%2COAAO%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CGAAE%2CKAAK%2CSAAU%2CEAAC%3BEAChD%2CgBAAgB%2CqDAAhB%3B%3B%3BAAGF%2CkBAAmB%2CyBAAyB%2CiBAAiB%2CQAAO%3BEAClE%2CWAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CgBAAgB%2CmDAAhB%3B%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3B%3BEACA%2CgBAAA%3B%3BEACA%2CmBAAA%3B%3BEACA%2CqBAAA%3B%3BAAGF%2COAAO%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CEAAC%2COAAO%3BEACtC%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CoDAAhB%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CMAAM%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CEAAC%2COAAO%2CQAAQ%3BEAC7C%2CwBAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAS%3BEAChC%2CSAAS%2CGAAT%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C2DAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACzC%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BACpFF%2CYAAa%2COAAM%3BEACf%2CgCAAA%3BEACA%2CyBAAA%3B%3BAAFJ%2CYAAa%2COAAM%2CQAIf%2CkBAAkB%3BAAJtB%2CYAAa%2COAAM%2CQAIM%2CaAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CQAAO%3BEACvE%2CWAAA%3B%3BAALR%2CYAAa%2COAAM%2CQAQf%2CkBAAkB%2CeAAe%3BEAC7B%2CcAAA%3B%3BAAKR%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CmBAAA%3B%3BAAGJ%2CoBAAoB%2CSAAS%2CIAAI%2CaAAc%2CuBAAuB%2CcAAa%3BEAC%5C%2FE%2CiBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CmBAAA%3B%3BAAoBJ%2CQAjB0B%3BEACtB%2COAAO%3BIACH%2C6BAAA%3B%3BEAGJ%2CYAAa%2COAAM%2CQAAS%2CUAAU%3BEAAQ%2CYAAa%2CUAAU%3BIACjE%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAIR%2CwBAAyB%2CgBAAe%2CaAAc%3BAACtD%2CaAAc%2COAAS%3BEACnB%2CyBAAA%3B%3BAAGJ%2CwBAAyB%2CsBAAsB%2CeAAc%3BAAC7D%2CMAAM%3BEACF%2CwBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3B%3BAAIJ%2CaAAc%2CWAAW%3BEACrB%2C2BAAA%3B%3BAAGJ%2CEAAE%2CSAAS%2CKAAK%2CMAAM%2CcAAe%2CiBAAiB%3BEAClD%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%2CYACI%2CGACI%3BEACI%2CWAAA%3B%3BAAHZ%2CYACI%2CGACI%2CGAGI%3BEACI%2CWAAA%3B%3BAAMhB%2CMAAM%3BEACF%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAAS%3BEACxB%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CYAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BEAEzD%2CWAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2CKAAK%2CUACD%2CMAAK%3BEACD%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3B%3BAALR%2CKAAK%2CUAQD%2CQAAO%3BAARX%2CKAAK%2CUAQgB%3BAARrB%2CKAAK%2CUAQiC%3BAARtC%2CKAAK%2CUAQmD%3BEAChD%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAA0BR%2CQAtB0B%3BEACtB%2CcAAe%2CmBAAkB%3BIAC7B%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAY%2CqEAAZ%3B%3BEAGJ%2CcAAe%2CmBAAkB%3BIAC7B%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CYAAY%2CsEAAZ%3B%3B%3BAAIR%2CqBAAsB%2COAAM%2COAAO%3BEAC%5C%2FB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAwB%3BAAAY%2CmBAAoB%3BEACpD%2CcAAA%3B%3BAAGJ%2CcACI%3BEACI%2CyBAAA%3B%3BAAFR%2CcAII%3BEACI%2CyBAAA%3B%3BAAIR%2CqBAAsB%2CQAAO%2CKAAM%2COAAO%2COAAO%3BEAC7C%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CqBAAqB%2CSAAU%3BEAC3B%2CiCAAA%3BEACA%2C2BAAA%3B%3BAASI%2CQAJ0B%3BEAI1B%2CKANH%2CWACD%2CMAAK%2CUAAU%3BIAEP%2CwBAAA%3B%3B%3BAAHZ%2CKAAK%2CWACD%2CMAAK%2CUAAU%2CQAKX%2CaACI%3BEACI%2CaAAA%3B%3BAARhB%2CKAAK%2CWACD%2CMAAK%2CUAAU%2CQAWX%3BEACI%2CWAAA%3B%3BAAbZ%2CKAAK%2CWACD%2CMAAK%2CUAAU%2CQAWX%2C0BAGI%3BEACI%2CWAAA%3B%3BAAMhB%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3B%3BAAgBJ%2CQAX0B%3BEACtB%2CeACI%3BIACI%2CyBAAA%3B%3BEAFR%2CeACI%2CyBAEI%3BIACI%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACjOhB%2CEAAE%3BEACA%2CaAAA%3B%3BAAEF%2CeAAe%2CsBAAuB%2CQAAO%3BEAC3C%2CYAAA%3BEACA%2CgBAAA%3B%3BACLF%2CuBAAwB%3BEACtB%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CgBAAgB%3BEACd%2CSAAS%2CEAAT%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2C6DAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CuBAAwB%2CiBAAgB%3BEACtC%2CmBAAA%3B%3BAAwBF%2CQArB0B%3BEACxB%3BIACE%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGF%2CwBAAyB%2CQAAO%3BIAC9B%2CoBAAA%3B%3BEAGF%2CYAAa%2CwBAAuB%3BIAClC%2CgBAAA%3B%3B%3BACpCJ%2CEAAE%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEA%2CEATA%2CsBASC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAMF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CmDAAtB%3B%3BAAKF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2CgDAAtB%3B%3BAAKF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2CgDAAtB%3B%3BAAKF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2CgDAAtB%3B%3BAAKF%2CEADA%2CsCACC%3BEACC%2CsBAAsB%2CgDAAtB%3B%3BAAKF%2CEADA%2C2BACC%3BEACC%2CsBAAsB%2CkDAAtB%3B%3BAAKF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2CgDAAtB%3B%3BAAKF%2CEADA%2C0BACC%3BEACC%2CsBAAsB%2CiDAAtB%3B%3BAAKF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CmDAAtB%3B%3BAAKF%2CEADA%2C6BACC%3BEACC%2CsBAAsB%2CoDAAtB%3B%3BAAKF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CmDAAtB%3B%3BAAKF%2CEADA%2C2BACC%3BEACC%2CsBAAsB%2CkDAAtB%3B%3BAAKF%2CEADA%2CgCACC%3BEACC%2CsBAAsB%2CmDAAtB%3B%3BAAKF%2CEADA%2CmCACC%3BEACC%2CsBAAsB%2C0DAAtB%3B%3BAAKF%2CEADA%2CiCACC%3BEACC%2CsBAAsB%2CwDAAtB%3B%3BAAKF%2CEADA%2C0BACC%3BEACC%2CsBAAsB%2CiDAAtB%3B%3BAAKF%2CEADA%2C2BACC%3BEACC%2CsBAAsB%2CkDAAtB%3B%3BAAKF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CmDAAtB%3B%3BAC3HJ%2COAAO%2CKACL%3BAADF%2COAAO%2CKAEL%3BEACE%2CkBAAA%3BEAsCA%2CgBAAA%3B%3BAAzCJ%2COAAO%2CKACL%2CiBAIE%3BAALJ%2COAAO%2CKAEL%2CkBAGE%3BEACE%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEAGA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3B%3BAAlBN%2COAAO%2CKACL%2CiBAoBE%3BAArBJ%2COAAO%2CKAEL%2CkBAmBE%3BEACE%2CUAAU%2CgBAAV%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3B%3BAASF%2CQAN2B%3BEAM3B%2COAlCG%2CKACL%2CiBA4BI%3BEAKF%2COAlCG%2CKAEL%2CkBA2BI%3BIACE%2CUAAU%2CoBAAV%3B%3B%3BAAWJ%2CQAP0B%3BEAO1B%2COAzCG%2CKACL%2CiBAkCI%3BEAMF%2COAzCG%2CKAEL%2CkBAiCI%3BIACE%2CcAAA%3B%3B%3BAApCR%2COAAO%2CKACL%2CiBA2CE%2COAAM%3BAA5CV%2COAAO%2CKAEL%2CkBA0CE%2COAAM%3BAA5CV%2COAAO%2CKACL%2CiBA4CE%2COAAM%3BAA7CV%2COAAO%2CKAEL%2CkBA2CE%2COAAM%3BEACJ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CwCAAA%3BEACA%2CWAAA%3B%3BAAvDN%2COAAO%2CKACL%2CiBAyDE%3BAA1DJ%2COAAO%2CKAEL%2CkBAwDE%3BEACE%2COAAA%3B%3BAA3DN%2COAAO%2CKACL%2CiBA6DE%3BAA9DJ%2COAAO%2CKAEL%2CkBA4DE%3BEACE%2CQAAA%3B%3BAAUJ%2CQAH0B%3BEAG1B%2CQAJM%3BIAEJ%2CWAAA%3B%3B%3BAAFJ%2CQAAQ%2CmBAIN%2CiBAGE%3BAAPJ%2CQAAQ%2CmBAKN%2CkBAEE%3BEACE%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%2BBJ%2CQA5B4B%3BEA4B5B%2CQAxCM%2CmBAIN%3BEAoCA%2CQAxCM%2CmBAKN%3BIAQI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA0BJ%2CQAxCM%2CmBAIN%2CiBAYI%3BEAwBJ%2CQAxCM%2CmBAKN%2CkBAWI%3BIACE%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIAGA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CiCAAA%3B%3BEAWN%2CQAxCM%2CmBAIN%2CiBAYI%2CeAeE%3BEASN%2CQAxCM%2CmBAKN%2CkBAWI%2CeAeE%3BIAEE%2CcAAA%3BIACA%2CwBAAA%3BIACA%2C%2BBAAA%3BIACA%2CsBAAA%3B%3B%3BAAQV%3BAACA%3BEACE%2CkBAAA%3B%3BAAFF%2CgBAIE%2COAAM%3BAAHR%2CiBAGE%2COAAM%3BAAJR%2CgBAKE%2COAAM%3BAAJR%2CiBAIE%2COAAM%3BEACJ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CqCAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CgBAhBF%2COAAM%2CkBAgBH%3BAAAD%2CiBAhBF%2COAAM%2CkBAgBH%3BAAAD%2CgBAfF%2COAAM%2CkBAeH%3BAAAD%2CiBAfF%2COAAM%2CkBAeH%3BEACC%2CmBAAA%3B%3BAArBN%2CgBAyBE%3BAAxBF%2CiBAwBE%3BEACE%2CSAAA%3B%3BAA1BJ%2CgBA6BE%3BAA5BF%2CiBA4BE%3BEACE%2CUAAA%3B%3BAAoBJ%2CQAjB4B%3BEAiB5B%2CgBAhBI%2COAAM%3BEAgBV%2CiBAhBI%2COAAM%3BEAgBV%2CgBAfI%2COAAM%3BEAeV%2CiBAfI%2COAAM%3BIACJ%2CQAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyCAAA%3B%3BEAWN%2CgBARI%3BEAQJ%2CiBARI%3BIACE%2CSAAA%3B%3BEAON%2CgBAJI%3BEAIJ%2CiBAJI%3BIACE%2CUAAA%3B%3B%3BAAmBL%2CQAbyB%3BEACxB%2CQAAQ%2CmBACN%2COAAM%2CQACJ%2CKAAI%3BIACF%2CuBAAA%3BIACA%2CuBAAA%3B%3BEAJN%2CQAAQ%2CmBACN%2COAAM%2CQAMJ%2CIAAG%3BIACD%2C2BAAA%3B%3B%3BAChLR%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAALF%2CcAQE%3BAARF%2CcASE%3BEACE%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAXJ%2CcAcE%3BEACE%2CeAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CcAVF%2CcAUG%2CUAAU%3BEACT%2CkBAAA%3B%3BAAcF%2CQAV0B%3BEAU1B%2CcAzBF%3BIAgBI%2CUAAA%3BIACA%2C4BAAA%3B%3BEAEA%2CcAnBJ%2CcAmBK%2CUAAU%3BIACT%2CkBAAA%3B%3B%3BAAWJ%2CQAN0B%3BEAM1B%2CcA%5C%2FBF%3BIA0BI%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAAzCN%2CcAcE%2CcA%2BBE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAlDN%2CcAcE%2CcA%2BBE%2CoBAOE%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CcAjDF%2CcAiDG%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAjEN%2CcAcE%2CcAuDE%3BEACE%2CuBAAA%3B%3BAAtEN%2CcAcE%2CcAuDE%2CsBAEE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAzER%2CcAcE%2CcAuDE%2CsBAOE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhFR%2CcAcE%2CcAsEE%3BEACE%2CSAAA%3BEACA%2CoBAAA%3B%3BAAtFN%2CcAcE%2CcAsEE%2CsBAIE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAOR%2CcAAe%2CUAAS%3BAACxB%2CcAAe%2CSAAS%3BAACxB%2CSAAS%2CQAAQ%2CKAAK%3BEACpB%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAOF%2CcAAe%2CeAAe%3BEAC5B%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CcARa%2CeAAe%2CcAQ3B%2CUAAU%3BEACT%2CkBAAA%3B%3BAAUF%2CQAP0B%3BEAO1B%2CcAnBa%2CeAAe%3BIAa1B%2CUAAA%3B%3BEACA%2CcAdW%2CeAAe%2CcAczB%2CUAAU%3BIACT%2CkBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEAM1B%2CcAzBa%2CeAAe%3BIAoB1B%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAArBJ%2CcAAe%2CeAAe%2CcAyB5B%3BEACE%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAlCJ%2CcAAe%2CeAAe%2CcAsC5B%3BEACE%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAzCJ%2CcAAe%2CeAAe%2CcAsC5B%2CoBAKE%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAASN%2CcAAe%2CeACb%2CcACE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAARN%2CcAAe%2CeACb%2CcACE%2CoBAQE%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3B%3BAAKJ%2CcArBW%2CeACb%2CcAoBG%2CMAAO%2CoBAAoB%3BEAC1B%2CWAAW%2CWAAX%3B%3BAAeJ%2CQAV0B%3BEAU1B%2CcArCa%2CeA4BX%3BIACE%2CUAAA%3B%3BEAQJ%2CcArCa%2CeA4BX%2CcAEE%2CoBAAoB%3BIAClB%2CgBAAA%3B%3B%3BAAgBN%2CQAV0B%2CuBAAuB%3BEAUjD%2CcA%5C%2FCa%2CeAsCX%3BIACE%2CeAAA%3B%3BEAQJ%2CcA%5C%2FCa%2CeAsCX%2CcAEE%2CoBAAoB%3BIAClB%2CgBAAA%3B%3B%3BAAcR%2CQAR4B%3BEAQ5B%2CcAvDe%2CeAgDX%3BIACE%2CeAAA%3B%3BEAMN%2CcAvDe%2CeAgDX%2CcAEE%2CoBAAoB%3BIAClB%2CgBAAA%3B%3B%3BAASR%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3BAAHF%2CcAKE%3BEAEE%2CWAAA%3B%3BAAPJ%2CcAKE%2CeAKE%3BEACE%2CeAAA%3B%3BAA0BN%2CQAnB0B%3BEACxB%2CcAAe%2CeAIb%2CcAAa%2CYAAY%2CeAAe%3BEAJ1C%2CcAAe%2CeAKb%2CcAAa%2CYAAY%2CeAAe%3BEAL1C%2CcAAe%2CeAMb%2CcAAa%2CYAAY%2CeAAe%2CGAAM%3BIAC5C%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAUN%2CcACE%3BEACE%2CqDAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CcAJF%2CmBAIG%3BEACC%2CWAAW%2CgBAAX%3BEACA%2C0CAAA%3BEACA%2CUAAA%3B%3BAAHF%2CcAJF%2CmBAIG%2CMAIC%3BEACE%2C0CAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3B%3BAA4BR%2CQArB0B%3BEACxB%2CcAAe%3BIACb%2CuDAAA%3B%3BEAEA%2CcAHa%2CmBAGZ%3BIACC%2CWAAW%2CgBAAX%3BIACA%2CyCAAA%3B%3B%3B%3B%3B%3BAAeN%2C0BAGE%2CeAAe%2CeAAe%3BEAC5B%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAEA%2C0BALF%2CeAAe%2CeAAe%2CcAK3B%2CUAAU%3BEACT%2CkBAAA%3B%3BAAQJ%2CQAL4B%3BEACxB%2C0BAVJ%2CeAAe%2CeAAe%2CcAUzB%2CUAAU%3BIACT%2CkBAAA%3B%3B%3BAAOR%2CgCAGE%2CeAAe%2CeAAe%3BEAC5B%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CgCALF%2CeAAe%2CeAAe%2CcAK3B%2CUAAU%3BEACT%2CkBAAA%3B%3BAAQJ%2CQAL4B%3BEACxB%2CgCAVJ%2CeAAe%2CeAAe%2CcAUzB%2CUAAU%3BIACT%2CkBAAA%3B%3B%3BAC%5C%2FSP%2CQAvCyB%3BEAIlB%2CMAHA%2COACH%2COACC%2CaAAY%2CaACT%3BIACC%2CaAAA%3B%3BEAJR%2CMAAM%2COAQJ%2CaAAY%3BIACV%2CWAAA%3BIACA%2CiBAAA%3B%3BEACA%2CMAXE%2COAQJ%2CaAAY%2CaAGT%3BIACC%2CSAAS%2CGAAT%3BIACA%2CaAAa%2CIAAb%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2C%2BBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2C8DAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEA9BN%2CMAAM%2COAQJ%2CaAAY%2CaAyBV%3BIACE%2CUAAA%3B%3B%3BACqjCR%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3B%3BAAGF%2CkBAAmB%3BAAAa%2CuBAAwB%3BAACxD%2CkBAAmB%2CYAAY%3BAAAU%2CuBAAwB%2CYAAY%3BEAC3E%2CWAAA%3B%3BAAGF%2CkBAAmB%2CQAAO%3BAAAa%2CkBAAmB%2CQAAO%3BEAC%5C%2FD%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CkBAPiB%2CQAAO%2CWAOvB%3BAAAD%2CkBAPwD%2CQAAO%2CUAO9D%3BEACC%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3B%3BAAIJ%2CkBAAmB%2CQAAO%2CWAAW%3BEACnC%2C%2BDAAA%3B%3BAAGF%2CkBAAmB%2CQAAO%2CUAAU%3BEAClC%2C8DAAA%3B%3BAAGF%3BEACE%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3B%3BAAGF%2CaAAc%2CKAAI%2CgBAAgB%2CkBAAmB%2CKAAI%3BEACvD%2CwBAAA%3B%3BAAGF%2CuBAAwB%2CWAAW%2CWAAW%2CiBAAmB%3BAAAM%2CmBAAoB%2CWAAW%2CWAAW%2CiBAAmB%3BEAClI%2CyBAAA%3B%3BAAGF%2CmBAAoB%2CWAAW%2CWAAW%2CiBAAiB%3BEACzD%2CwBAAA%3B%3BAAGF%2CSAAS%2CKAAK%2CMAAO%3BEACnB%2CwBAAA%3B%3BAAGF%2CmBAAoB%2CWAAW%2CeAAe%2CiBAAiB%3BAAC%5C%2FD%2CmBAAoB%2CWAAW%2CeAAe%2CiBAAiB%3BEAC7D%2C2BAAA%3B%3BAAGF%2CmBAAoB%2CWAAW%2CeAAe%2CiBAAiB%3BEAC7D%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CmBAAoB%2CWAAW%2CeAAe%2CiBAAiB%3BEAC7D%2C0BAAA%3B%3BAA%2BBF%2CQA5B0B%3BEACxB%2CmBAAoB%2CWAAW%3BIAC7B%2CeAAA%3BIACA%2CcAAA%3B%3BEAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BIACzB%2CkBAAA%3B%3BEACA%2CQAFM%2CKAAK%2CMAAS%2CQAAK%2CMAExB%3BIACC%2CSAAS%2CGAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%3BIAC%5C%2FB%2CkBAAA%3B%3BEACA%2CQAFM%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAE9B%3BIACC%2CSAAS%2CGAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3B%3BAAKN%2CQAAQ%2CKAAK%2CMACX%2CeAAc%3BEACZ%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAHJ%2CQAAQ%2CKAAK%2CMAMX%3BEACE%2CyBAAA%3BEACA%2C6BAAA%3B%3BAARJ%2CQAAQ%2CKAAK%2CMAWX%2CkBAAiB%2CKAAM%3BAAXzB%2CQAAQ%2CKAAK%2CMAW4B%2CkBAAiB%2CaAAc%3BEACpE%2CcAAA%3B%3BAAZJ%2CQAAQ%2CKAAK%2CMAeX%2CeAAc%2CIAAI%2CWAAW%3BEAC3B%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAiEJ%2CQA7D0B%3BEACxB%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BEAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BEAAQ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BIAC9J%2C%2BBAAA%3B%3BEAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAClC%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CoCAAA%3BIACA%2CqCAAA%3B%3BEAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BIACzB%2CyBAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3BIACA%2C4BAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEALF%2CiBAME%3BIACE%2CgBAAA%3B%3BEAPJ%2CiBASE%2COACE%2CQAAO%3BIACL%2CgBAAA%3B%3BEAXN%2CiBASE%2COAIE%3BIACE%2CiBAAA%3B%3BEAdN%2CiBASE%2COAOE%2COAAM%3BIACJ%2CiBAAA%3B%3BEAKN%2C0BAA2B%2CoBACzB%2COAAM%3BIACJ%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACE%2CyBAAA%3B%3B%3BAAKJ%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CMAAM%2CQAAS%2COAAM%3BEACnB%2CSAAA%3B%3BAAiBF%2CQAd0B%3BEACxB%2CoBAAqB%3BIACnB%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2C0BAAA%3B%3B%3BAAKJ%2CQAAQ%2CMAAM%3BEACZ%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CQAjBM%2CMAAM%2CMAiBX%3BEACC%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3BEACA%2C4DAAA%3B%3BAAIJ%2CqBACE%2CeACE%2CSAAQ%2CQAAQ%3BEACd%2CaAAA%3B%3BAAHN%2CqBAOE%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CqBAAqB%2CqBACnB%2CGAAE%2CIAAI%3BEACJ%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3B%3BAALJ%2CqBAAqB%2CqBAQnB%2CmBAAmB%3BEACjB%2CgBAAA%3B%3BAATJ%2CqBAAqB%2CqBAYnB%2CWACE%2CiBAAgB%2CkBACd%3BEACE%2CwBAAA%3B%3BAA0BR%2CQArB0B%3BEACxB%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%3BIAC7E%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2C8BAAA%3B%3BEAEF%2CqBAAqB%2CqBAAsB%2CGAAE%2CIAAI%3BIAC%5C%2FC%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAoB%2CQAAM%2CKAAG%2CGAAE%2CSAAS%3BEAAS%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAoB%2CQAAM%2CKAAG%2CGAAE%2CSAAS%3BIACzL%2CwBAAA%3B%3BEAEF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAoB%2CMAAM%2CKAAG%2CKAAE%3BIAC9E%2C2BAAA%3B%3B%3BAAIJ%2CqBACE%3BEACE%2CwBAAA%3BEACA%2C2BAAA%3B%3BACt3CJ%2CEAAE%3BEACE%2CaAAA%3B%3BAAEJ%2CoBAAqB%2CIAAG%3BEACpB%2CaAAA%3B%3BAAIJ%2CqBAAsB%2COAAM%2COAAO%3BEAC%5C%2FB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CqBARkB%2COAAM%2COAAO%2CmBAQ9B%3BEACG%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEAEA%2CaAAA%3B%3BAAIR%2CwBAAyB%3BEACrB%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CuCAAwC%2CMAAK%3BEACzC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAKJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CuCAKI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAVR%2CuCAcI%2CMAAK%3BEACD%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAxBR%2CuCA4BI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAClC%2C6BAAA%3B%3BAA7BR%2CuCAgCI%2CMAAK%2CiBAAiB%2CIAAI%2CUAAa%2CQAAK%3BEACxC%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAlCR%2CuCAqCI%2CMAAK%2CiBAAiB%2CIAAI%2CUAAa%2CQAAK%2COAAO%3BEAC%5C%2FC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CkBAAA%3B%3BAAIR%2CaAAc%2COAAS%3BEACnB%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%2COAAS%2CSAAM%3BEACzB%2CUAAA%3BEACA%2CSAAA%3B%3BACpGJ%3BAACA%2CKAAK%2COAAO%2CQAAQ%3BAACpB%2CKAAK%2CSAAS%3BAACd%2CKAAK%3BAACL%3BAACA%2CKAAK%3BEACH%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3B%3BAAKF%2C4BAA6B%2CKAAI%2CKAAK%3BEACpC%2CaAAA%3B%3BAAGF%3BAAAyB%3BAAAkC%3BEAEzD%2CkBAAA%3BEACA%2CYAAA%3B%3BEACA%2CaAAA%3B%3BEACA%2CsBAAsB%2CqCAAtB%3BEACA%2CgCAAA%3B%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAARF%2CuBAUE%3BAAVuB%2CgCAUvB%3BAAVyD%2CwBAUzD%3BEACE%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAZJ%2CuBAUE%2CWAIE%2CGAAE%3BAAdmB%2CgCAUvB%2CWAIE%2CGAAE%3BAAdqD%2CwBAUzD%2CWAIE%2CGAAE%3BEACA%2CWAAA%3B%3BAAQA%2CQAJ0B%3BEAI1B%2CuBAbJ%2CWAQE%3BEAKE%2CgCAbJ%2CWAQE%3BEAKE%2CwBAbJ%2CWAQE%3BIAGI%2CqBAAA%3B%3B%3BAAoBF%2CQAlB0B%3BEAkB1B%2CuBA%5C%2FBJ%2CWAQE%3BEAuBE%2CgCA%5C%2FBJ%2CWAQE%3BEAuBE%2CwBA%5C%2FBJ%2CWAQE%3BIAMI%2CwBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIAEA%2CkBAAkB%2CoEAAlB%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3B%3BEACA%2CuBAvBN%2CWAQE%2CiBAeK%3BEAAD%2CgCAvBN%2CWAQE%2CiBAeK%3BEAAD%2CwBAvBN%2CWAQE%2CiBAeK%3BEACD%2CuBAxBN%2CWAQE%2CiBAgBK%3BEAAD%2CgCAxBN%2CWAQE%2CiBAgBK%3BEAAD%2CwBAxBN%2CWAQE%2CiBAgBK%3BIACC%2CaAAA%3B%3B%3BAAnCV%2CuBAUE%2CWAQE%2CiBAuBE%3BAAzCmB%2CgCAUvB%2CWAQE%2CiBAuBE%3BAAzCqD%2CwBAUzD%2CWAQE%2CiBAuBE%3BEACE%2CsBAAA%3B%3BAAMR%2CgCAAiC%2CQAAO%3BAACxC%2CwBAAyB%2CQAAO%3BEAE5B%2CaAAA%3BEACA%2CsBAAA%3B%3BAAKJ%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CWAIE%3BEACE%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CuBACE%3BEACE%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CgBAEE%2COAAO%3BEACL%2CiBAAA%3B%3BAAHJ%2CgBAME%2CiBACE%2CSACE%2CQAAO%3BEACL%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CuBACE%3BEACE%2CaAAA%3B%3BACjHJ%2CMAAM%3BEACJ%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CMANI%3BIAIF%2CyBAAA%3B%3B%3BAAJJ%2CMAAM%2CWAMJ%2COAAM%3BEACJ%2C2BAAA%3B%3BAAUJ%2CQAR4B%3BEAQ5B%2CMAjBM%2CWAUF%2CMAAK%3BIACH%2CmBAAA%3B%3BEAMN%2CMAjBM%2CWAaF%3BIACE%2C4BAAA%3B%3B%3BACdN%2CwBAAwB%2CMAAM%3BEAC5B%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CwBACE%2CiBACE%2CQAAO%2CKACL%2CKAAI%2CwBAAwB%3BEAC1B%2CSAAS%2CGAAT%3B%3BAAJR%2CwBACE%2CiBACE%2CQAAO%2CKAKL%2CKAAI%2CwBAAwB%3BEAC1B%2CSAAS%2CGAAT%3B%3BAARR%2CwBACE%2CiBACE%2CQAAO%2CKASL%2CKAAI%3BEACF%2CaAAA%3B%3BAC%5C%2FBR%2CCAAC%2COAAO%2COAAO%3BEACb%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAEF%2COAAO%2COAAO%2COAAO%3BEACnB%2C0BAAA%3B%3BAC8CF%2CQA1D0B%3BEAExB%2CYACE%2CQAAO%3BIACL%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAIJ%3BIACE%2C%2BBAAA%3B%3BEAGF%2COAAO%3BIACL%2CkCAAA%3B%3BEADF%2COAAO%2CQAGL%3BIACE%2CuBAAA%3BIACA%2CkBAAA%3B%3BEALJ%2COAAO%2CQAGL%2CcAIE%3BIACE%2C2BAAA%3B%3BEARN%2COAAO%2CQAGL%2CcAQE%3BIACE%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAKN%2CoBAAqB%2C0BACrB%2CUAAS%3BIACP%2CmBAAA%3BIACA%2CgCAAA%3B%3BEAHF%2CoBAAqB%2C0BACrB%2CUAAS%2CaAIP%3BIACE%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAPJ%2CoBAAqB%2C0BACrB%2CUAAS%2CaAIP%2CYAIE%2CQAAU%3BIACR%2CyBAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3B%3BEAZN%2CoBAAqB%2C0BACrB%2CUAAS%2CaAIP%2CYAUE%2CQAAO%2COAAU%3BEAfrB%2CoBAAqB%2C0BACrB%2CUAAS%2CaAIP%2CYAWE%2CQAAO%2CWAAc%3BIACnB%2CqBAAA%3B%3BEAjBN%2CoBAAqB%2C0BACrB%2CUAAS%2CaAIP%2CYAcE%2CQAAQ%2CSAAS%2CQAAU%3BIACzB%2CqBAAA%3B%3B%3BAAiCR%2CQA3B0B%3BEACxB%3BIACE%2C6BAAA%3B%3BEAEF%2COAAO%2CQACL%3BIACE%2C0BAAA%3B%3BEAFJ%2COAAO%2CQACL%2CcAGE%2COAAM%3BIACJ%2CSAAS%2CEAAT%3BIACA%2CWAAA%3B%3BIACA%2CYAAA%3B%3BIACA%2CgBAAgB%2C%2BCAAhB%3B%3BIACA%2CoBAAA%3B%3BEATN%2COAAO%2CQACL%2CcAWE%3BIACE%2C2BAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAAsBR%2CQAhB0B%3BEAExB%2COAAO%3BIACL%2CiBAAA%3B%3BEADF%2COAAO%2CQAGL%3BIACE%2CgBAAA%3B%3BEAJJ%2COAAO%2CQAOL%2CEAAC%2CKAAM%3BIACL%2CcAAA%3B%3B%3BAAkBN%2CQAZ0B%3BEAExB%2CwBACE%2CQAAO%2CQACL%3BIACE%2C0BAAA%3BIACA%2C0BAAA%3B%3B%3BAAMR%2COAAO%3BEACL%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAJF%2COAAO%2CQAML%2CGAAE%2COAAO%3BEACP%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAZJ%2COAAO%2CQAML%2CGAAE%2COAAO%2CMAQP%3BEACE%2C6BAAA%3B%3BAAfN%2COAAO%2CQAmBL%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAxBJ%2COAAO%2CQAmBL%2CUAOE%3BECpFA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAjBFA%2COgB2DG%2CQAmBL%2CUAOE%2CShBrFC%3BAACD%2COgB0DG%2CQAmBL%2CUAOE%2CShBpFC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COgBqDG%2CQAmBL%2CUAOE%2CShB%5C%2FEC%3BEACG%2CWAAA%3B%3BAgBoDR%2COAAO%2CQAmBL%2CUAOE%2CSCjFA%3BEjBgPA%2CUAAA%3BEiB9OI%2CeAAA%3BEjB8OJ%2CqBAAA%3BEkBhOA%2CqBAAA%3B%3BAFuCJ%2COAAO%2CQAmBL%2CUAOE%2CSCjFA%2CeCoOE%3BElBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkB2CA%2COFiCG%2CQAmBL%2CUAOE%2CSCjFA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BElB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSmB9NQ%2COnB8NR%3BEAAA%2CaoBzRe%2CmBpByRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEkBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2COFoBD%2CQAmBL%2CUAOE%2CSCjFA%2CeCkCC%2CMACI%3BElB6ML%2CcAAA%3B%3BAkBvMI%2COFcD%2CQAmBL%2CUAOE%2CSCjFA%2CeCwCC%2COACI%3BElBuML%2CcAAA%3B%3BAiBqEA%2COD9PG%2CQAmBL%2CUAOE%2CSCjFA%2CeAqTC%3BEjBrED%2CqBAAA%3BEkBhOA%2CqBAAA%3B%3BADqSA%2COD9PG%2CQAmBL%2CUAOE%2CSCjFA%2CeAqTC%2COCjFC%3BElBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkB2CA%2COFiCG%2CQAmBL%2CUAOE%2CSCjFA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BElB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSmB%5C%2FNM%2COnB%2BNN%3BEAAA%2CaoBzRe%2CmBpByRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEkBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2COFoBD%2CQAmBL%2CUAOE%2CSCjFA%2CeAqTC%2COCnRA%2CMACI%3BElB6ML%2CcAAA%3B%3BAkBvMI%2COFcD%2CQAmBL%2CUAOE%2CSCjFA%2CeAqTC%2COC7QA%2COACI%3BElBuML%2CcAAA%3B%3BAgBzLJ%2COAAO%2CQAmBL%2CUAOE%2CSCsGA%3BEjByDA%2CSAAA%3BEAAA%2CUAAA%3BE3C1KA%2CqBAAA%3BE2C0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEiBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEjB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAgBzLJ%2COAAO%2CQAmBL%2CUAOE%2CSCsGA%2CYAsBI%3BEjBmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAiB3BQ%2COD9JL%2CQAmBL%2CUAOE%2CSCsGA%2CYAsBI%2CGAQK%3BEjB2BT%2CmBAAA%3BEiBzBY%2CeAAA%3B%3BAAuTZ%2CODvdG%2CQAmBL%2CUAOE%2CSCsGA%2CYAuVC%3BAACD%2CODxdG%2CQAmBL%2CUAOE%2CSCsGA%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CODjeG%2CQAmBL%2CUAOE%2CSCsGA%2CYAiWC%3BEACG%2CiBAAA%3BEjBzSJ%2CsDAAA%3BEiB2SI%2CWAAA%3B%3BAAGJ%2CODveG%2CQAmBL%2CUAOE%2CSCsGA%2CYAuWC%3BEACG%2CiBAAA%3BEjB%5C%2FSJ%2CsDAAA%3BEiBiTI%2CWAAA%3B%3BAAzDJ%2CODjbG%2CQAmBL%2CUAOE%2CSCsGA%2CYAiTC%3BEjBxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAiB6PA%2CODtbG%2CQAmBL%2CUAOE%2CSCsGA%2CYAsTC%3BEjB7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAiBZA%2COD7KG%2CQAmBL%2CUAOE%2CSCmJC%3BEACG%2CiBAAA%3B%3BAADJ%2COD7KG%2CQAmBL%2CUAOE%2CSCmJC%2COAGG%3BEACI%2CcAAA%3B%3BADjLZ%2COAAO%2CQAmBL%2CUAOE%2CSAYE%2CGAAE%2CSACA%3BEACE%2CcAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA3CH%2CQAmBL%2CUAOE%2CSAYE%2CGAAE%2CSACA%2CEAIG%3BEACC%2CqBAAA%3B%3BAA5CZ%2COAAO%2CQAmBL%2CUA%2BBE%3BEACE%2CeAAA%3BEACA%2CSAAA%3B%3BAApDN%2COAAO%2CQAmBL%2CUAwCE%3BEACE%2CgBAAA%3B%3BAAMN%2CcAAc%3BEACZ%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CcAAc%2CWAAW%3BEACvB%2C0BAAA%3B%3BAKzLF%3BEACE%2CcAAA%3B%3BAAGF%3BAACA%3BAACA%3BEACE%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAEA%2CUAAC%3BAAAD%2CUAAC%3BAAAD%2CUAAC%3BEACC%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CUAAU%3BEACR%2CsBAAsB%2CgCAAtB%3B%3BAAGF%2CUAAU%3BEACR%2CsBAAsB%2CsCAAtB%3B%3BAAGF%2CUAAU%3BEACR%2CsBAAsB%2CsBAAtB%3B%3BAAGF%2CmBAAmB%3BEACjB%2CiBAAA%3B%3B%3BAAIF%2CWAAY%3BEACV%2CsBAAA%3B%3BACzCF%2CYACE%2CIAAG%3BAADL%2CYAEE%2CIAAG%3BEACD%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CYAAa%2CQAAO%3BAAAQ%2CYAAa%2CQAAO%3BEAC9C%2CwBAAA%3B%3BAAGF%2CYACE%2CoBAAmB%3BEACjB%2CwBAAA%3BEACA%2CyCAAA%3B%3BAAHJ%2CYACE%2CoBAAmB%2CaAIjB%3BEACE%2CWAAA%3B%3BACnBN%3BEACE%2CiBAAA%3B%3BAADF%2CYAGE%2CGAAE%3BAAHJ%2CYAGqB%2CGAAE%3BAAHvB%2CYAGwC%2CGAAE%3BEACtC%2CWAAA%3B%3BAAJJ%2CYAOE%3BEACE%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAVJ%2CYAOE%2CGAIE%3BEACE%2CqBAAA%3BEACA%2CcAAA%3B%3BAAbN%2CYAOE%2CGAIE%2CGAGE%3BEACE%2CcAAA%3B%3BAAsBR%2CQAf4B%3BEAe5B%2CYAbI%2CyBAAyB%3BIACvB%2CqBAAA%3BIACA%2CyBAAA%3B%3BEACA%2CYAHF%2CyBAAyB%2CoBAGtB%3BIACC%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAHF%2CYAHF%2CyBAAyB%2CoBAGtB%2CaAIA%3BIACE%2CeAAA%3B%3B%3BAAOT%2CQAAS%2CQAAO%3BEACd%2C8BAAA%3B%3BACxCF%2CoBAAoB%2CqBAChB%2C0BACI%3BEACI%2CyBAAA%3B%3BAAHZ%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAAPhB%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAdpB%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAMI%3BEACI%2CaAAA%3B%3BAAhBxB%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAUI%2CYACI%3BEACI%2CmBAAA%3B%3BAArB5B%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAgBI%3BEACI%2CaAAA%3B%3BAA1BxB%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAoBI%2CSACI%2CaACI%3BEACI%2CaAAA%3B%3BAAhChC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAoBI%2CSACI%2CaAKI%2CiBACI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAArCpC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAoBI%2CSACI%2CaAKI%2CiBAKI%2CWAAU%3BEACN%2CaAAA%3B%3BAAzCpC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAoBI%2CSACI%2CaAeI%2CWAAU%3BEACN%2CiBAAA%3B%3BAA9ChC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAoBI%2CSACI%2CaAeI%2CWAAU%2CuBAGN%3BEASI%2CcAAA%3B%3BAAJA%2CQAJ0B%3BEAI1B%2CoBArDhB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAoBI%2CSACI%2CaAeI%2CWAAU%2CuBAGN%3BIAEQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAMJ%2CQAJ0B%3BEAI1B%2CoBAzDhB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBAIA%2CsBAoBI%2CSACI%2CaAeI%2CWAAU%2CuBAGN%3BIAMQ%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAvDxC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBA2DA%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAlEpB%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBA2DA%2CwBAGI%3BEACI%2CsBAAA%3B%3BAApExB%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBA2DA%2CwBAGI%2CyBAEI%2CQAAO%3BEACH%2CaAAA%3B%3BAAtE5B%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBA2DA%2CwBAGI%2CyBAMI%2COAAM%2COACF%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAA9EhC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBA2DA%2CwBAGI%2CyBAMI%2COAAM%2COACF%2CSAKI%3BEACI%2CaAAA%3B%3BAAhFpC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBA2DA%2CwBAGI%2CyBAMI%2COAAM%2COACF%2CSAQI%3BEACI%2CiBAAA%3B%3BAAnFpC%2CoBAAoB%2CqBAChB%2C0BACI%2CkBAGI%2CKAAI%2CuBA2DA%2CwBAGI%2CyBAoBI%2CQAAO%2CKAAK%3BEACR%2CaAAA%3B%3BAAmBZ%2CQAH0B%3BEAG1B%2CoBANZ%2CmBACI%2CoBACI%3BIAEQ%2CgBAAA%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%2CoBATR%2CmBACI%2CoBACI%3BIAKQ%2CeAAA%3B%3B%3BAATpB%2CoBAEI%2CmBACI%2CoBASI%2CWAAU%3BEACN%2CwBAAA%3B%3BAC9CZ%2CgBALsC%3BECMtC%2CiCAzBA%3BECuLA%2C0BACI%2CcDxLJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECkLL%2C0BACI%2CcDxLJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAmBR%2CiCAfA%3BEC6KA%2C0BACI%2CcD9KJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA4BJ%3BEEgDA%2COACI%2CgBACI%2CeAGI%3BECgPZ%2CgBAGI%3BEAqEJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECzVhB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECyOhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIL7RhB%2CYAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEE2DX%2COACI%2CgBACI%2CeAGI%2CKFhEX%2CUAAU%3BEGgTX%2CgBAGI%2COHnTH%2CUAAU%3BEGwXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH9Xf%2CUAAU%3BEIqCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Cf%2CUAAU%3BEKoRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BEKqRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEEsDX%2COACI%2CgBACI%2CeAGI%2CKF3DX%2CUAAU%3BEG2SX%2CgBAGI%2COH9SH%2CUAAU%3BEGmXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHzXf%2CUAAU%3BEIgCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtCf%2CUAAU%3BEK%2BQX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BEKgRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BIACP%2CYAAA%3B%3BEAyNJ%3BEMxKI%2COAAO%2CKAAM%2CyBACT%3BECjCR%2CyBACI%2CQAAO%3BECwOH%2COAAO%2CKAAM%2CcADjB%3BEAoBA%2CKAAC%2CcAsCG%2CcACI%3BECrGZ%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BERvFA%2COAAO%2CKAAM%2CiCACT%3BESlNR%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BECyOR%2CqBASI%2CMACI%2CqBACI%3BIZvCZ%2CcAAA%3B%3BEA%2BDA%3BEAkFgB%2CuBAXZ%2CUASI%2CYACI%2CQACK%3BEClQjB%2CwBDuPI%2CUASI%2CYACI%2CQACK%3BECjQjB%2CuBDsPI%2CUASI%2CYACI%2CQACK%3BEatajB%2CqBb2ZI%2CUASI%2CYACI%2CQACK%3BEI9UjB%2CmBJmUI%2CUASI%2CYACI%2CQACK%3BEc3ajB%2CKAAK%2CKAAK%2COdgaN%2CUASI%2CYACI%2CQACK%3BIAjFb%2CkBAAA%3BIACA%2CQAAA%3B%3BEAuEQ%2CuBAFR%2CUACI%2COACK%2CIAAI%2CSACD%3BEC1PhB%2CwBDuPI%2CUACI%2COACK%2CIAAI%2CSACD%3BECzPhB%2CuBDsPI%2CUACI%2COACK%2CIAAI%2CSACD%3BEa9ZhB%2CqBb2ZI%2CUACI%2COACK%2CIAAI%2CSACD%3BEItUhB%2CmBJmUI%2CUACI%2COACK%2CIAAI%2CSACD%3BEcnahB%2CKAAK%2CKAAK%2COdgaN%2CUACI%2COACK%2CIAAI%2CSACD%3BIACI%2CUAAA%3B%3BEAyBpB%3BEe1SA%2CSACI%3BEC9HI%2COAAO%2CIAAI%2CeAAgB%2CKAD%5C%2FB%3BEAEI%2COAAO%2CIAAI%2CqBAAsB%2CKAFrC%3BEboXI%2CgBADJ%2CUACK%3BI7BnIT%2CkBAAA%3B%3BE0B6OA%3BEiB3XA%3BECgDA%2CaAOI%3BEf4TJ%3BEgB7bA%2CsBACI%3BI7CrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BE0B8%5C%2FBD%2CkB1B%5C%2F%5C%2FBC%3BE0B%2B%5C%2FBD%2CkB1B9%5C%2FBC%3BEgCmFD%2CwBAKI%2CehCzFH%3BEgCoFD%2CwBAKI%2CehCxFH%3BEgCoID%2CiChCrIC%3BEgCqID%2CiChCpIC%3BEgC0JD%2CkBhC3JC%3BEgC2JD%2CkBhC1JC%3BE4B6FD%2CkBAWI%2Ce5BzGH%3BE4B8FD%2CkBAWI%2Ce5BxGH%3BE4B6GD%2COACI%2CgBACI%2Ce5BhHP%3BE4B8GD%2COACI%2CgBACI%2Ce5B%5C%2FGP%3BEkC6RD%2CelC9RC%3BEkC8RD%2CelC7RC%3BE6BkWD%2CgB7BnWC%3BE6BmWD%2CgB7BlWC%3BE6B0aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce7B9aX%3BE6B2aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce7B7aX%3BE6B4bD%2CqBACI%2COAAM%2CU7B9bT%3BE6B6bD%2CqBACI%2COAAM%2CU7B7bT%3BE2B0KD%2C0BACI%2Cc3B5KH%3BE2B2KD%2C0BACI%2Cc3B3KH%3BE8CyLD%2CcACI%2CQ9C3LH%3BE8C0LD%2CcACI%2CQ9C1LH%3BE8C%2BLD%2CMACI%2CeACI%2CS9ClMP%3BE8CgMD%2CMACI%2CeACI%2CS9CjMP%3BE%2BC6VD%2C0B%5C%2FC9VC%3BE%2BC8VD%2C0B%5C%2FC7VC%3BEqCoCD%2CcAKI%2CerC1CH%3BEqCqCD%2CcAKI%2CerCzCH%3BE8BuFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9B3FX%3BE8BwFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9B1FX%3BE%2BBsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FB3UX%3BE%2BBuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FB1UX%3BE%2BBuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FB3UX%3BE%2BBwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FB1UX%3BEgD0RG%2COAAC%2CQhD3RJ%3BEgD2RG%2COAAC%2CQhD1RJ%3BEgDgSD%2CYAQI%2CQAAO%2CMhDzSV%3BEgDiSD%2CYAQI%2CQAAO%2CMhDxSV%3BE6B0aD%2CQAaI%2CS7BxbH%3BE6B2aD%2CQAaI%2CS7BvbH%3BE2BsKD%2C6B3BvKC%3BE2BuKD%2C6B3BtKC%3BE%2BCybD%2CyB%5C%2FC1bC%3BE%2BC0bD%2CyB%5C%2FCzbC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BE0By%5C%2FBD%2CkB1Bz%5C%2FBC%3BEgC8ED%2CwBAKI%2CehCnFH%3BEgC%2BHD%2CiChC%5C%2FHC%3BEgCqJD%2CkBhCrJC%3BE4BwFD%2CkBAWI%2Ce5BnGH%3BE4BwGD%2COACI%2CgBACI%2Ce5B1GP%3BEkCwRD%2CelCxRC%3BE6B6VD%2CgB7B7VC%3BE6BqaD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce7BxaX%3BE6BubD%2CqBACI%2COAAM%2CU7BxbT%3BE2BqKD%2C0BACI%2Cc3BtKH%3BE8CoLD%2CcACI%2CQ9CrLH%3BE8C0LD%2CMACI%2CeACI%2CS9C5LP%3BE%2BCwVD%2C0B%5C%2FCxVC%3BEqC%2BBD%2CcAKI%2CerCpCH%3BE8BkFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9BrFX%3BE%2BBiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FBrUX%3BE%2BBkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FBrUX%3BEgDqRG%2COAAC%2CQhDrRJ%3BEgD2RD%2CYAQI%2CQAAO%2CMhDnSV%3BE6BqaD%2CQAaI%2CS7BlbH%3BE2BiKD%2C6B3BjKC%3BE%2BCobD%2CyB%5C%2FCpbC%3BIACG%2CWAAA%3B%3BE0B8hBJ%3BEuBrfA%2COAAO%3BEAMP%3BEAWA%3BIvB0dA%2CsBAAA%3B%3BEAsBA%3BEwB5gBA%3BIxBsfA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BEyBVlB%2CiBzBQI%2CUACM%3BEyBTV%2CiBzBQI%2CUAEI%2CQAAU%3BI1B1UlB%2CgBAAA%3B%3BEoDulBA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEADN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEAfN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BE1BjSR%2C8BACI%2CUACM%2CS0B2KR%3BE1B7KF%2C8BACI%2CUAEI%2CQAAU%2CS0B0KhB%3BEDpLF%2CiBzBQI%2CUACM%2CS0B2KR%3BEDpLF%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0KhB%3BIpDpfF%2CeAAA%3BIoDwfI%2CqBAAA%3B%3BEA6HA%2C8B1B7SA%2CUACM%2CS0B0ST%2COAEI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEAAD%2C8B1B7SA%2CUACM%2CS0B2ST%2CSACI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B0ST%2COAEI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B2ST%2CSACI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BIACG%2CaAAA%3B%3BE1BzSI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA2YhB%3BE2B98BA%3BEC6FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI5Bg2BnC%2CaAAA%3B%3BEAkEA%3BEGplBA%2CQAaI%3BEFjRJ%3BEoBmRA%3BIrBskBI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CkBAKI%3BEGzlBJ%2CQAaI%2CSH4kBA%3BEC71BJ%2C6BD61BI%3BEqB1kBJ%2CyBrB0kBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CkBAWI%3BEG%5C%2FlBJ%2CQAaI%2CSHklBA%3BECn2BJ%2C6BDm2BI%3BEqBhlBJ%2CyBrBglBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBR%2CkBAmBI%3BEGvmBJ%2CQAaI%2CSH0lBA%3BEC32BJ%2C6BD22BI%3BEqBxlBJ%2CyBrBwlBI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4ER%3BEEngCA%3BEMgMA%2CeAEI%3BECjBJ%2CeACI%3BITk1BA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CgCAKI%3BEExgCJ%2CkBFwgCI%3BEQx0BJ%2CeAEI%2CWRs0BA%3BESv1BJ%2CeACI%2CgBTs1BA%3BIACI%2CiBAAA%3B%3BEAIA%2CgCADJ%2CQACK%3BEACD%2CgCAFJ%2CQAEK%3BEE9gCT%2CkBF4gCI%2CQACK%3BEE7gCT%2CkBF4gCI%2CQAEK%3BEQ90BT%2CeAEI%2CWR00BA%2CQACK%3BEQ70BT%2CeAEI%2CWR00BA%2CQAEK%3BES71BT%2CeACI%2CgBT01BA%2CQACK%3BES51BT%2CeACI%2CgBT01BA%2CQAEK%3BIACG%2CiBAAA%3B%3BEAGJ%2CgCANJ%2CQAMK%3BEElhCT%2CkBF4gCI%2CQAMK%3BEQl1BT%2CeAEI%2CWR00BA%2CQAMK%3BESj2BT%2CeACI%2CgBT01BA%2CQAMK%3BIACG%2CWAAA%3B%3BEuB5lCZ%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%3BEMrDA%2CCAAC%2CmBAAwB%2CQNkDtB%3BIjDoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDrZL%2CCAAC%2CoBAAyB%2CQN%2BCvB%3BIjDoMP%2CUAAA%3BIuD9KA%2CqBAAA%3BIvD8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDlZL%2CCAAC%2CyBAA%2BB%2CQN4C7B%3BIjDoMP%2CUAAA%3BIuDlLA%2CYAAA%3BIvDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuD%5C%2FYL%2CCAAC%2C0BAAgC%2CQNyC9B%3BIjDoMP%2CUAAA%3BIuDtLA%2CWAAA%3BIvDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEiDhWT%3BIAEI%2CiBAAA%3B%3BEM3CA%2CCAAC%2CoBAAyB%3BIvDuO9B%2CUAAA%3BIuDtLA%2CWAAA%3BIvDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDtYL%2CCAAC%2CyBAA%2BB%3BIvDoOpC%2CUAAA%3BIuDtLA%2CWAAA%3BIvDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDnYL%2CCAAC%2C0BAAgC%3BIvDiOrC%2CUAAA%3BIuDtLA%2CWAAA%3BIvDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEiD1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEM3CA%2CCAAC%2CoBAAyB%3BIvD2N9B%2CUAAA%3BIuDlLA%2CYAAA%3BIvDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuD1XL%2CCAAC%2CyBAA%2BB%3BIvDwNpC%2CUAAA%3BIuDlLA%2CYAAA%3BIvDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDvXL%2CCAAC%2C0BAAgC%3BIvDqNrC%2CUAAA%3BIuDlLA%2CYAAA%3BIvDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEiD9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEO6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIxDiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIwDtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIzDSA%2CmBAAA%3BIAAA%2CgBAAA%3BIyDJI%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%3BIzDhBN%2CgBAAA%3B%3BEyDTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIzDxBJ%2CkBAAA%3BIyD0BQ%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%3BIzD%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIyDsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIzD1DtB%2CcAAA%3BIAAA%2CqBAAA%3B%3BEyDkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIzDpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIyD2EgB%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%3BIzDzFpB%2CqBAAA%3BIkBhOA%2CqBAAA%3B%3BEuCmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBvCnGhB%3BIlBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkB2CA%2CWuCkPI%2CQA2DK%2COACK%2CaAGI%2CgBvCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmB9NQ%2COnB8NR%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CsBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuClFA%2CWAiCI%2CQA8EI%3BIzDtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIyD8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIzDlHZ%2CgBAAA%3B%3BEyDTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIzD%5C%2FON%2CgBAAA%3B%3BEyDkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIzD1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIyD%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIzDpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIyDuQY%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%3BIzDzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEyDgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIzDjJjB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEyDTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIzDzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEyDTA%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%3BIzDpL5B%2CqBAAA%3BIkBhOA%2CqBAAA%3B%3BEuCgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC9LxB%3BIlBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkB2CA%2CWuCkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmBxPQ%2COnBwPR%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CsBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuC0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIzDpMZ%2CqBAAA%3BIkBhOA%2CqBAAA%3B%3BEAMA%2CWuCkPI%2CQA2KK%2CKvC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmBzPgB%2COnByPhB%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CsBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuCkIY%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%3BEf9HR%2CSAKM%3BIzC8GN%2CgBAAA%3BIoDwcA%2CsBAAA%3BIXpjBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSWuvBJ%3BIAoDF%2CSAAA%3B%3BEpDj7BA%2CSyCsIM%2CSzCtIL%3BEACD%2CSyCqIM%2CSzCrIL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CSyCgIM%2CSzChIL%3BIACG%2CWAAA%3B%3BEoDurBJ%2CSXxjBM%2CSWwjBL%2COAAO%3BEACR%2CSXzjBM%2CSWyjBL%2CSAAS%3BIpD3cV%2CqBAAA%3BIAAA%2CYAAA%3BIoD8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEXpkBJ%2CSAKM%2CSWkkBN%3BIpDpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIoDwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSX1kBM%2CSW0kBL%2CIAAI%2CSACC%3BIpD7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIoDkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSX1kBM%2CSW0kBL%2CIAAI%2CSAUC%3BIpDteN%2CYAAA%3BIoDweQ%2CWAAA%3B%3BEM7vBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BE3D0CA%2CQ0DjCQ%2CKAAK%2CM1DiCZ%3BEACD%2CQ0DlCQ%2CKAAK%2CM1DkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ0DvCQ%2CKAAK%2CM1DuCZ%3BIACG%2CWAAA%3B%3BE0DxCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BI3DwRN%2CYAAA%3BI2DtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BI3DgRP%2CgBAAA%3BI2D7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE3DsBJ%2CQ0DjCQ%2CKAAK%2CMCKX%2CQAAK%2CQ3D4BN%3BEACD%2CQ0DlCQ%2CKAAK%2CMCKX%2CQAAK%2CQ3D6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ0DvCQ%2CKAAK%2CMCKX%2CQAAK%2CQ3DkCN%3BIACG%2CWAAA%3B%3BE2D3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BI3DsNP%2CiBAAA%3B%3BE0DrRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BI3DoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI2D%5C%2FLQ%2CmBAAA%3BI3D%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE3CjJA%2CQqGpIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUtGmEL%3BI2CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE3C5IA%2CQqGzIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUtGwEL%3BI2C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE3CvIA%2CQqG9IQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUtG6EL%3BI2CuID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2D1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI3DyL9B%2CmBAAA%3B%3BE2DrLI%2CQDhGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDlGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDnGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI3DkLtB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2D5KI%2CQDzGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD1GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD3GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI3D0KtB%2CmBAAA%3B%3BE0DrRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BI3DqKP%2CmBAAA%3BI2DnKI%2CgBAAA%3BIACA%2C4BAAA%3BIAoBJ%2CSAAA%3BI3D8IA%2C6BAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE0ClBJ%2CgBkB0CA%3BIACI%2CWAAA%3B%3BElB3CJ%2CgBkB8CA%3BIACI%2CYAAA%3B%3BElB%5C%2FCJ%2CgBkBjBA%3BElBiBA%2CgBkBhBA%3BIACI%2CqBAAA%3B%3BElBeJ%2CgBkBjBA%2CSAQI%2CEAAC%3BElBSL%2CgBkBhBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BElBQR%2CgBkBHA%2CSACI%3BI5DiQJ%2CiBAAA%3B%3BE0C%5C%2FPA%2CgBkBOA%2CWAKI%2CEAAC%3BI5DmPL%2CeAAA%3B%3BE0C%5C%2FPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEmBqIR%2CYAAC%2CYACG%3BI7DiHR%2C6BAAA%3BI6D%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%3BE%5C%2FBmEJ%2CwBACI%3BIACI%2CgCAAA%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%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BIhC0GJ%2CmBAAA%3B%3BEgCtGY%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%3BEgC6XZ%3BEACA%2CmBAAoB%3BIhEhTpB%2CYAAA%3B%3BEgEoTA%3BEACA%2CeAAgB%3BIhErThB%2CYAAA%3B%3BEgEyTA%3BIAEQ%2CgBAAA%3B%3BEAFR%2CWAKI%2CeAAe%3BIACX%2CaAAA%3B%3BEAKJ%2CeAAC%3BIhE5JL%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIgE4JA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CeAAC%3BIhEnKL%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIgEmKA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CeAAC%3BIhE3KL%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIgE2KA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CeAAC%3BIhEnLL%2C%2BBAAA%3BIACI%2C2BAAA%3BIACI%2CuBAAA%3BIgEmLA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CeAAC%3BIhE3LL%2C%2BBAAA%3BIACI%2C2BAAA%3BIACI%2CuBAAA%3BIgE2LA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CeAAC%3BIACG%2CuBAAA%3BIhEpMR%2C%2BBAAA%3BIACI%2C2BAAA%3BIACI%2CuBAAA%3BIgEoMA%2CkBAAA%3B%3BEAIR%2CmBAAoB%2CUAChB%3BIACI%2CSAAA%3BIhEpXR%2CUAAA%3B%3BEgEyXA%2CeAAgB%2CSAAS%2CUACrB%2CMAAK%2CQAAQ%2CMAAO%3BIAChB%2CMAAA%3B%3BEAFR%2CeAAgB%2CSAAS%2CUAKrB%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIhEhYR%2CUAAA%3B%3BEgEyXA%2CeAAgB%2CSAAS%2CUAWrB%2CsBAAsB%3BIAEd%2CaAAA%3B%3BEAGJ%2CeAhBQ%2CSAAS%2CUAWrB%2CsBAAsB%2CuBAKjB%3BIACG%2CcAAA%3B%3BEAKZ%2CuBACI%3BIACI%2CUAAA%3B%3BEAFR%2CuBAKI%3BIhEpZJ%2CkBAAA%3B%3BEgE%2BYA%2CuBASI%3BIACI%2CeAAA%3B%3BEAIR%2CUAAU%2CaACN%3BIACI%2CiBAAA%3B%3BEAFR%2CUAAU%2CaAKN%3BIACI%2CkBAAA%3B%3BECpiBR%2CqBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAPR%2CqBAUI%3BIACI%2CSAAA%3BIACA%2CsBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CqBAoBI%2CoBAAsB%3BIAClB%2CSAAA%3BIACA%2CWAAA%3B%3BEAtBR%2CqBAyBI%2CoBAAoB%3BIjEwGxB%2CyBAAA%3B%3BEiEjIA%2CqBA6BI%3BIACI%2C4BAAA%3BIACA%2CsCAAA%3BIjE0PR%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIiE1PA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3B%3BEAnCR%2CqBAsCI%2CwBAAwB%3BIACpB%2CYAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CmBACI%3BIACI%2CSAAA%3B%3BEAFR%2CmBAMI%3BIACI%2CsBAAA%3B%3BEAPR%2CmBAUI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAIR%2CgBACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CgBAMI%3BIACI%2CmBAAA%3B%3BEAPR%2CgBAUI%2CyBAAyB%3BIACrB%2CiBAAA%3B%3BEAIR%2CmBACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAHR%2CmBAMI%3BIACI%2CUAAA%3B%3BEC9JR%3BIAEQ%2CkBAAA%3B%3BEAFR%2CgBAKM%3BIACE%2CgBAAA%3BIlE6JV%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BEkEnLA%2CgBAUM%3BIACE%2CiBAAA%3B%3BECER%2CoBAAqB%3BEACrB%2CoBAAqB%3BIAEb%2CkBAAA%3B%3BEAHR%2CoBAAqB%2CyBAMjB%2CaAAa%3BEALjB%2CoBAAqB%2CQAKjB%2CaAAa%3BIACT%2CkBAAA%3B%3BEC%5C%2FFR%3BIACI%2CsBAAA%3B%3BECklBJ%2CWAAW%3BIACP%2CgBAAA%3B%3BEAGJ%2CuBAAwB%2CEAAC%3BIACrB%2CqBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2C4BAAA%3B%3BEAGJ%2CuBACI%3BIACI%2CUAAA%3B%3BEAIR%2CQAAW%3BIACP%2CmBAAA%3B%3BEAGJ%3BIAEQ%2CeAAA%3B%3BEAGJ%2CsBAAC%2CeAAgB%2CgBAAgB%3BIAC7B%2CgBAAA%3BIACA%2CaAAA%3B%3BEAPR%2CsBAUI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAZR%2CsBAeI%3BIACI%2CaAAA%3B%3BEAhBR%2CsBAmBI%3BIACI%2CgBAAA%3B%3BEApBR%2CsBAuBI%3BIACI%2CgBAAA%3B%3BEAxBR%2CsBA2BI%2CqBAAoB%2CYAAa%3BIAC7B%2CeAAA%3B%3BEA5BR%2CsBA%2BBI%3BIACI%2CkBAAA%3B%3BEAhCR%2CsBAmCI%2CsBAAqB%3BIACjB%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEASR%2CQAAQ%2CaAAa%3BIAEb%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEALR%2CQAAQ%2CaAAa%2CiBAQjB%3BI3FzmBA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CQ2F6lBQ%2CaAAa%2CiBAQjB%2CgB3FrmBH%3BIAEO%2CiDAAA%3B%3BEAGJ%2CQ2FwlBI%2CaAAa%2CiBAQjB%2CgB3FrmBH%2CMAKI%3BIACG%2CmBAAA%3B%3BEAGJ%2CQ2FolBI%2CaAAa%2CiBAQjB%2CgB3FrmBH%2CMASI%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQ2F8kBI%2CaAAa%2CiBAQjB%2CgB3FrmBH%2CMAeI%3BIACG%2C8BAAA%3B%3BEAKJ%2CQ2FwkBI%2CaAAa%2CiBAQjB%2CgB3FhlBC%3BIACG%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQ2FmkBI%2CaAAa%2CiBAQjB%2CgB3F3kBC%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BE2FikBR%2CQAAQ%2CaAAa%2CiBAQjB%2CgB3FtkBA%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BE4FxBR%2CsBAAuB%2CqBAAqB%2CwBAAwB%2CuBAAuB%2COAAM%3BIAC7F%2CaAAA%3BIACA%2CgBAAA%3B%3BECXJ%2CeAAgB%2CMAAK%3BI7FvErB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BI6FZI%2CkBAAA%3B%3BEAGJ%2CeAwEgB%2CMAAK%2CiBAxEjB%3BI7FcA%2CsBAAA%3BIACA%2CqBAAA%3BI6FZA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BE7FOJ%2CKAAM%2CgB6FsDU%2CMAAK%2CiBAxEjB%3BI7FmBA%2CqBAAA%3B%3BE6FLJ%2CeA0DgB%2CMAAK%2CiBA1DjB%2CmBAAgB%3BEACpB%2CeAyDgB%2CMAAK%2CiBAzDjB%2CmBAAgB%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CeA6CgB%2CMAAK%2CiBA7CjB%2CmBAAgB%3BIAChB%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAwCgB%2CMAAK%2CiBAxCjB%2CmBAAgB%3BIAChB%2CioCAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CeAmCgB%2CMAAK%2CiBAnCjB%2CmBAAgB%2CMAAM%3BEAC1B%2CeAkCgB%2CMAAK%2CiBAlCpB%2CQAAW%2CmBAAgB%3BIACxB%2CqBAAA%3B%3BEAGJ%2CeA8BgB%2CMAAK%2CiBA9BpB%2CQAAW%2CmBAAgB%3BIACxB%2CSAAS%2CEAAT%3B%3BEAKA%2CUAAW%2CgBAwBC%2CMAAK%2CiBA1BpB%2COAAU%2CmBAAgB%3BEAEvB%2CUAAW%2CgBAwBC%2CMAAK%2CiBAzBpB%2CMAAS%2CmBAAgB%3BEAEtB%2CeAuBY%2CMAAK%2CiBA1BpB%2COAAU%2CmBAAgB%3BEAGvB%2CeAuBY%2CMAAK%2CiBAzBpB%2CMAAS%2CmBAAgB%3BIAGlB%2CqBAAA%3B%3BEAIR%2CeAkBgB%2CMAAK%2CiBAlBpB%2CIAAI%2CUAAU%2CWAAc%2CmBAAgB%3BIACzC%2CqBAAA%3B%3BECLJ%3BIAEQ%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3B%3BEAGJ%2CwBAAC%2COAAQ%2CgBAAe%3BIACpB%2CaAAA%3B%3BEAIR%3BIAEQ%2CkBAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CqFAAA%3B%3BEAVR%2CeAaM%3BIACE%2CcAAA%3B%3BEAGJ%2CeAAC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%2CeAAC%2CUAAU%3BIACP%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CeAAC%2CYAAY%3BIACT%2C4BAAA%3BIACA%2C4BAAA%3B%3BECzFR%2C2BAA4B%2CwBAA0B%3BIAClD%2CQAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEC%2BFJ%3BIAEQ%2CaAAA%3B%3BEAFR%2CsBAKI%2CiBAAiB%3BIACb%2CeAAA%3B%3BEANR%2CsBASI%3BIACI%2CmBAAA%3B%3BEAVR%2CsBAaI%2CqBAAoB%3BIAChB%2CgBAAA%3B%3BEAdR%2CsBAiBI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BECvEV%3BIACE%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2CSAAA%3B%3BEAJF%2CiBAME%2CGACE%3BIAEE%2CqBAAA%3B%3BECLN%2CcACE%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEhDyCF%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAJR%2CkBAOI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEK5BR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEnC0Sd%2CcACE%2CeACE%3BIACE%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALJ%2CeACE%2CcAIG%2CUAAU%3BIACT%2CcAAA%3B%3BEAMR%2CcAAc%2CoBACZ%2CeACE%3BIACE%2CUAAA%3B%3BEAKN%2CcAAc%2CqBACZ%2CeACE%3BIACE%2CUAAA%3B%3BE6C5VJ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BI3C0IA%2CcAAA%3BI2CxII%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BI3CkIJ%2CqBAAA%3BIkB9QA%2CqBAAA%3B%3BEyB%2BIQ%2CWADH%2CIAAI%2CSACA%3BI3C%2BHT%2CcAAA%3BI2C7HY%2CmBAAA%3B%3BEAIR%2CWAAC%3BIACG%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BI3CqHL%2CcAAA%3B%3BE2C1IA%2CWzB8HE%3BIlBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmBnPQ%2COnBmPR%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CsBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIlB2PL%2CcAAA%3B%3BEkBzKA%2CUAAC%3BIlByKD%2CSmBrPQ%2COnBqPR%3B%3BE2CnGI%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEQiXR%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%3BE0BpkBJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI7EgMR%2CiBAAA%3B%3BE6EzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI7EqLR%2CeAAA%3B%3BE6EzMA%2CqBAcI%2CQAUI%3BI7EiLR%2CiBAAA%3BI6E%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI7E0KR%2CeAAA%3B%3BE6EzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI7EmKb%2CeAAA%3BI6EjKgB%2CWAAA%3B%3BEjCmEhB%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAdR%2CaAiBI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApBR%2CaAuBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BE5C2JR%2Ca4C%5C%2FJI%2CM5C%2BJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2Ca4CpKI%2CM5CoKH%3BIA7FD%2CcAAA%3B%3BEAkGA%2Ca4CzKI%2CM5CyKH%3BIAlGD%2CcAAA%3B%3BEAuGA%2Ca4C9KI%2CM5C8KH%3BIAvGD%2CcAAA%3B%3BE4C9FA%2CaA8BI%2CQAAO%3BI5CgEX%2CqBAAA%3BI8EzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI9EgDA%2CgBAAA%3BI4CxDQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2CaA8BI%2CQAAO%2CO1BoDT%3BIlBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBHA%2Ca0BwMI%2CQAAO%2CO1BxMV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmB3OU%2COnB2OV%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Ca0B2LA%2CQAAO%2CO1B5LV%2CMACI%3BIlB2PL%2CcAAA%3B%3BEkBrPI%2Ca0BqLA%2CQAAO%2CO1BtLV%2COACI%3BIlBqPL%2CcAAA%3B%3BE8E7CA%2CalCnBI%2CQAAO%2COkCmBV%3BEACD%2CalCpBI%2CQAAO%2COkCoBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CalCzBI%2CQAAO%2COkCyBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CalC9BI%2CQAAO%2COkC8BV%3BEACD%2CalC%5C%2FBI%2CQAAO%2COkC%2BBV%3BEACD%2CQAAQ%2CUAAW%2CclChCf%2CQAAO%3BIkCiCP%2CoBAAA%3BI9E%2BBJ%2CYAAA%3B%3BE4CjDY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BI5CiDb%2CWAAA%3B%3BE4C1CA%3BIACI%2CaAAA%3B%3BEVmFJ%2CeAMI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGI%2COAAO%2CKAAM%2CcADjB%2CiBAGU%3BIACE%2CWAAA%3B%3BEAThB%2CaAcI%2COACI%2CUACI%3BIlCzEZ%2CgBAAA%3BIkC2EgB%2CgBAAA%3B%3BEkB4gBhB%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BElB%5C%2FiBR%2CaAcI%2COACI%2CUACI%2COkB2aV%3BIpDpfF%2CeAAA%3BIoDwfI%2CqBAAA%3B%3BEA6HA%2CalB9iBA%2COACI%2CUACI%2COkB0iBX%2COAEI%3BEAAD%2CalB9iBA%2COACI%2CUACI%2COkB2iBX%2CSACI%3BIACG%2CaAAA%3B%3BElBpiBJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKI%2CKARX%2CcAMG%2CMACI%2CKACK%3BIACG%2CsBAAA%3B%3BEAIR%2CKAbP%2CcAMG%2CMAOK%2CQACG%3BIACI%2CiBAAA%3B%3BEAMR%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CcACI%3BIACI%2CgBAAA%3B%3BEAzChB%2CKA%2BCI%3BIACI%2CmBAAA%3B%3BEAKR%2CsBACI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAHR%2CsBAMI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGI%2CsBALR%2COAII%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BE6CjDZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BE7B3UR%3BIlD%2BMA%2CmBAAA%3BIuDtLA%2CWAAA%3BIvDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIkD9WL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE8BsER%3BIhF%2BHA%2CYAAA%3B%3BEiF1QA%2CqBACI%2CaACI%3BIjFwQR%2CgBAAA%3B%3BEiF1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC8NhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BIlFmBJ%2CgBAAA%3B%3BEkFdA%3BIACI%2CWAAA%3B%3BEC3QJ%3BInFwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIuDlLA%2CYAAA%3BIvDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoF7QT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECnEZ%3BIrF2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIqFxKI%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%3BIrF4JL%2CYAAA%3BIqF1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIrFkJA%2CmBAAA%3BIqFhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIrF4IJ%2CiBAAA%3BIqF1IQ%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%3BIrFkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIqFrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIrFyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEqFjPR%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%3BEClCR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAZhB%2CwBAiBI%2CwBACI%2CUACM%3BIACE%2CgBAAA%3B%3BEAGI%2CwBANhB%2CwBACI%2CUACM%2CSAGG%2COACI%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3BEAIR%2CwBAZZ%2CwBACI%2CUACM%2CSAUG%2CKACG%3BIACI%2CkBAAA%3B%3BEAGJ%2CwBAjBhB%2CwBACI%2CUACM%2CSAUG%2CKAKI%2CaACG%3BIACI%2CcAAA%3B%3BEAS5B%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEC7CZ%2CwBACI%3BIvFoGJ%2CkBAAA%3B%3BEuFrGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BECjLhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BE3D4XJ%2CgBAGI%2COAEI%2COACI%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATpB%2CgBAGI%2COAEI%2COACI%2CiBAMM%3BIACE%2CWAAA%3B%3BEAcpB%2CSACI%2CUACI%2COACI%3BI7B7IZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI6BkJgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BI7BtJZ%2CYAAA%3BI6BwJgB%2CWAAA%3B%3BEAMhB%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAOJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAsBR%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CiBAAA%3B%3BEAchB%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BE4D%5C%2FbR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BEtDqKhB%2CaACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAdhB%2CaAII%2CiBAKI%2CWAQI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaArBR%2CiBAoBK%2CUAAU%2CGACN%3BInCAb%2C8BAAA%3BImCEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BInCfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEmCsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BER5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CyBACI%2CUAEM%2C2BACI%3BI3BoFd%2CgBAAA%3BIoDwcA%2CsBAAA%3B%3BEzBhiBA%2CyBACI%2CUAEM%2C2BACI%2CSyB6tBZ%3BIAoDF%2CSAAA%3B%3BEpDj7BA%2CyB2B6JI%2CUAEM%2C2BACI%2CS3BhKb%3BEACD%2CyB2B4JI%2CUAEM%2C2BACI%2CS3B%5C%2FJb%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyB2BuJI%2CUAEM%2C2BACI%2CS3B1Jb%3BIACG%2CWAAA%3B%3BEoDurBJ%2CyBzBjiBI%2CUAEM%2C2BACI%2CSyB8hBb%2COAAO%3BEACR%2CyBzBliBI%2CUAEM%2C2BACI%2CSyB%2BhBb%2CSAAS%3BIpD3cV%2CqBAAA%3BIAAA%2CYAAA%3BIoD8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEzBziBJ%2CyBACI%2CUAEM%2C2BACI%2CSyBwiBd%3BIpDpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIoDwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSACC%3BIpD7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIoDkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSAUC%3BIpDteN%2CYAAA%3BIoDweQ%2CWAAA%3B%3BEzBliBA%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%3BEmBlBZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BI9CoCZ%2C8BAAA%3BI8ClCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEPlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BIvC8PV%2CgBAAA%3B%3BEuCzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEQmVJ%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BI%5C%2FCjGR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI%2BCsGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BI%5C%2FC7FR%2CgBAAA%3B%3BEoDulBA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEL5gBJ%2CSAAC%2COAAO%2CMACJ%2COKuZN%3BIpDpfF%2CeAAA%3BIoDwfI%2CqBAAA%3B%3BEA6HA%2CSLzhBC%2COAAO%2CMACJ%2COKshBP%2COAEI%3BEAAD%2CSLzhBC%2COAAO%2CMACJ%2COKuhBP%2CSACI%3BIACG%2CaAAA%3B%3BEL5gBR%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%3BI%5C%2FCjKZ%2CeAAA%3B%3BE%2BCuKQ%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%3BE2C5ZpB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%3BIACI%2CiBAAA%3B%3BEAEA%2CMAPF%2CWAIF%2COAGK%3BIACG%2CgBAAA%3B%3BEARZ%2CMAAM%2CWAIF%2COAOI%3BIACI%2CWAAA%3B%3BEAZZ%2CMAAM%2CWAgBF%2CQAAO%3BIACH%2CkBAAA%3B%3BErDHR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAEI%3BEAPR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAKI%2CeAUI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2CcA2BI%2CKAAI%3BEA3BR%2CcA4BI%3BEA5BJ%2CcA6BI%3BIACI%2CiBAAA%3B%3BEsD%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BE9DoFR%2CmBAEI%2CYACI%2COAAM%3BIACF%2CgBAAA%3B%3BEASZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEAOpB%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BECsKZ%2CkBACI%3BEADJ%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAKI%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CYAAA%3B%3BEAIR%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CmBACI%3BI%5C%2FBzEJ%2CiBAAA%3B%3BE%2BBmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEiB5FpB%2CaACM%3BEADN%2CaAEM%3BEAFN%2CaAGM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CWAAY%3BIACR%2CcAAA%3B%3BEAIA%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BIhDjBZ%2CSAAA%3BIAAA%2CUAAA%3BI3C1KA%2CqBAAA%3BI2F6LY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CM3FnLf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BE2FgLA%2COAAC%2CMACK%2CUAAO%2CMAMH%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2COAXX%2CMACK%2CUAAO%2CMAMH%2CKAIG%3BEAXb%2COAAC%2CMACK%2CUAAO%2CMAMH%2CKAKE%3BIACI%2CgBAAA%3B%3BEAGJ%2COAhBX%2CMACK%2CUAAO%2CMAMH%2CKASG%2CQACG%3BIhD%5C%2FBpB%2CiBAAA%3B%3BEgDuCI%2COAAC%3BIAEG%2CoBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYAQI%2CQAAO%3BIAEH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CqBAAA%3B%3BEAIR%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CqBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CYAAA%3B%3BEAFR%2COAAC%2CQAKG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEATR%2COAAC%2CQAYG%2CUAAS%3BIACL%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BE6C5UZ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BEvDoPA%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BIACG%2CgBAAA%3B%3BEANR%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%3BIACF%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAZZ%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%2CIAIF%3BIACI%2CWAAA%3B%3BEAfhB%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYACI%3BIACI%2CSAAA%3B%3BEAtBZ%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYAKI%3BIACI%2CgBAAA%3B%3BEAUR%2CqBAFR%2CSACK%2CKACI%3BIACG%2CYAAA%3B%3BEwDwClB%2CsBAAuB%3BIACrB%2C6BAAA%3BIACA%2C4BAAA%3B%3BEAEF%2CoBAAqB%2CsBAAqB%3BIACxC%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3B%3BEAIA%2COAAC%3BIACC%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAJJ%2COAOE%2CGAAE%2CMAAM%3BIACN%2CgBAAA%3BIACA%2CoCAAA%3BIACA%2CsBAAA%3B%3BEAGF%2COAAC%3BIACC%2CaAAA%3B%3BEAGF%2COAAC%2CQACC%3BIACE%2CcAAA%3B%3BEAFJ%2COAAC%2CQACC%2CMAGE%3BIACE%2CiBAAA%3B%3BEALN%2COAAC%2CQACC%2CMAOE%3BIACE%2CiBAAA%3B%3BEAMN%2COAAC%3BIACC%2CmBAAA%3B%3BEAGF%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACC%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2COAAC%3BIACC%2CcAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FCJ%2COAkDE%2CeAAc%3BIACZ%2C4BAAA%3B%3BEAIJ%2CoBAEE%2CUAAY%3BIACV%2CgBAAA%3B%3BEAGF%2CoBAAC%2CiBAAkB%2CQAAO%3BIACxB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADF%2CQACG%3BIACC%2C6BAAA%3B%3BEAGF%2CoBALF%2CQAKG%3BIACC%2CgBAAA%3B%3BEAGF%2CoBATF%2CQASG%3BIACC%2CaAAA%3B%3BEAIA%2CoBAdJ%2CQAaG%2CQACE%3BIACC%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBN%2CQAaG%2CQACE%2CKAME%3BIACC%2CUAAA%3B%3BEADF%2CoBApBN%2CQAaG%2CQACE%2CKAME%2COAGC%3BIACE%2CmBAAA%3B%3BEAGF%2CoBA3BR%2CQAaG%2CQACE%2CKAME%2COAOE%3BIACC%2CUAAA%3B%3BEAGF%2CoBA%5C%2FBR%2CQAaG%2CQACE%2CKAME%2COAWE%3BEACD%2CoBAhCR%2CQAaG%2CQACE%2CKAME%2COAYE%3BI9F3JT%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI8F2MU%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CoBA1CR%2CQAaG%2CQACE%2CKAME%2COAsBE%3BI9FnNT%2CyBAAA%3BI8FqNU%2CeAAA%3BIACA%2CUAAA%3B%3BEAKN%2CoBAlDJ%2CQAaG%2CQAqCE%3BIACC%2CmBAAA%3B%3BEAEA%2CoBArDN%2CQAaG%2CQAqCE%2CMAGE%3BIACC%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CoBA5DJ%2CQAaG%2CQA%2BCE%3BI9FrOL%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI8F0OM%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXF%2CoBA5DJ%2CQAaG%2CQA%2BCE%2CQAaC%3BIACE%2CSAAA%3BIACA%2CYAAA%3B%3BEAfJ%2CoBA5DJ%2CQAaG%2CQA%2BCE%2CQAaC%2CMAIE%3BIACE%2CcAAA%3B%3BEAGF%2CoBAjFR%2CQAaG%2CQA%2BCE%2CQAaC%2CMAQG%3BIACC%2CyBAAA%3B%3BEAMR%2CoBAxFF%2CQAwFG%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FJ%2CQAwFG%2CQAIE%3BI9FrQL%2CcAAA%3BI8FuQM%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGN%2CQAwFG%2CQAIE%2CSAOE%3BIACC%2CSAAS%2CGAAT%3B%3BEAZN%2CoBAxFF%2CQAwFG%2CQAgBC%3BEAhBF%2CoBAxFF%2CQAwFG%2CQAiBC%3BIACE%2CeAAA%3B%3BEAlBJ%2CoBAxFF%2CQAwFG%2CQAqBC%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBJ%2CoBAxFF%2CQAwFG%2CQA0BC%2CQAAO%3BIACL%2CmBAAA%3B%3BEAIJ%2CoBAvHF%2CQAuHG%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HJ%2CQAuHG%2CQAIK%3BIACF%2CgBAAA%3B%3BExC5dN%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%3BEyCmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3BErFyEV%2CkBACE%2CoBACE%3BIVzUF%2CmBAAA%3B%3BEUuUF%2CkBAOE%3BIACE%2CiBAAA%3B%3BEAIJ%2CWACE%2CQAAO%3BIACL%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIJ%3BIACE%2CgBAAA%3B%3BEAGF%2CuBAEE%2CWACE%3BEAFJ%2CmBACE%2CWACE%3BIACE%2CeAAA%3B%3BEAJN%2CuBAEE%2CWACE%2CiBAGE%3BEALN%2CmBACE%2CWACE%2CiBAGE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEARR%2CuBAEE%2CWAUE%2CqBAAuB%2CuBACrB%3BEAZN%2CmBACE%2CWAUE%2CqBAAuB%2CuBACrB%3BIV5WJ%2CiBAAA%3BIU8WM%2CiBAAA%3B%3BEASR%3BIACE%2CYAAA%3B%3BEAGF%2CQAAQ%3BIACN%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CoBACE%3BIACE%2CUAAA%3B%3BEAFJ%2CoBAKE%2CSAAQ%3BIACN%2CUAAA%3B%3BEAIJ%2C0BAGE%3BEAFF%2C2BAEE%3BEADF%2CqBACE%3BIACE%2CUAAA%3B%3BEAJJ%2C0BAOE%2CSAAQ%3BEANV%2C2BAME%2CSAAQ%3BEALV%2CqBAKE%2CSAAQ%3BIACN%2CUAAA%3B%3BEAIJ%2CiBACE%2CyBACE%2COACE%3BIACE%2CUAAA%3B%3BEAMR%2CQACE%2CeACE%2CmBACE%3BIACE%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARR%2CQACE%2CeAWE%3BIACE%2CSAAA%3B%3BEAbN%2CQACE%2CeAeE%3BIACE%2CWAAA%3B%3BEAQN%2CsBAAsB%2CoBACpB%2CQAAO%3BIACL%2CmBAAA%3B%3BEA%2BSJ%2CQAAQ%3BIACN%2CYAAA%3BIV3uBA%2CSAAA%3BIAAA%2CUAAA%3BI3C1KA%2CqBAAA%3B%3BEqDo5BF%2CQAAQ%2CQAIN%2CQAAO%3BIACL%2CiBAAA%3BIV%5C%2FuBF%2CcAAA%3BIAAA%2CqBAAA%3B%3BE3CjJA%2CQqD23BM%2CQAIN%2CQAAO%2CQrD%5C%2F3BN%3BI2CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE3C5IA%2CQqDs3BM%2CQAIN%2CQAAO%2CQrD13BN%3BI2C4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BE3CvIA%2CQqDi3BM%2CQAIN%2CQAAO%2CQrDr3BN%3BI2CuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEU0uBF%2CQAAQ%2CQASN%2CSAAQ%3BIVnvBR%2CcAAA%3B%3BEUsvBE%2CQAZI%2CQASN%2CSAAQ%2CIAGL%3BIACC%2CSAAS%2CGAAT%3B%3BEAGF%2CQAhBI%2CQASN%2CSAAQ%2CIAOL%3BIACC%2CSAAS%2CGAAT%3B%3BEsF5wBJ%3BIACI%2CaAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CSAAS%2CGAAE%2COAAU%2CIAAI%2CgBAAa%3BEAC1D%2CWAAY%2CQAAO%2COAAU%2CaAAa%2CgBAAa%3BIACnD%2C0BAAA%3B%3BEAGJ%3BIhG2IA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIgGhJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BEvCjBR%3BIzDSA%2CmBAAA%3BIAAA%2CgBAAA%3BIyDJI%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%3BIzDhBN%2CgBAAA%3B%3BEyDTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIzDxBJ%2CkBAAA%3BIyD0BQ%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%3BIzD%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIyDsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIzD1DtB%2CcAAA%3BIAAA%2CqBAAA%3B%3BEyDkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIzDpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIyD2EgB%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%3BIzDzFpB%2CqBAAA%3BIkBhOA%2CqBAAA%3B%3BEuCmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBvCnGhB%3BIlBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkB2CA%2CWuCkPI%2CQA2DK%2COACK%2CaAGI%2CgBvCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmB9NQ%2COnB8NR%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CsBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuClFA%2CWAiCI%2CQA8EI%3BIzDtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIyD8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIzDlHZ%2CgBAAA%3B%3BEyDTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIzD%5C%2FON%2CgBAAA%3B%3BEyDkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIzD1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIyD%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIzDpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIyDuQY%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%3BIzDzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEyDgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIzDjJjB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEyDTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIzDzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEyDTA%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%3BIzDpL5B%2CqBAAA%3BIkBhOA%2CqBAAA%3B%3BEuCgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC9LxB%3BIlBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkB2CA%2CWuCkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmBxPQ%2COnBwPR%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CsBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuC0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIzDpMZ%2CqBAAA%3BIkBhOA%2CqBAAA%3B%3BEAMA%2CWuCkPI%2CQA2KK%2CKvC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIlB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSmBzPgB%2COnByPhB%3BIAAA%2CaoBzRe%2CmBpByRf%3BIAAA%2CsBAAA%3BIkBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuCkIY%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%3BEuC7MhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3B%3BAvE%5C%2FOR%2CgBAL4C%3BE1B6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BA0BxEZ%2CgBAJ2C%3BEwEqSvC%2CSAAU%3BIACN%2CuBAAA%3B%3BEtBhON%2CiBACE%2CGACE%3BIACE%2CqBAAA%3B%3BExB%2BdJ%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%3B%3BEzC6Gd%2CQACE%2CeACE%2CmBACE%3BIACE%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARR%2CQACE%2CeAWE%3BIACE%2CiBAAA%22%7D */