/**
 * 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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * 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);
  }
}
.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;
}
.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;
}
.kowal-dostawcy-icons {
  display: flex;
  align-items: center;
  align-content: flex-end;
  gap: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.kowal-dostawcy-icons .dostawcy-icon {
  display: flex;
  flex-direction: column;
  font-size: 9px;
  max-width: 70px;
  cursor: pointer;
  padding: 4px;
  border: solid 1px #dddddd;
  border-radius: 4px;
  align-items: center;
}
.dostawcy-icons-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #45440f;
  color: #fff;
  padding: 10px;
}
.dostawcy-icons-header .dostawcy-title {
  font-size: 22px;
  font-weight: 600;
}
.dostawcy-icons-header .dostawcy-button {
  cursor: pointer;
}
.dostawcy-icons-header .dostawcy-button button {
  padding: 5px;
}
.dostawcy-fotter {
  font-size: 12px;
  margin-bottom: 20px;
}
.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: start;
}
.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 .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;
}
.kowal-payment-icons {
  display: flex;
  align-items: center;
  align-content: flex-end;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0px;
}
.kowal-payment-icons .payment-icon {
  display: flex;
  flex-direction: column;
  font-size: 9px;
  max-width: 70px;
  min-width: 70px;
  cursor: pointer;
  padding: 4px;
  border: solid 1px #dddddd;
  border-radius: 4px;
  align-items: center;
  background: var(--payment-icon-bg, #ffffff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.kowal-payment-icons .payment-icon:hover {
  border-color: #999999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.kowal-payment-icons .payment-icon img {
  width: 70px;
  height: 29px;
  min-width: 70px;
  max-width: 70px;
  object-fit: contain;
}
.kowalprice-history-container.product-page {
  margin-top: -25px;
  font-size: 11px;
}
.block-widget-rokanthemes-brand .block-title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.block-widget-rokanthemes-brand .owl-theme .owl-pagination {
  position: static;
  margin-top: 15px;
}
.block-widget-rokanthemes-brand {
  text-align: center;
}
.block-widget-rokanthemes-brand strong {
  color: #201f1f;
  font-size: 36px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  padding: 0 50px;
}
.block-widget-rokanthemes-brand strong:before,
.block-widget-rokanthemes-brand strong:after {
  content: "";
  display: block;
  width: 1168px;
  position: absolute;
  top: 50%;
  border-top: 1px solid #ebebeb;
}
.block-widget-rokanthemes-brand strong:before {
  left: 100%;
}
.block-widget-rokanthemes-brand strong:after {
  right: 100%;
}
@media (max-width: 480px) {
  .block-widget-rokanthemes-brand strong {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .block-widget-rokanthemes-brand strong {
    font-size: 26px;
    font-weight: 500;
  }
}
.sidebar .block {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
.sidebar .block .block-title strong {
  font-size: 18px;
  color: #201f1f;
  position: relative;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: none;
}
.sidebar .block-content li {
  padding: 0 0 10px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.brandlist .block-content {
  margin-bottom: 30px;
}
.brandlist .toolbar-products .pages {
  display: block;
  margin-top: 30px;
  float: left;
}
.brandlist .toolbar-products .toolbar-amount {
  float: right;
  margin-top: 30px;
}
.brand-item {
  text-align: center;
  margin-bottom: 0px;
  list-style-type: none;
}
.brand-item .name,
.brand-item .brand-name {
  margin-top: 10px;
}
.brand-view {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.brand-view .brand-image {
  margin-bottom: 20px;
}
.brand-label {
  margin-top: 20px;
  display: block;
}
.product-info .product-brands {
  margin: 15px 0;
  margin-bottom: 0px !important;
}
.product-info .product-brands li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.product-info .product-brands li img {
  max-width: 50px;
}
.product-info .product-brands li a {
  display: block;
  font-size: 11px;
}
.product-info .product-brands li a:last-child {
  margin-top: 3px;
}
.cms-index-index .block-widget-rokanthemes-brand .owl-theme .owl-controls .owl-buttons > div {
  top: 10%;
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block!important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  transition: all 300ms ease-in-outs all ease-in;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  transition: all 450ms ease-in-outs all ease-in;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-outs all ease-in;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block!important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
.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%;
  }
}
/* ===============================
   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 / 400;
  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;
}
@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;
}
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('../images/bl-paczka/poczta.svg');
}
td[id^="label_carrier_dpd"]:before {
  background-image: url('../images/bl-paczka/dpd.svg');
}
td[id^="label_carrier_ups"]:before {
  background-image: url('../images/bl-paczka/ups.svg');
}
td[id^="label_carrier_dhl"]:before {
  background-image: url('../images/bl-paczka/dhl.svg');
}
td[id^="label_carrier_blp_cross_border"]:before {
  background-image: url('../images/bl-paczka/blp.svg');
}
td[id^="label_carrier_fedex"]:before {
  background-image: url('../images/bl-paczka/fedex.svg');
}
td[id^="label_carrier_gls"]:before {
  background-image: url('../images/bl-paczka/gls.svg');
}
td[id^="label_carrier_geis"]:before {
  background-image: url('../images/bl-paczka/geis.svg');
}
td[id^="label_carrier_geodis"]:before {
  background-image: url('../images/bl-paczka/geodis.svg');
}
td[id^="label_carrier_hellman"]:before {
  background-image: url('../images/bl-paczka/hellman.svg');
}
td[id^="label_carrier_inpost"]:before {
  background-image: url('../images/bl-paczka/inpost.svg');
}
td[id^="label_carrier_orlen"]:before {
  background-image: url('../images/bl-paczka/orlen.svg');
}
td[id^="label_carrier_paczkomaty"]:before {
  background-image: url('../images/bl-paczka/inpost.svg');
}
td[id^="label_carrier_allegro_smart"]:before {
  background-image: url('../images/bl-paczka/allegro_smart.svg');
}
td[id^="label_carrier_euro_hermes"]:before {
  background-image: url('../images/bl-paczka/euro_hermes.svg');
}
td[id^="label_carrier_olza"]:before {
  background-image: url('../images/bl-paczka/olza.svg');
}
td[id^="label_carrier_ambro"]:before {
  background-image: url('../images/bl-paczka/ambro.svg');
}
td[id^="label_carrier_spring"]:before {
  background-image: url('../images/bl-paczka/spring.svg');
}
.page-header {
  background-color: #1b252f;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  padding: 5px 0px;
}
.page-header .panel.wrapper .custom-top-links a,
.page-header .panel.wrapper .page-header .panel.wrapper .switcher .options .action.toggle {
  color: #1b252f !important;
}
.page-header .panel.wrapper .custom-top-links .trans-section a {
  color: initial;
}
@media (min-width: 768px) {
  .page-header .panel.wrapper .header.panel {
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex;
    justify-content: space-between;
  }
  .page-header .panel.wrapper .header.panel:before {
    content: none;
  }
  .page-header .panel.wrapper .header.panel:after {
    content: none;
  }
}
.page-header .nav-toggle {
  top: 22px !important;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #1b252f !important;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  max-width: 1430px;
}
.header.content {
  gap: 0px !important;
}
@media (max-width: 767px) {
  .header.content {
    padding-bottom: 50px;
  }
  .header.content .amsearch-wrapper-block {
    position: absolute !important;
    top: 22px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .page-header .amsearch-wrapper-block:before {
    background: none !important;
  }
  .header.content .minicart-wrapper {
    margin-top: -5px !important;
  }
  .section-item-title.nav-sections-item-title {
    display: none !important;
  }
  .nav-sections-item-content {
    margin-top: 0px !important;
  }
  .filter-title strong {
    left: auto !important;
    right: 0px;
    top: 7px !important;
  }
  .footer-icons .kowal-payment-icons,
  .footer-icons .kowal-dostawcy-icons {
    flex-wrap: wrap;
  }
}
.footer-icons .kowal-socialmedia-icons {
  justify-content: center;
}
@media (min-width: 767px) {
  section.amsearch-wrapper-block {
    margin-right: 40px !important;
  }
  .page-header .panel.wrapper .switcher strong,
  .page-footer .switcher strong {
    color: #000;
  }
  .amasty-catalog-topnav {
    margin-top: 0px;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    margin-bottom: 12px;
  }
  .page-layout-1column .product-info-main {
    background-color: #fff;
  }
  .toolbar-products {
    margin-bottom: 20px;
    padding: 10px !important;
    background-color: #e8e8e8;
    border-radius: 4px;
  }
  .toolbar-products .modes {
    background: #fff;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -7px !important;
  }
}
.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;
}
.product-item .price-box .price {
  font-weight: 700 !important;
}
ol.products.list.items.product-items .price-container .price {
  font-size: 2.2rem !important;
  color: #1b252f;
}
.amasty-catalog-topnav {
  margin-top: 0px !important;
}
.page-footer ul li {
  color: #000 !important;
}
.page-footer ul li a {
  color: #000 !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;
}
.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: #1b252f !important;
  padding: 13px 15px !important;
}
@media (min-width: 767px) {
  .catalog-product-view h1 {
    font-weight: 600 !important;
    font-size: 3.2rem !important;
  }
  .nav-sections {
    background: #1b252f !important;
  }
  .nav-sections .navigation {
    background: #1b252f !important;
  }
  .nav-sections .navigation .level0 > .level-top {
    color: #fff !important;
  }
  .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);
  }
  .header.content .switcher {
    margin-right: 15px !important;
    padding: 3px 5px 3px 15px !important;
    border-radius: 14px !important;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-title {
    text-align: right;
    margin-top: -9px;
  }
  .sidebar.sidebar-additional .block.block-reorder .block-title strong {
    font-size: 2.6rem;
  }
  .sidebar.sidebar-additional .block.block-reorder .actions-toolbar {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: space-between;
    align-items: flex-end;
  }
  .header.content ul.header.links li:first-child a {
    display: flex !important;
    vertical-align: middle;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
    padding-right: 73px;
    margin-left: 14px;
    background-position: center right;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .header.content ul.header.links li:first-child a:hover {
    background-position: center right !important;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 24% !important;
    padding-left: 0 !important;
    margin-left: 1% !important;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
  }
  .page-layout-2columns-right .sidebar-additional .block-title {
    border-bottom: solid 2px #1b252f;
    padding-bottom: 5px;
  }
  .page-layout-2columns-right .sidebar-additional .block.block-reorder {
    padding: 15px;
  }
  .page-layout-2columns-right .sidebar-additional .block.related {
    padding: 15px;
  }
  .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: #eee;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #23c4f3 !important;
  }
  .catalog-category-view h1 {
    font-weight: 400 !important;
    font-size: 3.6rem !important;
  }
  .products-grid .product-item .product-item-details .product-item-name {
    font-size: 1.8rem !important;
    min-height: 60px !important;
    max-height: 60px !important;
    line-height: 20px !important;
    margin-bottom: 0.6rem !important;
  }
  .product.data.items > .item.content .product.attribute.description {
    font-size: 1.7rem !important;
  }
  .product.data.items > .item.content .product.attribute.description h2 {
    font-size: 2.4rem !important;
    font-weight: 500 !important;
    color: #1b252f !important;
  }
  .product.data.items > .item.content .product.attribute.description h3 {
    font-size: 2rem !important;
    font-weight: 500 !important;
    color: #1b252f !important;
  }
  .product.data.items > .item.content .product.attribute.description h4 {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    color: #1b252f !important;
  }
  .cms-home h2,
  .cms-home h3,
  .tab-title {
    font-size: 3.2rem !important;
    font-weight: 600 !important;
    color: #06346d !important;
  }
  .cms-home .pagebuilder-column figcaption {
    font-size: 2.2rem;
  }
}
.sidebar.sidebar-additional .product-items .product-item-info .product-item-photo {
  display: contents;
}
.product-item-info.related-available .product-image-container {
  max-width: 100px;
  min-width: 100px;
}
.checkout-index-index button.action.action-auth-toggle {
  border: solid 1px #bbbbbb;
  border-radius: 3px;
  padding: 4px 15px;
  background: #eee;
  color: #1b252f;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #1b252f !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;
}
.baner-two-columns .pagebuilder-column-line {
  gap: 5px;
}
.product.data.items > .item.title > .switch {
  height: 38px !important;
}
@media (min-width: 768px) {
  figure[data-content-type='image'].custom-caption figcaption {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  figure[data-content-type='image'].custom-caption figcaption {
    font-size: 18px;
  }
}
.page-footer .kowal-payment-icons .payment-icon,
.page-footer .kowal-dostawcy-icons .dostawcy-icon {
  border: none !important;
}
.page-footer .kowal-socialmedia-icons .socialmedia-icon {
  background: #c1c1c1;
  max-width: 50px !important;
  border: none !important;
}
@media (max-width: 767px) {
  .footer-menu h2.white {
    font-size: 20px;
  }
  .footer-newsletter .pagebuilder-column-line {
    flex-direction: column;
  }
  .footer-newsletter .pagebuilder-column {
    width: 100% !important;
    min-width: 100% !important;
  }
  .footer-newsletter .block.newsletter .form.subscribe {
    display: flex !important;
    flex-wrap: nowrap;
  }
}
@media (max-width: 500px) {
  .homepage-film {
    min-height: 25vh !important;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .homepage-film {
    min-height: 45vh !important;
  }
}
slick-dots li button {
  border: 1px solid #cccccc !important;
}
.page-header .header.panel {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.page-header .header.panel .custom-top-links {
  color: #fff;
  font-weight: 600;
}
.page-header .header.panel .custom-top-links > a {
  color: #fff;
  font-weight: 600;
}
.page-header .header.panel .custom-top-links .kowal-socialmedia-icons {
  margin-bottom: 0px !important;
}
.page-header .header.panel .custom-top-links .kowal-socialmedia-icons .socialmedia-icon {
  border: none !important;
}
.page-header .header.panel .custom-top-links .kowal-socialmedia-icons .socialmedia-icon a {
  max-width: 20px;
}
.page-header .header.panel .custom-top-links .kowal-socialmedia-icons .socialmedia-icon a img {
  max-width: 20px;
  background: #fff;
  border-radius: 50%;
}
.page-header .header.panel .custom-top-links ul li {
  vertical-align: middle;
}
.page-header .header.panel .custom-top-links ul li:last-child {
  margin-right: 0 !important;
}
.page-product-bundle.catalog-product-view .bundle-options-container .product-add-form form#product_addtocart_form .block-bundle-summary {
  background: #fbfbfb !important;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 0px !important;
}
.catalog-product-view form#product_addtocart_form {
  border: solid 1px #e8e8e8;
  background: #fbfbfb;
  padding: 15px;
  border-radius: 4px;
}
.slick-initialized .slick-slide .product-item {
  font-size: 1.9rem !important;
  padding-left: 10px;
  padding-right: 10px;
}
.slick-initialized .slick-slide .product-item span.price {
  color: #06346d !important;
  font-size: 2.2rem !important;
}
.cms-index-index .product-image-container span.product-image-wrapper {
  background: #fff;
}
form#newsletter-validate-detail .form-fields .field-input {
  display: flex;
}
@media (max-width: 768px) {
  form#newsletter-validate-detail .form-fields .field-input {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
/**
 * 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: 44px !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;
  }
  .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;
  }
}
.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;
}
.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;
  }
  .page-header .header.panel .custom-top-links ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .logo {
    margin: 0 auto 0px 0 !important;
  }
  .header.content {
    padding: 30px 12px !important;
  }
  .header.content .block-search {
    width: 340px !important;
    margin-right: 100px;
  }
  .header.content .block-search .control {
    padding: 0 0 0px !important;
  }
  .header.content .block-search input {
    border: solid 2px #050505;
    border-radius: 25px;
    min-height: 50px;
  }
  .header.content .block-search .action.search:before {
    font-size: 36px !important;
    line-height: 38px !important;
    color: #1b252f !important;
  }
  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: #ff9e18;
  }
  section-item-content nav-sections-item-content .sections.nav-sections .navigation .level0 .submenu .active > a {
    border-color: #ff9e18;
  }
}
@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: 90px;
  }
}
@media (max-width: 375px) {
  .ammenu-header-container .header.content .ammenu-logo {
    min-width: 82px !important;
    max-width: 82px !important;
  }
}
.custom-top-links {
  display: block !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;
}
@media (max-width: 768px) {
  .header.content ul.header.links {
    gap: 4px;
  }
}
.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;
  }
  .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%);
  }
  .am-categories-slider {
    width: 85%;
  }
  .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;
  }
  .ves-megamenu .navigation .level0 .submenu a.ves-hover {
    padding: 0;
  }
  .scroll-to-fixed-fixed .level0 > a .cat-label {
    display: none;
  }
  .scroll-to-fixed-fixed.nav-sections-items {
    background: #f0f0f0;
  }
  .nav-sections-item-content .ves-megamenu {
    display: block;
    margin-bottom: 0;
    padding: 0;
  }
  .ves-megamenu .block-search {
    padding-left: 0;
  }
  .ves-megamenu.top-navigation > .navigation {
    padding: 0 20px;
    border: 0;
  }
  .ves-megamenu.has-title > .navigation {
    border-top: none;
  }
  .ves-megamenu.ves-horizontal > .navigation {
    border: 0;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 36px;
  }
  .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: static;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation > ul {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px 0 0;
    position: relative;
  }
  .ves-megamenu .navigation .level0 > a {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 600;
  }
  .ves-megamenu .navigation .level0 > a .cat-label {
    position: absolute;
    top: -10px;
    right: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .ves-megamenu .navigation .level0 > a > span {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 > a > span.drill-opener,
  .ves-megamenu .navigation .level0 > a > span.opener {
    display: none;
  }
  .ves-megamenu .navigation .level0.current > a {
    background-color: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu {
    font-size: inherit;
  }
  .ves-megamenu .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 3px solid transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
    background: none;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
    line-height: 45px;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
    border-bottom-color: #ddd;
    border-right-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a > .ves-caret {
    visibility: hidden;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a {
    background: #5bd2ec;
    border: 1px solid #DDD;
    color: #FFF;
    border-color: #5bd2ec;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active > a > .ves-caret,
  .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active > a > .ves-caret {
    visibility: visible;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
    float: right;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a {
    border-left: 1px solid #DDD;
    border-right-color: #DDD;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li > a > .ves-caret {
    float: left;
    margin-right: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items > ul > li.dynamic-active > a {
    border-right-color: #DDD;
    border-left-color: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
    float: left;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #5bd2ec;
    color: #FFF;
  }
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
  .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
    padding: 0 5px;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
    position: relative;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
    top: -60px;
    right: 0;
    position: absolute;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
    font-weight: 500;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
    padding: 0;
    border: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
    background: transparent;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
    color: #999;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
    width: auto;
    float: none;
    display: inline-block;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
    margin-top: 0;
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
    transition: all 300ms ease-in-outs all ease-in;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
    color: #1979c3;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
    text-align: center;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
    position: absolute;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
    padding: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
    border: 1px solid transparent;
    padding: 10px;
  }
  .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-color: #bbbbbb;
  }
  .ves-megamenu .navigation .level0 .submenu .nav-item.current > a {
    border-color: #ff9e18;
  }
  .ves-megamenu .navigation .level0 .submenu .dynamic-items ul > .nav-item.current > a {
    border-color: transparent;
    border-bottom-color: #ddd;
  }
  .ves-megamenu .navigation .level0.submenu-left,
  .ves-megamenu .navigation .level0.submenu-right {
    position: static;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column1 > .item-content1 > .mega-col > .nav-item {
    width: 100%;
  }
  .ves-megamenu .navigation .level0 .ves-column2 > .item-content1 > .mega-col {
    width: 50%;
  }
  .ves-megamenu .navigation .level0 .ves-column3 > .item-content1 > .mega-col {
    width: 33.3333%;
  }
  .ves-megamenu .navigation .level0 .ves-column4 > .item-content1 > .mega-col {
    width: 25%;
  }
  .ves-megamenu .navigation .level0 .ves-column5 > .item-content1 > .mega-col {
    width: 20%;
  }
  .ves-megamenu .navigation .level0 .ves-column6 > .item-content1 > .mega-col {
    width: 16.6666%;
  }
  .ves-megamenu .navigation .level0 .ves-column7 > .item-content1 > .mega-col {
    width: 14.2857%;
  }
  .ves-megamenu .navigation .level0 .ves-column8 > .item-content1 > .mega-col {
    width: 12.5%;
  }
  .ves-megamenu .navigation .level0 .ves-column9 > .item-content1 > .mega-col {
    width: 11.1111%;
  }
  .ves-megamenu .navigation .level0 .ves-column10 > .item-content1 > .mega-col {
    width: 10%;
  }
  .ves-megamenu .navigation .level0 .ves-column11 > .item-content1 > .mega-col {
    width: 9.0909%;
  }
  .ves-megamenu .navigation .level0 .ves-column12 > .item-content1 > .mega-col {
    width: 8.333299999999999%;
  }
  .ves-megamenu .navigation .nav-item {
    transition: all 300ms ease-in-outs all ease-in;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1 {
    background-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v1:before {
    border-top-color: #ff7214;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2 {
    background-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v2:before {
    border-top-color: #b32e78;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3 {
    background-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > a > span .cat-label-v3:before {
    border-top-color: #8bc556;
  }
  .ves-megamenu .navigation .nav-item.current > .submenu {
    display: block;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar {
    float: left;
  }
  .ves-megamenu .navigation .nav-item > .submenu .item-content p > a,
  .ves-megamenu .navigation .nav-item > .submenu .item-sidebar p > a {
    padding: 0;
  }
  .ves-megamenu .navigation .nav-item.subgroup > .submenu {
    display: block;
    position: static;
    margin-bottom: 10px !important;
    border: 0;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu {
    border: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .ves-megamenu .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 23px;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > .submenu {
    right: 0 !important;
    left: auto !important;
  }
  .ves-megamenu .navigation .nav-item.submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li:first-child > a {
    border-top: 1px solid #ddd;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-indent: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 45px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-items > ul > li > a .ves-caret {
    margin: 0;
    margin-right: 15px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content {
    width: 80%;
    padding-right: 0;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item {
    display: none;
  }
  .ves-megamenu .navigation .nav-item .dynamic-content > .nav-item.dynamic-active {
    display: block;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li {
    width: auto;
    margin-right: 10px;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-items > ul > li > a {
    border: 1px solid #DDD;
  }
  .ves-megamenu .navigation .nav-item .dynamic-top > .dynamic-content {
    width: 100%;
    float: left;
  }
  .ves-megamenu .navigation .level1 > a {
    font-size: 15px;
  }
  .ves-megamenu .navigation .level1 .cat-label:before {
    display: none;
  }
  .ves-megamenu .navigation .level1 .submenu {
    z-index: 99;
  }
  .ves-megamenu .navigation .level1 .ves-caret {
    float: right;
  }
  .ves-megamenu .navigation .level1 .submenu-right > a > .ves-caret {
    float: left;
    margin-left: -15px;
  }
  .ves-megamenu .navigation .level1 .submenu-right > .submenu {
    right: 100% !important;
  }
  .ves-megamenu a {
    color: #333;
    text-decoration: none;
    transition: 300ms ease-in-outs all ease-in;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  .ves-megamenu a:hover {
    text-decoration: none;
  }
  .ves-megamenu img:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    transition: all 0.5s ease 0ss all ease-in;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .ves-megamenu.ves-vertical li.level0 {
    width: 100%;
    margin: 0;
    float: none !important;
    position: static !important;
  }
  .ves-megamenu.ves-vertical .navigation .nav-item > a {
    position: relative;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a {
    padding-left: 25px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > a > .ves-caret {
    position: absolute;
    left: 10px;
    right: auto;
    line-height: 50px;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover > .submenu {
    right: 100%;
    left: auto !important;
    top: 0;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 > .submenu {
    top: 0;
    left: auto !important;
    right: 100%;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left > a > .ves-caret {
    left: 10px;
    right: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right > a > .ves-caret {
    right: 10px;
    left: auto;
  }
  .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover > .submenu {
    left: -100% !important;
    right: 100% !important;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0 > a > .ves-caret {
    float: right;
    line-height: inherit;
  }
  .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover > .submenu {
    right: 0;
    left: 100% !important;
    top: 0;
  }
  .ves-megamenu.ves-daccordion .navigation {
    overflow: hidden;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item {
    float: left;
    width: 100%;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.current > .submenu {
    display: none;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item a {
    position: relative;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
    width: 100% !important;
    position: static;
    overflow: hidden !important;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu.ves-daccordion .navigation .nav-item.subhover > .submenu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 {
    width: 100%;
    margin: 0;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-ddrill {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-ddrill .navigation {
    background-color: #FFF;
  }
  .ves-ddrill .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-ddrill .navigation .subhover > .submenu {
    display: none;
  }
  .ves-ddrill .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ves-ddrill .navigation .ves-caret {
    display: none;
  }
  .ves-ddrill .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-ddrill .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-ddrill .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-ddrill .navigation .mega-col {
    padding: 0;
  }
  .ves-ddrill .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-ddrill .navigation .opener {
    display: none;
  }
  .ves-ddrill .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-ddrill .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-ddrill .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block!important;
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-ddrill .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-ddrill .drill-opener {
    display: block;
  }
  .ves-ddrill .navigation .nav-item > a span.drill-opener {
    display: block!important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-ddrill .navigation .drilldown-back {
    display: block;
  }
  .ves-ddrill .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .ves-daccordion .navigation .ves-caret {
    display: block;
    line-height: inherit;
    width: 50px;
  }
  .ves-daccordion .navigation .level0 .submenu {
    overflow: hidden;
  }
  .ves-megamenu .navigation .level0.vertical-item .level1 > .item-content1 > .mega-col > .nav-item {
    position: static !important;
  }
  .ves-megamenu .navigation .level0.vertical-item {
    position: relative;
    z-index: 99;
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu {
    padding: 0;
    -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  }
  .ves-megamenu .navigation .level0.vertical-item > .submenu > .submenu-inner {
    padding: 0;
  }
  .ves-megamenu .navigation .level0.vertical-item > a {
    padding: 0 22px;
    margin: 0;
    background: #ff9e18;
  }
  .ves-megamenu .navigation .level0.vertical-item > a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f0c9";
    margin-right: 8%;
    font-size: 16px;
  }
  .ves-megamenu .navigation .level0.vertical-item > a > .ves-caret {
    right: 10px;
    position: absolute;
    line-height: 50px;
  }
  .ves-megamenu.alway-show .navigation .level0.vertical-item > .submenu {
    display: block !important;
  }
  .ves-megamenu .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    z-index: 30;
    display: none;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a {
    line-height: 22px;
  }
  .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item > a .ves-caret,
  .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item > a .ves-caret {
    line-height: inherit;
  }
  .ves-megamenu.megamenu-ultimo .navigation > ul {
    border-bottom: 5px solid #333333;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col > .nav-item > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current > a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
    border-left: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
    background: none;
    color: #5bd2ec;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links > li {
    padding: 0;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
  .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
    background: #de2666;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
    opacity: 0.3;
  }
  .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
    padding-bottom: 5px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item.subhover > .submenu > .submenu-inner {
    padding: 8px;
  }
  .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col > .nav-item > a {
    padding: 3px 5px;
  }
  .ves-megamenu.food-menu .navigation {
    text-align: center;
  }
  .ves-megamenu.food-menu .navigation .level0 {
    float: none;
  }
  .ves-megamenu.food-menu .navigation .level0:hover > a {
    background: #FFF;
    color: #5bd2ec;
  }
  .ves-megamenu.food-menu .navigation .level0 > a {
    text-align: center;
    float: left;
    padding: 0;
  }
  .ves-megamenu.food-menu .navigation .level0 > a > span {
    float: left;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 {
    text-align: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .icon-left {
    margin-right: 10px;
    float: left;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item {
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a {
    float: left;
    padding: 0 10px;
    width: 100%;
  }
  .ves-megamenu.food-menu .navigation .level1 .nav-item a > span {
    float: left;
  }
  .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;
  }
  .custom-top-links {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
    gap: 30px;
  }
  .custom-top-links ul li {
    display: inline-block;
  }
  .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 {
  .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;
  }
  .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;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FKowal_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FKowal_CheckoutComment%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FKowal_Dostawcy%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FKowal_Labels%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FKowal_Platnosci%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FRokanthemes_Brand%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FVes_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FKowal_PageBuilderSliderFix%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Fbl-paczka-ikony.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_custom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FBLPaczka_MagentoIntegration%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_builder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%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%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FKowal_CustomHeaderLinks%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagento%5C%2Fhifi%5C%2Fpl_PL%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_navigation.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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACoBR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACAR%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%3BAC%5C%2FDR%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%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAANF%2CqBAOE%3BEACE%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAANF%2CsBAQE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAVJ%2CsBAYE%3BEACE%2CeAAA%3B%3BAAbJ%2CsBAYE%2CiBAEE%3BEACE%2CYAAA%3B%3BAAIN%3BEACE%2CeAAA%3BEACA%2CmBAAA%3B%3BACxCA%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%2CkBAAA%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%2C6BAAA%3B%3BAA9CN%2CqBACE%2CoBAgDE%2CsBAAqB%2CQAAQ%3BEAC3B%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAArDN%2CqBACE%2CoBAgDE%2CsBAAqB%2CQAAQ%2CYAK3B%2CKAAI%2CYAAY%3BEACd%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3DR%2CqBACE%2CoBA6DE%2CsBAAqB%2CQAAS%2CUAAU%2CKAAI%2CYAAY%2CSAAS%3BEAC%5C%2FD%2CaAAA%3B%3BAA%5C%2FDN%2CqBAmEE%2CKAAI%2CYAAY%3BEACd%2CqBAAA%3BEACA%2CeAAA%3B%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BACxYJ%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAANF%2CoBAQE%3BEACE%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2C%2BBAAZ%3BEACA%2CwDAAA%3B%3BAAEA%2CoBAdF%2CcAcG%3BEACC%2CqBAAA%3BEACA%2C0CAAA%3B%3BAAxBN%2CoBAQE%2CcAmBE%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAC7BN%2C6BAA6B%3BEACzB%2CiBAAA%3BEACA%2CeAAA%3B%3BACLJ%2C%2BBAAgC%3BEAC5B%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C%2BBAAgC%2CWAAW%3BEACzC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%2C%2BBAAgC%3BEAC5B%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2C%2BBAAgC%2COAAM%3BAAAS%2C%2BBAAgC%2COAAM%3BEAChF%2CSAAS%2CEAAT%3BEACD%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2C%2BBAAgC%2COAAM%3BEACpC%2CUAAA%3B%3BAAED%2C%2BBAAgC%2COAAM%3BEACrC%2CWAAA%3B%3BAAOF%2CQAL0B%3BEACxB%2C%2BBAAgC%3BIAC9B%2CeAAA%3B%3B%3BAASJ%2CQANyB%3BEACvB%2C%2BBAAgC%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAGJ%2CQAAS%3BEACP%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CQAAS%2COAAO%2CaAAa%3BEACzB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CQAAS%2CeAAe%3BEACrB%2CiBAAA%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACI%2CkBAAA%3B%3BAAER%2CUAAW%3BEACT%2CmBAAA%3B%3BAAEF%2CUAAW%2CkBAAkB%3BEAC3B%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEF%2CUAAY%2CkBAAkB%3BEAC5B%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CWAAY%3BAACZ%2CWAAa%3BEACX%2CgBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAEF%2CWAAY%3BEACV%2CmBAAA%3B%3BAAEF%3BEACE%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CcAAA%3BEACA%2C6BAAA%3B%3BAAEF%2CaAAc%2CgBAAgB%3BEAC5B%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CaAAc%2CgBAAgB%2CGAAG%3BEAC%5C%2FB%2CeAAA%3B%3BAAEF%2CaAAc%2CgBAAgB%2CGAAG%3BEAC%5C%2FB%2CcAAA%3BEACA%2CeAAA%3B%3BAAEF%2CaAAc%2CgBAAgB%2CGAAG%2CEAAC%3BEAChC%2CeAAA%3B%3BAAEF%2CgBAAiB%2CgCAAgC%2CWAAW%2CcAAc%2CaAAe%3BEACvF%2CQAAA%3B%3BAC1DF%2CcAAe%3BEACd%2C2BAAA%3B%3BAAGD%2CuBACC%3BEACC%2CgBAAA%3B%3BAAFF%2CuBAKC%3BEACC%2CgBAAA%3B%3BAAKD%2CaAAC%2CeAAgB%3BEAChB%2CaAAA%3B%3BAAHF%2CaAMG%3BEACD%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAXF%2CaAaI%2CeAAiB%3BEACb%2CwBAAA%3B%3BAAdR%2CaAiBC%2CYACC%3BAAlBF%2CaAiBC%2CYAEC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBH%2CaAiBC%2CYAiBC%3BEACC%2CUAAA%3B%3BAAnCH%2CaAiBC%2CYAqBC%3BEACC%2CQAAA%3B%3BAAvCH%2CaAiBC%2CYAyBC%2CkBAAiB%3BAA1CnB%2CaAiBC%2CYA0BC%2CkBAAiB%3BETrHf%2C8CAAA%3BESIH%2CyCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEAkHE%2CoCAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAxDH%2CaAiBC%2CYA0CC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAA7DH%2CaAiBC%2CYA%2BCC%3BEACC%2CSAAA%3B%3BAAjEH%2CaAiBC%2CYA%2BCC%2CqBAGG%3BEAKD%2CyBAAA%3B%3BAAJA%2CaAnDH%2CYA%2BCC%2CqBAGG%2CKACA%3BEACA%2CyBAAA%3B%3BAArEL%2CaAiBC%2CYA2DC%3BEACC%2CaAAA%3BEACA%2CSAAA%3B%3BAA9EH%2CaAiBC%2CYAgEC%3BAAjFF%2CaAiBC%2CYAiEC%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAApFH%2CaAiBC%2CYAsEC%3BEACC%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CaA9EF%2CYAsEC%2CUAQE%3BEACA%2CyBAAA%3B%3BAAKH%2CaAAC%2CaAAc%2CYAAY%2CQAAU%2CIAAE%3BEACtC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CaADD%2CgBACE%2CMACA%2CWAAW%3BEACV%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9GJ%2CaA0GC%2CgBAQC%2CWAAW%3BEAhJZ%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEA8IE%2CaAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CaAlBF%2CgBAiBC%2CIACE%3BEACA%2CeAAA%3B%3BAA7HJ%2CaA0GC%2CgBAuBC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA3JF%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEAVA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA0BD%2CaA4IC%3BEACC%2CgBAAA%3BEACA%2CUAAA%3B%3BAA9IF%2CaAiJC%3BEACC%2CUAAA%3BEACA%2CUAAA%3B%3BAAnJF%2CaAsJC%2CQACC%3BEACC%2CSAAA%3BEACA%2CUAAA%3B%3BAAzJH%2CaAsJC%2CQAMC%2CiBACG%2CYACC%2CiBACD%3BEACC%2CWAAA%3B%3BAAhKN%2CaAsJC%2CQAMC%2CiBACG%2CYAOD%3BEACC%2CaAAA%3B%3BAAEA%2CaAjBJ%2CQAMC%2CiBACG%2CYAOD%2CMAGE%3BEACA%2CcAAA%3B%3BAAxKN%2CaAsJC%2CQAwBC%2CSACC%2CUAAY%3BEACX%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjLJ%2CaAsJC%2CQAwBC%2CSACC%2CUAAY%2CIAIT%3BEACD%2CiBAAA%3B%3BAApLL%2CaA0LC%2CYAAY%2CQAAQ%2CSAAS%2CqBAC5B%2CcACC%3BEACC%2CUAAA%3B%3BAAEA%2CaALH%2CYAAY%2CQAAQ%2CSAAS%2CqBAC5B%2CcACC%2CEAGE%3BEACA%2CgBAAA%3B%3BAAhML%2CaA0LC%2CYAAY%2CQAAQ%2CSAAS%2CqBAC5B%2CcASC%2CmBACC%3BEACC%2CUAAA%3BEA5NJ%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3B%3BAAoBD%2CaA8MC%2CoBAAsB%3BEACrB%2CQAAA%3BEACA%2CqBAAA%3B%3BAAhNF%2CaAmNC%3BEACC%2CkBAAA%3B%3BAApNF%2CaAuNC%3BEACC%2CYAAA%3B%3BAAxNF%2CaA2NC%3BEACC%2CWAAA%3B%3BAA5NF%2CaA%2BNC%3BETzSG%2C8CAAA%3BESIH%2CyCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEAsSC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaAbD%2CWAaE%3BEACA%2CyBAAA%3B%3BAAGD%2CaAjBD%2CWAiBE%3BEACA%2CyBAAA%3B%3BAAGD%2CaArBD%2CWAqBE%3BEACA%2CmBAAA%3B%3BAAGD%2CaAzBD%2CWAyBE%2CWAAW%3BEACX%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BET3UC%2CuDAAA%3BESIH%2CkDAAA%3BEACA%2C6CAAA%3BEACA%2C0CAAA%3B%3BAA0UE%2CaAvCF%2CWAsCE%2CaAAa%2CWACZ%3BEACA%2CyBAAA%3B%3BAAKD%2CaA7CF%2CWA4CE%2CaAAa%2CWACZ%3BEACA%2CyBAAA%3B%3BAAKD%2CaAnDF%2CWAkDE%2CaAAa%2CWACZ%3BEACA%2CyBAAA%3B%3BAAnRJ%2CaAwRC%3BEACC%2CkBAAA%3B%3BAAzRF%2CaAwRC%2CUAGG%3BEACD%2CiBAAA%3B%3BAAGD%2CaAPD%2CUAOE%2COACE%3BEACD%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlSJ%2CaAuSC%2CSACC%2CEACG%3BEACD%2CUAAA%3B%3BAA1SJ%2CaA%2BSC%3BAA%5C%2FSD%2CaAgTC%3BEACC%2CeAAA%3B%3BAAjTF%2CaAoTC%2CQACG%2CIACC%3BEACD%2CmBAAA%3B%3BAAvTJ%2CaA4TC%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhUF%2CaAmUC%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAtUF%2CaAyUC%2CcAAc%3BEACb%2CkBAAA%3B%3BAA1UF%2CaA6UC%3BEACC%2CsBAAA%3B%3BAA9UF%2CaAiVC%3BAAjVD%2CaAkVC%3BAAlVD%2CaAmVC%3BEACC%2CaAAA%3B%3BAAGD%2CaAAC%2CeAGA%3BAAFD%2CaAAC%2CeAEA%3BAADD%2CaAAC%2CWACA%3BEACC%2CqCAAA%3B%3BAAJF%2CaAAC%2CeAGA%2CYAGC%2CQAAU%2CIAAE%3BAALd%2CaAAC%2CeAEA%2CYAGC%2CQAAU%2CIAAE%3BAAJd%2CaAAC%2CWACA%2CYAGC%2CQAAU%2CIAAE%3BEACX%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIF%2CaAZA%2CeAYC%2CUACA%3BAADD%2CaAXA%2CeAWC%2CUACA%3BAADD%2CaAVA%2CWAUC%2CUACA%3BEACC%2CaAAA%3B%3BAAMJ%3BEACC%2CaAAA%3B%3BAAED%2CaAAa%2CeAAgB%2CYAAY%2CUAAS%2COAAS%3BEACvD%2CcAAA%3B%3BAAEJ%2CYAAa%2CWAAU%3BEACtB%2CaAAA%3B%3BAA4vBD%2CQAjB%2BB%2CuBAA4B%3BEAC1D%2CaACC%2CaACG%2CYACC%2CoBACC%3BIACD%2CgBAAA%3B%3B%3BAA0SN%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3BEACA%2C0BAAA%3B%3BAAPD%2CUASC%3BEACC%2CsBAAA%3B%3BAAEA%2CUAHD%2CYAGE%2COACE%3BEACD%2CsBAAA%3B%3BAAdJ%2CUASC%2CYASC%2CUAAY%3BEACX%2CaAAA%3B%3BAAnBH%2CUASC%2CYAaG%3BEACD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEA58CD%2CwBAAA%3BEACA%2CgBAAA%3B%3BAA%2B6CF%2CUASC%2CYAuBC%3BEACC%2CaAAA%3B%3BAAjCH%2CUASC%2CYA2BC%3BEACC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAvCH%2CUASC%2CYAiCC%3BEACC%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAA7CH%2CUASC%2CYAiCC%2CUAKG%3BEACD%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlDJ%2CUASC%2CYAiCC%2CUAKG%2CIAKD%2CKAAI%3BEACH%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAvDL%2CUASC%2CYAmDC%3BEACC%2CUAAA%3B%3BAA7DH%2CUASC%2CYAuDC%3BEACC%2CyBAAA%3B%3BAAjEH%2CUASC%2CYA2DC%3BEACC%2CaAAA%3B%3BAArEH%2CUASC%2CYA%2BDC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CUAnEF%2CYA%2BDC%2CcAIE%3BEACA%2CSAAS%2COAAT%3B%3BAA7EJ%2CUASC%2CYAwEC%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAArFH%2CUASC%2CYAwEC%2CgBAMC%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAhGJ%2CUASC%2CYAwEC%2CgBAMC%2CEAWC%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAEA%2CUA%5C%2FFJ%2CYAwEC%2CgBAMC%2CEAWC%2CcAME%3BEACA%2CSAAS%2COAAT%3B%3BAAGD%2CUAnGJ%2CYAwEC%2CgBAMC%2CEAWC%2CcAUE%3BEACA%2CaAAA%3B%3BAA7GN%2CUASC%2CYAwEC%2CgBAMC%2CEA0BC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CUA7GJ%2CYAwEC%2CgBAMC%2CEA0BC%2CaAKE%3BEACA%2CaAAA%3B%3B%3BAAwRN%2CaACC%2CYACC%2CWAAW%2CWAAW%3BEACrB%2CUAAA%3B%3BAAHH%2CaACC%2CYAKC%2CWAAW%2CWAAW%2CWAAW%3BEAChC%2CqBAAA%3B%3BAAPH%2CaACC%2CYASC%3BEACC%2CgBAAA%3B%3BAAXH%2CaACC%2CYAaC%2CWAAW%2CWAAW%2CeAAe%3BEACpC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3BAAvBH%2CaACC%2CYAyBC%2CWAAW%2CWACV%2CuBAAuB%3BAA3B1B%2CaACC%2CYAyBC%2CWAAW%2CWAEV%2CuBAAuB%3BAA5B1B%2CaACC%2CYAyBC%2CWAAW%2CWAGV%2CuBAAuB%3BEACtB%2CcAAA%3B%3BAAeJ%2CgBATgC%3BEAE5B%2CaAAa%2CeAAgB%3BEACjC%2CaAAa%2CeAAgB%3BEAC7B%2CaAAa%2CWAAY%3BIACrB%2CqCAAA%3B%3B%3BAC32CJ%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%3B%3B%3B%3B%3BACnGR%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%3BAC5BF%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%3BACtFF%2CEAAE%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAACA%2CEARA%2CsBAQC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAKF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CiCAAtB%3B%3BAAIF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2C8BAAtB%3B%3BAAIF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2C8BAAtB%3B%3BAAIF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2C8BAAtB%3B%3BAAIF%2CEADA%2CsCACC%3BEACC%2CsBAAsB%2C8BAAtB%3B%3BAAIF%2CEADA%2C2BACC%3BEACC%2CsBAAsB%2CgCAAtB%3B%3BAAIF%2CEADA%2CyBACC%3BEACC%2CsBAAsB%2C8BAAtB%3B%3BAAIF%2CEADA%2C0BACC%3BEACC%2CsBAAsB%2C%2BBAAtB%3B%3BAAIF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CiCAAtB%3B%3BAAIF%2CEADA%2C6BACC%3BEACC%2CsBAAsB%2CkCAAtB%3B%3BAAIF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CiCAAtB%3B%3BAAIF%2CEADA%2C2BACC%3BEACC%2CsBAAsB%2CgCAAtB%3B%3BAAIF%2CEADA%2CgCACC%3BEACC%2CsBAAsB%2CiCAAtB%3B%3BAAIF%2CEADA%2CmCACC%3BEACC%2CsBAAsB%2CwCAAtB%3B%3BAAIF%2CEADA%2CiCACC%3BEACC%2CsBAAsB%2CsCAAtB%3B%3BAAIF%2CEADA%2C0BACC%3BEACC%2CsBAAsB%2C%2BBAAtB%3B%3BAAIF%2CEADA%2C2BACC%3BEACC%2CsBAAsB%2CgCAAtB%3B%3BAAIF%2CEADA%2C4BACC%3BEACC%2CsBAAsB%2CiCAAtB%3B%3BACzGJ%3BEACE%2CyBAAA%3B%3BAADF%2CYAGE%2COAAM%3BEACJ%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CYAGE%2COAAM%2CQAKJ%2CkBAAkB%3BAARtB%2CYAGE%2COAAM%2CQAKiB%2CaAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CQAAO%3BEACzE%2CcAAA%3B%3BAATN%2CYAGE%2COAAM%2CQASJ%2CkBAAkB%2CeAAe%3BEAC%5C%2FB%2CcAAA%3B%3BAAgBF%2CQAZ4B%3BEAY5B%2CYA1BF%2COAAM%2CQAaJ%2CQAAO%3BIAEH%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEACE%2CYAnBR%2COAAM%2CQAaJ%2CQAAO%2CMAMA%3BIACC%2CaAAA%3B%3BEAEF%2CYAtBR%2COAAM%2CQAaJ%2CQAAO%2CMASA%3BIACG%2CaAAA%3B%3B%3BAA1Bd%2CYAgCE%3BEACE%2CoBAAA%3B%3BAAIJ%2CYAAY%2CoBAAqB%3BEAC%5C%2FB%2CgBAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACzC%2CmBAAA%3B%3BAAGF%2CoBAAoB%2CSAAS%2CIAAI%2CaAAc%2CuBAAuB%2CcAAa%3BEACjF%2CiBAAA%3B%3BAAGF%2COAAO%3BEACL%2CmBAAA%3B%3BAASF%2CQAR4B%3BEAQ5B%2COAVO%3BIAGH%2CoBAAA%3B%3BEAOJ%2COAVO%2CQAIH%3BIACE%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3B%3BAAmCN%2CQA9B0B%3BEACxB%2CYAAa%2CwBAAuB%3BIAClC%2C2BAAA%3B%3BEAGF%2COAAO%2CQAAS%3BIACd%2CgBAAA%3B%3BEAGF%2CmBAAmB%3BIACjB%2CwBAAA%3B%3BEAGF%3BIACE%2C0BAAA%3B%3BEAGF%2CaAAc%3BIACZ%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CaAAc%3BEACd%2CaAAc%3BIACZ%2CeAAA%3B%3B%3BAAKJ%2CaAAc%3BEACZ%2CuBAAA%3B%3BAAoCF%2CQAjC0B%3BEACxB%2COAAO%3BIACL%2C6BAAA%3B%3BEAGF%2CYAAa%2COAAM%2CQAAS%2CUAAU%3BEAAQ%2CYAAa%2CUAAU%3BIACnE%2CWAAA%3B%3BEAGF%3BIACE%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CoBAAqB%3BIACnB%2CsBAAA%3B%3BEAEF%3BIACE%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAJF%2CiBAKE%3BIACE%2CgBAAA%3B%3BEAGJ%2CkBAAmB%2CoBAAoB%3BIACrC%2CgBAAA%3B%3B%3BAAIJ%2CwBAAyB%2CgBAAe%2CaAAc%3BAACtD%2CaAAc%2COAAS%3BEACrB%2CyBAAA%3B%3BAAGF%2CwBAAyB%2CsBAAsB%2CeAAc%3BAAC7D%2CMAAM%3BEACJ%2CwBAAA%3B%3BAAGF%3BEACE%2C0BAAA%3B%3BAAGF%2CaAAc%2CWAAW%3BEACvB%2C2BAAA%3B%3BAAGF%2CEAAE%2CSAAS%2CKAAK%2CMAAM%2CcAAe%2CiBAAiB%3BEACpD%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2C0BAAA%3B%3BAAGF%2CYACE%2CGACE%3BEACE%2CWAAA%3B%3BAAHN%2CYACE%2CGACE%2CGAGE%3BEACE%2CWAAA%3B%3BAAMR%2CMAAM%3BEACJ%2CcAAA%3BEACA%2CWAAA%3B%3BAAGF%2CYAAa%2COAAM%2CQAAS%3BEAC1B%2CiBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CYAAa%2COAAM%2CQAAS%2CUAAU%2CSAAS%2CQAAO%2COAAO%3BEAE3D%2CWAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%2CKAAK%2CUACH%2CMAAK%3BEACH%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3B%3BAALJ%2CKAAK%2CUAQH%2CQAAO%3BAART%2CKAAK%2CUAQc%3BAARnB%2CKAAK%2CUAQ%2BB%3BAARpC%2CKAAK%2CUAQiD%3BEAClD%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAqKJ%2CQAjK0B%3BEACxB%2CqBACE%3BIACE%2C2BAAA%3BIACA%2CiBAAA%3B%3BEAIJ%3BIACE%2CmBAAA%3B%3BEADF%2CaAGE%3BIACE%2CmBAAA%3B%3BEAJJ%2CaAGE%2CYAGE%2CQAAU%3BIACR%2CWAAA%3B%3BEAKN%2CcAAe%2CmBAAkB%3BIAC%5C%2FB%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAY%2CqEAAZ%3B%3BEAGF%2CcAAe%2CmBAAkB%3BIAC%5C%2FB%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CYAAY%2CsEAAZ%3B%3BEAGF%2COAAO%2CQAAS%3BIACd%2C6BAAA%3BIACA%2CoCAAA%3BIACA%2C8BAAA%3B%3BEAGF%2CQAAQ%2CmBAAoB%2COAAM%2CcAChC%3BIACE%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAHJ%2CQAAQ%2CmBAAoB%2COAAM%2CcAChC%2CaAIE%3BIACE%2CiBAAA%3B%3BEANN%2CQAAQ%2CmBAAoB%2COAAM%2CcAUhC%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3BEAIJ%2COAAO%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CGAAE%2CYAAa%3BIAC7C%2CwBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiCAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEACA%2COAZK%2CQAAS%2CGAAE%2COAAO%2CMAAO%2CGAAE%2CYAAa%2CEAY5C%3BIACC%2C4CAAA%3B%3BEAIJ%2C2BAA4B%3BIAC1B%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEALF%2C2BAA4B%2CoBAO1B%3BIACE%2CgCAAA%3BIACA%2CmBAAA%3B%3BEATJ%2C2BAA4B%2CoBAY1B%2COAAM%3BIACJ%2CaAAA%3B%3BEAbJ%2C2BAA4B%2CoBAgB1B%2COAAM%3BIACJ%2CaAAA%3B%3BEAGJ%2C0BAA2B%2CoBACzB%2COAAM%3BIACJ%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACE%2CsBAAA%3B%3BEAEF%2CWAAY%2CQAAO%2COAAU%3BEAAY%2CWAAY%2CQAAO%2CWAAc%3BIACxE%2CqBAAA%3B%3BEAGF%2CsBACE%3BIACE%2C2BAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CcAAe%2CcAAc%2CsBAAsB%3BIACjD%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3BEAEF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CSAAQ%2CUAAU%3BIACpD%2CiBAAA%3B%3BEADF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CSAAQ%2CUAAU%2CYAEpD%3BIACE%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3B%3BEALJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CSAAQ%2CUAAU%2CYAOpD%3BIACE%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3B%3BEAVJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CSAAQ%2CUAAU%2CYAYpD%3BIACE%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3B%3BEAIJ%2CSAAU%3BEAAI%2CSAAU%3BEAAI%3BIAC1B%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3B%3BEAEF%2CSAAU%2CoBAAoB%3BIAC5B%2CiBAAA%3B%3B%3BAAIJ%2CQAAQ%2CmBAAoB%2CeAAe%2CmBAAmB%3BEAC5D%2CiBAAA%3B%3BAAGF%2CkBAAkB%2CkBAAmB%3BEACnC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CqBAAsB%2COAAM%2COAAO%3BEACjC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%2CuBAAwB%3BAAAY%2CmBAAoB%3BEACtD%2CcAAA%3B%3BAAGF%2CcACE%3BEACE%2CyBAAA%3B%3BAAFJ%2CcAKE%3BEACE%2CyBAAA%3B%3BAAIJ%2CqBAAsB%2CQAAO%2CKAAM%2COAAO%2COAAO%3BEAC%5C%2FC%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CqBAAqB%2CSAAU%3BEAC7B%2CiCAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CkBAAmB%3BEACjB%2CQAAA%3B%3BAAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BEAClC%2CuBAAA%3B%3BAAQE%2CQAH0B%3BEAG1B%2CMALE%2C2BAA2B%2CeAC%5C%2FB%3BIAEI%2CeAAA%3B%3B%3BAAKJ%2CQAH4B%3BEAG5B%2CMARI%2C2BAA2B%2CeAC%5C%2FB%3BIAKI%2CeAAA%3B%3B%3BAAKN%2CYAAa%2CqBAAqB%3BAAClC%2CYAAa%2CsBAAsB%3BEACjC%2CuBAAA%3B%3BAAGF%2CYAAa%2CyBAAyB%3BEAEpC%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAAuBF%2CQApB0B%3BEACxB%2CYAAa%2CGAAE%3BIACb%2CeAAA%3B%3BEAGF%2CkBAAmB%3BIACjB%2CsBAAA%3B%3BEAGF%2CkBAAmB%3BIACjB%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAGF%2CkBAAmB%2COAAM%2CWAAY%2CMAAK%3BIACxC%2CwBAAA%3BIACA%2CiBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACxB%3BIACE%2C2BAAA%3B%3B%3BAAUJ%2CQAN0B%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2C2BAAA%3B%3B%3BAAIJ%2CUAAW%2CGAAG%3BEACZ%2CyBAAA%3B%3BAAGF%2CYAAa%2CQAAO%3BEAClB%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAFF%2CYAAa%2CQAAO%2CMAIlB%3BEACE%2CWAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CYAAa%2CQAAO%2CMAIlB%2CkBAII%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAVN%2CYAAa%2CQAAO%2CMAIlB%2CkBASE%3BEACE%2C6BAAA%3B%3BAAdN%2CYAAa%2CQAAO%2CMAIlB%2CkBASE%2CyBAGE%3BEACE%2CuBAAA%3B%3BAAjBR%2CYAAa%2CQAAO%2CMAIlB%2CkBASE%2CyBAGE%2CkBAGE%3BEACE%2CeAAA%3B%3BAApBV%2CYAAa%2CQAAO%2CMAIlB%2CkBASE%2CyBAGE%2CkBAGE%2CEAGE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzBZ%2CYAAa%2CQAAO%2CMAkClB%2CkBAAkB%2CGAAG%3BEACnB%2CsBAAA%3B%3BAAnCJ%2CYAAa%2CQAAO%2CMAsClB%2CkBAAkB%2CGAAG%2CGAAE%3BEACrB%2C0BAAA%3B%3BAAIJ%2CoBAAoB%2CqBAAsB%2C0BAA0B%2CkBAAkB%2CKAAI%2CuBAAwB%3BEAChH%2CmBAAA%3B%3BAAEF%2CyBAA0B%2CsBAAsB%3BEAC9C%2C0BAAA%3B%3BAAEF%2CqBACE%2CKAAI%3BEACF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CkBACE%2CaACE%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALN%2CkBACE%2CaACE%2CcAIE%2CKAAI%3BEACF%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMR%2CgBAAiB%2CyBAAyB%2CKAAI%3BEAC1C%2CgBAAA%3B%3BAAGJ%2CIAAI%2C2BAA4B%2CaAAa%3BEAC3C%2CaAAA%3B%3BAAKF%2CQAJ4B%3BEAI5B%2CIANI%2C2BAA4B%2CaAAa%3BIAGzC%2CsBAAA%3BIACA%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC1iBJ%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%3BAA6CJ%2CQAzC0B%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%3BEAKF%2C0BAA2B%2CoBACzB%2COAAM%3BIACJ%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACE%2CyBAAA%3B%3B%3BAAKJ%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAALF%2CiBAME%3BEACE%2CgBAAA%3B%3BAAPJ%2CiBASE%2COACE%2CQAAO%3BEACL%2CgBAAA%3B%3BAAXN%2CiBASE%2COAIE%3BEACE%2CiBAAA%3B%3BAAdN%2CiBASE%2COAOE%2COAAM%3BEACJ%2CiBAAA%3B%3BAAKN%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%3BACx3CJ%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%3BAC%2BDF%2CQA3E0B%3BEAExB%2CYACE%2CQAAO%3BIACL%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAJJ%2CYACE%2CQAAO%2CMAKL%2CkBAAkB%3BIAChB%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAKN%3BIACE%2C%2BBAAA%3B%3BEAGF%2COAAO%3BIACL%2C6BAAA%3B%3BEADF%2COAAO%2CQAGL%3BIACE%2CuBAAA%3BIACA%2CmBAAA%3B%3BEALJ%2COAAO%2CQAGL%2CcAIE%3BIACE%2C2BAAA%3B%3BEARN%2COAAO%2CQAGL%2CcAQE%3BIACE%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAdN%2COAAO%2CQAGL%2CcAaE%2CQAAO%2COAAO%3BIACZ%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CcAAA%3B%3BEAMN%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%2CeAAA%3B%3B%3BAAkBN%2CQAZ0B%3BEAExB%2CwBACE%2CQAAO%2CQACL%3BIACE%2C0BAAA%3BIACA%2C0BAAA%3B%3B%3BAAMR%3BEACE%2CyBAAA%3B%3BAAGF%2COAAO%3BEACL%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAJF%2COAAO%2CQAML%2CGAAE%2COAAO%3BEACP%2CaAAA%3BEACA%2CSAAA%3BEAIA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAHA%2CQAH0B%3BEAG1B%2COAZG%2CQAML%2CGAAE%2COAAO%3BIAIL%2CQAAA%3B%3B%3BAAVN%2COAAO%2CQAML%2CGAAE%2COAAO%2CMAWP%3BEACE%2C6BAAA%3B%3BAAlBN%2COAAO%2CQAsBL%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA3BJ%2COAAO%2CQAsBL%2CUAOE%3BEC5GA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAnBFA%2COkBgFG%2CQAsBL%2CUAOE%2CSlB7GC%3BAACD%2COkB%2BEG%2CQAsBL%2CUAOE%2CSlB5GC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COkB0EG%2CQAsBL%2CUAOE%2CSlBvGC%3BEACG%2CWAAA%3B%3BAkByER%2COAAO%2CQAsBL%2CUAOE%2CSCzGA%3BEnBgPA%2CUAAA%3BEmB9OI%2CeAAA%3BEnB8OJ%2CqBAAA%3BEoBhOA%2CqBAAA%3B%3BAF4DJ%2COAAO%2CQAsBL%2CUAOE%2CSCzGA%2CeCoOE%3BEpBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoB2CA%2COFsDG%2CQAsBL%2CUAOE%2CSCzGA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqB9NQ%2COrB8NR%3BEAAA%2CasBzRe%2CmBtByRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2COFyCD%2CQAsBL%2CUAOE%2CSCzGA%2CeCkCC%2CMACI%3BEpB6ML%2CcAAA%3B%3BAoBvMI%2COFmCD%2CQAsBL%2CUAOE%2CSCzGA%2CeCwCC%2COACI%3BEpBuML%2CcAAA%3B%3BAmBqEA%2CODzOG%2CQAsBL%2CUAOE%2CSCzGA%2CeAqTC%3BEnBrED%2CqBAAA%3BEoBhOA%2CqBAAA%3B%3BADqSA%2CODzOG%2CQAsBL%2CUAOE%2CSCzGA%2CeAqTC%2COCjFC%3BEpBhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoB2CA%2COFsDG%2CQAsBL%2CUAOE%2CSCzGA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEpB9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSqB%5C%2FNM%2COrB%2BNN%3BEAAA%2CasBzRe%2CmBtByRf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEoBqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2COFyCD%2CQAsBL%2CUAOE%2CSCzGA%2CeAqTC%2COCnRA%2CMACI%3BEpB6ML%2CcAAA%3B%3BAoBvMI%2COFmCD%2CQAsBL%2CUAOE%2CSCzGA%2CeAqTC%2COC7QA%2COACI%3BEpBuML%2CcAAA%3B%3BAkBpKJ%2COAAO%2CQAsBL%2CUAOE%2CSC8EA%3BEnByDA%2CSAAA%3BEAAA%2CUAAA%3BE5B1KA%2CqBAAA%3BE4B0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEmBhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEnB8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBpKJ%2COAAO%2CQAsBL%2CUAOE%2CSC8EA%2CYAsBI%3BEnBmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAmB3BQ%2CODzIL%2CQAsBL%2CUAOE%2CSC8EA%2CYAsBI%2CGAQK%3BEnB2BT%2CmBAAA%3BEmBzBY%2CeAAA%3B%3BAAuTZ%2CODlcG%2CQAsBL%2CUAOE%2CSC8EA%2CYAuVC%3BAACD%2CODncG%2CQAsBL%2CUAOE%2CSC8EA%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COD5cG%2CQAsBL%2CUAOE%2CSC8EA%2CYAiWC%3BEACG%2CiBAAA%3BEnBzSJ%2CsDAAA%3BEmB2SI%2CWAAA%3B%3BAAGJ%2CODldG%2CQAsBL%2CUAOE%2CSC8EA%2CYAuWC%3BEACG%2CiBAAA%3BEnB%5C%2FSJ%2CsDAAA%3BEmBiTI%2CWAAA%3B%3BAAzDJ%2COD5ZG%2CQAsBL%2CUAOE%2CSC8EA%2CYAiTC%3BEnBxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAmB6PA%2CODjaG%2CQAsBL%2CUAOE%2CSC8EA%2CYAsTC%3BEnB7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAmBZA%2CODxJG%2CQAsBL%2CUAOE%2CSC2HC%3BEACG%2CiBAAA%3B%3BAADJ%2CODxJG%2CQAsBL%2CUAOE%2CSC2HC%2COAGG%3BEACI%2CcAAA%3B%3BAD5JZ%2COAAO%2CQAsBL%2CUAOE%2CSAYE%2CGAAE%2CSACA%3BEACE%2CcAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA9CH%2CQAsBL%2CUAOE%2CSAYE%2CGAAE%2CSACA%2CEAIG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2COAAO%2CQAsBL%2CUA%2BBE%3BEACE%2CeAAA%3BEACA%2CSAAA%3B%3BAAvDN%2COAAO%2CQAsBL%2CUAwCE%3BEACE%2CgBAAA%3B%3BAAMN%2CcAAc%3BEACZ%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CcAAc%2CWAAW%3BEACvB%2C0BAAA%3B%3BAKjNF%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%3BI%5C%2FBnIT%2CkBAAA%3B%3BE4B6OA%3BEiB3XA%3BECgDA%2CaAOI%3BEf4TJ%3BEgB7bA%2CsBACI%3BI%5C%2FCrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BE4B8%5C%2FBD%2CkB5B%5C%2F%5C%2FBC%3BE4B%2B%5C%2FBD%2CkB5B9%5C%2FBC%3BEkCmFD%2CwBAKI%2CelCzFH%3BEkCoFD%2CwBAKI%2CelCxFH%3BEkCoID%2CiClCrIC%3BEkCqID%2CiClCpIC%3BEkC0JD%2CkBlC3JC%3BEkC2JD%2CkBlC1JC%3BE8B6FD%2CkBAWI%2Ce9BzGH%3BE8B8FD%2CkBAWI%2Ce9BxGH%3BE8B6GD%2COACI%2CgBACI%2Ce9BhHP%3BE8B8GD%2COACI%2CgBACI%2Ce9B%5C%2FGP%3BEoC6RD%2CepC9RC%3BEoC8RD%2CepC7RC%3BE%2BBkWD%2CgB%5C%2FBnWC%3BE%2BBmWD%2CgB%5C%2FBlWC%3BE%2BB0aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FB9aX%3BE%2BB2aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FB7aX%3BE%2BB4bD%2CqBACI%2COAAM%2CU%5C%2FB9bT%3BE%2BB6bD%2CqBACI%2COAAM%2CU%5C%2FB7bT%3BE6B0KD%2C0BACI%2Cc7B5KH%3BE6B2KD%2C0BACI%2Cc7B3KH%3BEgDyLD%2CcACI%2CQhD3LH%3BEgD0LD%2CcACI%2CQhD1LH%3BEgD%2BLD%2CMACI%2CeACI%2CShDlMP%3BEgDgMD%2CMACI%2CeACI%2CShDjMP%3BEiD6VD%2C0BjD9VC%3BEiD8VD%2C0BjD7VC%3BEuCoCD%2CcAKI%2CevC1CH%3BEuCqCD%2CcAKI%2CevCzCH%3BEgCuFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CehC3FX%3BEgCwFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CehC1FX%3BEiCsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejC3UX%3BEiCuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejC1UX%3BEiCuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejC3UX%3BEiCwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejC1UX%3BEkD0RG%2COAAC%2CQlD3RJ%3BEkD2RG%2COAAC%2CQlD1RJ%3BEkDgSD%2CYAQI%2CQAAO%2CMlDzSV%3BEkDiSD%2CYAQI%2CQAAO%2CMlDxSV%3BE%2BB0aD%2CQAaI%2CS%5C%2FBxbH%3BE%2BB2aD%2CQAaI%2CS%5C%2FBvbH%3BE6BsKD%2C6B7BvKC%3BE6BuKD%2C6B7BtKC%3BEiDybD%2CyBjD1bC%3BEiD0bD%2CyBjDzbC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BE4By%5C%2FBD%2CkB5Bz%5C%2FBC%3BEkC8ED%2CwBAKI%2CelCnFH%3BEkC%2BHD%2CiClC%5C%2FHC%3BEkCqJD%2CkBlCrJC%3BE8BwFD%2CkBAWI%2Ce9BnGH%3BE8BwGD%2COACI%2CgBACI%2Ce9B1GP%3BEoCwRD%2CepCxRC%3BE%2BB6VD%2CgB%5C%2FB7VC%3BE%2BBqaD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce%5C%2FBxaX%3BE%2BBubD%2CqBACI%2COAAM%2CU%5C%2FBxbT%3BE6BqKD%2C0BACI%2Cc7BtKH%3BEgDoLD%2CcACI%2CQhDrLH%3BEgD0LD%2CMACI%2CeACI%2CShD5LP%3BEiDwVD%2C0BjDxVC%3BEuC%2BBD%2CcAKI%2CevCpCH%3BEgCkFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CehCrFX%3BEiCiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejCrUX%3BEiCkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejCrUX%3BEkDqRG%2COAAC%2CQlDrRJ%3BEkD2RD%2CYAQI%2CQAAO%2CMlDnSV%3BE%2BBqaD%2CQAaI%2CS%5C%2FBlbH%3BE6BiKD%2C6B7BjKC%3BEiDobD%2CyBjDpbC%3BIACG%2CWAAA%3B%3BE4B8hBJ%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%3BI5B1UlB%2CgBAAA%3B%3BEsDulBA%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%3BItDpfF%2CeAAA%3BIsDwfI%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%3BInDoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyDrZL%2CCAAC%2CoBAAyB%2CQN%2BCvB%3BInDoMP%2CUAAA%3BIyD9KA%2CqBAAA%3BIzD8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyDlZL%2CCAAC%2CyBAA%2BB%2CQN4C7B%3BInDoMP%2CUAAA%3BIyDlLA%2CYAAA%3BIzDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyD%5C%2FYL%2CCAAC%2C0BAAgC%2CQNyC9B%3BInDoMP%2CUAAA%3BIyDtLA%2CWAAA%3BIzDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmDhWT%3BIAEI%2CiBAAA%3B%3BEM3CA%2CCAAC%2CoBAAyB%3BIzDuO9B%2CUAAA%3BIyDtLA%2CWAAA%3BIzDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyDtYL%2CCAAC%2CyBAA%2BB%3BIzDoOpC%2CUAAA%3BIyDtLA%2CWAAA%3BIzDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyDnYL%2CCAAC%2C0BAAgC%3BIzDiOrC%2CUAAA%3BIyDtLA%2CWAAA%3BIzDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmD1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEM3CA%2CCAAC%2CoBAAyB%3BIzD2N9B%2CUAAA%3BIyDlLA%2CYAAA%3BIzDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyD1XL%2CCAAC%2CyBAA%2BB%3BIzDwNpC%2CUAAA%3BIyDlLA%2CYAAA%3BIzDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyDvXL%2CCAAC%2C0BAAgC%3BIzDqNrC%2CUAAA%3BIyDlLA%2CYAAA%3BIzDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmD9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEO6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BI1DiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BI0DtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BI3DSA%2CmBAAA%3BIAAA%2CgBAAA%3BI2DJI%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%3BI3DhBN%2CgBAAA%3B%3BE2DTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BI3DxBJ%2CkBAAA%3BI2D0BQ%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%3BI3D%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BI2DsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BI3D1DtB%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2DkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BI3DpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BI2D2EgB%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%3BI3DzFpB%2CqBAAA%3BIoBhOA%2CqBAAA%3B%3BEuCmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBvCnGhB%3BIpBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoB2CA%2CWuCkPI%2CQA2DK%2COACK%2CaAGI%2CgBvCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqB9NQ%2COrB8NR%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CsBAAA%3BIoBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuClFA%2CWAiCI%2CQA8EI%3BI3DtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BI2D8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI3DlHZ%2CgBAAA%3B%3BE2DTA%2CWAiCI%2CQA8EI%2CSAyIF%3BI3D%5C%2FON%2CgBAAA%3B%3BE2DkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BI3D1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI2D%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BI3DpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BI2DuQY%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%3BI3DzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BE2DgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BI3DjJjB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2DTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BI3DzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BE2DTA%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%3BI3DpL5B%2CqBAAA%3BIoBhOA%2CqBAAA%3B%3BEuCgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC9LxB%3BIpBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoB2CA%2CWuCkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqBxPQ%2COrBwPR%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CsBAAA%3BIoBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuC0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BI3DpMZ%2CqBAAA%3BIoBhOA%2CqBAAA%3B%3BEAMA%2CWuCkPI%2CQA2KK%2CKvC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqBzPgB%2COrByPhB%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CsBAAA%3BIoBqEA%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%3BI3C8GN%2CgBAAA%3BIsDwcA%2CsBAAA%3BIXpjBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSWuvBJ%3BIAoDF%2CSAAA%3B%3BEtDj7BA%2CS2CsIM%2CS3CtIL%3BEACD%2CS2CqIM%2CS3CrIL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CS2CgIM%2CS3ChIL%3BIACG%2CWAAA%3B%3BEsDurBJ%2CSXxjBM%2CSWwjBL%2COAAO%3BEACR%2CSXzjBM%2CSWyjBL%2CSAAS%3BItD3cV%2CqBAAA%3BIAAA%2CYAAA%3BIsD8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEXpkBJ%2CSAKM%2CSWkkBN%3BItDpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIsDwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSX1kBM%2CSW0kBL%2CIAAI%2CSACC%3BItD7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIsDkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSX1kBM%2CSW0kBL%2CIAAI%2CSAUC%3BItDteN%2CYAAA%3BIsDweQ%2CWAAA%3B%3BEM7vBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BE7D0CA%2CQ4DjCQ%2CKAAK%2CM5DiCZ%3BEACD%2CQ4DlCQ%2CKAAK%2CM5DkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4DvCQ%2CKAAK%2CM5DuCZ%3BIACG%2CWAAA%3B%3BE4DxCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BI7DwRN%2CYAAA%3BI6DtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BI7DgRP%2CgBAAA%3BI6D7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE7DsBJ%2CQ4DjCQ%2CKAAK%2CMCKX%2CQAAK%2CQ7D4BN%3BEACD%2CQ4DlCQ%2CKAAK%2CMCKX%2CQAAK%2CQ7D6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4DvCQ%2CKAAK%2CMCKX%2CQAAK%2CQ7DkCN%3BIACG%2CWAAA%3B%3BE6D3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BI7DsNP%2CiBAAA%3B%3BE4DrRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BI7DoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI6D%5C%2FLQ%2CmBAAA%3BI7D%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE5BjJA%2CQwFpIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUzFmEL%3BI4BiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE5B5IA%2CQwFzIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUzFwEL%3BI4B4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE5BvIA%2CQwF9IQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUzF6EL%3BI4BuID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6D1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI7DyL9B%2CmBAAA%3B%3BE6DrLI%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%3BI7DkLtB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6D5KI%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%3BI7D0KtB%2CmBAAA%3B%3BE4DrRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BI7DqKP%2CmBAAA%3BI6DnKI%2CgBAAA%3BIACA%2C4BAAA%3BIAoBJ%2CSAAA%3BI7D8IA%2C6BAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE4ClBJ%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%3BI9DiQJ%2CiBAAA%3B%3BE4C%5C%2FPA%2CgBkBOA%2CWAKI%2CEAAC%3BI9DmPL%2CeAAA%3B%3BE4C%5C%2FPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEmBqIR%2CYAAC%2CYACG%3BI%5C%2FDiHR%2C6BAAA%3BI%2BD%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%3BIlC0GJ%2CmBAAA%3B%3BEkCtGY%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%3BEgChLZ%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%3BI%5C%2FEzmBA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CQ%2BE6lBQ%2CaAAa%2CiBAQjB%2CgB%5C%2FErmBH%3BIAEO%2CiDAAA%3B%3BEAGJ%2CQ%2BEwlBI%2CaAAa%2CiBAQjB%2CgB%5C%2FErmBH%2CMAKI%3BIACG%2CmBAAA%3B%3BEAGJ%2CQ%2BEolBI%2CaAAa%2CiBAQjB%2CgB%5C%2FErmBH%2CMASI%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQ%2BE8kBI%2CaAAa%2CiBAQjB%2CgB%5C%2FErmBH%2CMAeI%3BIACG%2C8BAAA%3B%3BEAKJ%2CQ%2BEwkBI%2CaAAa%2CiBAQjB%2CgB%5C%2FEhlBC%3BIACG%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQ%2BEmkBI%2CaAAa%2CiBAQjB%2CgB%5C%2FE3kBC%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BE%2BEikBR%2CQAAQ%2CaAAa%2CiBAQjB%2CgB%5C%2FEtkBA%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEgFxBR%2CsBAAuB%2CqBAAqB%2CwBAAwB%2CuBAAuB%2COAAM%3BIAC7F%2CaAAA%3BIACA%2CgBAAA%3B%3BECXJ%2CeAAgB%2CMAAK%3BIjFvErB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BIiFZI%2CkBAAA%3B%3BEAGJ%2CeAwEgB%2CMAAK%2CiBAxEjB%3BIjFcA%2CsBAAA%3BIACA%2CqBAAA%3BIiFZA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEjFOJ%2CKAAM%2CgBiFsDU%2CMAAK%2CiBAxEjB%3BIjFmBA%2CqBAAA%3B%3BEiFLJ%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%3BECsCJ%3BIACI%2CUAAA%3B%3BECwDJ%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%3BE5E8RX%2CaAAc%2CYAAY%2CQAAQ%2CSAAS%2CEAAC%3BIAC3C%2CUAAA%3B%3BEAGD%2CsBACC%2CQAAU%2CIAAE%3BIACX%2CaAAA%3B%3BEAGD%2CsBAAC%3BIACA%2CmBAAA%3B%3BEAIF%2C0BAA2B%3BIAC1B%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAGD%2CaACC%3BIACC%2CeAAA%3B%3BEAGD%2CaAAC%2CeAAkB%3BIAClB%2CeAAA%3BIACA%2CSAAA%3B%3BEAGD%2CaAAC%2CUAAa%3BIACb%2CgBAAA%3B%3BEAGD%2CaAAC%2CeAAkB%3BIAClB%2CSAAA%3B%3BEAGD%2CaAAC%2CcAEA%2CQAAQ%2CSAAS%2CUAAY%3BEAD9B%2CaAAC%2CgBACA%2CQAAQ%2CSAAS%2CUAAY%3BIAC5B%2CiBAAA%3B%3BEAHF%2CaAAC%2CcAEA%2CQAAQ%2CSAAS%2CUAAY%2CIAG5B%3BEAJF%2CaAAC%2CgBACA%2CQAAQ%2CSAAS%2CUAAY%2CIAG5B%3BIACC%2CoBAAA%3B%3BEAxBJ%2CaA6BC%3BIACC%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAvCF%2CaA6BC%2CYAYG%3BIACD%2CUAAA%3B%3BEA1CH%2CaA6BC%2CYAgBC%3BIAjdF%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIAidG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAhDH%2CaA6BC%2CYAgBC%2CQAKG%3BIACD%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAvDJ%2CaA6BC%2CYAgBC%2CQAKG%2CIAOD%3BIACC%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FDL%2CaA6BC%2CYAgBC%2CQAKG%2CIAgBC%3BIACD%2CkBAAA%3BIAveL%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3B%3BEAyeK%2CaA1CJ%2CYAgBC%2CQAKG%2CIAgBC%2COAKA%3BEACD%2CaA3CJ%2CYAgBC%2CQAKG%2CIAgBC%2COAMA%3BIACA%2CaAAA%3B%3BEAKH%2CaAjDF%2CYAgBC%2CQAiCE%2CQACE%3BIACD%2CyBAAA%3BIACA%2CWAAA%3B%3BEAjFL%2CaA6BC%2CYAgBC%2CQAwCC%3BIACC%2CkBAAA%3B%3BEAtFJ%2CaA6BC%2CYAgBC%2CQAwCC%2CSAGC%2CUAAY%2CYAAY%3BIACvB%2CkCAAA%3B%3BEAzFL%2CaA6BC%2CYAgBC%2CQAwCC%2CSAOC%2CeACC%2CEAAC%3BIACA%2CgBAAA%3B%3BEA9FN%2CaA6BC%2CYAgBC%2CQAwCC%2CSAOC%2CeAKC%2CUAAU%3BIACT%2CiBAAA%3B%3BEAlGN%2CaA6BC%2CYAgBC%2CQAwCC%2CSAOC%2CeASC%2CgBAAgB%3BIACf%2CyBAAA%3BIACA%2C%2BBAAA%3B%3BEAvGN%2CaA6BC%2CYAgBC%2CQAwCC%2CSAOC%2CeASC%2CgBAAgB%2CEAIb%3BIACD%2CkBAAA%3B%3BEA1GP%2CaA6BC%2CYAgBC%2CQAwCC%2CSA0BC%2CaAAa%2CeACZ%2CgBAAkB%3BEAhHvB%2CaA6BC%2CYAgBC%2CQAwCC%2CSA0BC%2CaAAa%2CeAEZ%2CSAAQ%2CeAAkB%3BIACzB%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEArHN%2CaA6BC%2CYAgBC%2CQAwCC%2CSA0BC%2CaAAa%2CeACZ%2CgBAAkB%2CIAOf%3BEAvHR%2CaA6BC%2CYAgBC%2CQAwCC%2CSA0BC%2CaAAa%2CeAEZ%2CSAAQ%2CeAAkB%2CIAMvB%3BIACD%2CmBAAA%3B%3BEAxHP%2CaA6BC%2CYAgBC%2CQAwCC%2CSAwCC%2CeAAe%3BIACd%2CYAAA%3B%3BEA9HL%2CaA6BC%2CYAgBC%2CQAwCC%2CSAwCC%2CeAAe%2CeAGZ%2CKAAK%2CKAAK%3BIACX%2C2BAAA%3BIACA%2CwBAAA%3B%3BEAlIN%2CaA6BC%2CYAgBC%2CQAwCC%2CSAwCC%2CeAAe%2CeAGZ%2CKAAK%2CKAAK%2CIAIT%3BIACD%2CWAAA%3BIACA%2CeAAA%3B%3BEAtIP%2CaA6BC%2CYAgBC%2CQAwCC%2CSAwCC%2CeAAe%2CeAaZ%2CKAAK%2CKAAE%2CeAAkB%3BIAC1B%2CwBAAA%3BIACA%2C8BAAA%3B%3BEAKD%2CaApHJ%2CYAgBC%2CQAwCC%2CSA2DC%2CeACE%3BEACD%2CaArHJ%2CYAgBC%2CQAwCC%2CSA2DC%2CeAEE%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3B%3BEAtJN%2CaA6BC%2CYAgBC%2CQAwCC%2CSA2DC%2CeASC%3BIACC%2CWAAA%3BIACA%2CWAAA%3B%3BEA3JN%2CaA6BC%2CYAgBC%2CQAwCC%2CSA2DC%2CeAcC%3BIACC%2CgCAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAnKN%2CaA6BC%2CYAgBC%2CQAwCC%2CSA2DC%2CeAcC%2CaAOC%2CEAAC%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAvKP%2CaA6BC%2CYAgBC%2CQAwCC%2CSA2DC%2CeA2BC%3BIACC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA9KN%2CaA6BC%2CYAgBC%2CQAwCC%2CSA2DC%2CeA2BC%2CaAKC%2CEAAC%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAlLP%2CaA6BC%2CYAgBC%2CQAwCC%2CSA2DC%2CeAsCC%2CaAAa%2COAAO%3BEAtLzB%2CaA6BC%2CYAgBC%2CQAwCC%2CSA2DC%2CeAuCC%2CaAAa%2COAAO%3BIACnB%2CcAAA%3BIACA%2CgBAAA%3BIA7lBN%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3B%3BEAkaA%2CaA6BC%2CYAgBC%2CQAwCC%2CSA0GC%2CgBACC%3BIACC%2CUAAA%3BIArmBN%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3B%3BEAkaA%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%3BIACC%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAzML%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAIC%3BIACC%2CUAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BEA9MN%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAIC%2CSAKC%3BIACC%2CmBAAA%3BIACA%2CiBAAA%3BIAtnBP%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3B%3BEAwnBO%2CaAzLN%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAIC%2CSAKC%2CEAME%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAxNR%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAsBC%3BIACC%2CgCAAA%3BIACA%2CoBAAA%3B%3BEA%5C%2FNN%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAsBC%2CaAIC%3BIACC%2CgBAAA%3B%3BEAlOP%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%3BIACC%2CWAAA%3B%3BEAvON%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAGC%3BIACC%2CUAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaAhNN%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAGC%2CEAIE%3BIACA%2CuBAAA%3B%3BEAGD%2CaApNN%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAGC%2CEAQE%3BIACA%2CWAAA%3BIAtpBR%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3B%3BEAkaA%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAkBC%2CeACC%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEA5PR%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcA0BC%3BIACC%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAnQP%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAgCC%2CIAAG%3BIT9tBN%2C8CAAA%3BISIH%2CyCAAA%3BIACA%2CoCAAA%3BIACA%2CiCAAA%3B%3BEAkdA%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAoCC%3BIACC%2CkBAAA%3B%3BEA3QP%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAoCC%2CsBAGC%3BIACC%2CcAAA%3B%3BEA9QR%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcA4CC%3BIACC%2CkBAAA%3B%3BEAnRP%2CaA6BC%2CYAgBC%2CQAwCC%2CSAkHC%2CiBA%2BBC%2CcAgDC%3BIACC%2CkBAAA%3BIACA%2CWAAA%3B%3BEAKD%2CaAhQL%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAqFC%2CcACE%3BIACA%2CUAAA%3B%3BEADD%2CaAhQL%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAqFC%2CcACE%2CcAGA%3BIACC%2CgBAAA%3B%3BEAJF%2CaAhQL%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAqFC%2CcACE%2CcAGA%2CcAGC%3BIACC%2C6BAAA%3BIACA%2CaAAA%3B%3BEAEA%2CaA1QR%2CYAgBC%2CQAwCC%2CSAkHC%2CiBAqFC%2CcACE%2CcAGA%2CcAGC%2CmBAIE%3BIAxtBT%2CwBAAA%3BIACA%2CgBAAA%3BIAytBS%2CSAAA%3BIACA%2CqBAAA%3B%3BEAWL%2CaAxRJ%2CYAgBC%2CQAwCC%2CSA%2BNC%2CUACE%2CQACE%3BIACD%2CqBAAA%3B%3BEAvTP%2CaA6BC%2CYAgBC%2CQAwCC%2CSAuOC%2CeACC%2CGAAK%2CYAAS%2CQACX%3BIACD%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAMJ%2CaAzSF%2CYAgBC%2CQAyRE%3BEACD%2CaA1SF%2CYAgBC%2CQA0RE%3BIACA%2CgBAAA%3B%3BEAxUJ%2CaA6BC%2CYAgBC%2CQA8RC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CWAAA%3B%3BEA5UJ%2CaA6BC%2CYAgBC%2CQA8RC%2CaAAe%2CiBAAiB%2CYAG7B%3BIACD%2CWAAA%3B%3BEA%5C%2FUL%2CaA6BC%2CYAgBC%2CQAqSC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CUAAA%3B%3BEAnVJ%2CaA6BC%2CYAgBC%2CQAwSC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CeAAA%3B%3BEAtVJ%2CaA6BC%2CYAgBC%2CQA2SC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CUAAA%3B%3BEAzVJ%2CaA6BC%2CYAgBC%2CQA8SC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CUAAA%3B%3BEA5VJ%2CaA6BC%2CYAgBC%2CQAiTC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CeAAA%3B%3BEA%5C%2FVJ%2CaA6BC%2CYAgBC%2CQAoTC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CeAAA%3B%3BEAlWJ%2CaA6BC%2CYAgBC%2CQAuTC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CYAAA%3B%3BEArWJ%2CaA6BC%2CYAgBC%2CQA0TC%2CaAAe%2CiBAAiB%3BIAC%5C%2FB%2CeAAA%3B%3BEAxWJ%2CaA6BC%2CYAgBC%2CQA6TC%2CcAAgB%2CiBAAiB%3BIAChC%2CUAAA%3B%3BEA3WJ%2CaA6BC%2CYAgBC%2CQAgUC%2CcAAgB%2CiBAAiB%3BIAChC%2CcAAA%3B%3BEA9WJ%2CaA6BC%2CYAgBC%2CQAmUC%2CcAAgB%2CiBAAiB%3BIAChC%2CyBAAA%3B%3BEAjXJ%2CaA6BC%2CYAyVC%3BIT90BC%2C8CAAA%3BISIH%2CyCAAA%3BIACA%2CoCAAA%3BIACA%2CiCAAA%3B%3BEA20BG%2CaA5VF%2CYAyVC%2CUAGE%2CQAEE%2CIACC%2COACD%3BIACC%2CyBAAA%3B%3BEAEA%2CaAnWN%2CYAyVC%2CUAGE%2CQAEE%2CIACC%2COACD%2CcAGE%3BIACA%2CyBAAA%3B%3BEARL%2CaA5VF%2CYAyVC%2CUAGE%2CQAEE%2CIACC%2COASD%3BIACC%2CyBAAA%3B%3BEAEA%2CaA3WN%2CYAyVC%2CUAGE%2CQAEE%2CIACC%2COASD%2CcAGE%3BIACA%2CyBAAA%3B%3BEAhBL%2CaA5VF%2CYAyVC%2CUAGE%2CQAEE%2CIACC%2COAiBD%3BIACC%2CyBAAA%3B%3BEAEA%2CaAnXN%2CYAyVC%2CUAGE%2CQAEE%2CIACC%2COAiBD%2CcAGE%3BIACA%2CyBAAA%3B%3BEAxBL%2CaA5VF%2CYAyVC%2CUAGE%2CQA8BE%3BIACD%2CcAAA%3B%3BEAxZL%2CaA6BC%2CYAyVC%2CUAsCG%2CWACD%3BEA7ZJ%2CaA6BC%2CYAyVC%2CUAsCG%2CWAED%3BIACC%2CWAAA%3B%3BEA%5C%2FZL%2CaA6BC%2CYAyVC%2CUAsCG%2CWACD%2CcAIC%2CEACG%3BEAlaR%2CaA6BC%2CYAyVC%2CUAsCG%2CWAED%2CcAGC%2CEACG%3BIACD%2CUAAA%3B%3BEAMJ%2CaA5YF%2CYAyVC%2CUAmDE%2CSACE%3BIACD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIAh2BJ%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAq2BE%2CaAxZF%2CYAyVC%2CUA%2BDE%2CSACE%3BIACD%2CSAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIA12BJ%2CkDAAA%3BIACA%2C0CAAA%3B%3BEAq2BE%2CaAxZF%2CYAyVC%2CUA%2BDE%2CSACE%2CWAMC%3BIACD%2CaAAA%3B%3BEAKH%2CaAraF%2CYAyVC%2CUA4EE%2CcACE%3BIACD%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAHF%2CaAraF%2CYAyVC%2CUA4EE%2CcAME%2CIAAI%3BIACL%2CWAAA%3BIACA%2CkBAAA%3B%3BEA1cL%2CaA6BC%2CYAyVC%2CUAwFC%2CeACG%2CKAAK%3BIACN%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CaAvbJ%2CYAyVC%2CUAwFC%2CeACG%2CKAAK%2CKAKL%2CYACE%3BIACD%2C0BAAA%3B%3BEAtdP%2CaA6BC%2CYAyVC%2CUAwFC%2CeACG%2CKAAK%2CKAWJ%3BIACD%2C6BAAA%3BIACA%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAneN%2CaA6BC%2CYAyVC%2CUAwFC%2CeACG%2CKAAK%2CKAWJ%2CIAWD%3BIACC%2CSAAA%3BIACA%2CkBAAA%3B%3BEAveP%2CaA6BC%2CYAyVC%2CUAuHC%3BIACC%2CUAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FeJ%2CaA6BC%2CYAyVC%2CUAuHC%2CiBAIG%3BIACD%2CaAAA%3B%3BEAlfL%2CaA6BC%2CYAyVC%2CUAuHC%2CiBAQG%2CYAAS%3BIACV%2CcAAA%3B%3BEAtfL%2CaA6BC%2CYAyVC%2CUAoIC%2CaACG%3BIACD%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEA9fL%2CaA6BC%2CYAyVC%2CUAoIC%2CaACG%2CiBAKC%2CKAAK%3BIACN%2CWAAA%3BIACA%2CkBAAA%3B%3BEAlgBN%2CaA6BC%2CYAyVC%2CUAoIC%2CaACG%2CiBAKC%2CKAAK%2CKAIJ%3BIACD%2CsBAAA%3B%3BEArgBP%2CaA6BC%2CYAyVC%2CUAoIC%2CaAgBG%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEA5gBL%2CaA6BC%2CYAofC%2CQACG%3BIACD%2CeAAA%3B%3BEAIA%2CaA1fH%2CYAofC%2CQAKC%2CWACE%3BIACA%2CaAAA%3B%3BEAxhBL%2CaA6BC%2CYAofC%2CQAWC%3BIACC%2CWAAA%3B%3BEA7hBJ%2CaA6BC%2CYAofC%2CQAeC%3BIACC%2CYAAA%3B%3BEAjiBJ%2CaA6BC%2CYAofC%2CQAmBC%2CeACG%2CIAAI%3BIACL%2CWAAA%3BIACA%2CkBAAA%3B%3BEAviBL%2CaA6BC%2CYAofC%2CQAmBC%2CeAMG%3BIACD%2CsBAAA%3B%3BEA3iBL%2CaAijBC%3BIACC%2CWAAA%3BIACA%2CqBAAA%3BIT3gCC%2C0CAAA%3BISIH%2CqCAAA%3BIACA%2CgCAAA%3BIACA%2C6BAAA%3B%3BEAwgCE%2CaALD%2CEAKE%3BIACA%2CqBAAA%3B%3BEAKD%2CaADD%2CIACE%3BIAp%5C%2FBH%2CmBAAmB%2CWAAnB%3BIACK%2CeAAe%2CWAAf%3BIACA%2CcAAc%2CWAAd%3BIACA%2CWAAW%2CWAAX%3BITnCF%2CyCAAA%3BISIH%2CoCAAA%3BIACA%2C%2BBAAA%3BIACA%2C4BAAA%3B%3BEAshCC%2CaAAC%2CaACA%2CGAAE%3BIACD%2CWAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3B%3BEALF%2CaAAC%2CaAQA%2CYACC%2CUACG%3BIACD%2CkBAAA%3B%3BEAMJ%2CaAAC%2CoBAAqB%2CYACrB%2CQACG%3BIACD%2CkBAAA%3B%3BEAHH%2CaAAC%2CoBAAqB%2CYACrB%2CQACG%2CIAGC%3BIACD%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAIF%2CaAbD%2CoBAAqB%2CYACrB%2CQAYE%2CaAAa%2CSACX%3BIACD%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CMAAA%3B%3BEAjBJ%2CaAAC%2CoBAAqB%2CYACrB%2CQAoBG%3BIACD%2CMAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CaA5BF%2CoBAAqB%2CYACrB%2CQA0BC%2CUACE%2CaAAgB%2CIAAI%3BIACpB%2CUAAA%3BIACA%2CWAAA%3B%3BEAGD%2CaAjCF%2CoBAAqB%2CYACrB%2CQA0BC%2CUAME%2CcAAiB%2CIAAI%3BIACrB%2CWAAA%3BIACA%2CUAAA%3B%3BEAGD%2CaAtCF%2CoBAAqB%2CYACrB%2CQA0BC%2CUAWE%2CcAAc%2CSACZ%3BIACD%2CWAAA%3BIACA%2CsBAAA%3B%3BEAUF%2CaAHF%2CmBACA%2CYACC%2CUACE%2COAAU%2CIAAI%3BIACd%2CYAAA%3BIACA%2CoBAAA%3B%3BEAGD%2CaARF%2CmBACA%2CYACC%2CUAME%2COAAO%2CSACL%3BIACD%2CQAAA%3BIACA%2CqBAAA%3BIACA%2CMAAA%3B%3BEAOL%2CaAAC%2CeAAgB%3BIAChB%2CgBAAA%3B%3BEADD%2CaAAC%2CeAAgB%2CYAGhB%3BIACC%2CWAAA%3BIACA%2CWAAA%3B%3BEAEA%2CaAPD%2CeAAgB%2CYAGhB%2CUAIE%2CQAAW%3BIACX%2CaAAA%3B%3BEARH%2CaAAC%2CeAAgB%2CYAGhB%2CUAQC%3BIACC%2CkBAAA%3B%3BEAZH%2CaAAC%2CeAAgB%2CYAGhB%2CUAYC%3BIACC%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEAlBH%2CaAAC%2CeAAgB%2CYAGhB%2CUAYC%2CSAKG%3BIACD%2CUAAA%3B%3BEAIF%2CaAzBD%2CeAAgB%2CYAGhB%2CUAsBE%2CSAAY%3BIAlmCf%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAwkCA%2CaAAC%2CeAAgB%2CYA8BhB%2CGAAE%3BIACD%2CWAAA%3BIACA%2CSAAA%3B%3BEAhCF%2CaAAC%2CeAAgB%2CYA8BhB%2CGAAE%2COAID%3BIACC%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CaA1CF%2CeAAgB%2CYA8BhB%2CGAAE%2COAID%2CWAQE%3BIACA%2CqCAAA%3B%3BEA6bL%3BIAhIA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3BIACA%2C0BAAA%3B%3BEA0HA%2CWAxHA%3BIACC%2CsBAAA%3B%3BEAEA%2CWAHD%2CYAGE%2COACE%3BIACD%2CsBAAA%3B%3BEAmHH%2CWAxHA%2CYASC%2CUAAY%3BIACX%2CaAAA%3B%3BEA8GF%2CWAxHA%2CYAaG%3BIACD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIA58CD%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAgjDD%2CWAxHA%2CYAuBC%3BIACC%2CaAAA%3B%3BEAgGF%2CWAxHA%2CYA2BC%3BIACC%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEA0FF%2CWAxHA%2CYAiCC%3BIACC%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAoFF%2CWAxHA%2CYAiCC%2CUAKG%3BIACD%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEA%2BEH%2CWAxHA%2CYAiCC%2CUAKG%2CIAKD%2CKAAI%3BIACH%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEA0EJ%2CWAxHA%2CYAmDC%3BIACC%2CUAAA%3B%3BEAoEF%2CWAxHA%2CYAuDC%3BIACC%2CyBAAA%3B%3BEAgEF%2CWAxHA%2CYA2DC%3BIACC%2CaAAA%3B%3BEA4DF%2CWAxHA%2CYA%2BDC%3BIACC%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAnEF%2CYA%2BDC%2CcAIE%3BIACA%2CSAAS%2COAAT%3B%3BEAoDH%2CWAxHA%2CYAwEC%3BIACC%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEA4CF%2CWAxHA%2CYAwEC%2CgBAMC%3BIACC%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3B%3BEAiCH%2CWAxHA%2CYAwEC%2CgBAMC%2CEAWC%3BIACC%2CkBAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CwBAAA%3B%3BEAEA%2CWA%5C%2FFJ%2CYAwEC%2CgBAMC%2CEAWC%2CcAME%3BIACA%2CSAAS%2COAAT%3B%3BEAGD%2CWAnGJ%2CYAwEC%2CgBAMC%2CEAWC%2CcAUE%3BIACA%2CaAAA%3B%3BEAoBL%2CWAxHA%2CYAwEC%2CgBAMC%2CEA0BC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CWA7GJ%2CYAwEC%2CgBAMC%2CEA0BC%2CaAKE%3BIACA%2CaAAA%3B%3BEAUL%2CWAGC%3BIACC%2CcAAA%3B%3BEAJF%2CWAOC%2CYACC%2CUAAY%2CIAAE%2CKAAI%3BIACjB%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAZH%2CWAOC%2CYAQC%3BIACC%2CcAAA%3B%3BEAhBH%2CWAOC%2CYAQC%2CgBAGG%2CIAAI%3BIACL%2CiBAAA%3BIACA%2CWAAA%3B%3BEAMJ%2CeACC%2CYACC%3BIACC%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEALH%2CeACC%2CYAOC%2CQAAQ%3BIACP%2CgBAAA%3B%3BEAoCH%2CaAAc%2CYAAY%2CQAAO%2CcAAe%2CQAAU%2CiBAAiB%2CYAAY%3BIACtF%2C2BAAA%3B%3BEAGD%2CaAAc%2CYAAY%2CQAAO%3BIAChC%2CkBAAA%3BIACA%2CWAAA%3B%3BEAFD%2CaAAc%2CYAAY%2CQAAO%2CcAI9B%3BIACD%2CUAAA%3BIAjoDD%2CkDAAA%3BIACA%2C0CAAA%3B%3BEA2nDD%2CaAAc%2CYAAY%2CQAAO%2CcAI9B%2CWAGC%3BIACD%2CUAAA%3B%3BEARH%2CaAAc%2CYAAY%2CQAAO%2CcAY9B%3BIACD%2CeAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CaAjBY%2CYAAY%2CQAAO%2CcAY9B%2CIAKA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAtBH%2CaAAc%2CYAAY%2CQAAO%2CcAY9B%2CIAaC%3BIACD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAIH%2CaAAa%2CWAAY%2CYAAY%2CQAAO%2CcACzC%3BIACD%2CyBAAA%3B%3BEAIF%2CaAAc%3BIACb%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C%2BBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAKA%2CaADY%2CgBACX%2CcAEA%2CQAAQ%2CSAAS%2CUAAY%3BEAD9B%2CaAFY%2CgBAEX%2CgBACA%2CQAAQ%2CSAAS%2CUAAY%3BIAC5B%2CiBAAA%3B%3BEAHF%2CaADY%2CgBACX%2CcAEA%2CQAAQ%2CSAAS%2CUAAY%2CIAG5B%3BEAJF%2CaAFY%2CgBAEX%2CgBACA%2CQAAQ%2CSAAS%2CUAAY%2CIAG5B%3BIACC%2CoBAAA%3B%3BEAPJ%2CaAAa%2CgBAYZ%2CYACG%3BIACD%2CgCAAA%3B%3BEAdH%2CaAAa%2CgBAYZ%2CYAKC%2CQACC%2CSACC%2CUAAY%2CYAAY%3BIACvB%2CcAAA%3B%3BEAIA%2CaAxBQ%2CgBAYZ%2CYAKC%2CQACC%2CSAKC%2CUACE%2CQAAW%3BIACX%2CcAAA%3B%3BEAzBN%2CaAAa%2CgBAYZ%2CYAKC%2CQACC%2CSAWC%3BIACC%2CcAAA%3B%3BEACA%2CaA%5C%2FBQ%2CgBAYZ%2CYAKC%2CQACC%2CSAWC%2CEAEE%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAjCN%2CaAAa%2CgBAYZ%2CYAKC%2CQACC%2CSAmBC%2CeACC%2CaAAc%2COAAS%3BIACtB%2CUAAA%3B%3BEAvCN%2CaAAa%2CgBAYZ%2CYAKC%2CQACC%2CSAmBC%2CeAKC%2CaAAa%3BEA1ClB%2CaAAa%2CgBAYZ%2CYAKC%2CQACC%2CSAmBC%2CeAMC%2CaAAa%3BIACZ%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CaA%5C%2FCO%2CgBAYZ%2CYAKC%2CQACC%2CSAmBC%2CeAKC%2CaAAa%2CEAKX%3BEAAD%2CaA%5C%2FCO%2CgBAYZ%2CYAKC%2CQACC%2CSAmBC%2CeAMC%2CaAAa%2CEAIX%3BIACA%2CmBAAA%3B%3BEAhDP%2CaAAa%2CgBAYZ%2CYAKC%2CQAoCC%3BIACC%2CYAAA%3B%3BEAtDJ%2CaAAa%2CgBAYZ%2CYA8CC%2CQACC%3BIACC%2CmBAAA%3B%3BEAUD%2CaAHU%2CeACZ%2CYACC%2CUACE%2CSACE%2CWACC%3BIACD%2CYAAA%3B%3BEANN%2CaAAa%2CeACZ%2CYACC%2CUASC%2CQACC%2CUAAY%2CYAAY%3BIACvB%2CgBAAA%3B%3BEASL%2CaAAa%2CUACZ%3BIACC%2CkBAAA%3B%3BEAFF%2CaAAa%2CUACZ%2CYAGC%3BIACC%2CWAAA%3B%3BEAEA%2CaAPU%2CUACZ%2CYAGC%2CQAGE%2CMACE%3BIACD%2CgBAAA%3BIACA%2CcAAA%3B%3BEAVL%2CaAAa%2CUACZ%2CYAGC%2CQAUG%3BIACD%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAjBJ%2CaAAa%2CUACZ%2CYAGC%2CQAUG%2CIAKC%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEArBL%2CaAAa%2CUACZ%2CYAyBC%3BIACC%2CgBAAA%3B%3BEA3BH%2CaAAa%2CUACZ%2CYAyBC%2CQAGC%3BIACC%2CkBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBJ%2CaAAa%2CUACZ%2CYAyBC%2CQAQC%3BIACC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEArCJ%2CaAAa%2CUACZ%2CYAyBC%2CQAQC%2CUAKC%3BIACC%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEA1CL%2CaAAa%2CUACZ%2CYAyBC%2CQAQC%2CUAKC%2CEAKG%3BIACD%2CWAAA%3B%3BEiC5sDH%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%3BErC0Sd%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%3BE%2BC5VJ%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%3BI7C0IA%2CcAAA%3BI6CxII%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BI7CkIJ%2CqBAAA%3BIoB9QA%2CqBAAA%3B%3BEyB%2BIQ%2CWADH%2CIAAI%2CSACA%3BI7C%2BHT%2CcAAA%3BI6C7HY%2CmBAAA%3B%3BEAIR%2CWAAC%3BIACG%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BI7CqHL%2CcAAA%3B%3BE6C1IA%2CWzB8HE%3BIpBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoBHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqBnPQ%2COrBmPR%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CsBAAA%3BIoBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIpB2PL%2CcAAA%3B%3BEoBzKA%2CUAAC%3BIpByKD%2CSqBrPQ%2COrBqPR%3B%3BE6CnGI%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%3BEqBpkBJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI1EgMR%2CiBAAA%3B%3BE0EzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI1EqLR%2CeAAA%3B%3BE0EzMA%2CqBAcI%2CQAUI%3BI1EiLR%2CiBAAA%3BI0E%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI1E0KR%2CeAAA%3B%3BE0EzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI1EmKb%2CeAAA%3BI0EjKgB%2CWAAA%3B%3BE5BmEhB%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%3BE9C2JR%2Ca8C%5C%2FJI%2CM9C%2BJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2Ca8CpKI%2CM9CoKH%3BIA7FD%2CcAAA%3B%3BEAkGA%2Ca8CzKI%2CM9CyKH%3BIAlGD%2CcAAA%3B%3BEAuGA%2Ca8C9KI%2CM9C8KH%3BIAvGD%2CcAAA%3B%3BE8C9FA%2CaA8BI%2CQAAO%3BI9CgEX%2CqBAAA%3BI2EzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI3EgDA%2CgBAAA%3BI8CxDQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2CaA8BI%2CQAAO%2CO1BoDT%3BIpBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoBHA%2Ca0BwMI%2CQAAO%2CO1BxMV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqB3OU%2COrB2OV%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIoBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Ca0B2LA%2CQAAO%2CO1B5LV%2CMACI%3BIpB2PL%2CcAAA%3B%3BEoBrPI%2Ca0BqLA%2CQAAO%2CO1BtLV%2COACI%3BIpBqPL%2CcAAA%3B%3BE2E7CA%2Ca7BnBI%2CQAAO%2CO6BmBV%3BEACD%2Ca7BpBI%2CQAAO%2CO6BoBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca7BzBI%2CQAAO%2CO6ByBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca7B9BI%2CQAAO%2CO6B8BV%3BEACD%2Ca7B%5C%2FBI%2CQAAO%2CO6B%2BBV%3BEACD%2CQAAQ%2CUAAW%2Cc7BhCf%2CQAAO%3BI6BiCP%2CoBAAA%3BI3E%2BBJ%2CYAAA%3B%3BE8CjDY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BI9CiDb%2CWAAA%3B%3BE8C1CA%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%3BIpCzEZ%2CgBAAA%3BIoC2EgB%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%3BItDpfF%2CeAAA%3BIsDwfI%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%3BEwCjDZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BExB3UR%3BIpD%2BMA%2CmBAAA%3BIyDtLA%2CWAAA%3BIzDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIoD9WL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEyBsER%3BI7E%2BHA%2CYAAA%3B%3BE8E1QA%2CqBACI%2CaACI%3BI9EwQR%2CgBAAA%3B%3BE8E1QA%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%3BI%5C%2FEmBJ%2CgBAAA%3B%3BE%2BEdA%3BIACI%2CWAAA%3B%3BEC3QJ%3BIhFwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIyDlLA%2CYAAA%3BIzDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEiF7QT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECnEZ%3BIlF2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIkFxKI%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%3BIlF4JL%2CYAAA%3BIkF1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIlFkJA%2CmBAAA%3BIkFhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIlF4IJ%2CiBAAA%3BIkF1IQ%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%3BIlFkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIkFrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIlFyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEkFjPR%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%3BIpFoGJ%2CkBAAA%3B%3BEoFrGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BECjLhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEtD4XJ%2CgBAGI%2COAEI%2COACI%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATpB%2CgBAGI%2COAEI%2COACI%2CiBAMM%3BIACE%2CWAAA%3B%3BEAcpB%2CSACI%2CUACI%2COACI%3BI%5C%2FB7IZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI%2BBkJgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BI%5C%2FBtJZ%2CYAAA%3BI%2BBwJgB%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%3BEuD%5C%2FbR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BEjDqKhB%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%3BIrCAb%2C8BAAA%3BIqCEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIrCfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEqCsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BER5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CyBACI%2CUAEM%2C2BACI%3BI7BoFd%2CgBAAA%3BIsDwcA%2CsBAAA%3B%3BEzBhiBA%2CyBACI%2CUAEM%2C2BACI%2CSyB6tBZ%3BIAoDF%2CSAAA%3B%3BEtDj7BA%2CyB6B6JI%2CUAEM%2C2BACI%2CS7BhKb%3BEACD%2CyB6B4JI%2CUAEM%2C2BACI%2CS7B%5C%2FJb%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyB6BuJI%2CUAEM%2C2BACI%2CS7B1Jb%3BIACG%2CWAAA%3B%3BEsDurBJ%2CyBzBjiBI%2CUAEM%2C2BACI%2CSyB8hBb%2COAAO%3BEACR%2CyBzBliBI%2CUAEM%2C2BACI%2CSyB%2BhBb%2CSAAS%3BItD3cV%2CqBAAA%3BIAAA%2CYAAA%3BIsD8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEzBziBJ%2CyBACI%2CUAEM%2C2BACI%2CSyBwiBd%3BItDpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIsDwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSACC%3BItD7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIsDkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSAUC%3BItDteN%2CYAAA%3BIsDweQ%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%3BIhDoCZ%2C8BAAA%3BIgDlCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEPlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BIzC8PV%2CgBAAA%3B%3BEyCzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEQmVJ%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BIjDjGR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIiDsGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BIjD7FR%2CgBAAA%3B%3BEsDulBA%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%3BItDpfF%2CeAAA%3BIsDwfI%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%3BIjDjKZ%2CeAAA%3B%3BEiDuKQ%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%3BEsC5ZpB%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%3BEhDHR%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%3BEiD%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BEzDoFR%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%3BIjCzEJ%2CiBAAA%3B%3BEiCmFA%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%3BIlDjBZ%2CSAAA%3BIAAA%2CUAAA%3BI5B1KA%2CqBAAA%3BI8E6LY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CM9EnLf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BE8EgLA%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%3BIlD%5C%2FBpB%2CiBAAA%3B%3BEkDuCI%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%3BEwC5UZ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BElDoPA%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%3BEmDwClB%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%3BI3F3JT%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI2F2MU%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CoBA1CR%2CQAaG%2CQACE%2CKAME%2COAsBE%3BI3FnNT%2CyBAAA%3BI2FqNU%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%3BI3FrOL%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI2F0OM%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%3BI3FrQL%2CcAAA%3BI2FuQM%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%3BECvfR%3BIACE%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2CSAAA%3B%3BEAJF%2CiBAME%2CGACE%3BIAEE%2CqBAAA%3B%3BEpCkBJ%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%3BEqCmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3BEjFyEV%2CkBACE%2CoBACE%3BIZzUF%2CmBAAA%3B%3BEYuUF%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%3BIZ5WJ%2CiBAAA%3BIY8WM%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%3BIZ3uBA%2CSAAA%3BIAAA%2CUAAA%3BI5B1KA%2CqBAAA%3B%3BEwCo5BF%2CQAAQ%2CQAIN%2CQAAO%3BIACL%2CiBAAA%3BIZ%5C%2FuBF%2CcAAA%3BIAAA%2CqBAAA%3B%3BE5BjJA%2CQwC23BM%2CQAIN%2CQAAO%2CQxC%5C%2F3BN%3BI4BiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE5B5IA%2CQwCs3BM%2CQAIN%2CQAAO%2CQxC13BN%3BI4B4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BE5BvIA%2CQwCi3BM%2CQAIN%2CQAAO%2CQxCr3BN%3BI4BuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEY0uBF%2CQAAQ%2CQASN%2CSAAQ%3BIZnvBR%2CcAAA%3B%3BEYsvBE%2CQAZI%2CQASN%2CSAAQ%2CIAGL%3BIACC%2CSAAS%2CGAAT%3B%3BEAGF%2CQAhBI%2CQASN%2CSAAQ%2CIAOL%3BIACC%2CSAAS%2CGAAT%3B%3BEkFxwBJ%3BIACI%2CaAAA%3B%3BEAGJ%2CWAAY%2CQAAQ%2CSAAS%2CGAAE%2COAAU%2CIAAI%2CgBAAa%3BEAC1D%2CWAAY%2CQAAO%2COAAU%2CaAAa%2CgBAAa%3BIACnD%2C0BAAA%3B%3BEAGJ%3BI9FuIA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BI8F5IJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BEnCrBR%3BI3DSA%2CmBAAA%3BIAAA%2CgBAAA%3BI2DJI%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%3BI3DhBN%2CgBAAA%3B%3BE2DTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BI3DxBJ%2CkBAAA%3BI2D0BQ%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%3BI3D%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BI2DsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BI3D1DtB%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2DkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BI3DpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BI2D2EgB%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%3BI3DzFpB%2CqBAAA%3BIoBhOA%2CqBAAA%3B%3BEuCmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBvCnGhB%3BIpBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoB2CA%2CWuCkPI%2CQA2DK%2COACK%2CaAGI%2CgBvCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqB9NQ%2COrB8NR%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CsBAAA%3BIoBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuClFA%2CWAiCI%2CQA8EI%3BI3DtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BI2D8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI3DlHZ%2CgBAAA%3B%3BE2DTA%2CWAiCI%2CQA8EI%2CSAyIF%3BI3D%5C%2FON%2CgBAAA%3B%3BE2DkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BI3D1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI2D%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BI3DpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BI2DuQY%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%3BI3DzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BE2DgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BI3DjJjB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2DTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BI3DzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BE2DTA%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%3BI3DpL5B%2CqBAAA%3BIoBhOA%2CqBAAA%3B%3BEuCgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC9LxB%3BIpBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoB2CA%2CWuCkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBvC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqBxPQ%2COrBwPR%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CsBAAA%3BIoBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEuC0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BI3DpMZ%2CqBAAA%3BIoBhOA%2CqBAAA%3B%3BEAMA%2CWuCkPI%2CQA2KK%2CKvC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIpB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqBzPgB%2COrByPhB%3BIAAA%2CasBzRe%2CmBtByRf%3BIAAA%2CsBAAA%3BIoBqEA%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%3BEmCzMhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3B%3BAnEnPR%2CgBAL4C%3BE5B6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BA4BxEZ%2CgBAJ2C%3BE0BwiBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%3B%3BEuC3fd%2CiBACE%2CGACE%3BIACE%2CqBAAA%3B%3BEhFqmBN%2CQACE%2CeACE%2CmBACE%3BIACE%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARR%2CQACE%2CeAWE%3BIACE%2CiBAAA%22%7D */