/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*-------------------------------Colors-----------------------------------------*/
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.custom-checkout-header h1 {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 40px;
  margin-top: 0;
}
.otnza-progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  position: relative;
}
.otnza-progress-bar .otnza-progress-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  z-index: 2;
  margin: 0;
  /* Reset any default magento margins */
}
.otnza-progress-bar .otnza-progress-bar-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 25px;
  left: calc(50% + 25px);
  width: calc(100% - 50px);
  height: 3px;
  background-color: #8E8CD0;
  z-index: -1;
}
.otnza-progress-bar .otnza-progress-bar-item._active::after,
.otnza-progress-bar .otnza-progress-bar-item._complete::after {
  background-color: #312E8C;
}
.otnza-progress-bar .otnza-progress-bar-item .step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E16A46;
  margin-bottom: 15px;
  padding: 0;
  /* Reset */
}
.otnza-progress-bar .otnza-progress-bar-item .step-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  color: #312E8C;
}
.otnza-progress-bar .otnza-progress-bar-item .step-text {
  font-weight: 800;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  padding: 0;
  /* Reset */
}
.otnza-progress-bar .otnza-progress-bar-item._complete .step-icon {
  background-color: #312E8C;
  color: #fff;
}
.otnza-progress-bar .otnza-progress-bar-item._complete .step-icon svg {
  stroke: #fff;
}
.custom-shipping-step .step-title h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
  border: none;
  padding: 0;
}
.custom-shipping-step .address-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 24px;
  cursor: pointer;
  margin-bottom: 40px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.custom-shipping-step .address-card._selected {
  border-color: #312E8C;
  box-shadow: 0 2px 8px rgba(2, 1, 7, 0.1);
}
.custom-shipping-step .address-card._selected .custom-radio .checkmark {
  border-color: #312E8C;
}
.custom-shipping-step .address-card._selected .custom-radio .checkmark:after {
  display: block;
}
.custom-shipping-step .address-card .address-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.custom-shipping-step .address-card .address-info .location-icon {
  color: #000000;
  margin-top: 2px;
}
.custom-shipping-step .address-card .address-info .details .address-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
.custom-shipping-step .address-card .address-info .details .address-text,
.custom-shipping-step .address-card .address-info .details .address-phone {
  margin: 0;
  color: #777777;
  font-size: 14px;
  line-height: 1.6;
}
.custom-shipping-step .address-card .custom-radio {
  position: relative;
  display: flex;
  align-items: center;
}
.custom-shipping-step .address-card .custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-shipping-step .address-card .custom-radio .checkmark {
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #E16A46;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.custom-shipping-step .address-card .custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E16A46;
}
.custom-shipping-step .add-address-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.custom-shipping-step .add-address-wrapper .add-new-address-btn {
  background-color: black;
  border: none;
  color: #ffffff;
  border-radius: 30px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none;
}
.custom-shipping-step .add-address-wrapper .add-new-address-btn:hover {
  background-color: #8E8CD0;
}
.custom-shipping-step .shipping-methods-block {
  margin-bottom: 40px;
}
.custom-shipping-step .shipping-methods-block .step-title h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
  border: none;
  padding: 0;
}
.custom-shipping-step .shipping-methods-block .shipping-methods-loading,
.custom-shipping-step .shipping-methods-block .no-shipping-methods {
  color: #777777;
  font-size: 14px;
  padding: 12px 0;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 20px 24px;
  cursor: pointer;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card._selected {
  border-color: #312E8C;
  box-shadow: 0 2px 8px rgba(2, 1, 7, 0.1);
}
.custom-shipping-step .shipping-methods-block .shipping-method-card._selected .custom-radio .checkmark {
  border-color: #312E8C;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card._selected .custom-radio .checkmark:after {
  display: block;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .shipping-method-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .shipping-method-info .shipping-icon {
  color: #000000;
  display: flex;
  align-items: center;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .shipping-method-info .details .shipping-method-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .shipping-method-info .details .shipping-method-price {
  margin: 0;
  color: #E16A46;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .shipping-method-info .details .shipping-method-price .currency {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .shipping-method-info .details .shipping-method-price .currency:before {
  content: "\e900";
  font-family: 'RiyalLogoFont';
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  color: #E16A46;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .custom-radio {
  position: relative;
  display: flex;
  align-items: center;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .custom-radio .checkmark {
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #E16A46;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.custom-shipping-step .shipping-methods-block .shipping-method-card .custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E16A46;
}
.modal-popup.custom-otnza-modal .modal-inner-wrap {
  border-radius: 20px;
  max-width: 850px;
  background-color: #ffffff;
}
.modal-popup.custom-otnza-modal .modal-header {
  border-bottom: none;
  padding: 30px 40px 10px;
}
.modal-popup.custom-otnza-modal .modal-header .action-close {
  padding: 30px;
}
.modal-popup.custom-otnza-modal .modal-content {
  padding: 10px 40px 40px;
}
#new-address-modal .modal-header-custom h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
#new-address-modal .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
#new-address-modal .form-grid.is-spl {
  grid-template-columns: 1fr;
}
#new-address-modal .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#new-address-modal .field label {
  font-weight: 600;
  color: #777777;
  margin-bottom: 10px;
  font-size: 14px;
}
#new-address-modal .field .custom-input {
  background-color: #FEF4ED;
  border: none;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  transition: outline 0.2s ease;
}
#new-address-modal .field .custom-input:focus {
  outline: 2px solid #E16A46;
  box-shadow: none;
}
#new-address-modal .field .custom-input::placeholder {
  color: #aaaaaa;
}
#new-address-modal .field textarea.custom-input {
  resize: none;
  height: 140px;
}
#new-address-modal .map-placeholder {
  background-color: #E8F0EA;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
  height: 200px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A0B0A5;
  font-weight: 600;
  margin-bottom: 15px;
}
#new-address-modal .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
#new-address-modal .checkbox-wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #E16A46;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}
#new-address-modal .checkbox-wrapper input[type="checkbox"]:checked {
  background-color: #E16A46;
}
#new-address-modal .checkbox-wrapper input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#new-address-modal .checkbox-wrapper label {
  margin-bottom: 0;
  color: #777777;
  font-size: 14px;
  cursor: pointer;
}
#new-address-modal .modal-actions-custom {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
#new-address-modal .modal-actions-custom .action {
  border-radius: 8px;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}
#new-address-modal .modal-actions-custom .action.secondary {
  background-color: transparent;
  color: #000000;
}
#new-address-modal .modal-actions-custom .action.secondary:hover {
  background-color: #f5f5f5;
}
#new-address-modal .modal-actions-custom .action.save-btn {
  background-color: #222222;
  color: white;
}
#new-address-modal .modal-actions-custom .action.save-btn:hover {
  background-color: #000000;
}
@media (min-width: 768px) {
  #new-address-modal .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  #new-address-modal .form-grid.is-spl {
    grid-template-columns: 1fr;
  }
  #new-address-modal .field.location-field .map-placeholder {
    height: 250px;
  }
}
.checkout-payment-method .step-title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
  border: none;
  padding: 0;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-method {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.checkout-payment-method .payment-method._active {
  border-color: #312E8C;
}
.checkout-payment-method .payment-method.tap-tabby-method {
  border-color: transparent;
}
.checkout-payment-method .payment-method.tap-tabby-method._active {
  border-color: transparent;
}
.checkout-payment-method .payment-method .payment-method-title {
  padding: 24px;
  margin: 0;
  border-bottom: none;
}
.checkout-payment-method .payment-method .payment-method-title input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-payment-method .payment-method .payment-method-title .label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.checkout-payment-method .payment-method .payment-method-title .label img {
  margin-right: 15px;
  max-height: 24px;
  width: auto;
}
.checkout-payment-method .payment-method .payment-method-title .label::after {
  content: '';
  margin-left: auto;
  height: 22px;
  width: 22px;
  border: 2px solid #E0E0E0;
  border-radius: 50%;
  display: block;
  background-color: transparent;
  transition: all 0.2s ease;
}
.checkout-payment-method .payment-method._active .payment-method-title .label::after {
  border-color: #312E8C;
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 20px black;
}
.checkout-payment-method .payment-method .payment-method-content {
  padding: 0 24px 24px;
}
.checkout-payment-method .payment-method .payment-method-content .payment-method-note {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.checkout-payment-method .payment-method .payment-method-content input[type="text"],
.checkout-payment-method .payment-method .payment-method-content input[type="number"],
.checkout-payment-method .payment-method .payment-method-content input[type="month"],
.checkout-payment-method .payment-method .payment-method-content select {
  background-color: #FEF4ED;
  border: none;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method .payment-method-content input[type="text"]:focus,
.checkout-payment-method .payment-method .payment-method-content input[type="number"]:focus,
.checkout-payment-method .payment-method .payment-method-content input[type="month"]:focus,
.checkout-payment-method .payment-method .payment-method-content select:focus {
  outline: 2px solid #E16A46;
  box-shadow: none;
}
.checkout-payment-method .payment-method .payment-method-content .field.date,
.checkout-payment-method .payment-method .payment-method-content .field.cvv {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}
.checkout-payment-method .payment-method .payment-method-content .field.date {
  margin-right: 15px;
}
.checkout-payment-method .payment-method .payment-method-content .field.choice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method .payment-method-content .field.choice input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #E16A46;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  margin: 0;
}
.checkout-payment-method .payment-method .payment-method-content .field.choice input[type="checkbox"]:checked {
  background-color: #312E8C;
  border: none !important;
}
.checkout-payment-method .payment-method .payment-method-content .field.choice input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout-payment-method .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.checkout-payment-method .actions-toolbar > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.checkout-payment-method .actions-toolbar .action.primary {
  background-color: #E16A46;
  border: none;
  color: #ffffff;
  border-radius: 30px;
  padding: 14px 60px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
  width: auto;
  min-width: 200px;
}
.checkout-payment-method .actions-toolbar .action.primary:hover {
  background-color: #d24b22;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  display: none;
}
.checkout-payment-method .payment-option._collapsible.discount-code {
  display: none !important;
}
@media (min-width: 768px), print {
  .opc-wrapper {
    width: 100% !important;
  }
  .custom-checkout-header {
    margin-top: 50px;
  }
}
.actions-toolbar {
  display: flex;
  margin-top: 140px;
  text-align: center;
  justify-content: center;
}
.actions-toolbar-box {
  display: flex;
  margin-top: 30px;
  text-align: center;
  justify-content: center;
}
.actions-toolbar-box .primary button,
.actions-toolbar .primary button {
  padding: 20px 86px;
  border-radius: 20px;
  margin-top: 50px;
  background: black !important;
}
.custom-review-step .step-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}
.custom-review-step .section-heading {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 15px;
  color: #000000;
}
.custom-review-step .summary-card {
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 25px;
  background-color: #ffffff;
}
.custom-review-step .summary-card.address-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.custom-review-step .summary-card.address-card .location-icon {
  margin-top: 2px;
}
.custom-review-step .summary-card.address-card .address-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.custom-review-step .summary-card.address-card .address-text,
.custom-review-step .summary-card.address-card .address-phone {
  margin: 0;
  color: #777777;
  font-size: 14px;
  line-height: 1.5;
}
.custom-review-step .summary-card.payment-card .payment-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.custom-review-step .review-items-list {
  margin-top: 30px;
}
.custom-review-step .review-items-list .review-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.custom-review-step .review-items-list .review-item .item-image {
  width: 100px;
  height: 100px;
  background-color: #f9f9f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.custom-review-step .review-items-list .review-item .item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.custom-review-step .review-items-list .review-item .item-details {
  flex-grow: 1;
}
.custom-review-step .review-items-list .review-item .item-details .item-name {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px;
}
.custom-review-step .review-items-list .review-item .item-details .item-store {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #777777;
  margin-bottom: 10px;
}
.custom-review-step .review-items-list .review-item .item-details .item-desc {
  font-size: 13px;
  color: #919191;
  line-height: 1.4;
  margin: 0;
}
.custom-review-step .review-items-list .review-item .item-price-qty {
  text-align: right;
  min-width: 80px;
}
.custom-review-step .review-items-list .review-item .item-price-qty .item-price {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.custom-review-step .review-items-list .review-item .item-price-qty .item-qty {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.custom-review-step .review-items-list .shipping-note {
  font-size: 12px;
  color: #777777;
  margin-top: 15px;
  padding-bottom: 40px;
}
.custom-review-step .review-totals-section {
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
  position: relative;
}
.custom-review-step .review-totals-section .totals-icon-wrapper {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 10px;
}
.custom-review-step .review-totals-section .totals-icon-wrapper svg {
  border: 1px solid #E16A46;
  border-radius: 50%;
  padding: 2px;
  width: 16px;
  height: 16px;
}
.custom-review-step .review-totals-section .totals-grid {
  max-width: 100%;
  margin: 0 auto 40px;
}
.custom-review-step .review-totals-section .totals-grid .total-row {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.custom-review-step .review-totals-section .totals-grid .total-row small {
  color: #777777;
  font-size: 14px;
}
.custom-review-step .review-totals-section .totals-grid .total-row.discount {
  color: #4CAF50;
}
.custom-review-step .review-totals-section .totals-grid .total-row.grand-total {
  font-size: 28px;
  font-weight: 800;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
.custom-review-step .review-totals-section .final-checkout-action {
  display: flex;
  justify-content: center;
}
.custom-review-step .review-totals-section .final-checkout-action .checkout-btn {
  background-color: black;
  border: none;
  color: #ffffff;
  border-radius: 30px;
  padding: 16px 60px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-review-step .review-totals-section .final-checkout-action .checkout-btn:hover {
  background-color: #8E8CD0;
}
@media (min-width: 768px) {
  .custom-review-step .review-totals-section .totals-grid {
    margin: 0 auto 40px;
  }
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
  padding-top: 10px !important;
}
.minicart-wrapper .block-minicart .block-title {
  display: block !important;
}
.custom-success-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #ffffff;
}
.custom-success-page-content .success-image-wrapper {
  margin-bottom: 40px;
}
.custom-success-page-content .success-image-wrapper .success-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff7ef;
  height: auto;
  max-width: 100%;
}
.custom-success-page-content .success-title {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0;
  border: none;
  padding-bottom: 0;
}
.custom-success-page-content .success-subtitle {
  font-size: 16px;
  color: #777777;
  margin-bottom: 30px;
  margin-top: 0;
}
.custom-success-page-content .order-number-card {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 12px 30px;
  margin-bottom: 40px;
  display: inline-block;
}
.custom-success-page-content .order-number-card .order-id,
.custom-success-page-content .order-number-card .order-id-link {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}
.custom-success-page-content .order-number-card .order-id-link:hover .order-id {
  color: #E16A46;
}
.custom-success-page-content .actions-toolbar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.custom-success-page-content .actions-toolbar .go-home-btn {
  background-color: black;
  border: none;
  color: #ffffff;
  border-radius: 30px;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  box-shadow: none;
}
.custom-success-page-content .actions-toolbar .go-home-btn:hover {
  background-color: #d24b22;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .custom-success-page-content {
    padding: 100px 20px;
  }
  .custom-success-page-content .success-image-wrapper .success-image {
    width: 200px;
    height: 200px;
    background: #F5F5F5;
  }
}
.minicart-wrapper::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.minicart-wrapper.active::before {
  opacity: 1;
  visibility: visible;
}
.minicart-wrapper .ui-dialog.mage-dropdown-dialog {
  position: fixed !important;
  top: 0 !important;
  right: -500px !important;
  left: auto !important;
  width: 100% !important;
  max-width: 450px !important;
  height: 100vh !important;
  background: #ffffff !important;
  z-index: 1000 !important;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1) !important;
  transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.minicart-wrapper.active .ui-dialog.mage-dropdown-dialog {
  right: 0 !important;
}
.minicart-wrapper .block-minicart {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  right: auto !important;
  top: auto !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  min-width: 0 !important;
}
.minicart-wrapper .block-minicart .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.minicart-wrapper .block-minicart .block-title strong {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.minicart-wrapper .block-minicart .block-title strong .qty {
  color: #777777;
  font-size: 20px;
  font-weight: 500;
}
.minicart-wrapper .block-minicart .block-title .custom-close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.minicart-wrapper .block-minicart .block-title .custom-close-btn::before {
  display: none;
}
.minicart-wrapper .block-minicart .block-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.minicart-wrapper .block-minicart .grouped-minicart-items {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px 30px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group {
  margin-bottom: 30px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-info .seller-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-info .seller-logo img {
  width: 100%;
  height: auto;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-info .seller-name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-delivery {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #777777;
}
.minicart-wrapper .block-minicart .minicart-footer {
  padding: 30px;
  background: #fff;
  border-top: 1px solid #eee;
}
.minicart-wrapper .block-minicart .minicart-footer .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.minicart-wrapper .block-minicart .minicart-footer .subtotal .label {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.minicart-wrapper .block-minicart .minicart-footer .subtotal .price-container {
  font-size: 24px;
  font-weight: 700;
}
.minicart-wrapper .block-minicart .minicart-footer .otnza-checkout-btn {
  background-color: black;
  color: #fff;
  border: none;
  border-radius: 30px;
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: none;
}
.minicart-wrapper .block-minicart .minicart-footer .otnza-checkout-btn:hover {
  background-color: #d24b22;
}
.minicart-wrapper .block-minicart .block-title {
  padding: 30px 40px;
}
.minicart-wrapper .block-minicart .block-title .title-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.minicart-wrapper .block-minicart .block-title .title-left .text {
  font-size: 28px;
  font-weight: 800;
  color: #000;
}
.minicart-wrapper .block-minicart .block-title .title-left .qty {
  font-size: 20px;
  font-weight: 500;
  color: #777;
}
.minicart-wrapper .block-minicart .grouped-minicart-items {
  padding: 10px 40px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group {
  margin-bottom: 40px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header {
  border-bottom: none;
  margin-bottom: 25px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-info .seller-logo {
  border: 1px solid #eee;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-info .seller-logo .fallback-logo {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-info .seller-name {
  font-weight: 500;
  font-size: 16px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .seller-header .seller-delivery {
  color: #777;
  font-weight: 400;
  font-size: 14px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-photo {
  width: 80px !important;
  height: 80px !important;
  flex-shrink: 0;
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-photo img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .name-and-remove {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .name-and-remove .product-item-name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .name-and-remove .product-item-name a {
  color: #000;
  text-decoration: none;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .name-and-remove .remove-item-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 2px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .product-options,
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .fallback-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
  max-width: 180px;
  margin: 0;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .product-options dl,
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .fallback-desc dl {
  margin: 0;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .product-options dt,
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .fallback-desc dt,
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .product-options dd,
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .fallback-desc dd {
  display: inline;
  margin: 0;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .custom-qty-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 24px;
  background: #fff;
  flex-shrink: 0;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .custom-qty-wrapper .qty-btn {
  background: none;
  border: none;
  width: 24px;
  height: 100%;
  color: #777;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .custom-qty-wrapper .qty-btn:hover {
  color: #000;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .custom-qty-wrapper .item-qty {
  width: 20px;
  height: 100%;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  padding: 0;
  color: #000;
  font-weight: 500;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .custom-qty-wrapper .item-qty::-webkit-inner-spin-button,
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .desc-and-qty .custom-qty-wrapper .item-qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.minicart-wrapper .block-minicart .grouped-minicart-items .seller-group .custom-minicart-item .product-item-details .product-price .price {
  font-size: 22px;
  font-weight: 800;
  color: #000;
}
.minicart-wrapper .block-minicart .minicart-footer {
  padding: 30px 40px;
}
.minicart-wrapper .block-minicart .minicart-footer .subtotal .label {
  font-size: 28px;
  font-weight: 800;
}
.minicart-wrapper .block-minicart .minicart-footer .subtotal .price-container .price {
  font-size: 28px;
  font-weight: 800;
  color: #000;
}
.minicart-wrapper .block-minicart .minicart-footer .otnza-checkout-btn {
  border-radius: 8px;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  gap: 15px;
}
.minicart-wrapper .block-minicart .minicart-footer .otnza-checkout-btn svg {
  margin-top: 2px;
}
.minicart-items .product-item-details {
  padding-left: 2px !important;
}
.minicart-items .action.delete:before {
  display: none !important;
}
.button-visiblility {
  display: none !important;
  visibility: hidden !important;
}
/* Hide default Magento shipping form elements */
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*-------------------------------Colors-----------------------------------------*/
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-arrow-down,
.wk-arrow-up {
  box-sizing: border-box;
  display: block;
  display: inline-block;
  padding-right: 12px;
  position: relative;
  transform: scale(var(--ggs, 1));
}
.wk-arrow-down::after,
.wk-arrow-down::before {
  bottom: 4px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
}
.wk-arrow-down::after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  height: 8px;
  right: 0;
  transform: rotate(-45deg);
  width: 8px;
}
.wk-arrow-down::before {
  background: currentColor;
  height: 16px;
  right: 3px;
  width: 2px;
}
.wk-arrow-up::after {
  border-left: 2px solid;
  border-top: 2px solid;
  height: 8px;
  right: -3px;
  transform: rotate(45deg);
  width: 8px;
}
.wk-arrow-up::before {
  background: currentColor;
  height: 16px;
  right: 0;
  width: 2px;
}
.wk-arrow-up::after,
.wk-arrow-up::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
}
.wk-rating-icon-small:before {
  color: #f2994a;
  content: '\f005';
  font-family: 'font-awesome';
  font-size: 1.7rem;
  font-weight: normal;
  left: 0;
  position: absolute;
}
/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.page-main {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}
.home-top-categories {
  margin: 18px 0 28px;
}
.home-top-categories__slider {
  position: relative;
}
.home-top-categories__grid--all {
  display: grid;
}
.home-top-categories__track {
  display: flex;
  gap: 0;
  overflow: hidden;
}
.home-top-categories__slide {
  flex: 0 0 100%;
}
.home-top-categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 16px 12px;
}
.home-top-categories__item {
  color: #4a3f36;
  display: grid;
  font-size: 12px;
  gap: 8px;
  justify-items: center;
  text-align: center;
  text-decoration: none;
}
.home-top-categories__item:hover,
.home-top-categories__item:focus {
  color: #e05a00;
}
.home-top-categories__thumb {
  align-items: center;
  background: #F5F5F5;
  border-radius: 12px;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  width: 56px;
}
.home-top-categories__thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.home-top-categories__placeholder {
  color: #c28f6a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.home-top-categories__label {
  max-width: 100px;
}
@media (max-width: 768px) {
  .home-top-categories {
    margin: 14px 0 22px;
  }
  .home-top-categories__grid--all {
    display: none;
  }
  .home-top-categories__slider {
    overflow: hidden;
  }
  .home-top-categories__track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .home-top-categories__slide {
    scroll-snap-align: start;
  }
  .home-top-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 8px;
  }
  .home-top-categories__label {
    max-width: 78px;
  }
  .home-top-categories__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
  }
  .home-top-categories__dot {
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    padding: 0;
    width: 10px;
  }
  .home-top-categories__dot.is-active {
    background: #1a1a1a;
    border-color: #1a1a1a;
  }
}
@media (min-width: 769px) {
  .home-top-categories__slider {
    display: none;
  }
}
.columns {
  display: block !important;
  max-width: 100% !important;
  padding: 0 15px !important;
}
.column.main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.category-header-wrapper {
  margin-bottom: 0px;
}
.category-header-wrapper .category-hero-banner {
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.category-header-wrapper .category-hero-banner h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.category-header-wrapper .search-box-wrapper input {
  width: 100%;
  max-width: 500px;
  height: 48px;
  background-color: #FFF5EC;
  border: none;
  border-radius: 30px;
  padding: 0 25px;
  margin-top: 20px;
}
.page-products .products-grid .product-items {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -10px !important;
  padding: 0 !important;
  list-style: none;
}
.page-products .products-grid .product-items .product-item {
  box-sizing: border-box !important;
  padding: 10px !important;
  margin: 0 !important;
  width: 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
@media (min-width: 768px) {
  .page-products .products-grid .product-items .product-item {
    width: 33.33% !important;
    flex: 0 0 33.33% !important;
  }
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-items .product-item {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.page-products .products-grid .product-items .product-item .product-item-info {
  background: white;
  border-radius: 15px;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-name {
  font-weight: 600;
  margin: 10px 0;
  font-size: 14px;
}
.page-products .products-grid .product-items .product-item .product-item-info .action.tocart {
  background: #E86339 !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 10px;
  margin-top: auto;
}
.sidebar-main,
.sidebar-additional,
.page-title-wrapper {
  display: none !important;
}
.category-controls-container {
  padding: 0 0px;
  margin-top: -45px;
}
.category-controls-container .search-box-wrapper {
  margin-bottom: 10px;
}
.category-controls-container .search-box-wrapper input#category-search-input {
  width: 100%;
  max-width: 450px;
  height: 45px;
  background-color: #F5F5F5;
  border: none;
  border-radius: 25px;
  padding: 0 25px;
  font-size: 14px;
  outline: none;
}
.category-controls-container .search-box-wrapper input#category-search-input::placeholder {
  color: #a0a0a0;
}
.category-controls-container .filter-options-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
}
.category-controls-container .filter-options-row .filter-select-col select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 3px 35px 4px 23px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  min-width: 110px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.category-controls-container .filter-options-row .filter-select-col select:focus {
  border-color: #E86339;
  outline: none;
}
.catalog-category-view .category-controls-container {
  display: block !important;
  visibility: visible !important;
}
.page-products .products-grid .product-items .product-item-info {
  background-color: #FEF6F1 !important;
  border-radius: 15px !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page-products .products-grid .product-items .product-item-info .product-image-container {
  width: 100% !important;
  margin: 0 !important;
  height: 150px;
}
.page-products .products-grid .product-items .product-item-info .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: 150px !important;
}
.page-products .products-grid .product-items .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: static !important;
}
.page-products .products-grid .product-items .product-item-info .product-item-details {
  padding: 15px !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.page-products .products-grid .product-items .product-item-info .product-item-details .product-item-name {
  margin: 0 0 5px 0 !important;
  font-weight: 700;
}
.page-products .products-grid .product-items .product-item-info .product-item-details .price-box {
  margin: 0 0 15px 0 !important;
}
.page-products .products-grid .product-items .product-item-info .product-item-details .actions-primary {
  width: 100%;
}
.page-products .products-grid .product-items .product-item-info .product-item-details .actions-primary .action.tocart {
  width: 100% !important;
  height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px !important;
}
.product-image-wrapper {
  border-radius: 15px !important;
}
.category-view .page-title-wrapper,
.category-view .breadcrumbs,
.category-view .page-header .header.panel,
.category-view .category-title,
.category-view #page-title-heading {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.no-banner-title {
  display: none !important;
}
.cms-index-index .owl-item {
  padding: 0 3px !important;
  box-sizing: border-box !important;
}
.cms-index-index .owl-item .product-item {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cms-index-index .product-item-info {
  background-color: white !important;
  border-radius: 15px !important;
  border: none !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  height: 100% !important;
  text-align: left !important;
}
.cms-index-index .product-item-info .product-image-container {
  width: 100% !important;
  height: 160px !important;
  margin: 0 !important;
}
.cms-index-index .product-item-info .product-image-container .product-image-photo {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
}
.cms-index-index .product-item-info .product-item-details {
  padding: 15px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  /* Base (optional fallback) */
  /* Mobile */
  /* Desktop */
}
.cms-index-index .product-item-info .product-item-details .product-item-name {
  text-align: left !important;
  margin: 0 0 5px 0 !important;
  width: 100% !important;
  font-weight: 700 !important;
  display: block !important;
}
.cms-index-index .product-item-info .product-item-details .price-box {
  text-align: left !important;
  margin: 0 0 0px 0 !important;
  width: 100% !important;
}
.cms-index-index .product-item-info .product-item-details .cms-index-index .product-item-info .product-item-details .actions-primary {
  width: 176% !important;
}
@media (max-width: 767px) {
  .cms-index-index .product-item-info .product-item-details .cms-index-index .product-item-info .product-item-details .actions-primary {
    width: 176% !important;
  }
  .cms-index-index .product-item-info .product-item-details .cms-index-index .product-item-info .product-item-details .actions-primary .action.tocart {
    width: 160% !important;
    border-radius: 25px !important;
    background: #E86339 !important;
  }
}
@media (min-width: 768px) {
  .cms-index-index .product-item-info .product-item-details .cms-index-index .product-item-info .product-item-details .actions-primary {
    width: 74% !important;
  }
  .cms-index-index .product-item-info .product-item-details .cms-index-index .product-item-info .product-item-details .actions-primary .action.tocart {
    width: 300% !important;
    border-radius: 25px !important;
    background: #FF5722 !important;
  }
}
.cms-index-index .owl-item,
.cms-index-index .product-item {
  padding: 0 4px !important;
  box-sizing: border-box !important;
  background: transparent !important;
}
.cms-index-index .product-item-info {
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  background-color: white !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.cms-index-index .product-item-info .product-image-container {
  margin: 0 !important;
}
.cms-index-index .owl-stage-desktop,
.cms-index-index .owl-stage {
  padding-left: 2px !important;
  display: flex !important;
}
.cms-index-index {
  /* Mobile */
  /* Desktop */
}
.cms-index-index .product-item-actions .actions-primary .action.tocart {
  background-color: #E86339 !important;
  background: #E86339 !important;
  color: #ffffff !important;
  border-radius: 25px !important;
  width: 56% !important;
  height: 42px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cms-index-index .product-item-actions .actions-primary .action.tocart {
    width: 90% !important;
  }
}
.cms-index-index .product-item-actions .actions-primary .action.tocart span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  .cms-index-index .product-item-details .actions-primary {
    display: block !important;
    width: 100% !important;
    padding: 5px 14px 7px 13px !important;
  }
}
@media (min-width: 768px) {
  .cms-index-index .product-item-details .actions-primary {
    display: block !important;
    width: 175% !important;
    padding: 5px 14px 7px 13px !important;
  }
}
/* ============================= */
/* FIX FOR WIDE LANDSCAPE SCREENS */
/* 1835x932, ultrawide laptops   */
/* ============================= */
@media (min-width: 1600px) and (max-height: 1000px) {
  /* Center content like 1265px screens */
  .page-main,
  .columns {
    max-width: 1265px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Keep product grid behavior identical */
  .page-products .products-grid .product-items {
    justify-content: flex-start !important;
  }
  .page-products .products-grid .product-item {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  /* Prevent cards from stretching vertically */
  .product-item-info {
    height: auto !important;
  }
}
/* FORCE 1265px CANVAS ON WIDE LANDSCAPE */
@media (min-width: 1600px) and (max-height: 1000px) {
  .page-main,
  .columns {
    max-width: 1265px !important;
    margin: 0 auto !important;
  }
}
/* --- HOME PAGE SLIDER REPAIR --- */
.cms-index-index .slick-track {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
}
.cms-index-index .slick-slide {
  height: auto !important;
  display: flex !important;
}
.cms-index-index .slick-slide > div {
  width: 100% !important;
  display: flex !important;
}
.cms-index-index .product-item {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin: 0 2px !important;
}
.cms-index-index .product-item .product-item-info {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
  background-color: none !important;
  border: 1px solid #f0f0f0 !important;
}
.cms-index-index .product-item .product-item-info .product-item-photo {
  width: 100% !important;
  display: block !important;
}
.cms-index-index .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
  height: 100% !important;
}
.cms-index-index .product-item .product-item-info .product-item-photo img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}
.cms-index-index .product-item .product-item-info .product-item-details {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  padding: 15px !important;
}
@media (max-width: 768px) {
  .cms-index-index .product-item .product-item-info .product-item-details {
    padding-top: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
.cms-index-index .product-item .product-item-info .product-item-details .product-item-inner {
  margin-top: auto !important;
  width: 100% !important;
}
@media (min-width: 1265px) {
  .page-main,
  .columns,
  .category-header-wrapper,
  .page-header .header.content,
  .footer.content {
    max-width: 1265px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    float: none !important;
    position: relative;
  }
  .page-products .products-grid .product-items {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
  .page-products .products-grid .product-items .product-item {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    box-sizing: border-box !important;
  }
  .category-hero-banner {
    width: 100% !important;
    border-radius: 15px !important;
    overflow: hidden;
  }
}
@media (min-width: 1600px) and (max-height: 1000px) {
  .page-main,
  .columns {
    max-width: 1265px !important;
  }
}
.product-item-info {
  position: relative !important;
}
.product-item-info .actions-secondary {
  display: flex !important;
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  z-index: 99 !important;
}
.product-item-info .actions-secondary .action.towishlist {
  background: #ffffff !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF5722' stroke-width='2'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px !important;
  pointer-events: auto !important;
}
.product-item-info .actions-secondary .action.towishlist::before {
  font-family: 'luma-icons' !important;
  content: '\e600' !important;
  color: #E86339 !important;
  font-size: 0px !important;
  line-height: 1 !important;
  pointer-events: none !important;
}
.product-item-info .actions-secondary .action.towishlist span {
  display: none !important;
}
.product-item-info .actions-secondary .action.tocompare {
  display: none !important;
}
.action.towishlist {
  position: relative;
  z-index: 99;
}
.action.towishlist::before {
  pointer-events: none !important;
}
.name-rating-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.name-rating-container .product-item-name {
  margin: 0;
  padding-right: 10px;
}
.name-rating-container .product-reviews-summary {
  margin: 0;
  display: block;
}
.name-rating-container .product-reviews-summary .reviews-actions {
  display: none;
}
.name-rating-container .product-reviews-summary .rating-summary .rating-result {
  width: 80px;
}
.name-rating-container .product-reviews-summary .rating-summary .rating-result::before {
  color: #e5e5e5;
}
.name-rating-container .product-reviews-summary .rating-summary .rating-result > span::before {
  color: #ff5501;
}
.product-reviews-summary {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 20px;
}
.product-reviews-summary .rating-summary {
  display: inline-block !important;
}
.product-reviews-summary .rating-summary .rating-result::before {
  color: #ddd !important;
  content: '\e605\e605\e605\e605\e605' !important;
  font-family: 'luma-icons' !important;
}
.product-reviews-summary .rating-summary .rating-result > span::before {
  color: #ff5501 !important;
  content: '\e605\e605\e605\e605\e605' !important;
  font-family: 'luma-icons' !important;
}
/* 1. Container - Forces stars to the right */
.custom-product-rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 24px;
  margin: 5px 0;
}
/* 2. Base Star Styling - Using standard text stars */
.stars-outer {
  display: inline-block;
  position: relative;
  font-size: 12px;
  /* Slightly larger for better look */
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  /* Standard font */
  color: #e5e5e5;
  /* Empty Gray Stars */
  cursor: default;
}
.stars-outer::before {
  content: '★★★★★';
  /* Physical stars, not codes */
  letter-spacing: 2px;
}
/* 3. The Filled Stars (Orange Overlay) */
.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  /* Changed by PHP inline style */
  color: #FF5722;
  /* Your Brand Orange */
}
.product-item-description {
  margin: 0px 0 !important;
}
.stars-inner::before {
  content: '★★★★★';
  /* Physical stars */
  letter-spacing: 2px;
}
/* 4. Review Count */
.review-count {
  color: #7d7d7d;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
/* Targets the specific mobile category links and their visited state */
.otnza-header__mobile-cats-list .otnza-header__mobile-cats-link,
.otnza-header__mobile-cats-list .otnza-header__mobile-cats-link:visited {
  color: #000000 !important;
  text-decoration: none !important;
}
/* Optional: Keep them black even when hovering */
.otnza-header__mobile-cats-list .otnza-header__mobile-cats-link:hover {
  color: #000000 !important;
}
/* Universal card adjustments */
.page-products .products-grid .product-items .product-item {
  width: 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding: 5px !important;
}
@media (min-width: 768px) {
  .page-products .products-grid .product-items .product-item {
    width: 33.33% !important;
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-items .product-item {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
.page-products .products-grid .product-items .product-item .product-item-info {
  background-color: white !important;
  border-radius: 15px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-image-container {
  width: 100% !important;
  height: 150px !important;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-details {
  padding: 10px 12px !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 14px !important;
  font-weight: 700;
  margin-bottom: 5px !important;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-details .price-btn-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 25px !important;
  margin-bottom: 8px !important;
  /* --- New Separator Styles --- */
  border-top: 1px solid #e1e1e1 !important;
  padding-top: 15px !important;
  margin-top: 10px !important;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-details .price-btn-container .price-box {
  font-size: 19px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  white-space: nowrap;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-details .price-btn-container .actions-primary {
  width: auto !important;
  display: flex !important;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-details .price-btn-container .actions-primary .action.tocart {
  width: auto !important;
  padding: 8px 10px 8px 10px !important;
  height: 35px !important;
  background-color: black !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  border-radius: 25px !important;
  color: #fff !important;
  white-space: nowrap;
}
.page-products .products-grid .product-items .product-item .product-item-info .product-item-details .custom-product-rating {
  font-size: 12px !important;
  margin: 5px 0 !important;
}
/* Mobile responsive */
@media (max-width: 420px) {
  .page-products .products-grid .product-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .price-btn-container {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .price-btn-container .actions-primary .action.tocart {
    width: 100% !important;
    margin-top: 8px !important;
    text-align: center !important;
  }
}
/* Mobile responsive adjustments */
@media (max-width: 420px) {
  .page-products .products-grid .product-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .price-btn-container {
    /* Keep side-by-side on mobile */
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* Separator line for mobile */
    border-top: 1px solid #e1e1e1 !important;
    padding-top: 12px !important;
    margin-top: 8px !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .price-btn-container .price-box {
    /* Slightly smaller font for mobile fit */
    font-size: 13px !important;
    flex-shrink: 0;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .price-btn-container .actions-primary {
    margin-top: 0 !important;
    width: auto !important;
  }
  .page-products .products-grid .product-item .product-item-info .product-item-details .price-btn-container .actions-primary .action.tocart {
    /* Slimmer button for mobile screens */
    height: 30px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
    width: auto !important;
    white-space: nowrap;
  }
}
.page-products .products-grid .product-items .product-item-info:hover,
.cms-index-index .product-item .product-item-info:hover,
.page-products .products-grid .product-items .product-item-info.active,
.cms-index-index .product-item .product-item-info.active {
  background-color: white !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}
.page-products .products-grid .product-items .product-item-info .product-item-photo:hover,
.cms-index-index .product-item .product-item-info .product-item-photo:hover {
  transform: none !important;
}
.page-products .products-grid .product-items .product-item-info .product-item-details:hover,
.cms-index-index .product-item .product-item-info .product-item-details:hover {
  background: transparent !important;
}
.products-grid .product-item-info.hover {
  box-shadow: none !important;
  border: none !important;
  background-color: white !important;
}
.product.info.details,
.block.related,
.block.upsell,
#product-attribute-specs-table,
.additional-attributes-wrapper,
.marketplace-shipping-info,
#additional {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.otnza-pdp-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  .otnza-pdp-wrapper {
    width: 100%;
    margin-left: -3.5%;
  }
}
.otnza-pdp-wrapper .pdp-top-gallery {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07000000000000001);
}
.otnza-pdp-wrapper .pdp-top-gallery img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.otnza-pdp-wrapper .pdp-details-block {
  margin-top: 0px;
}
.otnza-pdp-wrapper .pdp-details-block .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.otnza-pdp-wrapper .pdp-details-block .header-row .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  color: #333;
}
.otnza-pdp-wrapper .pdp-details-block .header-row .product-rating {
  color: #FF9100;
  font-size: 14px;
}
.otnza-pdp-wrapper .pdp-details-block .description-section {
  margin-top: -35px;
}
.otnza-pdp-wrapper .pdp-details-block .description-section .section-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 43px;
}
.otnza-pdp-wrapper .pdp-details-block .description-section .short-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.otnza-pdp-wrapper .pdp-details-block .description-section .more-details-btn {
  color: #312E8C;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .otnza-pdp-wrapper .pdp-details-block .section-title {
    margin-top: 43px;
  }
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row {
  margin-top: 20px;
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row label .req {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row .swatch-wrapper {
  margin-top: 10px;
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row .swatch-wrapper .swatch-option {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #222;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #222;
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row .size-boxes {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row .size-boxes span {
  padding: 6px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.otnza-pdp-wrapper .pdp-details-block .attribute-row .size-boxes span.active {
  border-color: #222;
  font-weight: bold;
  background: #f9f9f9;
}
.otnza-pdp-wrapper .pdp-details-block .seller-identity-block {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  margin-top: 25px;
}
.otnza-pdp-wrapper .pdp-details-block .seller-identity-block .seller-avatar {
  width: 50px !important;
  height: 52px !important;
  border-radius: 50%;
  background: #f0f0f0;
}
.otnza-pdp-wrapper .pdp-details-block .seller-identity-block .seller-name {
  font-weight: bold;
  font-size: 14px;
  display: block;
  color: #333;
}
.otnza-pdp-wrapper .pdp-details-block .seller-identity-block .seller-id {
  font-size: 12px;
  color: #999;
}
.otnza-pdp-wrapper .pdp-action-bar {
  background: #F5F5F5;
  padding: 18px 15px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 30px 0;
  z-index: 1;
}
.otnza-pdp-wrapper .pdp-action-bar .price-info {
  font-size: 26px;
  font-weight: bold;
  color: #222;
}
.otnza-pdp-wrapper .pdp-action-bar .price-info .currency {
  font-size: 28px !important;
}
.otnza-pdp-wrapper .pdp-action-bar .action-add-to-cart {
  background: black;
  color: #fff;
  border: none;
  padding: 14px 60px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 16px;
}
.otnza-pdp-wrapper .similar-products-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.otnza-pdp-wrapper .similar-products-section .section-header h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.otnza-pdp-wrapper .similar-products-section .section-header .see-more {
  font-size: 13px;
  color: #888;
  text-decoration: none;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid::-webkit-scrollbar {
  display: none;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card {
  flex: 0 0 180px;
  scroll-snap-align: start;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card .img-wrap {
  width: 100%;
  /* 1. Define a mandatory height for the container */
  height: 125px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  background-color: #f9f9f9;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card .img-wrap img {
  /* 2. Force the image to occupy 100% of both dimensions */
  width: 100% !important;
  height: 100% !important;
  /* 3. The 'Cover' property ensures no white space remains */
  object-fit: cover !important;
  /* 4. Keeps the center of the product visible */
  object-position: center;
  display: block;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card h4 {
  font-size: 13px;
  margin: 10px 0 5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card .item-rating {
  font-size: 11px;
  color: #FF9100;
  margin-bottom: 5px;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card .item-desc {
  font-size: 10px;
  color: #999;
  line-height: 1.3;
  height: 26px;
  overflow: hidden;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card .card-footer .price {
  font-weight: bold;
  font-size: 15px;
  color: #222;
}
.otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card .card-footer .add-mini-btn {
  background: #E86339;
  color: #fff;
  border: none;
  padding: 4px 5px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .otnza-pdp-wrapper .pdp-action-bar .action-add-to-cart {
    background: #E86339;
    color: #fff;
    border: none;
    padding: 14px 37px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .otnza-pdp-wrapper .similar-products-section .similar-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 15px;
    scrollbar-width: none;
  }
  .otnza-pdp-wrapper .similar-products-section .similar-grid::-webkit-scrollbar {
    display: none;
  }
  .otnza-pdp-wrapper .similar-products-section .similar-grid .product-item-card {
    flex: 0 0 calc(16.6% - 13px);
    min-width: 160px;
  }
}
.otnza-pdp-wrapper .pdp-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.otnza-pdp-wrapper .pdp-info .attribute-row {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.otnza-pdp-wrapper .pdp-info .attribute-row label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.otnza-pdp-wrapper .pdp-info .attribute-row label .req {
  font-weight: 400;
  color: #999;
  font-size: 12px;
  margin-left: 4px;
}
.otnza-pdp-wrapper .pdp-info .attribute-row .swatch-container {
  display: flex;
  gap: 12px;
}
.otnza-pdp-wrapper .pdp-info .attribute-row .swatch-container .swatch-option {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
  position: relative;
  border: 1px solid #ddd;
  transition: 0.2s;
}
.otnza-pdp-wrapper .pdp-info .attribute-row .swatch-container .swatch-option.active {
  outline: 2px solid #333;
  outline-offset: 2px;
  border: 2px solid #fff;
}
.otnza-pdp-wrapper .pdp-info .attribute-row .size-boxes {
  display: flex;
  gap: 8px;
}
.otnza-pdp-wrapper .pdp-info .attribute-row .size-boxes span {
  min-width: 45px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
.otnza-pdp-wrapper .pdp-info .attribute-row .size-boxes span.active {
  border: 1.5px solid #222;
  font-weight: bold;
  background: #fdfdfd;
}
.otnza-pdp-wrapper .pdp-info .attribute-row .size-boxes span:hover {
  border-color: #999;
}
#extra-details.expandable-attributes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
#extra-details.expandable-attributes .attribute-row {
  width: 100%;
  margin-bottom: -17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#extra-details.expandable-attributes .attribute-row label {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  border-radius: 50%;
}
#extra-details.expandable-attributes .attribute-row .size-boxes,
#extra-details.expandable-attributes .attribute-row .swatch-container {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
#extra-details.expandable-attributes .seller-identity-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  width: 98%;
  justify-content: flex-start;
}
.otnza-pdp-wrapper .expandable-attributes .swatch-attribute-options {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-left: 0;
}
.otnza-pdp-wrapper .expandable-attributes .swatch-attribute-label {
  text-align: left;
  display: block;
  font-weight: bold;
}
/* Container for the circles */
.swatch-container-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0;
}
/* Hide the native radio button */
.swatch-radio-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* Style the box for Size (e.g., S, M, L) */
/* The Circle Style */
.swatch-label-box {
  background-color: #ffffff;
  display: flex !important;
  align-items: center !important;
  /* Vertical Center */
  justify-content: center !important;
  /* Horizontal Center */
  width: 44px !important;
  /* Width and Height must be same */
  height: 44px !important;
  border-radius: 50% !important;
  /* Makes it a circle */
  border: 1px solid #d1d1d1;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  padding: 0 !important;
  /* Remove padding to prevent shifting */
  transition: 0.2s;
}
/* Handle the Color circles */
/* Fix for Color circles specifically */
.swatch-label-box.is-color {
  /* Critical: Force width and height so the color actually appears */
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 50% !important;
  /* Keep it a circle */
  border: 1px solid #ddd !important;
  display: block !important;
  padding: 0 !important;
  overflow: hidden;
}
/* Add a hover effect to make it interactive */
.swatch-label-box.is-color:hover {
  border-color: #000 !important;
  transform: scale(1.1);
}
/* When Selected: Turn Black */
.swatch-radio-input:checked + .swatch-label-box {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
/* When Selected Color: Add a ring instead of turning black */
.swatch-radio-input:checked + .swatch-label-box.is-color {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
}
/* Container for the gallery */
.image-relative-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  /* This is the height you set in your HTML */
  background: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
}
/* The actual image */
.main-pdp-image {
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  /* Use 'cover' to fill the area, or 'contain' to see the whole image */
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block !important;
}
/* Fix the Wishlist Icon positioning */
.wishlist-icon-top-left {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  z-index: 10;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.wishlist-icon-top-left span {
  color: #ff2b2b;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  /* 1. Close the huge gap above the text */
  .image-relative-wrapper {
    height: 320px !important;
    border-radius: 15px !important;
    margin-bottom: 12px !important;
  }
  /* 2. Stack Title and Stars vertically to prevent squeezing */
  .otnza-pdp-wrapper .header-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 10px 2px !important;
    gap: 6px !important;
  }
  .product-name {
    font-size: 20px !important;
    line-height: 1.2 !important;
    width: 100% !important;
    margin: 0 !important;
    color: #333 !important;
  }
  /* 3. Fix the rating alignment under the name */
  .product-rating {
    display: flex !important;
    align-items: center !important;
    font-size: 14px !important;
    margin: 0 !important;
  }
  /* 4. Align description section */
  .description-section {
    padding: 0 15px !important;
  }
}
/* Mobile Screen Styles */
@media screen and (max-width: 767px) {
  .pdp-top-gallery {
    height: 320px !important;
    /* Forces the smaller height on mobile */
    border-radius: 15px;
    /* Optional: slightly smaller radius for small screens */
  }
}
/* Ensure the container has a shape */
.image-relative-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* This creates a 4:5 Portrait ratio. Adjust to 1/1 for Square */
  aspect-ratio: 4 / 5;
  background-color: #f5f5f5;
}
/* Force the background to fill that shape */
.main-pdp-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/* Fix for the Similar Products grid at the bottom */
@media only screen and (max-width: 767px) {
  /* 1. Ensure the header row stays a single horizontal line */
  .otnza-pdp-wrapper .header-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* Vertically centers name and stars */
    width: 100% !important;
    gap: 10px !important;
  }
  /* 2. Allow the name to shrink so it doesn't push the stars out */
  .otnza-pdp-wrapper .product-name {
    flex: 1 !important;
    margin: 0 !important;
    font-size: 18px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /* Adds '...' if name is too long */
  }
  /* 3. Force the stars and count to stay on one line together */
  .otnza-pdp-wrapper .product-rating {
    display: flex !important;
    flex-direction: row !important;
    /* Keeps stars and (0/5) side-by-side */
    align-items: center !important;
    gap: 5px !important;
    flex-shrink: 0 !important;
    /* Prevents this block from breaking */
    white-space: nowrap !important;
    /* Crucial: stops the count from dropping */
  }
  .otnza-pdp-wrapper .product-rating .stars {
    font-size: 14px !important;
    color: #ff5501 !important;
  }
  .otnza-pdp-wrapper .product-rating .count {
    font-size: 12px !important;
    color: #ff5501 !important;
  }
}
/* 1. Main Card Setup */
.similar-grid .product-item-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 210px;
  background-color: #FFF9F1 !important;
  border-radius: 20px !important;
  padding: 0 !important;
  overflow: hidden;
  border: none;
  /* This ensures all cards in the flex row stretch to match the tallest one */
  height: auto !important;
  align-self: stretch !important;
}
/* 2. Image Area & Wishlist Positioning */
.similar-grid .img-wrap {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  /* Matching the rectangular ratio in screenshots */
  position: relative;
  overflow: hidden;
}
/* Optional: If the "Add to Cart" row has its own background, clear it */
.similar-grid .card-action-row {
  background: transparent !important;
}
/* 2. The content wrapper between the image and the footer */
.card-content {
  flex-grow: 1 !important;
  /* This pushes the footer down */
  display: flex !important;
  flex-direction: column !important;
}
/* 3. Force the bottom row to stay at the bottom */
.card-action-row {
  margin-top: auto !important;
  /* Pushes price/button to the bottom */
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 10px !important;
}
/* Force Magento Image to fill top/sides */
.similar-grid .img-wrap .product-image-container,
.similar-grid .img-wrap .product-image-wrapper {
  width: 117% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.similar-grid .img-wrap img.product-image-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
/* Heart Icon on TOP LEFT (Matching image_6aa9e3.png) */
.similar-grid .card-wishlist-icon.circular-heart {
  position: absolute;
  top: 10px;
  left: 10px;
  /* Moved to left side */
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #ff3b30;
  text-decoration: none;
}
/* 3. Content Area Layout */
.similar-grid .card-content {
  padding: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  /* Pushes the footer to the bottom */
}
/* This contains the description and "More..." */
.similar-grid .rel-desc-container {
  flex-grow: 1 !important;
  /* Expands to fill space if description is short */
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  margin-bottom: 10px !important;
}
/* Name (Left) + Rating (Right) in one line */
.similar-grid .card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.similar-grid .rel-name {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds "..." for long names */
  flex: 1;
  text-align: left;
}
.similar-grid .rel-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
/* 4. Description Truncation */
.similar-grid .rel-short-desc {
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1.3 !important;
  margin: 0 0 4px 0 !important;
  /* Keep the 2-line limit so one card doesn't become huge */
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  /* Forces a 1-line limit */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
/* 5. Footer: Price & Button */
.similar-grid .card-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: auto !important;
  /* The magic line: pushes footer to the bottom */
  padding-top: 5px !important;
}
.similar-grid .price-box {
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-weight: 800;
}
/* Pill-Shaped Button (Matching image_6c611d.png) */
.similar-grid .btn-add-mini {
  background-color: black !important;
  /* Brand Orange */
  color: #fff !important;
  border: none;
  padding: 6px 9px;
  border-radius: 20px;
  /* Perfect pill shape */
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
/* Color for filled stars (Orange) */
.similar-grid .star-rating .star.filled {
  color: #FF5501 !important;
}
/* Color for empty stars (Light Grey) */
.similar-grid .star-rating .star.empty {
  color: #E0E0E0 !important;
}
/* Optional: Make the review count number look like your screenshot */
.similar-grid .review-count {
  font-size: 12px;
  color: #A0A0A0;
  margin-left: 4px;
}
/* Ensure the main PDP stars also follow this orange theme */
.otnza-pdp-wrapper .product-rating .stars {
  color: #FF5501 !important;
}
/* Style the More... trigger */
.similar-grid .more-trigger {
  color: #E86339 !important;
  /* Pure Red */
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: none;
  margin-top: 2px;
}
.similar-grid .more-trigger:hover {
  text-decoration: underline;
}
/* Class to remove truncation when clicked */
.similar-grid .rel-short-desc.expanded {
  -webkit-line-clamp: unset !important;
  display: block !important;
}
/* --- 1. General Container & Typography --- */
.ot-cart-page-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .ot-cart-page-container {
    padding: 4px !important;
  }
}
@media (max-width: 768px) {
  .ot-prod-price {
    margin-bottom: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}
@media (max-width: 768px) {
  .ot-prod-details {
    min-height: 110px !important;
  }
}
.ot-page-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}
/* --- 2. Seller Section Header --- */
.ot-seller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.ot-seller-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 2%;
}
.ot-shop-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.ot-shop-id {
  font-size: 11px;
  color: #999;
}
.ot-delivery-info {
  font-size: 13px;
  font-weight: 700;
  color: #444;
}
/* --- 3. Product Row (The "Force-Fit" Fix) --- */
.ot-product-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start;
  gap: 7px;
  padding: 8px 0;
  width: 100%;
  clear: both;
  position: relative;
}
/* Forced Image Area - Pill Shape */
.ot-img-box {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
}
/* Force Magento internal wrappers to obey the pill shape */
.ot-img-box img,
.ot-img-box .product-image-container,
.ot-img-box .product-image-wrapper {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 15px !important;
  min-width: 120px;
  /* Matches your box size */
  min-height: 120px;
}
/* Content Area - Fixes the "Exceeding Content" overflow */
.ot-prod-details {
  flex: 1;
  min-width: 0;
  /* Critical for text truncation */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ot-prod-name {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 0px 0;
  color: #000;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds ... if name is too long */
}
.ot-store-line {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.ot-prod-store {
  font-size: 12px;
  color: #888;
  font-weight: 600;
}
.ot-prod-desc {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ot-prod-price {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: auto;
  /* Pushes price to the bottom */
  margin-bottom: 10px;
}
/* Action Area (The "X" on the far right) */
.ot-action-col {
  width: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.ot-remove-item {
  font-size: 28px;
  color: #ccc;
  text-decoration: none;
  line-height: 0.8;
}
.ot-remove-item:hover {
  color: #F15A24;
}
/* --- 4. Discount Section (Matches image_025165.png) --- */
.ot-bottom-discount {
  margin: 20px 0;
}
.ot-bottom-discount label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  color: #000;
}
.ot-coupon-input-wrapper {
  display: flex;
  background: #fdf5f0;
  border-radius: 10px;
  padding: 7px 8px 7px 20px;
  align-items: center;
  margin-right: 15%;
}
.ot-coupon-input-wrapper input {
  flex: 1;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 500;
}
.ot-coupon-input-wrapper button.apply {
  background: #312E8C;
  color: #fff;
  border: none;
  padding: 7px 28px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.ot-bottom-discount.state-error .ot-coupon-input-wrapper {
  background: #FFC4B2 !important;
}
.ot-bottom-discount.state-success .ot-coupon-input-wrapper {
  background: #C1E9C6 !important;
}
/* --- 5. Summary Drawer & Totals --- */
.ot-bottom-summary {
  padding-top: 20px;
}
.ot-summary-toggle {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  cursor: pointer;
}
.ot-caret-circle {
  width: 17px;
  height: 17px;
  border: 2px solid #F15A24;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s ease;
}
.ot-caret-circle::after {
  content: '';
  position: absolute;
  top: 17%;
  left: 24%;
  border: solid #F15A24;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}
.ot-summary-toggle.is-active .ot-caret-circle {
  transform: rotate(180deg);
}
.ot-totals-wrapper {
  margin-bottom: 20px;
  display: none;
}
.ot-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 18px;
  margin-left: 7%;
  margin-right: 7%;
}
.ot-detail-row .label {
  font-weight: 500;
}
.ot-detail-row .value {
  font-weight: 500;
}
/* --- 6. Total Bar & Checkout --- */
.ot-main-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #f2f2f2;
  margin-left: 7%;
  margin-right: 7%;
}
.total-label,
.total-value {
  font-size: 20px;
  font-weight: 700;
}
.ot-main-checkout-btn {
  width: 22%;
  background: black;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(241, 90, 36, 0.2);
  margin-left: 39%;
}
/* --- 7. Mobile Responsive --- */
@media (max-width: 768px) {
  .ot-img-box {
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
  }
  .ot-page-title,
  .total-label,
  .total-value {
    font-size: 22px;
  }
  .ot-main-checkout-btn {
    font-size: 14px;
    padding: 10px;
    width: 110px;
  }
}
/* Container for the seller logo to force a circle */
.ot-seller-icon-box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot-seller-icon {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  /* Forces the dynamic image to fill the circle without stretching */
}
/* Default Mobile/Global Styles */
.ot-img-box {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  border-radius: 17px !important;
  overflow: hidden !important;
  background: #f9f9f9 !important;
}
.ot-img-box .product-image-container {
  width: 100% !important;
}
.ot-img-box .product-image-wrapper {
  height: 100% !important;
  padding-bottom: 0 !important;
  /* Critical Fix */
}
.ot-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 17px !important;
}
/* Desktop Styles */
@media screen and (min-width: 768px) {
  .ot-img-box {
    width: 120px !important;
    height: 120px !important;
  }
}
/* 2. Remove the "Folder" Lines */
.ot-seller-header {
  border-bottom: none !important;
  /* Removes line under seller name */
  padding-bottom: 10px;
}
.ot-product-row {
  border-bottom: none !important;
  /* Removes lines between products */
  display: flex !important;
  gap: 15px;
  padding: 15px 0;
  position: relative;
  align-items: flex-start;
}
/* 3. Fix Image and Details Alignment */
.ot-img-box {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  border-radius: 15px;
  overflow: hidden;
  background: #f9f9f9;
}
.ot-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.ot-prod-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 120px;
  /* Forces height to match image */
}
.ot-prod-price {
  margin-top: auto;
  /* Pushes price to the bottom of the 120px height */
  font-size: 13px;
  font-weight: 700;
}
/* 4. Small Store Info (Logo + Name) */
.ot-item-store-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 5px 0;
  margin-top: 10px;
}
.ot-item-store-logo {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #00000024;
}
.ot-item-store-name {
  font-size: 12px;
  color: #888;
}
/* Force each seller into a completely separate "box" */
/* Base styles for Mobile */
.ot-seller-group {
  display: block;
  width: 100%;
  margin-bottom: 30px !important;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8f8f8;
  /* Adds visual separation */
}
.ot-seller-header {
  margin-bottom: 15px;
}
/* Tablet and Small Desktop (min-width: 768px) */
@media screen and (min-width: 768px) {
  .ot-seller-group {
    margin-bottom: 50px !important;
    padding-bottom: 30px;
  }
}
/* Large Desktop (min-width: 1024px) */
.ot-seller-group {
  margin-bottom: 7px !important;
}
.ot-seller-group:last-child {
  margin-bottom: 0 !important;
  border-bottom: none;
}
/* 1. THE MAIN CONTAINER */
.ot-img-box {
  width: 120px !important;
  height: 120px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
  background-color: #f9f9f9;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
}
/* 2. THE IMAGE - COVER FULL AREA */
.ot-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
/* Ensure details wrap correctly */
.ot-product-row {
  display: flex !important;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
/* DESCRIPTION TRUNCATION LOGIC */
.ot-prod-desc {
  font-size: 13px;
  color: #666;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Shows only 2 lines on desktop */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds the ... */
  width: 85%;
  margin-top: 13px;
}
/* MOBILE OPTIMIZATION */
@media only screen and (max-width: 767px) {
  .ot-img-box {
    width: 90px !important;
    height: 110px !important;
  }
  .ot-prod-desc {
    -webkit-line-clamp: 2;
    /* Shows only 1 line on mobile to save space */
    font-size: 12px;
    width: 80%;
  }
  .ot-prod-name {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
/* Layout wrapper */
.ot-action-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* Aligns both the box and the X to the right */
  gap: 15px;
}
/* The horizontal pill container */
.ot-qty-horizontal-box {
  display: flex;
  flex-direction: row;
  /* Changed to horizontal */
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  /* Less rounded, more rectangular like the image */
  background: #fff;
  overflow: hidden;
  height: 18px;
  /* Small height */
  width: 64px;
  margin-top: 50px;
}
/* Small Buttons */
.ot-qty-horizontal-box .qty-btn {
  background: none;
  border: none;
  width: 30px;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.ot-qty-horizontal-box .qty-btn:hover {
  background: #f5f5f5;
}
/* The middle number input */
.ot-qty-horizontal-box .qty-input {
  width: 28px;
  height: 100%;
  border-left: 1px solid #d1d1d1;
  /* Vertical dividers */
  border-right: 1px solid #d1d1d1;
  border-top: none;
  border-bottom: none;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  background: transparent;
  -moz-appearance: textfield;
}
/* Remove default number arrows */
.ot-qty-horizontal-box .qty-input::-webkit-outer-spin-button,
.ot-qty-horizontal-box .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Small Red X */
.ot-remove-item {
  color: #ff5252;
  font-size: 33px;
  /* Slightly smaller */
  text-decoration: none;
  margin-right: 8px;
  /* Offset to look centered under the box */
}
.ot-action-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center the box, X, and Price relative to each other */
  gap: 15px;
}
.ot-item-row-total {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin-top: 5px;
}
/* Ensure the horizontal box is properly sized */
.ot-qty-horizontal-box {
  height: 24px;
  /* Slightly taller for better UX than 18px */
  width: 70px;
  margin-top: 0 !important;
  /* Remove that large 50px margin to keep it tight */
}
/* Position the image box relatively so we can anchor the heart to it */
.ot-img-box {
  position: relative;
  display: inline-block;
}
/* The Heart Icon Styling */
.ot-wishlist-overlay {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: transform 0.2s ease;
}
.ot-wishlist-overlay:hover {
  transform: scale(1.1);
}
.ot-wishlist-overlay .heart-icon {
  font-size: 18px;
  color: #d1d1d1;
  /* Grey for empty */
  line-height: 1;
}
.ot-wishlist-overlay.active .heart-icon {
  color: #ff5252;
  /* Red for filled */
  font-size: 14px;
}
.custom-seller-profile {
  overflow-x: hidden;
  /* ✅ MOBILE SPECIFIC FIX */
}
.custom-seller-profile .products-grid.wrapper {
  margin: 0 auto;
  padding: 10px;
  max-width: 100%;
}
.custom-seller-profile .products-grid.wrapper .product-items {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .custom-seller-profile .products-grid.wrapper .product-items {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .custom-seller-profile .products-grid.wrapper .product-items {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .custom-seller-profile .products-grid.wrapper .product-items {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media (min-width: 1600px) {
  .custom-seller-profile .products-grid.wrapper .product-items {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
.custom-seller-profile .products-grid.wrapper .product-item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  min-width: 0;
}
.custom-seller-profile .products-grid.wrapper .product-item-info {
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  padding: 2px;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: transform 0.25s ease;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #f0f0f0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.custom-seller-profile .products-grid.wrapper .product-item-info:hover {
  border-color: #FF5722;
  transform: translateY(-4px);
}
.custom-seller-profile .products-grid.wrapper .product-item-photo {
  display: block;
  margin-bottom: 8px;
  width: 100%;
}
.custom-seller-profile .products-grid.wrapper .product-item-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.custom-seller-profile .products-grid.wrapper .product-item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  padding: 5px;
}
.custom-seller-profile .products-grid.wrapper .product-item-details .product-item-name {
  font-size: 13px;
  margin: 0 0 8px 0;
  min-height: 36px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.custom-seller-profile .products-grid.wrapper .product-item-details .price-box {
  margin-top: auto;
  margin-bottom: 10px;
}
.custom-seller-profile .products-grid.wrapper .product-item-details .price-box .price {
  color: #FF5722;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.custom-seller-profile .products-grid.wrapper .product-item-details .price-box .old-price .price {
  color: #999;
  text-decoration: line-through;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.custom-seller-profile .products-grid.wrapper .product-item-details .actions-primary {
  width: 100% !important;
  padding: 0 !important;
  margin-top: auto;
  box-sizing: border-box;
}
.custom-seller-profile .products-grid.wrapper .product-item-details .actions-primary .action.tocart.primary {
  width: 100% !important;
  background: black !important;
  border: none !important;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: clamp(9px, 1.2vw, 13px);
  padding-inline: 4px;
  padding-block: 10px;
  min-height: 34px;
  transition: all 0.2s ease;
}
.custom-seller-profile .products-grid.wrapper .product-item-details .actions-primary .action.tocart.primary:active {
  transform: scale(0.95);
}
@media (max-width: 480px) {
  .custom-seller-profile .products-grid.wrapper .product-item-details .actions-primary .action.tocart.primary {
    font-size: 9px !important;
    padding-inline: 2px !important;
    padding-block: 8px !important;
    letter-spacing: -0.2px;
  }
}
.custom-seller-profile .product-item-description {
  margin: 0px 0;
}
/* --- High Specificity Overrides --- */
.wishlist-index-index .columns,
.wishlist-index-index .page-main,
.wishlist-index-index .wishlist-page-container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  background: #fff !important;
  padding: 4px 4px !important;
  font-family: 'Inter', 'Arial', sans-serif !important;
}
/* Hide default Magento elements */
.wishlist-index-index .page-title-wrapper,
.wishlist-index-index .toolbar.wishlist-toolbar,
.wishlist-index-index .wishlist-title-main,
.wishlist-index-index .wishlist-management,
.wishlist-index-index .wishlist-toolbar,
.wishlist-index-index .cart.actions,
.wishlist-index-index .form-wishlist-items > .actions-toolbar {
  display: none !important;
}
/* --- Wishlist Title --- */
.wishlist-index-index .wishlist-title {
  font-size: clamp(18px, 4vw, 20px) !important;
  font-weight: 700 !important;
  color: #000 !important;
  border: none !important;
  margin: 4px;
  margin-bottom: 30px;
}
/* --- Search Bar Section --- */
.wishlist-index-index .wishlist-search-wrapper {
  margin-bottom: 30px;
}
.wishlist-index-index .search-input-group {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.wishlist-index-index .search-input-group input {
  width: 100% ;
  padding: 12px 20px 12px 45px !important;
  border: none !important;
  border-radius: 50px !important;
  background-color: #FFF5F0 !important;
  font-size: 14px !important;
  box-shadow: none !important;
}
.wishlist-index-index .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
/* --- Wishlist Grid Fully Responsive --- */
.wishlist-index-index .wishlist-items-grid {
  display: grid !important;
  gap: 20px !important;
  grid-template-columns: repeat(2, 1fr) !important;
  /* Mobile default: 2 per row */
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
/* Tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .wishlist-index-index .wishlist-items-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
/* Small laptops (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .wishlist-index-index .wishlist-items-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
/* Large desktops (≥1200px) */
@media (min-width: 1200px) {
  .wishlist-index-index .wishlist-items-grid {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
/* Laptops / large screens: 27% width */
@media (min-width: 992px) {
  .wishlist-index-index .search-input-group input {
    width: 27% !important;
  }
}
/* --- Individual Product Card --- */
.wishlist-index-index .wishlist-item-card {
  background: white !important;
  border-radius: 20px !important;
  padding: 1px !important;
  display: flex !important;
  flex-direction: column !important;
  border: none !important;
  transition: transform 0.2s ease;
  position: relative;
  /* for remove-heart icon */
}
.wishlist-index-index .card-image-box img {
  width: 100% !important;
  border-radius: 15px !important;
  display: block !important;
  object-fit: cover;
}
.wishlist-index-index .item-remove-heart {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
}
/* --- Text & Details --- */
.wishlist-index-index .item-name {
  font-size: clamp(12px, 1.2vw, 15px) !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 8px 0 4px !important;
}
.wishlist-index-index .item-rating {
  color: #FF6A3D;
  font-size: 12px;
  margin-bottom: 6px;
}
.wishlist-index-index .item-description {
  font-size: clamp(10px, 1vw, 11px);
  color: #777;
  line-height: 1.4;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
}
/* --- Footer & Button --- */
.wishlist-index-index .item-footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
  padding: 6px 2px 0px 2px;
}
.wishlist-index-index .price-amount {
  font-size: clamp(16px, 2vw, 12px) !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.wishlist-index-index .add-to-cart-orange {
  background: black !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 10px 8px 10px !important;
  border-radius: 50px !important;
  font-size: clamp(10px, 1vw, 11px) !important;
  font-weight: 600 !important;
  cursor: pointer;
}
/* Optional: hover effect for modern feel */
.wishlist-index-index .wishlist-item-card:hover {
  transform: translateY(-5px);
}
/* Default: full width on mobile/tablets */
.wishlist-index-index .search-input-group input {
  width: 90% !important;
  margin: 0 auto;
  /* Centers it if needed */
  display: block;
  padding: 12px 20px 12px 45px;
  border: none;
  border-radius: 50px;
  background-color: #FFF5F0;
  font-size: 14px;
  box-shadow: none;
}
/* Laptops / Large Screens (992px and up) */
@media (min-width: 992px) {
  .wishlist-index-index .search-input-group input {
    width: 27% !important;
    /* Overrides to 27% on larger screens */
    margin: 0;
    /* Align to left on desktop if preferred */
  }
}
/* ===============================
   REVIEW LIST PAGE
=================================*/
.review-list-container {
  max-width: 900px;
  margin: 20px auto;
  padding: 0 15px;
}
.list-main-title {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 30px;
  color: #000;
}
/* Updated Row Layout */
.custom-review-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
  text-decoration: none !important;
  color: inherit;
  /* Prevents default link colors */
  gap: 2px;
}
.custom-review-row:hover {
  background: #fafafa;
}
.product-thumb {
  flex-shrink: 0;
  width: 110px;
  /* Fixed width for consistency */
}
.product-thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.product-details {
  flex-grow: 1;
  padding: 0 10px;
  min-width: 0;
  /* Prevents text overflow issues */
}
.p-name {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
  color: #000 !important;
  /* Forces black color */
}
.p-desc {
  font-size: 14px;
  color: #777 !important;
  /* Forces grey color */
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-price {
  font-weight: 900;
  font-size: 18px;
  display: block;
  margin-top: 0px;
  color: #000;
}
.p-price .currency {
  font-size: 14px;
  font-weight: 700;
  margin-right: 2px;
}
/* 2. Responsive Caret Fix */
.caret-action {
  flex-shrink: 0;
  display: flex !important;
  /* Ensure it stays visible */
  align-items: center;
}
.icon-right {
  font-size: 40px;
  color: #d1d1d1;
  font-weight: 100;
}
/* ===============================
   REVIEW FORM PAGE
=================================*/
.review-form-main {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}
.product-summary-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.prod-left {
  display: flex;
  align-items: center;
}
.prod-left img {
  border-radius: 12px;
  margin-right: 20px;
}
.prod-text h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
}
.prod-right {
  font-size: 20px;
  font-weight: 900;
}
.rating-center {
  text-align: center;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating-center .rating-label {
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
}
.rating-center .rating-label strong {
  font-weight: 700;
  color: #000;
}
.rating-center .rating-label span {
  color: #888;
  font-size: 12px;
}
.rating-center .rating-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 8px;
}
.rating-center .rating-stars input {
  display: none;
}
.rating-center .rating-stars label {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6a00' stroke-width='1.5'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s ease;
}
.rating-center .rating-stars label:hover {
  transform: scale(1.1);
}
.rating-center .rating-stars input:checked ~ label,
.rating-center .rating-stars label:hover,
.rating-center .rating-stars label:hover ~ label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff6a00'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
}
.stars-orange {
  font-size: 28px;
  color: #ff6a00;
  letter-spacing: 5px;
}
.dashed-upload {
  border: 2px dashed #ddd;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  background: #fafafa;
}
.btn-submit-pill {
  display: block;
  width: 30%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: black;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-left: 33%;
}
.btn-submit-pill:hover {
  opacity: 0.9;
}
/* ===============================
   SUCCESS PAGE
=================================*/
.success-container {
  text-align: center;
  padding: 100px 20px;
}
.success-illustration {
  margin-bottom: 30px;
}
.success-title {
  font-weight: 900;
  font-size: 32px;
}
.success-message {
  color: #888;
  margin-bottom: 50px;
}
.success-home-btn {
  display: inline-block;
  width: auto;
  padding: 15px 80px;
}
.review-submitted {
  margin-bottom: 40px;
}
a.success-submit-btn {
  /* color: white; */
  background: #F24822;
  color: white;
  padding: 9px;
  border-radius: 9px;
  font-weight: bold;
  text-decoration: none;
}
/* 3. Global Responsiveness for all screens (Mobile to LED) */
@media (max-width: 768px) {
  .product-thumb {
    width: 100px;
  }
  .p-name {
    font-size: 18px;
  }
  .p-price {
    font-size: 22px;
  }
  .icon-right {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  /* Review List Page Text */
  .list-main-title {
    font-size: 20px;
  }
  .p-name {
    font-size: 15px;
  }
  .p-desc {
    font-size: 12px;
    -webkit-line-clamp: 1;
  }
  .p-price {
    font-size: 16px;
  }
  .p-price .currency {
    font-size: 12px;
  }
  /* Review Form Page */
  .prod-text h3 {
    font-size: 16px;
  }
  .prod-right {
    font-size: 16px;
  }
  .rating-label {
    font-size: 12px;
  }
  .page-title {
    font-size: 18px;
  }
  .success-title {
    font-size: 22px;
  }
  .success-message {
    font-size: 14px;
  }
  textarea {
    font-size: 13px;
  }
  .btn-submit-pill {
    width: 80%;
    margin-left: 10%;
    font-size: 14px;
  }
}
/* Specific for very large screens (LED/4K) */
@media (min-width: 1920px) {
  .review-list-container {
    max-width: 1200px;
    /* Wider layout for high-res screens */
  }
  .p-name {
    font-size: 24px;
  }
  .p-price {
    font-size: 30px;
  }
}
.rating-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.rating-stars input {
  display: none;
}
.rating-stars label {
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6a00' stroke-width='2'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.rating-stars input:checked ~ label,
.rating-stars label:hover,
.rating-stars label:hover ~ label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff6a00'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
}
/* Force the container to be a square box */
.review-items-list .product-thumb {
  width: 110px !important;
  height: 110px !important;
  min-width: 110px !important;
  /* Prevents shrinking */
  overflow: hidden !important;
  background-color: #f9f9f9 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
}
/* Force the image to zoom and fill the box completely */
.review-items-list .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  /* Removes Magento default constraints */
  max-height: none !important;
  /* Removes Magento default constraints */
  object-fit: cover !important;
  /* This eliminates the white bars */
  object-position: center !important;
  display: block !important;
}
/* Adjust the row layout to make sure it looks like a clean list */
.custom-review-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0px !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #eee !important;
  text-decoration: none !important;
}
/* Truncate product name with ellipsis on mobile */
@media only screen and (max-width: 767px) {
  .product-details .p-name {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /* Adjust this width based on your layout needs */
    max-width: 200px !important;
  }
  /* Optional: Ensure description also truncates if it's too long */
  .product-details .p-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    /* Shows only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* Container for the product image */
.prod-img-box {
  width: 110px !important;
  height: 110px !important;
  min-width: 110px !important;
  overflow: hidden !important;
  background: #f9f9f9 !important;
  border-radius: 8px;
  display: block !important;
  flex-shrink: 0;
  /* Ensures it stays 110px even if text is long */
}
/* Force the image to cover the area */
.prod-img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  /* This removes the white bars */
  object-position: center !important;
  display: block !important;
  max-width: none !important;
}
/* Ensure the parent container aligns properly */
.product-summary-bar .prod-left {
  display: flex !important;
  align-items: flex-start;
  gap: 15px;
}
/* Fix for Store Logo to remain a circle */
.store-logo-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eee;
}
.store-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Mobile Truncation for Product Name and Date */
@media screen and (max-width: 767px) {
  /* Target the product name (h3) */
  .product-summary-bar .prod-text h3 {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    /* Adjust spacing */
  }
  /* Target the delivery date paragraph */
  .product-summary-bar .prod-text p.delivery {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    /* Optional: smaller font for better fit */
  }
  /* Ensure the text container doesn't push the price out of view */
  .product-summary-bar .prod-text {
    min-width: 0;
    /* Critical for flexbox ellipsis to work */
    flex: 1;
  }
}
.field-box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10%;
  margin-bottom: 70px;
}
.field-box .field-label {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.field-box textarea {
  background-color: #fffaf7 !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 20px;
  width: 100%;
  min-height: 120px;
  font-size: 14px;
  color: #333;
  resize: none;
  box-shadow: none;
}
.field-box textarea::placeholder {
  color: #ccc;
}
.field-box textarea:focus {
  background-color: #fff5ef;
  outline: none;
}
.review-field-textarea {
  margin: 25px 0;
  width: 70%;
  margin-left: 10%;
}
.review-field-textarea .field-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  text-align: left;
}
.review-field-textarea .control {
  width: 100%;
}
.review-field-textarea textarea {
  background-color: #F5F5F5 !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 20px;
  width: 100%;
  min-height: 140px;
  font-size: 14px;
  color: #333;
  resize: none;
  box-shadow: none;
  display: block;
}
.review-field-textarea textarea::placeholder {
  color: #b5b5b5;
}
.review-field-textarea textarea:focus {
  outline: none;
  background-color: #fff5ef;
}
.dashed-upload {
  background-color: #F5F5F5;
  border: 2px dashed #312E8C;
  border-radius: 18px;
}
.dashed-upload .btn-orange-sq {
  background: black;
  border-radius: 8px;
  padding: 10px 25px;
  text-transform: none;
  font-weight: 600;
  color: white;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.review-header .back-btn {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
}
.review-header .back-btn:hover {
  opacity: 0.7;
}
.review-header .page-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}
.product-summary-bar .store-info-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
}
.product-summary-bar .store-info-wrapper .store-logo-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-summary-bar .store-info-wrapper .store-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-summary-bar .store-info-wrapper .store-name-text {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.review-list-container .custom-review-row .store-info-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0;
}
.review-list-container .custom-review-row .store-info-wrapper .store-logo-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.review-list-container .custom-review-row .store-info-wrapper .store-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-list-container .custom-review-row .store-info-wrapper .store-name-text {
  font-size: 13px;
  font-weight: 600;
  color: #666;
}
.custom-profile-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 20px;
  font-family: 'Inter', 'Open Sans', sans-serif;
}
.custom-profile-container .page-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333;
}
.custom-profile-container .block-reviews-dashboard,
.custom-profile-container .block-reviews-dashboard + .block-content,
.custom-profile-container #customer-reviews,
.custom-profile-container #review-customer-recent,
.custom-profile-container .review-customer-recent {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
}
.custom-profile-container .info-card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  margin-bottom: 35px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.custom-profile-container .info-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.custom-profile-container .info-card .card-header .icon-user {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 50%;
  margin-right: 10px;
}
.custom-profile-container .info-card .card-header .title {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.custom-profile-container .info-card .card-header .edit-btn {
  position: absolute;
  top: 38px;
  right: 0px;
  background: #312E8C !important;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.custom-profile-container .info-card .card-header .edit-btn:hover {
  background: #e64a13;
}
.custom-profile-container .info-card .card-header .edit-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.custom-profile-container .info-card .card-content p {
  margin: 6px 0;
  font-size: 14px;
  color: #777;
  display: flex;
  align-items: center;
}
.custom-profile-container .info-card .card-content p strong {
  color: #333;
  font-weight: 600;
  margin-right: 5px;
  min-width: 65px;
}
.custom-profile-container .info-card .card-content p .copy-icon {
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}
.custom-profile-container .list-section {
  margin-bottom: 30px;
}
.custom-profile-container .list-section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  padding-left: 5px;
}
.custom-profile-container .list-section .profile-links {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.custom-profile-container .list-section .profile-links li {
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.custom-profile-container .list-section .profile-links li:last-child {
  border-bottom: none;
}
.custom-profile-container .list-section .profile-links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.custom-profile-container .list-section .profile-links li a:hover {
  color: #ff5a1f;
  background: #fafafa;
}
.custom-profile-container .list-section .profile-links li a .arrow {
  display: inline-block;
  line-height: 1;
}
.custom-profile-container .list-section .profile-links li a .arrow::after {
  content: '\e608';
  font-family: 'luma-icons' !important;
  font-size: 12px;
  color: #bbb;
  font-weight: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-profile-container .list-section .profile-links li a .count {
  font-size: 12px;
  color: #999;
  margin-left: auto;
  margin-right: 10px;
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .custom-profile-container {
    padding: 0 15px;
  }
  .custom-profile-container .page-title {
    font-size: 22px;
  }
  .custom-profile-container .info-card {
    padding: 15px;
  }
}
.logout-section {
  margin-top: 30px;
  padding: 15px 0;
}
.logout-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff5722;
  /* Adjust to your exact orange brand color */
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: opacity 0.3s;
}
[dir="rtl"] .profile-links .arrow,
body.rtl .profile-links .arrow {
  display: inline-block;
  transform: scaleX(-1) rotate(50deg);
  vertical-align: middle;
}
.logout-link:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #e64a19;
}
.logout-icon {
  /* Ensures the icon matches the text color */
  stroke: currentColor;
}
/* Custom Profile Dashboard Caret Fix */
.custom-profile-container .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  margin-right: 10px;
  position: relative;
  /* This specifically kills the square icon you saw earlier */
}
.custom-profile-container .arrow::before,
.custom-profile-container .arrow::after {
  content: none !important;
  display: none !important;
}
.custom-profile-container .profile-links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 500;
}
.custom-profile-container .profile-links li a:hover .arrow {
  border-color: #ff5a1f;
  /* Brand Orange */
}
.custom-profile-container .profile-links li:last-child a {
  border-bottom: none;
}
/* Style for the Orange Edit Button */
.custom-profile-container .edit-btn {
  background: #ff5a1f !important;
  /* Brand Orange */
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.3s ease;
  position: absolute;
  top: 20px;
  right: 20px;
  /* Fix for the Edit Icon (Turning it pure white) */
}
.custom-profile-container .edit-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  /* Forces the icon to be white */
}
.custom-profile-container .edit-btn:hover {
  background: #e64a13 !important;
}
/* Custom Copy/Scanner Icon */
.icon-copy-scanner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #555;
  /* Outer square */
  border-radius: 4px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.icon-copy-scanner::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 1.5px solid #555;
  /* Inner square/scanner detail */
  border-radius: 1px;
}
/* Hover effect */
.icon-copy-scanner:hover {
  border-color: #ff5a1f;
  /* Changes to brand orange on hover */
}
.icon-copy-scanner:hover::after {
  border-color: #ff5a1f;
}
/* Card Container */
.info-card.personal-info {
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 20px;
}
/* The Proper Orange Edit Button */
.custom-profile-container .edit-btn {
  background: #ff5a1f !important;
  /* Brand Orange */
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* Modern rounded corners */
  position: absolute;
  top: 15px;
  right: 15px;
  transition: background 0.3s ease;
}
/* Forcing the white icon */
.custom-profile-container .edit-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1) !important;
  /* Turns dark icon into white */
  display: block;
}
.custom-profile-container .edit-btn:hover {
  background: #e64a13 !important;
}
/* 1. Header Layout: Aligns User Icon, Title, and Edit Button */
.custom-profile-container .card-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  position: relative !important;
}
/* 2. User Icon: Fixes the blurry circle */
.custom-profile-container .icon-user-svg {
  margin-right: 12px !important;
  color: #333 !important;
  vertical-align: middle !important;
}
/* 3. Title Styling */
.custom-profile-container .title {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #000 !important;
  font-family: 'Open Sans', sans-serif !important;
}
/* 4. Edit Button: Proper orange square with white SVG */
.custom-profile-container .edit-btn {
  background-color: #ff5a1f !important;
  /* Brand Orange */
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  /* Rounded corners */
  text-decoration: none !important;
  transition: background-color 0.3s ease !important;
}
.custom-profile-container .edit-btn:hover {
  background-color: #e64a13 !important;
}
/* 5. SVG centering inside the button */
.custom-profile-container .edit-btn svg {
  display: block !important;
  margin: 0 !important;
}
/* 6. Clean up: Kills any old font-based icons or squares */
.custom-profile-container .icon-user::before,
.custom-profile-container .icon-user::after {
  display: none !important;
  content: none !important;
}
.address-cards-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
.address-card-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.3s;
}
.address-card-item:hover {
  border-color: #312E8C;
}
.card-icon {
  margin-right: 15px;
  color: #333;
  background: #f8f8f8;
  padding: 8px;
  border-radius: 50%;
  display: flex;
}
.address-label {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.address-subtext,
.address-phone {
  font-size: 13px;
  color: #8a8a8a;
  margin: 2px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.default-badge {
  font-size: 10px;
  background: #eee;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 10px;
  color: #666;
}
.label-row {
  display: flex;
  align-items: center;
}
.actions-toolbar {
  margin-top: 30px;
  text-align: center;
}
.actions-toolbar .add {
  background: black;
  color: #fff;
  padding: 14px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  width: 80%;
}
/* Makes the whole card clickable for editing */
.edit-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* 1. Hide the entire "Additional Address Entries" block */
.block-addresses-list,
.additional-addresses-title,
.block-addresses-list .block-title,
.block-addresses-list .block-content {
  display: none !important;
}
/* 2. Target the specific orange button toolbar at the bottom */
.block-addresses-list .actions-toolbar,
.block-addresses-list .action.add,
.column.main > .actions-toolbar {
  display: none !important;
}
/* 3. Just in case it's a floating container */
#additional-addresses-list {
  display: none !important;
}
.actions-toolbar .add {
  background: black;
  color: #fff;
  padding: 11px 23px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  width: 20%;
  margin-top: 40px;
  text-align: center;
}
/* Specific Fix for Mobile Screens */
@media only screen and (max-width: 767px) {
  .actions-toolbar .add {
    /* Increase width so text has room to breathe */
    width: 80% !important;
    /* Adjust padding to prevent the 'squashed' look in your screenshot */
    padding: 12px 15px !important;
    /* Reduce margin-top so it doesn't push too far down on small screens */
    margin-top: 20px !important;
    /* Fix the font size so it doesn't wrap awkwardly */
    font-size: 15px !important;
    /* Ensure it stays centered */
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.otnza-orders-container {
  padding: 20px;
  background: #fcfcfc;
  font-family: 'Inter', sans-serif;
  margin: 0;
  max-width: 100%;
  /* Center the container instead of margin-left: 40% */
  width: 100%;
  /* --- Mobile Specific Optimizations --- */
}
.otnza-orders-container .order-wrapper {
  margin-bottom: 25px;
  width: 50%;
  /* Change from 50% to 100% to allow space for the sidebar */
  transition: all 0.3s ease;
}
.otnza-orders-container .order-wrapper.is-expanded {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.otnza-orders-container .order-wrapper.is-expanded .order-card-main {
  flex: 0 0 45%;
  /* Main card takes half the width when expanded */
}
.otnza-orders-container .order-wrapper.is-expanded .order-details-expanded {
  display: block;
  flex: 0 0 45%;
  /* Sidebar takes the other half */
}
.otnza-orders-container .order-wrapper.is-expanded .toggle-details::after {
  transform: rotate(-135deg);
  margin-top: 6px;
}
.otnza-orders-container .tabs-header {
  display: flex;
  gap: 12px;
  margin-left: 40%;
  margin-bottom: 30px;
  border-bottom: none;
}
.otnza-orders-container .tabs-header .tab-btn {
  padding: 8px 35px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #312E8C;
  background: #fff;
  color: #ff5a2c;
}
.otnza-orders-container .tabs-header .tab-btn.active {
  background: black;
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 90, 44, 0.2);
}
.otnza-orders-container .tabs-header .tab-btn:hover:not(.active) {
  background: #fffcfb;
}
.otnza-orders-container .order-card-main {
  flex: 1;
  /* Automatically takes full width if not expanded */
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  /* Increased padding slightly for better look */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  /* Smooth transition when opening sidebar */
}
.otnza-orders-container .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* Aligns both stacks to the top */
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 4px;
  margin-bottom: 15px;
  /* Fix for caret orientation when expanded */
}
.otnza-orders-container .card-header .header-info {
  display: flex;
  flex-direction: column;
  /* Stacks ID and Date */
  gap: 2px;
}
.otnza-orders-container .card-header .header-info .order-id {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 0;
  /* Removed margin to keep stack tight */
}
.otnza-orders-container .card-header .header-info .order-date {
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
}
.otnza-orders-container .card-header .header-meta {
  display: flex;
  flex-direction: row;
  /* Keeps stack and icon side-by-side */
  align-items: center;
  /* Vertically centers the caret relative to the stack */
  gap: 12px;
  /* Space between status/price and the caret */
}
.otnza-orders-container .card-header .header-meta .meta-status-stack {
  display: flex;
  flex-direction: column;
  /* Stacks Price and Status Badge */
  align-items: flex-end;
  /* Aligns text to the right side */
  gap: 4px;
}
.otnza-orders-container .card-header .header-meta .meta-status-stack .order-total-top {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.otnza-orders-container .card-header .header-meta .meta-status-stack .status-badge {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 7px;
  border-radius: 20px;
  display: inline-block;
  background-color: lightgreen;
}
.otnza-orders-container .card-header .header-meta .toggle-details {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.otnza-orders-container .card-header .header-meta .toggle-details::after {
  content: '';
  display: inline-block;
  width: 10px;
  /* Slightly larger for visibility */
  height: 10px;
  border-right: 2.5px solid #333;
  /* Thicker line to match screenshot */
  border-bottom: 2.5px solid #333;
  transform: rotate(45deg);
  margin-bottom: 39px;
  /* Nudges the arrow up to center it visually */
}
.otnza-orders-container .card-header .order-wrapper.is-expanded .toggle-details::after {
  transform: rotate(-135deg);
  margin-bottom: -4px;
  /* Adjusts pivot for correct centering when flipped */
}
.otnza-orders-container .product-summary {
  display: grid;
  grid-template-columns: 85px 1fr auto;
  align-items: flex-start;
  /* Better alignment for multi-line names */
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f9f9f9;
  /* Subtle separator */
}
.otnza-orders-container .product-summary .prod-img {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
}
.otnza-orders-container .product-summary .prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.otnza-orders-container .product-summary .prod-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  /* Aligns with image height */
}
.otnza-orders-container .product-summary .prod-details .product-name {
  font-size: 14px;
  font-weight: 700;
  /* Bold like the example */
  color: #000;
  margin: 0 0 4px;
  line-height: 1.2;
}
.otnza-orders-container .product-summary .prod-details .store-name {
  color: #999;
  font-size: 13px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.otnza-orders-container .product-summary .prod-details .prod-desc {
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
}
.otnza-orders-container .product-summary .prod-price-qty {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 75px;
  /* Spaced out price and quantity */
  padding-top: 5px;
}
.otnza-orders-container .product-summary .prod-price-qty .price {
  font-weight: 700;
  font-size: 14px;
  /* Slightly larger price */
  color: #000;
  line-height: 1;
}
.otnza-orders-container .product-summary .prod-price-qty .qty {
  color: #777;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  /* Makes "X1" look cleaner */
}
@media screen and (max-width: 767px) {
  .otnza-orders-container .product-summary {
    /* Adjust columns: 70px for image, 1fr for name, auto for price */
    grid-template-columns: 70px 1fr auto !important;
    gap: 10px !important;
    padding: 12px 0 !important;
    align-items: flex-start !important;
  }
  .otnza-orders-container .product-summary .prod-img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 10px !important;
  }
  .otnza-orders-container .product-summary .prod-details {
    /* Ensure the name doesn't push the price out of the screen */
    overflow: hidden;
  }
  .otnza-orders-container .product-summary .prod-details .product-name {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
    line-height: 1.2 !important;
    /* Limit to 2 lines if name is very long */
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .otnza-orders-container .product-summary .prod-details .store-name {
    font-size: 11px !important;
    color: #999 !important;
  }
  .otnza-orders-container .product-summary .prod-price-qty {
    min-width: 80px;
    /* Gives the price its own dedicated space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70px;
    /* Matches mobile image height */
  }
  .otnza-orders-container .product-summary .prod-price-qty .price {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-top: 2px;
  }
  .otnza-orders-container .product-summary .prod-price-qty .qty {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #888 !important;
    /* Makes it look like "X1" in the goal image */
    text-transform: uppercase;
  }
}
.order-details-expanded {
  display: none;
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #f0f0f0;
  position: sticky;
  /* Keeps it visible as you scroll long product lists */
  top: 20px;
}
.order-details-expanded .detail-header-mobile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.order-details-expanded .detail-header-mobile .order-id {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  display: block;
}
.order-details-expanded .detail-header-mobile .order-date {
  color: #999;
  font-size: 13px;
}
.order-details-expanded .summary-box {
  background: #fafafa;
  border: 1px dashed #e0e0e0 !important;
}
.order-details-expanded .summary-box .summary-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a1a1a;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.order-details-expanded .summary-box .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.order-details-expanded .summary-box .summary-row .label {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}
.order-details-expanded .summary-box .summary-row .value {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
.order-details-expanded .summary-box .summary-row.grand-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.order-details-expanded .summary-box .summary-row.grand-total .label,
.order-details-expanded .summary-box .summary-row.grand-total .value {
  color: #ff5a2c;
  font-size: 16px;
  font-weight: 800;
}
.order-details-expanded .timeline-stepper {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  position: relative;
}
.order-details-expanded .timeline-stepper::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #312E8C;
  z-index: 0;
}
.order-details-expanded .timeline-stepper .step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.order-details-expanded .timeline-stepper .step .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #ccc;
  margin: 0 auto 8px;
  font-size: 14px;
}
.order-details-expanded .timeline-stepper .step label {
  font-size: 12px;
  color: #999;
  font-weight: 500;
}
.order-details-expanded .timeline-stepper .step.active .icon {
  background: #312E8C;
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 90, 44, 0.3);
}
.order-details-expanded .timeline-stepper .step.active label {
  color: #312E8C;
  font-weight: 700;
}
.order-details-expanded .info-box {
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 12px;
}
.order-details-expanded .info-box .info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.order-details-expanded .info-box .info-row:last-child {
  margin-bottom: 0;
}
.order-details-expanded .info-box .info-row .value {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.order-details-expanded .info-box.payment-box .payment-content {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.order-details-expanded .info-box.payment-box .payment-content .payment-icon {
  font-size: 18px;
  line-height: 1;
}
.order-details-expanded .info-box.tracking-box .tracking-title {
  font-size: 14px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 12px;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-card {
  border-top: 1px solid #f0f0f0;
  padding: 14px 0;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-card:first-of-type {
  border-top: none;
  padding-top: 0;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-card:last-child {
  padding-bottom: 0;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-header .seller-name {
  display: block;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 750;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-header .seller-items-count {
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-header .seller-shipment-status {
  background: #E3F2FD;
  color: #1565C0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
  white-space: nowrap;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-item {
  background: #fafafa;
  border-radius: 10px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
}
.order-details-expanded .info-box.tracking-box .seller-shipment-item .item-qty {
  color: #888;
  font-size: 12px;
  margin-left: 6px;
}
.order-details-expanded .info-box.tracking-box .tracking-row {
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}
.order-details-expanded .info-box.tracking-box .tracking-row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.order-details-expanded .info-box.tracking-box .tracking-carrier,
.order-details-expanded .info-box.tracking-box .tracking-number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: 6px;
}
.order-details-expanded .info-box.tracking-box .tracking-carrier .label,
.order-details-expanded .info-box.tracking-box .tracking-number .label {
  color: #888;
  font-size: 12px;
  font-weight: 600;
}
.order-details-expanded .info-box.tracking-box .tracking-carrier .value,
.order-details-expanded .info-box.tracking-box .tracking-number .value {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.order-details-expanded .info-box.tracking-box .tracking-carrier .tracking-link,
.order-details-expanded .info-box.tracking-box .tracking-number .tracking-link {
  color: #312E8C;
  text-decoration: underline;
}
.order-details-expanded .info-box.tracking-box .tracking-row.no-tracking {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 0;
}
.order-details-expanded .expanded-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.order-details-expanded .expanded-actions .btn-rate {
  background: black;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 16px;
  flex: 1;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10%;
}
.order-details-expanded .expanded-actions .btn-return {
  border: 1px solid #312E8C;
  background: black;
  color: white;
  border-radius: 16px;
  padding: 10px;
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  margin-right: 10%;
}
.otnza-returns-container {
  /* CUSTOM ORANGE CHECKBOX */
}
.otnza-returns-container .page-main-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 40px;
}
.otnza-returns-container .order-section-wrapper {
  border-radius: 4px;
  margin-bottom: 30px;
}
.otnza-returns-container .order-section-wrapper .order-info-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  background: #fff;
}
.otnza-returns-container .order-section-wrapper .order-info-bar .order-id {
  font-weight: bold;
  display: block;
}
.otnza-returns-container .order-section-wrapper .order-info-bar .order-date {
  font-size: 12px;
  color: #888;
}
.otnza-returns-container .product-return-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fff;
}
.otnza-returns-container .product-return-card .product-details-box {
  display: flex;
  gap: 7px;
}
.otnza-returns-container .product-return-card .product-details-box .image-container img {
  width: 120px;
  border-radius: 8px;
}
.otnza-returns-container .product-return-card .product-details-box .product-name {
  margin: 0;
  font-size: 14px;
  margin-top: 23px;
}
.otnza-returns-container .product-return-card .product-details-box .price {
  font-size: 14px;
  font-weight: bold;
}
.otnza-returns-container .custom-orange-checkbox {
  position: relative;
  cursor: pointer;
  display: block;
}
.otnza-returns-container .custom-orange-checkbox input {
  opacity: 0;
  position: absolute;
}
.otnza-returns-container .custom-orange-checkbox .checkmark {
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 4px;
  display: block;
}
.otnza-returns-container .custom-orange-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.otnza-returns-container .custom-orange-checkbox input:checked ~ .checkmark {
  background-color: #ff5e3a;
}
.otnza-returns-container .custom-orange-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.otnza-returns-container .reason-selection-footer {
  margin-top: 25px;
  text-align: left;
}
.otnza-returns-container .reason-selection-footer .dropdown-wrapper select {
  width: 300px;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid #ffe8e0;
  background: #fff7f4;
  margin-bottom: 30px;
}
.otnza-returns-container .reason-selection-footer .action-submit-return {
  background: #ff5e3a;
  color: #fff;
  border: none;
  padding: 15px 80px;
  border-radius: 12px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-left: 42%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .otnza-returns-container {
    padding: 10px;
  }
  .otnza-returns-container .page-main-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
    margin-top: 0px;
  }
  .otnza-returns-container .order-section-wrapper {
    margin-bottom: 20px;
  }
  .otnza-returns-container .order-section-wrapper .order-info-bar {
    flex-direction: column;
    gap: 5px;
    padding: 12px;
  }
  .otnza-returns-container .order-section-wrapper .order-info-bar .info-left .order-id {
    font-size: 14px;
  }
  .otnza-returns-container .order-section-wrapper .order-info-bar .info-left .order-date {
    font-size: 11px;
  }
  .otnza-returns-container .order-section-wrapper .order-info-bar .info-right {
    text-align: left;
  }
  .otnza-returns-container .order-section-wrapper .order-info-bar .info-right .order-total {
    font-size: 12px;
  }
  .otnza-returns-container .order-section-wrapper .order-info-bar .info-right .order-total:before {
    content: "Total: ";
    font-weight: normal;
    font-size: 12px;
  }
  .otnza-returns-container .product-return-card {
    padding: 15px;
    flex-direction: row;
    align-items: flex-start;
  }
  .otnza-returns-container .product-return-card .product-details-box {
    gap: 4px;
  }
  .otnza-returns-container .product-return-card .product-details-box .image-container img {
    width: 80px;
    height: auto;
  }
  .otnza-returns-container .product-return-card .product-details-box .text-content .product-name {
    font-size: 15px;
    line-height: 1.2;
  }
  .otnza-returns-container .product-return-card .product-details-box .text-content .store-info {
    font-size: 12px;
  }
  .otnza-returns-container .product-return-card .product-details-box .text-content .description {
    display: block;
    font-size: 11px;
    color: #777;
    margin: 4px 0;
  }
  .otnza-returns-container .product-return-card .product-details-box .text-content .price {
    font-size: 14px;
    margin-top: 0px;
    display: block;
  }
  .otnza-returns-container .product-return-card .selection-box {
    padding-top: 5px;
  }
  .otnza-returns-container .reason-selection-footer {
    margin-top: 25px;
    padding: 0 10px;
  }
  .otnza-returns-container .reason-selection-footer .reason-label {
    font-size: 13px;
    text-align: left;
  }
  .otnza-returns-container .reason-selection-footer .dropdown-wrapper select {
    width: 100%;
    padding: 3px;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .otnza-returns-container .reason-selection-footer .action-submit-return {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .otnza-returns-container .product-return-card .product-details-box .image-container img {
    width: 70px;
  }
  .otnza-returns-container .product-return-card .product-details-box .text-content .product-name {
    font-size: 14px;
    margin-top: 9px;
  }
}
@media (max-width: 768px) {
  .otnza-orders-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px;
  }
  .orders-grid {
    display: block !important;
  }
  .order-wrapper {
    width: 100% !important;
    display: block !important;
  }
  .order-card-main {
    width: 94% !important;
  }
  .order-details-expanded {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
  }
  .order-wrapper.is-expanded {
    display: block !important;
  }
  .order-wrapper.is-expanded .order-card-main,
  .order-wrapper.is-expanded .order-details-expanded {
    width: 84% !important;
    flex: none !important;
    margin-top: 10px;
  }
}
/* Mobile Screen Specific Style */
@media screen and (max-width: 767px) {
  .otnza-orders-container .tabs-header {
    margin-left: 17% !important;
  }
}
/* Mobile Screen Override */
@media screen and (max-width: 767px) {
  .order-details-expanded {
    width: 85% !important;
    flex: 0 0 85% !important;
    /* Overriding the flex-basis as well */
    margin: 0 auto;
    /* Optional: centers the 85% wide container */
  }
}
@media screen and (max-width: 767px) {
  .otnza-orders-container .order-wrapper.is-expanded .order-card-main {
    width: 94% !important;
  }
}
/* Mobile Screen Specific Style */
@media screen and (max-width: 767px) {
  .otnza-orders-container .order-card-main {
    padding: 7px !important;
  }
}
@media screen and (max-width: 767px) {
  .header-info {
    /* Reduce the gap between the Order ID and the Date */
    gap: 0px !important;
    padding-left: 5px !important;
    /* Slight nudge for breathing room */
    margin-top: 2px !important;
  }
  .header-info .order-id {
    font-weight: 800 !important;
    /* Keep it bold to maintain hierarchy */
    font-size: 14px !important;
    /* Slightly smaller for mobile screens */
    line-height: 1.2 !important;
    letter-spacing: -0.2px !important;
    /* Tighter look */
  }
  .header-info .order-date {
    font-size: 11px !important;
    /* Smaller date text */
    color: #888888 !important;
    /* Slightly darker for better readability on small screens */
    margin-top: -1px !important;
    /* Pulls date closer to the ID */
  }
}
@media only screen and (max-width: 768px) {
  .otnza-returns-container .image-container {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .otnza-returns-container .product-return-card .product-details-box .text-content .product-name {
    /* Font size as requested */
    font-size: 13px !important;
    /* Truncation Logic */
    display: block !important;
    white-space: nowrap !important;
    /* Prevents text from wrapping to a second line */
    overflow: hidden !important;
    /* Hides the text that overflows the container */
    text-overflow: ellipsis !important;
    /* Adds the "..." */
    /* Layout Fixes */
    max-width: 100% !important;
    margin: 0 0 5px 0 !important;
    line-height: 1.2 !important;
  }
  /* Keep your previous margin fix for the image */
  .otnza-returns-container .image-container {
    margin-top: 0px !important;
  }
}
.product-summary .prod-img {
  width: 80px !important;
  height: 80px !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  /* This is vital to hide the white edges */
  border-radius: 8px !important;
  background-color: #f9f9f9 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid #f0f0f0 !important;
}
/* 2. The Image - Zoomed to hide baked-in white space */
.product-summary .prod-img img {
  /* We make the image 140% of the box size to "push" the white out */
  width: 140% !important;
  height: 140% !important;
  /* These reset any Magento defaults that limit image size */
  max-width: none !important;
  max-height: none !important;
  min-width: 140% !important;
  min-height: 140% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
.item-store-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.item-store-logo {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}
.prod-desc {
  font-size: 13px;
  color: #666;
  margin: 4px 0 0 0;
  /* ONE LINE TRUNCATION */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Currency icon styling is handled by web/css/riyal-icon.css */
.custom-footer {
  background-color: #2E2E2E;
  padding: 32px;
  color: #FFFFFF;
}
/* 1. Root and Container Fixes */
html[dir="rtl"],
html[dir="rtl"] body {
  overflow-x: hidden !important;
  width: 100% !important;
}
/* 2. Equal Height Fix for Products */
body.rtl-layout {
  /* 3. Mobile Specific: 2.5 Cards + Category Fix */
}
body.rtl-layout .slick-track {
  display: flex !important;
  align-items: stretch !important;
  /* Forces all cards to same height */
  direction: ltr !important;
}
body.rtl-layout .slick-slide {
  height: auto !important;
  /* Allows flex-stretch to work */
  display: flex !important;
  flex-direction: column !important;
  /* Ensure the product item inside stretches to fill the slide */
}
body.rtl-layout .slick-slide > div,
body.rtl-layout .slick-slide .product-item,
body.rtl-layout .slick-slide .product-item-info {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  body.rtl-layout {
    /* ... keep your product card 40vw rules ... */
    /* SPECIFIC FIX FOR BANNERS AND CATEGORIES */
  }
  body.rtl-layout body.rtl-layout {
    /* Ensure Banner/Category slides don't collapse */
    /* Fix for image_8e4c55.png (Banner merging/empty) */
    /* Fix for image_8e4fa0.png (Category Grid) */
  }
  body.rtl-layout body.rtl-layout .slick-track {
    /* Force the track to be wide enough for all slides */
    display: flex !important;
    width: 10000% !important;
    transform: none !important;
    /* Kill the conflicting JS transform */
    transition: transform 0.3s ease-in-out;
  }
  body.rtl-layout body.rtl-layout .slick-slide {
    display: inline-block !important;
    vertical-align: top;
    float: none !important;
  }
  body.rtl-layout body.rtl-layout .banner-item,
  body.rtl-layout body.rtl-layout .banner-image,
  body.rtl-layout body.rtl-layout .slick-slide img {
    width: 100vw !important;
    /* Banners should be full width on mobile */
    max-width: 100vw !important;
    display: block !important;
  }
  body.rtl-layout body.rtl-layout .category-item {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
/* Force internal slick engine to stay LTR */
html[dir="rtl"] .slick-slider,
html[dir="rtl"] .slick-list,
html[dir="rtl"] .slick-track {
  direction: ltr !important;
}
a {
  color: #312E8C;
}
a:hover {
  color: black !important;
}
[lang="ar"] .price-container,
[lang="ar"] .price-label,
[lang="ar"] .price,
[lang="ar"] .price-wrapper,
[lang="ar"] .price-box {
  font-family: 'Amiri', 'Traditional Arabic', 'Arial', serif !important;
  direction: rtl !important;
  unicode-bidi: plaintext;
}
.otnza-header {
  align-items: center;
  background: linear-gradient(to bottom, #D8DBE8 0%, #FFFFFF 100%);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 16px 24px;
  position: relative;
}
.otnza-header__brand {
  display: flex;
  align-items: center;
}
.otnza-header__nav {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.otnza-header__link--minicart {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  line-height: 1;
}
.otnza-header__link--minicart .counter.qty {
  background: #ff5501;
  border-radius: 13px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  margin: -15px 0 0 2px;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  vertical-align: super;
  white-space: normal;
}
.otnza-header__link--minicart .counter.qty.empty {
  display: none;
}
.otnza-header__link--minicart .counter-label {
  display: none;
}
.otnza-header__link--minicart::before {
  display: none;
  content: none;
}
.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before,
.minicart-wrapper.active .action.showcart::before {
  display: none;
  content: none;
}
.minicart-wrapper .action.showcart .text {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  color: #312E8C;
}
@media (min-width: 768px) {
  .minicart-wrapper {
    margin-left: 13px;
    margin-top: -19px;
  }
  .minicart-wrapper:has(.counter.qty.empty) {
    margin-top: 0px;
  }
}
.minicart-wrapper .action.showcart .counter.qty {
  border-radius: 15px;
}
.otnza-header__dropdown {
  position: relative;
}
.otnza-header__dropdown-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  left: 0;
  min-width: 0;
  padding: 0;
  position: fixed;
  top: 97px;
  right: 0;
  width: 100%;
  z-index: 200;
}
.otnza-header__dropdown-inner {
  margin: 0 auto;
  max-width: 1265px;
  background: #fff;
  border: 1px solid #f0c7b0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: 16px 24px 20px;
}
.otnza-header__dropdown:hover .otnza-header__dropdown-panel,
.otnza-header__dropdown:focus-within .otnza-header__dropdown-panel {
  display: block;
}
.otnza-header__link--dropdown {
  gap: 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 15px 0;
}
.otnza-header__dropdown-panel .navigation {
  background: transparent;
  margin: 0;
  padding: 0;
}
.otnza-header__dropdown-panel .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otnza-header__dropdown-panel .navigation .level0 {
  display: inline-flex;
  flex-direction: column;
  min-width: 0px;
  vertical-align: top;
}
.otnza-header__dropdown-panel .navigation .level0 > a {
  color: #1a1a1a;
  font-weight: 600;
  padding: 6px 0 10px;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 0;
}
.otnza-header__dropdown-panel .navigation .level0 > a:hover,
.otnza-header__dropdown-panel .navigation .level0 > a:focus {
  color: #e05a00;
}
.otnza-header__dropdown-panel .navigation > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.otnza-header__dropdown-panel .navigation .submenu {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  left: auto;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: static;
  top: auto;
}
.otnza-header__dropdown-panel .navigation .submenu a {
  font-weight: 400;
  padding: 4px 0;
}
.otnza-header__link--dropdown {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}
.otnza-header__caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #1a1a1a;
  height: 0;
  width: 0;
}
.otnza-header__link {
  color: #312E8C !important;
  /* Sets color to Black */
  text-decoration: none;
  /* Removes underline if any */
}
.otnza-header__link:hover,
.otnza-header__link:focus {
  color: #333333 !important;
  /* Slightly lighter grey/black on hover */
}
.otnza-header__icon {
  align-items: center;
  border: 1px solid #312E8C;
  border-radius: 999px;
  color: #1a1a1a;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  text-decoration: none;
  width: 28px;
}
.otnza-header__icon-svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 16px;
}
.otnza-header__mobile-cats {
  background: #ffffff;
  display: none;
  padding: 6px 16px 10px;
}
.otnza-header__mobile-cats-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin: 0;
  overflow-x: auto;
  padding: 0 8px 6px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.otnza-header__mobile-cats-link {
  color: #1a1a1a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 2px;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}
.otnza-header__mobile-cats-link:hover,
.otnza-header__mobile-cats-link:focus {
  color: #e05a00;
}
/* Otnza footer */
.otnza-footer {
  background: linear-gradient(to top, #D8DBE8 0%, #FFFFFF 100%);
  /*border-top: 2px solid #9d7ae6;*/
  color: #6b4a3a;
  padding: 20px 24px 14px;
}
.otnza-footer__inner {
  display: grid;
  gap: 18px 48px;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  margin: 0 auto 12px;
  max-width: 1280px;
}
.otnza-footer__title {
  color: black;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.otnza-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.otnza-footer__list li {
  margin: 4px 0;
}
.otnza-footer__list a {
  color: black;
  font-size: 12px;
  text-decoration: none;
}
.otnza-footer__list a:hover,
.otnza-footer__list a:focus {
  color: #e05a00;
}
.otnza-footer__col--connect .otnza-footer__social {
  display: flex;
  gap: 10px;
}
.otnza-footer__icon {
  align-items: center;
  border: 1px solid #e8bfa7;
  border-radius: 50%;
  color: #b4602f;
  display: inline-flex;
  font-size: 11px;
  height: 22px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 22px;
}
.otnza-footer__bottom {
  border-top: 1px solid #312E8C;
  color: black;
  font-size: 11px;
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .otnza-footer__inner {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}
@media (max-width: 768px) {
  .nav-sections {
    background: #fff7ef;
  }
  .nav-sections .section-item-title {
    display: none;
  }
  .nav-sections .section-item-content {
    padding: 0;
    margin-top: 0px;
  }
  .otnza-mobile-menu {
    background: white;
    min-height: 100%;
    padding: 12px 0 16px;
  }
  .otnza-mobile-menu__search {
    padding: 0 16px 12px;
  }
  .otnza-mobile-menu__search .block-search {
    margin: 0;
  }
  .otnza-mobile-menu__search .block-search .label {
    cursor: pointer;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 4px 2px 0;
    text-align: right;
    width: 100%;
  }
  .otnza-mobile-menu__search .block-search .label::before {
    color: #5c3f31;
    font-size: 26px;
  }
  .otnza-mobile-menu__search .block-search .control {
    display: none;
    margin-top: 12px;
    position: relative;
  }
  .otnza-mobile-menu__search.is-search-open .block-search .control {
    display: block;
  }
  .otnza-mobile-menu__search input {
    background: #fbe9dd;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    height: 40px;
    padding: 0 14px 0 36px;
    position: static;
    left: auto;
    right: auto;
    width: 100%;
  }
  .otnza-mobile-menu__search .action.search {
    left: 10px;
    margin: 0;
    opacity: 0.75;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .otnza-mobile-menu__heading {
    align-items: center;
    background: #fde9dd;
    border-radius: 12px;
    color: #5c3f31;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin: 0 16px 8px;
    padding: 16px 8px;
    text-transform: uppercase;
  }
  .otnza-mobile-menu__heading-icon {
    background: #f17a2b;
    border-radius: 6px;
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
  }
  .otnza-mobile-menu__heading-icon::after {
    background: #fff;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    top: 6px;
    width: 8px;
  }
  .otnza-mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .otnza-mobile-menu__item {
    border-bottom: 1px solid #efded3;
    position: relative;
  }
  .otnza-mobile-menu__link,
  .otnza-mobile-link .level-top {
    align-items: center;
    color: #4a3f36;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    padding: 10px 16px;
    text-decoration: none;
    text-transform: none;
  }
  .otnza-mobile-menu__label {
    flex: 0 0 auto;
  }
  .otnza-mobile-menu__toggle {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 0;
    width: 40px;
  }
  .otnza-mobile-menu__toggle:focus-visible {
    outline: 2px solid #e05a00;
    outline-offset: -2px;
  }
  .otnza-mobile-menu__toggle::before {
    border-bottom: 2px solid #6b4a3a;
    border-right: 2px solid #6b4a3a;
    content: "";
    display: block;
    height: 6px;
    margin: 0 auto;
    transform: rotate(45deg);
    width: 6px;
  }
  .otnza-mobile-menu__item.is-open .otnza-mobile-menu__toggle::before {
    transform: rotate(-135deg);
  }
  .otnza-mobile-menu__sublist {
    background: white;
    list-style: none;
    margin: 0;
    padding: 6px 0 10px 46px;
  }
  .otnza-mobile-menu__subitem {
    border: 0;
  }
  .otnza-mobile-menu__sublink {
    color: #5c3f31;
    display: block;
    font-size: 12px;
    padding: 6px 0;
    text-decoration: none;
  }
  .otnza-mobile-menu__sublink:hover,
  .otnza-mobile-menu__sublink:focus {
    color: #e05a00;
  }
  .otnza-mobile-menu__link:hover,
  .otnza-mobile-menu__link:focus,
  .otnza-mobile-link .level-top:hover,
  .otnza-mobile-link .level-top:focus {
    color: #e05a00;
  }
  .otnza-mobile-menu__thumb {
    align-items: center;
    background: #f6e7dd;
    border-radius: 50%;
    display: inline-flex;
    height: 26px;
    justify-content: center;
    overflow: hidden;
    width: 26px;
  }
  .otnza-mobile-menu__thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .otnza-mobile-menu__placeholder {
    color: #c28f6a;
    font-size: 12px;
    font-weight: 600;
  }
  .otnza-mobile-menu__links {
    padding-top: 6px;
  }
  .otnza-mobile-menu__minicart {
    padding: 8px 0 0;
  }
  .otnza-mobile-menu__minicart .minicart-wrapper {
    margin: 0;
    position: relative;
  }
  .otnza-mobile-link--cart {
    position: relative;
  }
  .otnza-mobile-link--cart .otnza-mobile-menu__minicart {
    padding: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .otnza-mobile-link--cart .minicart-wrapper > .action.showcart {
    align-items: center;
    display: inline-flex;
    gap: 6px;
  }
  .otnza-mobile-link--cart .minicart-wrapper > .action.showcart .text {
    display: none;
  }
  .otnza-mobile-menu__minicart .block-minicart {
    box-shadow: none;
    left: auto;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
  .otnza-mobile-link {
    margin: 0;
  }
  .otnza-mobile-link .level-top {
    text-transform: none;
  }
  .otnza-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }
  .otnza-header__brand {
    position: relative;
    width: 100%;
    min-height: 44px;
  }
  .otnza-header__brand .nav-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .otnza-header__brand .logo {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
  }
  .otnza-header__brand .logo img {
    display: block;
    width: auto !important;
    max-height: 23px;
    height: auto;
  }
  .otnza-header__language-switcher {
    display: none !important;
  }
  .otnza-header__nav {
    display: flex;
    align-items: center;
    gap: 0;
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .otnza-header__nav .otnza-header__dropdown,
  .otnza-header__nav .otnza-header__link,
  .otnza-header__nav .otnza-header__icon {
    display: none !important;
  }
  .otnza-header__nav .minicart-wrapper {
    margin: 0;
  }
  .otnza-header__link--dropdown {
    padding: 12px 0;
  }
  .otnza-header__dropdown-panel {
    border-radius: 0;
    left: 0;
    padding: 0;
    top: 0;
  }
  .otnza-header__dropdown-inner {
    border-radius: 0;
    max-width: 320px;
    min-height: 100vh;
    padding: 16px 16px 24px;
  }
  .otnza-header__dropdown-panel .navigation > ul {
    display: block;
  }
  .otnza-header__dropdown-panel .navigation .level0 {
    display: block;
    min-width: 0;
    padding: 6px 0;
  }
  .otnza-header__dropdown-panel .navigation .level0 > a {
    padding: 10px 0;
  }
  .otnza-header__dropdown-panel .navigation .submenu a {
    padding: 6px 0 6px 12px;
  }
  .otnza-header__dropdown-panel > .otnza-header__dropdown-inner > .navigation .level0.parent > .level-top {
    padding-right: 0;
  }
  .otnza-header__dropdown-panel .navigation .level0 > .level-top {
    line-height: 40px;
  }
  .otnza-header__mobile-cats {
    display: block;
  }
}
@media (min-width: 769px) {
  .nav-sections {
    display: none;
  }
  .otnza-header__mobile-cats {
    /*display: none !important;*/
  }
}
/* =========================================================
   DESKTOP MEGA MENU (768px+) — submenu matches .columns width
   ========================================================= */
@media (min-width: 768px) {
  /* Match storefront .columns canvas (see _category.less) */
  .otnza-header__dropdown-inner,
  .otnza-desktop-nav-bar {
    position: relative !important;
    width: 100% !important;
    max-width: 1265px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
  .otnza-header__dropdown-inner {
    background: #fff !important;
    height: 380px !important;
    border-bottom: 1px solid #eee !important;
    overflow: hidden !important;
  }
  .otnza-desktop-nav-bar {
    background: #fff !important;
    border-bottom: 1px solid #e1e1e1;
    overflow: visible !important;
    z-index: 996;
  }
  .header.content {
    padding: 32px 0 0 !important;
  }
  /* Do not let the nav wrapper grow with the submenu panel */
  .otnza-header__dropdown-inner .navigation,
  .otnza-header__dropdown-inner .otnza-custom-navigation,
  .otnza-desktop-nav-bar .navigation,
  .otnza-desktop-nav-bar .otnza-custom-navigation {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .otnza-menu-tree {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 30px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    position: static !important;
    height: 50px !important;
    max-height: 50px !important;
    flex-shrink: 0 !important;
  }
  .otnza-menu-tree::-webkit-scrollbar {
    display: none !important;
  }
  .otnza-menu-tree > li.level0 {
    flex: 0 0 auto !important;
    position: static !important;
  }
  .otnza-menu-tree > li.level0 > a.level-top {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid transparent !important;
    transition: border-color 0.2s ease !important;
    white-space: nowrap !important;
    height: 100% !important;
  }
  .otnza-menu-tree > li.level0:hover > a.level-top {
    border-bottom: 2px solid #000 !important;
  }
  /* Submenu panel: full canvas width, fixed height, does not expand parent */
  .otnza-menu-tree > li.level0 > .submenu {
    display: none !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 330px !important;
    max-height: 330px !important;
    min-height: 0 !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 24px 20px !important;
    background: #fff !important;
    border: none !important;
    border-top: 1px solid #eee !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
    z-index: 20 !important;
    /* Admin-configurable columns (2 / 4 / 8; falls back to 8).
           Multi-column packing fills each column top-to-bottom, so a taller
           subcategory (one with sub-subcategories) never forces empty space
           into its neighbours the way a row-aligned grid would. */
    column-count: var(--otnza-mega-cols, 8) !important;
    column-gap: 24px !important;
    text-align: left !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
  }
  .otnza-menu-tree > li.level0:first-child:hover > .submenu {
    display: block !important;
  }
  .otnza-menu-tree > li.level0:hover > .submenu {
    display: block !important;
  }
  /* Each direct child of the panel = one packed block (subcategory + children).
       break-inside:avoid keeps a parent and its sub-subcategories in one column.
       display:block (not inline-block) so nested lists can't overflow the column
       and bleed the hover highlight into the neighbouring column. */
  .otnza-menu-tree > li.level0 > .submenu > li {
    list-style: none !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    display: block !important;
    overflow: hidden !important;
  }
  /* Top-level subcategory name = cell header. */
  .otnza-menu-tree > li.level0 > .submenu > li > a {
    color: #111 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }
  .otnza-menu-tree .submenu li {
    list-style: none !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
  }
  .otnza-menu-tree .submenu li a {
    color: #555 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    display: block !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  .otnza-menu-tree .submenu li a:hover {
    color: #000 !important;
  }
  /* Sub-subcategories: plain list stacked under their parent header.
       Width pinned to the parent cell so it never overflows into the next column. */
  .otnza-menu-tree .submenu .submenu {
    display: block !important;
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 4px 0 !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .otnza-menu-tree .submenu .submenu li {
    margin-bottom: 4px !important;
  }
  .otnza-menu-tree .submenu .submenu li a {
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
  }
}
.copyright {
  display: none;
}
/* ==========================================================================
   FINAL PRODUCTION FIXED: TOTAL ISOLATED RESPONSIVE ARABIC PRICING
   ========================================================================== */
[lang="ar"] .price-box .price-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  position: relative !important;
  direction: ltr !important;
  /* Locks layout flow to ensure uniform rendering on all breakpoints */
  /* 1. Make the native text (including the leaky 'ر.س.') completely invisible */
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 0px !important;
  /* 2. Hide any native inner .price span text leakage */
  /* 3. Render your custom icon font cleanly on the right-hand side */
  /* 4. Pull ONLY the numeric raw digits cleanly via data-attribute onto the left-hand side */
}
[lang="ar"] .price-box .price-wrapper .price {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 0px !important;
  display: inline-block !important;
}
[lang="ar"] .price-box .price-wrapper::before {
  content: "" !important;
  font-family: 'RiyalLogoFont' !important;
  font-size: 24px !important;
  color: #333333 !important;
  -webkit-text-fill-color: #333333 !important;
  order: 2 !important;
  /* Moves the icon strictly to the right side of the price digits */
  margin-left: 4px !important;
  margin-right: 0 !important;
  display: inline-block !important;
  font-weight: normal !important;
}
[lang="ar"] .price-box .price-wrapper::after {
  content: attr(data-price-amount) !important;
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #333333 !important;
  -webkit-text-fill-color: #333333 !important;
  order: 1 !important;
  /* Moves the clean price numbers to the left side */
  display: inline-block !important;
}
/* Tablet & Mobile Layout Sizing Safeguard */
@media (max-width: 1024px) {
  [lang="ar"] .price-box .price-wrapper::after {
    font-size: 13px !important;
    /* Perfectly shrinks numbers to fit small mobile grid cards */
  }
  [lang="ar"] .price-box .price-wrapper::before {
    font-size: 16px !important;
  }
}
/* ==========================================================================
   MOBILE & TABLET ONLY: PRICE BREAK & ALIGNMENT FIX
   ========================================================================== */
@media (max-width: 1024px) {
  [lang="ar"] .price-box {
    display: block !important;
    /* Forces the entire price area onto its own full row */
    width: 100% !important;
    /* Utilizes full available card width */
    text-align: right !important;
    /* Keeps layout clean and aligned right in Arabic view */
    margin-bottom: 8px !important;
    /* Pushes the "Add to Cart" button safely down */
  }
  [lang="ar"] .price-box .price-wrapper {
    display: inline-flex !important;
    /* Keeps the custom icon and numbers on one clean line */
    float: right !important;
    /* Aligns the inline group neatly to the right edge */
    margin-right: 15px;
  }
}
/* ==========================================================================
   EN STAGE SPECIFIC: CUSTOMER SIGNUP ISOLATION FIX
   ========================================================================== */
[lang="en"] {
  /* Scrapes all styles within your specific layout wrapper back to LTR */
  /* Force details cards, titles, and step definitions to align left */
  /* Ensure text placeholder text inside input fields renders from left to right */
  /* Lock the step workflow indicators to flow correctly */
}
[lang="en"] .otenza-login-wrapper,
[lang="en"] #otenza-customer-wrapper,
[lang="en"] .otenza-login-right,
[lang="en"] .merchant-signup-page,
[lang="en"] .signup-container {
  direction: ltr !important;
  text-align: left !important;
}
[lang="en"] .profile-form-card,
[lang="en"] .form-content,
[lang="en"] .form-group,
[lang="en"] .step-title,
[lang="en"] label {
  text-align: left !important;
}
[lang="en"] .white-input,
[lang="en"] input.white-input {
  direction: ltr !important;
  text-align: left !important;
}
[lang="en"] .stepper-wrapper {
  direction: ltr !important;
}
/* ==========================================================================
   EN STAGE SPECIFIC: OTP INPUTS & STEPPER PROGRESSION FIX
   ========================================================================== */
[lang="en"] {
  /* 1. Force the OTP 4-digit boxes to flex left-to-right */
  /* 2. Force the registration wizard bar to flow from left (Step 1) to right (Step 3) */
}
[lang="en"] .otp-inputs-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  direction: ltr !important;
}
[lang="en"] .otp-digit {
  text-align: center !important;
  /* Keeps the typed digit perfectly centered inside its box */
}
[lang="en"] .stepper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  direction: ltr !important;
}
[lang="en"] .stepper-item {
  display: flex !important;
  flex-direction: row !important;
  /* Step number on left, name on right */
  align-items: center !important;
}
/* ==========================================================================
   AR STAGE SPECIFIC: CONTAIN ARABIC OTP & STEPPER TO RTL
   ========================================================================== */
[lang="ar"] .otp-inputs-wrapper {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
  direction: rtl !important;
}
[lang="ar"] .stepper-wrapper {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  direction: rtl !important;
}
[lang="ar"] .stepper-item {
  display: flex !important;
  flex-direction: row-reverse !important;
}
/* ==========================================================================
  /* ==========================================================================
   STEPPER OVERLAP, LINE CONTINUITY & ALIGNMENT FIX
   ========================================================================== */
/* 1. Main wrapper container serves as the relative track anchor */
.stepper-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
}
/* 2. Continuous horizontal connector line extending cleanly behind the circles */
.stepper-wrapper::before {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  /* Exactly half of the 36px circle height to center it perfectly */
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background-color: #312E8C !important;
  /* Theme blue color matching your circles */
  z-index: -1 !important;
  /* Guarantees the line stays behind the step counters */
}
/* 3. Stepper items block configured as a column layout to drop text below the line */
.stepper-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  /* Centers both circle and text horizontally */
  position: relative !important;
  z-index: 2 !important;
  flex: 1 !important;
  /* Distributes steps evenly across the width */
  background: transparent !important;
  /* Transparent so the connecting line stays solid */
  padding: 0 !important;
  margin: 0 !important;
}
/* 4. Circular step numbers configuration */
.step-counter {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  font-weight: bold !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
  background-color: #f5f5f5;
  /* Light grey for inactive steps */
  color: #312E8C;
  margin-bottom: 8px !important;
  /* Pushes the descriptive label cleanly downward */
}
/* Active Step Styling Example (Adjust class name to match your template) */
.stepper-item.active .step-counter,
.stepper-item.current .step-counter {
  background-color: #312E8C !important;
  color: #ffffff !important;
}
/* 5. Clear language direction fallback structural cleanups */
[lang="en"] .stepper-item,
[lang="ar"] .stepper-item {
  /* Disables inline row flex settings from conflicting older rules */
  flex-direction: column !important;
}
[lang="en"] .step-counter,
[lang="ar"] .step-counter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@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 8px 4px 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 4px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 56px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 16px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    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 {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -24px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e62e';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 4px 8px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -11px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 8px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 16px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 48px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .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: 24px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 8px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #FFFFFF;
    border: 1px solid #ccc;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #FFFFFF;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #FFFFFF;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 16px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 32px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 32px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 35px;
    padding: 35px 35px 35px 35px;
    border: 0;
    border-top: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #ccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #ccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 12px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 8px;
    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;
  }
  .block-category-event.block:last-child {
    margin-bottom: 32px;
    padding: 8px 0 32px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 12px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 48px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 8px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 8px 16px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .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;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 16px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 12px;
  }
  .product-info-main .product-add-form {
    padding-top: 16px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .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: 24px;
  }
  .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 8px 8px 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: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 16px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 16px 24px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 16px;
    margin: 0 0 8px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 16px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 16px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 24px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 8px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 32px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 16px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 16px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #FFFFFF;
    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.4rem;
    border-bottom: 0;
    margin-bottom: 24px;
  }
  .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: 8px 32px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 8px 0 0 48px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 16px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 32px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 8px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 16px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 16px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 8px 8px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -16px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 16px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 8px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 4px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 16px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 16px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 16px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 16px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 16px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 16px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 16px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 16px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 48px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 8px 0;
  }
  .filter-actions {
    margin-bottom: 32px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 8px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 24px;
    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: 4px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #FFFFFF;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 16px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 4px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 24px;
    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: 24px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 16px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 8px;
    padding: 4px 8px 8px;
    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: 8px;
    padding: 4px 8px 8px;
  }
  .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: 24px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 12px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 16px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 16px 2px 16px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 16px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #FFFFFF;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #FFFFFF;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #FFFFFF;
    padding-left: 4px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -4px 0 4px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 32px 16px 0;
  }
  .logo {
    margin: -8px auto 24px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 24px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -8px;
    left: 100%;
    margin: 0 0 0 16px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 9px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #FFFFFF transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 8px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 8px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 16px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #FFFFFF;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .ask-que-to-admin-style {
    margin: 1rem 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .marketplace-account-dashboard .column.main {
    position: relative;
  }
  .wk-dashboard-container .product.data.items > .item.content {
    margin-top: 60px;
  }
  .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;
  }
  .price-cart-row {
    gap: 10px !important;
  }
  .price-cart-row .custom-price .price-box .price-wrapper .price {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    /* Target ONLY the Arabic store view inside this exact structure */
  }
  [lang="ar"] .price-cart-row .custom-price .price-box .price-wrapper .price {
    font-size: 0.1rem !important;
  }
  .price-cart-row .custom-add-to-cart {
    padding: 8px 4px 8px 4px !important;
    font-size: 12px !important;
    background-color: black !important;
  }
  .logo {
    margin: 4px 9px 2px 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;
  }
}
@media all and (min-width: 769px), print {
  .price-cart-row {
    gap: 10px !important;
  }
  .price-cart-row .custom-price .price-box .price-wrapper .price {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    /* Target ONLY the Arabic store view inside this exact structure */
  }
  [lang="ar"] .price-cart-row .custom-price .price-box .price-wrapper .price {
    font-size: 0.1rem !important;
  }
  .price-cart-row .custom-add-to-cart {
    padding: 8px 4px 8px 4px !important;
    font-size: 12px !important;
    background-color: black !important;
  }
  .logo {
    margin: 4px 9px 2px 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -8px;
    top: 40px;
    left: auto;
  }
  .wk-dashboard-container .wk-stats,
  .wk-dashboard-container .wk-order-block,
  .wk-dashboard-container .wk-customer-block {
    grid-template-columns: 1fr;
  }
  .price-cart-row {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .price-cart-row .custom-price .price-box .price-wrapper .price {
    font-size: 14px !important;
    margin-top: 10px;
  }
  .price-cart-row .custom-add-to-cart {
    padding: 8px 12px !important;
    font-size: 11px !important;
    min-width: 80px !important;
  }
}
@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;
  }
  .price-cart-row {
    gap: 10px !important;
  }
  .price-cart-row .custom-price .price-box .price-wrapper .price {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
    /* Target ONLY the Arabic store view inside this exact structure */
  }
  [lang="ar"] .price-cart-row .custom-price .price-box .price-wrapper .price {
    font-size: 0.1rem !important;
  }
  .price-cart-row .custom-add-to-cart {
    padding: 8px 4px 8px 4px !important;
    font-size: 12px !important;
    background-color: black !important;
  }
  .logo {
    margin: 4px 9px 2px 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FOtnza_Backend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FWebkul_Marketplace%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_category.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_sellerprofile.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_wishlist.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_custom-reviews.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_customerdashboard.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_customeraccountaddress.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_custom-orders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FWebkul_Marketplace%5C%2Fcss%5C%2Fsource%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FOtnza%5C%2Fotnza-child%5C%2Far_SA%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAIA%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACMR%2CuBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CmBASI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3B%3BAAGA%2CmBAVJ%2CyBAUK%2CIAAI%2CaAAa%3BEACd%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2COAAO%2CiBAAP%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CmBAtBJ%2CyBAsBK%2CQAAQ%3BAAAS%2CmBAtBtB%2CyBAsBuB%2CUAAU%3BEACzB%2CyBAAA%3B%3BAAhCZ%2CmBASI%2CyBA0BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3B%3BAA7CZ%2CmBASI%2CyBA0BI%2CWAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAnDhB%2CmBASI%2CyBA8CI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3BAAIJ%2CmBAxDJ%2CyBAwDK%2CUACG%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CmBAxDJ%2CyBAwDK%2CUACG%2CWAII%3BEAAM%2CYAAA%3B%3BAAStB%2CqBAGI%2CYAAY%3BEACR%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAATR%2CqBAaI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CqBAbJ%2CcAaK%3BEACG%2CqBAAA%3BEACA%2CwCAAA%3B%3BAAFJ%2CqBAbJ%2CcAaK%2CUAIG%2CcAAc%3BEACV%2CqBAAA%3B%3BAACA%2CqBAnBZ%2CcAaK%2CUAIG%2CcAAc%2CWAET%3BEAAS%2CcAAA%3B%3BAAhC1B%2CqBAaI%2CcAuBI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAvCZ%2CqBAaI%2CcAuBI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAA3ChB%2CqBAaI%2CcAuBI%2CcAUI%2CSACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAApDpB%2CqBAaI%2CcAuBI%2CcAUI%2CSAQI%3BAAtDhB%2CqBAaI%2CcAuBI%2CcAUI%2CSAQmB%3BEACX%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1DpB%2CqBAaI%2CcAmDI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAnEZ%2CqBAaI%2CcAmDI%2CcAKI%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAA1EhB%2CqBAaI%2CcAmDI%2CcAaI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CqBA1EZ%2CcAmDI%2CcAaI%2CWAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhGpB%2CqBAuGI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAA1GR%2CqBAuGI%2CqBAKI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CqBAjBR%2CqBAKI%2CqBAYK%3BEACG%2CyBAAA%3B%3BAAzHhB%2CqBA%2BHI%3BEACI%2CmBAAA%3B%3BAAhIR%2CqBA%2BHI%2CwBAGI%2CYAAY%3BEACR%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAxIZ%2CqBA%2BHI%2CwBAYI%3BAA3IR%2CqBA%2BHI%2CwBAaI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FIZ%2CqBA%2BHI%2CwBAmBI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGA%2CqBAhCR%2CwBAmBI%2CsBAaK%3BEACG%2CqBAAA%3BEACA%2CwCAAA%3B%3BAAFJ%2CqBAhCR%2CwBAmBI%2CsBAaK%2CUAIG%2CcAAc%3BEACV%2CqBAAA%3B%3BAACA%2CqBAtChB%2CwBAmBI%2CsBAaK%2CUAIG%2CcAAc%2CWAET%3BEAAS%2CcAAA%3B%3BAArK9B%2CqBA%2BHI%2CwBAmBI%2CsBAuBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA5KhB%2CqBA%2BHI%2CwBAmBI%2CsBAuBI%2CsBAKI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAjLpB%2CqBA%2BHI%2CwBAmBI%2CsBAuBI%2CsBAWI%2CSACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1LxB%2CqBA%2BHI%2CwBAmBI%2CsBAuBI%2CsBAWI%2CSAQI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAlMxB%2CqBA%2BHI%2CwBAmBI%2CsBAuBI%2CsBAWI%2CSAQI%2CuBAUI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBA5ExB%2CwBAmBI%2CsBAuBI%2CsBAWI%2CSAQI%2CuBAUI%2CUAKK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CeAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnNhC%2CqBA%2BHI%2CwBAmBI%2CsBAyEI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA9NhB%2CqBA%2BHI%2CwBAmBI%2CsBAyEI%2CcAKI%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAArOpB%2CqBA%2BHI%2CwBAmBI%2CsBAyEI%2CcAaI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAlHhB%2CwBAmBI%2CsBAyEI%2CcAaI%2CWASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAaxB%2CYAAY%2CmBACR%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAJR%2CYAAY%2CmBAOR%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3B%3BAATR%2CYAAY%2CmBAOR%2CcAII%3BEACI%2CaAAA%3B%3BAAZZ%2CYAAY%2CmBAgBR%3BEACI%2CuBAAA%3B%3BAAKR%2CkBAEI%2CqBAAqB%3BEACjB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAANR%2CkBASI%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3B%3BAAGA%2CkBANJ%2CWAMK%3BEACG%2C0BAAA%3B%3BAAhBZ%2CkBAoBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAvBR%2CkBAoBI%2COAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA7BZ%2CkBAoBI%2COAYI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CkBAvBR%2COAYI%2CcAWK%3BEACG%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBA5BR%2COAYI%2CcAgBK%3BEACG%2CcAAA%3B%3BAAjDhB%2CkBAoBI%2COAiCI%2CSAAQ%3BEACJ%2CYAAA%3BEACA%2CaAAA%3B%3BAAvDZ%2CkBA4DI%3BEACI%2CyBAAA%3BEACA%2CkBAAkB%2C6HAAlB%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAtER%2CkBA0EI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA9ER%2CkBA0EI%2CkBAMI%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CkBAjBR%2CkBAMI%2CMAAK%2CiBAWA%3BEACG%2CyBAAA%3B%3BAACA%2CkBAnBZ%2CkBAMI%2CMAAK%2CiBAWA%2CQAEI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAtGpB%2CkBA0EI%2CkBAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FGZ%2CkBAoHI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3B%3BAAxHR%2CkBAoHI%2CsBAMI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAdR%2CsBAMI%2CQAQK%3BEACG%2C6BAAA%3BEACA%2CcAAA%3B%3BAACA%2CkBAjBZ%2CsBAMI%2CQAQK%2CUAGI%3BEAAS%2CyBAAA%3B%3BAAGd%2CkBApBR%2CsBAMI%2CQAcK%3BEACG%2CyBAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAvBZ%2CsBAMI%2CQAcK%2CSAGI%3BEAAS%2CyBAAA%3B%3BAA%2BB1B%2CQAtB0B%3BEACtB%2CkBACI%3BIAEI%2C8BAAA%3BIACA%2CSAAA%3B%3BEAEA%2CkBALJ%2CWAKK%3BIACG%2C0BAAA%3B%3BEAPZ%2CkBAWI%2COAAM%2CeACF%3BIACI%2CaAAA%3B%3B%3BAAQhB%2CwBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAATR%2CwBAaI%3BEACI%2CSAAA%3B%3BAAdR%2CwBAkBI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CwBATJ%2CgBASK%3BEACG%2CqBAAA%3B%3BAAIJ%2CwBAdJ%2CgBAcK%3BEACG%2CyBAAA%3B%3BAAEA%2CwBAjBR%2CgBAcK%2CiBAGI%3BEACG%2CyBAAA%3B%3BAApChB%2CwBAkBI%2CgBAuBI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAA5CZ%2CwBAkBI%2CgBAuBI%2CsBAMI%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAApDhB%2CwBAkBI%2CgBAuBI%2CsBAeI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAhEhB%2CwBAkBI%2CgBAuBI%2CsBAeI%2COAWI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CwBAxDZ%2CgBAuBI%2CsBAeI%2COAkBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAMZ%2CwBAvEJ%2CgBAuEK%2CQAAS%2CsBAAsB%2COAAM%3BEAClC%2CqBAAA%3BEAEA%2CwDAAA%3B%3BAA5FZ%2CwBAkBI%2CgBA8EI%3BEACI%2CoBAAA%3B%3BAAjGZ%2CwBAkBI%2CgBA8EI%2CwBAII%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAxGhB%2CwBAkBI%2CgBA8EI%2CwBAYI%2CMAAK%3BAA5GjB%2CwBAkBI%2CgBA8EI%2CwBAaI%2CMAAK%3BAA7GjB%2CwBAkBI%2CgBA8EI%2CwBAcI%2CMAAK%3BAA9GjB%2CwBAkBI%2CgBA8EI%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBAxGZ%2CgBA8EI%2CwBAYI%2CMAAK%2CaAcA%3BAAAD%2CwBAxGZ%2CgBA8EI%2CwBAaI%2CMAAK%2CeAaA%3BAAAD%2CwBAxGZ%2CgBA8EI%2CwBAcI%2CMAAK%2CcAYA%3BAAAD%2CwBAxGZ%2CgBA8EI%2CwBAeI%2COAWK%3BEACG%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA5HpB%2CwBAkBI%2CgBA8EI%2CwBAiCI%2COAAM%3BAAjIlB%2CwBAkBI%2CgBA8EI%2CwBAiCiB%2COAAM%3BEACf%2CqBAAA%3BEACA%2COAAO%2CgBAAP%3BEACA%2CmBAAA%3B%3BAApIhB%2CwBAkBI%2CgBA8EI%2CwBAsCI%2COAAM%3BEAAQ%2CkBAAA%3B%3BAAtI1B%2CwBAkBI%2CgBA8EI%2CwBAyCI%2COAAM%3BEACF%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA9IhB%2CwBAkBI%2CgBA8EI%2CwBAyCI%2COAAM%2COAOF%2CMAAK%3BEACD%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAAEA%2CwBA1IhB%2CgBA8EI%2CwBAyCI%2COAAM%2COAOF%2CMAAK%2CiBAYA%3BEACG%2CyBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CwBA7IpB%2CgBA8EI%2CwBAyCI%2COAAM%2COAOF%2CMAAK%2CiBAYA%2CQAGI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAxK5B%2CwBAiLI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAApLR%2CwBAiLI%2CiBAKM%3BEACE%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAzLZ%2CwBAiLI%2CiBAWI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CwBAxBR%2CiBAWI%2CQAAO%2CQAaF%3BEACG%2CyBAAA%3B%3BAAKhB%2CwBAAyB%2CgBAAe%2CaAAc%3BEAClD%2CaAAA%3B%3BAAEJ%2CwBAAyB%2CgBAAe%2CaAAa%3BEACjD%2CwBAAA%3B%3BAAWJ%2CQARyB%3BEACrB%3BIACI%2CsBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CoBAAqB%2CSAAS%3BAAAQ%2CgBAAiB%2CSAAS%3BEAC5D%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAMJ%2CmBAEI%2CYAAY%3BEACR%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAANR%2CmBASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAbR%2CmBAiBI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CmBAPJ%2CcAOK%3BEACG%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CmBAPJ%2CcAOK%2CaAKG%3BEAAiB%2CeAAA%3B%3BAALrB%2CmBAPJ%2CcAOK%2CaAMG%3BEAAiB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAANxE%2CmBAPJ%2CcAOK%2CaAOG%3BAAPJ%2CmBAPJ%2CcAOK%2CaAOkB%3BEAAiB%2CSAAA%3BEAAW%2CcAAA%3BEAAmB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAGnF%2CmBAjBJ%2CcAiBK%2CaACG%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAvChB%2CmBA6CI%3BEACI%2CgBAAA%3B%3BAA9CR%2CmBA6CI%2CmBAGI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAArDZ%2CmBA6CI%2CmBAGI%2CaAOI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAhEhB%2CmBA6CI%2CmBAGI%2CaAOI%2CYAWI%3BEAAM%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAlEzD%2CmBA6CI%2CmBAGI%2CaAqBI%3BEACI%2CYAAA%3B%3BAAtEhB%2CmBA6CI%2CmBAGI%2CaAqBI%2CcAGI%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAxEhE%2CmBA6CI%2CmBAGI%2CaAqBI%2CcAII%3BEAAc%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAmB%2CmBAAA%3B%3BAAzEpG%2CmBA6CI%2CmBAGI%2CaAqBI%2CcAKI%3BEAAa%2CeAAA%3BEAAiB%2CcAAA%3BEAAiC%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAA1EjG%2CmBA6CI%2CmBAGI%2CaA6BI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FEhB%2CmBA6CI%2CmBAGI%2CaA6BI%2CgBAII%3BEAAc%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAjFjF%2CmBA6CI%2CmBAGI%2CaA6BI%2CgBAKI%3BEAAY%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAlF%5C%2FD%2CmBA6CI%2CmBAyCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAA1FZ%2CmBA%2BFI%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlGR%2CmBA%2BFI%2CuBAKI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1GZ%2CmBA%2BFI%2CuBAKI%2CqBAQI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjHhB%2CmBA%2BFI%2CuBAsBI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAvHZ%2CmBA%2BFI%2CuBAsBI%2CaAII%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FHhB%2CmBA%2BFI%2CuBAsBI%2CaAII%2CWAQI%3BEAAQ%2CcAAA%3BEAAmB%2CeAAA%3B%3BAAE3B%2CmBApCZ%2CuBAsBI%2CaAII%2CWAUK%3BEACG%2CcAAA%3B%3BAAGJ%2CmBAxCZ%2CuBAsBI%2CaAII%2CWAcK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAA5IpB%2CmBA%2BFI%2CuBAkDI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAnJZ%2CmBA%2BFI%2CuBAkDI%2CuBAII%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3B%3BAAEA%2CmBAnEZ%2CuBAkDI%2CuBAII%2CcAaK%3BEACG%2CyBAAA%3B%3BAAkBpB%2CQAV0B%3BEACtB%2CmBACI%2CuBACI%3BIACI%2CmBAAA%3B%3B%3BAAMhB%2CeAAgB%2CcAAa%2CIAAI%3BEAC7B%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CiBAAkB%2CgBAAgB%3BEAC9B%2CyBAAA%3B%3BAAKJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAPJ%2C4BASI%3BEACI%2CmBAAA%3B%3BAAVR%2C4BASI%2CuBAGI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAlBZ%2C4BAsBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA7BR%2C4BAgCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAApCR%2C4BAwCI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA7CR%2C4BAwCI%2CmBAOI%3BAA%5C%2FCR%2C4BAwCI%2CmBAOe%3BEACP%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAnDZ%2C4BAwCI%2CmBAcI%2CeAAc%2CMAAO%3BEACjB%2CcAAA%3B%3BAAvDZ%2C4BA4DI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAjER%2C4BA4DI%2CiBAOI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C4BArBR%2CiBAOI%2CaAcK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAqBhB%2CQAd0B%3BEACtB%3BIACI%2CmBAAA%3B%3BEADJ%2C4BAGI%2CuBACI%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3B%3BAASZ%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CiBAAC%2COAAO%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnBR%2CiBAuBI%2CWAAU%3BEACN%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAuB%2CgCAAvB%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CiBAAC%2COAAQ%2CWAAU%3BEACf%2CmBAAA%3B%3BAA3CR%2CiBA%2BCI%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAA3DR%2CiBA%2BCI%2CgBAeI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3B%3BAApEZ%2CiBA%2BCI%2CgBAeI%2CaAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAA1EhB%2CiBA%2BCI%2CgBAeI%2CaAQI%2COAMI%3BEAAO%2CcAAA%3BEAAmB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA5E3D%2CiBA%2BCI%2CgBAeI%2CaAiBI%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBA1CZ%2CgBAeI%2CaAiBI%2CkBAUK%3BEAAW%2CaAAA%3B%3BAAzF5B%2CiBA%2BCI%2CgBA8CI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAjGZ%2CiBA%2BCI%2CgBAsDI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxGZ%2CiBA%2BCI%2CgBAsDI%2CwBAKI%3BEACI%2CmBAAA%3B%3BAA3GhB%2CiBA%2BCI%2CgBAsDI%2CwBAKI%2CcAGI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAnHpB%2CiBA%2BCI%2CgBAsDI%2CwBAKI%2CcAGI%2CeAQI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAxHxB%2CiBA%2BCI%2CgBAsDI%2CwBAKI%2CcAGI%2CeAQI%2CaAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAnI5B%2CiBA%2BCI%2CgBAsDI%2CwBAKI%2CcAGI%2CeAQI%2CaAKI%2CaAWI%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3BAArI%5C%2FC%2CiBA%2BCI%2CgBAsDI%2CwBAKI%2CcAGI%2CeAQI%2CaAmBI%3BEAAe%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAxI1E%2CiBA%2BCI%2CgBAsDI%2CwBAKI%2CcAGI%2CeA8BI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAhJxB%2CiBA%2BCI%2CgBAwGI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA1JZ%2CiBA%2BCI%2CgBAwGI%2CiBAKI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAhKhB%2CiBA%2BCI%2CgBAwGI%2CiBAKI%2CUAMI%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAoB%2CSAAA%3B%3BAAlKhF%2CiBA%2BCI%2CgBAwGI%2CiBAKI%2CUAOI%3BEAAmB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAnKpD%2CiBA%2BCI%2CgBAwGI%2CiBAeI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CiBAxIZ%2CgBAwGI%2CiBAeI%2CoBAiBK%3BEAAS%2CyBAAA%3B%3BAAU1B%2CiBAII%2CgBAGI%3BEACI%2CkBAAA%3B%3BAARZ%2CiBAII%2CgBAGI%2CaAGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAbhB%2CiBAII%2CgBAGI%2CaAGI%2CYAKI%3BEAAQ%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAf3D%2CiBAII%2CgBAGI%2CaAGI%2CYAMI%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAhB1D%2CiBAII%2CgBAiBI%3BEACI%2CkBAAA%3B%3BAAtBZ%2CiBAII%2CgBAiBI%2CwBAGI%3BEACI%2CmBAAA%3B%3BAAzBhB%2CiBAII%2CgBAiBI%2CwBAGI%2CcAGI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7BpB%2CiBAII%2CgBAiBI%2CwBAGI%2CcAGI%2CeAII%2CaACI%3BEACI%2CsBAAA%3B%3BAAjC5B%2CiBAII%2CgBAiBI%2CwBAGI%2CcAGI%2CeAII%2CaACI%2CaAEI%3BEAAiB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CqBAAA%3B%3BAAlC%5C%2FE%2CiBAII%2CgBAiBI%2CwBAGI%2CcAGI%2CeAII%2CaAKI%3BEAAe%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAApCzD%2CiBAII%2CgBAiBI%2CwBAGI%2CcAGI%2CeAYI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1CxB%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAlDpB%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAMI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAA9DxB%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAMI%2CoBAWI%3BEAAM%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CwBAAA%3B%3BAAhE7D%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAvExB%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBAMI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA9E5B%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBAMI%2CiBAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnFhC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBAMI%2CiBAMI%2CmBAII%3BEAAI%2CWAAA%3BEAAa%2CqBAAA%3B%3BAApFjD%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBAMI%2CiBAaI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA5FhC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArG5B%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMI%3BAAvG5B%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMsB%3BEACd%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAA5GhC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMI%2CiBAOI%3BAA9GhC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMsB%2CeAOd%3BEAAK%2CSAAA%3B%3BAA9GrC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMI%2CiBAQI%3BAA%5C%2FGhC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMsB%2CeAQd%3BAA%5C%2FGhC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMI%2CiBAQQ%3BAA%5C%2FGpC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAMsB%2CeAQV%3BEAAK%2CeAAA%3BEAAiB%2CSAAA%3B%3BAA%5C%2FG1D%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAkBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA1HhC%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAkBI%2CoBASI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CiBArIhC%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAkBI%2CoBASI%2CSAaK%3BEAAS%2CWAAA%3B%3BAAzI9C%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAkBI%2CoBAyBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CiBArJhC%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAkBI%2CoBAyBI%2CUAaK%3BAAA6B%2CiBArJ9D%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA6BI%2CcAkBI%2CoBAyBI%2CUAamC%3BEAA8B%2CwBAAA%3BEAA0B%2CSAAA%3B%3BAAzJ3H%2CiBAII%2CgBAiBI%2CwBAGI%2CcAuBI%2CsBAqBI%2CsBA2FI%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnKhC%2CiBAII%2CgBAwKI%3BEACI%2CkBAAA%3B%3BAA7KZ%2CiBAII%2CgBAwKI%2CiBAGI%2CUACI%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAhL1C%2CiBAII%2CgBAwKI%2CiBAGI%2CUAEI%2CiBAAiB%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAjL7E%2CiBAII%2CgBAwKI%2CiBAQI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAA1LhB%2CiBAII%2CgBAwKI%2CiBAQI%2CoBAQI%3BEAAM%2CeAAA%3B%3BAAKrB%2CeAAgB%3BEACT%2C4BAAA%3B%3BAAER%2CeAAgB%2CQAAO%2COAAO%3BEAC1B%2CwBAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2C6BAAA%3B%3B%3B%3B%3B%3B%3BACx2CJ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BACkFR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3BAEgER%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAC7ChB%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%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%3BAChMxB%3BAACA%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CMAAM%2CcAAjB%3B%3BAAEJ%2CcAAc%3BAACd%2CcAAc%3BEACV%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CYAAY%3BAACZ%2CYAAY%3BEACR%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CqBAAqB%3BEACjB%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CcAAb%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACjEJ%3BEACI%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CuBAAuB%2CkBAAkB%2CmBAAzC%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGF%2C0BAA0B%3BAAC1B%2C0BAA0B%3BEACxB%2CcAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGF%2C2BAA4B%3BEAC1B%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAA0DF%2CQAvD0B%3BEACxB%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3BEAGF%3BIACE%2CgBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CiCAAA%3B%3BEAGF%3BIACE%2CwBAAA%3B%3BEAGF%3BIACE%2CuBAAuB%2CUAAU%2CeAAjC%3BIACA%2CaAAA%3B%3BEAGF%3BIACE%2CeAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGF%2CyBAAyB%3BIACvB%2CmBAAA%3BIACA%2CqBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACxB%3BIACE%2CaAAA%3B%3B%3BAAIJ%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2COAAO%3BEACH%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAVR%2CwBAGI%2CsBAQI%3BEAAK%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAX3C%2CwBAcI%2CoBAAoB%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CcAAe%2CeAAe%3BEAC1B%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CcAAe%2CeAAe%2CeAO1B%3BEACI%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEAGA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3B%3BAASA%2CQAN0B%3BEAM1B%2CcAxBO%2CeAAe%2CeAO1B%3BIAYQ%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAUJ%2CQAN2B%3BEAM3B%2CcA9BO%2CeAAe%2CeAO1B%3BIAkBQ%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3B%3B%3BAA3BZ%2CcAAe%2CeAAe%2CeAO1B%2CcAuBI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3B%3BAArCZ%2CcAAe%2CeAAe%2CeAO1B%2CcAuBI%2CmBASI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA1ChB%2CcAAe%2CeAAe%2CeAO1B%2CcAuBI%2CmBAeI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAOhB%3BAAAe%3BAAAqB%3BEAChC%2CwBAAA%3B%3BAAOJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2C4BAII%3BEACI%2CmBAAA%3B%3BAALR%2C4BAII%2CoBAGI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEA%2C4BAdR%2CoBAGI%2CMAAK%2CsBAWA%3BEACG%2CcAAA%3B%3BAAnBhB%2C4BAwBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEAGA%2CkBAAA%3B%3BAA%5C%2FBR%2C4BAwBI%2CoBAqBI%2CmBACI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEAIA%2C4BAAA%3BEACA%2CsCAAA%3B%3BAAEA%2C4BAtCZ%2CoBAqBI%2CmBACI%2COAgBK%3BEACG%2CqBAAA%3BEACA%2CaAAA%3B%3BAAOpB%2CsBAAuB%3BEACnB%2CyBAAA%3BEACA%2C8BAAA%3B%3BAAmHJ%2CcAAe%2CeAAe%2CeAC1B%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAARR%2CcAAe%2CeAAe%2CeAC1B%2CmBASI%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAbZ%2CcAAe%2CeAAe%2CeAC1B%2CmBASI%2CyBAII%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAhBhB%2CcAAe%2CeAAe%2CeAC1B%2CmBASI%2CyBAII%2CuBAII%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAtBpB%2CcAAe%2CeAAe%2CeAC1B%2CmBA0BI%3BEACI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FBZ%2CcAAe%2CeAAe%2CeAC1B%2CmBA0BI%2CsBAMI%3BEACI%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAnChB%2CcAAe%2CeAAe%2CeAC1B%2CmBA0BI%2CsBAWI%3BEACI%2C6BAAA%3B%3BAAvChB%2CcAAe%2CeAAe%2CeAC1B%2CmBA0BI%2CsBAeI%3BEACI%2CWAAA%3B%3BAA3ChB%2CcAAe%2CeAAe%2CeAC1B%2CmBA0BI%2CsBAeI%2CiBAGI%2CQAAO%3BEACH%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3B%3BAAQpB%3BEAEI%2C8BAAA%3B%3BAA2BJ%2CcACI%3BAADJ%2CcAEI%3BAAFJ%2CcAGI%2CaAAa%2CQAAO%3BAAHxB%2CcAII%3BAAJJ%2CcAKI%3BEACI%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3B%3BAAKR%3BEACI%2CwBAAA%3B%3BAAQJ%2CgBAAiB%3BEACb%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CgBAAiB%2CUAIb%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAKR%2CgBAAiB%3BEACb%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAARJ%2CgBAAiB%2CmBAWb%3BEACI%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAdR%2CgBAAiB%2CmBAWb%2CyBAKI%3BEACI%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAnBZ%2CgBAAiB%2CmBAwBb%3BEACI%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3B%3B%3B%3B%3BAA5BR%2CgBAAiB%2CmBAwBb%2CsBAMI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CgBAAiB%2CmBAwBb%2CsBAcI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAzCZ%2CgBAAiB%2CmBAwBb%2CsBA0CQ%2CiBAAiB%2CmBAAmB%2CsBAAsB%3BEACtD%2CsBAAA%3B%3BAAiBJ%2CQAb0B%3BEAa1B%2CgBApFK%2CmBAwBb%2CsBAgDY%2CiBAAiB%2CmBAAmB%2CsBAAsB%3BIACtD%2CsBAAA%3B%3BEAWR%2CgBApFK%2CmBAwBb%2CsBAgDY%2CiBAAiB%2CmBAAmB%2CsBAAsB%2CiBAGtD%2CQAAO%3BIACH%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3B%3B%3BAAkBpB%2CQAZkC%3BEAYlC%2CgBAhGa%2CmBAwBb%2CsBA6DY%2CiBAAiB%2CmBAAmB%2CsBAAsB%3BIACtD%2CqBAAA%3B%3BEAUhB%2CgBAhGa%2CmBAwBb%2CsBA6DY%2CiBAAiB%2CmBAAmB%2CsBAAsB%2CiBAGtD%2CQAAO%3BIACH%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3B%3B%3BAAgBxB%2CgBAEI%3BAAFJ%2CgBAGI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3B%3BAANR%2CgBAUI%3BEACI%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0CAAA%3B%3BAAlBR%2CgBAUI%2CmBAUI%3BEACI%2CoBAAA%3B%3BAArBZ%2CgBA0BI%3BAA1BJ%2CgBA0BwB%3BEAChB%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAOR%3B%3B%3B%3BAAAA%2CgBAEI%2CsBAAsB%2CiBAAiB%2CQAAO%3BEAC1C%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEAGA%2C8BAAA%3BEAEA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqCAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBAtBA%2CsBAAsB%2CiBAAiB%2CQAAO%3BIAoBtC%2CqBAAA%3B%3B%3BAAtBZ%2CgBA4BI%2CsBAAsB%2CiBAAiB%2CQAAO%2COAAQ%3BEAClD%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAcA%2CQAT0B%3BEAS1B%2CgBARI%2CsBAAsB%3BIAClB%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CqCAAA%3B%3B%3BAAahB%2CQARkC%3BEAQlC%2CgBAPY%2CsBAAsB%3BIAClB%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CqCAAA%3B%3B%3B%3B%3B%3B%3BAA0ChB%2CQA9B2B%2CwBAAyB%3B%3BEAGhD%3BEACA%3BIACI%2C4BAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3B%3B%3BEAIJ%2CcAAe%2CeAAe%3BIAC1B%2C2BAAA%3B%3BEAGJ%2CcAAe%2CeAAe%3BIAC1B%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3B%3B%3BEAIJ%3BIACI%2CuBAAA%3B%3B%3B%3BAAiBR%2CQAV2B%2CwBAAyB%3BEAChD%3BEACA%3BIACI%2C4BAAA%3BIACA%2CyBAAA%3B%3B%3B%3BAAMR%2CgBAEI%3BEACI%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAALR%2CgBASI%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAXR%2CgBASI%2CaAIM%3BEACE%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAfZ%2CgBAoBI%3BEACI%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAxBR%2CgBAoBI%2CcAMI%3BEACI%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEAEA%2CyBAAA%3B%3BAAjCZ%2CgBAoBI%2CcAMI%2CmBASI%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CgBAoBI%2CcAMI%2CmBASI%2CoBAII%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAzCpB%2CgBAoBI%2CcAMI%2CmBASI%2CoBASI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BAA%5C%2FCpB%2CgBAoBI%2CcAMI%2CmBA0BI%3BEACI%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAMA%2CQAL0B%3BEAK1B%2CgBA1CZ%2CcAMI%2CmBA0BI%3BIAMI%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3B%3B%3BAA5DhB%2CgBAoBI%2CcAMI%2CmBA0BI%2CsBAUI%3BEACI%2C2BAAA%3BEACA%2CsBAAA%3B%3BAA%2BCpB%2CQAtC2B%3BEAEvB%3BEACA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BIACH%2C4BAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CcAAe%2CeAAe%3BIAC1B%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAHJ%2CcAAe%2CeAAe%2CeAK1B%3BIACI%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAKR%3BIACI%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3B%3BAAeR%2CQAV2B%2CwBAAyB%3BEAChD%3BEAAY%3BIACR%2C4BAAA%3B%3B%3BAAQR%3BEACI%2C6BAAA%3B%3BAADJ%2CkBAGI%3BEACI%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CkBAGI%2CmBAQI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CyCAAA%3BEACA%2CuBAAA%3BEAaA%2CsBAAsB%2C8UAAtB%3BEACA%2C4BAAA%3BEACA%2CsCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3B%3BAAdA%2CkBApBR%2CmBAQI%2CQAAO%2CWAYF%3BEACG%2CaAAa%2CYAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C%2BBAAA%3B%3BAA7BhB%2CkBAGI%2CmBAQI%2CQAAO%2CWA2BH%3BEAAO%2CwBAAA%3B%3BAAtCnB%2CkBAGI%2CmBAsCI%2CQAAO%3BEAAa%2CwBAAA%3B%3BAAG5B%2COAAO%3BEACH%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2COAJG%2CWAIF%3BEACG%2C%2BBAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CsBAMI%3BEACI%2CSAAA%3BEACA%2CmBAAA%3B%3BAARR%2CsBAWI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAbR%2CsBAWI%2CyBAKI%3BEACI%2CaAAA%3B%3BAAjBZ%2CsBAWI%2CyBASI%2CgBACI%3BEACI%2CWAAA%3B%3BAACA%2CsBAZZ%2CyBASI%2CgBACI%2CeAEK%3BEACG%2CcAAA%3B%3BAAxBpB%2CsBAWI%2CyBASI%2CgBACI%2CeAKM%2COAAI%3BEACF%2CcAAA%3B%3BAAOpB%3BEACI%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CwBAMI%3BEACI%2CqBAAA%3B%3BAAEI%2CwBAHR%2CgBAEI%2CeACK%3BEACG%2CWAAA%3BEACA%2CSAAS%2C2BAAT%3BEACA%2CaAAa%2CYAAb%3B%3BAAZhB%2CwBAMI%2CgBAEI%2CeAMM%2COAAI%3BEACF%2CcAAA%3BEACA%2CSAAS%2C2BAAT%3BEACA%2CaAAa%2CYAAb%3B%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3B%3BAAIJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BEACA%2CcAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BEACA%2CcAAA%3B%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2CiBAAT%3B%3BEACA%2CmBAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3B%3BEACA%2CcAAA%3B%3B%3BAAEJ%3BEACI%2CwBAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2CiBAAT%3B%3BEACA%2CmBAAA%3B%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CuBAAb%3B%3B%3BAAKJ%2C%2BBAAgC%3BAAChC%2C%2BBAAgC%2CgCAA%2BB%3BEAC3D%2CcAAA%3BEACA%2CgCAAA%3B%3B%3BAAIJ%2C%2BBAAgC%2CgCAA%2BB%3BEAC3D%2CcAAA%3B%3B%3BAAKJ%2CcAAe%2CeAAe%2CeAC1B%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAQA%2CQAN0B%3BEAM1B%2CcAbO%2CeAAe%2CeAC1B%3BIAOQ%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAASJ%2CQAN2B%3BEAM3B%2CcAnBO%2CeAAe%2CeAC1B%3BIAaQ%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3B%3B%3BAAhBZ%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%3BEACI%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAzBZ%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAQI%3BEACI%2CsBAAA%3BEACA%2CwBAAA%3B%3BAA7BhB%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAQI%2CyBAGI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BAAjCpB%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAkBI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAzChB%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAkBI%2CsBAMI%3BEACI%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAA9CpB%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAkBI%2CsBAYI%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3B%3BEAEA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAA3DpB%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAkBI%2CsBAYI%2CqBAWI%3BEACI%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAhExB%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAkBI%2CsBAYI%2CqBAkBI%3BEAEmB%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAtEvC%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAkBI%2CsBAYI%2CqBAkBI%2CiBAKI%2CQAAO%3BEAEH%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CuBAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CqCAAA%3BEACA%2C8BAAA%3BEAEA%2CWAAA%3BEACA%2CmBAAA%3B%3BAApF5B%2CcAAe%2CeAAe%2CeAC1B%2CcAkBI%2CmBAkBI%2CsBAoDI%3BEACI%2C0BAAA%3BEACA%2CwBAAA%3B%3B%3BAA%2BBpB%2CQAvB0B%3BEACtB%2CcAAe%2CeAAe%3BIAC1B%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAHJ%2CcAAe%2CeAAe%2CcAK1B%2CmBACI%2CsBACI%3BIACI%2CiCAAA%3BIACA%2CuBAAA%3B%3BEAThB%2CcAAe%2CeAAe%2CcAK1B%2CmBACI%2CsBACI%2CqBAII%2CiBAAiB%2CQAAO%3BIACpB%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3B%3B%3B%3BAAoDxB%2CQA5C0B%3BEACtB%2CcAAe%2CeAAe%3BIAC1B%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAHJ%2CcAAe%2CeAAe%2CcAK1B%2CmBACI%2CsBACI%3B%3BIAEI%2C8BAAA%3BIACA%2C8BAAA%3BIACA%2C8BAAA%3B%3BIAGA%2C6BAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAhBhB%2CcAAe%2CeAAe%2CcAK1B%2CmBACI%2CsBACI%2CqBAWI%3B%3BIAEI%2C0BAAA%3BIACA%2CcAAA%3B%3BEArBpB%2CcAAe%2CeAAe%2CcAK1B%2CmBACI%2CsBACI%2CqBAiBI%3BIACI%2CwBAAA%3BIACA%2CsBAAA%3B%3BEA1BpB%2CcAAe%2CeAAe%2CcAK1B%2CmBACI%2CsBACI%2CqBAiBI%2CiBAII%2CQAAO%3B%3BIAEH%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3B%3BAAcpB%2CcALO%2CeAAe%2CeAG1B%2CmBAEK%3BAAAD%2CgBAJS%2CcAEb%2CmBAEK%3BAACD%2CcANO%2CeAAe%2CeAG1B%2CmBAGK%3BAAAD%2CgBALS%2CcAEb%2CmBAGK%3BEACG%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAbZ%2CcAAe%2CeAAe%2CeAG1B%2CmBAcI%2CoBAAmB%3BAAhB3B%2CgBAAiB%2CcAEb%2CmBAcI%2CoBAAmB%3BEACf%2C0BAAA%3B%3BAAKA%2CcAvBG%2CeAAe%2CeAG1B%2CmBAmBI%2CsBACK%3BAAAD%2CgBAtBK%2CcAEb%2CmBAmBI%2CsBACK%3BEACG%2CkCAAA%3B%3BAAOhB%2CcAAe%2CmBAAkB%3BEAC7B%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CkCAAA%3B%3BACpxCJ%2CQAAQ%2CKAAK%3BAACb%2CMAAM%3BAACN%2CMAAM%3BAACN%3BAACA%3BAACA%3BAACA%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3B%3BAAKJ%3BEAEI%2CUAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CuBAAb%3B%3BAAYI%2CQAXsB%3BEAWtB%3BIAVA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAARR%2CkBAiBQ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyDAAA%3B%3BAAtBZ%2CkBAiBQ%2CiBAMI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAA5BhB%2CkBA%2BBI%3BEACI%2CeAAA%3B%3BAAhCR%2CkBA%2BBI%2CmBAEI%3BEACI%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CmBAAA%3B%3BAAlC3D%2CkBA%2BBI%2CmBAEI%2CYAEI%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAnCjF%2CkBA%2BBI%2CmBAEI%2CYAGI%3BEAAkB%2CcAAA%3BEAAgB%2CeAAA%3B%3BAApC9C%2CkBA%2BBI%2CmBAQI%3BEACI%2CiBAAA%3B%3BAAxCZ%2CkBA%2BBI%2CmBAQI%2CqBAEI%3BEAAiB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAzCrF%2CkBA%2BBI%2CmBAQI%2CqBAGI%3BEAAc%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAA1CxD%2CkBA%2BBI%2CmBAQI%2CqBAII%3BEAAoB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CeAAA%3B%3BAAQnH%2CQAN2B%3BEAM3B%2CkBApBJ%2CmBAeI%3BIACI%2CgBAAA%3B%3B%3BAA%5C%2FCZ%2CkBA%2BBI%2CmBAoBI%3BEACI%2CgBAAA%3B%3BAApDZ%2CkBA%2BBI%2CmBAoBI%2CeAEI%3BEAAQ%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CWAAA%3B%3BAArDxD%2CkBA%2BBI%2CmBAoBI%2CeAEI%2CMAAyD%3BEAAO%2CWAAA%3BEAAa%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAArD9G%2CkBA%2BBI%2CmBAoBI%2CeAII%3BEACI%2CgBAAA%3B%3BAAxDhB%2CkBA%2BBI%2CmBAoBI%2CeAII%2CgBAEI%3BEACI%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CgBAAA%3BEAC%5C%2FC%2CsBAAA%3BEAAwB%2C0BAAA%3B%3BAA3D5C%2CkBA%2BBI%2CmBAoBI%2CeAYI%3BEACI%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CgBAAA%3B%3BAAhE1C%2CkBA%2BBI%2CmBAoBI%2CeAYI%2CYAEI%3BEACI%2CiBAAA%3BEAAmB%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CeAAA%3B%3BAAChF%2CkBApChB%2CmBAoBI%2CeAYI%2CYAEI%2CKAEK%3BEAAU%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAAnEtE%2CkBA%2BBI%2CmBAyCI%3BEACI%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CSAAA%3BEAAW%2CeAAA%3BEAC%5C%2FC%2C0BAAA%3BEAA4B%2CgBAAA%3B%3BAA1ExC%2CkBA%2BBI%2CmBAyCI%2CuBAGI%3BEAAiB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAA3ElG%2CkBA%2BBI%2CmBAyCI%2CuBAII%3BEAAe%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CcAAA%3BEAAgB%2CWAAA%3B%3BAA5E%5C%2FE%2CkBA%2BBI%2CmBAyCI%2CuBAKI%3BEAAa%2CeAAA%3BEAAiB%2CWAAA%3B%3BAA7E1C%2CkBAkFI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CmBAAA%3BEAG%5C%2FC%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CUAAA%3B%3BAAzF5C%2CkBAkFI%2CgBASI%3BEAAc%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CWAAA%3B%3BAA3F1D%2CkBAkFI%2CgBAUI%2CYAAY%3BEAAY%2C0BAAA%3B%3BAA5FhC%2CkBAkFI%2CgBAWI%3BEACI%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3BEAChC%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAA%5C%2FFxE%2CkBAqGI%2C0BACI%3BEACI%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAvGhF%2CkBAqGI%2C0BACI%2CgBAEI%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAAxGpD%2CkBAqGI%2C0BACI%2CgBAGI%3BEAAY%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CqBAAA%3B%3BAAzGtD%2CkBAqGI%2C0BAOI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBAfR%2C0BAOI%2CcAQK%3BEAAsB%2CaAAA%3B%3BAApHnC%2CkBAqGI%2C0BAOI%2CcAUI%3BEACI%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAA5HhB%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAaI%3BEACI%2CWAAA%3B%3BEAEI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAA1IxB%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAaI%2CUASQ%3B%3BEAEI%2CsBAAA%3BEACA%2CuBAAA%3B%3BEAGA%2C4BAAA%3B%3BEAGA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAtJ5B%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAqCI%3BEAAK%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CuBAAA%3B%3BAA3JnH%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAsCI%3BEAAe%2CeAAA%3BEAAiB%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAA5JhE%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAuCI%3BEAAa%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CgBAAA%3B%3BAA7J3F%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAyCI%3BEACI%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAhKxF%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAyCI%2CaAEI%3BEAAS%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAjKjE%2CkBAqGI%2C0BAOI%2CcAUI%2CmBAyCI%2CaAGI%3BEACI%2CmBAAA%3BEAA2B%2CWAAA%3BEAAa%2CYAAA%3BEACxC%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAmC%5C%2FE%2CwBAX0C%3BEACxC%2CkBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAAoCN%2CQAjC2B%3BEACvB%2CkBACI%2C0BACI%3BIACI%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIAIA%2CqBAAA%3B%3BEADA%2CkBATR%2C0BACI%2CcAQK%3BIAAsB%2CaAAA%3B%3BEAVnC%2CkBACI%2C0BACI%2CcAWI%3BIAGI%2CUAAU%2CkBAAV%3BIAKA%2CgBAAA%3B%3B%3BAAWpB%2CkBAAmB%3BEAEf%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CkBAAmB%2CUAOf%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAZR%2CkBAAmB%2CUAOf%2CeAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CkBAAmB%2CUAOf%2CeAOI%2CMAOI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBhB%2CkBAAmB%2CUAOf%2CeAuBI%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAhCZ%2CkBAAmB%2CUAOf%2CeAuBI%2CkBAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkBA5CG%2CUAOf%2CeAuBI%2CkBAII%2CeAUK%3BEAEG%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAhDpB%2CkBAAmB%2CUAOf%2CeA%2BCI%3BEACI%2CaAAA%3BEACA%2CQAAA%3B%3BAAxDZ%2CkBAAmB%2CUAOf%2CeA%2BCI%2CYAII%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkBAxEG%2CUAOf%2CeA%2BCI%2CYAII%2CKAcK%3BEACG%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBA9EG%2CUAOf%2CeA%2BCI%2CYAII%2CKAoBK%3BEACG%2CkBAAA%3B%3BAAUpB%2CcAAc%3BEACV%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CcAAc%2CsBAOV%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAZR%2CcAAc%2CsBAOV%2CeAOI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEAEA%2CkBAAA%3B%3BAApBZ%2CcAAc%2CsBAOV%2CeAgBI%3BAAvBR%2CcAAc%2CsBAOV%2CeAgBiB%3BEACT%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA3BZ%2CcAAc%2CsBAgCV%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3B%3BAAKR%2CkBAAmB%2CuBACf%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAALR%2CkBAAmB%2CuBAOf%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3B%3BAAQR%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3B%3B%3BAAmBJ%3BEACI%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3B%3BEACA%2CkCAAA%3B%3BEAEA%2CsBAAA%3B%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3B%3BEAEA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BEACA%2CgBAAA%3B%3B%3B%3BAAcJ%2CiBAAiB%3B%3BEAEb%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEAEA%2C6BAAA%3B%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3B%3BAAGJ%2CiBAAiB%2CSAAS%3BEACtB%2CkBAAA%3BEACA%2CWAAW%2CUAAX%3B%3B%3BAAGJ%2CmBAAmB%2CQAAW%3BEAC1B%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3B%3BAAGJ%2CmBAAmB%2CQAAW%2CoBAAiB%3BEAC3C%2C0CAAA%3B%3B%3BAAmJJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiCAAA%3B%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CyCAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CcAAA%3BEACA%2CeAAA%3B%3BAAyCJ%2CmBAvCqC%3B%3BEAEjC%3BIACI%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2C8BAAA%3B%3B%3BEAIJ%2CkBAAmB%3BIACf%2CwBAAA%3BIACA%2CiCAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3B%3BEAIJ%3BIACI%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3B%3BEAIJ%3BIACI%2C0BAAA%3B%3B%3B%3BAAaR%2CmBATqC%3BEACjC%3BIACI%2CwBAAA%3B%3BIACA%2CmBAAA%3B%3B%3B%3B%3BAAMR%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CmBAAA%3BEACA%2CyBAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3BEACA%2C6CAAA%3BEACA%2C4BAAA%3B%3B%3BAA%2BCJ%2CwBA1C0C%3B%3BEAEtC%2CkBAAmB%3BIACf%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2C8BAAA%3BIACA%2C8BAAA%3B%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3B%3BEAIJ%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3BIACA%2CkCAAA%3B%3B%3B%3BEAIJ%2CkBAAmB%3BIACf%2CwBAAA%3BIACA%2C8BAAA%3B%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BIACA%2C8BAAA%3B%3B%3BEAGJ%2CkBAAmB%2CgBAAgB%3BIAC%5C%2FB%2C0BAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CkBAAmB%2CgBAAgB%3BIAC%5C%2FB%2C0BAAA%3BIACA%2CcAAA%3B%3B%3B%3BAAIR%2CaAAc%3BEACd%2CwBAAA%3BEACI%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BEAEA%2CuBAAA%3BEACA%2C8BAAA%3B%3B%3BAAIJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CqBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3BAAKJ%2CaAAc%3BEACV%2CkCAAA%3B%3B%3BAAKJ%3BEACI%2CuBAAA%3B%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3B%3B%3BAAIJ%3BEACI%2C2BAAA%3B%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3B%3B%3BAAGJ%2CaAAc%2CUAAU%3BAACxB%2CaAAc%2CUAAU%3BEACpB%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%2CUAAU%2CIAAG%3BEACvB%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CaAAc%2CoBAAmB%3BEAC7B%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CwCAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3B%3BAAIJ%2CaAAc%3BEACd%2CwBAAA%3BEACI%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3B%3B%3B%3BAAGJ%2CaAAc%3BEACV%2CuBAAA%3B%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3B%3BAAIJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BEACA%2COAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%2CaAAc%3BEACd%2C0BAAA%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BEAEA%2CoBAAA%3BEACA%2CgCAAA%3B%3BEACA%2CuCAAA%3BEACA%2C2BAAA%3B%3B%3BAAIJ%2CaAAc%3BEACd%2CwBAAA%3BEACI%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BEACA%2C2BAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CaAAc%3BEACV%2CkCAAA%3B%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3B%3BAAGJ%2CaAAc%2CaAAa%2CMAAK%3BEAC5B%2CcAAA%3B%3B%3BAAIJ%2CaAAc%2CaAAa%2CMAAK%3BEAC5B%2CcAAA%3B%3B%3BAAIJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CkBAAmB%2CgBAAgB%3BEAC%5C%2FB%2CcAAA%3B%3B%3BAAGJ%2CaAAc%3BEACV%2CcAAA%3B%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2CcAAa%3BEACvB%2C0BAAA%3B%3B%3BAAIJ%2CaAAc%2CgBAAe%3BEACzB%2CoCAAA%3BEACA%2CyBAAA%3B%3B%3BAC79BJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2C4CAA4C%2C8BAAzD%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%3BIACI%2CuBAAA%3B%3B%3BAAUR%2CQAP0B%3BEACtB%3BIACI%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3B%3BAAQR%2CQAL0B%3BEACtB%3BIACI%2C4BAAA%3B%3B%3BAAGR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3B%3BAAYJ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEAEA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACG%2CeAAA%3BEACC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACA%2CeAAA%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEAEA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CWAAY%3BAACZ%2CWAAY%3BAACZ%2CWAAY%3BEACR%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BEACA%2CiBAAA%3B%3B%3BAAIJ%3BEACI%2COAAA%3BEACA%2CYAAA%3B%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BEACA%2CmBAAA%3B%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CcAAA%3B%3B%3BAAIJ%3BEACI%2CcAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2COAAA%3BEACA%2CkCAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%2COAAM%3BEAC3B%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAmB%2CYAAa%3BEAA2B%2CmBAAA%3B%3BAAC3D%2CmBAAmB%2CcAAe%3BEAA2B%2CmBAAA%3B%3B%3BAAG7D%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAAU%2CSAAA%3BEACV%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2CkBAAkB%2CUAAW%3BEACzB%2CWAAW%2CcAAX%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%3BEAAS%2CgBAAA%3B%3BAACxB%2CcAAe%3BEAAS%2CgBAAA%3B%3B%3BAAGxB%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C8CAAA%3BEACA%2CgBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACtB%3BIAAc%2CsBAAA%3BIAAwB%2CuBAAA%3BIAAyB%2C0BAAA%3B%3BEAC%5C%2FD%3BEAAgB%3BEAAc%3BIAAe%2CeAAA%3B%3BEAC7C%3BIAAwB%2CeAAA%3BIAAiB%2CaAAA%3BIAAe%2CYAAA%3B%3B%3B%3BAAG5D%3BEACG%2CWAAA%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3B%3B%3BAAKJ%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CsBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CuBAAA%3BEACA%2C4BAAA%3B%3B%3BAAGJ%2CWAAY%3BEACR%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3B%3B%3BAAkBJ%2CmBAdqC%3BEACjC%3BIACI%2CuBAAA%3BIACA%2CwBAAA%3B%3B%3B%3BAAWR%3BEACI%2C8BAAA%3B%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3B%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3B%3BAAIJ%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2COAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3B%3B%3BAAKJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3B%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3B%3BAAYJ%2CmBARqC%3BEACjC%3BIACI%2C8BAAA%3BIACA%2CoBAAA%3B%3B%3B%3BAAKR%3BEACI%2C6BAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2C2BAAA%3BEACA%2CmBAAA%3B%3B%3BAAKA%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3B%3BAAIJ%2CWAAY%3BEACR%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%3BEACI%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3B%3BAAsBR%2CwBAlB8C%3BEACtC%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3B%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3B%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BEACA%2CSAAA%3B%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CsBAAuB%3BEACnB%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CsBAAuB%2CSAAQ%3BEAC3B%2CmBAAA%3B%3B%3BAAIJ%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3B%3BAAIJ%2CsBAAuB%2CWAAU%3BAACjC%2CsBAAuB%2CWAAU%3BEAC7B%2CwBAAA%3BEACA%2CSAAA%3B%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%3BEACI%2CYAAA%3B%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3B%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CWAAW%2CUAAX%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CcAAA%3B%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%3BEACxB%2CcAAA%3B%3BEACA%2CeAAA%3B%3BAC3pBJ%3BEACI%2CkBAAA%3B%3B%3BAADJ%2CsBAGI%2CeAAc%3BEACV%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAANR%2CsBAGI%2CeAAc%2CQAKV%3BEACI%2CwBAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAKJ%2CQAD2B%3BEAC3B%2CsBAlBJ%2CeAAc%2CQAiBmB%3BIAAiB%2CuBAAuB%2CcAAvB%3BIAAkD%2CSAAA%3B%3B%3BAAEhG%2CQAD2B%3BEAC3B%2CsBAnBJ%2CeAAc%2CQAkBmB%3BIAAiB%2CuBAAuB%2CcAAvB%3BIAAkD%2CSAAA%3B%3B%3BAAEhG%2CQAD2B%3BEAC3B%2CsBApBJ%2CeAAc%2CQAmBmB%3BIAAiB%2CuBAAuB%2CcAAvB%3B%3B%3BAAG9C%2CQAF2B%3BEAE3B%2CsBAtBJ%2CeAAc%2CQAoBmB%3BIAAiB%2CuBAAuB%2CcAAvB%3B%3B%3BAAvBtD%2CsBAGI%2CeAAc%2CQAsBV%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAA9BZ%2CsBAGI%2CeAAc%2CQA%2BBV%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3B%3BAAEA%2CsBA9CR%2CeAAc%2CQA%2BBV%2CmBAeK%3BEACG%2CqBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAnDhB%2CsBAGI%2CeAAc%2CQAoDV%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1DZ%2CsBAGI%2CeAAc%2CQAoDV%2CoBAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjEhB%2CsBAGI%2CeAAc%2CQAkEV%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA1EZ%2CsBAGI%2CeAAc%2CQAkEV%2CsBAMI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAnFhB%2CsBAGI%2CeAAc%2CQAkEV%2CsBAiBI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxFhB%2CsBAGI%2CeAAc%2CQAkEV%2CsBAiBI%2CWAGI%3BEAEI%2CcAAA%3BEAEA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FFpB%2CsBAGI%2CeAAc%2CQAkEV%2CsBAiBI%2CWAWI%2CWAAW%3BEAEP%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvGpB%2CsBAGI%2CeAAc%2CQAkEV%2CsBAsCI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FGhB%2CsBAGI%2CeAAc%2CQAkEV%2CsBAsCI%2CiBAMI%2CQAAO%2COAAO%3BEACV%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CuBAAX%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CsBAlIhB%2CeAAc%2CQAkEV%2CsBAsCI%2CiBAMI%2CQAAO%2COAAO%2CQAoBT%3BEACG%2CWAAW%2CWAAX%3B%3BAAgBpB%2CQAR0B%3BEAQ1B%2CsBAPI%2CeAAc%2CQAAS%2CsBAAsB%2CiBAAiB%2CQAAO%2COAAO%3BIACxE%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3B%3B%3BAAnJZ%2CsBAsJI%3BEACQ%2CaAAA%3B%3B%3BAC5JZ%2CqBAAsB%3BAACtB%2CqBAAsB%3BAACtB%2CqBAAsB%3BEAClB%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAa%2CSAAS%2CmBAAtB%3B%3B%3BAAIJ%2CqBAAsB%3BAACtB%2CqBAAsB%2CSAAQ%3BAAC9B%2CqBAAsB%3BAACtB%2CqBAAsB%3BAACtB%2CqBAAsB%3BAACtB%2CqBAAsB%2CMAAK%3BAAC3B%2CqBAAsB%2CqBAAuB%3BEACzC%2CwBAAA%3B%3B%3BAAIJ%2CqBAAsB%3BEAClB%2CWAAW%2CsBAAX%3BEACA%2C2BAAA%3BEAEA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CoBAAoB%3BEACtC%2CYAAA%3BEACA%2CuCAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3B%3BAAIJ%2CqBAAsB%3BEAClB%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAuB%2CcAAvB%3B%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3B%3BAAWJ%2CQAP0B%2CuBAAuB%3BEAC7C%2CqBAAsB%3BIAClB%2CuBAAuB%2CcAAvB%3B%3B%3B%3BAAYR%2CQAP0B%2CuBAAwB%3BEAC9C%2CqBAAsB%3BIAClB%2CuBAAuB%2CcAAvB%3B%3B%3B%3BAAWR%2CQAN2B%3BEACvB%2CqBAAsB%3BIAClB%2CuBAAuB%2CcAAvB%3B%3B%3B%3BAAUR%2CQAN0B%3BEACtB%2CqBAAsB%2CoBAAoB%3BIACtC%2CqBAAA%3B%3B%3B%3BAAIR%2CqBAAsB%3BEAClB%2C4BAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3B%3BAAGJ%2CqBAAsB%2CgBAAgB%3BEAClC%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CqBAAsB%3BEAClB%2CWAAW%2CwBAAX%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CWAAW%2CsBAAX%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%2CqBAAsB%3BEAClB%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CWAAW%2CsBAAX%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CqCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAW%2CsBAAX%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%2CqBAAsB%2CoBAAmB%3BEACrC%2CWAAW%2CgBAAX%3B%3B%3BAAGJ%2CqBAAsB%2CoBAAoB%3BEACtC%2CqBAAA%3BEACA%2CcAAA%3B%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAUJ%2CQAP0B%3BEACtB%2CqBAAsB%2CoBAAoB%3BIACtC%2CqBAAA%3B%3BIACA%2CSAAA%3B%3B%3B%3B%3B%3B%3BAChMR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%3BEACA%2CaAAA%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEAEA%2CgCAAA%3BEACA%2CcAAA%3B%3BEACA%2CQAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CmBAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3B%3BAAGJ%3BEACA%2CiBAAA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3B%3BAAGJ%3BEACA%2CeAAA%3BEACI%2CWAAA%3B%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAALJ%2CQAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CwBAAA%3B%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3BAAQJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEAEA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CcAOI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CcAOI%2CcAKI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdZ%2CcAOI%2CcAUI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CcAuBI%3BEACI%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3B%3BAA3BR%2CcAuBI%2CcAMI%3BEACI%2CaAAA%3B%3BAA9BZ%2CcAuBI%2CcAUI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2C8PAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3B%3BAAEA%2CcApBR%2CcAUI%2CMAUK%3BEACG%2CWAAW%2CUAAX%3B%3BAA5ChB%2CcAuBI%2CcA0BI%2CMAAK%2CQAAW%3BAAjDxB%2CcAuBI%2CcA2BI%2CMAAK%3BAAlDb%2CcAuBI%2CcA4BI%2CMAAK%2CMAAS%3BEACV%2CsBAAsB%2C6NAAtB%3B%3BAAKZ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CYAAA%3B%3B%3B%3B%3BAASR%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEAEI%2CmBAAA%3B%3BAAEJ%2CCAAC%3B%3BEAGG%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3B%3BAAcJ%2CQAT0B%3BEACtB%3BIACI%2CYAAA%3B%3BEAEJ%3BIAAU%2CeAAA%3B%3BEACV%3BIAAW%2CeAAA%3B%3BEACX%3BIAAc%2CeAAA%3B%3B%3BAAgElB%2CQA7D0B%3B%3BEAGtB%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CQAAS%3BIACL%2CeAAA%3B%3B%3BEAIJ%2CUAAW%3BIACP%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3B%3B%3BAAiBR%2CQAZ2B%3BEACvB%3BIACI%2CiBAAA%3B%3B%3BEAEJ%3BIAAU%2CeAAA%3B%3BEACV%3BIAAW%2CeAAA%3B%3B%3BAAOf%3BEACI%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CaAKI%3BEAAQ%2CaAAA%3B%3BAALZ%2CaAOI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEAEA%2CsBAAsB%2C4PAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAfR%2CaAmBI%2CMAAK%2CQAAW%3BAAnBpB%2CaAoBI%2CMAAK%3BAApBT%2CaAqBI%2CMAAK%2CMAAS%3BEACV%2CsBAAsB%2C6NAAtB%3B%3B%3BAAIJ%2CkBAAmB%3BEACf%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3B%3B%3BAAIJ%2CkBAAmB%2CeAAe%3BEAC9B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BEACA%2C2BAAA%3B%3BEACA%2C4BAAA%3B%3BEACA%2CkCAAA%3BEACA%2CyBAAA%3B%3B%3BAAIJ%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3B%3BAAuBR%2CwBApB0C%3BEACtC%2CgBAAiB%3BIACb%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3BIACA%2CkCAAA%3B%3BIAEA%2C2BAAA%3B%3B%3BEAIJ%2CgBAAiB%3BIACb%2CoBAAA%3BIACA%2CqBAAA%3B%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3B%3B%3BAAIJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BEACA%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3B%3BAAIJ%2CoBAAqB%3BEACjB%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3B%3BAA%2BBJ%2CmBA5BqC%3B%3BEAEjC%2CoBAAqB%2CWAAW%3BIAC5B%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3B%3B%3BEAIJ%2CoBAAqB%2CWAAW%2CEAAC%3BIAC7B%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3B%3B%3BEAIJ%2CoBAAqB%3BIACjB%2CYAAA%3B%3BIACA%2COAAA%3B%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CUAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CUAcI%3BEACI%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CUAZJ%2CSAYK%3BEACG%2CWAAA%3B%3BAAGJ%2CUAhBJ%2CSAgBK%3BEACG%2CyBAAA%3BEACA%2CaAAA%3B%3BAAIZ%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CsBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAcI%3BEACI%2CWAAA%3B%3BAAfR%2CsBAkBI%3BEACI%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBAbJ%2CSAaK%3BEACG%2CcAAA%3B%3BAAGJ%2CsBAjBJ%2CSAiBK%3BEACG%2CaAAA%3BEACA%2CyBAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CcAKI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CcAMI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CcAPJ%2CUAOK%3BEACG%2CYAAA%3B%3BAAdZ%2CcAkBI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CoBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAALR%2CoBACI%2CoBAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAfZ%2CoBACI%2CoBAMI%2CmBAUI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAApBhB%2CoBACI%2CoBAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAMZ%2CsBACI%2CmBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAANZ%2CsBACI%2CmBACI%2CoBAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CsBACI%2CmBACI%2CoBAMI%2CmBAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAtBpB%2CsBACI%2CmBACI%2CoBAwBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAChrBhB%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CSAAS%2CuBAAtB%3B%3BAAJJ%2CyBAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CyBAcQ%3BAAdR%2CyBAeQ%2CyBAA2B%3BAAfnC%2CyBAgBQ%3BAAhBR%2CyBAiBQ%3BAAjBR%2CyBAkBQ%3BEACI%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAxBZ%2CyBA4BI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3B%3BAAnCR%2CyBA4BI%2CWASI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAxCZ%2CyBA4BI%2CWASI%2CaAKI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAhDhB%2CyBA4BI%2CWASI%2CaAcI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAtDhB%2CyBA4BI%2CWASI%2CaAoBI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CyBA1CZ%2CWASI%2CaAoBI%2CUAaK%3BEACG%2CmBAAA%3B%3BAAvEpB%2CyBA4BI%2CWASI%2CaAoBI%2CUAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3BAA7EpB%2CyBA4BI%2CWAsDI%2CcACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAxFhB%2CyBA4BI%2CWAsDI%2CcACI%2CEAOI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA9FpB%2CyBA4BI%2CWAsDI%2CcACI%2CEAcI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAxGpB%2CyBA%2BGI%3BEACI%2CmBAAA%3B%3BAAhHR%2CyBA%2BGI%2CcAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvHZ%2CyBA%2BGI%2CcAWI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA9HZ%2CyBA%2BGI%2CcAWI%2CeAMI%3BEACI%2CSAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CyBArBZ%2CcAWI%2CeAMI%2CGAIK%3BEACG%2CmBAAA%3B%3BAArIpB%2CyBA%2BGI%2CcAWI%2CeAMI%2CGAQI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CyBApChB%2CcAWI%2CeAMI%2CGAQI%2CEAWK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAArJxB%2CyBA%2BGI%2CcAWI%2CeAMI%2CGAQI%2CEAgBG%3BEACK%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CyBA5CpB%2CcAWI%2CeAMI%2CGAQI%2CEAgBG%2COAGM%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAnK5B%2CyBA%2BGI%2CcAWI%2CeAMI%2CGAQI%2CEA%2BBI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAyBpB%2CQAhBsB%3BEACtB%3BIACI%2CeAAA%3B%3BEADJ%2CyBAGI%3BIACI%2CeAAA%3B%3BEAJR%2CyBAOI%3BIACI%2CaAAA%3B%3B%3BAAOR%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3B%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CWAAY%2CeAAe%3BAAC3B%2CIAAI%2CIAAK%2CeAAe%3BEACpB%2CqBAAA%3BEACA%2CWAAW%2CWAAW%2CaAAtB%3BEACA%2CsBAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3B%3BEAEI%2CoBAAA%3B%3B%3BAAKJ%2CyBACI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3BAAGA%2CyBAXJ%2COAWK%3BAACD%2CyBAZJ%2COAYK%3BEACG%2CwBAAA%3BEACA%2CwBAAA%3B%3BAAfZ%2CyBAmBI%2CeAAe%2CGAAG%3BEACd%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CyBAVJ%2CeAAe%2CGAAG%2CEAUb%2CMACG%3BEACI%2CqBAAA%3B%3B%3BAA%5C%2FBhB%2CyBAoCI%2CeAAe%2CGAAE%2CWAAY%3BEACzB%2CmBAAA%3B%3B%3BAAMR%2CyBAA0B%3BEACtB%2CmBAAA%3B%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3BAAXJ%2CyBAA0B%2CUActB%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3B%3BAAGJ%2CyBApBsB%2CUAoBrB%3BEACG%2CmBAAA%3B%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CkBAAkB%3BEACd%2CqBAAA%3B%3B%3BAAEJ%2CkBAAkB%2CMAAM%3BEACpB%2CqBAAA%3B%3B%3BAAIJ%2CUAAU%3BEACN%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3B%3BAAIJ%2CyBAA0B%3BEACtB%2CmBAAA%3B%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3B%3BAAIJ%2CyBAA0B%2CUAAU%3BEAChC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAA0B%2CUAAS%3BEAC%5C%2FB%2CmBAAA%3B%3B%3BAAKJ%2CyBAA0B%3BEACtB%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3B%3BAAIJ%2CyBAA0B%3BEACtB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3B%3B%3BAAIJ%2CyBAA0B%3BEACtB%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CuBAAb%3B%3B%3BAAIJ%2CyBAA0B%3BEACtB%2CyBAAA%3B%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BEACA%2CgCAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2CyBAA0B%2CUAAS%3BEAC%5C%2FB%2CyBAAA%3B%3B%3BAAIJ%2CyBAA0B%2CUAAU%3BEAChC%2CyBAAA%3BEACA%2CoBAAA%3B%3B%3BAAIJ%2CyBAA0B%2CWAAU%3BAACpC%2CyBAA0B%2CWAAU%3BEAChC%2CwBAAA%3BEACA%2CwBAAA%3B%3BAC1aH%3BEACO%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAAAkB%3BEACd%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAC9B%2CUAAA%3B%3B%3BAAGJ%3BAACA%3BAACA%2CqBAAsB%3BAACtB%2CqBAAsB%3BEAClB%2CwBAAA%3B%3B%3BAAIJ%2CqBAAsB%3BAACtB%2CqBAAsB%2CQAAO%3BAAC7B%2COAAO%2CKAAQ%3BEACX%2CwBAAA%3B%3B%3BAAIJ%3BEACI%2CwBAAA%3B%3BAAGJ%2CgBAAiB%3BEACjB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAsBH%2CwBAnByC%3BEACtC%2CgBAAiB%3B%3BIAEb%2CqBAAA%3B%3BIAGA%2C6BAAA%3B%3BIAGA%2C2BAAA%3B%3BIAGA%2C0BAAA%3B%3BIAGA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BACtIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BEACA%2CWAAA%3B%3B%3BAANJ%2CuBAOI%3BEAII%2CmBAAA%3BEAEA%2CUAAA%3B%3BEACA%2CyBAAA%3B%3BAAEA%2CuBATJ%2CeASK%3BEACO%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAAJR%2CuBATJ%2CeASK%2CYAKG%3BEACI%2CaAAA%3B%3B%3BAANR%2CuBATJ%2CeASK%2CYAQG%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3B%3BAAVR%2CuBATJ%2CeASK%2CYAYG%2CgBAAe%3BEACX%2CWAAW%2CeAAX%3BEACA%2CeAAA%3B%3BAA9BhB%2CuBAkCI%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAvCJ%2CuBAkCI%2CaAOA%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CuBAlBJ%2CaAOA%2CSAWK%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C6CAAA%3B%3BAAGJ%2CuBAxBJ%2CaAOA%2CSAiBK%2CMAAM%2CIAAI%3BEACP%2CmBAAA%3B%3BAA3DZ%2CuBAgEI%3BEACA%2COAAA%3B%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BEACA%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3B%3BAAvEJ%2CuBA0EI%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3B%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3B%3BAAhFJ%2CuBA0EI%2CaAQA%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BEACA%2CQAAA%3B%3BAArFR%2CuBA0EI%2CaAQA%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3B%3BAA3FZ%2CuBA0EI%2CaAQA%2CaAYI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjGZ%2CuBA0EI%2CaA2BA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BEACA%2CmBAAA%3B%3BEACA%2CSAAA%3B%3B%3BAAzGJ%2CuBA0EI%2CaA2BA%2CaAMA%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BEACA%2CqBAAA%3B%3BEACA%2CQAAA%3B%3BAA%5C%2FGR%2CuBA0EI%2CaA2BA%2CaAMA%2CmBAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAArHZ%2CuBA0EI%2CaA2BA%2CaAMA%2CmBAaI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAA9HZ%2CuBA0EI%2CaA2BA%2CaA6BA%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C%2BBAAA%3B%3BAAEA%2CuBAlEJ%2CaA2BA%2CaA6BA%2CgBAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BEACA%2C%2BBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAA%3B%3B%3BAApJZ%2CuBA0EI%2CaAgFJ%2CeAAc%2CYAAa%2CgBAAe%3BEACtC%2CWAAW%2CeAAX%3BEACA%2CmBAAA%3B%3B%3BAA5JJ%2CuBA2MI%3BEACA%2CaAAA%3BEACA%2CoCAAA%3BEACA%2CuBAAA%3B%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3B%3BAAjNJ%2CuBA2MI%2CiBAQA%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAxNR%2CuBA2MI%2CiBAQA%2CUAMI%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAzNzC%2CuBA2MI%2CiBAiBA%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3B%3BAAhOR%2CuBA2MI%2CiBAiBA%2CcAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvOZ%2CuBA2MI%2CiBAiBA%2CcAaI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAA%5C%2FOZ%2CuBA2MI%2CiBAiBA%2CcAqBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApPZ%2CuBA2MI%2CiBA6CA%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BEACA%2CgBAAA%3B%3BAA9PR%2CuBA2MI%2CiBA6CA%2CgBAQI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAApQZ%2CuBA2MI%2CiBA6CA%2CgBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3B%3BAAuEZ%2CmBAjEqC%3BEAiErC%2CuBAhEI%3B%3BIAEI%2C%2BCAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3B%3BEA2DR%2CuBAhEI%2CiBAOI%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C8BAAA%3B%3BEAsDZ%2CuBAhEI%2CiBAaI%3B%3BIAEI%2CgBAAA%3B%3BEAiDZ%2CuBAhEI%2CiBAaI%2CcAII%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3B%3BIAEA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAqChB%2CuBAhEI%2CiBAaI%2CcAiBI%3BIACI%2C0BAAA%3BIACA%2CWAAA%3B%3BEAgChB%2CuBAhEI%2CiBAwCI%3BIACI%2CeAAA%3B%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CYAAA%3B%3B%3BEAmBZ%2CuBAhEI%2CiBAwCI%2CgBAOI%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAahB%2CuBAhEI%2CiBAwCI%2CgBAcI%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3B%3BIAEA%2CyBAAA%3B%3B%3BAAOZ%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BEACA%2CSAAA%3B%3BAARA%2CuBAUA%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAbJ%2CuBAUA%2CsBAII%3BEAAY%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CcAAA%3B%3BAAdhE%2CuBAUA%2CsBAKI%3BEAAc%2CWAAA%3BEAAa%2CeAAA%3B%3BAAf%5C%2FB%2CuBAkBA%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3B%3BAApBJ%2CuBAkBA%2CaAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAA5BR%2CuBAkBA%2CaAaI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAlCR%2CuBAkBA%2CaAaI%2CaAKI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvCZ%2CuBAkBA%2CaAaI%2CaAWI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBA9BR%2CaAaI%2CaAiBK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAHJ%2CuBA9BR%2CaAaI%2CaAiBK%2CYAKG%3BAALJ%2CuBA9BR%2CaAaI%2CaAiBK%2CYAKW%3BEACJ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAxDhB%2CuBA%2BDA%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CuBANJ%2CkBAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA7ER%2CuBA%2BDA%2CkBAiBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAnFR%2CuBA%2BDA%2CkBAiBI%2CMAKI%3BEACI%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CuBAAA%3BEACpC%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAC3B%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CkBAAA%3BEAClC%2CeAAA%3B%3BAAzFZ%2CuBA%2BDA%2CkBAiBI%2CMAWI%3BEAAQ%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAAEtC%2CuBA9BR%2CkBAiBI%2CMAaK%2COACG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C6CAAA%3B%3BAAJR%2CuBA9BR%2CkBAiBI%2CMAaK%2COAMG%3BEAAQ%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAnGpC%2CuBAyGA%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA7GJ%2CuBAyGA%2CUAMI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAACA%2CuBAXR%2CUAMI%2CUAKK%3BEAAc%2CgBAAA%3B%3BAApHvB%2CuBAyGA%2CUAMI%2CUAOI%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAAG3C%2CuBAhBJ%2CUAgBK%2CYAAa%3BEACV%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CuBAhBJ%2CUAgBK%2CYAAa%2CiBAMV%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAIR%2CuBA5BJ%2CUA4BK%2CaACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAALR%2CuBA5BJ%2CUA4BK%2CaAQG%3BEACI%2C6BAAA%3BEACA%2CeAAA%3B%3BAAEA%2CuBAxCZ%2CUA4BK%2CaAQG%2CsBAIK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBA7CZ%2CUA4BK%2CaAQG%2CsBASK%3BEACG%2CiBAAA%3B%3BAAlBZ%2CuBA5BJ%2CUA4BK%2CaAsBG%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2CuBA5BJ%2CUA4BK%2CaAsBG%2CwBAOI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjCZ%2CuBA5BJ%2CUA4BK%2CaAsBG%2CwBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvCZ%2CuBA5BJ%2CUA4BK%2CaAsBG%2CwBAoBI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjDZ%2CuBA5BJ%2CUA4BK%2CaAqDG%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAzDR%2CuBA5BJ%2CUA4BK%2CaA4DG%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAlER%2CuBA5BJ%2CUA4BK%2CaA4DG%2CsBAQI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvEZ%2CuBA5BJ%2CUA4BK%2CaA2EG%3BEACI%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CuBA3GZ%2CUA4BK%2CaA2EG%2CcAIK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjFZ%2CuBA5BJ%2CUA4BK%2CaAqFG%3BAArFJ%2CuBA5BJ%2CUA4BK%2CaAsFG%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA3FR%2CuBA5BJ%2CUA4BK%2CaAqFG%2CkBAQI%3BAA7FR%2CuBA5BJ%2CUA4BK%2CaAsFG%2CiBAOI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhGZ%2CuBA5BJ%2CUA4BK%2CaAqFG%2CkBAcI%3BAAnGR%2CuBA5BJ%2CUA4BK%2CaAsFG%2CiBAaI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAtGZ%2CuBA5BJ%2CUA4BK%2CaAqFG%2CkBAoBI%3BAAzGR%2CuBA5BJ%2CUA4BK%2CaAsFG%2CiBAmBI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAA3GZ%2CuBA5BJ%2CUA4BK%2CaA%2BGG%2CcAAa%3BEACT%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAzPZ%2CuBA%2BPA%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAlQJ%2CuBA%2BPA%2CkBAKI%3BEACI%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CmBAAA%3BEAC9C%2CaAAA%3BEAAe%2COAAA%3BEAAS%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAtQnE%2CuBA%2BPA%2CkBASI%3BEACI%2CyBAAA%3BEAA2B%2CiBAAA%3BEAAkB%2CYAAA%3BEAAc%2CmBAAA%3BEAC3D%2CaAAA%3BEAAe%2COAAA%3BEAAS%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAASjG%3B%3B%3BAAAA%2CwBACI%3BEAAmB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAADhF%2CwBAGI%3BEAEI%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAL5B%2CwBAGI%2CuBAGI%3BEACI%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CaAAA%3BEAC%5C%2FC%2C8BAAA%3BEAAgC%2CgBAAA%3B%3BAAR5C%2CwBAGI%2CuBAGI%2CgBAGI%3BEAAY%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAT3C%2CwBAGI%2CuBAGI%2CgBAII%3BEAAc%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAV3C%2CwBAcI%3BEACI%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CmBAAA%3BEAC%5C%2FC%2CaAAA%3BEAAe%2CgBAAA%3B%3BAAhBvB%2CwBAcI%2CqBAGI%3BEACI%2CaAAA%3BEAAe%2CQAAA%3B%3BAAlB3B%2CwBAcI%2CqBAGI%2CqBAEI%2CiBAAiB%3BEAAM%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAnBjD%2CwBAcI%2CqBAGI%2CqBAGI%3BEAAgB%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAApBxD%2CwBAcI%2CqBAGI%2CqBAII%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAArBtC%2CwBA0BI%3BEACI%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CcAAA%3B%3BAA3B7C%2CwBA0BI%2CwBAEI%3BEAAQ%2CUAAA%3BEAAY%2CkBAAA%3B%3BAA5B5B%2CwBA0BI%2CwBAGI%3BEACI%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CsBAAA%3BEAC3B%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAACpB%2CwBANR%2CwBAGI%2CWAGK%3BEACG%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CaAAA%3BEACjC%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CUAAA%3BEAAY%2CYAAA%3BEACjC%2CmBAAA%3BEAAqB%2CyBAAA%3BEACrB%2CWAAW%2CaAAX%3B%3BAApChB%2CwBA0BI%2CwBAaI%2CMAAK%2CQAAW%3BEACZ%2CyBAAA%3B%3BAACA%2CwBAfR%2CwBAaI%2CMAAK%2CQAAW%2CaAEX%3BEAAS%2CcAAA%3B%3BAAzCtB%2CwBA6CI%3BEACI%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAA9C1B%2CwBA6CI%2CyBAEI%2CkBAAkB%3BEACd%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CmBAAA%3BEAC5B%2CyBAAA%3BEAA2B%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAjD5D%2CwBA6CI%2CyBAMI%3BEACI%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3BEAClC%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CiBAAA%3BEACzC%2CeAAA%3BEAAiB%2CeAAA%3BEACjB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA6GZ%2CwBArG0C%3BEACtC%3BIACI%2CaAAA%3B%3BEADJ%2CwBAGI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEARR%2CwBAWI%3BIACI%2CmBAAA%3B%3BEAZR%2CwBAWI%2CuBAGI%3BIACI%2CsBAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEAjBZ%2CwBAWI%2CuBAGI%2CgBAKI%2CWACI%3BIAAY%2CeAAA%3B%3BEApB5B%2CwBAWI%2CuBAGI%2CgBAKI%2CWAEI%3BIAAc%2CeAAA%3B%3BEArB9B%2CwBAWI%2CuBAGI%2CgBAUI%3BIACI%2CgBAAA%3B%3BEAzBhB%2CwBAWI%2CuBAGI%2CgBAUI%2CYAEI%3BIACI%2CeAAA%3B%3BEACA%2CwBAjBhB%2CuBAGI%2CgBAUI%2CYAEI%2CaAEK%3BIAAU%2CSAAS%2CSAAT%3BIAAoB%2CmBAAA%3BIAAqB%2CeAAA%3B%3BEA5BxE%2CwBAkCI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEArCR%2CwBAkCI%2CqBAKI%3BIACI%2CQAAA%3B%3BEAxCZ%2CwBAkCI%2CqBAKI%2CqBAGI%2CiBAAiB%3BIACb%2CWAAA%3BIACA%2CYAAA%3B%3BEA5ChB%2CwBAkCI%2CqBAKI%2CqBAQI%2CcACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAlDpB%2CwBAkCI%2CqBAKI%2CqBAQI%2CcAKI%3BIAAc%2CeAAA%3B%3BEApD9B%2CwBAkCI%2CqBAKI%2CqBAQI%2CcAMI%3BIAAe%2CcAAA%3BIACC%2CeAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAxDhC%2CwBAkCI%2CqBAKI%2CqBAQI%2CcAWI%3BIACI%2CeAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEA7DpB%2CwBAkCI%2CqBAgCI%3BIACI%2CgBAAA%3B%3BEAnEZ%2CwBAuEI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAzER%2CwBAuEI%2CyBAII%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA7EZ%2CwBAuEI%2CyBASI%2CkBAAkB%3BIACd%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEArFZ%2CwBAuEI%2CyBAiBI%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAqBhB%2CwBAd0C%3BEACtC%2CwBAAyB%2CqBACrB%2CqBAAqB%2CiBAAiB%3BIAClC%2CWAAA%3B%3BEAFR%2CwBAAyB%2CqBAIrB%2CqBAAqB%2CcAAc%3BIAC%5C%2FB%2CeAAA%3BIACA%2CeAAA%3B%3B%3BAA%2BCZ%2CQAxC0B%3BEAEtB%3BIACI%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CcAAc%3BIACV%2CyBAAA%3B%3BEAGJ%2CcAAc%2CYAAa%3BEAC3B%2CcAAc%2CYAAa%3BIACvB%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3B%3BAAUR%2CmBANqC%3BEACjC%2CuBAAwB%3BIACpB%2C2BAAA%3B%3B%3B%3BAAWR%2CmBAPqC%3BEACjC%3BIACI%2CqBAAA%3BIACA%2CwBAAA%3B%3BIACA%2CcAAA%3B%3B%3B%3BAASR%2CmBANqC%3BEACjC%2CuBAAwB%2CeAAc%2CYAAa%3BIAC%5C%2FC%2CqBAAA%3B%3B%3B%3BAASR%2CmBALqC%3BEACjC%2CuBAAwB%3BIACpB%2CuBAAA%3B%3B%3BAAwBR%2CmBArBqC%3BEACjC%3B%3BIAEI%2CmBAAA%3BIACA%2C4BAAA%3B%3BIACA%2C0BAAA%3B%3BEAJJ%2CYAMI%3BIACI%2C2BAAA%3B%3BIACA%2C0BAAA%3B%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3B%3BEAVR%2CYAaI%3BIACI%2C0BAAA%3B%3BIACA%2CcAAA%3B%3BIACA%2CgBAAA%3B%3B%3B%3BAAUZ%2CwBAN0C%3BEACtC%2CwBAAyB%3BIACrB%2C0BAAA%3B%3B%3BAA2BR%2CwBAvB0C%3BEACtC%2CwBAAyB%2CqBAAqB%2CqBAAqB%2CcAAc%3B%3BIAE7E%2C0BAAA%3B%3BIAGA%2CyBAAA%3BIACA%2C8BAAA%3B%3BIACA%2C2BAAA%3B%3BIACA%2CkCAAA%3B%3B%3BIAGA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3B%3BEAIJ%2CwBAAyB%3BIACrB%2C0BAAA%3B%3B%3BAAIR%2CgBAAiB%3BEACb%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3B%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3B%3BAAIJ%2CgBAAiB%2CUAAU%3B%3BEAEvB%2CsBAAA%3BEACA%2CuBAAA%3B%3BEAGA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEAEA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BEAGA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3B%3BAC%5C%2F6BJ%3BEACE%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3B%3BAAIF%2CIAAI%3BAACJ%2CIAAI%2CWAAY%3BEACd%2C6BAAA%3BEACA%2CsBAAA%3B%3B%3BAAIF%2CIAAI%3B%3B%3BAAAJ%2CIAAI%2CWACF%3BEACE%2CwBAAA%3BEACA%2C%2BBAAA%3B%3BEAEA%2CyBAAA%3B%3BAALJ%2CIAAI%2CWAQF%3BEACE%2CuBAAA%3B%3BEAEA%2CwBAAA%3BEACA%2CiCAAA%3B%3B%3BAAZJ%2CIAAI%2CWAQF%2CaAOG%3BAAfL%2CIAAI%2CWAQF%2CaAQE%3BAAhBJ%2CIAAI%2CWAQF%2CaASE%3BEACE%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAA6CN%2CQAxC4B%3BEAwC5B%2CIAlEI%3B%3B%3B%3BEAkEJ%2CIAlEI%2CWA8BA%2CKAAI%3B%3B%3B%3B%3BEAoCR%2CIAlEI%2CWA8BA%2CKAAI%2CWACF%3B%3BIAEE%2CwBAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3B%3BIAEA%2CsCAAA%3B%3BEA6BR%2CIAlEI%2CWA8BA%2CKAAI%2CWAWF%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAsBR%2CIAlEI%2CWA8BA%2CKAAI%2CWAkBF%3BEAkBN%2CIAlEI%2CWA8BA%2CKAAI%2CWAmBF%3BEAiBN%2CIAlEI%2CWA8BA%2CKAAI%2CWAoBF%2CaAAa%3BIACX%2CuBAAA%3B%3BIAEA%2C2BAAA%3BIACA%2CyBAAA%3B%3BEAYR%2CIAlEI%2CWA8BA%2CKAAI%2CWA4BF%3BIACE%2CsBAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAOR%2CIAAI%2CWAAY%3BAAChB%2CIAAI%2CWAAY%3BAAChB%2CIAAI%2CWAAY%3BEACd%2CyBAAA%3B%3BAAIF%3BEACE%2CcAAA%3B%3BAAEA%2CCAAC%3BEACC%2CuBAAA%3B%3BAAKJ%2CWAEE%3BAAFF%2CWAGE%3BAAHF%2CWAIE%3BAAJF%2CWAKE%3BAALF%2CWAME%3BEACE%2CaAAa%2CSAAS%2CsBAAsB%2CcAA5C%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%3BEACE%2CmBAAA%3BEACA%2CYAAY%2CoDAAZ%3BEAEA%2CaAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3B%3BAAGF%2C6BAA8B%2CSAAQ%3BEACpC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2C6BAA8B%2CSAAQ%2CIAAI%3BEACxC%2CaAAA%3B%3BAAGF%2C6BAA8B%3BEAC5B%2CaAAA%3B%3BAAGF%2C6BAA6B%3BEAC3B%2CaAAA%3BEACA%2CaAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAS%3BAAClC%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BAACzC%2CiBAAiB%2COAAQ%2CQAAO%2CSAAS%3BEACvC%2CaAAA%3BEACA%2CaAAA%3B%3BAAGF%2CiBAAkB%2CQAAO%2CSAAU%3BEACjC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAcF%2CQAX0B%3BEACxB%3BIACE%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CiBAAiB%2CIAAI%3BIACnB%2CeAAA%3B%3B%3BAAIJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACzC%2CmBAAA%3B%3BAAOF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CuBAAuB%2CMAAO%3BAAC9B%2CuBAAuB%2CaAAc%3BEACnC%2CcAAA%3B%3BAAGF%3BEACE%2CQAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGF%2C6BAA8B%3BEAC5B%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGF%2C6BAA8B%2CYAAY%3BEACxC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGF%2C6BAA8B%2CYAAY%3BEACxC%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGF%2C6BAA8B%2CYAAY%2CQAAQ%3BEAChD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2C6BAA8B%2CYAAY%2CQAAQ%2CIAAC%3BAACnD%2C6BAA8B%2CYAAY%2CQAAQ%2CIAAC%3BEACjD%2CcAAA%3B%3BAAGF%2C6BAA8B%2CYAAY%3BEACxC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGF%2C6BAA8B%2CYAAY%3BEACxC%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGF%2C6BAA8B%2CYAAY%2CSAAS%3BEACjD%2CgBAAA%3BEACA%2CcAAA%3B%3BAAWF%3BEACE%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGF%3BEACE%2CcAAA%3B%3BEAEA%2CqBAAA%3B%3B%3BAAGA%2CmBAAC%3BAACD%2CmBAAC%3BEACC%2CcAAA%3B%3B%3BAAKJ%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGF%2C%2BBAA%2BB%3BAAC%5C%2FB%2C%2BBAA%2BB%3BEAC7B%2CcAAA%3B%3B%3BAAIF%3BEACE%2CYAAY%2CiDAAZ%3B%3BEAGA%2CcAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CcAAA%3BEACA%2CuBAAuB%2CUAAU%2CmBAAjC%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGF%2CmBAAoB%3BEAClB%2CaAAA%3B%3BAAGF%2CmBAAoB%3BEAClB%2CYAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CmBAAoB%2CEAAC%3BAACrB%2CmBAAoB%2CEAAC%3BEACnB%2CcAAA%3B%3BAAGF%2C2BAA4B%3BEAC1B%2CaAAA%3BEACA%2CSAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CuBAAuB%2CUAAU%2CmBAAjC%3B%3B%3BAA%2BYJ%2CQA3Y0B%3BEACxB%3BIACE%2CmBAAA%3B%3BEAGF%2CaAAc%3BIACZ%2CaAAA%3B%3BEAGF%2CaAAc%3BIACZ%2CUAAA%3BIACA%2CeAAA%3B%3BEAGF%3BIACE%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGF%3BIACE%2CoBAAA%3B%3BEAGF%2C0BAA2B%3BIACzB%2CSAAA%3B%3BEAIF%2C0BAA2B%2CcAAc%3BIACvC%2CeAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGF%2C0BAA2B%2CcAAc%2COAAM%3BIAC7C%2CcAAA%3BIACA%2CeAAA%3B%3BEAMF%2C0BAA2B%2CcAAc%3BIACvC%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGF%2C0BAA0B%2CeAAgB%2CcAAc%3BIACtD%2CcAAA%3B%3BEAGF%2C0BAA2B%3BIACzB%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIAEA%2CWAAA%3B%3BEAGF%2C0BAA2B%2CQAAO%3BIAChC%2CUAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGF%3BIACE%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CgCAAgC%3BIAC9B%2CgBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACE%2CgCAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BEACA%2CkBAAmB%3BIACjB%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAGF%3BIACE%2CcAAA%3B%3BEAGF%3BIACE%2CwCAAA%3BIACA%2CmBAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAGF%2C0BAA0B%3BIACxB%2C0BAAA%3BIACA%2CoBAAA%3B%3BEAGF%2C0BAA0B%3BIACxB%2CgCAAA%3BIACA%2C%2BBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3BEAGF%2CwBAAwB%2CQAAS%2C2BAA0B%3BIACzD%2CWAAW%2CeAAX%3B%3BEAGF%3BIACE%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CwBAAA%3B%3BEAGF%3BIACE%2CSAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAGF%2C2BAA2B%3BEAC3B%2C2BAA2B%3BIACzB%2CcAAA%3B%3BEAGF%2CwBAAwB%3BEACxB%2CwBAAwB%3BEACxB%2CkBAAmB%2CWAAU%3BEAC7B%2CkBAAmB%2CWAAU%3BIAC3B%2CcAAA%3B%3BEAGF%3BIACE%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CyBAA0B%3BIACxB%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3B%3BEAGF%2C4BAA6B%3BIAC3B%2CSAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CkBAAA%3B%3BEAGF%2CwBAAyB%3BIACvB%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGF%2CwBAAyB%2CkBAAkB%2CUAAO%3BIAChD%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CQAAA%3B%3BEAGF%2CwBAAyB%2CkBAAkB%2CUAAO%2CSAAU%3BIAC1D%2CaAAA%3B%3BEAGF%2C4BAA6B%3BIAC3B%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CSAAA%3B%3BEAGF%2CkBAAmB%3BIACjB%2CoBAAA%3B%3BEAGF%3BIACE%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CoBAAqB%3BIACnB%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CUAAA%3B%3BEAGF%2CoBAAqB%3BIACnB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAGF%2CoBAAqB%2CMAAM%3BIACzB%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGF%3BIACE%2CwBAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGF%2CkBAAmB%3BEACnB%2CkBAAmB%3BEACnB%2CkBAAmB%3BIACjB%2CwBAAA%3B%3BEAGF%2CkBAAmB%3BIACjB%2CSAAA%3B%3BEAGF%3BIACE%2CeAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3B%3BEAGF%2C6BAA8B%2CYAAY%3BIACxC%2CcAAA%3B%3BEAGF%2C6BAA8B%2CYAAY%3BIACxC%2CcAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEAGF%2C6BAA8B%2CYAAY%2CQAAQ%3BIAChD%2CeAAA%3B%3BEAGF%2C6BAA8B%2CYAAY%2CSAAS%3BIACjD%2CuBAAA%3B%3BEAGF%2C6BAA8B%2CgCAA8B%2CcAAY%2CQAAO%2COAAQ%3BIACrF%2CgBAAA%3B%3BEAGF%2C6BAA8B%2CYAAY%2CQAAQ%3BIAChD%2CiBAAA%3B%3BEAGF%3BIACE%2CcAAA%3B%3B%3BAAkBJ%2CQAd0B%3BEACxB%3BIACE%2CaAAA%3B%3BEAGF%3B%3B%3B%3B%3B%3B%3BAAsNF%2CQA7M0B%3B%3BEAMxB%3BEACA%3BIACE%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CaAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3B%3BEAGF%2COAAO%3BIACL%2C4BAAA%3B%3B%3BEAIF%2C6BAA8B%3BEAC9B%2C6BAA8B%3BEAC9B%2CsBAAuB%3BEACvB%2CsBAAuB%3BIACrB%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGF%3BIACE%2CwBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2C4CAAA%3BIACA%2CgCAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGF%2CgBAAgB%3BIACd%2CwBAAA%3B%3BEAGF%2CgBAAiB%2CKAAE%3BIACjB%2CyBAAA%3BIACA%2C2BAAA%3B%3BEAGF%2CgBAAiB%2CKAAE%2COAAQ%2CIAAC%3BIAC1B%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3BIACA%2C8BAAA%3BIACA%2C%2BCAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3BIACA%2CuBAAA%3B%3BEAGF%2CgBAAiB%2CKAAE%2COAAO%2CMAAO%2CIAAC%3BIAChC%2C6BAAA%3B%3B%3BEAIF%2CgBAAiB%2CKAAE%2COAAQ%3BIACzB%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2C2CAAA%3BIACA%2CsBAAA%3B%3B%3B%3B%3BIAKA%2CcAAc%2CyBAAd%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CgBAAiB%2CKAAE%2COAAO%2CYAAY%2CMAAO%3BIAC3C%2CyBAAA%3B%3BEAGF%2CgBAAiB%2CKAAE%2COAAO%2CMAAO%3BIAC%5C%2FB%2CyBAAA%3B%3B%3B%3B%3B%3BEAOF%2CgBAAiB%2CKAAE%2COAAQ%2CWAAS%3BIAClC%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2C6CAAA%3BIACA%2CmCAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3B%3B%3BEAIF%2CgBAAiB%2CKAAE%2COAAQ%2CWAAS%2CKAAG%3BIACrC%2CWAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAGF%2CgBAAiB%2CSAAS%3BIACxB%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3B%3BEAGF%2CgBAAiB%2CSAAS%2CGAAG%3BIAC3B%2CWAAA%3BIACA%2CgCAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CgBAAiB%2CSAAS%2CGAAG%2CEAAC%3BIAC5B%2CWAAA%3B%3B%3B%3BEAKF%2CgBAAiB%2CSAAS%3BIACxB%2CyBAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CgBAAiB%2CSAAS%2CSAAS%3BIACjC%2C6BAAA%3B%3BEAGF%2CgBAAiB%2CSAAS%2CSAAS%2CGAAG%3BIACpC%2CWAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3B%3B%3BAAKJ%3BEACE%2CaAAA%3B%3B%3B%3B%3BAAgBF%2CWAAY%2CWAAW%3BEACrB%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3B%3BEAIA%2C6BAAA%3BEACA%2C%2BCAAA%3BEACA%2CyBAAA%3B%3B%3B%3B%3BAAXF%2CWAAY%2CWAAW%2CeAcrB%3BEACE%2C6BAAA%3BEACA%2C%2BCAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIF%2CWAtBU%2CWAAW%2CeAsBpB%3BEACC%2CSAAS%2CKAAT%3BEACA%2CaAAa%2CeAAb%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BEAEA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAAIF%2CWArCU%2CWAAW%2CeAqCpB%3BEACC%2CSAAS%2CuBAAT%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BEAEA%2CqBAAA%3B%3B%3BAAqBJ%2CQAhB2B%3BEAEvB%2CWADU%2CWAAW%2CeACpB%3BIACC%2C0BAAA%3B%3B%3BEAIF%2CWANU%2CWAAW%2CeAMpB%3BIACC%2C0BAAA%3B%3B%3B%3B%3B%3BAAiCN%2CQAzB2B%3BEACzB%2CWAAY%3BIACV%2CyBAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2C4BAAA%3B%3BIAEA%2C6BAAA%3B%3B%3BEAIF%2CWAAY%2CWAAW%3BIACrB%2CoBAAA%3B%3BIAEA%2CuBAAA%3B%3BIAEA%2CkBAAA%3B%3B%3B%3B%3B%3BAAQJ%3B%3B%3B%3B%3B%3BAAAA%2CWAGE%3BAAHF%2CWAIE%3BAAJF%2CWAKE%3BAALF%2CWAME%3BAANF%2CWAOE%3BEACE%2CyBAAA%3BEACA%2C2BAAA%3B%3BAATJ%2CWAaE%3BAAbF%2CWAcE%3BAAdF%2CWAeE%3BAAfF%2CWAgBE%3BAAhBF%2CWAiBE%3BEACE%2C2BAAA%3B%3BAAlBJ%2CWAsBE%3BAAtBF%2CWAuBE%2CMAAK%3BEACH%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAzBJ%2CWA6BE%3BEACE%2CyBAAA%3B%3B%3B%3B%3BAAOJ%3B%3B%3B%3BAAAA%2CWAGE%3BEACE%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAPJ%2CWAUE%3BEACE%2C6BAAA%3B%3B%3BAAXJ%2CWAgBE%3BEACE%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAApBJ%2CWAuBE%3BEACE%2CwBAAA%3BEACA%2C8BAAA%3B%3BEAEA%2C8BAAA%3B%3B%3B%3B%3BAAOJ%2CWACE%3BEACE%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAALJ%2CWAQE%3BEACE%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAZJ%2CWAeE%3BEACE%2CwBAAA%3BEACA%2C2BAAA%3B%3B%3B%3B%3B%3B%3BAAUJ%3BEACE%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3B%3BAAIF%2CgBAAgB%3BEACd%2CSAAS%2CEAAT%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BEAEA%2CWAAA%3B%3B%3B%3BAAKF%3BEACE%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3B%3BEAEA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BEAEA%2CkCAAA%3B%3BEAEA%2CqBAAA%3BEACA%2CoBAAA%3B%3B%3BAAIF%3BEACE%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BEAEA%2CcAAA%3BEACA%2C6BAAA%3B%3B%3B%3BAAKF%2CaAAa%2COAAQ%3BAACrB%2CaAAa%2CQAAS%3BEACpB%2CyBAAA%3BEACA%2CcAAA%3B%3B%3BAAIF%2CWAEE%3BAADF%2CWACE%3B%3BEAEE%2CiCAAA%3B%3BAAJJ%2CWAOE%3BAANF%2CWAME%3BEACE%2CyBAAA%3BEACA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC7yCA%2CgBALsC%3BECoFtC%2CiCA7BA%3BECsOA%2C0BACI%2CcDvOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECiOL%2C0BACI%2CcDvOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAuBR%2CiCAnBA%3BEC4NA%2C0BACI%2CcD7NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA6sDA%2C2BACI%3BEEjtDJ%2COACI%2CgBACI%2CeAGI%3BECkLZ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC1eJ%2CYACI%3BEC6JJ%2CiCL%2BsDI%3BEMjuDJ%2CuBNiuDI%3BEOhsCJ%2CcPgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BEEYX%2COACI%2CgBACI%2CeAGI%2CKFjBX%2CUAAU%3BEGmMX%2CgBAGI%2COHtMH%2CUAAU%3BEGiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH3Rf%2CUAAU%3BEGmVX%2CkBACM%2CYHpVL%2CUAAU%3BEGyVX%2CkBACI%2CUH1VH%2CUAAU%3BEIhJX%2CYACI%2COJ%2BIH%2CUAAU%3BEKcX%2CiCL%2BsDI%2COA7tDH%2CUAAU%3BEMJX%2CuBNiuDI%2COA7tDH%2CUAAU%3BEO6hBX%2CcPgsCI%2COA7tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAutDX%2C2BACI%2COAxtDH%2CUAAU%3BEEOX%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%3BEG8LX%2CgBAGI%2COHjMH%2CUAAU%3BEG4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%3BEG8UX%2CkBACM%2CYH%5C%2FUL%2CUAAU%3BEGoVX%2CkBACI%2CUHrVH%2CUAAU%3BEIrJX%2CYACI%2COJoJH%2CUAAU%3BEKSX%2CiCL%2BsDI%2COAxtDH%2CUAAU%3BEMTX%2CuBNiuDI%2COAxtDH%2CUAAU%3BEOwhBX%2CcPgsCI%2COAxtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAotDR%2C2BACI%2COAxtDH%2CUAAU%2CGAGH%3BEEIR%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%2CGAGH%3BEG2LR%2CgBAGI%2COHjMH%2CUAAU%2CGAGH%3BEGyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%2CGAGH%3BEG2UR%2CkBACM%2CYH%5C%2FUL%2CUAAU%2CGAGH%3BEGiVR%2CkBACI%2CUHrVH%2CUAAU%2CGAGH%3BEIxJR%2CYACI%2COJoJH%2CUAAU%2CGAGH%3BEKMR%2CiCL%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEMZR%2CuBNiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEOqhBR%2CcPgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEGuNA%2CUACI%3BEKVJ%2CgBACI%3BIR9MA%2CmBAAA%3B%3BEAsEJ%3BEK1MI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BELmNJ%2COAAO%2CKAAM%2CiCACT%3BIDHR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECxMjB%2CwBD%2BLI%2CUAOI%2CYACI%2CQACK%3BECvMjB%2CuBD8LI%2CUAOI%2CYACI%2CQACK%3BEbzTjB%2CmBagTI%2CUAOI%2CYACI%2CQACK%3BES9ajB%2CKAAK%2CKAAK%2COTqaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BECjMZ%2CwBD%2BLI%2CUACI%2COACI%3BEChMZ%2CuBD8LI%2CUACI%2COACI%3BEblTZ%2CmBagTI%2CUACI%2COACI%3BESvaZ%2CKAAK%2CKAAK%2COTqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIftLA%2CkBAAA%3B%3BEe0OA%3BEU%5C%2FVA%3BEC4CA%2CaAOI%3BECtJJ%2CsBACI%3BI3BrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEoBmFD%2CwBAKI%2CepBzFH%3BEoBoFD%2CwBAKI%2CepBxFH%3BEoBoID%2CiCpBrIC%3BEoBqID%2CiCpBpIC%3BEoB0JD%2CkBpB3JC%3BEoB2JD%2CkBpB1JC%3BEqBiED%2CcAKI%2CerBvEH%3BEqBkED%2CcAKI%2CerBtEH%3BEqBkHD%2CuBrBnHC%3BEqBmHD%2CuBrBlHC%3BEqB8ID%2CkBrB%5C%2FIC%3BEqB%2BID%2CkBrB9IC%3BEiBgHD%2CkBAaI%2CejB9HH%3BEiBiHD%2CkBAaI%2CejB7HH%3BEiBkID%2COACI%2CgBACI%2CejBrIP%3BEiBmID%2COACI%2CgBACI%2CejBpIP%3BEsB8fD%2CetB%5C%2FfC%3BEsB%2BfD%2CetB9fC%3BEkByTD%2CgBlB1TC%3BEkB0TD%2CgBlBzTC%3BEkBuYD%2CQACI%2CoBlBzYH%3BEkBwYD%2CQACI%2CoBlBxYH%3BEkBuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelB%5C%2FYX%3BEkBwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelB9YX%3BEkBuaD%2CqBACI%2COAAM%2CUlBzaT%3BEkBwaD%2CqBACI%2COAAM%2CUlBxaT%3BEgBmSD%2C0BACI%2CchBrSH%3BEgBoSD%2C0BACI%2CchBpSH%3BE4ByND%2CKAAK%2CMACD%2CeACI%2CQ5B5NP%3BE4B0ND%2CKAAK%2CMACD%2CeACI%2CQ5B3NP%3BE4ByND%2CKAAK%2CMACD%2CeAEI%2CS5B7NP%3BE4B0ND%2CKAAK%2CMACD%2CeAEI%2CS5B5NP%3BE6BoaD%2C0B7BraC%3BE6BqaD%2C0B7BpaC%3BEEmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFrHtB%3BEEoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFpHtB%3BE8BugBD%2CY9BxgBC%3BE8BwgBD%2CY9BvgBC%3BE8BiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB9BtiBtB%3BE8BkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB9BriBtB%3BE8BkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB9BtiBtB%3BE8BmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB9BriBtB%3BE8BmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB9BtiBtB%3BE8BoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB9BriBtB%3BE%2BBocD%2CYASI%2CQAAO%2CM%5C%2FB9cV%3BE%2BBqcD%2CYASI%2CQAAO%2CM%5C%2FB7cV%3BE%2BBylBG%2COAAC%2CQ%5C%2FB1lBJ%3BE%2BB0lBG%2COAAC%2CQ%5C%2FBzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEoB8ED%2CwBAKI%2CepBnFH%3BEoB%2BHD%2CiCpB%5C%2FHC%3BEoBqJD%2CkBpBrJC%3BEqB4DD%2CcAKI%2CerBjEH%3BEqB6GD%2CuBrB7GC%3BEqByID%2CkBrBzIC%3BEiB2GD%2CkBAaI%2CejBxHH%3BEiB6HD%2COACI%2CgBACI%2CejB%5C%2FHP%3BEsByfD%2CetBzfC%3BEkBoTD%2CgBlBpTC%3BEkBkYD%2CQACI%2CoBlBnYH%3BEkBkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelBzYX%3BEkBkaD%2CqBACI%2COAAM%2CUlBnaT%3BEgB8RD%2C0BACI%2CchB%5C%2FRH%3BE4BoND%2CKAAK%2CMACD%2CeACI%2CQ5BtNP%3BE4BoND%2CKAAK%2CMACD%2CeAEI%2CS5BvNP%3BE6B%2BZD%2C0B7B%5C%2FZC%3BEE8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBF%5C%2FGtB%3BE8BkgBD%2CY9BlgBC%3BE8B4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB9BhiBtB%3BE8B6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB9BhiBtB%3BE8B8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB9BhiBtB%3BE%2BB%2BbD%2CYASI%2CQAAO%2CM%5C%2FBxcV%3BE%2BBolBG%2COAAC%2CQ%5C%2FBplBJ%3BIACG%2CWAAA%3B%3BEe2hBJ%3BEA69BA%3BEiB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEXkhBA%2CMAAC%3BEpBjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BE4B0apC%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEbvbpC%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BInByKJ%2CsBAAA%3B%3BEAsBA%3BEoB9dA%3BIpBwcA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIfvUlB%2CgBAAA%3B%3BEoCulBA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSACC%3BEADN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSAeC%3BEAfN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErBpSR%2C8BACI%2CUACM%2CSqB8KR%3BErBhLF%2C8BACI%2CUAEI%2CQAAU%2CSqB6KhB%3BIpCpfF%2CeAAA%3BIoCwfI%2CqBAAA%3B%3BEA6HA%2C8BrBhTA%2CUACM%2CSqB6ST%2COAEI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB4SjB%2COAEI%3BEAAD%2C8BrBhTA%2CUACM%2CSqB8ST%2CSACI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB6SjB%2CSACI%3BIACG%2CaAAA%3B%3BErB5SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC5ZJ%2CwBD2ZA%2CUACI%3BEC3ZJ%2CuBD0ZA%2CUACI%3BEb7gBJ%2CmBa4gBA%2CUACI%3BESloBJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%3BIf5XJ%2CmBAAA%3BIoC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIpChqBA%2CUAAA%3BIoCmqBA%2CmBAAA%3B%3BEAEA%2CwBrB1SA%2CUACI%2COqBySA%3BEpBrsBJ%2CwBD2ZA%2CUACI%2COqBySA%3BEpBpsBJ%2CuBD0ZA%2CUACI%2COqBySA%3BElCtzBJ%2CmBa4gBA%2CUACI%2COqBySA%3BEZ36BJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COqBySA%3BIACA%2CWAAA%3B%3BErBvSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEChaxB%2CwBD2ZA%2CUACI%2COAGK%2CeAAe%3BEC%5C%2FZxB%2CwBD2ZA%2CUACI%2COAIK%2CeAAe%3BEC%5C%2FZxB%2CuBD0ZA%2CUACI%2COAGK%2CeAAe%3BEC9ZxB%2CuBD0ZA%2CUACI%2COAIK%2CeAAe%3BEbjhBxB%2CmBa4gBA%2CUACI%2COAGK%2CeAAe%3BEbhhBxB%2CmBa4gBA%2CUACI%2COAIK%2CeAAe%3BEStoBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAGK%2CeAAe%3BESroBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BECpaR%2CwBD2ZA%2CUACI%2COAQI%3BECnaR%2CuBD0ZA%2CUACI%2COAQI%3BEbrhBR%2CmBa4gBA%2CUACI%2COAQI%3BES1oBR%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIfjaA%2CWAAA%3B%3BEeqhBA%3BEW1iBA%2CKAAK%2COAAO%3BEW%5C%2FNZ%3BErBqOA%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEW7iBJ%2CKAAK%2COAAO%2CSX6iBR%3BEsB5wBJ%2CqBtB4wBI%3BECviBJ%2CyBDuiBI%3BIfpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEe0xBA%2C0BAOI%2CQAAU%3BEWjjBd%2CKAAK%2COAAO%2CSXijBR%2CQAAU%3BEsBhxBd%2CqBtBgxBI%2CQAAU%3BEC3iBd%2CyBD2iBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEOxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIP6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEGxjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEmB5dJ%2CuBACI%3BEdyVJ%2CwBACI%3BIvB3GJ%2CiBAAA%3B%3BEeqwBA%3BEIlgCA%2CcAAc%3BEmBCd%2CcAAc%3BER4gBd%2CcAAc%3BI9BhRd%2CiBAAA%3B%3BEeqzBA%3BEe%5C%2FgBA%2CsBACI%2CQAAO%3BI9BvSX%2CqBAAA%3BIuC9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BET8iBD%2CsBACI%2CQAAO%2CMS%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwC%5C%2FKS%2COxC%2BKT%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BExBsuBA%2CiBAAC%3BEezgBD%2CsBACI%2CQAAO%2CMfwgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BE2B5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI5B%2BrCnC%2CaAAA%3B%3BEAsCA%3BEbvtCA%3BE4BscA%3BIfkxBI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BEbvwCZ%2C4BaqwCI%2CWACI%2CoBACI%3BEbtwCZ%2CyBaowCI%2CWACI%2CoBACI%3BEep1BZ%2CQfk1BI%2CWACI%2CoBACI%3BEen1BZ%2CuBfi1BI%2CWACI%2CoBACI%3BEel1BZ%2CiBfg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI6B3tCA%2CYAAA%3B%3BE7B2tCA%2C2B6BztCE%2CQAGI%2CKACI%3BE7BqtCV%2C2B6BxtCE%2CQAEI%2CKACI%3BE7BqtCV%2C2B6BvtCE%2CQACI%2CKACI%3BE7BqtCV%2C2B6BztCE%2CQAGI%2CKAEI%3BE7BotCV%2C2B6BxtCE%2CQAEI%2CKAEI%3BE7BotCV%2C2B6BvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE7BmtCZ%2C2B6B9sCE%2CQACI%2CKACI%3BE7B4sCV%2C2B6B9sCE%2CQACI%2CKAEI%3BI5CoCV%2C6BAAA%3B%3BEeorCA%3BEGhiCA%2CQA2BI%3BEFnIJ%3BEaiOA%3BIdw6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEGpiCJ%2CQA2BI%2CSHwgCA%3BEGniCJ%2CQA2BI%2CSHygCA%3BEC5oCJ%2C6BD2oCI%3BEC3oCJ%2C6BD4oCI%3BEc36BJ%2CyBd06BI%3BEc16BJ%2CyBd26BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEGxiCJ%2CQA2BI%2CSH6gCA%3BEChpCJ%2C6BDgpCI%3BEc%5C%2F6BJ%2CyBd%2B6BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEG7iCJ%2CQA2BI%2CSHkhCA%3BECrpCJ%2C6BDqpCI%3BEcp7BJ%2CyBdo7BI%3BIfjsCJ%2CiBAAA%3BIemsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEGljCJ%2CQA2BI%2CSHuhCA%3BEC1pCJ%2C6BD0pCI%3BEcz7BJ%2CyBdy7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEE94CA%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BIlC3HJ%2CUAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIe4mCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEKltDV%2CiCL%2BsDI%2COAGM%3BEMpuDV%2CuBNiuDI%2COAGM%3BEOnsCV%2CcPgsCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CgBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEKttDZ%2CiCL%2BsDI%2COAGM%2CSAIE%3BEMxuDZ%2CuBNiuDI%2COAGM%2CSAIE%3BEOvsCZ%2CcPgsCI%2COAGM%2CSAIE%3BIfvmDZ%2CiBAAA%3B%3BEe%2BlDA%2C2BACI%2COAYI%3BEK3tDR%2CiCL%2BsDI%2COAYI%3BEM7uDR%2CuBNiuDI%2COAYI%3BEO5sCR%2CcPgsCI%2COAYI%3BIf5mDR%2CiBAAA%3B%3BEe%2BlDA%2C2BAkBI%2CiBACI%3BEKjuDR%2CiCLguDI%2CiBACI%3BEMnvDR%2CuBNkvDI%2CiBACI%3BEOltCR%2CcPitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE%2BB%5C%2F2DZ%3BI9C0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEgC%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEarDA%2CCAAC%2CmBAAwB%2CQbkDtB%3BIhCoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6CrZL%2CCAAC%2CoBAAyB%2CQb%2BCvB%3BIhCoMP%2CmBAAA%3BI6C9KA%2CqBAAA%3BI7C8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6ClZL%2CCAAC%2CyBAA%2BB%2CQb4C7B%3BIhCoMP%2CmBAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6C%5C%2FYL%2CCAAC%2C0BAAgC%2CQbyC9B%3BIhCoMP%2CmBAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgChWT%3BIAEI%2CiBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BI7CuO9B%2CmBAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6CtYL%2CCAAC%2CyBAA%2BB%3BI7CoOpC%2CmBAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6CnYL%2CCAAC%2C0BAAgC%3BI7CiOrC%2CmBAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgC1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BI7C2N9B%2CmBAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6C1XL%2CCAAC%2CyBAA%2BB%3BI7CwNpC%2CmBAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6CvXL%2CCAAC%2C0BAAgC%3BI7CqNrC%2CmBAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgC9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEe6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BI%5C%2FCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BI%2BCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIhDSA%2CmBAAA%3BIAAA%2CgBAAA%3BIgDJI%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%3BIhDhBN%2CgBAAA%3B%3BEgDTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIhDxBJ%2CiBAAA%3BIgD0BQ%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%3BIhD%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIgDsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIhD1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEgDkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIhDpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIgD2EgB%2CqBAAA%3B%3BEAQR%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIhDzFpB%2CqBAAA%3BIuChOA%2CqBAAA%3B%3BESmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBTnGhB%3BIvChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuC2CA%2CWSkPI%2CQA2DK%2COACK%2CaAGI%2CgBTjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiD9NQ%2COjD8NR%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CsBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESlFA%2CWAiCI%2CQA8EI%3BIhDtGR%2CmBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIgD8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIhDlHZ%2CgBAAA%3B%3BEgDTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIhD%5C%2FON%2CgBAAA%3B%3BEgDkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIhD1PT%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIgD%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIhDpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIgDuQY%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%3BIhDzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEgDgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIhDjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEgDTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIhDzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEgDTA%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%3BIhDpL5B%2CqBAAA%3BIuChOA%2CqBAAA%3B%3BESgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT9LxB%3BIvChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuC2CA%2CWSkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiDxPQ%2COjDwPR%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CsBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BES0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIhDpMZ%2CqBAAA%3BIuChOA%2CqBAAA%3B%3BEAMA%2CWSkPI%2CQA2KK%2CKT7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiDzPgB%2COjDyPhB%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CsBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESkIY%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%3BEGpGR%3BIlDyFA%2CgCAAA%3B%3BEmD1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEnDdJ%2CQmDUQ%2CKAAK%2CMnDVZ%3BEACD%2CQmDSQ%2CKAAK%2CMnDTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQmDIQ%2CKAAK%2CMnDJZ%3BIACG%2CWAAA%3B%3BEmDGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BIpDwRN%2CYAAA%3BIoDtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BIpDgRP%2CgBAAA%3BIoD7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEpDsBJ%2CQmDUQ%2CKAAK%2CMCtCX%2CQAAK%2CQpD4BN%3BEACD%2CQmDSQ%2CKAAK%2CMCtCX%2CQAAK%2CQpD6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQmDIQ%2CKAAK%2CMCtCX%2CQAAK%2CQpDkCN%3BIACG%2CWAAA%3B%3BEoD3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BIpDsNP%2CkBAAA%3B%3BEmD1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BIpDoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BIoD%5C%2FLQ%2CmBAAA%3BIpD%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEqDjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BIrDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEqD5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BIrD4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEqDvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BIrDuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoD1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BIpDyL9B%2CmBAAA%3B%3BEoDrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BIpDkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoD5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BIpD0KtB%2CmBAAA%3B%3BEmD1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BIpDqKP%2CmBAAA%3BIoDnKI%2CgBAAA%3BIACA%2C4BAAA%3BIAoBJ%2CSAAA%3BIpD8IA%2C0BAAA%3B%3BEmDnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BItD8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEsDjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BIvDiQJ%2CkBAAA%3B%3BEsD9PA%2CgBCMA%2CWAKI%2CEAAC%3BIvDmPL%2CeAAA%3B%3BEsD9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEC2FhB%2CYAAC%2CYACG%3BIzDiHR%2C6BAAA%3BIyD%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%3BEvCmEJ%2CwBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CiCAKI%3BIpB0GJ%2CmBAAA%3B%3BEoBtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEwC1HR%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI5DgMR%2CiBAAA%3B%3BE4DzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI5DqLR%2CeAAA%3B%3BE4DzMA%2CqBAcI%2CQAUI%3BI5DiLR%2CiBAAA%3BI4D%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI5D0KR%2CeAAA%3B%3BE4DzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI5DmKb%2CeAAA%3BI4DjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BExC2FJ%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CuBAKI%3BIrB4HJ%2CmBAAA%3B%3BEqBxHY%2CuBAJR%2COAGK%2CSACI%3BIrBwHb%2CoBAAA%3B%3BEqBlHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEJzCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEgBuBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BIjCuE7B%2CcAAA%3BIiCrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BIjC8DZ%2CcAAA%3B%3BEiC5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BIjC2DhB%2CiBAAA%3BIiCzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BIjCmDZ%2CiBAAA%3BIiCjDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BE6BsKZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BErCtTZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIzBiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIyB7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIzBuGJ%2CqBAAA%3BIuC9QA%2CqBAAA%3B%3BEdyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIzBiGL%2CcAAA%3BIyB%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BIzBuFL%2C%2BFAAA%3BIyBrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWcqGE%3BIvChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuCHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiDnPQ%2COjDmPR%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CsBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIvC2PL%2CcAAA%3B%3BEyBvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSwBrLA%2COxBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEsC0YR%2CkBACI%2CoBACI%3BI%5C%2FDnVR%2CmBAAA%3B%3BE%2BDiVA%2CkBAOI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAGI%3BEALZ%2CmBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CuBAEI%2CWAUI%2CqBAAuB%2CuBACnB%3BEAZZ%2CmBACI%2CWAUI%2CqBAAuB%2CuBACnB%3BI%5C%2FDtXZ%2CiBAAA%3BI%2BDwXgB%2CiBAAA%3B%3BEAUhB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%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%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BEA6QR%2CQAAQ%3BIACJ%2CYAAA%3BI%5C%2FDrtBJ%2CSAAA%3BIAAA%2CUAAA%3BIqD1KA%2CqBAAA%3B%3BEU83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BI%5C%2FDztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqDjJA%2CQUq2BQ%2CQAIJ%2CQAAO%2CQVz2BV%3BIrDiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqD5IA%2CQUg2BQ%2CQAIJ%2CQAAO%2CQVp2BV%3BIrD4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEqDvIA%2CQU21BQ%2CQAIJ%2CQAAO%2CQV%5C%2F1BV%3BIrDuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE%2BDotBA%2CQAAQ%2CQASJ%2CSAAQ%3BI%5C%2FD7tBZ%2CcAAA%3B%3BE%2BDguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BErC9yBZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BE1B4IR%2Ca0BhJI%2CM1BgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2Ca0BrJI%2CM1BqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2Ca0B1JI%2CM1B0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2Ca0B%5C%2FJI%2CM1B%2BJH%3BIAvGD%2CcAAA%3B%3BE0BzEA%2CaAwBI%2CQAAO%3BI1BiDX%2CqBAAA%3BIgEzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIhEgDA%2CgBAAA%3BI0BtCQ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COaqCT%3BIvChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuCHA%2CabuNI%2CQAAO%2COavNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiD3OU%2COjD2OV%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Cab0MA%2CQAAO%2COa3MV%2CMACI%3BIvC2PL%2CWAAA%3B%3BEuCrPI%2CaboMA%2CQAAO%2COarMV%2COACI%3BIvCqPL%2CcAAA%3B%3BEgE7CA%2CatCJI%2CQAAO%2COsCIV%3BEACD%2CatCLI%2CQAAO%2COsCKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CatCVI%2CQAAO%2COsCUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CatCfI%2CQAAO%2COsCeV%3BEACD%2CatChBI%2CQAAO%2COsCgBV%3BEACD%2CQAAQ%2CUAAW%2CctCjBf%2CQAAO%3BIsCkBP%2CoBAAA%3BIhE%2BBJ%2CYAAA%3B%3BE0BhCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BI1BgCb%2CWAAA%3B%3BE0BzBA%3BIACI%2CaAAA%3B%3BEJuRJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BItB9RA%2CUAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIsB8HL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BItB%5C%2FTZ%2CgBAAA%3BIsBiUgB%2CeAAA%3B%3BEcsRhB%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEd1UR%2CaAmBI%2COAaI%2CUACI%2COcqLV%3BIpCpfF%2CeAAA%3BIoCwfI%2CqBAAA%3B%3BEA6HA%2CadpUA%2COAaI%2CUACI%2COcoTX%2COAEI%3BEAAD%2CadpUA%2COAaI%2CUACI%2COcqTX%2CSACI%3BIACG%2CaAAA%3B%3BEdxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BItBhaA%2CUAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIsBiQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BItBjcL%2CUAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIsBkSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BE2CnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE1BpVR%2CS0BuVU%2CQAAO%2CO1BvVhB%3BEAAD%2CiB0BwVkB%2CQAAO%2CK1BxVxB%3BIvC4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEmCpKA%3BInCoKA%2CmBAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BImCnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE%2BB7ER%2CqBACI%2CaACI%3BIlEqOR%2CgBAAA%3B%3BEkEvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BInEVJ%2CgBAAA%3B%3BEmEQA%2CYAMI%3BInEdJ%2C6BAAA%3BImEgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BIpEwRA%2CmBAAA%3BIAAA%2CmBAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEoE3FZ%3BIrE2KA%2CyBAAA%3BIAAA%2CyBAAA%3BIqExKI%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BIrE4JL%2CYAAA%3BIqE1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIrEkJA%2CmBAAA%3BIqEhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIrE4IJ%2CiBAAA%3BIqE1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BIrEkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIqErQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIrEyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEqEjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BIvEsFJ%2CkBAAA%3B%3BEuEvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BErD0JR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CiBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CmBAAA%3B%3BEChgBR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BEqDyIR%2C0BACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAHR%2C0BAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC1CQ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%3BIACG%2CeAAA%3B%3BEADJ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%2CYAGG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATxB%2CsBACI%2CmBAcI%3BIACI%2CiBAAA%3B%3BEAhBZ%2CsBACI%2CmBAkBI%3BIACI%2CWAAA%3B%3BEApBZ%2CsBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%3BIzEmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BIoC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIpChqBA%2CUAAA%3BIoCmqBA%2CmBAAA%3B%3BEqCj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrCunBhB%3BIpCpfF%2CeAAA%3BIoCwfI%2CqBAAA%3B%3BEAtOJ%2CsBqCxZI%2CkBAGI%2COAAM%2CIAAI%2COrCqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBqC3yBI%2CkBAGI%2COAAM%2CIAAI%2COrCwyBd%3BIACA%2CWAAA%3B%3BEqCp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC%2BZhB%3BIpC5RF%2CgBAAA%3B%3BEoCqSI%2CsBqC3aA%2CkBAGI%2COAAM%2CIAAI%2COrC%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BEqCpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC6alB%2CQACI%3BIACI%2CmBAAA%3B%3BEpChiBR%2CsByE8GI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMpCpiBN%3BEACD%2CsByE6GI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMpCniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsByEwGI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMpC9hBN%3BIACG%2CWAAA%3B%3BEyE%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBqC7bA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqCjcA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBqCrcA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqCzcA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEqCleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%3BIpCpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BIoCyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEqC1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAMI%3BEqC5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAOI%3BEqC7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAQI%3BIpChLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BIoCwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEqCnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%3BEqCtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%3BIpCzVJ%2CmBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CwEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BIoCjPA%2CsBAAA%3BIpCiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIoC0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBqC5OI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWAlPH%3BEAAD%2CsBqC5OI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUAnPH%3BIpCtGD%2CYAAA%3B%3BEoCqHA%2CsBqC3PI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWAnOH%3BEAAD%2CsBqC3PI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUApOH%3BIpCrHD%2CcAAA%3B%3BEoC0HA%2CsBqChQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWA9NH%3BEAAD%2CsBqChQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUA%5C%2FNH%3BIpC1HD%2CcAAA%3B%3BEoC%2BHA%2CsBqCrQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWAzNH%3BEAAD%2CsBqCrQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUA1NH%3BIpC%5C%2FHD%2CcAAA%3B%3BEyE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COA0BI%3BIACI%2CWAAA%3BIpCnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyEhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2elB%3BIpCxWA%2CeAAA%3B%3BEoCugBI%2CsBqC7oBA%2CkBAGI%2COAAM%2CIAAI%2COrCwoBjB%2CSAAY%2CSAER%3BEAAD%2CsBqC7oBA%2CkBAGI%2COAAM%2CIAAI%2COrCyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BIpCxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEyE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC%2BqBlB%3BIpC5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BIuC9QA%2CqBAAA%3B%3BEAMA%2CsBkCkII%2CkBAGI%2COAAM%2CIAAI%2COrC%2BqBlB%2CMGpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CsBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEkCtMY%2CsBATR%2CkBAGI%2COAAM%2CIAAI%2COAML%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2CsBAbR%2CkBAGI%2COAAM%2CIAAI%2COAUL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtChB%2CsBAwBI%2CkBAkBI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BEvC4JhB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BIlCpEb%2C8BAAA%3BIkCsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIlCnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEkCwFA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BElBjKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyB4BtItB%2CQAGI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BrItB%2CQAEI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BpItB%2CQACI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BtItB%2CQAGI%2CKAEI%3BE5BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BrItB%2CQAEI%2CKAEI%3BE5BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BpItB%2CQACI%2CKAEI%3BI5CyHV%2C0BAAA%3B%3BEgBQI%2CQAAS%2CMAAK%2CMAAM%2CyB4B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE5BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE5BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB4BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE5BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB4BhHtB%2CQAAQ%3BI5CwGV%2C0BAAA%3B%3BEgBQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIhBhCb%2CmBAAA%3BIoC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIpChqBA%2CUAAA%3BIoCmqBA%2CmBAAA%3BIpBjoBgB%2CmBAAA%3B%3BEoBmoBhB%2CyBpB1oBI%2CUAGI%2COACK%2CKoBsoBT%3BEAAJ%2CyBpB1oBI%2CUAGI%2COAEK%2CSoBqoBT%3BIACA%2CWAAA%3B%3BEpBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAIA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEY%5C%2FGZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BI5BGZ%2C8BAAA%3BI4BDY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CuBAiBI%2CcACI%3BEAjBR%2CeAgBI%2CcACI%3BIACI%2CmBAAA%3B%3BEAnBZ%2CuBAuBI%3BEAtBJ%2CeAsBI%3BIACI%2CmBAAA%3B%3BEAQR%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BE8CnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEC2TJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CeAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BI7EjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI6EiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BI7EzLrB%2C4BAAA%3BI6E2LwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BI7E3Mb%2CmBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI6EgNgB%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BI7E3Ob%2CcAAA%3BI6E6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BEhDpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BI7BxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI6B6KQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%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%2CiBAAA%3BIACA%2CoBAAA%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%3BI7BxOZ%2CeAAA%3B%3BE6B8OQ%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%3BEiDhepB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BEvDmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BErB9KR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BE4B%2BXZ%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BENhqBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BEOicZ%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BI%5C%2FBtNR%2CyBAAA%3B%3BE%2BBiNA%2CYASI%2CQAAO%3BIACH%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BI%5C%2FBlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BBqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIgDveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BE%5C%2FEFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BE%2BBieJ%2CiBgDpeA%3BI%5C%2FEgPA%2CUAAA%3BI%2BE9OI%2CeAAA%3BI%5C%2FE8OJ%2CqBAAA%3BIuChOA%2CqBAAA%3B%3BERodA%2CiBgDpeA%2CexCoOE%3BIvChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuC2CA%2CiBwCtBA%2CexCsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiD9NQ%2COjD8NR%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwCnCJ%2CexCkCC%2CMACI%3BIvC6ML%2CcAAA%3B%3BEuCvMI%2CiBwCzCJ%2CexCwCC%2COACI%3BIvCuML%2CcAAA%3B%3BE%2BEqEA%2CiBArTA%2CeAqTC%3BI%5C%2FErED%2CqBAAA%3BIuChOA%2CqBAAA%3B%3BEwCqSA%2CiBArTA%2CeAqTC%2COxCjFC%3BIvChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuC2CA%2CiBwCtBA%2CeAqTC%2COxC%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiD%5C%2FNM%2COjD%2BNN%3BIAAA%2CayC5Re%2CYzC4Rf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIuCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwCnCJ%2CeAqTC%2COxCnRA%2CMACI%3BIvC6ML%2CcAAA%3B%3BEuCvMI%2CiBwCzCJ%2CeAqTC%2COxC7QA%2COACI%3BIvCuML%2CcAAA%3B%3BE%2BBoPA%2CiBgD7SA%3BI%5C%2FEyDA%2CSAAA%3BIAAA%2CUAAA%3BIqD1KA%2CqBAAA%3BIrD0KA%2CmBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BI%2BEhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BI%5C%2FE8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BE%2BBoPA%2CiBgD7SA%2CGAsBI%3BI%5C%2FEmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BE%2BE3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BI%5C%2FE2BT%2CmBAAA%3BI%2BEzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BI%5C%2FEzSJ%2CyDAAA%3BI%2BE2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BI%5C%2FE%5C%2FSJ%2CsDAAA%3BI%2BEiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BI%5C%2FE%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BE%2BEoRA%2CiBA7UA%2CGA6UC%3BI%5C%2FEpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BE%2BEZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BEhD4PR%2CiBAgBI%2CGACI%3BI%5C%2FBrQR%2CWAAA%3BIAAA%2CqBAAA%3BI%2BBgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEsBnaZ%2CiBtBqZI%2CGACI%2CEsBtZP%3BIrDiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqD5IA%2CiBtBgZI%2CGACI%2CEsBjZP%3BIrD4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqDvIA%2CiBtB2YI%2CGACI%2CEsB5YP%3BIrDuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE%2BBoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BIiCvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIhEgDA%2CgBAAA%3BIAAA%2CcAAA%3B%3BEgE7CA%2CiBjC2UI%2CQAAO%2COiC3UV%3BEACD%2CiBjC0UI%2CQAAO%2COiC1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBjCqUI%2CQAAO%2COiCrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBjCgUI%2CQAAO%2COiChUV%3BEACD%2CiBjC%2BTI%2CQAAO%2COiC%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkBjC8Tf%2CQAAO%3BIiC7TP%2CoBAAA%3BIhE%2BBJ%2CYAAA%3B%3BE%2BBoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEQrcR%2CiBRwcK%2COACG%2CQAAO%2COQzcd%3BIvCgKD%2CSiD%5C%2FNM%2COjD%2BNN%3B%3BE%2BBwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BI%5C%2FB5TjB%2CSAAA%3BIAAA%2CUAAA%3BIqD1KA%2CqBAAA%3BItBweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMsBhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEtB6dA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BI%5C%2FB3UpB%2CcAAA%3BIAAA%2CiBAAA%3B%3BE%2BBmVgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACK%2CUAAO%2CMAsBH%2CsBAOG%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACK%2CUAAO%2CMAoCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BI%5C%2FBhYA%2CmBAAA%3BI%2BBkYI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BI%5C%2FBrZjB%2CyDAAA%3B%3BE%2BByZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BI%5C%2FBzZjB%2CsDAAA%3BI%2BB2ZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BEiDzqBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECuRI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CeAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CkBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BIjF9GJ%2CmBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BIiFoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BEC7PZ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAEJ%2C8BACI%2CQAAO%3BIACH%2CkBAAA%3B%3BEAQY%2CuBAJhB%2CSACK%2CKACI%2CMACK%2CQACG%3BIACG%2CgBAAA%3B%3BEvCxExB%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%3BEtC8YZ%3BIACI%2CoBAAA%3B%3BEADJ%2CeAGI%2CcAAc%2CWAAW%2CeAAe%3BIAEpC%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BEAEA%2CWAAY%2CgBAPhB%2CcAAc%2CWAAW%2CeAAe%3BIAQhC%2CiBAAA%3B%3BEAXZ%2CeAeI%3BIACI%2CmCAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAA%3B%3BEQgiBV%3BIACE%2CqBAAA%3B%3BEsE9jBA%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BArEjeR%2CgBAL4C%3BETue5C%3BIACI%2CoBAAA%3B%3BEADJ%2CeAGI%2CcAAc%2CWAAW%2CeAAe%3BIAEpC%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BEAEA%2CWAAY%2CgBAPhB%2CcAAc%2CWAAW%2CeAAe%3BIAQhC%2CiBAAA%3B%3BEAXZ%2CeAeI%3BIACI%2CmCAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAA%3B%3BEQgiBV%3BIACE%2CqBAAA%3B%3B%3BAChhCA%2CgBAL4C%3BEf6E5C%2CcACI%3BICqJJ%2CWAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3BEmFSR%2CuBACI%3BEADJ%2CuBAEI%3BEAFJ%2CuBAGI%3BIACI%2C0BAAA%3B%3BE7EiXR%3BIACI%2C4BAAA%3BIACA%2C6BAAA%3B%3BEAFJ%2CeAII%2CcAAc%2CWAAW%2CeAAe%3BIACpC%2C0BAAA%3BIACA%2CgBAAA%3B%3BEANR%2CeASI%3BIACI%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3B%3B%3BASldZ%2CgBAJ2C%3BEiD%2BqBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%3B%3BE1D%5C%2FNZ%3BIACI%2CoBAAA%3B%3BEADJ%2CeAGI%2CcAAc%2CWAAW%2CeAAe%3BIAEpC%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BEAEA%2CWAAY%2CgBAPhB%2CcAAc%2CWAAW%2CeAAe%3BIAQhC%2CiBAAA%3B%3BEAXZ%2CeAeI%3BIACI%2CmCAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAA%3B%3BEQgiBV%3BIACE%2CqBAAA%22%7D */