/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@import url('//fonts.googleapis.com/css?family=Jost%3A300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic.less');
.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;
}
#cart-coupon-list {
  display: none;
}
.coupon-list-container {
  pointer-events: auto;
}
.coupon-list-container .modal-inner-wrap {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .coupon-list-container .modal-inner-wrap {
    width: 60%;
  }
}
.coupon-list-container .modal-inner-wrap .modal-header {
  position: relative;
  padding: 15px 30px;
  background: #000;
  opacity: 0.7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.coupon-list-container .modal-inner-wrap .modal-header .modal-title {
  font-weight: 400;
  border-bottom: none;
  padding-bottom: 0px;
  color: #fff;
  font-size: 20px;
}
.coupon-list-container .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  top: 17px;
  right: 30px;
  margin: 0px;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease;
  padding: 0px;
  box-shadow: none;
}
.coupon-list-container .modal-inner-wrap .modal-header .action-close:before {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
}
.coupon-list-container .modal-inner-wrap .modal-content {
  padding-top: 3em;
  padding-bottom: 2.1em;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .no-items {
  text-align: center;
  font-weight: 600;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper {
  border-bottom: 1px dotted #cacaca;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper {
    display: block;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-code {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  border-bottom: 1px dotted #cacaca;
  padding: 10px;
  margin-right: 20px;
  min-width: 110px;
  height: 25px;
  word-break: break-all;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-code {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details {
  margin-right: 20px;
  flex-basis: 100%;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-name {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description {
  margin-bottom: 0px;
  position: relative;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description {
  position: relative;
  margin-bottom: 10px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description.read-more-description {
  overflow: hidden;
  max-height: 40px;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  color: #666;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description.white-patch:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 100%;
  top: 30%;
  left: -6px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description .description.white-patch:after {
    left: 0;
    top: 60%;
    background-image: linear-gradient(to bottom, transparent, #fff);
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-details .coupon-description a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions {
    text-align: center;
  }
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply,
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel {
  outline: none;
  border: none;
  padding: 10px 40px;
  background: #000;
  color: #fff;
}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply:hover,
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel:hover {
  background: #333;
}
.page-main .block.discount {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-main .block.discount {
    padding-left: 22px;
  }
}
.coupon-list-container {
  clear: both;
}
.view-coupon-list-link {
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .view-coupon-list-link {
    padding-left: 39px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .magicmenu .nav-desktop .level0 .level-top {
    padding: 10px 13px;
  }
}
/**
* Copyright © NuTech, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
.checkout-onepage-success .main #registration,
.multishipping-checkout-success .main #registration {
  font-size: 16px;
  text-align: center;
  color: #000;
  float: left;
  width: 50%;
}
.checkout-onepage-success .main #registration br,
.multishipping-checkout-success .main #registration br {
  display: none;
}
.checkout-onepage-success .main #registration + .checkout-success,
.multishipping-checkout-success .main #registration + .checkout-success {
  float: left;
  width: 50%;
  margin-top: 0px;
}
.checkout-onepage-success .page-title-wrapper,
.multishipping-checkout-success .page-title-wrapper {
  text-align: center;
  margin-top: 5px;
}
.checkout-onepage-success .page-title-wrapper::before,
.multishipping-checkout-success .page-title-wrapper::before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 50px;
  display: block;
  text-align: center;
  color: green;
  display: inline-block;
}
.checkout-onepage-success .page-title-wrapper .print,
.multishipping-checkout-success .page-title-wrapper .print {
  display: none;
}
.checkout-onepage-success .page-title-wrapper .page-title,
.multishipping-checkout-success .page-title-wrapper .page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  padding-left: 10px;
}
.checkout-onepage-success .checkout-success,
.multishipping-checkout-success .checkout-success,
.checkout-onepage-success .multicheckout,
.multishipping-checkout-success .multicheckout {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.checkout-onepage-success .checkout-success .order-success-div .confirm_txt,
.multishipping-checkout-success .checkout-success .order-success-div .confirm_txt,
.checkout-onepage-success .multicheckout .order-success-div .confirm_txt,
.multishipping-checkout-success .multicheckout .order-success-div .confirm_txt {
  text-align: left;
  line-height: 24px;
}
.checkout-onepage-success .checkout-success .order-success-div .confirm_txt a,
.multishipping-checkout-success .checkout-success .order-success-div .confirm_txt a,
.checkout-onepage-success .multicheckout .order-success-div .confirm_txt a,
.multishipping-checkout-success .multicheckout .order-success-div .confirm_txt a {
  text-decoration: underline;
  color: #333;
}
.checkout-onepage-success .checkout-success .order-no-div .order-date,
.multishipping-checkout-success .checkout-success .order-no-div .order-date,
.checkout-onepage-success .multicheckout .order-no-div .order-date,
.multishipping-checkout-success .multicheckout .order-no-div .order-date {
  padding-top: 10px;
  text-align: center;
}
.checkout-onepage-success .checkout-success .order-no-div .order-date date,
.multishipping-checkout-success .checkout-success .order-no-div .order-date date,
.checkout-onepage-success .multicheckout .order-no-div .order-date date,
.multishipping-checkout-success .multicheckout .order-no-div .order-date date {
  text-transform: uppercase;
}
.checkout-onepage-success .checkout-success .order-no-div .order_no,
.multishipping-checkout-success .checkout-success .order-no-div .order_no,
.checkout-onepage-success .multicheckout .order-no-div .order_no,
.multishipping-checkout-success .multicheckout .order-no-div .order_no {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkout-onepage-success .checkout-success .order-no-div .order_no .order_det,
.multishipping-checkout-success .checkout-success .order-no-div .order_no .order_det,
.checkout-onepage-success .multicheckout .order-no-div .order_no .order_det,
.multishipping-checkout-success .multicheckout .order-no-div .order_no .order_det {
  background-color: #f5f5f5;
  padding: 10px 20px;
  border-radius: 20px;
  margin-top: 10px;
}
.checkout-onepage-success .checkout-success .order-no-div .order_no .order_det .order-number,
.multishipping-checkout-success .checkout-success .order-no-div .order_no .order_det .order-number,
.checkout-onepage-success .multicheckout .order-no-div .order_no .order_det .order-number,
.multishipping-checkout-success .multicheckout .order-no-div .order_no .order_det .order-number {
  color: #333;
  text-decoration: underline;
}
.checkout-onepage-success .checkout-success .order-no-div .order_no .order_det .order-status,
.multishipping-checkout-success .checkout-success .order-no-div .order_no .order_det .order-status,
.checkout-onepage-success .multicheckout .order-no-div .order_no .order_det .order-status,
.multishipping-checkout-success .multicheckout .order-no-div .order_no .order_det .order-status {
  border: none;
  margin: 0px;
  padding: 0px;
}
.checkout-onepage-success .order-details,
.multishipping-checkout-success .order-details {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  clear: both;
}
.checkout-onepage-success .order-details .info_block,
.multishipping-checkout-success .order-details .info_block {
  vertical-align: top;
  margin-top: 20px;
  white-space: normal;
  float: right;
  padding: 0px;
  width: 49%;
}
.checkout-onepage-success .order-details .info_block .shipping-method,
.multishipping-checkout-success .order-details .info_block .shipping-method,
.checkout-onepage-success .order-details .info_block .billing-address,
.multishipping-checkout-success .order-details .info_block .billing-address,
.checkout-onepage-success .order-details .info_block .billing-method,
.multishipping-checkout-success .order-details .info_block .billing-method,
.checkout-onepage-success .order-details .info_block .shipping-address,
.multishipping-checkout-success .order-details .info_block .shipping-address {
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0px;
  width: 49%;
  display: inline-block;
}
.checkout-onepage-success .order-details .info_block .shipping-method .box-title,
.multishipping-checkout-success .order-details .info_block .shipping-method .box-title,
.checkout-onepage-success .order-details .info_block .billing-address .box-title,
.multishipping-checkout-success .order-details .info_block .billing-address .box-title,
.checkout-onepage-success .order-details .info_block .billing-method .box-title,
.multishipping-checkout-success .order-details .info_block .billing-method .box-title,
.checkout-onepage-success .order-details .info_block .shipping-address .box-title,
.multishipping-checkout-success .order-details .info_block .shipping-address .box-title {
  background-color: #f5f5f5;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
}
.checkout-onepage-success .order-details .info_block .shipping-method .box-content,
.multishipping-checkout-success .order-details .info_block .shipping-method .box-content,
.checkout-onepage-success .order-details .info_block .billing-address .box-content,
.multishipping-checkout-success .order-details .info_block .billing-address .box-content,
.checkout-onepage-success .order-details .info_block .billing-method .box-content,
.multishipping-checkout-success .order-details .info_block .billing-method .box-content,
.checkout-onepage-success .order-details .info_block .shipping-address .box-content,
.multishipping-checkout-success .order-details .info_block .shipping-address .box-content {
  padding-top: 10px;
  padding-left: 10px;
}
.checkout-onepage-success .order-details .info_block .shipping-method .box-content address,
.multishipping-checkout-success .order-details .info_block .shipping-method .box-content address,
.checkout-onepage-success .order-details .info_block .billing-address .box-content address,
.multishipping-checkout-success .order-details .info_block .billing-address .box-content address,
.checkout-onepage-success .order-details .info_block .billing-method .box-content address,
.multishipping-checkout-success .order-details .info_block .billing-method .box-content address,
.checkout-onepage-success .order-details .info_block .shipping-address .box-content address,
.multishipping-checkout-success .order-details .info_block .shipping-address .box-content address {
  text-transform: capitalize;
  line-height: 24px;
}
.checkout-onepage-success .order-details .info_block .shipping-method .box-content .delivery_date,
.multishipping-checkout-success .order-details .info_block .shipping-method .box-content .delivery_date,
.checkout-onepage-success .order-details .info_block .billing-address .box-content .delivery_date,
.multishipping-checkout-success .order-details .info_block .billing-address .box-content .delivery_date,
.checkout-onepage-success .order-details .info_block .billing-method .box-content .delivery_date,
.multishipping-checkout-success .order-details .info_block .billing-method .box-content .delivery_date,
.checkout-onepage-success .order-details .info_block .shipping-address .box-content .delivery_date,
.multishipping-checkout-success .order-details .info_block .shipping-address .box-content .delivery_date {
  margin-top: 15px;
  margin-bottom: 15px;
}
.checkout-onepage-success .order-details .info_block .shipping-method .box-content .shipping_link a,
.multishipping-checkout-success .order-details .info_block .shipping-method .box-content .shipping_link a,
.checkout-onepage-success .order-details .info_block .billing-address .box-content .shipping_link a,
.multishipping-checkout-success .order-details .info_block .billing-address .box-content .shipping_link a,
.checkout-onepage-success .order-details .info_block .billing-method .box-content .shipping_link a,
.multishipping-checkout-success .order-details .info_block .billing-method .box-content .shipping_link a,
.checkout-onepage-success .order-details .info_block .shipping-address .box-content .shipping_link a,
.multishipping-checkout-success .order-details .info_block .shipping-address .box-content .shipping_link a {
  color: #333;
  text-decoration: underline;
}
.checkout-onepage-success .order-details .show-order,
.multishipping-checkout-success .order-details .show-order {
  vertical-align: top;
  margin-top: 20px;
  padding: 0px;
  width: 49%;
  display: inline-block;
}
.checkout-onepage-success .order-details .show-order .box-title,
.multishipping-checkout-success .order-details .show-order .box-title {
  background-color: #f5f5f5;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: block;
}
.checkout-onepage-success .order-details .show-order table td,
.multishipping-checkout-success .order-details .show-order table td {
  padding: 10px 0 10px 5px;
}
.checkout-onepage-success .order-details .show-order table td.prd_details,
.multishipping-checkout-success .order-details .show-order table td.prd_details {
  display: flex;
}
.checkout-onepage-success .order-details .show-order table td .order-prd-img,
.multishipping-checkout-success .order-details .show-order table td .order-prd-img {
  display: inline-block;
  vertical-align: top;
}
.checkout-onepage-success .order-details .show-order table td .order-prd-det,
.multishipping-checkout-success .order-details .show-order table td .order-prd-det {
  display: inline-block;
  padding-left: 10px;
}
.checkout-onepage-success .order-details .show-order table td .order-prd-name,
.multishipping-checkout-success .order-details .show-order table td .order-prd-name {
  font-weight: 450;
}
.checkout-onepage-success .order-details .show-order table td dt,
.multishipping-checkout-success .order-details .show-order table td dt {
  display: inline-block;
  font-weight: 450;
}
.checkout-onepage-success .order-details .show-order table td dd,
.multishipping-checkout-success .order-details .show-order table td dd {
  display: inline-block;
  margin-bottom: 2px;
}
.checkout-onepage-success .order-details .show-order table td p,
.multishipping-checkout-success .order-details .show-order table td p {
  margin-bottom: 2px;
}
.checkout-onepage-success .order-details .show-order table tfoot th,
.multishipping-checkout-success .order-details .show-order table tfoot th {
  background-color: #f5f5f5;
  text-align: right;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: collapse;
}
.checkout-onepage-success .order-details .show-order table tfoot .grand_total th strong,
.multishipping-checkout-success .order-details .show-order table tfoot .grand_total th strong {
  font-weight: 500;
}
.checkout-onepage-success .order-details .show-order table tfoot td,
.multishipping-checkout-success .order-details .show-order table tfoot td {
  background-color: #f5f5f5;
  text-align: right;
  padding-right: 20px !important;
}
.checkout-onepage-success .order-details .actions-order,
.multishipping-checkout-success .order-details .actions-order {
  float: right;
  padding-top: 15px;
}
.checkout-onepage-success .order-details .button-continue,
.multishipping-checkout-success .order-details .button-continue {
  display: inline-block;
}
.checkout-onepage-success .order-details .reorderurl,
.multishipping-checkout-success .order-details .reorderurl,
.checkout-onepage-success .order-details .printurl,
.multishipping-checkout-success .order-details .printurl {
  display: inline-block;
  margin-left: 10px;
  background-color: #000;
  border: none;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.checkout-onepage-success .order-details .reorderurl a,
.multishipping-checkout-success .order-details .reorderurl a,
.checkout-onepage-success .order-details .printurl a,
.multishipping-checkout-success .order-details .printurl a {
  color: #fff;
}
.checkout-onepage-success .order-details .button-continue .continue,
.multishipping-checkout-success .order-details .button-continue .continue {
  background-color: #000;
  border: none;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.checkout-onepage-success .order-details .orders-list,
.multishipping-checkout-success .order-details .orders-list {
  padding: 0px;
}
.checkout-onepage-success .order-details .orders-list li,
.multishipping-checkout-success .order-details .orders-list li {
  list-style: none;
}
.checkout-onepage-success .text-under,
.multishipping-checkout-success .text-under {
  clear: both;
}
.status {
  margin-top: 5px;
}
.button-continue a.action.primary {
  border-radius: 0px;
}
.order-details table tbody tr td dl {
  margin-bottom: 0px;
  padding-top: 5px;
}
.order-details .data-item {
  border-bottom: 4px solid white;
  border-top: 4px solid white;
  white-space: normal;
}
.order-details .table-number,
.shipping-list .table-number {
  text-align: right;
}
.order-details .data-item td:last-child {
  border-right: none;
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
  .order-details .info_block .shipping-method,
  .order-details .info_block .billing-address,
  .order-details .info_block .billing-method,
  .order-details .info_block .shipping-address {
    width: 42%;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-onepage-success .order-details .actions-order {
    float: none;
    text-align: right;
    clear: both;
  }
  .checkout-onepage-success .order-details .show-order {
    width: 100%;
  }
  .checkout-onepage-success .order-details .info_block {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .order-details .info_block .shipping-method,
  .order-details .info_block .billing-address,
  .order-details .info_block .billing-method,
  .order-details .info_block .shipping-address {
    padding-left: 0px;
    padding-right: 0px;
  }
  .order-details .show-order table tfoot th {
    padding-right: 0px !important;
  }
  .button-continue {
    margin-top: 10px;
  }
  .fmess {
    margin-bottom: 10px;
  }
  .actions-order,
  .button-continue .continue {
    float: none;
  }
  .data-item {
    border-bottom: none;
  }
  .data-item td {
    border-right: none;
  }
}
@media only screen and (max-width: 700px) {
  .checkout-onepage-success .main #registration,
  .checkout-onepage-success .main .checkout-success,
  .checkout-onepage-success .main #registration + .checkout-success {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .checkout-onepage-success .checkout-success .order-no-div .order_no {
    margin-top: 20px;
  }
  .checkout-onepage-success .checkout-success .order-no-div .order_no .order_det {
    font-size: 13px;
  }
  .checkout-onepage-success .checkout-success .order-no-div .order_no .order_det .order-status {
    vertical-align: unset;
  }
  .checkout-onepage-success .order-details .show-order table {
    white-space: normal;
  }
  .checkout-onepage-success .order-details .show-order table td .order-prd-det {
    max-width: 200px;
  }
  .checkout-onepage-success .order-details .show-order table td .order-prd-img {
    display: none;
  }
  .checkout-onepage-success .order-details .button-continue {
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }
}
.page-products .products-grid .product-items li.three-blocks {
  clear: both;
  display: block;
  margin: auto;
  width: 74%;
}
.page-products .products-grid .product-items li.two-blocks {
  clear: both;
  display: block;
  margin: auto;
  width: 49%;
}
.home-clearance-div {
  color: #ffffff;
  font-family: 'Jost';
}
.home-clearance-div .clearance-div {
  color: #ffffff;
  letter-spacing: 1px;
}
.home-clearance-div .ltd-time {
  font-size: 26px;
  font-weight: 600;
}
.home-clearance-div .clear-div {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
.home-clearance-div .clear-div .clear-curr {
  font-size: 26px;
  vertical-align: super;
}
.home-clearance-div .clear-div .clear-sym {
  font-size: 40px;
  padding-right: 10px;
  vertical-align: top;
}
.home-clearance-div .clear-first {
  border-right: 1px solid #ffffff;
  padding-left: 20px;
}
.home-clearance-div .clear-txt a {
  color: #ffffff;
  text-decoration: underline;
}
.home-clearance-div .clear-link {
  padding-top: 5px;
}
.home-clearance-div .clear-link a {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 5px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .home-clearance-div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .clearance-div {
    padding: 10px 20px;
  }
  .clearance-div.clear-first {
    border: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .home-clearance-div .clear-div {
    font-size: 26px;
  }
  .home-clearance-div .clear-div .clear-curr {
    font-size: 18px;
  }
  .home-clearance-div .clear-div .clear-sym {
    font-size: 28px;
  }
}
.ad-block-content {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  width: 100%;
}
/**
 * @author NuLogic Team
 * @package Nulogic_BusinessRegistration
 * @codingStandardsIgnoreFile
 */
@media (min-width: 769px) and (max-width: 1104px) {
  .b2b-registration-form .form-create-account .fieldset .field.field-mobile-number .control #reg_telephone {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .b2b-registration-form {
    width: 100%;
  }
  .b2b-registration-form .form-create-account .fieldset .field.telephone-number {
    float: none;
    width: 100%;
  }
  .b2b-reg-content {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@media (max-width: 768px) {
  .cart-container .nuquote-cart-summary {
    width: 100%;
    float: none;
    clear: both;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 767px) {
  .cart-discount {
    width: 100%;
  }
  .cart-discount .block.discount {
    padding-left: 0px;
    width: 20rem;
  }
  .cart-discount .block.discount-right {
    padding: 0px 10px 0px 20px;
  }
  .cart-discount .block.discount-right .view-coupon-list-link {
    padding-left: 0px;
  }
  .cart-container .cart-right {
    width: 100% !important;
    float: none;
    clear: both;
    padding-top: 30px;
  }
  .cart-container .cart-summary .block .title {
    border: none;
  }
  .cart-container .form.form-cart {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .cart-discount .block.discount {
    width: 40rem !important;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #cccccc;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #cccccc;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -4rem / 2;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -7rem / 2;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #cccccc;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #ccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@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;
  }
}
.col-row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-extrasmall-1,
.col-small-1,
.col-medium-1,
.col-large-1,
.col-extrasmall-2,
.col-small-2,
.col-medium-2,
.col-large-2,
.col-extrasmall-3,
.col-small-3,
.col-medium-3,
.col-large-3,
.col-extrasmall-4,
.col-small-4,
.col-medium-4,
.col-large-4,
.col-extrasmall-5,
.col-small-5,
.col-medium-5,
.col-large-5,
.col-extrasmall-6,
.col-small-6,
.col-medium-6,
.col-large-6,
.col-extrasmall-7,
.col-small-7,
.col-medium-7,
.col-large-7,
.col-extrasmall-8,
.col-small-8,
.col-medium-8,
.col-large-8,
.col-extrasmall-9,
.col-small-9,
.col-medium-9,
.col-large-9,
.col-extrasmall-10,
.col-small-10,
.col-medium-10,
.col-large-10,
.col-extrasmall-11,
.col-small-11,
.col-medium-11,
.col-large-11,
.col-extrasmall-12,
.col-extrasmall-13,
.col-small-12,
.col-small-13,
.col-medium-12,
.col-large-12,
.col-medium-13,
.col-large-13 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.col-extrasmall-1,
.col-extrasmall-2,
.col-extrasmall-3,
.col-extrasmall-4,
.col-extrasmall-5,
.col-extrasmall-6,
.col-extrasmall-7,
.col-extrasmall-8,
.col-extrasmall-9,
.col-extrasmall-10,
.col-extrasmall-11,
.col-extrasmall-12,
.col-extrasmall-13 {
  display: inline-block;
}
.col-extrasmall-13 {
  width: 20%;
}
.col-extrasmall-12 {
  width: 100%;
}
.col-extrasmall-11 {
  width: 91.66666667%;
}
.col-extrasmall-10 {
  width: 83.44444433%;
}
.col-extrasmall-9 {
  width: 75%;
}
.col-extrasmall-8 {
  width: 66.66666667%;
}
.col-extrasmall-7 {
  width: 58.44444433%;
}
.col-extrasmall-6 {
  width: 50%;
}
.col-extrasmall-5 {
  width: 41.66666667%;
}
.col-extrasmall-4 {
  width: 33.3333%;
}
.col-extrasmall-3 {
  width: 25%;
}
.col-extrasmall-2 {
  width: 16.66666667%;
}
.col-extrasmall-1 {
  width: 8.44444433%;
}
@media (min-width: 769px) {
  .col-small-1,
  .col-small-2,
  .col-small-3,
  .col-small-4,
  .col-small-5,
  .col-small-6,
  .col-small-7,
  .col-small-8,
  .col-small-9,
  .col-small-10,
  .col-small-11,
  .col-small-12,
  .col-small-13 {
    display: inline-block;
  }
  .col-small-13 {
    width: 20%;
  }
  .col-small-12 {
    width: 100%;
  }
  .col-small-11 {
    width: 91.66666667%;
  }
  .col-small-10 {
    width: 83.44444433%;
  }
  .col-small-9 {
    width: 75%;
  }
  .col-small-8 {
    width: 66.66666667%;
  }
  .col-small-7 {
    width: 58.44444433%;
  }
  .col-small-6 {
    width: 50%;
  }
  .col-small-5 {
    width: 41.66666667%;
  }
  .col-small-4 {
    width: 33.3333%;
  }
  .col-small-3 {
    width: 25%;
  }
  .col-small-2 {
    width: 16.66666667%;
  }
  .col-small-1 {
    width: 8.44444433%;
  }
}
@media (min-width: 992px) {
  .col-medium-1,
  .col-medium-2,
  .col-medium-3,
  .col-medium-4,
  .col-medium-5,
  .col-medium-6,
  .col-medium-7,
  .col-medium-8,
  .col-medium-9,
  .col-medium-10,
  .col-medium-11,
  .col-medium-12,
  .col-medium-13 {
    display: inline-block;
  }
  .col-medium-13 {
    width: 20%;
  }
  .col-medium-12 {
    width: 100%;
  }
  .col-medium-11 {
    width: 91.66666667%;
  }
  .col-medium-10 {
    width: 83.44444433%;
  }
  .col-medium-9 {
    width: 75%;
  }
  .col-medium-8 {
    width: 66.66666667%;
  }
  .col-medium-7 {
    width: 58.44444433%;
  }
  .col-medium-6 {
    width: 50%;
  }
  .col-medium-5 {
    width: 41.66666667%;
  }
  .col-medium-4 {
    width: 33.3333%;
  }
  .col-medium-3 {
    width: 25%;
  }
  .col-medium-2 {
    width: 16.66666667%;
  }
  .col-medium-1 {
    width: 8.44444433%;
  }
}
@media (min-width: 1200px) {
  .col-large-1,
  .col-large-2,
  .col-large-3,
  .col-large-4,
  .col-large-5,
  .col-large-6,
  .col-large-7,
  .col-large-8,
  .col-large-9,
  .col-large-10,
  .col-large-11,
  .col-large-12,
  .col-large-13 {
    display: inline-block;
  }
  .col-large-13 {
    width: 20%;
  }
  .col-large-12 {
    width: 100%;
  }
  .col-large-11 {
    width: 91.66666667%;
  }
  .col-large-10 {
    width: 83.44444433%;
  }
  .col-large-9 {
    width: 75%;
  }
  .col-large-8 {
    width: 66.66666667%;
  }
  .col-large-7 {
    width: 58.44444433%;
  }
  .col-large-6 {
    width: 50%;
  }
  .col-large-5 {
    width: 41.66666667%;
  }
  .col-large-4 {
    width: 33.3333%;
  }
  .col-large-3 {
    width: 25%;
  }
  .col-large-2 {
    width: 16.66666667%;
  }
  .col-large-1 {
    width: 8.44444433%;
  }
}
.cms-index-index.page-layout-1column .column.main {
  padding-bottom: 0;
}
.action.primary {
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-align: center;
}
.widget-products-section {
  padding-top: 35px;
  margin-bottom: 0 !important;
}
.widget-products-section.slider-enabled {
  padding-bottom: 30px;
}
.rating-summary .rating-result > span::before {
  color: #000;
}
.owl-theme.owl-carousel .owl-nav > button.owl-prev,
.owl-theme.owl-carousel .owl-nav > button.owl-next {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
}
.owl-theme.owl-carousel .owl-nav > button.owl-prev.disabled,
.owl-theme.owl-carousel .owl-nav > button.owl-next.disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: unset;
}
.owl-theme.owl-carousel .owl-nav > button.owl-prev {
  left: -10px;
}
.owl-theme.owl-carousel .owl-nav > button.owl-next {
  right: -10px;
}
.owl-theme.owl-carousel .owl-nav > button .prev-arrow,
.owl-theme.owl-carousel .owl-nav > button .next-arrow {
  padding: 0px;
}
.owl-theme.owl-carousel .owl-nav > button .prev-arrow::before {
  margin: 0;
  width: auto;
  font-size: 70px;
  line-height: 70px;
  font-family: 'Fontawesome';
  vertical-align: middle;
  display: block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  content: '\f104';
}
.owl-theme.owl-carousel .owl-nav > button .prev-arrow:hover::before {
  color: #000;
}
.owl-theme.owl-carousel .owl-nav > button .next-arrow::before {
  margin: 0;
  width: auto;
  font-size: 70px;
  line-height: 70px;
  font-family: 'Fontawesome';
  vertical-align: middle;
  display: block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  content: '\f105';
}
.owl-theme.owl-carousel .owl-nav > button .next-arrow:hover::before {
  color: #000;
}
.owl-theme.owl-carousel .owl-dots {
  margin-top: 10px;
}
.owl-theme.owl-carousel .owl-dots .owl-dot {
  box-shadow: none;
  border-radius: 25px;
  margin: 0 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.owl-theme.owl-carousel .owl-dots .owl-dot > span {
  width: 7px;
  height: 7px;
  margin: 6px 6px;
  background: #c3c4c8;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active,
.owl-theme.owl-carousel .owl-dots .owl-dot:hover {
  background: #c3c4c8;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
  background: #051829;
}
.cms-index-index .page-wrapper .block-static-block {
  margin-bottom: 0;
}
.section-title {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  color: #051829;
  font-size: 40px;
  font-weight: 400;
}
.section-title > span {
  position: relative;
}
.section-title > span > i {
  color: #555;
}
.section-title > span:before,
.section-title > span:after {
  background-color: #babdc2;
  position: absolute;
  content: "";
  top: 50%;
  height: 1px;
  width: 200px;
  display: block;
}
.section-title > span:before {
  right: 100%;
  background-image: linear-gradient(to right, #babdc2, #000000);
  margin-right: 20px;
}
.section-title > span:after {
  left: 100%;
  background-image: linear-gradient(to right, #000000, #babdc2);
  margin-left: 20px;
}
.page-title-wrapper {
  margin-top: 25px;
}
.page-title-wrapper .page-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal-popup .modal-header .modal-title {
  font-weight: 500;
}
/*scroll to top start*/
.scrollTop {
  display: none;
  position: fixed;
  z-index: 2;
  right: 25px;
  bottom: 100px;
}
.scrollTop > span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 45px;
  color: #666;
  background: #e1e1e1;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.scrollTop:hover > span {
  color: #000;
  background: #e1e1e1;
  opacity: 0.8;
}
/*scroll to top end*/
/*Home slider start*/
.slider-wrapper {
  display: block;
  clear: both;
  padding-bottom: 35px;
}
.slider-wrapper .content-main .slides .item {
  display: block;
  clear: both;
  position: relative;
}
.slider-wrapper .content-main .slides .item .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.slider-wrapper .content-main .slides .item .banner-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider-wrapper .content-main .slides .item .text-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 28px;
  font-weight: normal;
  color: #051829;
  display: block;
  margin-bottom: 20px;
  z-index: 1;
}
.slider-wrapper .content-main .slides .item .text-content.left {
  left: 8%;
  max-width: 450px;
  width: 100%;
}
.slider-wrapper .content-main .slides .item .text-content.center {
  left: 0;
  right: 0;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slider-wrapper .content-main .slides .item .text-content.right {
  right: 15px;
  max-width: 450px;
  width: 100%;
}
.slider-wrapper .content-main .slides .item .text-content p {
  font-size: 28px;
  font-weight: normal;
  color: #051829;
  display: block;
  margin-bottom: 20px;
}
.slider-wrapper .content-main .slides .item .text-content h1,
.slider-wrapper .content-main .slides .item .text-content h2,
.slider-wrapper .content-main .slides .item .text-content h3,
.slider-wrapper .content-main .slides .item .text-content h4,
.slider-wrapper .content-main .slides .item .text-content h5,
.slider-wrapper .content-main .slides .item .text-content h6 {
  font-weight: normal;
  color: #051829;
  display: block;
}
.slider-wrapper .content-main .slides .item .text-content h1 > span,
.slider-wrapper .content-main .slides .item .text-content h2 > span,
.slider-wrapper .content-main .slides .item .text-content h3 > span,
.slider-wrapper .content-main .slides .item .text-content h4 > span,
.slider-wrapper .content-main .slides .item .text-content h5 > span,
.slider-wrapper .content-main .slides .item .text-content h6 > span {
  color: #555;
}
.slider-wrapper .content-main .slides .item .text-content h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
}
.slider-wrapper .content-main .slides .item .text-content h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 58px;
}
.slider-wrapper .content-main .slides .item .text-content h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 50px;
}
.slider-wrapper .content-main .slides .item .text-content h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 44px;
}
.slider-wrapper .content-main .slides .item .text-content h5 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
}
.slider-wrapper .content-main .slides .item .text-content h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}
.slider-wrapper .content-main .slides .item .text-content strong {
  font-weight: 600;
}
.slider-wrapper .content-main .slides .item .text-content .action.primary {
  padding: 13px 20px;
  min-width: 160px;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-nav > button.owl-prev {
  left: 0;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-nav > button.owl-next {
  right: 0;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-nav > button .prev-arrow {
  border-radius: 0;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-nav > button .next-arrow {
  border-radius: 0;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  right: 55px;
  bottom: 65px;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot {
  box-shadow: none;
  border-radius: 25px;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot > span {
  width: 7px;
  height: 7px;
  margin: 6px 6px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot.active,
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot:hover {
  background: #ffffff;
}
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
/*Home slider end*/
/*brand slider start*/
.brands-wrapper {
  display: block;
  clear: both;
  padding: 35px 0;
}
.brands-wrapper .content-main {
  display: block;
  clear: both;
}
.brands-wrapper .content-main .brands-slider .item {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  display: block;
}
.brands-wrapper .content-main .brands-slider .item > a {
  display: block;
}
.brands-wrapper .content-main .brands-slider .item > a > img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
/*brand slider end*/
/* home new arrivals start */
.home_new_arrivals h2 {
  font-weight: 600;
  letter-spacing: 1px;
}
.home_new_arrivals .home_promo_text p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
}
.home_new_arrivals .home_promo_text a {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}
.home_category_list {
  position: relative;
}
.home_category_list .home_cat_text_block {
  position: absolute;
  top: -110px;
  padding: 0px 20px;
  color: #fff;
  letter-spacing: 0.75px;
}
.home_category_list .home_cat_text_block h3 {
  font-size: 24px;
}
.home_category_list .home_cat_text_block a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.home_clearance_div {
  color: #fff;
}
.home_clearance_div .clearance_div {
  color: #fff;
  letter-spacing: 1px;
}
.home_clearance_div .ltd_time {
  font-size: 26px;
  font-weight: 600;
}
.home_clearance_div .clear_div {
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
}
.home_clearance_div .clear_div .clear_curr {
  vertical-align: super;
  font-size: 26px;
}
.home_clearance_div .clear_div .clear_sym {
  padding-right: 10px;
  vertical-align: top;
  font-size: 40px;
}
.home_clearance_div .clear_first {
  border-right: 1px solid #fff;
  padding-left: 20px;
}
.home_clearance_div .clear_txt a {
  text-decoration: underline;
  color: #fff;
}
.home_clearance_div .clear_link {
  padding-top: 5px;
}
.home_clearance_div .clear_link a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 2px solid #fff;
  margin-right: 5px;
}
.summer_txt {
  color: #fff;
  letter-spacing: 1px;
}
.summer_txt h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.summer_txt a {
  color: #fff;
}
.summer_txt a span {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  border-bottom: 1px solid #fff f;
}
.summer_txt a::after {
  content: "\f101";
  font-family: "Fontawesome";
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 5px;
}
/*home services start*/
.home-services {
  display: block;
  clear: both;
  padding: 35px 0;
}
.home-services .item-row {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.home-services .item {
  display: inline-block;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
}
.home-services .item .item-inner {
  display: block;
  position: relative;
}
.home-services .item .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 45px;
}
.home-services .item .icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home-services .item .text {
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
}
.home-services .item .text > strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  display: block;
}
.home-services .item .text > p {
  font-size: 14px;
  color: #555555;
  margin: 0;
}
/*home services end*/
/*Promotion start*/
.promotion-one {
  display: block;
  clear: both;
  padding: 35px 0;
}
.promotion-one .item-row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.promotion-one .item {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  font-size: 14px;
}
.promotion-one .item .item-inner {
  display: block;
  position: relative;
}
.promotion-one .item img {
  width: 100%;
  height: auto;
  display: block;
}
.promotion-one .item .text-content {
  position: absolute;
  top: 50%;
  left: 9%;
  color: #051829;
  font-weight: 400;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.promotion-one .item .text-content p {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 28px;
}
.promotion-one .item .text-content p > span {
  color: #555;
}
.promotion-one .item .text-content strong {
  font-weight: 600;
}
.promotion-two {
  margin: 35px 0;
  display: block;
  clear: both;
  padding: 110px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.promotion-two .content-main h3 {
  font-size: 58px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}
.promotion-two .content-main > a.link-btn {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 34px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.promotion-two .content-main > a.link-btn:after {
  content: "\f101";
  font-family: "Fontawesome";
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 5px;
}
.promotion-two .content-main > a.link-btn > span {
  border-bottom: 1px solid #ffffff;
  line-height: 34px;
  display: inline-block;
}
.promotion-two .content-main > a.link-btn:visited,
.promotion-two .content-main > a.link-btn:active,
.promotion-two .content-main > a.link-btn:focus {
  color: #fff;
  text-decoration: none;
}
.promotion-two .content-main > a.link-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
/*Promotion end*/
.cms-index-index .widget-products-section .product-item-inner {
  display: none;
}
/*Account pages start*/
.account .page-wrapper .sidebar-additional {
  margin-top: 0;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav {
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content {
  background: #fff;
  padding: 10px 0;
  border: 1px solid #e1e1e1;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item > a {
  display: block;
  border-left: none;
  padding: 5px 18px;
  color: #000;
  text-decoraion: none;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item > a:active,
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item > a:focus,
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item > a:visited {
  color: #000;
  text-decoraion: none;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item > a:hover {
  background: transparent;
  text-decoraion: none;
  color: #555;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item > strong {
  display: block;
  border-left: none;
  padding: 5px 18px;
  font-weight: 600;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item.current > a {
  background: transparent;
  text-decoraion: none;
  color: #555;
}
.account .page-wrapper .sidebar-main .block.block-collapsible-nav .content .nav.items .item.current > strong {
  color: #555;
}
.account .page-wrapper .column.main .block .block-title {
  border-bottom: 1px solid #e1e1e1;
}
.account .page-wrapper .column.main .block .block-title > strong {
  font-weight: 400;
  font-size: 20px;
}
.account .page-wrapper .column.main .block .block-content .box .box-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.account .page-wrapper .column.main .block .block-content .box .box-content {
  font-size: 16px;
  color: #555;
}
.account .page-wrapper .column.main .block .block-content .box .box-content > p {
  font-size: 16px;
  color: #555;
}
.account .page-wrapper .column.main .block .block-content .box .box-actions {
  margin-top: 10px;
}
.account .page-wrapper .column.main .form-address-edit .fieldset .legend > span {
  font-size: 20px;
  font-weight: 400;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info {
  width: 100%;
  display: block;
  position: relative;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .pro-img {
  position: relative;
  overflow: hidden;
  height: auto;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .pro-img > a {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: block;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .pro-img > a.add-border {
  padding: 0;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .pro-img > a .defaultImg {
  position: relative;
  display: block;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .pro-img > a .hoverImg {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  visibility: hidden;
  left: 0;
  right: 0;
  max-width: 100%;
  display: block;
  height: 100%;
  top: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-name {
  margin: 13px 0 11px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-name .product-item-link {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-name .product-item-link:active,
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-name .product-item-link:focus {
  color: #000000;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-name .product-item-link:hover {
  color: #555555;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-reviews-summary {
  margin-bottom: 11px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #f7ba55;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-reviews-summary .reviews-actions {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box {
  display: block;
  margin: 11px 0 11px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .special-price {
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .normal-price .price-label {
  display: none;
  margin-right: 6px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-label {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  color: #000000;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .old-price {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .old-price:after {
  background: #555555;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .old-price .price {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #555555;
  line-height: 22px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-from,
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-to {
  margin-bottom: 5px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-from .price-label,
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-to .price-label {
  display: none;
  margin-right: 6px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-from .old-price,
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-to .old-price {
  margin-left: 5px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-from .old-price .price-container .price-label,
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .price-box .price-to .old-price .price-container .price-label {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 6px 0 0;
  padding: 0;
  position: static;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .comment-box {
  margin-top: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .comment-box .control .product-item-comment {
  margin: 6px 0 12px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 10px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 10px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .fieldset > .field {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .fieldset > .product-item-actions {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .fieldset > .product-item-actions .actions-primary {
  margin-top: 0;
  margin-bottom: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .fieldset > .product-item-actions .actions-primary .action.tocart.primary {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
  font-size: 14px;
  padding: 4px 15px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary .tocart.primary {
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 500;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary .tocart.primary.tocart {
  padding: 9px 13px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary .tocart.primary.tocart.only-icon {
  width: 36px;
  padding: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 36px;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary .tocart.primary.tocart.only-icon:before {
  content: '\f07a';
  font-family: "Fontawesome";
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary .tocart.primary.tocart.only-icon.disabled:not(.added):before {
  content: '\f110';
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
  font-family: "Fontawesome";
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary .tocart.primary.tocart.only-icon.added:before {
  content: '\f00c';
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .box-tocart .actions-primary .tocart.primary.tocart.only-icon span {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-items .product-li .product-item-info .product-item-inner .product-item-actions {
  display: block;
}
/*Home Blogs start*/
.sidebar.sidebar-additional {
  padding-right: 15px;
}
.sidebar.sidebar-additional .block.block-categories,
.sidebar.sidebar-additional .block.block-recent-posts,
.sidebar.sidebar-additional .block.block-archive,
.sidebar.sidebar-additional .block.block-tagclaud {
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 25px;
}
.sidebar.sidebar-additional .block.block-categories .block-title,
.sidebar.sidebar-additional .block.block-recent-posts .block-title,
.sidebar.sidebar-additional .block.block-archive .block-title,
.sidebar.sidebar-additional .block.block-tagclaud .block-title {
  position: relative;
  padding: 0 0 12px;
  margin-bottom: 0;
  color: #000000;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.sidebar.sidebar-additional .block.block-categories .block-title > strong,
.sidebar.sidebar-additional .block.block-recent-posts .block-title > strong,
.sidebar.sidebar-additional .block.block-archive .block-title > strong,
.sidebar.sidebar-additional .block.block-tagclaud .block-title > strong {
  display: inline-block;
  font-size: 16px;
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
}
.blogs-wrapper {
  padding: 35px 0;
  display: block;
  clear: both;
}
.blogs-wrapper .content-main {
  display: block;
  clear: both;
}
.blogs-wrapper .content-main .item-row {
  margin-left: -15px;
  margin-right: -15px;
}
.blogs-wrapper .content-main .items {
  display: block;
}
.blogs-wrapper .content-main .items .item {
  dislay: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.blogs-wrapper .content-main .items .item .item-inner {
  display: block;
  position: relative;
}
.blogs-wrapper .content-main .items .item .img-block {
  display: block;
  position: relative;
}
.blogs-wrapper .content-main .items .item .img-block > a {
  display: block;
}
.blogs-wrapper .content-main .items .item .img-block > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.blogs-wrapper .content-main .items .item .img-block .post-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.blogs-wrapper .content-main .items .item .img-block .post-date > span {
  display: block;
  padding: 3px 10px;
  background: #051829;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.blogs-wrapper .content-main .items .item .info-block {
  display: block;
  text-align: center;
  padding: 25px 10px 0;
  box-sizing: border-box;
}
.blogs-wrapper .content-main .items .item .info-block .post-title {
  display: block;
  margin-bottom: 12px;
}
.blogs-wrapper .content-main .items .item .info-block .post-title > a {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.blogs-wrapper .content-main .items .item .info-block .post-title > a:visited,
.blogs-wrapper .content-main .items .item .info-block .post-title > a:focus,
.blogs-wrapper .content-main .items .item .info-block .post-title > a:active {
  color: #333;
  text-decoration: none;
}
.blogs-wrapper .content-main .items .item .info-block .post-title > a:hover {
  text-decoration: none;
  color: #227ed1;
}
.blogs-wrapper .content-main .items .item .info-block .post-text {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.blogs-wrapper .content-main .items .item .info-block .action.primary {
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
}
/*Home Blogs end*/
/*pricing page start*/
.pricing-wrapper {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.pricing-wrapper .pricing-main {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.pricing-wrapper .pricing-main .content-row {
  margin-right: -15px;
  margin-left: -15px;
}
.pricing-wrapper .pricing-main .item-wrapper {
  display: block;
  float: left;
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main.premium {
  background-color: #f6fde8;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item {
  display: block;
  padding: 42px 30px 56px 56px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-price {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-price > span {
  display: block;
  padding: 17px 0 0;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-price .price-main {
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-price .price-main > sup {
  position: relative;
  vertical-align: super;
  bottom: -3px;
  font-size: 41px;
  line-height: 1em;
  font-weight: 600;
  color: #333333;
  top: 0;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-price .price-main > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -5px;
  font-size: 68px;
  line-height: 1em;
  font-weight: 600;
  color: #333333;
  letter-spacing: -5px;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-title {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-title > span {
  color: #227ed1;
  font-size: 23px;
  display: block;
  font-weight: 700;
  line-height: 30px;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-content {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-top: 37px;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-content > ul {
  list-style: none;
  padding: 0;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-content > ul > li {
  margin: 0;
  padding: 5px 0 5px 40px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #666;
  vertical-align: middle;
  position: relative;
}
.pricing-wrapper .pricing-main .item-wrapper .item-main .item .item-content > ul > li:before {
  content: "\f00c";
  display: block;
  background-color: #555555;
  border-radius: 50%;
  font-family: 'Fontawesome';
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 6px;
  font-weight: 300;
}
/*pricing page end*/
/*contact page start*/
.contact-index-index .page-wrapper .column.main .map-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.contact-index-index .page-wrapper .column.main .top-content {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.contact-index-index .page-wrapper .column.main .bottom-content {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
.contact-index-index .page-wrapper .column.main .form.contact {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  min-width: auto;
}
.contact-index-index .page-wrapper .column.main .form.contact > .fieldset > .legend {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  display: block;
  line-height: 1.4;
}
.contact-index-index .page-wrapper .column.main .contact-info-wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 40px;
}
.contact-index-index .page-wrapper .column.main .contact-info-wrapper .title-block {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  display: block;
  line-height: 1.4;
  text-align: left;
}
.contact-index-index .page-wrapper .column.main .contact-info-wrapper .content-block {
  display: block;
}
.contact-index-index .page-wrapper .column.main .contact-info-wrapper .content-block .item {
  display: block;
  margin-bottom: 20px;
}
.contact-index-index .page-wrapper .column.main .contact-info-wrapper .content-block .item .title-span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}
.contact-index-index .page-wrapper .column.main .contact-info-wrapper .content-block .item .text-span {
  color: #555555;
  font-size: 14px;
  display: block;
}
@media (max-width: 1199px) {
  .owl-theme.owl-carousel .owl-nav > button.owl-prev {
    left: 0;
  }
  .owl-theme.owl-carousel .owl-nav > button.owl-next {
    right: 0;
  }
  .slider-wrapper .content-main .slides .item .text-content.left {
    max-width: 400px;
  }
  .slider-wrapper .content-main .slides .item .text-content.right {
    max-width: 400px;
  }
  .slider-wrapper .content-main .slides .item .text-content p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .slider-wrapper .content-main .slides .item .text-content h1 {
    margin-bottom: 30px;
    font-size: 52px;
  }
  .slider-wrapper .content-main .slides .item .text-content h2 {
    margin-bottom: 30px;
    font-size: 50px;
  }
  .slider-wrapper .content-main .slides .item .text-content h3 {
    margin-bottom: 25px;
    font-size: 42px;
  }
  .slider-wrapper .content-main .slides .item .text-content h4 {
    margin-bottom: 25px;
    font-size: 38px;
  }
  .slider-wrapper .content-main .slides .item .text-content h5 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .slider-wrapper .content-main .slides .item .text-content h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .slider-wrapper .content-main .slides .item .text-content .action.primary {
    padding: 13px 20px;
    min-width: 150px;
    margin-top: -5px;
  }
  .home_clearance_div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .summer_txt {
    padding: 0px 20px;
  }
  .home_new_arrivals {
    padding-left: 10px;
    padding-right: 10px;
  }
  .promotion-one .item .text-content p {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .promotion-two {
    padding: 90px 0;
  }
  .pricing-wrapper .pricing-main .item-wrapper .item-main .item {
    padding: 42px 30px 56px 40px;
  }
}
@media (max-width: 991px) {
  .widget-products-section {
    padding-top: 30px;
  }
  .widget-products-section.slider-enabled {
    padding-bottom: 25px;
  }
  .owl-theme.owl-carousel .owl-nav > button .prev-arrow,
  .owl-theme.owl-carousel .owl-nav > button .next-arrow {
    width: 35px;
    height: 35px;
    background-size: 22px;
  }
  .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .section-title {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .section-title > span:before,
  .section-title > span:after {
    width: 125px;
  }
  .slider-wrapper {
    padding-bottom: 30px;
  }
  .slider-wrapper .content-main .slides .item .text-content.left {
    max-width: 300px;
  }
  .slider-wrapper .content-main .slides .item .text-content.right {
    max-width: 300px;
  }
  .slider-wrapper .content-main .slides .item .text-content p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .slider-wrapper .content-main .slides .item .text-content h1 {
    margin-bottom: 25px;
    font-size: 40px;
  }
  .slider-wrapper .content-main .slides .item .text-content h2 {
    margin-bottom: 25px;
    font-size: 38px;
  }
  .slider-wrapper .content-main .slides .item .text-content h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .slider-wrapper .content-main .slides .item .text-content h4 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .slider-wrapper .content-main .slides .item .text-content h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .slider-wrapper .content-main .slides .item .text-content h6 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .slider-wrapper .content-main .slides .item .text-content .action.primary {
    padding: 10px 15px;
    min-width: 140px;
  }
  .slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots {
    right: 15px;
    bottom: 20px;
  }
  .home-services {
    padding: 30px 0;
  }
  .promotion-one {
    padding: 30px 0;
  }
  .promotion-one .item .text-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .promotion-one .item .text-content .action.primary {
    padding: 7px 15px;
    font-size: 14px;
  }
  .promotion-two {
    margin: 30px 0;
    padding: 70px 0;
  }
  .promotion-two .content-main h3 {
    font-size: 48px;
    margin-bottom: 15px;
  }
  .promotion-two .content-main > a.link-btn {
    font-size: 24px;
  }
  .brands-wrapper {
    padding: 30px 0;
  }
  .blogs-wrapper {
    padding: 30px 0;
  }
  .pricing-wrapper .pricing-main .item-wrapper .item-main .item {
    padding: 20px 10px 50px 30px;
  }
}
@media (max-width: 768px) {
  .widget-products-section {
    padding-top: 25px;
  }
  .widget-products-section.slider-enabled {
    padding-bottom: 20px;
  }
  .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .section-title > span:before,
  .section-title > span:after {
    width: 75px;
  }
  .owl-theme.owl-carousel .owl-nav > button.owl-prev,
  .owl-theme.owl-carousel .owl-nav > button.owl-next {
    top: 35%;
  }
  .scrollTop {
    bottom: 40px;
  }
  .slider-wrapper {
    padding-bottom: 25px;
  }
  .slider-wrapper .content-main .slides .item .text-content.left {
    max-width: 260px;
  }
  .slider-wrapper .content-main .slides .item .text-content.right {
    max-width: 260px;
  }
  .slider-wrapper .content-main .slides .item .text-content p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .slider-wrapper .content-main .slides .item .text-content h1 {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .slider-wrapper .content-main .slides .item .text-content h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .slider-wrapper .content-main .slides .item .text-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .slider-wrapper .content-main .slides .item .text-content h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .slider-wrapper .content-main .slides .item .text-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .slider-wrapper .content-main .slides .item .text-content h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .slider-wrapper .content-main .slides .item .text-content .action.primary {
    padding: 9px 15px;
    min-width: 130px;
  }
  .slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots {
    right: 15px;
    bottom: 20px;
  }
  .new_arr_txt {
    padding: 0px 20px;
  }
  .clearance_div {
    padding: 10px 20px;
  }
  .clearance_div.clear_first {
    border: none;
  }
  .home-services {
    padding: 25px 0;
  }
  .home-services .item-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-services .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-services .item .icon img {
    max-width: 35px;
  }
  .home-services .item .text {
    padding-left: 55px;
  }
  .home-services .item .text > strong {
    font-size: 14px;
  }
  .promotion-one {
    padding: 25px 0;
  }
  .promotion-one .item-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .promotion-one .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .promotion-one .item .text-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .promotion-one .item .text-content .action.primary {
    padding: 6px 12px;
    font-size: 13px;
  }
  .promotion-two {
    margin: 25px 0;
    padding: 60px 0;
  }
  .promotion-two .content-main h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .promotion-two .content-main > a.link-btn {
    font-size: 20px;
    line-height: 30px;
  }
  .promotion-two .content-main > a.link-btn > span {
    line-height: 30px;
  }
  .brands-wrapper {
    padding: 25px 0;
  }
  .blogs-wrapper {
    padding: 25px 0;
  }
  .blogs-wrapper .content-main .item-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blogs-wrapper .content-main .items {
    display: block;
  }
  .blogs-wrapper .content-main .items .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pricing-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pricing-wrapper .pricing-main .item-wrapper {
    margin-bottom: 50px;
    width: 50%;
  }
  .pricing-wrapper .pricing-main .item-wrapper .item-main .item {
    padding: 30px 10px 50px 30px;
  }
  .contact-index-index .page-wrapper .column.main .form.contact {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .contact-index-index .page-wrapper .column.main .contact-info-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media (max-width: 639px) {
  .widget-products-section {
    padding-top: 20px;
  }
  .widget-products-section.slider-enabled {
    padding-bottom: 15px;
  }
  .section-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .section-title > span:before,
  .section-title > span:after {
    display: none;
  }
  .slider-wrapper {
    padding-bottom: 20px;
  }
  .slider-wrapper .content-main .slides .item .text-content.left {
    max-width: 200px;
    margin-bottom: 0;
  }
  .slider-wrapper .content-main .slides .item .text-content.right {
    max-width: 200px;
    margin-bottom: 0;
  }
  .slider-wrapper .content-main .slides .item .text-content p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .slider-wrapper .content-main .slides .item .text-content h1 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .slider-wrapper .content-main .slides .item .text-content h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .slider-wrapper .content-main .slides .item .text-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .slider-wrapper .content-main .slides .item .text-content h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .slider-wrapper .content-main .slides .item .text-content h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .slider-wrapper .content-main .slides .item .text-content h6 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .slider-wrapper .content-main .slides .item .text-content .action.primary {
    padding: 7px 15px;
    min-width: auto;
    font-size: 13px;
  }
  .slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots {
    right: 10px;
    bottom: 15px;
  }
  .slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot {
    margin: 0 6px;
  }
  .home-services {
    padding: 20px 0;
  }
  .home-services .item .text {
    padding-left: 50px;
  }
  .promotion-one {
    padding: 20px 0;
  }
  .promotion-one .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .promotion-one .item:last-child {
    margin-bottom: 0;
  }
  .promotion-one .item .text-content p {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .promotion-one .item .text-content .action.primary {
    padding: 7px 15px;
    font-size: 14px;
  }
  .promotion-two {
    margin: 20px 0;
    padding: 50px 0;
  }
  .promotion-two .content-main h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .promotion-two .content-main > a.link-btn {
    font-size: 18px;
    line-height: 28px;
  }
  .promotion-two .content-main > a.link-btn > span {
    line-height: 28px;
  }
  .brands-wrapper {
    padding: 20px 0;
  }
  .blogs-wrapper {
    padding: 20px 0;
  }
  .pricing-wrapper .pricing-main .item-wrapper {
    width: 100%;
  }
  .pricing-wrapper .pricing-main .item-wrapper .item-main .item {
    padding: 50px 40px 50px 60px;
  }
}
@media (max-width: 479px) {
  .widget-products-section {
    padding-top: 15px;
  }
  .widget-products-section.slider-enabled {
    padding-bottom: 10px;
  }
  .page-title-wrapper .page-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .slider-wrapper {
    padding-bottom: 15px;
  }
  .slider-wrapper .content-main .slides .item .text-content.left {
    max-width: 140px;
  }
  .slider-wrapper .content-main .slides .item .text-content.right {
    max-width: 140px;
  }
  .slider-wrapper .content-main .slides .item .text-content p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .slider-wrapper .content-main .slides .item .text-content h1 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .slider-wrapper .content-main .slides .item .text-content h2 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .slider-wrapper .content-main .slides .item .text-content h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .slider-wrapper .content-main .slides .item .text-content h4 {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .slider-wrapper .content-main .slides .item .text-content h5 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .slider-wrapper .content-main .slides .item .text-content h6 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .slider-wrapper .content-main .slides .item .text-content .action.primary {
    padding: 4px 8px;
    min-width: auto;
    font-size: 12px;
    margin-top: -7px;
  }
  .slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots {
    right: 8px;
    bottom: 12px;
  }
  .slider-wrapper .content-main .owl-carousel.owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
  }
  .home-services {
    padding: 15px 0;
  }
  .home-services .item {
    margin-bottom: 18px;
    width: 100%;
  }
  .home-services .item:last-child {
    margin-bottom: 0;
  }
  .home-services .item .text {
    padding-left: 55px;
  }
  .promotion-one {
    padding: 15px 0;
  }
  .promotion-one .item .text-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .promotion-one .item .text-content .action.primary {
    padding: 6px 10px;
    font-size: 13px;
  }
  .promotion-two {
    margin: 15px 0;
    padding: 40px 0;
  }
  .promotion-two .content-main h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .promotion-two .content-main > a.link-btn {
    font-size: 16px;
    line-height: 26px;
  }
  .promotion-two .content-main > a.link-btn > span {
    line-height: 26px;
  }
  .brands-wrapper {
    padding: 15px 0;
  }
  .blogs-wrapper {
    padding: 15px 0;
  }
  .blogs-wrapper .content-main .item-row .items .item .info-block {
    padding: 18px 10px 0;
  }
  .blogs-wrapper .content-main .item-row .items .item .info-block .post-title {
    margin-bottom: 8px;
  }
  .blogs-wrapper .content-main .item-row .items .item .info-block .post-title > a {
    font-size: 14px;
  }
  .blogs-wrapper .content-main .item-row .items .item .info-block .post-text {
    font-size: 13px;
    font-weight: 400;
  }
  .blogs-wrapper .content-main .item-row .items .item .info-block .action.primary {
    padding: 4px 12px;
    font-size: 12px;
  }
  .pricing-wrapper .pricing-main .item-wrapper .item-main .item {
    padding: 30px 20px 60px 50px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .home_clearance_div .clear_div {
    font-size: 26px;
  }
  .home_clearance_div .clear_div .clear_curr {
    font-size: 18px;
  }
  .home_clearance_div .clear_div .clear_sym {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .pricing-main .item-wrapper .item-main .item {
    padding: 30px 15px 60px 25px;
  }
}
/*contact page end*/
/*Size Cart Block Styles*/
.mens-sizechart-inches tr th,
.womens-sizechart-inches tr th {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #e1e1e1;
  color: #000;
}
.mens-sizechart-inches tr td,
.womens-sizechart-inches tr td {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-size: 16px;
  padding: 15px;
  color: #000;
}
.mens-sizechart-inches tr td:last-of-type,
.womens-sizechart-inches tr td:last-of-type {
  border-right: none;
}
.mens-sizechart-inches tr.odd td,
.womens-sizechart-inches tr.odd td {
  background-color: #f4f4f4;
}
.mens-sizechart-inches tr:last-child td,
.womens-sizechart-inches tr:last-child td {
  border-bottom: none;
}
.sizechart-display img {
  display: none;
}
.sizechart-display a {
  font-size: 16px;
  text-decoration: underline;
}
.size-chart-popup {
  color: #000;
}
.size-chart-popup .modal-header h1 {
  display: none;
}
.size-chart-popup .modal-header .action-close {
  margin: 10px 5px 10px 5px;
}
.size-chart-popup .modal-header .action-close::before {
  font-size: 20px;
  line-height: 20px;
}
.size-chart-popup .modal-footer {
  display: none;
}
.size-chart-popup .modal-content .sizechart-popup h2 {
  padding-top: 0px;
  margin-top: 0px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
}
.size-chart-popup .modal-content .sizechart-popup .info {
  display: none;
}
.size-chart-popup .modal-content .sizechart-popup h2 strong,
.size-chart-popup .modal-content .sizechart-popup h3 strong {
  font-weight: 500;
  letter-spacing: 1px;
}
.size-chart-popup .modal-content .sizechart-popup p {
  text-align: justify;
}
.size-chart-popup .modal-content .sizechart-popup p span {
  letter-spacing: 1px;
  color: #333;
}
.size-chart-popup div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
}
.form-login input:focus {
  box-shadow: 0 0 3px 1px #ccc;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.cms-page-view .page-main {
  padding-top: 20px;
}
.catalogsearch-advanced-result .toolbar.toolbar-products {
  display: none;
}
.searchsuite-autocomplete ul {
  overflow: scroll;
  max-height: 400px;
}
.checkout-payment-method .no-quotes-block {
  display: none;
}
.page-wrapper .info-socials {
  display: block;
  font-size: 0;
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}
.page-wrapper .info-socials .contact-block {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.page-wrapper .info-socials .contact-block .inner-main {
  display: block;
  position: relative;
  text-align: left;
}
.page-wrapper .info-socials .contact-block .inner-main .icon {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 2px solid #227ed1;
  box-sizing: border-box;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  color: #227ed1;
  font-size: 20px;
  top: 0;
  left: 0;
}
.page-wrapper .info-socials .contact-block .inner-main .text {
  padding-left: 60px;
  display: block;
  box-sizing: border-box;
}
.page-wrapper .info-socials .contact-block .inner-main .text > span {
  display: block;
  color: #555;
  font-weight: 500;
}
.page-wrapper .info-socials .contact-block .inner-main .text > a {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.page-wrapper .info-socials .contact-block .inner-main .text > a:active,
.page-wrapper .info-socials .contact-block .inner-main .text > a:visited,
.page-wrapper .info-socials .contact-block .inner-main .text > a:focus {
  color: #333;
  text-decoration: none;
}
.page-wrapper .info-socials .contact-block .inner-main .text > a:hover {
  color: #227ed1;
  text-decoration: none;
}
.page-wrapper .info-socials .socials-block {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.page-wrapper .info-socials .socials-block .inner-main {
  display: block;
  position: relative;
  text-align: center;
}
.page-wrapper .info-socials .email-block {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.page-wrapper .info-socials .email-block .inner-main {
  display: block;
  position: relative;
  text-align: right;
}
.page-wrapper .info-socials .email-block .inner-main .icon {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 2px solid #227ed1;
  box-sizing: border-box;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  color: #227ed1;
  font-size: 20px;
  top: 0;
  right: 0;
}
.page-wrapper .info-socials .email-block .inner-main .text {
  padding-right: 60px;
  display: block;
  box-sizing: border-box;
}
.page-wrapper .info-socials .email-block .inner-main .text > span {
  display: block;
  color: #555;
  font-weight: 500;
}
.page-wrapper .info-socials .email-block .inner-main .text > a {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.page-wrapper .info-socials .email-block .inner-main .text > a:active,
.page-wrapper .info-socials .email-block .inner-main .text > a:visited,
.page-wrapper .info-socials .email-block .inner-main .text > a:focus {
  color: #333;
  text-decoration: none;
}
.page-wrapper .info-socials .email-block .inner-main .text > a:hover {
  color: #666;
  text-decoration: none;
}
.page-wrapper .payment-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.page-wrapper .payment-icons > li {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 0;
}
.page-wrapper .payment-icons > li:first-child {
  margin-left: 0;
}
.page-wrapper .payment-icons > li:last-child {
  margin-right: 0;
}
.page-wrapper .payment-icons > li img {
  max-width: 100%;
  display: block;
  height: auto;
  position: relative;
}
.page-wrapper .extra-links {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: block;
}
.page-wrapper .extra-links > li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 12px;
}
.page-wrapper .extra-links > li:first-child {
  margin-left: 0;
}
.page-wrapper .extra-links > li:last-child {
  margin-right: 0;
}
.page-wrapper .extra-links > li > a {
  color: #333333;
  font-weight: 500;
  display: block;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.page-wrapper .extra-links > li > a:visited,
.page-wrapper .extra-links > li > a:focus,
.page-wrapper .extra-links > li > a:active {
  color: #333333;
  text-decoration: none;
}
.page-wrapper .extra-links > li > a:hover {
  color: #227ed1;
  text-decoration: none;
}
.page-wrapper .socials {
  list-style: none;
  padding: 0;
  margin: 0 -3px 0;
  display: block;
}
.page-wrapper .socials > li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 4px;
}
.page-wrapper .socials > li > a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.page-wrapper .socials > li > a:visited,
.page-wrapper .socials > li > a:focus,
.page-wrapper .socials > li > a:active {
  border-color: #333333;
  color: #333333;
  text-decoration: none;
}
.page-wrapper .socials > li > a:hover {
  color: #ffffff;
  background-color: #227ed1;
  border-color: #227ed1;
  text-decoration: none;
}
.page-wrapper .insta-imgs {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-wrapper .insta-imgs > li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.page-wrapper .insta-imgs > li > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.page-wrapper .insta-imgs > li > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.page-wrapper .insta-imgs > li > a > .hover-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 6px 12px;
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.page-wrapper .insta-imgs > li > a > .hover-caption .icon-span {
  display: block;
  font-size: 28px;
}
.page-wrapper .insta-imgs > li > a:hover:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
}
.page-wrapper .insta-imgs > li > a:hover > .hover-caption {
  opacity: 1;
  visibility: visible;
}
.page-wrapper .footer-text-content {
  display: block;
  clear: both;
}
.page-wrapper .footer-text-content .align-center {
  text-align: center;
}
.page-wrapper .footer-text-content .align-left {
  text-align: left;
}
.page-wrapper .footer-text-content .align-right {
  text-align: right;
}
.page-wrapper .footer-text-content .logo-socials.align-center > p {
  display: block;
  max-width: 625px;
}
.page-wrapper .footer-text-content .logo-socials > img {
  max-width: 100%;
  margin-bottom: 30px;
  display: inline-block;
  height: auto;
}
.page-wrapper .footer-text-content .logo-socials > p {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto 25px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}
.page-wrapper .page-footer {
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}
.page-wrapper .page-footer .footer.content {
  padding: 0;
  max-width: 100%;
}
.page-wrapper .page-footer .footer.content .block-static-block {
  margin: 0;
  float: none;
  padding: 0;
}
@media (max-width: 991px) {
  .page-wrapper .footer-text-content .logo-socials > img {
    margin-bottom: 20px;
  }
  .page-wrapper .footer-text-content .logo-socials > p {
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .page-wrapper .extra-links {
    margin: 0 0 10px;
  }
  .page-wrapper .extra-links > br {
    float: left;
  }
  .page-wrapper .extra-links > li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .page-wrapper .info-socials .contact-block {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
  }
  .page-wrapper .info-socials .contact-block .inner-main {
    display: inline-block;
  }
  .page-wrapper .info-socials .socials-block {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
  }
  .page-wrapper .info-socials .socials-block .inner-main {
    display: inline-block;
  }
  .page-wrapper .info-socials .email-block {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .page-wrapper .info-socials .email-block .inner-main {
    display: inline-block;
  }
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top {
  border-top: 1px solid #e1e1e1;
  padding-top: 35px;
}
.page-wrapper .page-footer .footer-wrapper.type1 {
  display: block;
  background: #000;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top {
  display: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-title {
  margin-bottom: 20px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content {
  display: block;
  clear: both;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > p {
  max-width: 375px;
  text-align: center;
  display: block;
  margin: 0 auto 35px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter {
  float: none;
  max-width: 100%;
  width: auto;
  margin: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content {
  display: block;
  max-width: 570px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .form.subscribe {
  display: block;
  width: 100%;
  position: relative;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .field.newsletter .control:before {
  display: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .field.newsletter #newsletter {
  margin: 0;
  padding: 8px 160px 8px 20px;
  height: 58px;
  box-sizing: border-box;
  width: 100%;
  border-color: #e1e1e1;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .field.newsletter #newsletter:focus {
  box-shadow: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .actions {
  display: block;
  width: 50px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .actions .subscribe.primary {
  margin-left: 0;
  white-space: nowrap;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  padding: 11px 15px;
  min-width: 145px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter.with-logo .page-main {
  text-align: right;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter.with-logo .page-main .ft-logo {
  display: block;
  float: left;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter.with-logo .page-main .ft-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter.with-logo .page-main > .title {
  margin-top: 3px;
  margin-bottom: 3px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter.with-logo .page-main > .content {
  margin-top: 3px;
  margin-bottom: 3px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main {
  font-size: 0;
  text-align: center;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 14px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter {
  max-width: 100%;
  margin: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .field.newsletter {
  margin-right: 8px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .field.newsletter > .control:before {
  display: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .field.newsletter > .control #newsletter {
  margin-right: 0;
  padding: 0 15px;
  min-width: 300px;
  height: 40px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .field.newsletter > .control #newsletter:focus {
  box-shadow: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .actions .subscribe.primary {
  margin-left: 8px;
  height: 40px;
  border-radius: 3px;
  min-width: 150px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns {
  padding-top: 30px;
  display: block;
  clear: both;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main {
  display: block;
  clear: both;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .col-row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner {
  display: block;
  position: relative;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content {
  display: block;
  position: relative;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .add-item {
  display: block;
  position: relative;
  margin-bottom: 16px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .add-item:last-child {
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .add-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  width: 16px;
  text-align: center;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .add-item .text {
  padding-left: 28px;
  display: block;
  box-sizing: border-box;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .add-item .text > strong {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .add-item .text > p {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 15px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul > li {
  display: block;
  margin-bottom: 9px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul > li > a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  padding-left: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul > li > a:visited,
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul > li > a:focus,
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul > li > a:active {
  color: #fff;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul > li > a:hover {
  color: #ccc;
  text-decoration: none;
  padding-left: 8px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content > ul > li:last-child {
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  margin-top: 18px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter > .title {
  display: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter .form.subscribe {
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter .form.subscribe .field.newsletter {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter .form.subscribe .field.newsletter .control:before {
  display: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter .form.subscribe .field.newsletter .control #newsletter {
  margin-right: 0;
  padding: 0 12px;
  text-align: left;
  background: #ececec;
  border-color: #ececec;
  font-weight: 600;
  font-size: 13px;
  height: 40px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter .form.subscribe .field.newsletter .control #newsletter:focus {
  box-shadow: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter .form.subscribe .actions {
  display: block;
  width: 50px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .block.newsletter .form.subscribe .actions .subscribe.primary {
  margin-left: 0;
  border-radius: 3px;
  width: 100%;
  line-height: 1.3;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .insta-imgs > li {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .insta-imgs > li > a:hover {
  padding-left: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content {
  display: block;
  clear: both;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > p {
  text-align: left;
  display: block;
  margin: 0 0 35px 0px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter {
  float: none;
  max-width: 100%;
  width: auto;
  margin: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter .content {
  display: block;
  max-width: 570px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter .content .form.subscribe {
  display: block;
  width: 100%;
  position: relative;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter .content .field.newsletter .control:before {
  display: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter .content .field.newsletter #newsletter {
  margin: 0;
  padding: 8px 160px 8px 20px;
  height: 58px;
  box-sizing: border-box;
  width: 100%;
  border-color: #e1e1e1;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter .content .field.newsletter #newsletter:focus {
  box-shadow: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter .content .actions {
  display: block;
  width: 50px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .newsletter-content > .block.newsletter .content .actions .subscribe.primary {
  margin-left: 0;
  white-space: nowrap;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  padding: 11px 15px;
  min-width: 145px;
  background-color: #fff;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content {
  padding-top: 50px;
  border-top: 1px solid #ccc;
  padding-bottom: 50px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content .logo-socials {
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content .logo-socials .socials {
  padding: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom {
  clear: both;
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main {
  padding: 10px 0;
  display: block;
  clear: both;
  font-size: 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .left {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  box-sizing: border-box;
  width: 50%;
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .left .block-static-block {
  margin: 0;
  float: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  box-sizing: border-box;
  width: 50%;
  font-size: 14px;
  text-align: right;
  color: #555;
  font-weight: 500;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .right .block-static-block {
  margin: 0;
  float: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .right .payment-icons li a {
  color: #ccc;
  text-transform: capitalize;
  position: relative;
  top: -10px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .right .payment-icons li a:hover {
  color: #999;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .payment-icons {
  padding-right: 0;
  display: inline-block;
  padding-left: 20px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .socials {
  display: inline-block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .extra-links {
  margin: 8px 0 0;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .extra-links > li {
  margin-bottom: 0;
  margin-top: 6px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .block-static-block {
  margin: 0;
  float: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main span.copyright-text {
  margin: 0;
  position: relative;
  vertical-align: top;
  top: 15px;
  left: 10px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copyright span.footer-logo {
  display: block;
  margin-bottom: 12px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copyright span.footer-logo img {
  max-width: 120px;
  height: auto;
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copyright span.copyright-text {
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copright-two span.footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copright-two span.footer-logo img {
  max-width: 120px;
  height: auto;
  display: block;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copright-two span.copyright-text {
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials > li > a {
  border: 1px solid #777777;
  color: #777777;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials > li > a:visited,
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials > li > a:focus,
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials > li > a:active {
  border-color: #777777;
  color: #777777;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials > li > a:hover {
  color: #ffffff;
  background-color: #227ed1;
  border-color: #227ed1;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .extra-links > li > a {
  color: #777777;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .extra-links > li > a:visited,
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .extra-links > li > a:focus,
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .extra-links > li > a:active {
  color: #777777;
  text-decoration: none;
}
.page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .extra-links > li > a:hover {
  color: #227ed1;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .title {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .extra-links > li {
    margin-right: 14px;
  }
}
@media (max-width: 991px) {
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > p {
    margin: 0 auto 30px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .title {
    margin-bottom: 15px;
    margin-top: 0;
    display: block;
    margin-right: 0;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    text-align: left;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter {
    margin: 0 auto;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns {
    padding-top: 55px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .socials {
    margin-bottom: 8px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .payment-icons {
    padding-left: 0;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .extra-links {
    margin-top: 0;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .extra-links > li {
    margin-right: 10px;
    margin-top: 4px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .extra-links > li > a {
    font-size: 14px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copright-two span.copyright-text {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-footer .footer.content {
    border-top: none;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .field.newsletter #newsletter {
    padding: 8px 130px 8px 20px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .actions .subscribe.primary {
    min-width: 110px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .title {
    font-size: 20px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .field.newsletter > .control #newsletter {
    min-width: auto;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .actions .subscribe.primary {
    min-width: 110px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns {
    padding-top: 40px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item {
    margin-bottom: 0;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .title {
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .title:after {
    content: "\f067";
    font-family: "Fontawesome";
    float: right;
    font-weight: normal;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content {
    margin-bottom: 30px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .content .insta-imgs > li {
    max-width: 95px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner.active-tab .title:after {
    content: "\f068";
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main {
    padding: 20px 0;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .left {
    margin-bottom: 15px;
    width: 100%;
    padding-right: 0;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .left div {
    text-align: center;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .right {
    text-align: left;
    width: 100%;
    padding-left: 0;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main span.copyright-text {
    display: block;
    text-align: center;
    top: unset;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .payment-icons {
    text-align: center;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copyright {
    text-align: center;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links {
    text-align: center;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links > .block-static-block {
    display: block;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .socials {
    margin-bottom: 10px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .socials-payments-links .extra-links > li {
    margin-right: 5px;
    margin-top: 6px;
    margin-left: 5px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .content-main .logo-copright-two {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-title {
    margin-bottom: 15px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > p {
    margin: 0 auto 20px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .field.newsletter #newsletter {
    padding: 8px 90px 8px 20px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .section-content > .block.newsletter .content .actions .subscribe.primary {
    min-width: 75px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .title {
    font-size: 18px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-top .top-newsletter .page-main > .content .block.newsletter .actions .subscribe.primary {
    min-width: auto;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns {
    padding-top: 30px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .content-main .item .item-inner .title {
    margin-bottom: 20px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content .logo-socials > img {
    margin-bottom: 15px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-columns .footer-text-content .logo-socials > p {
    margin: 0 auto 15px;
  }
  .page-wrapper .page-footer .footer-wrapper.type1 .footer-bottom .payment-icons li {
    padding-bottom: 10px;
  }
}
/* .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .hlm-topmenu.navigation {
        > ul {
            position: relative;
            &:after {
                disaply: table;
                content: '';
                clear: both;
            }
        }
        ul {
            li {
                &.level0 {
                    &.parent {
                        > a {
                            position:relative;
                            &:after {
                                content: '\e622';
                                font-family: 'luma-icons';
                                position: absolute;
                                right: 9px;
                                font-size: 9px;
                                top: 18px;
                            }
                        }
                    }
                    .subchildmenu  {
                        li {
                            &.parent {
                                > a {
                                    position: relative;
                                    &:after {
                                        content: '\e622';
                                        font-family: 'luma-icons';
                                        position: absolute;
                                        right: 15px;
                                        font-size: 9px;
                                        top: 10px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        div.submenu {
            ul {
                li {
                    &.parent {
                        > a {
                            position:relative;
                            &:after {
                                line-height: 18px;
                            }
                        }
                    }
                }
            }
        }
        .open-children-toggle {
            display: none;
        }
        span.cat-label {
            position: absolute;
            text-transform: uppercase;
            font: inherit;
            font-size: 9px;
            padding: 2px;
            border-radius: 2px;
            line-height: 1;
            color: #fff;

            &:before {
                content: "";
                position: absolute;
                width: 3px;
                height: 3px;
                border: 3px solid transparent;
            }
            &.cat-label-label1 {
                background-color: #0cc485;
            }
            &.cat-label-label2 {
                background-color: #eb2771;
            }
            &.cat-label-label3 {
                background-color: #0ae3eb;
            }
        }
        a:hover > span > span.cat-label {
            text-decoration: none;
        }
        li {
            > a > span {
                position: relative;
            }
            &.level0 {
                > .level-top {
                    transition-delay: 0s !important;
                }
                > a > span.cat-label {
                    top: 5px;
                    right: 14px;

                    &:before {
                        left: 3px;
                        bottom: -6px;
                    }
                    &.cat-label-label1 {
                        &:before {
                            border-top-color: #0cc485;
                        }
                    }
                    &.cat-label-label2 {
                        &:before {
                            border-top-color: #eb2771;
                        }
                    }
                    &.cat-label-label3 {
                        &:before {
                            border-top-color: #0ae3eb;
                        }
                    }
                }
            }
            .subchildmenu {
                li > a > span > span.cat-label {
                    top: 3px;
                    right: -35px;

                    &:before {
                        left: -6px;
                        bottom: 3px;
                    }
                    &.cat-label-label1 {
                        &:before {
                            border-right-color: #0cc485;
                        }
                    }
                    &.cat-label-label2 {
                        &:before {
                            border-right-color: #eb2771;
                        }
                    }
                    &.cat-label-label3 {
                        &:before {
                            border-right-color: #0ae3eb;
                        }
                    }
                }
            }
        }
        .subchildmenu.mega-columns {
            > li {
                float: left;
                padding: 0 5px;
                box-sizing: border-box;
            }
            &.columns1 {
                > li {
                    float: none;
                }
            }
            &.columns2 {
                > li {
                    width: 50%;

                    &:nth-child(2n+1) {
                        clear: both;
                    }
                }
            }
            &.columns3 {
                > li {
                    width: 33.33%;

                    &:nth-child(3n+1) {
                        clear: both;
                    }
                }
            }
            &.columns4 {
                > li {
                    width: 25%;

                    &:nth-child(4n+1) {
                        clear: both;
                    }
                }
            }
            &.columns5 {
                > li {
                    width: 20%;

                    &:nth-child(5n+1) {
                        clear: both;
                    }
                }
            }
            &.columns6 {
                > li {
                    width: 16.66%;

                    &:nth-child(6n+1) {
                        clear: both;
                    }
                }
            }
        }
        li.level0 {
            transition-delay: 0s;
            transition: .2s opacity;

            &.fl-left {
                float: left;
            }
            &.fl-right {
                float: right;

                &.staticwidth {
                    .submenu {
                        left: auto;
                        right: 0;
                        border-radius: 0;
                    }
                }
            }
            .submenu {
                display: block;
                visibility: hidden;
                opacity: 0;
                transition: .2s opacity;
                > ul {
                    margin-top: 0;

                    &:before, &:after {
                        display: none;
                    }
                }
            }
            &.parent > .submenu.popup-left {
                left: auto;
                right: 0;
                border-radius: 0;
            }
            .row {
                margin-left: -5px;
                margin-right: -5px;
            }
            .col-small-1, .col-small-2, .col-small-3,
            .col-small-4, .col-small-5, .col-small-6,
            .col-small-7, .col-small-8, .col-small-9,
            .col-small-10, .col-small-11, .col-small-12 {
                padding-left: 5px;
                padding-right: 5px;
                box-sizing: border-box;
                vertical-align: top;
            }
            &.fullwidth {
                position: static;
                > .submenu {
                    width: 100%;
                    border-radius: 0;
                    box-sizing: border-box;
                }
            }
            &.fullwidth, &.staticwidth {
                > .submenu {
                    padding: 5px 8px 15px;
                    left: 0;
                    transition: top 0.3s ease 0s;
                }
                &:hover {
                    > .submenu {
                        visibility: visible;
                        opacity: 1;
                    }
                }
                .submenu {
                    li.parent {
                        > a {
                            &:after {
                                display: none;
                            }
                        }
                    }
                    li.level1 {
                        > a {
                            font-size: 16px;
                            font-weight: 500;
                            margin-top: 10px;
                        }
                        .subchildmenu {
                            .subchildmenu {
                                padding-left: 10px;
                            }
                        }
                        > .menu-thumb-img {
                            margin: 10px 0 -5px;
                        }
                    }
                    .subchildmenu {
                        .subchildmenu {
                            padding: 5px 0;
                        }
                    }
                    a {
                        padding: 8px 20px;
                        line-height: 1;
                        font-size: 13px;

                        &:hover {
                            > span {
                                text-decoration: none;
                            }
                        }
                    }
                    .menu-top-block, .menu-left-block,
                    .menu-right-block, .menu-bottom-block {
                        a {
                            display: inline;

                            &:hover {
                                text-decoration: none;
                            }
                        }
                        a.btn-default {
                            background-color: #08c;
                            color: #fff;

                            &:hover, &:focus {
                                background-color: #08c;
                                color: #fff;
                                text-decoration: none;
                                opacity: 0.8;
                            }
                        }
                    }
                }
            }
            &.classic {
                .submenu > .row {
                    margin: 0;
                }
                .subchildmenu {
                    min-width: 230px;
                    .subchildmenu {
                        visibility: hidden;
                        opacity: 0;
                        transition: .2s opacity;
                        border-radius: 0;
                        position: absolute;
                        left: 0;
                        top: -6px;
                        z-index: 3;
                    }
                    > li:hover {
                        > .subchildmenu {
                            visibility: visible;
                            opacity: 1;
                        }
                    }
                }
                li.parent {
                    & > .subchildmenu.popup-left {
                        left: auto;
                        right: 100%;
                        border-radius: 0;
                    }
                }
                .subchildmenu.popup-left .subchildmenu {
                    left: auto;
                    right: 100%;
                    border-radius: 0;
                }
                &:hover {
                    > .submenu {
                        visibility: visible;
                        opacity: 1;
                    }
                }
                li:hover > .submenu {
                    visibility: visible;
                    opacity: 1;
                }
            }
            &.classic {
                .submenu, .subchildmenu  {
                    left: 0;
                    transition: top 0.3s ease 0s;
                    .subchildmenu {
                        top: 0;
                        transition: top 0.3s ease 0s;
                        padding: 0;
                    }
                }
            }
            &.staticwidth {
                .submenu {
                    left: 0;
                    transition: top 0.3s ease 0s;
                }
            }
        }
        &.side-megamenu {
            li {
                margin: 0;
                position: relative;

                &.level0 {
                    display: block;
                    position: relative;
                    border-radius: 0;
                    margin: 0;

                    &.parent > a:after {
                        content: '\e622';
                        font-family: 'luma-icons';
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 6px;
                        line-height: 44px;
                        float: right;
                        font-size: 12px;
                    }

                    &.classic .submenu li.parent > a:after {
                        content: '\e622';
                        font-family: 'luma-icons';
                        display: inline-block;
                        vertical-align: top;
                        margin-left: 6px;
                        margin-right: 5px;
                        line-height: 38px;
                        float: right;
                        font-size: 12px;
                    }
                    &.fullwidth > .submenu, &.staticwidth > .submenu {
                        left: 100% !important;
                        top: 0;
                        padding-bottom: 15px;
                    }
                    &.classic > .submenu {
                        left: 100% !important;
                        top: 0;
                    }
                    &.fullwidth > .submenu {
                        width: 871px;
                    }
                    & > a {
                        display: block;
                        padding: 0 15px;
                        line-height: 44px;
                        font-weight: 400;
                        font-size: 14px;

                        > span.cat-label {
                            position: relative;
                            margin-left: 10px;
                            padding: 0 2px;
                            top: 0;
                            right: 0;

                            &:before {
                                left: -6px;
                                top: 3px;
                                bottom: auto;
                                border-top-color: transparent;
                            }
                            &.cat-label-label1 {
                                &:before {
                                    border-right-color: #0cc485;
                                }
                            }
                            &.cat-label-label2 {
                                &:before {
                                    border-right-color: #eb2771;
                                }
                            }
                            &.cat-label-label3 {
                                &:before {
                                    border-right-color: #0ae3eb;
                                }
                            }
                        }
                    }
                    &:first-child > a {
                        border-top: 0;
                    }
                }
            }
        }
    }
    .hlm-topmenu.navigation li.level0.fullwidth .submenu li.level1 > a,
    .hlm-topmenu.navigation li.level0.staticwidth .submenu li.level1 > a {
        position: relative;
    }
    .hlm-topmenu.navigation li.level0.fullwidth .submenu li.level1 > a > span::after,
    .hlm-topmenu.navigation li.level0.staticwidth .submenu li.level1 > a > span::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        margin-bottom: 10px;
        position: relative;
        top: 13px;
        width: 20px;
    }
}
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
    .hlm-topmenu.navigation {
        .submenu.level0 {
            height: 0;
            visibility: hidden;

            &.opened {
                visibility: visible;
                height: auto;
            }
        }

        li.level0 {
            &.staticwidth {
                > .submenu {
                    width: auto !important;
                }
            }
            &.fullwidth, &.staticwidth {
                .menu-top-block, .menu-right-block, .menu-left-block, .menu-bottom-block {
                    display: none;
                }
            }
            .menu-thumb-img {
                display: none;
            }
        }
        li.ui-menu-item {
            position: relative;

            > a {
                position: relative;
            }
            > .open-children-toggle {
                display: block;
                position: absolute;
                width: 42px;
                height: 42px;
                right: 0;
                top: 0;
                z-index: 1;
                cursor: pointer;
            }
        }
        span.cat-label {
            top: 50%;
            right: 36px;
            margin-top: -7px;
            position: absolute;
            text-transform: uppercase;
            font: inherit;
            font-size: 9px;
            padding: 2px;
            border-radius: 2px;
            line-height: 1;
            color: #fff;

            &:before {
                content: "";
                position: absolute;
                width: 3px;
                height: 3px;
                border: 3px solid transparent;
                left: -6px;
                bottom: 3px;
            }
            &.cat-label-label1 {
                background-color: #0cc485;

                &:before {
                    border-right-color: #0cc485;
                }
            }
            &.cat-label-label2 {
                background-color: #eb2771;

                &:before {
                    border-right-color: #eb2771;
                }
            }
            &.cat-label-label3 {
                background-color: #0ae3eb;

                &:before {
                    border-right-color: #0ae3eb;
                }
            }
        }
    }
} */
@media only screen and (min-width: 769px) {
  .sections.nav-sections.stickytop {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
.top-promotion-wrapper {
  float: left;
  padding: 8px 10px;
  width: 100%;
  background: #111111;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
}
.top-promotion-wrapper a.action.primary {
  padding: 5px 12px;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
}
.cms-index-index .page-wrapper .page-header.type1 + #maincontent {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .cms-index-index .page-wrapper .page-header.type1 {
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-header.type1.sticky .nav-sections,
  .checkout-cart-index .page-wrapper .page-header.type1.sticky .nav-sections {
    top: 51px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper {
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher.language {
    position: relative;
    margin-right: 20px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher.language + .currency {
    position: relative;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher.language + .currency::before {
    position: absolute;
    height: 12px;
    width: 1px;
    background: #888888;
    left: 0;
    top: 15px;
    content: "";
    display: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger {
    color: #000000;
    padding: 10px 0;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger::after {
    margin-left: 5px;
    vertical-align: middle;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger:hover {
    color: #555555;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger > strong > span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger > strong > span img {
    display: none;
    width: 20px;
    height: auto;
    margin-right: 2px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
    margin-top: 0;
    left: 0;
    right: auto;
    border: 1px solid #e1e1e1;
    padding: 5px 0;
    box-shadow: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown::before,
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown::after {
    display: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li {
    margin-bottom: 0;
    display: block;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li:hover {
    color: #555555;
    background: transparent;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a {
    display: block;
    padding: 8px 15px;
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a:active,
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a:focus {
    color: #555555;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a:hover {
    color: #555555;
    background: transparent;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a > span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a > span img {
    display: none;
    width: 20px;
    height: auto;
    margin-right: 2px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links {
    clear: right;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li {
    margin-left: 0px;
    margin-bottom: 0;
    padding: 10px 0;
    display: inline-block;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.authorization-link::after {
    display: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.wishlist > a::before {
    display: inline-block;
    content: "\f08a";
    font-family: "Fontawesome";
    vertical-align: middle;
    margin-right: 2px;
    display: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.authorization-link > a::before {
    display: inline-block;
    content: "\f2c0";
    font-family: "Fontawesome";
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li > span {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li > a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li > a.register-link::before {
    display: inline-block;
    content: "/";
    font-family: "Fontawesome";
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 2px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li > a:active,
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li > a:focus {
    color: #555555;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li > a:hover {
    color: #555555;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome + .authorization-link {
    display: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-name > .action.switch {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    font-size: 14px;
    display: block;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-name > .action.switch:active,
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-name > .action.switch:focus {
    color: #555555;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-name > .action.switch:hover {
    color: #666;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-name > .action.switch::before {
    display: inline-block;
    content: "\f2c0";
    font-family: "Fontawesome";
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -4px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-name > .action.switch span.account_name {
    position: relative;
    text-transform: capitalize;
    margin-right: 4px;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links {
    margin-top: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 5px 0;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links::before,
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links::after {
    display: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links > li {
    display: block;
    margin-left: 0;
    padding: 0;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links > li:hover {
    color: #666;
    background: transparent;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links > li > a {
    display: block;
    padding: 8px 15px;
    color: #555555;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links > li > a:active,
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links > li > a:focus {
    color: #555555;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links > li > a:hover {
    color: #555555;
    background: transparent;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header .header.links > li.customer-welcome > .customer-menu > .header.links > li.authorization-link > a::before {
    display: none;
  }
  .page-wrapper .page-header.type1.sticky .header.panel {
    padding: 0px 15px;
  }
  .page-wrapper .page-header.type1.sticky .header.panel .switcher-options .switcher-trigger {
    padding: 5px 0px;
  }
  .page-wrapper .page-header.type1.sticky .header.panel .switcher-options .header.links li {
    padding: 5px 0px;
  }
  .page-wrapper .page-header.type1.sticky .header.content {
    padding: 5px 15px;
  }
  .page-wrapper .page-header.type1.sticky .header.content .header_left_block {
    display: none;
  }
  .page-wrapper .page-header.type1.sticky .header.content .header-logo {
    padding-left: 0px;
  }
  .page-wrapper .page-header.type1.sticky .nav-sections {
    position: absolute;
    border: none;
    top: 115px;
    left: 18%;
  }
  .page-wrapper .page-header.type1.sticky .nav-sections .nav-sections-item-content {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .page-wrapper .page-header.type1 .header.content {
    padding: 5px 15px;
  }
  .page-wrapper .page-header.type1 .header.content .header_left_block {
    margin-top: 15px;
    padding-left: 0px;
    vertical-align: top;
  }
  .page-wrapper .page-header.type1 .header.content .header_left_block a {
    color: #555555;
    text-decoration: underline;
    margin-left: 5px;
  }
  .page-wrapper .page-header.type1 .header.content .header_right_block {
    padding: 0px;
    float: right;
    margin-top: 5px;
  }
  .page-wrapper .page-header.type1 .header.content .header_right_block .customer-welcome + .authorization-link {
    display: none;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo {
    vertical-align: top;
    margin: -10px auto;
    margin-bottom: 0;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo .logo {
    margin: 0;
    max-width: 100%;
    vertical-align: middle;
    float: none;
    display: inline-block;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo .logo > img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  .page-wrapper .page-header.type1 .header.content .block-search {
    float: right;
    padding-left: 0;
    position: relative;
    width: auto;
    padding: 0px;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .block-content {
    position: relative;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #051829;
    color: #ffffff;
    position: relative;
    cursor: pointer;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .label::before {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    content: "\f002";
    font-family: 'Fontawesome';
    margin: 0;
    display: block;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .label:hover {
    background: #666;
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .label:hover::before {
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .label.active {
    background: 666;
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .label.active::before {
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .control {
    float: right;
    clear: none;
    margin-right: 10px;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .control .input-text {
    margin: 0;
    padding-right: 10px;
    position: static;
    border-color: #ececec;
    height: 42px;
    border-radius: 0;
    padding-left: 30px;
    font-size: 14px;
    background-color: #ececec;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .control .input-text:focus {
    box-shadow: none;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .actions .action.search {
    right: 0;
    text-align: center;
    height: 42px;
    width: 40px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border-radius: 0;
    display: none;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .actions .action.search::before {
    color: #000000;
    font-size: 18px;
    line-height: 40px;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .actions .action.search:hover::before {
    color: #555555;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper {
    margin-left: 10px;
    padding: 0px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart {
    position: relative;
    padding-left: 50px;
    display: block;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart::before {
    font-size: 18px;
    color: #ffffff;
    content: "\f290";
    font-family: 'Fontawesome';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart:hover::before {
    background: #555555;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart.active::before {
    font-size: 18px;
    color: #ffffff;
    content: "\f290";
    font-family: 'Fontawesome';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    box-sizing: border-box;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .text {
    position: static;
    height: auto;
    width: auto;
    color: #000;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty {
    display: block;
    height: auto;
    min-height: auto;
    width: auto;
    min-width: auto;
    text-align: left;
    background: transparent;
    text-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
    text-shadow: none;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number::after {
    display: inline-block;
    content: "Item(s)";
    margin-left: 5px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
    text-shadow: none;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty.empty .counter-number::after {
    content: "0 Item" !important;
    margin-left: 0px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart:hover::before {
    background: #555555;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .block-minicart {
    box-shadow: none;
    border-color: #e1e1e1;
    right: 0;
    margin-top: 0;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .block-minicart::before,
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .block-minicart::after {
    display: none;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block {
    float: right;
    margin-left: 30px;
    padding: 30px 0;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    box-sizing: border-box;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .icon-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #051829;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a {
    color: #333333;
    display: block;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: initial;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:active,
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:focus,
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:visited {
    color: #333333;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:hover {
    color: #333333;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item:hover .icon-block {
    background: #227ed1;
  }
  .page-wrapper .page-header.type1 .nav-sections {
    background: #fff;
    margin-bottom: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-content > .switcher {
    display: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation {
    padding: 0 15px;
    background: #051829;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul {
    background: transparent;
    padding: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 {
    margin-right: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.parent > a.level-top {
    padding: 17px 28px 17px 20px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.parent > a.level-top .ui-menu-icon::after {
    position: absolute;
    right: 9px;
    font-size: 9px;
    top: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0:first-child.parent > a.level-top {
    padding-left: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0:first-child > a.level-top {
    padding-left: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #ffffff;
    line-height: 20px;
    padding: 17px 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:hover {
    color: #555555;
    border: none;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-focus {
    color: #555555;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-active {
    color: #555555;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.active > a.level-top {
    color: #555555;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.has-active > a.level-top {
    color: #555555;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu {
    text-align: left;
    height: auto;
    padding: 10px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    background: #ffffff;
    box-shadow: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li.parent > a > .ui-menu-icon::after,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li.parent > a > .ui-menu-icon::after {
    content: '\e622';
    font-family: 'luma-icons';
    position: absolute;
    right: 10px;
    font-size: 9px;
    top: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a {
    position: relative;
    color: #555555;
    text-decoration: none;
    font-size: 14px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:visited,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:visited {
    color: #555555;
    text-decoration: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:hover,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:hover {
    color: #227ed1;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-focus {
    color: #227ed1;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-active {
    color: #227ed1;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li.active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li.active > a {
    color: #227ed1;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li.has-active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li.has-active > a {
    color: #227ed1;
    background: transparent;
    border: none;
  }
  .search-expand .page-wrapper .page-header.type1 .header.content .block-search .field.search .label::before {
    content: "\f00d";
  }
  .search-expand .page-wrapper .page-header.type1 .header.content .block-search .actions .action.search {
    left: 0;
    display: block;
  }
}
@media (max-width: 1279px) {
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper {
    margin-left: 20px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block {
    margin-left: 20px;
  }
  .page-wrapper .page-header.type1 .header.content .block-search {
    margin-left: 10px;
  }
  .page-wrapper .page-header.type1 .nav-sections-item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .page-wrapper .page-header.type1 .header.content .block-search {
    width: 250px;
    margin-left: 0px;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .control {
    width: 78%;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block {
    margin-left: 15px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper {
    margin-left: 5px;
    margin-right: 0px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart {
    position: relative;
    padding-left: 0;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart::before {
    position: static;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart.active::before {
    position: static;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .text {
    display: none !important;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty {
    display: block;
    height: 22px;
    min-height: auto;
    width: 22px;
    min-width: auto;
    background: #051829;
    text-shadow: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    right: -5px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  input:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #ccc;
  }
  .cms-index-index .page-wrapper .page-header.type1 {
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-header.type1 {
    margin-bottom: 0;
    border-bottom: none;
  }
  .checkout-index-index .page-wrapper .page-header.type1 .header.content .header-logo .logo {
    padding-left: 0;
  }
  .page-wrapper .page-header {
    margin-bottom: 0px;
  }
  .page-wrapper .page-header.type1 .header.content .header_left_block {
    text-align: center;
    padding: 10px 0px;
  }
  .page-wrapper .page-header.type1 .header.content .header_left_block a {
    color: #555555;
    text-decoration: underline;
  }
  .page-wrapper .page-header.type1 .header.content .header_right_block {
    float: unset;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block {
    float: right;
    margin-left: 20px;
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 17px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    box-sizing: border-box;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .icon-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #051829;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a {
    color: #333333;
    display: block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: initial;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:active,
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:focus,
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:visited {
    color: #333333;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a:hover {
    color: #333333;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item:hover .icon-block {
    background: #333333;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo {
    float: left;
    display: table;
    height: 75px;
    margin-top: -10px;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo .logo {
    margin: 0;
    padding-left: 40px;
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo .logo > img {
    max-width: 180px;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo .action.nav-toggle {
    top: 18px;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo .action.nav-toggle::before {
    color: #000;
    font-weight: 600;
  }
  .page-wrapper .page-header.type1 .header.content .header-logo .action.nav-toggle:hover::before {
    color: #666;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 17px;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart {
    position: relative;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
    text-shadow: none;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty.empty .counter-number::after {
    content: "0" !important;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart::before {
    font-size: 16px;
    color: #ffffff;
    content: "\f290";
    font-family: 'Fontawesome';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: #051829;
    border-radius: 50%;
    position: static;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart.active::before {
    font-size: 16px;
    color: #ffffff;
    content: "\f07a";
    font-family: 'Fontawesome';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: #666;
    border-radius: 50%;
    position: static;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart:hover::before {
    background: #666;
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .block-minicart {
    box-shadow: none;
    border-color: #e1e1e1;
    right: 0;
  }
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .block-minicart::before,
  .page-wrapper .page-header.type1 .header.content .minicart-wrapper .block-minicart::after {
    display: none;
  }
  .page-wrapper .page-header.type1 .header.content .block-search {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search > .label {
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #051829;
    color: #ffffff;
    margin-top: 7px;
    margin-bottom: 17px;
    cursor: pointer;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search > .label::before {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    content: "\f002";
    font-family: 'Fontawesome';
    margin: 0;
    display: block;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search > .label:hover {
    background: #666;
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search > .label:hover::before {
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search > .label.active {
    background: 666;
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search > .label.active::before {
    color: #ffffff;
  }
  .page-wrapper .page-header.type1 .header.content .block-search .field.search .control {
    display: block !important;
    width: 100%;
  }
  .page-wrapper .page-header.type1 .nav-sections {
    margin-bottom: 0;
    background: #ffffff;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title {
    background: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title:hover {
    background: #ffffff;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title:hover a {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title .nav-sections-item-switch {
    color: #ffffff;
    font-weight: 600;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title .nav-sections-item-switch:active,
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title .nav-sections-item-switch:focus,
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title .nav-sections-item-switch:visited {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title .nav-sections-item-switch:hover {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title.active {
    background: #ffffff;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title.active .nav-sections-item-switch {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:active,
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:focus,
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:visited,
  .page-wrapper .page-header.type1 .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:hover {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .header.links > li {
    text-transform: uppercase;
    font-size: 14px;
  }
  .page-wrapper .page-header.type1 .nav-sections .header.links > li.welcome {
    display: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .header.links > li > span {
    color: #000;
    font-weight: 600;
  }
  .page-wrapper .page-header.type1 .nav-sections .header.links > li > a {
    color: #000;
    font-weight: 600;
  }
  .page-wrapper .page-header.type1 .nav-sections .header.links > li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .header.links > li > a:focus {
    color: #666;
  }
  .page-wrapper .page-header.type1 .nav-sections .header.links > li > a:hover {
    color: #666;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher {
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .switcher-options {
    display: block;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle.switcher-trigger {
    display: block;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle.switcher-trigger > strong {
    padding: 8px 15px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    display: block;
    cursor: pointer;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle.switcher-trigger > strong::after {
    top: 10px;
    font-size: 11px;
    right: 12px;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle.switcher-trigger > strong > span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle.switcher-trigger > strong > span img {
    display: none;
    width: 20px;
    height: auto;
    margin-right: 2px;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle.active {
    display: block;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle.active::after {
    content: "";
    display: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options .action.toggle::after {
    content: "";
    display: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher .options.active ul.dropdown {
    display: block;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown {
    padding: 6px 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    display: none;
    position: static;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown::before {
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown::after {
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li:last-child {
    margin-bottom: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li > a {
    padding: 6px 15px;
    color: #000000;
    text-decoration: none;
    outline: none;
    display: block;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li > a:visited {
    color: #555555;
    text-decoration: none;
    outline: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li > a > span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li > a > span img {
    display: none;
    width: 20px;
    height: auto;
    margin-right: 2px;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li:hover {
    background: transparent;
  }
  .page-wrapper .page-header.type1 .nav-sections .switcher ul.dropdown > li:hover > a {
    color: #555555;
    background: transparent;
    text-decoration: none;
    outline: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation {
    background: transparent;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul {
    padding: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li .expand::before {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li .collapse::before {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #e1e1e1;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0:first-child {
    border-top: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 .row {
    margin: 0 !important;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    overflow-wrap: break-word;
    padding: 10px 36px 10px 15px;
    text-transform: uppercase;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top::after {
    right: 15px;
    top: 13px;
    font-size: 11px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top > span {
    margin-left: 0 !important;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:visited {
    color: #000000;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top:hover {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-focus {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-active {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.active > a.level-top {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.has-active > a.level-top {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu {
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li {
    position: relative;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a {
    position: relative;
    color: #333333;
    padding: 9px 0 9px 15px;
    font-size: 13px;
    font-weight: 400;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a > span,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a > span {
    margin-left: 0 !important;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:visited,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:visited {
    color: #333333;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a:hover,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a:hover {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-focus {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-active {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li.active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li.active > a {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu li.has-active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu li.has-active > a {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu .subchildmenu,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu .subchildmenu {
    padding-left: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu .subchildmenu > li,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu .subchildmenu > li {
    border-top: 1px solid #e1e1e1;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu .subchildmenu > li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu .subchildmenu > li > a {
    padding-left: 25px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 ul.submenu .subchildmenu > li .subchildmenu > li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0 div.submenu .subchildmenu > li .subchildmenu > li > a {
    padding-left: 35px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu {
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a {
    position: relative;
    color: #555555;
    padding: 9px 0 9px 15px;
    font-size: 13px;
    font-weight: 400;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a > span,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a > span {
    margin-left: 0 !important;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a:visited,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a:visited {
    color: #555555;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a:hover,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a:hover {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a.ui-state-focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a.ui-state-focus {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li > a.ui-state-active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li > a.ui-state-active {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li.active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li.active > a {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li.has-active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li.has-active > a {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu li.level1 > a > span::after,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu li.level1 > a > span::after {
    display: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu .subchildmenu,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu .subchildmenu {
    padding-left: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu .subchildmenu > li,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu .subchildmenu > li {
    border-top: 1px solid #e1e1e1;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu .subchildmenu > li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu .subchildmenu > li > a {
    padding-left: 25px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth ul.submenu .subchildmenu > li .subchildmenu > li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.staticwidth div.submenu .subchildmenu > li .subchildmenu > li > a {
    padding-left: 35px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu {
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a {
    position: relative;
    color: #555555;
    padding: 9px 0 9px 15px;
    font-size: 13px;
    font-weight: 400;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a > span,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a > span {
    margin-left: 0 !important;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a:focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a:active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a:visited,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a:visited {
    color: #555555;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a:hover,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a:hover {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a.ui-state-focus,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a.ui-state-focus {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li > a.ui-state-active,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li > a.ui-state-active {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li.active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li.active > a {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li.has-active > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li.has-active > a {
    color: #555555;
    background: transparent;
    border: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu li.level1 > a > span::after,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu li.level1 > a > span::after {
    display: none;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu .subchildmenu,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu .subchildmenu {
    padding-left: 0;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu .subchildmenu > li,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu .subchildmenu > li {
    border-top: 1px solid #e1e1e1;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu .subchildmenu > li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu .subchildmenu > li > a {
    padding-left: 25px;
  }
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth ul.submenu .subchildmenu > li .subchildmenu > li > a,
  .page-wrapper .page-header.type1 .nav-sections .navigation > ul li.level0.fullwidth div.submenu .subchildmenu > li .subchildmenu > li > a {
    padding-left: 35px;
  }
}
@media (max-width: 639px) {
  .page-wrapper .page-header.type1 .header.content .header-contact-block {
    margin-left: 10px;
    margin-right: 8px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .icon-block {
    margin-right: 8px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block {
    font-size: 12px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block .item .text-block > a {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .page-wrapper .page-header.type1 .header.content .header-logo .logo > img {
    max-width: 145px;
  }
  .page-wrapper .page-header.type1 .header.content .header-contact-block {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .page-wrapper .page-header.type1 .panel.wrapper .panel.header {
    padding: 0px;
  }
  .page-wrapper .page-header.type1 .header.content {
    padding: 5px 0px !important;
  }
  .page-wrapper .page-header.type1 .nav-sections-item-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-wrapper .breadcrumbs {
    padding-left: 10px;
  }
  .page-wrapper .page-main {
    padding-left: 0px;
  }
}
@media (min-width: 1500px) {
  .page-wrapper .page-header.type1.sticky .nav-sections {
    left: 27%;
  }
}
.nu_loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
  background: url('../images/nu-loader-min.gif') 50% 50% no-repeat #ffffff;
  background-size: 64px 64px;
}
.page-wrapper .page-header.sticky.active {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  box-shadow: 0px -5px 11px rgba(0, 0, 0, 0.5);
  transition: top 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
.page-wrapper .breadcrumbs {
  background-color: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
  width: 100%;
}
.page-wrapper .breadcrumbs .items {
  color: #4c5258;
  text-transform: capitalize;
  font-weight: 500;
  max-width: 1280px;
  margin: 0px auto;
}
.page-wrapper .breadcrumbs .items .item {
  font-size: 13px;
}
.page-wrapper .breadcrumbs .items .item a {
  color: #000;
}
.page-wrapper .breadcrumbs .items .item::after {
  margin: 0px;
  color: #000;
}
.page-wrapper .breadcrumbs .items .item strong {
  font-weight: 500;
}
.cms-index-index .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
figcaption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-wrapper .switcher .switcher-label {
  color: #000;
}
.page-wrapper .newsletter-content label {
  color: #fff;
}
.acc_txt {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.contact,
.contact a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.contact_sticky {
  background-color: #000;
  padding: 10px 5px;
  position: fixed;
  display: block;
  top: 40%;
  right: 0px;
  z-index: 100;
}
.contact_sticky a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  text-orientation: upright;
}
.header_top_banner_wrap {
  padding: 0px;
  background-color: #e1e1e1;
}
.header_top_banner_left {
  margin-top: 10px;
}
.header_top_banner_middle {
  text-align: center;
  padding: 20px 5px;
  vertical-align: top;
}
.header_top_banner_right {
  float: right;
  padding: 0px;
}
.header_get_in_touch {
  display: inline-block;
  position: relative;
  float: right;
  margin: 10px 0px;
}
.header_get_in_touch.active ul {
  display: block;
}
.header_get_in_touch button {
  padding: 13px 20px;
  background: -webkit-linear-gradient(180deg, #D85A62 0%, #6248A1 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_get_in_touch button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(267.04deg, #D85A62 43.96%, #6248A1 78.2%) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.header_get_in_touch button span {
  font-size: 16px;
  letter-spacing: 1px;
}
.header_get_in_touch button span::after {
  content: '\f0d7';
  font-family: fontawesome;
  padding-left: 10px;
}
.header_get_in_touch ul {
  list-style: none none;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  padding: 15px 20px;
  border-radius: 15px;
  min-width: 100%;
  width: 290px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: none;
}
.header_get_in_touch ul li {
  padding: 5px 0px;
  text-align: left;
}
.header_get_in_touch ul li a {
  color: #030366;
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: 1px;
}
.header_get_in_touch ul li a:hover {
  background: linear-gradient(267.04deg, #d85a62 43.96%, #6248a1 78.2%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_get_in_touch ul li a:hover::before {
  background: linear-gradient(267.04deg, #d85a62 43.96%, #6248a1 78.2%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_get_in_touch ul li a.mailicon::before {
  background: linear-gradient(267.04deg, #d85a62 43.96%, #6248a1 78.2%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: '\f003';
  font-family: fontawesome;
  position: absolute;
  left: 15px;
}
.header_get_in_touch ul li a.telicon::before {
  content: '\f095';
  font-family: fontawesome;
  position: absolute;
  left: 15px;
}
.header_get_in_touch ul li a.contactlink::before {
  content: '\f0c5';
  font-family: fontawesome;
  position: absolute;
  left: 15px;
}
@media (max-width: 768px) {
  .page-header.sticky.active .header_top_banner_wrap {
    display: none;
  }
  .header_get_in_touch {
    float: right;
    margin: 0px;
  }
  .header_top_banner_wrap {
    padding: 10px 0px;
  }
  .header_top_banner_wrap .page-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .header_top_banner_wrap .page-main .header_top_banner_left {
    order: 1;
    padding: 0px;
    margin-top: 2px;
  }
  .header_top_banner_wrap .page-main .header_top_banner_middle {
    order: 0;
  }
  .header_top_banner_wrap .page-main .header_top_banner_right {
    order: 1;
    float: right;
    flex: 1;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .header_top_banner_wrap .page-main {
    column-gap: 10em;
  }
}
.catalog-category-view .category-promotion {
  margin-bottom: 25px;
}
.catalog-category-view .category-promotion .cat-promotion {
  display: block;
  position: relative;
  overflow: hidden;
}
.catalog-category-view .category-promotion .cat-promotion > img {
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.catalog-category-view .category-promotion .cat-promotion:hover > img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.category-view .category-description {
  margin-bottom: 30px;
}
.category-view .category-description p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.category-view .category-description p:last-child {
  margin-bottom: 0;
}
.category-view .category-description ul {
  list-style: outside;
  padding-left: 30px;
  margin-bottom: 20px;
  display: block;
}
.category-view .category-description ul > li {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.category-view .category-description strong {
  font-weight: 600;
}
.swatch-option-tooltip {
  display: none !important;
}
.catalog-category-view .toolbar.toolbar-products,
.page-with-filter .toolbar.toolbar-products {
  border-bottom: none;
  margin-bottom: 25px;
  padding: 0;
  margin-top: 1px;
  right: 0;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode,
.page-with-filter .toolbar.toolbar-products .modes .modes-mode {
  padding: 9px 10px;
  border: 1px solid #e1e1e1;
  margin-right: 5px;
  background: #ffffff;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  box-shadow: none;
  border-radius: 0;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode:last-child,
.page-with-filter .toolbar.toolbar-products .modes .modes-mode:last-child {
  border: 1px solid #e1e1e1;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode:before,
.page-with-filter .toolbar.toolbar-products .modes .modes-mode:before {
  color: #999999;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode:hover,
.page-with-filter .toolbar.toolbar-products .modes .modes-mode:hover {
  border-color: #227ed1;
  background: #227ed1;
  color: #ffffff;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode:hover:before,
.page-with-filter .toolbar.toolbar-products .modes .modes-mode:hover:before {
  color: #ffffff;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode.active,
.page-with-filter .toolbar.toolbar-products .modes .modes-mode.active {
  border-color: #227ed1;
  background: #227ed1;
  color: #ffffff;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode.active:before,
.page-with-filter .toolbar.toolbar-products .modes .modes-mode.active:before {
  color: #ffffff;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-amount,
.page-with-filter .toolbar.toolbar-products .toolbar-amount {
  font-weight: 400;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  left: 13%;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter,
.page-with-filter .toolbar.toolbar-products .toolbar-sorter.sorter {
  padding-top: 0;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
.page-with-filter .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
.page-with-filter .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  font-weight: 400;
  font-size: 14px;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #e1e2e3;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options:focus,
.page-with-filter .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options:focus {
  box-shadow: none;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action::before,
.page-with-filter .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action::before {
  color: #000;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter,
.page-with-filter .toolbar.toolbar-products .field.limiter {
  text-transform: uppercase;
  color: #000;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .label,
.page-with-filter .toolbar.toolbar-products .field.limiter .label {
  font-weight: 400;
  font-size: 14px;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .limiter-options,
.page-with-filter .toolbar.toolbar-products .field.limiter .limiter-options {
  font-weight: 400;
  font-size: 14px;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .limiter-options:focus,
.page-with-filter .toolbar.toolbar-products .field.limiter .limiter-options:focus {
  box-shadow: none;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .limiter-text,
.page-with-filter .toolbar.toolbar-products .field.limiter .limiter-text {
  font-weight: 400;
  font-size: 14px;
}
.catalog-category-view .products.wrapper + .toolbar-products {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.pages .item {
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: static;
}
.pages strong.page {
  background: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: 600;
  height: 34px;
  line-height: 32px;
  min-width: 15px;
  padding: 0;
  text-align: center;
  width: 34px;
}
.pages a.page {
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  background: #ffffff;
  display: inline-block;
  font-weight: 600;
  height: 34px;
  line-height: 32px;
  min-width: 15px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 34px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.pages a.page:focus,
.pages a.page:active,
.pages a.page:visited {
  color: #000;
}
.pages a.page:hover {
  background: #000;
  border: 1px solid #000;
  color: #ffffff;
}
.pages .action.next {
  height: 34px;
  width: 34px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border: 1px solid #000;
  color: #000;
  background: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.pages .action.next:before {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.pages .action.next:focus:before,
.pages .action.next:active:before,
.pages .action.next:visited:before {
  color: #000;
}
.pages .action.next:hover {
  background: #000;
  border: 1px solid #000;
  color: #ffffff;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.previous {
  height: 34px;
  width: 34px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  border: 1px solid #000;
  color: #000;
  background: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.pages .action.previous:before {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.pages .action.previous:focus:before,
.pages .action.previous:active:before,
.pages .action.previous:visited:before {
  color: #000;
}
.pages .action.previous:hover {
  background: #000;
  border: 1px solid #000;
  color: #ffffff;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action:hover {
  background: #000;
  color: #ffffff;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .catalog-category-view.page-products .page-wrapper .columns {
    padding-top: 45px;
  }
  .catalog-category-view .toolbar.toolbar-products {
    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
  }
  .products-grid.products {
    margin: 20px 0px;
  }
  .sidebar.sidebar-additional .block.block-compare,
  .sidebar.sidebar-additional .block.block-wishlist,
  .sidebar.sidebar-additional .block.block-reorder {
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-bottom: 20px;
  }
  .sidebar.sidebar-additional .block.block-compare .block-title,
  .sidebar.sidebar-additional .block.block-wishlist .block-title,
  .sidebar.sidebar-additional .block.block-reorder .block-title {
    position: relative;
    padding: 0 0 12px;
    margin-bottom: 0;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
  }
  .sidebar.sidebar-additional .block.block-compare .block-title > strong,
  .sidebar.sidebar-additional .block.block-wishlist .block-title > strong,
  .sidebar.sidebar-additional .block.block-reorder .block-title > strong {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .page-products .page-title-wrapper .page-title {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .page-with-filter .main .block.filter .filter-title strong {
    background-color: #000;
    box-shadow: none;
    border: 1px solid #000;
    padding: 8px 10px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .page-with-filter .main .block.filter .filter-title strong:hover {
    background-color: #333333;
    border-color: #333333;
  }
  .page-with-filter .main .block.filter .filter-title strong::after {
    color: #000;
  }
  .page-with-filter .main .block.filter .filter-content .filter-current-subtitle {
    letter-spacing: 1px;
    font-weight: 500;
  }
  .page-with-filter .main .block.filter .filter-content .filter-current-subtitle::after {
    color: #000;
  }
  .page-with-filter .main .block.filter .filter-content .filter-subtitle {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .page-with-filter .main .block.filter .filter-content .filter-value {
    color: #000;
    letter-spacing: 0.5px;
  }
  .page-with-filter .main .block.filter .filter-content .filter-label {
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .page-with-filter .main .block.filter .filter-content .filter-current .action.remove::before {
    color: #000;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content a {
    letter-spacing: 0.5px;
    color: #000;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content a:hover {
    background: transparent;
    text-decoration: underline;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content a .count {
    color: #000;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content a .count::before {
    margin-right: -4px;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute .swatch-option {
    background: transparent;
    color: #000;
    border: 1px solid #000;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute .swatch-option.text {
    font-size: 12px;
    font-weight: 500;
    padding: 0px;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute .swatch-option:focus {
    box-shadow: 0 0 3px 1px #ccc;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute .swatch-option:hover {
    outline: none;
    border: 1px solid #e1e2e3;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option {
    border: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 15px;
    padding: 0px;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option::before {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
    width: 16px;
    height: 16px;
    border: 3px solid transparent;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    visibility: visible;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s ease-in;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option:hover::before {
    visibility: visible;
    border: 3px solid #fff;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option.selected {
    outline: none;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option.selected::before {
    border: 2px solid #fff;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option[data-option-label="White"] {
    border: 1px solid #ccc;
  }
  .page-with-filter .main .block.filter .filter-content .filter-options-content .swatch-attribute.color .swatch-option[data-option-label="Blanca"] {
    border: 1px solid #ccc;
  }
  .page-with-filter .main .block.filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
    line-height: 1.1;
  }
  .page-with-filter .main .block.filter.active .filter-title strong:hover {
    background: none;
    border: 0;
  }
  .products-grid .product-items .product-li.four-blocks {
    width: 33.33%;
  }
  .products-grid .product-items .product-li.three-blocks {
    width: 33.33%;
  }
  .products-grid .product-items .product-li.five-blocks {
    width: 33.33%;
  }
  .products-grid .product-items .product-li.six-blocks {
    width: 33.33%;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart {
    padding: 9px 10px;
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  .catalog-category-view.page-layout-2columns-left .page-wrapper .column.main {
    padding-left: 10px;
    box-sizing: border-box;
    width: 68%;
  }
  .catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar-additional,
  .catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar-main {
    padding-right: 10px;
    box-sizing: border-box;
    width: 32%;
  }
  .page-products .page-title-wrapper {
    margin-top: 0px;
  }
  .page-products .page-title-wrapper .page-title {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .page-with-filter .main .block#layered-filter-block {
    padding: 0;
    border: none;
    margin: 0px;
  }
  .page-with-filter .main .block .block-title {
    display: block;
    position: absolute;
    top: 0;
    padding: 8px 10px;
    margin-bottom: 0;
    color: #fff;
    width: 120px;
    cursor: pointer;
  }
  .page-with-filter .main .block .block-title > strong {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1.4;
    background-color: #000;
    border: 1px solid #000;
    box-shadow: none;
  }
  .page-with-filter .main .block .block-title > strong:hover {
    background-color: #fff;
    color: #000;
  }
  .page-with-filter .main .block .block-content {
    padding: 0px;
  }
  .page-with-filter .main .block .block-content.filter-content {
    margin: 0px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current {
    display: inline-block;
    margin-bottom: 15px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current + .filter-actions {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 0;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current .block-subtitle {
    color: #333333;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    display: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current ol.items {
    margin-bottom: 15px;
    padding: 0;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current ol.items .item {
    margin: 0 10px 0px 0px;
    padding: 0;
    position: relative;
    padding-right: 20px;
    letter-spacing: 0.5px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current ol.items .item .filter-label {
    color: #333333;
    margin-bottom: 0;
    font-weight: 600;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current ol.items .item .filter-value {
    color: #000;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current .action.remove {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current .action.remove:after {
    content: "\e616";
    font-family: "luma-icons";
    float: right;
    color: #000;
    font-size: 12px;
    line-height: 22px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current .action.remove:before {
    display: none !important;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current .action.remove > span {
    display: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-current .filter-options {
    border: none;
    margin: 0px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-subtitle {
    display: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options {
    display: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-item {
    border: none;
    padding: 0;
    display: block;
    clear: both;
    margin-bottom: 5px;
    width: 25%;
    margin-right: 10px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title {
    border-bottom: #000;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    content: "\f106";
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-item::before,
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-item::after {
    display: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-title {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
    word-break: break-all;
    display: block;
    padding: 10px 15px 10px 0px;
    position: relative;
    border-bottom: 1px solid #e1e2e3;
    margin-bottom: -1px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-title:after {
    display: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content {
    margin: 0;
    padding: 6px 15px 12px 0px;
    display: block;
    width: auto;
    position: unset;
    border: none;
    box-shadow: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute .swatch-option {
    background: transparent;
    color: #000;
    border: 1px solid #000;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute .swatch-option.text {
    font-size: 12px;
    font-weight: 500;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute .swatch-option:focus {
    box-shadow: 0 0 3px 1px #ccc;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute .swatch-option:hover {
    outline: none;
    border: 1px solid #e1e2e3;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute.color .swatch-option {
    border: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 15px;
    padding: 0px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute.color .swatch-option::before {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
    width: 16px;
    height: 16px;
    border: 3px solid transparent;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    visibility: visible;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s ease-in;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute.color .swatch-option:hover::before {
    visibility: visible;
    border: 3px solid #fff;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute.color .swatch-option.selected {
    outline: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute.color .swatch-option.selected::before {
    border: 2px solid #fff;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute.color .swatch-option[data-option-label="White"] {
    border: 1px solid #ccc;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .swatch-attribute.color .swatch-option[data-option-label="Blanca"] {
    border: 1px solid #ccc;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item {
    padding: 3px 0px;
    margin: 3px 0px;
    border-bottom: none;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item .count::before {
    margin-right: -5px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a span {
    color: #000;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a:focus,
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a:active {
    color: #000;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a:hover {
    text-decoration: underline;
    background: transparent;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page-with-filter .main .block .block-content.filter-content .filter-options .filter-options-content .items .item:hover {
    background: transparent;
  }
  .page-with-filter .main .block.active .block-content {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 15px;
  }
  .page-with-filter .main .block.active .block-content.filter-content .filter-options {
    display: flex !important;
    margin-top: 0px;
  }
  .page-with-filter .main .block.active .filter-subtitle {
    display: none;
  }
}
@media (min-width: 992px) {
  .catalog-category-view.page-layout-2columns-left .page-wrapper .column.main {
    padding-left: 15px;
    box-sizing: border-box;
    width: 75%;
  }
  .catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar-additional,
  .catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar-main {
    padding-right: 15px;
    box-sizing: border-box;
    width: 25%;
  }
}
.products-list.products {
  margin: 15px 0 5px;
}
.products-list .products {
  margin: 0;
}
.products-list .list-row {
  display: block;
}
.products-list .product-items .product-item {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.products-list .product-items .product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.products-list .product-items .product-item .product-item-info {
  display: block;
  font-size: 0;
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .pro-img {
  position: relative;
  overflow: hidden;
  height: auto;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 30%;
  padding-right: 0;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 0;
}
.products-list .product-items .product-item .product-item-info .pro-img > a {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .pro-img > a.add-border {
  padding: 0;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.products-list .product-items .product-item .product-item-info .pro-img > a > span.product-image-container {
  display: block;
}
.products-list .product-items .product-item .product-item-info .pro-img > a > span.product-image-container .product-image-wrapper {
  height: auto;
}
.products-list .product-items .product-item .product-item-info .pro-img > a .defaultImg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.products-list .product-items .product-item .product-item-info .pro-img > a .hoverImg {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  visibility: hidden;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
}
.products-list .product-items .product-item .product-item-info .pro-img .new-label {
  background: #8b8f98;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 8px 2px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  font-size: 13px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 1;
}
.products-list .product-items .product-item .product-item-info .pro-img .new-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -4px;
  border-width: 3px;
  border-color: #8b8f98 #8b8f98 transparent transparent;
  border-style: solid;
}
.products-list .product-items .product-item .product-item-info .pro-img .sale-label {
  background: #051829;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 8px 2px;
  position: absolute;
  left: 10px;
  text-transform: uppercase;
  top: 10px;
  font-size: 13px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 1;
}
.products-list .product-items .product-item .product-item-info .pro-img .sale-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -4px;
  border-width: 3px;
  border-color: #051829 #051829 transparent transparent;
  border-style: solid;
}
.products-list .product-items .product-item .product-item-info .product-item-details {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 30px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin: 0 0 8px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:active,
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:focus {
  color: #000000;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #555555;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.view,
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.add {
  color: #000;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.view:active,
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.add:active,
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.view:focus,
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.add:focus {
  color: #000;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.view:hover,
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions .action.add:hover {
  color: #333;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box {
  display: block;
  margin: 5px 0 0px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .normal-price .price-label {
  display: none;
  margin-right: 6px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #000000;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin: 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price:after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 13px;
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #555555;
  line-height: 22px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from,
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to {
  margin-bottom: 5px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from .price-label,
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to .price-label {
  display: none;
  margin-right: 6px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from .old-price,
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to .old-price {
  margin-left: 5px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-from .old-price .price-container .price-label,
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-to .old-price .price-container .price-label {
  display: none;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary {
  padding: 9px 20px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1.6rem;
  margin-right: 5px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.only-icon {
  width: 40px;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 40px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.only-icon:before {
  content: '\f07a';
  font-family: "Fontawesome";
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.only-icon.disabled:not(.added):before {
  content: '\f110';
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
  font-family: "Fontawesome";
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.only-icon.added:before {
  content: '\f00c';
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.only-icon span {
  display: none;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-description {
  margin: 18px 0;
  font-size: 15px;
  color: #555555;
  line-height: 24px;
}
.products-list .product-items .product-item .product-item-info:hover .pro-img > a .hoverImg {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.products-grid.products {
  margin: 0px;
}
.products-grid .products {
  margin: 0;
}
.products-grid .list-row {
  margin-left: -15px;
  margin-right: -15px;
}
.products-grid .product-items .product-li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
}
.products-grid .product-items .product-li.slider-li {
  width: auto;
  margin-bottom: 0;
  padding: 0 15px;
  display: none;
}
.products-grid .product-items .product-li.three-blocks {
  width: 33.33%;
}
.products-grid .product-items .product-li.four-blocks {
  width: 25%;
}
.products-grid .product-items .product-li.five-blocks {
  width: 20%;
}
.products-grid .product-items .product-li.six-blocks {
  width: 16.6666%;
}
.products-grid .product-items .product-li .product-item-info {
  width: 100%;
  display: block;
  position: relative;
}
.products-grid .product-items .product-li .product-item-info .pro-img {
  position: relative;
  overflow: hidden;
  height: auto;
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.products-grid .product-items .product-li .product-item-info .pro-img > a {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
}
.products-grid .product-items .product-li .product-item-info .pro-img > a.add-border {
  padding: 0;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.products-grid .product-items .product-li .product-item-info .pro-img > a > span.product-image-container {
  display: block;
}
.products-grid .product-items .product-li .product-item-info .pro-img > a > span.product-image-container .product-image-wrapper {
  height: auto;
}
.products-grid .product-items .product-li .product-item-info .pro-img > a .defaultImg {
  position: relative;
  display: block;
}
.products-grid .product-items .product-li .product-item-info .pro-img > a .hoverImg {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  visibility: hidden;
  left: 0;
  right: 0;
  max-width: 100%;
  display: block;
  height: 100%;
  top: 0;
}
.products-grid .product-items .product-li .product-item-info .pro-img .new-label {
  background: #051829;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 8px 2px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  font-size: 13px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 1;
}
.products-grid .product-items .product-li .product-item-info .pro-img .new-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -4px;
  border-width: 3px;
  border-color: #051829 #051829 transparent transparent;
  border-style: solid;
}
.products-grid .product-items .product-li .product-item-info .pro-img .sale-label {
  background: #b30000;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 8px 2px;
  position: absolute;
  left: 10px;
  text-transform: uppercase;
  top: 10px;
  font-size: 13px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 1;
}
.products-grid .product-items .product-li .product-item-info .pro-img .sale-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -4px;
  border-width: 3px;
  border-color: #b30000 #b30000 transparent transparent;
  border-style: solid;
}
.products-grid .product-items .product-li .product-item-info.related-available .product-item-details .product-item-name {
  padding-left: 20px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details {
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 14px;
  position: relative;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-name {
  margin: 13px 0 11px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-name .product-item-link:active,
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-name .product-item-link:focus {
  color: #000000;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  text-decoration: underline;
  color: #000;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 11px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box {
  display: block;
  margin: 11px 0 11px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .special-price {
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .normal-price .price-label {
  display: none;
  margin-right: 6px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #000000;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .old-price {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .old-price:after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100%;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #000;
  line-height: 24px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from,
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to {
  margin-bottom: 5px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from .price-label,
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to .price-label {
  display: inline-block;
  margin-right: 6px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from .price-container .price-wrapper,
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to .price-container .price-wrapper {
  display: inline-block;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from .old-price,
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to .old-price {
  margin-left: 5px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from .old-price .price-container .price-label,
.products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to .old-price .price-container .price-label {
  display: none;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute .swatch-option {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute .swatch-option.text {
  font-size: 12px;
  font-weight: 500;
  padding: 0px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute .swatch-option:focus {
  box-shadow: 0 0 3px 1px #ccc;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute .swatch-option:hover {
  outline: none;
  border: 1px solid #e1e2e3;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute.color .swatch-option {
  border: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 15px;
  padding: 0px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute.color .swatch-option::before {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: 16px;
  height: 16px;
  border: 3px solid transparent;
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  visibility: visible;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute.color .swatch-option:hover::before {
  visibility: visible;
  border: 3px solid #fff;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute.color .swatch-option.selected {
  outline: none;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute.color .swatch-option.selected::before {
  border: 2px solid #fff;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute.color .swatch-option[data-option-label="White"] {
  border: 1px solid #ccc;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .swatch-attribute.color .swatch-option[data-option-label="Blanca"] {
  border: 1px solid #ccc;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary {
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 500;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart {
  padding: 9px 13px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon {
  width: 36px;
  padding: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 36px;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon:before {
  content: '\f07a';
  font-family: "Fontawesome";
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon.disabled:not(.added):before {
  content: '\f110';
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
  font-family: "Fontawesome";
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon.added:before {
  content: '\f00c';
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon span {
  display: none;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action {
  color: #333333;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 1px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  display: inline-block;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:before {
  margin: 0;
  width: auto;
  font-size: 14px;
  line-height: 38px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  color: #333333;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action.towishlist:before {
  content: '\e600';
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action.tocompare:before {
  content: '\e61e';
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:active,
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:focus,
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:visited {
  color: #333333;
  text-decoration: none;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:active:before,
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:focus:before,
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:visited:before {
  color: #333333;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:hover {
  color: #555;
  text-decoration: none;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:hover:before {
  color: #555;
}
.products-grid .product-items .product-li .product-item-info.cart-in .pro-img > a:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.products-grid .product-items .product-li .product-item-info.cart-in .product-item-details .product-item-inner .product-item-actions .actions-primary {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.products-grid .product-items .product-li .product-item-info.cart-in .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart {
  padding: 9px 20px;
}
.products-grid .product-items .product-li .product-item-info.cart-in:hover .pro-img {
  display: block;
}
.products-grid .product-items .product-li .product-item-info.cart-in:hover .pro-img > a:after {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  z-index: 1;
}
.products-grid .product-items .product-li .product-item-info.cart-in:hover .product-item-details .product-item-inner .product-item-actions .actions-primary {
  top: -110px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.products-grid .product-items .product-li .product-item-info.addto-in .pro-img > a:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action {
  color: #ffffff;
  border: 1px solid;
  margin: 0 4px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: transparent;
  box-sizing: border-box;
}
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:before {
  color: #ffffff;
  line-height: 34px;
}
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:active,
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:focus,
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:visited {
  color: #ffffff;
  border-color: #ffffff;
}
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:active:before,
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:focus:before,
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:visited:before {
  color: #ffffff;
}
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:hover {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.products-grid .product-items .product-li .product-item-info.addto-in .product-item-details .product-item-inner .product-item-actions .actions-secondary > .action:hover:before {
  color: #ffffff;
}
.products-grid .product-items .product-li .product-item-info.addto-in:hover .pro-img {
  display: block;
}
.products-grid .product-items .product-li .product-item-info.addto-in:hover .pro-img > a:after {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  z-index: 1;
}
.products-grid .product-items .product-li .product-item-info.addto-in:hover .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  top: -60px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: static;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 4px;
  border: 1px solid;
  border-radius: 0;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon:active,
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon:focus,
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon:visited {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon:hover {
  color: #ffffff;
  background: #000;
  border-color: #000;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: static;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon:hover .product-item-details .product-item-inner .product-item-actions {
  top: -60px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.products-grid .product-items .product-li .product-item-info.cart-in.addto-in.cart-icon:hover .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart.only-icon {
  padding: 0;
}
.products-grid .product-items .product-li .product-item-info:hover .pro-img > a .hoverImg {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media (max-width: 1199px) {
  /*.products-grid {
        .product-items {
            .product-li {
                &.four-blocks {
                    width: 33.33%;
                }
                &.three-blocks {
                    width: 33.33%;
                }
                &.five-blocks {
                    width: 25%;
                }
                &.six-blocks {
                    width: 25%;
                }
            }
        }
    }*/
  .products-grid .product-items.owl-theme.owl-carousel .owl-nav > button.owl-prev {
    left: -5px;
  }
  .products-grid .product-items.owl-theme.owl-carousel .owl-nav > button.owl-next {
    right: -5px;
  }
  .products-list .product-items.owl-theme.owl-carousel .owl-nav > button.owl-prev {
    left: -15px;
  }
  .products-list .product-items.owl-theme.owl-carousel .owl-nav > button.owl-next {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .products-list .product-items .product-item .product-item-info .pro-img {
    width: 40%;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details {
    width: 60%;
  }
  .products-grid .list-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .product-items .product-li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .products-grid .product-items .product-li.slider-li {
    padding: 0 10px;
  }
  .products-grid .product-items .product-li.four-blocks {
    width: 50%;
  }
  .products-grid .product-items .product-li.three-blocks {
    width: 50%;
  }
  .products-grid .product-items .product-li.five-blocks {
    width: 33.33%;
  }
  .products-grid .product-items .product-li.six-blocks {
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .products-list .product-items .product-item .product-item-info .pro-img {
    width: 100%;
    max-width: 300px;
    padding-right: 0 !important;
    margin-bottom: 15px;
  }
  .products-list .product-items .product-item .product-item-info .product-item-details {
    width: 100%;
    padding-left: 0 !important;
  }
  .products-grid .product-items .product-li.four-blocks {
    width: 50%;
  }
  .products-grid .product-items .product-li.three-blocks {
    width: 50%;
  }
  .products-grid .product-items .product-li.five-blocks {
    width: 50%;
  }
  .products-grid .product-items .product-li.six-blocks {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .products-grid .product-items .product-li {
    margin-bottom: 20px;
  }
  .products-grid .product-items .product-li .product-item-info .pro-img .sale-label {
    padding: 2px 6px 2px;
    left: 8px;
    top: 8px;
    font-size: 12px;
  }
  .products-grid .product-items .product-li .product-item-info .pro-img .new-label {
    padding: 2px 6px 2px;
    right: 8px;
    top: 8px;
    font-size: 12px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .product-item-name {
    margin: 10px 0 8px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 14px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .product-reviews-summary {
    margin-bottom: 9px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box {
    margin: 9px 0 9px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .special-price {
    margin-right: 4px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .normal-price .price-label {
    margin-right: 4px;
    font-size: 13px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .old-price:after {
    top: 11px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 13px;
    line-height: 24px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from,
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to {
    margin-bottom: 5px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from .price-label,
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to .price-label {
    margin-right: 4px;
    font-size: 13px;
  }
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-from .old-price,
  .products-grid .product-items .product-li .product-item-info .product-item-details .price-box .price-to .old-price {
    margin-left: 4px;
  }
  .products-grid .product-items .product-li .product-item-info.cart-in .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart.primary.tocart {
    padding: 8px 12px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-category-view .toolbar.toolbar-products .toolbar-amount {
    left: 18%;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .catalog-category-view .toolbar.toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .catalog-category-view .toolbar.toolbar-products .toolbar-amount {
    left: 24%;
  }
  .catalog-category-view .products.wrapper + .toolbar-products {
    position: unset;
  }
}
@media (max-width: 599px) {
  .catalog-category-view .toolbar.toolbar-products .toolbar-amount {
    left: unset;
    right: 0;
    position: absolute;
  }
  .catalog-category-view .toolbar.toolbar-products .sorter {
    position: unset;
  }
}
.nutech_quickview-catalog_product-view .messages {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .catalog-product-view .page-wrapper .product-info-main {
    width: 49%;
    margin-bottom: 30px;
  }
  .catalog-product-view .page-wrapper .product.media {
    width: 48%;
    margin-bottom: 30px;
  }
  .modal-popup.add-to-cart-popup .modal-inner-wrap {
    width: 500px;
  }
}
.catalog-product-view .product.media {
  position: relative;
}
.catalog-product-view .product.media .product-labels .sale-label {
  background: #b30000;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 15px 5px;
  position: absolute;
  left: 15px;
  text-transform: uppercase;
  top: 15px;
  font-size: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.catalog-product-view .product.media .product-labels .sale-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -6px;
  border-width: 4px;
  border-color: #b30000 #b30000 transparent transparent;
  border-style: solid;
}
.catalog-product-view .product.media .product-labels .new-label {
  background: #051829;
  color: #ffffff;
  font-weight: 700;
  padding: 6px 15px 5px;
  position: absolute;
  left: 15px;
  text-transform: uppercase;
  top: 15px;
  font-size: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.catalog-product-view .product.media .product-labels .new-label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -6px;
  border-width: 4px;
  border-color: #051829 #051829 transparent transparent;
  border-style: solid;
}
.catalog-product-view .product.media .product-labels .new-label + .sale-label {
  top: 65px;
}
.product.media .fotorama__thumb {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.product.media .fotorama__stage {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.product.media .fotorama__stage * {
  box-sizing: border-box;
}
.product.media .fotorama__stage:before {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.product.media .fotorama__stage:after {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}
.fotorama-item.fotorama--fullscreen .fotorama__stage .product-label-wrapper {
  display: none !important;
}
.catalog-product-view .product-page-static {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  line-height: 24px;
  background: #f2f2f2;
  padding: 18px;
}
.catalog-product-view .product-page-static p {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.catalog-product-view .product-page-static p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-page-static p > strong {
  color: #333333;
}
.catalog-product-view .product-page-static p > span {
  color: #227ed1;
}
.catalog-product-view .product-info-main .product-timer-wrapper {
  display: block;
  margin-bottom: 25px;
}
.catalog-product-view .product-info-main .product-timer-wrapper > span {
  color: #333333;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 5px 0 20px;
  text-align: center;
  clear: both;
}
.catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer * {
  box-sizing: border-box;
}
.catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer .timer {
  padding: 0;
  display: block;
  font-size: 0;
}
.catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer .timer .timer-wrapper {
  display: inline-block;
  width: 25%;
  padding: 0 10px 0 0;
}
.catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer .timer .timer-wrapper .time {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 48px;
  background: #333333;
  border-radius: 5px;
}
.catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer .timer .timer-wrapper .text {
  font-size: 13px;
  color: #555555;
  font-weight: 600;
}
.catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
  margin-bottom: 10px;
  color: #000;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
  margin-right: 18px;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.view {
  margin-right: 18px;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.view,
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.add {
  font-weight: 400;
  color: #000;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.view:active,
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.add:active,
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.view:visited,
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.add:visited {
  color: #000;
}
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.view:hover,
.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions .action.add:hover {
  color: #555;
}
.catalog-product-view .product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  display: block;
  width: auto;
  padding-bottom: 18px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-wrapper .price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  display: block;
}
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price {
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .product-info-main .product-info-price .price-box .normal-price .price-container .price-label {
  font-size: 16px;
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price {
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-wrapper .price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #DA3453;
  display: block;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-wrapper .price {
  font-size: 14px;
  line-height: 18px;
  display: block;
  font-weight: 400;
  color: #000;
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-wrapper .price:after {
  content: "";
  display: block;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from .price-container,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to .price-container {
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from .price-container > .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to .price-container > .price-label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from .price-container > .price-wrapper,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to .price-container > .price-wrapper {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from .old-price,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to .old-price {
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
  display: block;
  text-align: left;
  padding-left: 0;
  padding-bottom: 0px;
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.available > span {
  font-weight: 500;
  text-transform: none;
  color: #222;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.available > span:before {
  content: "\f046";
  font-family: "Fontawesome";
  color: green;
  font-weight: normal;
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable > span {
  color: red;
  font-weight: 500;
  text-transform: none;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku {
  float: right;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .type {
  color: #222;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .value {
  color: #222;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 18px 0 10px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}
.catalog-product-view .product-info-main .product.attribute.overview .type {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.catalog-product-view .product-info-main .product.attribute.overview .value {
  font-size: 15px;
  color: #000;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 24px;
  display: block;
}
.catalog-product-view .product-info-main .product.attribute.overview .value ul {
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .prices-tier {
  font-size: 16px;
}
.catalog-product-view .product-info-main .prices-tier .price-container .price {
  color: #b30000;
}
.catalog-product-view .product-info-main .prices-tier .benefit {
  color: #b30000;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 10px;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 0 0 20px;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-option {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-option.text {
  font-size: 12px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-option:focus {
  box-shadow: 0 0 3px 1px #ccc;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-option:hover {
  outline: none;
  border: 1px solid #e1e2e3;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option {
  border: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 15px;
  padding: 0px;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option::before {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: 16px;
  height: 16px;
  border: 3px solid transparent;
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  visibility: visible;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option:hover::before {
  visibility: visible;
  border: 3px solid #fff;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option.selected {
  outline: none;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option.selected::before {
  border: 2px solid #fff;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option[data-option-label="White"] {
  border: 1px solid #ccc;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-option[data-option-label="Blanca"] {
  border: 1px solid #ccc;
}
.catalog-product-view .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  padding-left: 5px;
  color: #333;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  position: relative;
  padding-bottom: 5px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: bottom;
  color: #000;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty #qty-error {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty #qty {
  height: 52px;
  border-color: #ccc;
  width: 60px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty #qty:focus {
  box-shadow: 0 0 3px 1px #ccc;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .qty-main {
  border: 1px solid #ccc;
  display: inline-block;
  height: 51px;
  margin-left: -1px;
  vertical-align: top;
  width: 25px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .qty-main .qty-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 8px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 100%;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .qty-main .qty-btn.qty-inc {
  border-bottom: 1px solid #ccc;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .qty-main .qty-btn.qty-dec {
  line-height: 20px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .qty-main .qty-btn:hover {
  color: #555;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  margin-right: 0;
  width: auto;
  margin-bottom: 0;
  padding: 14px 25px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-social-links .action.towishlist,
.catalog-product-view .product-info-main .product-social-links .action.tocompare,
.catalog-product-view .product-info-main .product-social-links .action.mailto {
  color: #000;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-social-links .action.towishlist:focus,
.catalog-product-view .product-info-main .product-social-links .action.tocompare:focus,
.catalog-product-view .product-info-main .product-social-links .action.mailto:focus,
.catalog-product-view .product-info-main .product-social-links .action.towishlist:active,
.catalog-product-view .product-info-main .product-social-links .action.tocompare:active,
.catalog-product-view .product-info-main .product-social-links .action.mailto:active {
  color: #000;
}
.catalog-product-view .product-info-main .product-social-links .action.towishlist:hover,
.catalog-product-view .product-info-main .product-social-links .action.tocompare:hover,
.catalog-product-view .product-info-main .product-social-links .action.mailto:hover {
  color: #555;
}
.catalog-product-view .product-info-main .bundle-actions {
  margin: 25px 0 25px;
}
.catalog-product-view .product-info-main .bundle-actions .action.primary.customize {
  padding: 14px 25px;
  font-weight: 600;
}
.catalog-product-view .product.data.items .item.title .switch {
  font-weight: 500;
  border: 1px solid #ccc;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
}
.catalog-product-view .product.data.items .item.title .switch .counter {
  color: #333;
}
.catalog-product-view .product.data.items .item.title .switch:hover {
  color: #333;
}
.catalog-product-view .product.data.items > .item.content {
  border: 1px solid #ccc;
  padding: 15px;
}
.catalog-product-view .product.data.items > .item.content .description {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.catalog-product-view .product.data.items > .item.content .description ul {
  padding-left: 20px;
}
.catalog-product-view .product.data.items > .item.content .review-list .review-item .review-ratings {
  margin-right: 20px;
}
.catalog-product-view .product.data.items > .item.content .review-list .review-item .review-ratings .rating-result > span:before {
  color: #000;
}
.catalog-product-view .product.data.items > .item.content .review-list .review-item .review-content {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.catalog-product-view .product.data.items > .item.content .review-list .review-item .review-details {
  text-align: right;
  font-weight: 500;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form {
  max-width: 100%;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-legend {
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-legend span {
  display: inline-block;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-legend strong {
  display: inline-block;
  font-weight: 500;
  padding-left: 5px;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .action.submit.primary {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  letter-spacing: 0.5px;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-field-rating {
  padding-bottom: 20px;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-field-rating .control {
  float: left;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-field-rating .label {
  float: left;
  clear: left;
  width: 50px;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-field-ratings .label {
  font-weight: 500;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-field-ratings .review-control-vote {
  margin: 0px;
  margin-left: 20px;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-field-ratings .review-control-vote:before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.catalog-product-view .product.data.items > .item.content .review-add .review-form .review-field-ratings .review-control-vote label:before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  color: #000;
}
.catalog-product-view .bundle-options-container {
  clear: both;
  margin-bottom: 0;
}
.catalog-product-view .bundle-options-container .product-add-form {
  float: left;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper fieldset.fieldset {
  margin-bottom: 25px;
}
.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper fieldset.fieldset > .legend.title {
  font-size: 24px;
  font-weight: 500;
}
.catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-bottom {
  border-top: none;
  margin: 0 0 15px;
  padding-top: 15px;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary {
  margin-top: 0;
  padding: 0;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .title {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 18px;
  padding-bottom: 12px;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .title > strong {
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart {
  margin-bottom: 25px;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty .label {
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty #qty-error {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty #qty {
  height: 52px;
  border-color: #e1e1e1;
  width: 60px;
  color: #333333;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty .qty-main {
  border: 1px solid #e1e1e1;
  display: inline-block;
  height: 51px;
  margin-left: -1px;
  vertical-align: top;
  width: 25px;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty .qty-main .qty-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 8px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 100%;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty .qty-main .qty-btn.qty-inc {
  border-bottom: 1px solid #e1e1e1;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty .qty-main .qty-btn.qty-dec {
  line-height: 20px;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty .qty-main .qty-btn:hover {
  color: #227ed1;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .actions {
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .actions .action.tocart {
  margin-right: 0;
  width: auto;
  margin-bottom: 0;
  padding: 14px 25px;
  font-weight: 600;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .price-box .price-as-configured .price {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color: #227ed1;
  display: block;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-summary {
  margin-top: 25px;
}
.catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-summary > .subtitle {
  margin-bottom: 18px;
  padding-bottom: 12px;
  font-weight: 500;
  line-height: 1.1;
  font-size: 24px;
  margin-top: 0;
}
.catalog-product-view.page-product-grouped .product-info-main .product.attribute.overview {
  border-bottom: none;
  padding-bottom: 0;
}
.catalog-product-view.page-product-grouped .product-info-main .product-info-price .price-box {
  padding-bottom: 5px;
}
.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table-wrapper.grouped {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table-wrapper.grouped > .table {
  border: 1px solid #e1e1e1;
}
.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table-wrapper.grouped > .table tr th,
.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table-wrapper.grouped > .table tr td {
  padding: 10px 15px;
}
.catalog-product-view.page-product-grouped .product-info-main .product-add-form .table-wrapper.grouped > .table tr td .product-item-name {
  margin-top: 0;
}
.catalog-product-view.page-product-downloadable .page-wrapper .product-info-main {
  margin-bottom: 15px;
}
.catalog-product-view.page-product-downloadable .page-wrapper .product-add-form {
  clear: none;
  margin-bottom: 25px;
  float: right;
  width: 49%;
}
.catalog-product-view.page-product-downloadable .page-wrapper .product-add-form .product-options-wrapper {
  width: 100%;
}
.catalog-product-view.page-product-downloadable .page-wrapper .product-add-form .product-options-bottom {
  width: 100%;
}
.catalog-product-view.page-product-downloadable .page-wrapper .product-add-form .product-options-bottom .box-tocart {
  margin-bottom: 0;
}
.catalog-product-view.page-product-downloadable .page-wrapper .product-add-form .product-options-bottom .box-tocart .action.primary.tocart {
  margin-bottom: 5px;
  width: auto;
  padding: 14px 25px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related,
  .catalog-product-view .block.upsell {
    margin-bottom: 20px;
  }
  .catalog-product-view .column.main {
    padding-bottom: 0;
  }
  .catalog-product-view .product-info-main .product-social-links {
    margin: 0;
    text-align: left;
  }
  .catalog-product-view .product-info-main .product-social-links .action.mailto {
    margin-top: 0;
  }
  .catalog-product-view .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 13px;
  }
  .catalog-product-view .product.media {
    margin-bottom: 10px;
  }
  .catalog-product-view .product.info.detailed {
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title > .switch {
    border: 1px solid #ccc;
    margin-bottom: 0;
    background: #f5f5f5;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content {
    padding: 15px;
    border: 1px solid #ccc;
    margin-top: -1px;
    box-sizing: border-box;
  }
  .catalog-product-view.page-product-downloadable .page-wrapper .product-add-form {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-main .product-info-price {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box {
    padding-left: 0;
  }
  .catalog-product-view.page-product-downloadable .page-wrapper .product-info-price ~ :last-child::after {
    border-bottom: 1px solid #e1e1e1;
    margin: 15px 0 5px;
  }
}
@media (max-width: 479px) {
  .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
    font-size: 13px;
    padding: 12px 5px;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-widgets {
    margin: 0;
  }
  .catalog-product-view .product.media .product-labels .new-label {
    padding: 4px 12px 4px;
    font-size: 13px;
  }
  .catalog-product-view .product.media .product-labels .sale-label {
    padding: 4px 12px 4px;
    font-size: 13px;
  }
  .catalog-product-view .product.media .product-labels .new-label + .sale-label {
    top: 35px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
    margin-bottom: 12px;
  }
  .catalog-product-view .product-info-main .product-reviews-summary {
    margin-bottom: 16px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    width: auto;
  }
  .catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer {
    max-width: 240px;
  }
  .catalog-product-view .product-info-main .product-timer-wrapper .timer-wrapper-outer .timer .timer-wrapper .time {
    font-size: 18px;
    line-height: 40px;
  }
  .catalog-product-view .product-info-main .bundle-actions .action.primary.customize {
    padding: 14px 15px;
    font-size: 16px;
  }
  .catalog-product-view .bundle-options-container .product-add-form {
    padding: 20px;
    margin-bottom: 25px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper fieldset.fieldset > .legend.title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper fieldset.fieldset > action.back {
    margin-bottom: 20px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-bottom {
    margin: 0 0 5px;
    padding-top: 5px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .title {
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .title > strong {
    font-size: 18px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart {
    margin-bottom: 10px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart > .fieldset {
    margin-bottom: 10px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .field.qty {
    margin: 0 10px 10px 0;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .actions {
    margin: 0 0 10px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-info .product-details .box-tocart .actions .action.tocart {
    padding: 14px 10px;
    font-size: 16px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-summary {
    margin-top: 20px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-summary > .subtitle {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .catalog-product-view .bundle-options-container .product-add-form .block-bundle-summary > .content .bundle-summary .bundle.items > li {
    margin-bottom: 10px;
  }
}
.modal-popup.add-to-cart-popup .modal-inner-wrap {
  margin: 15rem auto;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-bottom: none;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-content .add-to-cart-modal-popup {
  font-size: 15px;
  font-weight: 500;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-footer button {
  width: 100%;
  color: #fff;
  background-color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 10px;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-footer button:hover {
  background-color: #fff;
  color: #000;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('../fonts/jost/jost-VF.woff2'), local('Jost-Book'), url(../fonts/jost/jost-VF.woff) format("woff-variations"), url(../fonts/jost/jost-VF.woff2) format("woff2-variations"), url(../fonts/jost/Jost-400-Book.woff) format('woff'), url(../fonts/jost/Jost-400-Book.woff2) format('woff2'), url(../fonts/jost/Jost-500-Medium.woff) format('woff'), url(../fonts/jost/Jost-500-Medium.woff2) format('woff2');
}
/**
 * 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 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .register-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 {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .register-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) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .register-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) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .register-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) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .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,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .register-container:before,
  .register-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,
  .cart-container:after,
  .login-container:after,
  .register-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 20px;
  }
  .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-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .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-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: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .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: 5px 10px;
  }
  .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: -14px 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 #e1e1e1;
  }
  .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: 30px;
    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 {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-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 {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .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: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 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: 25px;
  }
  .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 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 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: #000000;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #e1e1e1;
    color: #e1e1e1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000000;
    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: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    height: 40px;
    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: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #e1e1e1;
  }
  .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 .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 #e1e1e1;
  }
  .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 #e1e1e1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .nuquote-action-wrap .action.tocart {
    width: 48%;
  }
  .nuquote-cart-wrapper.minicart-wrapper {
    margin-bottom: 0;
    margin-right: 0;
  }
  .nuquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .nuquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .nuquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .quote-details {
    padding: 0;
  }
  .nulogic_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .nulogic_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 10px / 2 0 0;
  }
  .nulogic_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e1e1e1;
  }
  .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 #e1e1e1;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    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: 10px 20px;
    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 .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: 20px;
  }
  .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(225, 225, 225, 0.3);
    color: #5e5e5e;
    border: 1px solid #e1e1e1;
    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 #e1e1e1;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(225, 225, 225, 0.8), inset 0 -1px 0 0 rgba(225, 225, 225, 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: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .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: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    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: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 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;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    padding: 1px 20px 25px;
    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 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 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;
    margin: 0px;
  }
  .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 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    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: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .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: 100%/4;
  }
  .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;
  }
  html:lang(es) .page-wrapper .page-header.type1 .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number::after {
    content: "elementos";
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: none;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #ccc;
    top: 38px/2;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #ccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #555555;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #000000;
    border-color: #000000;
  }
  .opc-progress-bar-item._active > span {
    color: #333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #000000;
    border-color: #000000;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #000000;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .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 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .customer-account-create .page-title-wrapper {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .login-container .block.login .actions-toolbar > .primary,
  .register-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary,
  .register-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control,
  .register-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset {
    margin-bottom: 0px;
  }
  .form-create-account .fieldset .field.field-name-firstname {
    width: 48%;
    float: left;
    margin-bottom: 20px;
  }
  .form-create-account .fieldset .field.field-name-lastname {
    width: 48%;
    float: right;
  }
  .form-create-account .fieldset .field.password {
    width: 48%;
    float: left;
  }
  .form-create-account .fieldset .field.confirmation {
    width: 48%;
    float: right;
  }
  .form-create-account .fieldset .field.field-dob {
    width: 48%;
    float: left;
    clear: both;
  }
  .form-create-account .fieldset .field.gender {
    width: 48%;
    float: right;
  }
  .form-create-account .fieldset .field.choice {
    clear: both;
  }
  .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: 10px;
  }
  .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.search.advanced,
  .form.form-orders-search {
    width: 400px;
    margin: 0px auto;
  }
  .customer-account-forgotpassword .page-title-wrapper {
    width: 400px;
    margin: 0px auto;
  }
  .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: 20px;
    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: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 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: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    font-family: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 38px;
    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: 10px;
  }
  .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 5px;
  }
  .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: 20px;
    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: 20px 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: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .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 #e1e1e1;
  }
  .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 #e1e1e1;
  }
  .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 #e1e1e1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .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: 20px;
  }
  .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: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .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 #e1e1e1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #e1e1e1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #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: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #000000;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .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: 100%/4;
  }
  .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 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .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: 100%/4;
  }
  .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: 10px;
    padding-top: 10px;
  }
  .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: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 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: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .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: 10px 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: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cms-index-index .page-wrapper #maincontent {
    max-width: 100%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNulogic_AdvertisementBlock%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Coupons%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_couponPopup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_OrderDetails%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_order_details.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNulogic_BusinessRegistration%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNulogic_RequestQuote%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNulogic_RequestQuote%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2Ffields%5C%2F_file-uploader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffooter%5C%2Ffooter1.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fheader%5C%2F_header1.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_category.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNuTech_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FNulogic_RequestQuote%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fpages%5C%2F_quote-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FNuTech%5C%2Fbase_lite%5C%2Fen_US%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%3BYAAY%3BACIZ%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%3BACQR%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CoBAAA%3B%3BAAFJ%2CsBAII%3BEACI%2CYAAA%3B%3BAAKA%2CwBAJ0C%3BEAI1C%2CsBANJ%3BIAGQ%2CUAAA%3B%3B%3BAAPZ%2CsBAII%2CkBAMI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C6EAAA%3B%3BAAfZ%2CsBAII%2CkBAMI%2CcAOI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAtBhB%2CsBAII%2CkBAMI%2CcAeI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAhCZ%2CkBAMI%2CcAeI%2CcAWK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAxCpB%2CsBAII%2CkBA0CI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAMA%2CwBAL0C%3BEAK1C%2CsBAlDR%2CkBA0CI%3BIAIQ%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAAnDhB%2CsBAII%2CkBA0CI%2CeAQI%2CaACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAzDpB%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%3BEACI%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAKA%2CwBAJ0C%3BEAI1C%2CsBAjEhB%2CkBA0CI%2CeAQI%2CaAMI%3BIAMQ%2CcAAA%3B%3B%3BAAlExB%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CwBAJ8C%3BEAI9C%2CsBAhFhB%2CkBA0CI%2CeAQI%2CaAMI%2CgBASI%3BIAYQ%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAAlF5B%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMA%2CwBAL0C%3BEAK1C%2CsBA1FpB%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%3BIAIQ%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAA3F5B%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAQI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAnG5B%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAgBI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAxG5B%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAgBI%2CoBAII%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBA1G5B%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAgBI%2CoBAII%2CaAIK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAhHpC%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAgBI%2CoBAII%2CaASI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CsBAvHhC%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAgBI%2CoBAII%2CaAgBK%2CYACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2C0DAAZ%3BEACA%2CYAAY%2CwDAAZ%3B%3BAAMJ%2CwBAL8C%3BEAK9C%2CsBArIhC%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAgBI%2CoBAII%2CaAgBK%2CYACI%3BIAUO%2COAAA%3BIACA%2CQAAA%3BIACA%2CkBAAkB%2C6CAAlB%3B%3B%3BAAvI5C%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBA0BI%2CgBAgBI%2CoBAuCI%3BEACI%2CqBAAA%3B%3BAAUR%2CwBAJ0C%3BEAI1C%2CsBApJpB%2CkBA0CI%2CeAQI%2CaAMI%2CgBAuFI%3BIAEQ%2CkBAAA%3B%3B%3BAArJ5B%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBAuFI%2CSAKI%3BAAxJxB%2CsBAII%2CkBA0CI%2CeAQI%2CaAMI%2CgBAuFI%2CSAKmB%3BEACX%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CsBA3JxB%2CkBA0CI%2CeAQI%2CaAMI%2CgBAuFI%2CSAKI%2CcAOK%3BAAAD%2CsBA3JxB%2CkBA0CI%2CeAQI%2CaAMI%2CgBAuFI%2CSAKmB%2CeAOV%3BEACG%2CgBAAA%3B%3BAAUhC%2CUAAW%2COAAM%3BEACb%2CkBAAA%3B%3BAAIJ%2CwBAH8C%3BEAG9C%2CUALW%2COAAM%3BIAGT%2CkBAAA%3B%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAIJ%2CwBAH8C%3BEAG9C%3BIAFQ%2CkBAAA%3B%3B%3BACm9DR%2CQAX0B%2CuBAAwB%3BEACjD%2CUACC%2CaACC%2CQACC%3BIACC%2CkBAAA%3B%3B%3B%3B%3B%3B%3BACnpEL%2CyBAEG%2CMACI%3BAAFP%2C%2BBACG%2CMACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAARX%2CyBAEG%2CMACI%2CcAMI%3BAARX%2C%2BBACG%2CMACI%2CcAMI%3BEACI%2CaAAA%3B%3BAAVf%2CyBAEG%2CMAWI%2CcAAc%3BAAZrB%2C%2BBACG%2CMAWI%2CcAAc%3BEACV%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhBX%2CyBAmBG%3BAAlBH%2C%2BBAkBG%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CyBAHJ%2CoBAGK%3BAAAD%2C%2BBAHJ%2CoBAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAA7BX%2CyBAmBG%2CoBAYI%3BAA9BP%2C%2BBAkBG%2CoBAYI%3BEACI%2CaAAA%3B%3BAAhCX%2CyBAmBG%2CoBAeI%3BAAjCP%2C%2BBAkBG%2CoBAeI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAxCX%2CyBA2CG%3BAA1CH%2C%2BBA0CG%3BAA3CH%2CyBA4CG%3BAA3CH%2C%2BBA2CG%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAhDP%2CyBA2CG%2CkBAMI%2CmBACI%3BAAjDX%2C%2BBA0CG%2CkBAMI%2CmBACI%3BAAlDX%2CyBA4CG%2CeAKI%2CmBACI%3BAAjDX%2C%2BBA2CG%2CeAKI%2CmBACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApDf%2CyBA2CG%2CkBAMI%2CmBACI%2CaAGI%3BAApDf%2C%2BBA0CG%2CkBAMI%2CmBACI%2CaAGI%3BAArDf%2CyBA4CG%2CeAKI%2CmBACI%2CaAGI%3BAApDf%2C%2BBA2CG%2CeAKI%2CmBACI%2CaAGI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3B%3BAAvDnB%2CyBA2CG%2CkBAgBI%2CcACI%3BAA3DX%2C%2BBA0CG%2CkBAgBI%2CcACI%3BAA5DX%2CyBA4CG%2CeAeI%2CcACI%3BAA3DX%2C%2BBA2CG%2CeAeI%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA9Df%2CyBA2CG%2CkBAgBI%2CcACI%2CYAGI%3BAA9Df%2C%2BBA0CG%2CkBAgBI%2CcACI%2CYAGI%3BAA%5C%2FDf%2CyBA4CG%2CeAeI%2CcACI%2CYAGI%3BAA9Df%2C%2BBA2CG%2CeAeI%2CcACI%2CYAGI%3BEACI%2CyBAAA%3B%3BAAhEnB%2CyBA2CG%2CkBAgBI%2CcAQI%3BAAlEX%2C%2BBA0CG%2CkBAgBI%2CcAQI%3BAAnEX%2CyBA4CG%2CeAeI%2CcAQI%3BAAlEX%2C%2BBA2CG%2CeAeI%2CcAQI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvEf%2CyBA2CG%2CkBAgBI%2CcAQI%2CUAKI%3BAAvEf%2C%2BBA0CG%2CkBAgBI%2CcAQI%2CUAKI%3BAAxEf%2CyBA4CG%2CeAeI%2CcAQI%2CUAKI%3BAAvEf%2C%2BBA2CG%2CeAeI%2CcAQI%2CUAKI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA5EnB%2CyBA2CG%2CkBAgBI%2CcAQI%2CUAKI%2CWAKI%3BAA5EnB%2C%2BBA0CG%2CkBAgBI%2CcAQI%2CUAKI%2CWAKI%3BAA7EnB%2CyBA4CG%2CeAeI%2CcAQI%2CUAKI%2CWAKI%3BAA5EnB%2C%2BBA2CG%2CeAeI%2CcAQI%2CUAKI%2CWAKI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FEvB%2CyBA2CG%2CkBAgBI%2CcAQI%2CUAKI%2CWASI%3BAAhFnB%2C%2BBA0CG%2CkBAgBI%2CcAQI%2CUAKI%2CWASI%3BAAjFnB%2CyBA4CG%2CeAeI%2CcAQI%2CUAKI%2CWASI%3BAAhFnB%2C%2BBA2CG%2CeAeI%2CcAQI%2CUAKI%2CWASI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApFvB%2CyBA0FG%3BAAzFH%2C%2BBAyFG%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhGP%2CyBA0FG%2CeAOI%3BAAhGP%2C%2BBAyFG%2CeAOI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAvGX%2CyBA0FG%2CeAOI%2CYAOI%3BAAvGX%2C%2BBAyFG%2CeAOI%2CYAOI%3BAAxGX%2CyBA0FG%2CeAOI%2CYAQI%3BAAxGX%2C%2BBAyFG%2CeAOI%2CYAQI%3BAAzGX%2CyBA0FG%2CeAOI%2CYASI%3BAAzGX%2C%2BBAyFG%2CeAOI%2CYASI%3BAA1GX%2CyBA0FG%2CeAOI%2CYAUI%3BAA1GX%2C%2BBAyFG%2CeAOI%2CYAUI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAhHf%2CyBA0FG%2CeAOI%2CYAOI%2CiBASI%3BAAhHf%2C%2BBAyFG%2CeAOI%2CYAOI%2CiBASI%3BAAjHf%2CyBA0FG%2CeAOI%2CYAQI%2CiBAQI%3BAAhHf%2C%2BBAyFG%2CeAOI%2CYAQI%2CiBAQI%3BAAjHf%2CyBA0FG%2CeAOI%2CYASI%2CgBAOI%3BAAhHf%2C%2BBAyFG%2CeAOI%2CYASI%2CgBAOI%3BAAjHf%2CyBA0FG%2CeAOI%2CYAUI%2CkBAMI%3BAAhHf%2C%2BBAyFG%2CeAOI%2CYAUI%2CkBAMI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAxHnB%2CyBA0FG%2CeAOI%2CYAOI%2CiBAkBI%3BAAzHf%2C%2BBAyFG%2CeAOI%2CYAOI%2CiBAkBI%3BAA1Hf%2CyBA0FG%2CeAOI%2CYAQI%2CiBAiBI%3BAAzHf%2C%2BBAyFG%2CeAOI%2CYAQI%2CiBAiBI%3BAA1Hf%2CyBA0FG%2CeAOI%2CYASI%2CgBAgBI%3BAAzHf%2C%2BBAyFG%2CeAOI%2CYASI%2CgBAgBI%3BAA1Hf%2CyBA0FG%2CeAOI%2CYAUI%2CkBAeI%3BAAzHf%2C%2BBAyFG%2CeAOI%2CYAUI%2CkBAeI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA5HnB%2CyBA0FG%2CeAOI%2CYAOI%2CiBAkBI%2CaAGI%3BAA5HnB%2C%2BBAyFG%2CeAOI%2CYAOI%2CiBAkBI%2CaAGI%3BAA7HnB%2CyBA0FG%2CeAOI%2CYAQI%2CiBAiBI%2CaAGI%3BAA5HnB%2C%2BBAyFG%2CeAOI%2CYAQI%2CiBAiBI%2CaAGI%3BAA7HnB%2CyBA0FG%2CeAOI%2CYASI%2CgBAgBI%2CaAGI%3BAA5HnB%2C%2BBAyFG%2CeAOI%2CYASI%2CgBAgBI%2CaAGI%3BAA7HnB%2CyBA0FG%2CeAOI%2CYAUI%2CkBAeI%2CaAGI%3BAA5HnB%2C%2BBAyFG%2CeAOI%2CYAUI%2CkBAeI%2CaAGI%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FHvB%2CyBA0FG%2CeAOI%2CYAOI%2CiBAkBI%2CaAOI%3BAAhInB%2C%2BBAyFG%2CeAOI%2CYAOI%2CiBAkBI%2CaAOI%3BAAjInB%2CyBA0FG%2CeAOI%2CYAQI%2CiBAiBI%2CaAOI%3BAAhInB%2C%2BBAyFG%2CeAOI%2CYAQI%2CiBAiBI%2CaAOI%3BAAjInB%2CyBA0FG%2CeAOI%2CYASI%2CgBAgBI%2CaAOI%3BAAhInB%2C%2BBAyFG%2CeAOI%2CYASI%2CgBAgBI%2CaAOI%3BAAjInB%2CyBA0FG%2CeAOI%2CYAUI%2CkBAeI%2CaAOI%3BAAhInB%2C%2BBAyFG%2CeAOI%2CYAUI%2CkBAeI%2CaAOI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnIvB%2CyBA0FG%2CeAOI%2CYAOI%2CiBAkBI%2CaAWI%2CeACI%3BAArIvB%2C%2BBAyFG%2CeAOI%2CYAOI%2CiBAkBI%2CaAWI%2CeACI%3BAAtIvB%2CyBA0FG%2CeAOI%2CYAQI%2CiBAiBI%2CaAWI%2CeACI%3BAArIvB%2C%2BBAyFG%2CeAOI%2CYAQI%2CiBAiBI%2CaAWI%2CeACI%3BAAtIvB%2CyBA0FG%2CeAOI%2CYASI%2CgBAgBI%2CaAWI%2CeACI%3BAArIvB%2C%2BBAyFG%2CeAOI%2CYASI%2CgBAgBI%2CaAWI%2CeACI%3BAAtIvB%2CyBA0FG%2CeAOI%2CYAUI%2CkBAeI%2CaAWI%2CeACI%3BAArIvB%2C%2BBAyFG%2CeAOI%2CYAUI%2CkBAeI%2CaAWI%2CeACI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAAxI3B%2CyBA0FG%2CeAoDI%3BAA7IP%2C%2BBAyFG%2CeAoDI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAnJX%2CyBA0FG%2CeAoDI%2CYAMI%3BAAnJX%2C%2BBAyFG%2CeAoDI%2CYAMI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3Jf%2CyBA0FG%2CeAoDI%2CYAeI%2CMACI%3BAA7Jf%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMACI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBAzEhB%2CeAoDI%2CYAeI%2CMACI%2CGAKK%3BAAAD%2C%2BBAzEhB%2CeAoDI%2CYAeI%2CMACI%2CGAKK%3BEACG%2CaAAA%3B%3BAApKvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMACI%2CGAQI%3BAArKnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMACI%2CGAQI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAxKvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMACI%2CGAYI%3BAAzKnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMACI%2CGAYI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA5KvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMACI%2CGAgBI%3BAA7KnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMACI%2CGAgBI%3BEACI%2CgBAAA%3B%3BAA%5C%2FKvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMACI%2CGAmBI%3BAAhLnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMACI%2CGAmBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAnLvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMACI%2CGAuBI%3BAApLnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMACI%2CGAuBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAvLvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMACI%2CGA2BI%3BAAxLnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMACI%2CGA2BI%3BEACI%2CkBAAA%3B%3BAA1LvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMAgCI%2CMACI%3BAA7LnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMAgCI%2CMACI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAnMvB%2CyBA0FG%2CeAoDI%2CYAeI%2CMAgCI%2CMAUI%2CaACI%2CGACI%3BAAxM3B%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMAgCI%2CMAUI%2CaACI%2CGACI%3BEACI%2CgBAAA%3B%3BAA1M%5C%2FB%2CyBA0FG%2CeAoDI%2CYAeI%2CMAgCI%2CMAiBI%3BAA7MnB%2C%2BBAyFG%2CeAoDI%2CYAeI%2CMAgCI%2CMAiBI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAjNvB%2CyBA0FG%2CeA4HI%3BAArNP%2C%2BBAyFG%2CeA4HI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAxNX%2CyBA0FG%2CeAgII%3BAAzNP%2C%2BBAyFG%2CeAgII%3BEACG%2CqBAAA%3B%3BAA3NV%2CyBA0FG%2CeAmII%3BAA5NP%2C%2BBAyFG%2CeAmII%3BAA7NP%2CyBA0FG%2CeAuUH%2CCApMmB%3BAA5NnB%2C%2BBAyFG%2CeAuUH%2CCApMmB%3BEACT%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAArOV%2CyBA0FG%2CeAmII%2CYASG%3BAArOV%2C%2BBAyFG%2CeAmII%2CYASG%3BAAtOV%2CyBA0FG%2CeAuUH%2CCApMmB%2CSAST%3BAArOV%2C%2BBAyFG%2CeAuUH%2CCApMmB%2CSAST%3BEACC%2CWAAA%3B%3BAAvOX%2CyBA0FG%2CeAgJI%2CiBAAiB%3BAAzOxB%2C%2BBAyFG%2CeAgJI%2CiBAAiB%3BEACb%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAjPX%2CyBA0FG%2CeA2JI%3BAApPP%2C%2BBAyFG%2CeA2JI%3BEACI%2CYAAA%3B%3BAAtPX%2CyBA0FG%2CeA2JI%2CaAEI%3BAAtPX%2C%2BBAyFG%2CeA2JI%2CaAEI%3BEACI%2CgBAAA%3B%3BAAxPf%2CyBA4PG%3BAA3PH%2C%2BBA2PG%3BEACI%2CWAAA%3B%3BAAKP%3BEACG%2CeAAA%3B%3BAAIH%2CgBAAiB%2CEAAC%2COAAO%3BEACtB%2CkBAAA%3B%3BAAIH%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%3BEAC9B%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEH%2CcAAe%3BEACZ%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAEH%2CcAEG%3BAADH%2CcACG%3BEACI%2CiBAAA%3B%3BAAGP%2CcAAe%2CWAAW%2CGAAE%3BEACzB%2CkBAAA%3B%3BAAmBH%2CwBAf0C%2CuBAAwB%3BEAC%5C%2FD%2CcACI%2CYACI%3BEAFR%2CcACI%2CYAEI%3BEAHR%2CcACI%2CYAGI%3BEAJR%2CcACI%2CYAII%3BIACI%2CUAAA%3BIACA%2CqBAAA%3B%3B%3BAA4Bf%2CwBArB0C%3BEACvC%2CyBACI%2CeACI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALZ%2CyBACI%2CeAMI%3BIACI%2CWAAA%3B%3BEARZ%2CyBACI%2CeAUI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAgDf%2CwBAzCyC%3BEACtC%2CcACI%2CYACI%3BEAFR%2CcACI%2CYAEI%3BEAHR%2CcACI%2CYAGI%3BEAJR%2CcACI%2CYAII%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CcAUE%2CYACE%2CMACI%2CMACI%3BIACA%2C6BAAA%3B%3BEAQZ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BEAAe%2CgBAAiB%3BIAC5B%2CWAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CkBAAA%3B%3B%3BAAoBP%2CwBAfyC%3BEACtC%2CyBACI%2CMACI%3BEAFR%2CyBACI%2CMAEI%3BEAHR%2CyBACI%2CMAGI%2CcAAgB%3BIACZ%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAA6Cf%2CwBArCyC%3BEACtC%2CyBACI%2CkBACI%2CcACI%3BIACI%2CgBAAA%3B%3BEAJhB%2CyBACI%2CkBACI%2CcACI%2CUAEI%3BIACI%2CeAAA%3B%3BEANpB%2CyBACI%2CkBACI%2CcACI%2CUAEI%2CWAEI%3BIACI%2CqBAAA%3B%3BEARxB%2CyBAcI%2CeACI%2CYACI%3BIACI%2CmBAAA%3B%3BEAjBhB%2CyBAcI%2CeACI%2CYACI%2CMAEI%2CGACI%3BIACI%2CgBAAA%3B%3BEApBxB%2CyBAcI%2CeACI%2CYACI%2CMAEI%2CGAII%3BIACI%2CaAAA%3B%3BEAvBxB%2CyBAcI%2CeAcI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAf1ZC%2CcAHZ%2CeACI%2CeACI%2CGACK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcATZ%2CeACI%2CeACI%2CGAOK%3BEACG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAOpB%3BEACI%2CcAAA%3BEACA%2CaAAa%2CMAAb%3B%3BAAFJ%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAALR%2CmBAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAATR%2CmBAWI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CmBAWI%2CWAII%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAAjBZ%2CmBAWI%2CWAQI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAtBZ%2CmBAyBI%3BEACI%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAA3BR%2CmBA6BI%2CWACI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAhCZ%2CmBAmCI%3BEACI%2CgBAAA%3B%3BAApCR%2CmBAmCI%2CYAEI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAaZ%2CQAP0B%3BEACtB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAaR%2CQATyB%3BEACrB%3BIACI%2CkBAAA%3B%3BEACA%2CcAAC%3BIACG%2CYAAA%3B%3B%3BAAmBZ%2CQAd0B%2CuBAAuB%3BEAC7C%2CmBACI%3BIACI%2CeAAA%3B%3BEAFR%2CmBACI%2CWAEI%3BIACI%2CeAAA%3B%3BEAJZ%2CmBACI%2CWAKI%3BIACI%2CeAAA%3B%3B%3BAAMhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3BAgBgDJ%2CQAhByB%2CuBAAuB%3BEAC5C%2CsBACI%2CqBACI%2CUACI%2COAAM%2CoBACF%2CSACI%3BIACI%2CYAAA%3B%3B%3BAA4B5B%2CQAnB0B%3BEACtB%3BIACI%2CWAAA%3B%3BEADJ%2CsBAEI%2CqBACI%2CUACI%2COAAM%3BIACF%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BACtJR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACycR%2CQAT0B%3BEACtB%2CeACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3B%3B%3B%3B%3B%3BAC5XZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACg7BR%2CQAlCyB%3BEACrB%3BIACI%2CWAAA%3B%3BEADJ%2CcAEI%2COAAM%3BIACF%2CiBAAA%3BIACA%2CYAAA%3B%3BEAJR%2CcAMI%2COAAM%3BIACF%2C0BAAA%3B%3BEAPR%2CcAMI%2COAAM%2CeAEF%3BIACI%2CiBAAA%3B%3BEAIZ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEALR%2CeAOI%2CcACI%2COACI%3BIACI%2CYAAA%3B%3BEAVhB%2CeAcI%2CMAAK%3BIACD%2CsBAAA%3B%3B%3BAAWX%2CQANwB%3BEACrB%2CcACI%2COAAM%3BIACF%2CuBAAA%3B%3B%3BAC39BZ%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAGI%2CMAAK%3BEACD%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CmBARJ%2CMAAK%2CaAQA%2CMACK%3BEACE%2C6BAAA%3B%3BAAIR%2CmBAdJ%2CMAAK%2CaAcA%2CSACK%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMhB%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BEACI%2CsBAAsB%2CyBAAtB%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBACI%3BEAWI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAArBR%2CsBACI%2CeC4JE%3BEChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BADHA%2CsBDgGA%2CeChGC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEC9DA%2CiBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSF7RmB%2COE6RnB%3BEAAA%2CaCnQe%2CYDmQf%3BEAAA%2CsBAAA%3BEDqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBDmFJ%2CeCpFC%2CMACI%3BEC2PL%2CcAAA%3B%3BAFjJA%2CsBAAC%2CMACG%2CeAAe%3BAADnB%2CsBAAC%2CMAEG%2CcAAa%3BEACT%2CYAAA%3B%3BAA3BZ%2CsBA%2BBI%3BEACI%2CcAAA%3BEACA%2CYAAA%3B%3BAAjCR%2CsBAoCI%2CeAAe%3BEACX%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA7CR%2CsBAgDI%3BEEyHA%2CqBAAA%3BED9QA%2CqBAAA%3B%3BAAMA%2CsBD%2BIA%2CeC%5C%2FIC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSF5RiB%2COE4RjB%3BEAAA%2CaCnQe%2CYDmQf%3BEAAA%2CsBAAA%3BEDqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBDkIJ%2CeCnIC%2CMACI%3BEC2PL%2CWAAA%3B%3BAFhHI%2CsBATJ%2CeASK%3BEACG%2COAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FDZ%2CsBAmEI%3BEEsGA%2CqBAAA%3BED9QA%2CqBAAA%3B%3BAAMA%2CsBDkKA%2CkBClKC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSF5RiB%2COE4RjB%3BEAAA%2CaCnQe%2CYDmQf%3BEAAA%2CsBAAA%3BEDqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CsBDqJJ%2CkBCtJC%2CMACI%3BEC2PL%2CWAAA%3B%3BAF7FI%2CsBATJ%2CkBASK%3BEACG%2COAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BAACA%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CcAAC%2CSACG%3BEACI%2CqBAAA%3B%3BAAHZ%2CcAOI%3BAAPJ%2CcAQI%3BEACI%2CmBAAA%3B%3BAATR%2CcAYI%3BEI3JA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEJ2JI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CcALJ%2CwBAKK%3BEACG%2CmBAAA%3B%3BAAlBZ%2CcAsBI%3BEACI%2CcAAA%3B%3BAAvBR%2CcA0BI%3BEACI%2CiBAAA%3B%3BAAIA%2CUADO%2CeAAE%2CeACR%3BEACG%2C6BAAA%3B%3BAAOR%2C0BAAC%3BEE4BD%2CqBAAA%3BED9QA%2CqBAAA%3B%3BAAMA%2C0BD4OC%2CqBC5OA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSF5RiB%2COE4RjB%3BEAAA%2CaCnQe%2CYDmQf%3BEAAA%2CsBAAA%3BEDqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BD%2BNH%2CqBChOA%2CMACI%3BEC2PL%2CWAAA%3B%3BAFnBI%2C0BATH%2CqBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BEEUD%2CqBAAA%3BED9QA%2CqBAAA%3B%3BAAMA%2C0BD8PC%2CkBC9PA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSF5RiB%2COE4RjB%3BEAAA%2CaCnQe%2CYDmQf%3BEAAA%2CsBAAA%3BEDqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BDiPH%2CkBClPA%2CMACI%3BEC2PL%2CWAAA%3B%3BAFDI%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2C0BAAC%3BEERD%2CqBAAA%3BED9QA%2CqBAAA%3B%3BAAMA%2C0BDgRC%2CkBChRA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSF5RiB%2COE4RjB%3BEAAA%2CaCnQe%2CYDmQf%3BEAAA%2CsBAAA%3BEDqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C0BDmQH%2CkBCpQA%2CMACI%3BEC2PL%2CWAAA%3B%3BAFiBI%2C0BATH%2CkBASI%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAOJ%3BEACI%2CeAAA%3B%3BAAEA%2CwBAAC%2CSACG%3BEACI%2CcAAA%3B%3BAAIA%2CwBANP%2CSAKG%2CsBACK%3BEACG%2CaAAA%3B%3BAAVhB%2CwBAeI%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAIQ%2CwBAdZ%2CqBAYM%2CsBACE%2CsBACK%3BEACG%2CaAAA%3B%3BAA9BpB%2CwBAoCI%3BEACI%2CUAAA%3B%3BAArCR%2CwBAwCI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA7CR%2CwBAgDI%3BEAEI%2CYAAA%3BEACA%2CkBAAA%3BEE%5C%2FFJ%2CcAAA%3BED9QA%2CqBAAA%3B%3BAD0TJ%2CwBAgDI%2CsBCxGE%3BEChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BADHA%2CwBDoWA%2CsBCpWC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEC9DA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSF5RiB%2COE4RjB%3BEAAA%2CaCnQe%2CYDmQf%3BEAAA%2CsBAAA%3BEDqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CwBDuVJ%2CsBCxVC%2CMACI%3BEC2PL%2CWAAA%3B%3BAF4CJ%2CwBAiEI%3BEACI%2CWAAA%3B%3BAAlER%2CwBAiEI%2CoBAGI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAXR%2CoBAGI%2CeAQK%3BEACG%2CyDAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CwBAlBZ%2CoBAGI%2CeAcK%2CMACI%3BEACG%2CsDAAA%3B%3BAApFpB%2CwBAiEI%2CoBAGI%2CeAoBM%3BEACE%2CaAAA%3B%3BAAzFhB%2CwBAiEI%2CoBA4BI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAKtQJ%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%3BIHwHrC%2CyBAAA%3B%3BEGrHA%2CcAAe%2CuBAAsB%3BIHqHrC%2C4BAAA%3BIGnHI%2CQAAA%3B%3B%3BAC4GR%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%3BAC9RhB%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAmB%3BAAAc%3BAAAe%3BAAAc%3BAAAoB%3BAAAe%3BAAAgB%3BAAAe%3BAAAoB%3BAAAe%3BAAAgB%3BAAAe%3BAAAoB%3BAAAqB%3BAAAe%3BAAAe%3BAAAgB%3BAAAe%3BAAAgB%3BEACpyB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BAAAmB%3BAAAmB%3BAAAmB%3BAAAmB%3BAAAmB%3BAAAmB%3BAAAmB%3BAAAmB%3BAAAmB%3BAAAoB%3BAAAoB%3BAAAoB%3BEACnO%2CqBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAA8CJ%2CQA5C0B%3BEACtB%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAe%3BEAAe%3BEAAe%3BIACvK%2CqBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3B%3BAA%2BCR%2CQA5C0B%3BEACtB%3BEAAe%3BEAAe%3BEAAe%3BEAAe%3BEAAe%3BEAAe%3BEAAe%3BEAAe%3BEAAe%3BEAAgB%3BEAAgB%3BEAAgB%3BIACnL%2CqBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3B%3BAAgDR%2CQA7C2B%3BEACvB%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAc%3BEAAe%3BEAAe%3BEAAe%3BIACvK%2CqBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3B%3BAAKJ%2CgBAAC%2CoBACG%2CQAAO%3BEACH%2CiBAAA%3B%3BAAIZ%2COAAO%3BEACH%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2C2BAAA%3B%3BAACA%2CwBAAC%3BEACG%2CoBAAA%3B%3BAAGR%2CeAAgB%2CeAAiB%2COAAI%3BEACjC%2CWAAA%3B%3BAAMY%2CUAHX%2CaACG%2CSACM%2CSACG%3BAAAW%2CUAHvB%2CaACG%2CSACM%2CSACe%3BEACT%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAACA%2CUAZf%2CaACG%2CSACM%2CSACG%2CSASI%3BAAAD%2CUAZf%2CaACG%2CSACM%2CSACe%2CSASR%3BEACG%2CUAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CUAlBX%2CaACG%2CSACM%2CSAgBG%3BEACG%2CWAAA%3B%3BAAEJ%2CUArBX%2CaACG%2CSACM%2CSAmBG%3BEACG%2CYAAA%3B%3BAAtBhB%2CUAAC%2CaACG%2CSACM%2CSAsBE%3BAAxBZ%2CUAAC%2CaACG%2CSACM%2CSAsBe%3BEACT%2CYAAA%3B%3BAAGA%2CUA5Bf%2CaACG%2CSACM%2CSAyBE%2CYACK%3BEACG%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAGA%2CUA1CnB%2CaACG%2CSACM%2CSAyBE%2CYAcK%2CMACI%3BEACG%2CWAAA%3B%3BAAKR%2CUAhDf%2CaACG%2CSACM%2CSA6CE%2CYACK%3BEACG%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAGJ%2CUA9Df%2CaACG%2CSACM%2CSA6CE%2CYAcI%2CMACC%3BEACG%2CWAAA%3B%3BAA%5C%2FDpB%2CUAAC%2CaAqEG%3BEACI%2CgBAAA%3B%3BAAtER%2CUAAC%2CaAqEG%2CUAEI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAA7EZ%2CUAAC%2CaAqEG%2CUAEI%2CSAOM%3BEACE%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CUAvFX%2CaAqEG%2CUAEI%2CSAgBK%3BAAAS%2CUAvFrB%2CaAqEG%2CUAEI%2CSAgBe%3BEACP%2CmBAAA%3B%3BAADJ%2CUAvFX%2CaAqEG%2CUAEI%2CSAgBK%2COAEG%3BAAFM%2CUAvFrB%2CaAqEG%2CUAEI%2CSAgBe%2CMAEP%3BEACI%2CmBAAA%3B%3BAAOxB%2CgBACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAIZ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CcAQM%3BEACE%2CkBAAA%3B%3BAATR%2CcAQM%2COAEI%3BEACE%2CWAAA%3B%3BAAEJ%2CcALF%2COAKG%3BAAAS%2CcALZ%2COAKa%3BEACP%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAdF%2COAcG%3BEACG%2CWAAA%3BEACA%2CkBAAkB%2C2CAAlB%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAnBF%2COAmBG%3BEACG%2CUAAA%3BEACA%2CkBAAkB%2C2CAAlB%3BEACA%2CiBAAA%3B%3BAAIZ%3BEACI%2CgBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGR%2CYACI%2CcACI%3BEACI%2CgBAAA%3B%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAALJ%2CUAMM%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CUAAC%2CMACK%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3B%3B%3BAAOZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CeAII%2CcACI%2CQACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAThB%2CeAII%2CcACI%2CQACI%2CMAII%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAnBpB%2CeAII%2CcACI%2CQACI%2CMAeI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA5BpB%2CeAII%2CcACI%2CQACI%2CMAwBI%3BEAEI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAACA%2CeArChB%2CcACI%2CQACI%2CMAwBI%2CcAWK%3BEACG%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeA1ChB%2CcACI%2CQACI%2CMAwBI%2CcAgBK%3BEACG%2COAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAlDhB%2CcACI%2CQACI%2CMAwBI%2CcAwBK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAzDxB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcA6BI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhExB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCI%3BAAlEpB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCQ%3BAAlExB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCY%3BAAlE5B%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCgB%3BAAlEhC%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCoB%3BAAlEpC%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCwB%3BEAChB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAArExB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCI%2CGAIM%3BAAtE1B%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCQ%2CGAIE%3BAAtE1B%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCY%2CGAIF%3BAAtE1B%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCgB%2CGAIN%3BAAtE1B%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCoB%2CGAIV%3BAAtE1B%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAoCwB%2CGAId%3BEACE%2CWAAA%3B%3BAAvE5B%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcA4CI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA7ExB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAiDI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAlFxB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAsDI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvFxB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcA2DI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA5FxB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAgEI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAjGxB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcAqEI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAtGxB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcA0EI%3BEACI%2CgBAAA%3B%3BAAzGxB%2CeAII%2CcACI%2CQACI%2CMAwBI%2CcA6EI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAQJ%2CeAjHhB%2CcA8GI%2CcAAa%2CUACT%2CSACM%2CSACG%3BEACG%2COAAA%3B%3BAAEJ%2CeApHhB%2CcA8GI%2CcAAa%2CUACT%2CSACM%2CSAIG%3BEACG%2CQAAA%3B%3BAAzHxB%2CeAII%2CcA8GI%2CcAAa%2CUACT%2CSACM%2CSAOE%3BEACI%2CgBAAA%3B%3BAA5HxB%2CeAII%2CcA8GI%2CcAAa%2CUACT%2CSACM%2CSAUE%3BEACI%2CgBAAA%3B%3BAA%5C%2FHxB%2CeAII%2CcA8GI%2CcAAa%2CUAiBT%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAtIhB%2CeAII%2CcA8GI%2CcAAa%2CUAiBT%2CUAII%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAA7IpB%2CeAII%2CcA8GI%2CcAAa%2CUAiBT%2CUAII%2CSAOM%3BEACE%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CeAnJhB%2CcA8GI%2CcAAa%2CUAiBT%2CUAII%2CSAgBK%3BAAAS%2CeAnJ1B%2CcA8GI%2CcAAa%2CUAiBT%2CUAII%2CSAgBe%3BEACP%2CmBAAA%3B%3BAADJ%2CeAnJhB%2CcA8GI%2CcAAa%2CUAiBT%2CUAII%2CSAgBK%2COAEG%3BAAFM%2CeAnJ1B%2CcA8GI%2CcAAa%2CUAiBT%2CUAII%2CSAgBe%2CMAEP%3BEACI%2CmBAAA%3B%3B%3B%3BAAY5B%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAANR%2CeAII%2CcAGI%2CeACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAZhB%2CeAII%2CcAGI%2CeACI%2CMAKM%3BEACE%2CcAAA%3B%3BAAdpB%2CeAII%2CcAGI%2CeACI%2CMAKM%2CIAEI%3BEACE%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3B%3B%3BAAUxB%2CkBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CkBAKI%2CiBACI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEAEA%2CiBAAA%3B%3BAAVZ%2CkBAKI%2CiBAOI%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CmBAEI%2CqBAMI%3BEACI%2CeAAA%3B%3BAATZ%2CmBAEI%2CqBASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAIZ%3BEACI%2CWAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CmBAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2CmBAUI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CmBAUI%2CWAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAhBZ%2CmBAUI%2CWAQI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAArBZ%2CmBAwBI%3BEACI%2C4BAAA%3BEACA%2CkBAAA%3B%3BAA1BR%2CmBA4BI%2CWACI%3BEACI%2C0BAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBZ%2CmBAkCI%3BEACI%2CgBAAA%3B%3BAAnCR%2CmBAkCI%2CYAEI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CWAGI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAALR%2CWAOI%3BEACI%2CWAAA%3B%3BAARR%2CWAOI%2CEAEG%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3B%3BAAED%2CWATH%2CEASI%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CcAII%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CcASI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcASI%2CMAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CcASI%2CMAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2CcASI%2CMAYI%2CMAMI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBhB%2CcASI%2CMAyBI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAArCZ%2CcASI%2CMAyBI%2CMAIM%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CcASI%2CMAyBI%2CMAWM%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3B%3B%3BAAQhB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CcAII%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAPR%2CcASI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CcASI%2CMAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2CcASI%2CMAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CcASI%2CMAiBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgBAAgB%2CkBAAhB%3BEACA%2CmBAAmB%2CkBAAnB%3B%3BAAlCZ%2CcASI%2CMAiBI%2CcASI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAtChB%2CcASI%2CMAiBI%2CcASI%2CEAIM%3BEACE%2CWAAA%3B%3BAAxCpB%2CcASI%2CMAiBI%2CcAiBI%3BEACI%2CgBAAA%3B%3BAAMhB%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAARJ%2CcASI%2CcACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAfZ%2CcASI%2CcAQM%2CIAAC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAACA%2CcAnBR%2CcAQM%2CIAAC%2CSAWE%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlChB%2CcASI%2CcAQM%2CIAAC%2CSAmBG%3BEACE%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAhCR%2CcAQM%2CIAAC%2CSAwBE%3BAAAU%2CcAhCnB%2CcAQM%2CIAAC%2CSAwBa%3BAAAS%2CcAhC7B%2CcAQM%2CIAAC%2CSAwBuB%3BEAClB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcApCR%2CcAQM%2CIAAC%2CSA4BE%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3B%3BAAQhB%2CgBACI%2CyBACI%3BEACI%2CaAAA%3B%3B%3BAAMZ%2CQACI%2CcACI%3BEACI%2CaAAA%3B%3BAAII%2CQANZ%2CcAII%2CcACI%2COACK%3BEACG%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CQANZ%2CcAII%2CcACI%2COACK%2CsBAIG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CQANZ%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMACM%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAACA%2CQAtBhC%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMACM%2CIAMG%3BAAAS%2CQAtB1C%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMACM%2CIAMa%3BAAAQ%2CQAtBnD%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMACM%2CIAMsB%3BEAChB%2CWAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CQA1BhC%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMACM%2CIAUG%3BEACG%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAvBxB%2CQANZ%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMAiBM%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAtC5B%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMAuBK%2CQACK%3BEACE%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CQAtC5B%2CcAII%2CcACI%2COACK%2CsBAIG%2CSAII%2CKAAI%2CMACA%2CMAuBK%2CQAMK%3BEACE%2CWAAA%3B%3BAA9CxC%2CQACI%2CcAsDI%2CQAAO%2CKACH%2COACI%3BEACI%2CgCAAA%3B%3BAA1DpB%2CQACI%2CcAsDI%2CQAAO%2CKACH%2COACI%2CaAEM%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAA7DxB%2CQACI%2CcAsDI%2CQAAO%2CKACH%2COAQI%2CeACI%2CKACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApE5B%2CQACI%2CcAsDI%2CQAAO%2CKACH%2COAQI%2CeACI%2CKAKI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAxE5B%2CQACI%2CcAsDI%2CQAAO%2CKACH%2COAQI%2CeACI%2CKAKI%2CaAGM%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAA3EhC%2CQACI%2CcAsDI%2CQAAO%2CKACH%2COAQI%2CeACI%2CKAaI%3BEACI%2CgBAAA%3B%3BAA%5C%2FE5B%2CQACI%2CcAsDI%2CQAAO%2CKA6BH%2CmBACI%2CUACI%2CQACM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAUpB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAANhB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAdpB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBAII%2CSAQM%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3B%3BAACA%2CqBAvB5B%2CeACK%2CSACG%2CeACI%2CYACI%2CmBAII%2CSAQM%2CIAOG%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAzB5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBAII%2CSAQM%2CIAYE%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAA7B5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBAII%2CSAQM%2CIAgBE%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3B%3BAA3C5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA4CI%3BEACI%2CmBAAA%3B%3BAAhDpB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA4CI%2CmBAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAACA%2CqBA1D5B%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA4CI%2CmBAEI%2CmBAQK%3BAAAS%2CqBA1DtC%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA4CI%2CmBAEI%2CmBAQe%3BEACP%2CcAAA%3B%3BAAEJ%2CqBA7D5B%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA4CI%2CmBAEI%2CmBAWK%3BEACG%2CcAAA%3B%3BAA7D5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA8DI%3BEACI%2CmBAAA%3B%3BAAIY%2CqBAvEpC%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA8DI%2CyBAEI%2CgBACI%2CeACM%2COACG%3BEACG%2CcAAA%3B%3BAAvEpC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA8DI%2CyBAWI%3BEACI%2CaAAA%3B%3BAA7ExB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAlFpB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAtFxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAQI%2CcACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAA3F5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAcI%3BEACI%2CaAAA%3B%3BAA%5C%2FFxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAArGxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAuBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBA9G5B%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAuBI%2CWAMK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAtH5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAuBI%2CWAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA7H5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDI%3BAAhIpB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDiB%3BEACT%2CkBAAA%3B%3BAAjIxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDI%2CYAEI%3BAAlIxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDiB%2CUAET%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAApI5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDI%2CYAMI%3BAAtIxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDiB%2CUAMT%3BEACI%2CgBAAA%3B%3BAAvI5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDI%2CYAMI%2CWAEI%2CiBACI%3BAAzIhC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6EI%2CWAgDiB%2CUAMT%2CWAEI%2CiBACI%3BEACI%2CaAAA%3B%3BAA1IpC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%3BEACI%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAtJpB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAOI%3BEACI%2CaAAA%3B%3BAAxJxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAOI%2CaAEI%2CSACI%3BEACI%2CkBAAA%3B%3BAA3JhC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%3BEACI%2CmBAAA%3B%3BAAhKxB%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYAEI%3BEACI%2CmBAAA%3B%3BAAlK5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYAEI%2CUAEM%3BEACE%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAvKhC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYAEI%2CUAQM%3BEACE%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA5KhC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYAEI%2CUAQM%2CwBAIE%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FKpC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYAEI%2CUAQM%2CwBAIE%2CiBAGI%2CQAAO%2COAAO%3BEACV%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtLxC%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA7L5B%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%2CiBAGI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBAnMpC%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%2CiBAGI%2CQAAO%2CQAIF%3BEACG%2CiBAAA%3B%3BAACA%2CqBArMxC%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAACA%2CqBA5M5C%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUAOI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAII%2CqBAlNpD%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUAWI%2CSACI%2CIAAI%2CQACA%3BEACG%2CSAAS%2COAAT%3BEACA%2CgDAAA%3BEACA%2CmDAAA%3BEACA%2CoDAAA%3BEACA%2CwDAAA%3BEACA%2CqDAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAAKR%2CqBA9NhD%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUAwBI%2CMACI%3BEACG%2CSAAS%2COAAT%3B%3BAA1BZ%2CqBArMxC%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBAeI%2CYA4BI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUA6BG%3BEACI%2CaAAA%3B%3BAAlO5C%2CqBADJ%2CeACK%2CSACG%2CeACI%2CYACI%2CmBA6II%2CoBA0FI%3BEACI%2CcAAA%3B%3B%3BAAY5B%2CQAAC%3BEACG%2CmBAAA%3B%3BAAEI%2CQAHP%2CmBAEG%2COACK%3BAAAmB%2CQAH3B%2CmBAEG%2COACyB%3BAAAqB%2CQAHjD%2CmBAEG%2COAC%2BC%3BAAAgB%2CQAHlE%2CmBAEG%2COACgE%3BEACxD%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CQAHP%2CmBAEG%2COACK%2CiBAIG%3BAAJgB%2CQAH3B%2CmBAEG%2COACyB%2CmBAIjB%3BAAJsC%2CQAHjD%2CmBAEG%2COAC%2BC%2CcAIvC%3BAAJuD%2CQAHlE%2CmBAEG%2COACgE%2CeAIxD%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CQAHP%2CmBAEG%2COACK%2CiBAIG%2CaAOM%3BAAXU%2CQAH3B%2CmBAEG%2COACyB%2CmBAIjB%2CaAOM%3BAAXgC%2CQAHjD%2CmBAEG%2COAC%2BC%2CcAIvC%2CaAOM%3BAAXiD%2CQAHlE%2CmBAEG%2COACgE%2CeAIxD%2CaAOM%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAOxB%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CcAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAANR%2CcAII%2CcAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAATZ%2CcAII%2CcAOI%3BEACI%2CcAAA%3B%3BAAZZ%2CcAII%2CcAOI%2COAEI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAnBhB%2CcAII%2CcAOI%2COAEI%2CMAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAtBpB%2CcAII%2CcAOI%2COAEI%2CMAWI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1BpB%2CcAII%2CcAOI%2COAEI%2CMAWI%2CWAGM%3BEACE%2CcAAA%3B%3BAA5BxB%2CcAII%2CcAOI%2COAEI%2CMAWI%2CWAGM%2CIAEI%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAhC5B%2CcAII%2CcAOI%2COAEI%2CMAWI%2CWAWI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAtCxB%2CcAII%2CcAOI%2COAEI%2CMAWI%2CWAWI%2CWAIM%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7C5B%2CcAII%2CcAOI%2COAEI%2CMAoCI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAArDpB%2CcAII%2CcAOI%2COAEI%2CMAoCI%2CYAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxDxB%2CcAII%2CcAOI%2COAEI%2CMAoCI%2CYAKI%2CYAGM%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAACA%2CcA%5C%2FDxB%2CcAOI%2COAEI%2CMAoCI%2CYAKI%2CYAGM%2CIAUG%3BAAAU%2CcA%5C%2FDnC%2CcAOI%2COAEI%2CMAoCI%2CYAKI%2CYAGM%2CIAUc%3BAAAQ%2CcA%5C%2FD5C%2CcAOI%2COAEI%2CMAoCI%2CYAKI%2CYAGM%2CIAUuB%3BEACjB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAnExB%2CcAOI%2COAEI%2CMAoCI%2CYAKI%2CYAGM%2CIAcG%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAzEhC%2CcAII%2CcAOI%2COAEI%2CMAoCI%2CYA4BI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlFxB%2CcAII%2CcAOI%2COAEI%2CMAoCI%2CYAmCI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3B%3BAAUxB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAARJ%2CgBASI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAbR%2CgBASI%2CcAKI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CgBASI%2CcASI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAvBZ%2CgBASI%2CcASI%2CcAMI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CyCAAA%3BEACA%2C8CAAA%3BEACA%2CiDAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3B%3BAACA%2CgBA1BZ%2CcASI%2CcAMI%2CWAWK%3BEACG%2CyBAAA%3B%3BAApCpB%2CgBASI%2CcASI%2CcAMI%2CWAcI%3BEACI%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAA3CpB%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMAMI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAhDxB%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMAMI%2CYAKM%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAzD5B%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMAMI%2CYAeI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FD5B%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMAMI%2CYAeI%2CYAKM%3BEACE%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAxEhC%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMAMI%2CYAeI%2CYAeM%3BEACE%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAnFhC%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMAiDI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3FxB%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMAiDI%2CYAKM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjG5B%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMA8DI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAzGxB%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMA8DI%2CcAMM%3BEACE%2CgBAAA%3BEACA%2CUAAA%3B%3BAA5G5B%2CgBASI%2CcASI%2CcAMI%2CWAcI%2CMA8DI%2CcAMM%2CKAGI%3BEACE%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CgBA9G5B%2CcASI%2CcAMI%2CWAcI%2CMA8DI%2CcAMM%2CKAGI%2CKAUG%3BEACG%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3B%3B%3BAAapC%2CoBACI%2CcACI%2CQAAO%2CKACH%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAALhB%2CoBACI%2CcACI%2CQAAO%2CKAKH%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAVhB%2CoBACI%2CcACI%2CQAAO%2CKAUH%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CoBAjBZ%2CcACI%2CQAAO%2CKAeH%2CMACK%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAANJ%2CoBAjBZ%2CcACI%2CQAAO%2CKAeH%2CMACK%2CQAOK%2CYACI%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlC5B%2CoBACI%2CcACI%2CQAAO%2CKAqCH%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA5ChB%2CoBACI%2CcACI%2CQAAO%2CKAqCH%2CsBAMI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAtDpB%2CoBACI%2CcACI%2CQAAO%2CKAqCH%2CsBAiBI%3BEACI%2CcAAA%3B%3BAAzDpB%2CoBACI%2CcACI%2CQAAO%2CKAqCH%2CsBAiBI%2CeAEI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAA5DxB%2CoBACI%2CcACI%2CQAAO%2CKAqCH%2CsBAiBI%2CeAEI%2CMAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAlE5B%2CoBACI%2CcACI%2CQAAO%2CKAqCH%2CsBAiBI%2CeAEI%2CMAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA6H5B%2CQApH0B%3BEAKN%2CUAHX%2CaACG%2CSACM%2CSACG%3BIACG%2COAAA%3B%3BEAEJ%2CUANX%2CaACG%2CSACM%2CSAIG%3BIACG%2CQAAA%3B%3BEAcA%2CeAJhB%2CcACI%2CQACI%2CMACI%2CcACK%3BIACG%2CgBAAA%3B%3BEAEJ%2CeAPhB%2CcACI%2CQACI%2CMACI%2CcAIK%3BIACG%2CgBAAA%3B%3BEATxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcAOI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAbxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcAWI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAjBxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcAeI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEArBxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcAmBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAzBxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcAuBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEA7BxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcA2BI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAjCxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcA%2BBI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEArCxB%2CeACI%2CcACI%2CQACI%2CMACI%2CcAmCI%2CQAAO%3BIACH%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAUxB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAKJ%2CcACI%2CMACI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAQhB%3BIACI%2CeAAA%3B%3BEAKJ%2CgBACI%2CcACI%2CcACI%2CWACI%3BIACI%2C4BAAA%3B%3B%3BAA2KxB%2CQAnKyB%3BEAGrB%3BIACI%2CiBAAA%3B%3BEACA%2CwBAAC%3BIACG%2CoBAAA%3B%3BEAKR%2CUAAU%2CaACN%2CSACM%2CSACE%3BEAHZ%2CUAAU%2CaACN%2CSACM%2CSACe%3BIACT%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAOhB%2CmBACI%3BIACI%2CeAAA%3B%3BEAKR%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEI%2CcADF%2COACG%3BEAAS%2CcADZ%2COACa%3BIACP%2CYAAA%3B%3BEAMZ%3BIACI%2CoBAAA%3B%3BEAKgB%2CeAJhB%2CcACI%2CQACI%2CMACI%2CcACK%3BIACG%2CgBAAA%3B%3BEAEJ%2CeAPhB%2CcACI%2CQACI%2CMACI%2CcAIK%3BIACG%2CgBAAA%3B%3BEAVxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAOI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAdxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAWI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAlBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAeI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAtBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAmBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEA1BxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAuBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEA9BxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcA2BI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcA%2BBI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAtCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAmCI%2CQAAO%3BIACH%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA1CxB%2CeAEI%2CcA6CI%2CcAAa%2CUACT%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEAIJ%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%2CMACI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEANhB%2CcAEI%2CMACI%2CcAKI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAQhB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CcAGI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEANZ%2CcAGI%2CcAKM%2CIAAC%3BIACC%2CeAAA%3B%3BEAOZ%3BIACI%2CeAAA%3B%3BEAKJ%3BIACI%2CeAAA%3B%3BEAKJ%2CgBACI%2CcACI%2CcACI%2CWACI%3BIACI%2C4BAAA%3B%3B%3BAAgQxB%2CQAxPyB%3BEAGrB%3BIACI%2CiBAAA%3B%3BEACA%2CwBAAC%3BIACG%2CoBAAA%3B%3BEAMR%2CmBACI%3BIACI%2CeAAA%3B%3BEAMR%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEI%2CcADF%2COACG%3BEAAS%2CcADZ%2COACa%3BIACP%2CWAAA%3B%3BEAQI%2CUAHX%2CaACG%2CSACM%2CSACG%3BEAAW%2CUAHvB%2CaACG%2CSACM%2CSACe%3BIACT%2CQAAA%3B%3BEASpB%3BIACI%2CYAAA%3B%3BEAKJ%3BIACI%2CoBAAA%3B%3BEAKgB%2CeAJhB%2CcACI%2CQACI%2CMACI%2CcACK%3BIACG%2CgBAAA%3B%3BEAEJ%2CeAPhB%2CcACI%2CQACI%2CMACI%2CcAIK%3BIACG%2CgBAAA%3B%3BEAVxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAOI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAdxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAWI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAlBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAeI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAtBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAmBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEA1BxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAuBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEA9BxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcA2BI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcA%2BBI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAtCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAmCI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA1CxB%2CeAEI%2CcA6CI%2CcAAa%2CUACT%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAQhB%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEACA%2CcAAC%3BIACG%2CYAAA%3B%3BEAGR%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CcAMI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEARR%2CcAMI%2CMAGI%2CMACI%3BIACI%2CeAAA%3B%3BEAXhB%2CcAMI%2CMAQI%3BIACI%2CkBAAA%3B%3BEAfZ%2CcAMI%2CMAQI%2CMAEM%3BIACE%2CeAAA%3B%3BEAQhB%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CcAMI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEARR%2CcAMI%2CMAGI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAZhB%2CcAMI%2CMAGI%2CcAKI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAQhB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CcAGI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEANZ%2CcAGI%2CcAKM%2CIAAC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVZ%2CcAGI%2CcAKM%2CIAAC%2CSAGG%3BIACE%2CiBAAA%3B%3BEAQhB%3BIACI%2CeAAA%3B%3BEAKJ%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%2CcACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALZ%2CcAEI%2CcAKI%3BIACI%2CcAAA%3B%3BEARZ%2CcAEI%2CcAKI%2COAEI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAQhB%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CgBAII%2CcACI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3B%3BEAPZ%2CgBAII%2CcACI%2CcAGI%2CWACI%3BIACI%2C4BAAA%3B%3BEAYJ%2CoBAHZ%2CcACI%2CQAAO%2CKACH%2CMACK%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAPpB%2CoBACI%2CcACI%2CQAAO%2CKAQH%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAAwKpB%2CQAjKyB%3BEACrB%3BIACI%2CiBAAA%3B%3BEACA%2CwBAAC%3BIACG%2CoBAAA%3B%3BEAKR%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEI%2CcADF%2COACG%3BEAAS%2CcADZ%2COACa%3BIACP%2CaAAA%3B%3BEAMZ%3BIACI%2CoBAAA%3B%3BEAKgB%2CeAJhB%2CcACI%2CQACI%2CMACI%2CcACK%3BIACG%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeARhB%2CcACI%2CQACI%2CMACI%2CcAKK%3BIACG%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAZxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcASI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAhBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAaI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEApBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAiBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAxBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAqBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEA5BxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAyBI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAhCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcA6BI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEApCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAiCI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAxCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAqCI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEA7CxB%2CeAEI%2CcAgDI%2CcAAa%2CUACT%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEArDhB%2CeAEI%2CcAgDI%2CcAAa%2CUACT%2CUAGI%3BIACI%2CaAAA%3B%3BEASpB%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%2CMACI%3BIACI%2CkBAAA%3B%3BEAOZ%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEACA%2CcAHJ%2CMAGK%3BIACG%2CgBAAA%3B%3BEANZ%2CcAEI%2CMAMI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAXhB%2CcAEI%2CMAMI%2CcAKI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAQhB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CcAGI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEANZ%2CcAGI%2CcAKM%2CIAAC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVZ%2CcAGI%2CcAKM%2CIAAC%2CSAGG%3BIACE%2CiBAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEAIJ%3BIACI%2CeAAA%3B%3BEAIJ%2CgBACI%2CcACI%3BIACI%2CWAAA%3B%3BEAHZ%2CgBACI%2CcACI%2CcAEI%2CWACI%3BIACI%2C4BAAA%3B%3B%3BAAiMxB%2CQAzLyB%3BEACrB%3BIACI%2CiBAAA%3B%3BEACA%2CwBAAC%3BIACG%2CoBAAA%3B%3BEAKR%2CmBACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAIJ%3BIACI%2CoBAAA%3B%3BEAKgB%2CeAJhB%2CcACI%2CQACI%2CMACI%2CcACK%3BIACG%2CgBAAA%3B%3BEAEJ%2CeAPhB%2CcACI%2CQACI%2CMACI%2CcAIK%3BIACG%2CgBAAA%3B%3BEAVxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAOI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAdxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAWI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3BEAlBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAeI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3BEAtBxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAmBI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3BEA1BxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAuBI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3B%3BEA9BxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcA2BI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAlCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcA%2BBI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAtCxB%2CeAEI%2CcACI%2CQACI%2CMACI%2CcAmCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5CxB%2CeAEI%2CcA%2BCI%2CcAAa%2CUACT%3BIACI%2CUAAA%3BIACA%2CYAAA%3B%3BEApDhB%2CeAEI%2CcA%2BCI%2CcAAa%2CUACT%2CUAGI%3BIACI%2CaAAA%3B%3BEASpB%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEACA%2CcAHJ%2CMAGK%3BIACG%2CgBAAA%3B%3BEANZ%2CcAEI%2CMAMI%3BIACI%2CkBAAA%3B%3BEAOZ%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%2CMACI%2CcACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEANhB%2CcAEI%2CMACI%2CcAKI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAOhB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CcAGI%2CcACI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEANZ%2CcAGI%2CcAKM%2CIAAC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVZ%2CcAGI%2CcAKM%2CIAAC%2CSAGG%3BIACE%2CiBAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEAIJ%3BIACI%2CeAAA%3B%3BEADJ%2CcAEI%2CcACI%2CUACI%2COACI%2CMACI%3BIACI%2CoBAAA%3B%3BEAPxB%2CcAEI%2CcACI%2CUACI%2COACI%2CMACI%2CYAEI%3BIACI%2CkBAAA%3B%3BEAT5B%2CcAEI%2CcACI%2CUACI%2COACI%2CMACI%2CYAEI%2CYAEM%3BIACE%2CeAAA%3B%3BEAXhC%2CcAEI%2CcACI%2CUACI%2COACI%2CMACI%2CYAQI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhB5B%2CcAEI%2CcACI%2CUACI%2COACI%2CMACI%2CYAYI%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAU5B%2CgBACI%2CcACI%2CcACI%2CWACI%3BIACI%2C4BAAA%3B%3B%3BAAsBxB%2CQAd0B%2CuBAAuB%3BEAC7C%2CmBACI%3BIACI%2CeAAA%3B%3BEAFR%2CmBACI%2CWAEI%3BIACI%2CeAAA%3B%3BEAJZ%2CmBACI%2CWAKI%3BIACI%2CeAAA%3B%3B%3BAAoBhB%2CQAdyB%3BEACrB%2CgBACI%2CcACI%2CcACI%2CWACI%3BIACI%2C4BAAA%3B%3B%3B%3B%3BAAmaxB%2CsBAEI%2CGACI%3BAAFR%2CwBACI%2CGACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CsBAEI%2CGAOI%3BAARR%2CwBACI%2CGAOI%3BEACI%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAACA%2CsBAbR%2CGAOI%2CGAMK%3BAAAD%2CwBAbR%2CGAOI%2CGAMK%3BEACG%2CkBAAA%3B%3BAAGR%2CsBAjBJ%2CGAiBK%2CIACG%3BAADJ%2CwBAjBJ%2CGAiBK%2CIACG%3BEACI%2CyBAAA%3B%3BAAGR%2CsBAtBJ%2CGAsBK%2CWACG%3BAADJ%2CwBAtBJ%2CGAsBK%2CWACG%3BEACI%2CmBAAA%3B%3BAAKhB%2CkBACI%3BEACI%2CaAAA%3B%3BAAFR%2CkBAII%3BEACI%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGR%3BEACI%2CWAAA%3B%3BAADJ%2CiBAEI%2CcACI%3BEACI%2CaAAA%3B%3BAAJZ%2CiBAEI%2CcAII%3BEACI%2CyBAAA%3B%3BAACA%2CiBANR%2CcAII%2CcAEK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAVhB%2CiBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CiBAiBI%2CeACI%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBhB%2CiBAiBI%2CeACI%2CiBAQI%3BEACI%2CaAAA%3B%3BAA3BhB%2CiBAiBI%2CeACI%2CiBAWI%2CGACI%3BAA9BhB%2CiBAiBI%2CeACI%2CiBA%2BER%2CCApEe%2CEACC%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAhCpB%2CiBAiBI%2CeACI%2CiBAiBI%3BEACI%2CmBAAA%3B%3BAApChB%2CiBAiBI%2CeACI%2CiBAiBI%2CEAEI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAvCpB%2CiBA4CI%2CIAAG%2C0BACC%2CiBACI%2CGAAE%2CWACE%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAASZ%2CWADJ%2CMACK%3BEACG%2C4BAAA%3B%3BAAMZ%2CcACI%3BEACI%2CaAAA%3B%3BAAFR%2CcAII%3BEACI%2CiBAAA%3B%3BAAIR%2C8BACI%2CSAAQ%3BEACJ%2CaAAA%3B%3BAAGR%2CyBACI%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CaAAA%3B%3BAC78FR%2CaACI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAANR%2CaACI%2CcAMI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAdZ%2CaACI%2CcAMI%2CeAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlBhB%2CaACI%2CcAMI%2CeAQI%2CYAII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAA%5C%2FBpB%2CaACI%2CcAMI%2CeAQI%2CYAkBI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAApCpB%2CaACI%2CcAMI%2CeAQI%2CYAkBI%2CMAIM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAxCxB%2CaACI%2CcAMI%2CeAQI%2CYAkBI%2CMASM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAACA%2CaAlDpB%2CcAMI%2CeAQI%2CYAkBI%2CMASM%2CIASG%3BAAAS%2CaAlD9B%2CcAMI%2CeAQI%2CYAkBI%2CMASM%2CIASa%3BAAAU%2CaAlDzC%2CcAMI%2CeAQI%2CYAkBI%2CMASM%2CIASwB%3BEAClB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaAtDpB%2CcAMI%2CeAQI%2CYAkBI%2CMASM%2CIAaG%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzD5B%2CaACI%2CcA8DI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAtEZ%2CaACI%2CcA8DI%2CeAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA1EhB%2CaACI%2CcA4EI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAApFZ%2CaACI%2CcA4EI%2CaAQI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAxFhB%2CaACI%2CcA4EI%2CaAQI%2CYAII%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAArGpB%2CaACI%2CcA4EI%2CaAQI%2CYAkBI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAA1GpB%2CaACI%2CcA4EI%2CaAQI%2CYAkBI%2CMAIM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9GxB%2CaACI%2CcA4EI%2CaAQI%2CYAkBI%2CMASM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAACA%2CaAxHpB%2CcA4EI%2CaAQI%2CYAkBI%2CMASM%2CIASG%3BAAAS%2CaAxH9B%2CcA4EI%2CaAQI%2CYAkBI%2CMASM%2CIASa%3BAAAU%2CaAxHzC%2CcA4EI%2CaAQI%2CYAkBI%2CMASM%2CIASwB%3BEAClB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaA5HpB%2CcA4EI%2CaAQI%2CYAkBI%2CMASM%2CIAaG%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FH5B%2CaAsII%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA1IR%2CaAsII%2CeAKM%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CaAVR%2CeAKM%2CKAKG%3BEACG%2CcAAA%3B%3BAAEJ%2CaAbR%2CeAKM%2CKAQG%3BEACG%2CeAAA%3B%3BAApJhB%2CaAsII%2CeAKM%2CKAWE%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA1JhB%2CaA8JI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAlKR%2CaA8JI%2CaAKM%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAACA%2CaAVR%2CaAKM%2CKAKG%3BEACG%2CcAAA%3B%3BAAEJ%2CaAbR%2CaAKM%2CKAQG%3BEACG%2CeAAA%3B%3BAA5KhB%2CaA8JI%2CaAKM%2CKAWI%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAACA%2CaAzBZ%2CaAKM%2CKAWI%2CIASG%3BAAAU%2CaAzBvB%2CaAKM%2CKAWI%2CIASc%3BAAAQ%2CaAzBhC%2CaAKM%2CKAWI%2CIASuB%3BEACjB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaA7BZ%2CaAKM%2CKAWI%2CIAaG%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAA7LpB%2CaAkMI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAtMR%2CaAkMI%2CSAKM%3BEACE%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3MZ%2CaAkMI%2CSAKM%2CKAKI%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAACA%2CaAvBZ%2CSAKM%2CKAKI%2CIAaG%3BAAAU%2CaAvBvB%2CSAKM%2CKAKI%2CIAac%3BAAAQ%2CaAvBhC%2CSAKM%2CKAKI%2CIAauB%3BEACjB%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaA5BZ%2CSAKM%2CKAKI%2CIAkBG%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAlOpB%2CaAuOI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA5OR%2CaAuOI%2CYAMM%3BEACE%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAhPZ%2CaAuOI%2CYAMM%2CKAII%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApPhB%2CaAuOI%2CYAMM%2CKAII%2CIAII%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAxPpB%2CaAuOI%2CYAMM%2CKAII%2CIASI%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAArQpB%2CaAuOI%2CYAMM%2CKAII%2CIASI%2CiBAYE%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CaArChB%2CYAMM%2CKAII%2CIA0BG%2CMACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CaApCZ%2CYAMM%2CKAII%2CIA0BG%2CMAaK%3BEACE%2CUAAA%3BEACA%2CmBAAA%3B%3BAA1RxB%2CaAgSI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAlSR%2CaAgSI%2CqBAGI%3BEACI%2CkBAAA%3B%3BAApSZ%2CaAgSI%2CqBAMI%3BEACI%2CgBAAA%3B%3BAAvSZ%2CaAgSI%2CqBASI%3BEACI%2CiBAAA%3B%3BAAGA%2CaAbR%2CqBAYI%2CcACK%2CaACK%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhTpB%2CaAgSI%2CqBAYI%2CcAOM%3BEACE%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAvThB%2CaAgSI%2CqBAYI%2CcAaM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FThB%2CaAmUI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAtUR%2CaAmUI%2CaAII%2CQAAO%3BEACH%2CUAAA%3BEACA%2CeAAA%3B%3BAAzUZ%2CaAmUI%2CaAII%2CQAAO%2CQAGH%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAmBhB%2CQAdyB%3BEACrB%2CaACI%2CqBACI%2CcACM%3BIACE%2CmBAAA%3B%3BEAJhB%2CaACI%2CqBACI%2CcAIM%3BIACE%2CmBAAA%3B%3B%3BAAiDpB%2CQA3CyB%3BEACrB%2CaACI%3BIACI%2CgBAAA%3B%3BEAFR%2CaACI%2CaAEM%3BIACE%2CWAAA%3B%3BEAJZ%2CaACI%2CaAKM%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEARZ%2CaAWI%2CcACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAhBZ%2CaAWI%2CcACI%2CeAKI%3BIACI%2CqBAAA%3B%3BEAlBhB%2CaAWI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAzBZ%2CaAWI%2CcAUI%2CeAKI%3BIACI%2CqBAAA%3B%3BEA3BhB%2CaAWI%2CcAmBI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAlCZ%2CaAWI%2CcAmBI%2CaAKI%3BIACI%2CqBAAA%3B%3B%3BAClYR%2CaAFR%2CaACI%2CgBACK%2CMACG%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAASR%2CaAFR%2CaACI%2CgBACK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CaAFR%2CaACI%2CgBACK%2CMAGG%3BEACI%2CaAAA%3B%3BAAJR%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBACI%3BEACI%2CmBAAA%3B%3BAAPhB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAXhB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAGM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAnBpB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%3BEACJ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAzBpB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%2CWAKJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5BxB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%2CWAKJ%2CSAGI%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAII%2CaAtCxC%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%2CWAKJ%2CSAQI%2COAAM%2CWACF%2CSACK%3BEACG%2CaAAA%3B%3BAArCpC%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%2CWAKJ%2CSAQI%2COAAM%2CWAMF%3BEACI%2CSAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CaAjDxC%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%2CWAKJ%2CSAQI%2COAAM%2CWAMF%2CYAOK%3BEACG%2CgBAAA%3B%3BAAhDpC%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%2CWAKJ%2CSA0BI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAtD5B%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAII%2CiBAYM%2CSAAM%2CWAKJ%2CSA0BI%2CSAGI%2CWAAU%3BEACN%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMpB%2CaAzEpB%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAkEK%2CUACG%3BEACI%2CiBAAA%3B%3BAAFR%2CaAzEpB%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAkEK%2CUACG%2CWAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAALZ%2CaAzEpB%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAkEK%2CUACG%2CWAEI%2CSAGI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAThB%2CaAzEpB%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAkEK%2CUACG%2CWAWM%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CaAzEpB%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAkEK%2CUACG%2CWAeM%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAzFxB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FFhB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAGM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAtGpB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAWM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5GpB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAWM%2CWAKE%2COAAM%3BEACF%2CeAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FGxB%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAWM%2CWAKE%2COAAM%2CWAGF%2COAAM%3BEACF%2CiBAAA%3B%3BAAEI%2CaArHxC%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAWM%2CWAKE%2COAAM%2CWAGF%2COAAM%2CWAEA%2CWACG%3BEACG%2CaAAA%3B%3BAApHpC%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAWM%2CWAKE%2COAAM%2CWAGF%2COAAM%2CWAEA%2CWAIE%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAACA%2CaA7H5C%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAWM%2CWAKE%2COAAM%2CWAGF%2COAAM%2CWAEA%2CWAIE%2CYAKK%3BEACG%2CgBAAA%3B%3BAA5HxC%2CaAFR%2CaACI%2CgBACK%2CMAGG%2CYAEI%2CgBAwFI%2CWAWM%2CWAKE%2COAAM%2CWAoBF%2CSACI%2CWAAU%3BEACN%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtIhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAjJR%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAApJZ%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAxJhB%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAhKhB%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnKpB%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAGI%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1KxB%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA9KxB%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CaArLpC%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAGI%2CUAIK%3BEACG%2CgBAAA%3B%3BAApLhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAGI%2CUAOI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA7LhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAGI%2CUAgBI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAlMhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAGI%2CUAgBI%2CMAIM%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAxMpC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAGI%2CUAgBI%2CMAWM%3BEACE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA9MpC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAtN5B%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%2CKAKI%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAzNhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%2CKAKI%2CKAGI%3BEACE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CeAAA%3B%3BAACA%2CaAtO5C%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%2CKAKI%2CKAGI%2CIAUG%3BAAAU%2CaAtOvD%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%2CKAKI%2CKAGI%2CIAUc%3BAAAQ%2CaAtOhE%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%2CKAKI%2CKAGI%2CIAUuB%3BEACjB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaA1O5C%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%2CKAKI%2CKAGI%2CIAcG%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CaAhPxC%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAsCM%2CKAKI%2CKAuBG%3BEACG%2CgBAAA%3B%3BAA%5C%2FOpC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%3BEACF%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvP5B%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAKA%3BEACE%2CaAAA%3B%3BAAzPhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAQF%2CMAAK%3BEACD%2CcAAA%3B%3BAA5PhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAQF%2CMAAK%2CUAED%2COAAM%3BEACF%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEI%2CaApQhD%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAQF%2CMAAK%2CUAED%2COAAM%2CWAIF%2CSACK%3BEACG%2CaAAA%3B%3BAAnQ5C%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAQF%2CMAAK%2CUAED%2COAAM%2CWAIF%2CSAII%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAACA%2CaAhRpD%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAQF%2CMAAK%2CUAED%2COAAM%2CWAIF%2CSAII%2CYASK%3BEACG%2CgBAAA%3B%3BAA%5C%2FQhD%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAQF%2CMAAK%2CUAyBD%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAtRpC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAuEI%2COAAM%2CWAQF%2CMAAK%2CUAyBD%2CSAGI%2CWAAU%3BEACN%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3RxC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAoHI%2CYACM%3BEACE%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CaAxS5C%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYAWI%2CSAoHI%2CYACM%2CKAII%2CIACG%3BEACG%2CeAAA%3B%3BAAvSxC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FSxB%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAGM%3BEAEE%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAvT5B%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%3BEACJ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA7T5B%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%2CWAKJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhUhC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%2CWAKJ%2CSAGI%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAII%2CaA1UhD%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%2CWAKJ%2CSAQI%2COAAM%2CWACF%2CSACK%3BEACG%2CaAAA%3B%3BAAzU5C%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%2CWAKJ%2CSAQI%2COAAM%2CWAMF%3BEACI%2CSAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CaArVhD%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%2CWAKJ%2CSAQI%2COAAM%2CWAMF%2CYAOK%3BEACG%2CgBAAA%3B%3BAApV5C%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%2CWAKJ%2CSA0BI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAA1VpC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAII%2CcAQI%2CMAOI%2CYA4II%2CoBAYM%2CSAAM%2CWAKJ%2CSA0BI%2CSAGI%2CWAAU%3BEACN%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAtWxC%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAiOI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAlXZ%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAiOI%2CqBAII%3BEACI%2CcAAA%3B%3BAApXhB%2CaAFR%2CaACI%2CgBACK%2CMA8IG%2CgBAiOI%2CqBAII%2CcAEI%3BEACI%2CUAAA%3B%3BAAtXpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAA7XR%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAlYZ%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAKI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3YhB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAKI%2CMASI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAjZpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAsBI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA7ZhB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAsBI%2COAUI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAnapB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAsBI%2COAiBI%2CeACI%2CGACI%3BEACI%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CaA9apC%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAsBI%2COAiBI%2CeACI%2CGACI%2CEAKK%3BEACG%2CWAAA%3B%3BAA7ahC%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqDI%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAvbpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqDI%2CwBAMI%3BEACI%2CqBAAA%3B%3BAA1bpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqDI%2CwBASI%3BEACI%2CeAAA%3B%3BAA7bpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqDI%2CwBASI%2CaAEM%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhcxB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqDI%2CwBAgBI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxcpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcA6EI%2CKAAI%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAhdhB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAoFI%2CgBACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAArdpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAoFI%2CgBACI%2CKAAI%2CYAGA%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAzdxB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAoFI%2CgBAUI%2CKAAI%3BEACA%2CcAAA%3B%3BAA7dpB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkGI%2CmBACI%2CKAAI%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAApepB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkGI%2CmBACI%2CKAAI%2CYAIA%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAxexB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkGI%2CmBAWI%2CKAAI%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA7epB%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkHI%2CSACM%2CKACI%3BEACE%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2CaAvfhC%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkHI%2CSACM%2CKACI%2CIAGG%3BAAAU%2CaAvf3C%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkHI%2CSACM%2CKACI%2CIAGc%3BAAAQ%2CaAvfpD%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkHI%2CSACM%2CKACI%2CIAGuB%3BEACjB%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaA5fhC%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAkHI%2CSACM%2CKACI%2CIAQG%3BEACG%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAA9f5B%2CaAFR%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqII%2CaACM%2CKACI%3BEACE%2CcAAA%3B%3BAACA%2CaAzgBhC%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqII%2CaACM%2CKACI%2CIAEG%3BAAAU%2CaAzgB3C%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqII%2CaACM%2CKACI%2CIAEc%3BAAAQ%2CaAzgBpD%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqII%2CaACM%2CKACI%2CIAEuB%3BEACjB%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaA7gBhC%2CaACI%2CgBACK%2CMA2XG%2CeAGI%2CcAqII%2CaACM%2CKACI%2CIAMG%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAA8CxC%2CQAnC0B%3BEAIV%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYACI%2CgBACI%2CWACM%3BIACE%2CkBAAA%3BIACA%2CeAAA%3B%3BEANpB%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYACI%2CgBACI%2CWAKM%3BIACE%2CkBAAA%3BIACA%2CeAAA%3B%3BEAVpB%2CaAFR%2CaACI%2CgBACK%2CMAeG%2CeACI%2CcACI%2CwBACI%2CaACM%3BIACE%2CkBAAA%3B%3B%3BAAqFxC%2CQA1EyB%3BEAIT%2CaAFR%2CaACI%2CgBACK%2CMACG%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBACI%2CiBACM%3BIACE%2CmBAAA%3B%3BEAPpB%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAMI%2CWACM%3BIACE%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAfpB%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAMI%2CWAOM%3BIACE%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAtBpB%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAMI%2CWAOM%2CWAME%2COAAM%3BIACF%2CcAAA%3B%3BEAxBxB%2CaAFR%2CaACI%2CgBACK%2CMA8BG%3BIACI%2CiBAAA%3B%3BEA%5C%2FBR%2CaAFR%2CaACI%2CgBACK%2CMA8BG%2CgBAEI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAlCZ%2CaAFR%2CaACI%2CgBACK%2CMAqCG%2CeACI%2CcACI%2CwBACI%3BIACI%2CkBAAA%3B%3BEAzCpB%2CaAFR%2CaACI%2CgBACK%2CMAqCG%2CeACI%2CcACI%2CwBAII%3BIACI%2CeAAA%3B%3BEA5CpB%2CaAFR%2CaACI%2CgBACK%2CMAqCG%2CeACI%2CcACI%2CwBAOI%3BIACI%2CaAAA%3B%3BEA%5C%2FCpB%2CaAFR%2CaACI%2CgBACK%2CMAqCG%2CeACI%2CcACI%2CwBAOI%2CaAEM%3BIACE%2CkBAAA%3BIACA%2CeAAA%3B%3BEAlDxB%2CaAFR%2CaACI%2CgBACK%2CMAqCG%2CeACI%2CcACI%2CwBAOI%2CaAEM%2CKAGI%3BIACE%2CeAAA%3B%3BEApD5B%2CaAFR%2CaACI%2CgBACK%2CMAqCG%2CeACI%2CcAmBI%2CmBACI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAA0JpC%2CQAhJyB%3BEACrB%2CaACI%2CaACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEAGA%2CaALR%2CaAII%2CgBACK%2CMACG%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CaALR%2CaAII%2CgBACK%2CMACG%2CYAGI%2CgBACI%2CiBACM%2CSAAM%2CWACJ%2CSACI%2COAAM%2CWACF%3BIACI%2C2BAAA%3B%3BEAVhC%2CaALR%2CaAII%2CgBACK%2CMACG%2CYAGI%2CgBACI%2CiBACM%2CSAAM%2CWACJ%2CSAMI%2CSACI%2CWAAU%3BIACN%2CgBAAA%3B%3BEAfhC%2CaALR%2CaAII%2CgBACK%2CMACG%2CYAGI%2CgBAiBI%2CWACM%3BIACE%2CeAAA%3B%3BEAvBpB%2CaALR%2CaAII%2CgBACK%2CMACG%2CYAGI%2CgBAiBI%2CWAIM%2CWACE%2COAAM%2CWACF%2COAAM%2CWACA%2CWACE%3BIACI%2CeAAA%3B%3BEA9BpC%2CaALR%2CaAII%2CgBACK%2CMACG%2CYAGI%2CgBAiBI%2CWAIM%2CWACE%2COAAM%2CWAQF%2CSACI%2CWAAU%3BIACN%2CgBAAA%3B%3BEApChC%2CaALR%2CaAII%2CgBACK%2CMA4CG%3BIACI%2CiBAAA%3B%3BEA7CR%2CaALR%2CaAII%2CgBACK%2CMA4CG%2CgBAEI%2CcACI%3BIACI%2CgBAAA%3B%3BEAhDhB%2CaALR%2CaAII%2CgBACK%2CMA4CG%2CgBAEI%2CcACI%2CMAEI%2CYACK%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEACA%2CaA3DhC%2CaAII%2CgBACK%2CMA4CG%2CgBAEI%2CcACI%2CMAEI%2CYACK%2COAII%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEA1D5B%2CaALR%2CaAII%2CgBACK%2CMA4CG%2CgBAEI%2CcACI%2CMAEI%2CYAYK%3BIACG%2CmBAAA%3B%3BEA9DxB%2CaALR%2CaAII%2CgBACK%2CMA4CG%2CgBAEI%2CcACI%2CMAEI%2CYAYK%2CSAEG%2CYACM%3BIACE%2CeAAA%3B%3BEAMJ%2CaA5EpC%2CaAII%2CgBACK%2CMA4CG%2CgBAEI%2CcACI%2CMAEI%2CYAoBK%2CWACI%2COACI%3BIACG%2CSAAS%2COAAT%3B%3BEAxEhC%2CaALR%2CaAII%2CgBACK%2CMA4CG%2CgBAmCI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAjFZ%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%3BIACI%2CeAAA%3B%3BEAtFZ%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcAEI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEA1FhB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcAEI%2CMAII%3BIACI%2CkBAAA%3B%3BEA5FpB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcAUI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAlGhB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcAeI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAvGhB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcAoBI%3BIACI%2CkBAAA%3B%3BEA1GhB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcAuBI%3BIACI%2CkBAAA%3B%3BEA7GhB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcA0BI%3BIACI%2CkBAAA%3B%3BEAhHhB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcA0BI%2CwBAEM%3BIACE%2CcAAA%3B%3BEAlHpB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcA0BI%2CwBAKI%3BIACI%2CmBAAA%3B%3BEArHpB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcA0BI%2CwBAQI%2CaACM%3BIACE%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEA3HxB%2CaALR%2CaAII%2CgBACK%2CMAoFG%2CeACI%2CcA0CI%3BIACI%2CkBAAA%3B%3B%3BAA4FhC%2CQAnFyB%3BEAIT%2CaAFR%2CaACI%2CgBACK%2CMACG%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBACI%3BIACI%2CmBAAA%3B%3BEANhB%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAII%2CiBACM%3BIACE%2CmBAAA%3B%3BEAVpB%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAII%2CiBAIM%2CSAAM%2CWACJ%2CSACI%2COAAM%2CWACF%3BIACI%2C0BAAA%3B%3BEAhBhC%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAII%2CiBAIM%2CSAAM%2CWACJ%2CSAMI%2CSACI%2CWAAU%3BIACN%2CeAAA%3B%3BEArBhC%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAuBI%2CWACM%3BIACE%2CeAAA%3B%3BEA7BpB%2CaAFR%2CaACI%2CgBACK%2CMACG%2CYAGI%2CgBAuBI%2CWAIM%2CWACE%2COAAM%2CWACF%2CSACI%2CWAAU%3BIACN%2CeAAA%3B%3BEAnChC%2CaAFR%2CaACI%2CgBACK%2CMA2CG%3BIACI%2CiBAAA%3B%3BEA5CR%2CaAFR%2CaACI%2CgBACK%2CMA2CG%2CgBAEI%2CcACI%2CMACI%2CYACI%3BIACI%2CmBAAA%3B%3BEAjDxB%2CaAFR%2CaACI%2CgBACK%2CMA2CG%2CgBAWI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAxDZ%2CaAFR%2CaACI%2CgBACK%2CMA2CG%2CgBAWI%2CqBAGI%2CcACM%3BIACE%2CmBAAA%3B%3BEA3DpB%2CaAFR%2CaACI%2CgBACK%2CMA2CG%2CgBAWI%2CqBAGI%2CcAIM%3BIACE%2CmBAAA%3B%3BEA9DpB%2CaAFR%2CaACI%2CgBACK%2CMAmEG%2CeACI%2CeACI%3BIACI%2CoBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACjQhC%2CwBAR0C%3BEACtC%2CSAAS%2CaAAa%3BIAClB%2COAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGQ%2CsBAFR%2CEACK%2COACI%3BEACG%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAC3nBJ%2CgBAFR%2CcACI%2CaACK%2CMACK%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAozBpB%2CQA9yByB%3BEAIT%2CgBAFR%2CcACI%2CaACK%3BIACG%2CgBAAA%3B%3BEAKhB%2CqBACI%2CcACI%2CaAAY%2CMAAM%2COACd%3BEAHW%2CoBACnB%2CcACI%2CaAAY%2CMAAM%2COACd%3BIACI%2CSAAA%3B%3BEAQR%2CaADJ%2CaACK%2CMACG%2COAAM%3BIACF%2CgCAAA%3BIACA%2CyBAAA%3B%3BEAHR%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEACA%2CaAVpB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAIK%3BIACG%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CaAVpB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAIK%2CSAGK%3BIACE%2CkBAAA%3B%3BEACA%2CaAf5B%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAIK%2CSAGK%2CYAEG%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CaAAA%3B%3BEAtB5B%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBACI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEACA%2CaAnC5B%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBACI%2CkBAOK%3BIACG%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CaAvC5B%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBACI%2CkBAWK%3BIACG%2CcAAA%3B%3BEAvC5B%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBACI%2CkBAcM%2CSACI%3BIACE%2CqBAAA%3BIACA%2CsBAAA%3B%3BEA5ChC%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBACI%2CkBAcM%2CSACI%2COAGE%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAjDpC%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEACA%2CaA9D5B%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAOK%3BEAAU%2CaA9DvC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAOgB%3BIACR%2CaAAA%3B%3BEA9D5B%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%3BIACE%2CgBAAA%3BIACA%2CcAAA%3B%3BEACA%2CaApEhC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%2CKAGG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3B%3BEArEhC%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%2CKAOI%3BIACE%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEACA%2CaAhFpC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%2CKAOI%2CIAQG%3BEAAS%2CaAhF9C%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%2CKAOI%2CIAQa%3BIACP%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaApFpC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%2CKAOI%2CIAYG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3B%3BEAtFpC%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%2CKAOI%2CIAiBI%3BIACE%2CqBAAA%3BIACA%2CsBAAA%3B%3BEA1FpC%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COACF%2CUAqBI%2CkBA4BI%2CmBAUM%2CKAOI%2CIAiBI%2COAGE%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FFxC%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%3BIACH%2CYAAA%3B%3BEAxGhB%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAEI%2CaAhH5B%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAKG%2CmBACI%3BIACG%2CaAAA%3B%3BEAKA%2CaAtHhC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAUG%2CSACK%2CIACG%3BIACG%2CqBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAMJ%2CaAlIhC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAsBG%2CmBACK%2CIACG%3BIACG%2CqBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAvIhC%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkCI%3BIACE%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEAhJxB%2CaADJ%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAyCI%3BIACE%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEAEI%2CaA1JhC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAyCI%2CIAMG%2CcACI%3BIACG%2CqBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CaAnK5B%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAyCI%2CIAgBG%3BEAAS%2CaAnKtC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAyCI%2CIAgBa%3BIACP%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaAvK5B%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAyCI%2CIAoBG%3BIACG%2CcAAA%3BIACA%2CqBAAA%3B%3BEAGR%2CaA5KxB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBACK%3BIACE%2CaAAA%3B%3BEAFR%2CaA5KxB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAIK%2CiBACI%2CUAAO%3BIACL%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAzLpC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAIK%2CiBACI%2CUAAO%2COAQJ%3BEAAS%2CaAzL9C%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAIK%2CiBACI%2CUAAO%2COAQM%3BIACP%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaA7LpC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAIK%2CiBACI%2CUAAO%2COAYJ%3BIACG%2CWAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaAjMpC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAIK%2CiBACI%2CUAAO%2COAgBJ%3BIACG%2CqBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA3BhB%2CaA5KxB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAIK%2CiBACI%2CUAAO%2COAwBL%2CKAAI%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAhChB%2CaA5KxB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%3BIACL%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAtNpC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAKJ%3BEAAU%2CaAtN%5C%2FC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAKO%3BIACR%2CaAAA%3B%3BEA3ChB%2CaA5KxB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAQH%3BIACE%2CcAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEACA%2CaA7NxC%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAQH%2CKAIG%3BIACG%2CWAAA%3BIACA%2CuBAAA%3B%3BEAnDpB%2CaA5KxB%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAQH%2CKAQI%3BIACE%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEACA%2CaAzO5C%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAQH%2CKAQI%2CIAQG%3BEAAS%2CaAzOtD%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAQH%2CKAQI%2CIAQa%3BIACP%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaA7O5C%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAQH%2CKAQI%2CIAYG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3B%3BEAKA%2CaArPhD%2CaACK%2CMACG%2COAAM%2CQAGF%2COAAM%2COAmGF%2CQAAO%2CMAED%2CKAkEG%2CiBAoCK%2CiBACI%2CUAAO%2CMAQH%2CKA0BG%2CmBACK%2CIACG%3BIACG%2CaAAA%3B%3BEAcpC%2CaApQhB%2CaACK%2CMAiQI%2COACG%2CQACK%3BIACG%2CiBAAA%3B%3BEADJ%2CaApQhB%2CaACK%2CMAiQI%2COACG%2CQACK%2CMAEG%2CkBACI%3BIACI%2CgBAAA%3B%3BEAJZ%2CaApQhB%2CaACK%2CMAiQI%2COACG%2CQACK%2CMAEG%2CkBAII%2CQAAO%2CMACH%3BIACI%2CgBAAA%3B%3BEAKhB%2CaAjRhB%2CaACK%2CMAiQI%2COACG%2CQAcK%3BIACG%2CiBAAA%3B%3BEADJ%2CaAjRhB%2CaACK%2CMAiQI%2COACG%2CQAcK%2CQAEG%3BIACI%2CaAAA%3B%3BEAHR%2CaAjRhB%2CaACK%2CMAiQI%2COACG%2CQAcK%2CQAKG%3BIACI%2CiBAAA%3B%3BEArBhB%2CaAlQR%2CaACK%2CMAiQI%2COAyBG%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEA7BR%2CaAlQR%2CaACK%2CMAiQI%2COAyBG%2CcAKI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAKR%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%3BIACG%2CiBAAA%3B%3BEADJ%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAEG%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEALR%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAEG%2CmBAII%3BIACI%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3B%3BEATZ%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAYG%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAfR%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAYG%2CoBAII%2CkBAAoB%3BIAChB%2CaAAA%3B%3BEAjBZ%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAoBG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAvBR%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAoBG%2CaAII%3BIACI%2CSAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEA7BZ%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAoBG%2CaAII%2CMAMM%3BIACE%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAjChB%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAqCG%3BIACI%2CYAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEA1CR%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcAMI%3BIACI%2CkBAAA%3B%3BEAGA%2CaAtVxB%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COACG%3BIACI%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEACA%2CaApWhC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COACG%2COAaK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CaA7WhC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COACG%2COAsBK%3BIACG%2CgBAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAhXpC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COACG%2COAsBK%2CMAGI%3BIACG%2CcAAA%3B%3BEAGR%2CaApXhC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COACG%2COA6BK%3BIACG%2CeAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAvXpC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COACG%2COA6BK%2COAGI%3BIACG%2CcAAA%3B%3BEAlChB%2CaAtVxB%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COAsCG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzCR%2CaAtVxB%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COAsCG%2CSAII%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3B%3BEACA%2CaA1YpC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcASI%2COACK%2COAsCG%2CSAII%2CYAUK%3BIACG%2CgBAAA%3B%3BEAQZ%2CaAnZ5B%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcAqEI%2CSACI%2CQACK%3BIACG%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEACA%2CaA7ZhC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcAqEI%2CSACI%2CQACK%2COAUI%3BIACG%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGA%2CaAnapC%2CaACK%2CMAqSG%2CQACK%2CQAqCG%2CcAqEI%2CSACI%2CQACK%2COAeI%2CMACI%3BIACG%2CcAAA%3B%3BEA7H5B%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAoIG%3BIACI%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEI%2CaA%5C%2FaxB%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAnb5B%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAII%3BIACG%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEAGA%2CaA7chC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSA6BI%2CMACI%3BIACG%2CmBAAA%3B%3BEAIJ%2CaAldhC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAkCI%2COACI%3BIACG%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAxDZ%2CaA%5C%2FaxB%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSA2DG%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGA%2CaAtfhC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAsEG%2CSACK%3BIACG%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAdJ%2CaAtfhC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAsEG%2CSACK%2CIAeG%3BIACI%2CiBAAA%3B%3BEACA%2CaAvgBxC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAsEG%2CSACK%2CIAeG%2CgBAEK%3BIACG%2CqBAAA%3BIACA%2CSAAS%2CSAAT%3BIACA%2CgBAAA%3B%3BEAGR%2CaA7gBpC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAsEG%2CSACK%2CIAuBI%2CMACG%3BIACI%2CiBAAA%3B%3BEACA%2CaAhhB5C%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAsEG%2CSACK%2CIAuBI%2CMACG%2CgBAEK%3BIACG%2CSAAS%2CQAAT%3BIACA%2CgBAAA%3B%3BEAOhB%2CaAzhBhC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAGI%2CQACK%2CSAyGI%2CMACI%3BIACG%2CmBAAA%3B%3BEAnPxB%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAoHI%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEACA%2CaApiBxB%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAoHI%2CgBAKK%3BEAAU%2CaApiBnC%2CaACK%2CMAqSG%2CQACK%2CQAoIG%2CkBAoHI%2CgBAKgB%3BIACR%2CaAAA%3B%3BEA9PhB%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAkQG%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEArQR%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEA1QZ%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMAKI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEA1RhB%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMAsBI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAjShB%2CaAvSZ%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMAsBI%2CYAMM%3BIACE%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEACA%2CaAplBhC%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMAsBI%2CYAMM%2CIAWG%3BEAAS%2CaAplB1C%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMAsBI%2CYAMM%2CIAWa%3BEAAQ%2CaAplBnD%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMAsBI%2CYAMM%2CIAWsB%3BIAChB%2CcAAA%3B%3BEAEJ%2CaAvlBhC%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMAsBI%2CYAMM%2CIAcG%3BIACG%2CcAAA%3B%3BEAIZ%2CaA5lBxB%2CaACK%2CMAqSG%2CQACK%2CQAkQG%2CsBAII%2CMA%2BCK%2CMACG%3BIACI%2CmBAAA%3B%3BEA7lB5B%2CaADJ%2CaACK%2CMAomBG%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3B%3BEAxmBR%2CaADJ%2CaACK%2CMAomBG%2CcAKI%2C2BACM%3BIACE%2CaAAA%3B%3BEA3mBhB%2CaADJ%2CaACK%2CMAomBG%2CcAUI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAhnBZ%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%3BIACE%2CuBAAA%3BIACA%2CUAAA%3B%3BEAnnBhB%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%3BIACE%2CeAAA%3B%3BEACA%2CaAvnBxB%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAEG%2COACK%2CIAAC%3BIACC%2C4BAAA%3B%3BEAEI%2CaA3nBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAEG%2COACK%2CIAAC%2CUAEC%2CcACK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3B%3BEAMZ%2CaAroB5B%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAeG%2CYACI%2COACK%2CIAAC%3BIACC%2CeAAA%3B%3BEAHZ%2CaApoBxB%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAeG%2CYAMK%2CIAAC%3BIACC%2CeAAA%3B%3BEA1oB5B%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAyBI%2CIAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3BIACA%2CqBAAA%3B%3BEACA%2CaAzpB5B%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAyBI%2CIAAC%2CUAWE%3BEAAS%2CaAzpBtC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAyBI%2CIAAC%2CUAWY%3BEAAQ%2CaAzpB%5C%2FC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAyBI%2CIAAC%2CUAWqB%3BIAChB%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaA7pB5B%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAyBI%2CIAAC%2CUAeE%3BIACG%2CcAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaAlqB5B%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAyBI%2CIAAC%2CUAoBE%3BIACG%2CcAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaAtqB5B%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAyBI%2CIAAC%2CUAwBE%3BIACG%2CcAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaA3qBxB%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAsDG%2COACK%2CIAAC%3BIACC%2CcAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaAjrBxB%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COA4DG%2CWACK%2CIAAC%3BIACC%2CcAAA%3BIACA%2CYAAA%3B%3BEAnrB5B%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%3BEAtrBtB%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%3BIACX%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA9rBxB%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%3BEA%5C%2FrBxB%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAIY%2CaAtsB5C%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAGK%2COACK%2CIACI%2CgBACG%3BEAAD%2CaAtsB5C%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAGK%2COACK%2CIACI%2CgBACG%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3B%3BEA3sB5C%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiBM%3BEAhtB9B%2CaADJ%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiBM%3BIACE%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEACA%2CaAttBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiBM%2CIAKG%3BEAAD%2CaAttBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiBM%2CIAKG%3BEAAS%2CaAttB9C%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiBM%2CIAKa%3BEAAD%2CaAttB9C%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiBM%2CIAKa%3BEAAQ%2CaAttBvD%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiBM%2CIAKsB%3BEAAD%2CaAttBvD%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiBM%2CIAKsB%3BIAChB%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaA1tBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiBM%2CIASG%3BEAAD%2CaA1tBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiBM%2CIASG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaA%5C%2FtBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiBM%2CIAcG%3BEAAD%2CaA%5C%2FtBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiBM%2CIAcG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaApuBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiBM%2CIAmBG%3BEAAD%2CaApuBpC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiBM%2CIAmBG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaA1uBhC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGA0CK%2COACK%3BEADN%2CaA1uBhC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGA0CK%2COACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaAjvBhC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEE%2CGAAE%2CQASE%2CGAiDK%2CWACK%3BEADN%2CaAjvBhC%2CaACK%2CMAomBG%2CcAUI%2CYAGM%2CKAGE%2CGAAE%2COAkEc%2CIAAG%2CQASX%2CGAiDK%2CWACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAmBhB%2CcANxB%2CcACI%2CaAAY%2CMACR%2CQAAO%2CQACH%2CcACI%2COAAM%2COACF%2COACK%3BIACG%2CSAAS%2COAAT%3B%3BEARhC%2CcACI%2CcACI%2CaAAY%2CMACR%2CQAAO%2CQACH%2CcAQI%2CSACI%2CQAAO%3BIACH%2COAAA%3BIACA%2CcAAA%3B%3B%3BAAgChC%2CQAvB0B%3BEAGd%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%3BIACI%2CiBAAA%3B%3BEAHZ%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQAIH%3BIACI%2CiBAAA%3B%3BEANZ%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQAOH%3BIACI%2CiBAAA%3B%3BEATZ%2CaADJ%2CaACK%2CMAYG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAA0EpB%2CQApEyB%3BEAGb%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAJZ%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%2CcAGI%2COAAM%2COACF%3BIACI%2CUAAA%3B%3BEAPpB%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQAUH%3BIACI%2CiBAAA%3B%3BEAZZ%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQAaH%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEI%2CaAnBpB%2CaACK%2CMACG%2CQAAO%2CQAaH%2CkBAGI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CeAAA%3B%3BEACA%2CaAtBxB%2CaACK%2CMACG%2CQAAO%2CQAaH%2CkBAGI%2CQACK%2CSAGI%3BIACG%2CgBAAA%3B%3BEAGA%2CaA1B5B%2CaACK%2CMACG%2CQAAO%2CQAaH%2CkBAGI%2CQACK%2CSAMI%2COACI%3BIACG%2CgBAAA%3B%3BEARZ%2CaAnBpB%2CaACK%2CMACG%2CQAAO%2CQAaH%2CkBAGI%2CQACK%2CSAWG%3BIACI%2CwBAAA%3B%3BEAGA%2CaAlC5B%2CaACK%2CMACG%2CQAAO%2CQAaH%2CkBAGI%2CQACK%2CSAcG%2CSACK%3BIACG%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAlBJ%2CaAlC5B%2CaACK%2CMACG%2CQAAO%2CQAaH%2CkBAGI%2CQACK%2CSAcG%2CSACK%2CIAmBG%3BIACI%2CcAAA%3B%3B%3BAAivB5C%2CQAruByB%3BEACrB%2CKAAK%2CIAAI%2CYAAY%3BIACjB%2C4BAAA%3B%3BEAKQ%2CgBAFR%2CcACI%2CaACK%3BIACG%2CgBAAA%3B%3BEAQJ%2CqBAFR%2CcACI%2CaACK%3BIACG%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CqBAFR%2CcACI%2CaACK%2CMAGG%2CQAAO%2CQACH%2CaACI%3BIACI%2CeAAA%3B%3BEAQ5B%2CaACI%3BIACI%2CkBAAA%3B%3BEACA%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQACH%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAJZ%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQACH%2CmBAGI%3BIACI%2CcAAA%3BIACA%2C0BAAA%3B%3BEAPhB%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQASH%3BIACI%2CYAAA%3B%3BEAXZ%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAYH%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlBZ%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAvBhB%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMAKI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEAvCpB%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMAsBI%3BIACI%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA9CpB%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMAsBI%2CYAMM%3BIACE%2CcAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3BEACA%2CaA5D5B%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMAsBI%2CYAMM%2CIAWG%3BEAAS%2CaA5DtC%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMAsBI%2CYAMM%2CIAWa%3BEAAQ%2CaA5D%5C%2FC%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMAsBI%2CYAMM%2CIAWsB%3BIAChB%2CcAAA%3B%3BEAEJ%2CaA%5C%2FD5B%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMAsBI%2CYAMM%2CIAcG%3BIACG%2CcAAA%3B%3BEAIZ%2CaApEpB%2CaAEK%2CMACG%2CQAAO%2CQAYH%2CsBAMI%2CMA%2BCK%2CMACG%3BIACI%2CmBAAA%3B%3BEApExB%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAwEH%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEA7EZ%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAwEH%2CaAKI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAnFhB%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAwEH%2CaAKI%2CMAMM%3BIACE%2CgBAAA%3B%3BEAIJ%2CaA3FpB%2CaAEK%2CMACG%2CQAAO%2CQAwEH%2CaAeI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CaA7FxB%2CaAEK%2CMACG%2CQAAO%2CQAwEH%2CaAeI%2CQACK%2CWAEI%3BIACG%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CaAlG5B%2CaAEK%2CMACG%2CQAAO%2CQAwEH%2CaAeI%2CQACK%2CWAMI%2CMACI%3BIACG%2CWAAA%3B%3BEAjG5B%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAsGH%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEI%2CaA%5C%2FGpB%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAKI%2CQACK%3BIACG%2CkBAAA%3B%3BEAEI%2CaAlH5B%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAKI%2CQACK%2CSAEG%2CSAAQ%2CIACH%2CMACG%3BIACI%2CiBAAA%3B%3BEACA%2CaArHpC%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAKI%2CQACK%2CSAEG%2CSAAQ%2CIACH%2CMACG%2CgBAEK%3BIACG%2CSAAS%2CGAAT%3B%3BEAKhB%2CaA3HxB%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAKI%2CQACK%2CSAYI%3BIACG%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CaA%5C%2FI5B%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAKI%2CQACK%2CSA%2BBI%2COACI%3BIACG%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CaApK5B%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAKI%2CQACK%2CSAoDI%2CMACI%3BIACG%2CgBAAA%3BIACA%2CcAAA%3B%3BEApK5B%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAkEI%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CQAAA%3B%3BEACA%2CaA%5C%2FKpB%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAkEI%2CgBAIK%3BEAAU%2CaA%5C%2FK%5C%2FB%2CaAEK%2CMACG%2CQAAO%2CQAsGH%2CkBAkEI%2CgBAIgB%3BIACR%2CaAAA%3B%3BEA9KpB%2CaAFJ%2CaAEK%2CMACG%2CQAAO%2CQAiLH%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEI%2CaAzLpB%2CaAEK%2CMACG%2CQAAO%2CQAiLH%2CcAII%2COACK%2COACK%3BIACE%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEACA%2CaAxM5B%2CaAEK%2CMACG%2CQAAO%2CQAiLH%2CcAII%2COACK%2COACK%2CSAcG%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CaAjN5B%2CaAEK%2CMACG%2CQAAO%2CQAiLH%2CcAII%2COACK%2COACK%2CSAuBG%3BIACG%2CgBAAA%3BIACA%2CcAAA%3B%3BEACA%2CaApNhC%2CaAEK%2CMACG%2CQAAO%2CQAiLH%2CcAII%2COACK%2COACK%2CSAuBG%2CMAGI%3BIACG%2CcAAA%3B%3BEAGR%2CaAxN5B%2CaAEK%2CMACG%2CQAAO%2CQAiLH%2CcAII%2COACK%2COACK%2CSA8BG%3BIACG%2CeAAA%3BIACA%2CcAAA%3B%3BEACA%2CaA3NhC%2CaAEK%2CMACG%2CQAAO%2CQAiLH%2CcAII%2COACK%2COACK%2CSA8BG%2COAGI%3BIACG%2CcAAA%3B%3BEAnChB%2CaAzLpB%2CaAEK%2CMACG%2CQAAO%2CQAiLH%2CcAII%2COACK%2COAuCG%3BIACI%2CyBAAA%3BIACA%2CWAAA%3B%3BEAhOxB%2CaAFJ%2CaAEK%2CMAsOG%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAxOR%2CaAFJ%2CaAEK%2CMAsOG%2CcAGI%3BIACI%2CmBAAA%3B%3BEACA%2CaA7OhB%2CaAEK%2CMAsOG%2CcAGI%2CyBAEK%3BIACG%2CmBAAA%3B%3BEADJ%2CaA7OhB%2CaAEK%2CMAsOG%2CcAGI%2CyBAEK%2CMAEG%3BIACI%2CcAAA%3B%3BEA9OpB%2CaAFJ%2CaAEK%2CMAsOG%2CcAGI%2CyBAQI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEACA%2CaAtPpB%2CaAEK%2CMAsOG%2CcAGI%2CyBAQI%2C0BAGK%3BEAAS%2CaAtP9B%2CaAEK%2CMAsOG%2CcAGI%2CyBAQI%2C0BAGe%3BEAAQ%2CaAtPvC%2CaAEK%2CMAsOG%2CcAGI%2CyBAQI%2C0BAGwB%3BIAChB%2CcAAA%3B%3BEAEJ%2CaAzPpB%2CaAEK%2CMAsOG%2CcAGI%2CyBAQI%2C0BAMK%3BIACG%2CcAAA%3B%3BEAGR%2CaA7PhB%2CaAEK%2CMAsOG%2CcAGI%2CyBAkBK%3BIACG%2CmBAAA%3B%3BEADJ%2CaA7PhB%2CaAEK%2CMAsOG%2CcAGI%2CyBAkBK%2COAEG%3BIACI%2CcAAA%3B%3BEACA%2CaAjQxB%2CaAEK%2CMAsOG%2CcAGI%2CyBAkBK%2COAEG%2C0BAEK%3BEAAS%2CaAjQlC%2CaAEK%2CMAsOG%2CcAGI%2CyBAkBK%2COAEG%2C0BAEe%3BEAAQ%2CaAjQ3C%2CaAEK%2CMAsOG%2CcAGI%2CyBAkBK%2COAEG%2C0BAEwB%3BEAAS%2CaAjQrD%2CaAEK%2CMAsOG%2CcAGI%2CyBAkBK%2COAEG%2C0BAEkC%3BIAC1B%2CcAAA%3B%3BEAMZ%2CaAxQhB%2CaAEK%2CMAsOG%2CcA%2BBI%2CQACK%2CMACK%3BIACE%2CyBAAA%3BIACA%2CeAAA%3B%3BEACA%2CaA5QxB%2CaAEK%2CMAsOG%2CcA%2BBI%2CQACK%2CMACK%2CKAGG%3BIACG%2CaAAA%3B%3BEALZ%2CaAxQhB%2CaAEK%2CMAsOG%2CcA%2BBI%2CQACK%2CMACK%2CKAMI%3BIACE%2CWAAA%3BIACA%2CgBAAA%3B%3BEATZ%2CaAxQhB%2CaAEK%2CMAsOG%2CcA%2BBI%2CQACK%2CMACK%2CKAUI%3BIACE%2CWAAA%3BIACA%2CgBAAA%3B%3BEACA%2CaAtR5B%2CaAEK%2CMAsOG%2CcA%2BBI%2CQACK%2CMACK%2CKAUI%2CIAGG%3BEAAS%2CaAtRtC%2CaAEK%2CMAsOG%2CcA%2BBI%2CQACK%2CMACK%2CKAUI%2CIAGa%3BIACP%2CWAAA%3B%3BEAEJ%2CaAzR5B%2CaAEK%2CMAsOG%2CcA%2BBI%2CQACK%2CMACK%2CKAUI%2CIAMG%3BIACG%2CWAAA%3B%3BEAxR5B%2CaAFJ%2CaAEK%2CMAsOG%2CcAwDI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAvSZ%2CaAFJ%2CaAEK%2CMAsOG%2CcAwDI%2CUAUI%3BIACI%2CcAAA%3B%3BEAKQ%2CaAhT5B%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COACI%3BIACG%2CcAAA%3B%3BEADJ%2CaAhT5B%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COACI%2CiBAEK%3BIACE%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEACA%2CaAxTpC%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COACI%2CiBAEK%2CSAMG%3BIACG%2CSAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAXZ%2CaAhT5B%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COACI%2CiBAEK%2CSAWI%3BIACE%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAfZ%2CaAhT5B%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COACI%2CiBAEK%2CSAWI%2COAGE%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAKhB%2CaAzU5B%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COA0BI%3BIACG%2CcAAA%3B%3BEACA%2CaA3UhC%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COA0BI%2COAEI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CaAAA%3B%3BEAGR%2CaAhV5B%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSACI%2CQACK%2COAiCI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CaAAA%3B%3BEAMJ%2CaAxV5B%2CaAEK%2CMAsOG%2CcAwDI%2CUAaI%2CSAyCK%2COACG%2CGACK%3BIACG%2CcAAA%3B%3BEAMZ%2CaA%5C%2FVpB%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%3BIACG%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEACA%2CaAtWxB%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAOI%3BIACG%2CYAAA%3B%3BEAEJ%2CaAzWxB%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAUI%3BIACG%2CYAAA%3B%3BEAXR%2CaA%5C%2FVpB%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%3BIACE%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CaAhX5B%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKAIG%3BIACG%2CgBAAA%3B%3BEAlBZ%2CaA%5C%2FVpB%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKAOI%3BIACE%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAzXhC%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKAOI%2CIAMG%3BEAAS%2CaAzX1C%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKAOI%2CIAMa%3BEAAQ%2CaAzXnD%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKAOI%2CIAMsB%3BIAChB%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3B%3BEA7BhB%2CaA%5C%2FVpB%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKAOI%2CIAWI%3BIACE%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAjChB%2CaA%5C%2FVpB%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKAOI%2CIAWI%2COAGE%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAIZ%2CaAzY5B%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKA6BG%3BIACG%2CuBAAA%3B%3BEADJ%2CaAzY5B%2CaAEK%2CMAsOG%2CcAwDI%2CUA8DI%2CGACK%2CSAaK%2CKA6BG%2CMAEK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3B%3BEA7YhC%2CaAFJ%2CaAEK%2CMAsOG%2CcA8KI%3BIACI%2CuBAAA%3B%3BEArZZ%2CaAFJ%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%3BIACE%2CUAAA%3B%3BEAGQ%2CaA5Z5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAEE%2CGACI%2CQACK%3BIACG%2CcAAA%3B%3BEAIJ%2CaAja5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAEE%2CGAMI%2CUACK%3BIACG%2CcAAA%3B%3BEAha5B%2CaAFJ%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%3BIACE%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEACA%2CaA1axB%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAIG%3BIACG%2CgBAAA%3B%3BEAzaxB%2CaAFJ%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAOE%3BIACI%2CoBAAA%3B%3BEA5axB%2CaAFJ%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%3BIACC%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3B%3BEACA%2CaAvb5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUAOE%3BIACG%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAxb5B%2CaAFJ%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUAYG%3BIACE%2CyBAAA%3B%3BEAEJ%2CaA%5C%2Fb5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUAeE%3BEAAQ%2CaA%5C%2FbrC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUAeW%3BEAAS%2CaA%5C%2Fb%5C%2FC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUAeqB%3BIAChB%2CcAAA%3B%3BEAEJ%2CaAlc5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUAkBE%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaAvc5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUAuBE%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaA5c5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAUI%2CIAAC%2CUA4BE%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaAldxB%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4CG%2COACK%2CIAAC%3BIACC%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaAzdxB%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COAmDG%2CWACK%2CIAAC%3BIACC%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAIJ%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%3BEAAD%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%3BIACG%2CYAAA%3B%3BEADJ%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%3BEAFJ%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%3BIACI%2CkBAAA%3B%3BEAHR%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%3BEAJV%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%3BIACE%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEATZ%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%2CIAMI%3BEAVd%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%2CIAMI%3BIACE%2CyBAAA%3B%3BEAEJ%2CaA9exC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%2CIASG%3BEAAD%2CaA9exC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%2CIASG%3BEAAQ%2CaA9ejD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%2CIASY%3BEAAD%2CaA9ejD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%2CIASY%3BEAAS%2CaA9e3D%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%2CIASsB%3BEAAD%2CaA9e3D%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%2CIASsB%3BIAChB%2CcAAA%3B%3BEAEJ%2CaAjfxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%2CIAYG%3BEAAD%2CaAjfxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%2CIAYG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaAtfxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%2CIAiBG%3BEAAD%2CaAtfxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%2CIAiBG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaA3fxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAEM%2CIAsBG%3BEAAD%2CaA3fxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAEM%2CIAsBG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaAjgBpC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGA8BK%2COACK%3BEADN%2CaAjgBpC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGA8BK%2COACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaAxgBpC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQAEG%2CGAqCK%2CWACK%3BEADN%2CaAxgBpC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQAEG%2CGAqCK%2CWACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEA3ChB%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQA%2BCG%3BEA%5C%2FCJ%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQA%2BCG%3BIACI%2CeAAA%3B%3BEAhDR%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQA%2BCG%2CcAEM%3BEAjDV%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQA%2BCG%2CcAEM%3BIACE%2C6BAAA%3B%3BEAlDZ%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQA%2BCG%2CcAEM%2CKAEI%3BEAnDd%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQA%2BCG%2CcAEM%2CKAEI%3BIACE%2CkBAAA%3B%3BEApDhB%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DE%2CGACK%2CQA%2BCG%2CcAEM%2CKAKE%2CcACM%2CKACI%3BEAxDtB%2CaAje5B%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0DM%2CIACC%2CQA%2BCG%2CcAEM%2CKAKE%2CcACM%2CKACI%3BIACE%2CkBAAA%3B%3BEAUpB%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%3BEAAD%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%3BIACG%2CYAAA%3B%3BEADJ%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%3BEAFJ%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%3BEALV%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%3BIACE%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAVZ%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%2CIAMI%3BEAXd%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%2CIAMI%3BIACE%2CyBAAA%3B%3BEAEJ%2CaAljB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%2CIASG%3BEAAD%2CaAljB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%2CIASG%3BEAAQ%2CaAljBrD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%2CIASY%3BEAAD%2CaAljBrD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%2CIASY%3BEAAS%2CaAljB%5C%2FD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%2CIASsB%3BEAAD%2CaAljB%5C%2FD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%2CIASsB%3BIAChB%2CcAAA%3B%3BEAEJ%2CaArjB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%2CIAYG%3BEAAD%2CaArjB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%2CIAYG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaA1jB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%2CIAiBG%3BEAAD%2CaA1jB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%2CIAiBG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaA%5C%2FjB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAGM%2CIAsBG%3BEAAD%2CaA%5C%2FjB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAGM%2CIAsBG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaArkBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGA%2BBK%2COACK%3BEADN%2CaArkBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGA%2BBK%2COACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaA5kBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGAsCK%2CWACK%3BEADN%2CaA5kBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGAsCK%2CWACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAMI%2CaAtlBpD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAEG%2CGA6CK%2COACK%2CIACI%2COACG%3BEAAD%2CaAtlBpD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAEG%2CGA6CK%2COACK%2CIACI%2COACG%3BIACG%2CaAAA%3B%3BEAnDxB%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAyDG%3BEAzDJ%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAyDG%3BIACI%2CeAAA%3B%3BEA1DR%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAyDG%2CcAEM%3BEA3DV%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAyDG%2CcAEM%3BIACE%2C6BAAA%3B%3BEA5DZ%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAyDG%2CcAEM%2CKAEI%3BEA7Dd%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAyDG%2CcAEM%2CKAEI%3BIACE%2CkBAAA%3B%3BEA9DhB%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACG%2CGACK%2CQAyDG%2CcAEM%2CKAKE%2CcACM%2CKACI%3BEAlEtB%2CaApiBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA4HG%2CYACO%2CIACC%2CQAyDG%2CcAEM%2CKAKE%2CcACM%2CKACI%3BIACE%2CkBAAA%3B%3BEAWxB%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%3BEAAD%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%3BIACG%2CYAAA%3B%3BEADJ%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%3BEAFJ%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%3BEALV%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%3BIACE%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAVZ%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%2CIAMI%3BEAXd%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%2CIAMI%3BIACE%2CyBAAA%3B%3BEAEJ%2CaAhoB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%2CIASG%3BEAAD%2CaAhoB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%2CIASG%3BEAAQ%2CaAhoBrD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%2CIASY%3BEAAD%2CaAhoBrD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%2CIASY%3BEAAS%2CaAhoB%5C%2FD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%2CIASsB%3BEAAD%2CaAhoB%5C%2FD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%2CIASsB%3BIAChB%2CcAAA%3B%3BEAEJ%2CaAnoB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%2CIAYG%3BEAAD%2CaAnoB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%2CIAYG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaAxoB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%2CIAiBG%3BEAAD%2CaAxoB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%2CIAiBG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CaA7oB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAGM%2CIAsBG%3BEAAD%2CaA7oB5C%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAGM%2CIAsBG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaAnpBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGA%2BBK%2COACK%3BEADN%2CaAnpBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGA%2BBK%2COACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGR%2CaA1pBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGAsCK%2CWACK%3BEADN%2CaA1pBxC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGAsCK%2CWACK%3BIACE%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAMI%2CaApqBpD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAEG%2CGA6CK%2COACK%2CIACI%2COACG%3BEAAD%2CaApqBpD%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAEG%2CGA6CK%2COACK%2CIACI%2COACG%3BIACG%2CaAAA%3B%3BEAnDxB%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAyDG%3BEAzDJ%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAyDG%3BIACI%2CeAAA%3B%3BEA1DR%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAyDG%2CcAEM%3BEA3DV%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAyDG%2CcAEM%3BIACE%2C6BAAA%3B%3BEA5DZ%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAyDG%2CcAEM%2CKAEI%3BEA7Dd%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAyDG%2CcAEM%2CKAEI%3BIACE%2CkBAAA%3B%3BEA9DhB%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACG%2CGACK%2CQAyDG%2CcAEM%2CKAKE%2CcACM%2CKACI%3BEAlEtB%2CaAlnBhC%2CaAEK%2CMAsOG%2CcA8KI%2CYAEM%2CKAcE%2CGAAE%2COA0MG%2CUACO%2CIACC%2CQAyDG%2CcAEM%2CKAKE%2CcACM%2CKACI%3BIACE%2CkBAAA%3B%3B%3BAA0ChE%2CQAzByB%3BEAGb%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAJZ%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%2CsBAGI%2CMACI%3BIACI%2CiBAAA%3B%3BEAPpB%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%2CsBAGI%2CMAII%3BIACI%2CeAAA%3B%3BEAVpB%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%2CsBAGI%2CMAII%2CYAEM%3BIACE%2CeAAA%3B%3B%3BAA8BpC%2CQApByB%3BEAGb%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQACH%2CaACI%2CMACM%3BIACE%2CgBAAA%3B%3BEALpB%2CaADJ%2CaACK%2CMACG%2CQAAO%2CQAQH%3BIACI%2CwBAAA%3B%3B%3BAA2CxB%2CQApC0B%3BEAGd%2CaADJ%2CaACK%2CMACG%2COAAM%2CQACF%2COAAM%3BIACF%2CYAAA%3B%3BEAIJ%2CaARZ%2CaACK%2CMAMG%2CQACK%3BIACG%2C2BAAA%3B%3BEARZ%2CaADJ%2CaACK%2CMAkBG%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAtBhB%2CaA0BI%3BIACI%2CkBAAA%3B%3BEA3BR%2CaA6BI%3BIACI%2CiBAAA%3B%3B%3BAAmBZ%2CQAd0B%3BEAIV%2CaAFR%2CaACK%2CMACI%2COACG%3BIACI%2CSAAA%3B%3B%3BAAQxB%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2CwDAAhB%3BEACA%2C0BAAA%3B%3BAAEJ%2CaACI%2CaAAY%2COAAO%3BEACf%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C4CAAA%3BEACA%2CqBAAqB%2CkCAArB%3B%3BAAPR%2CaASI%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAdR%2CaASI%2CaAMI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApBZ%2CaASI%2CaAMI%2COAMI%3BEACI%2CeAAA%3B%3BAAtBhB%2CaASI%2CaAMI%2COAMI%2CMAEI%3BEACI%2CWAAA%3B%3BAAEJ%2CaAjBZ%2CaAMI%2COAMI%2CMAKK%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAA5BpB%2CaASI%2CaAMI%2COAMI%2CMASI%3BEACI%2CgBAAA%3B%3BAAUnB%2CgBACG%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGR%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaACI%2CUACI%3BEACI%2CWAAA%3B%3BAAHZ%2CaAMI%2CoBACI%3BEACI%2CWAAA%3B%3BAAIZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAAAU%2CQAAS%3BEACf%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAACA%2CoBAAC%2COACG%3BEACI%2CcAAA%3B%3BAAPZ%2CoBAUI%3BEACI%2CkBAAA%3BEACA%2CYAAY%2CyDAAZ%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CoCAAA%3B%3BAACA%2CoBANJ%2COAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CyDAAZ%3BEACA%2CcAAc%2CuCAAsC%2CyBAApD%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAA1BZ%2CoBAUI%2COAkBI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBArBR%2COAkBI%2CKAGK%3BEACG%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAlChB%2CoBAsCI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAArDR%2CoBAsCI%2CGAgBI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxDZ%2CoBAsCI%2CGAgBI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBAxBZ%2CGAgBI%2CGAGI%2CEAKK%3BEACG%2CYAAY%2CyDAAZ%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CoCAAA%3B%3BAACA%2CoBA7BhB%2CGAgBI%2CGAGI%2CEAKK%2CMAKI%3BEACG%2CYAAY%2CyDAAZ%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CoCAAA%3B%3BAAIJ%2CoBArChB%2CGAgBI%2CGAGI%2CEAiBK%2CSACI%3BEACG%2CYAAY%2CyDAAZ%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIJ%2CoBAjDhB%2CGAgBI%2CGAGI%2CEA6BK%2CQACI%3BEACG%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIL%2CoBAzDf%2CGAgBI%2CGAGI%2CEAqCK%2CYACG%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA8CpB%2CQApCyB%3BEAEjB%2CYAAC%2COAAO%2COACJ%3BIACI%2CaAAA%3B%3BEAIZ%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEADJ%2CuBAEI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2C6BAAA%3B%3BEALR%2CuBAEI%2CWAII%3BIACI%2CQAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEATZ%2CuBAEI%2CWASI%3BIACI%2CQAAA%3B%3BEAZZ%2CuBAEI%2CWAYI%3BIACI%2CQAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3B%3B%3BAAaf%2CQANyB%2CuBAAuB%3BEAC7C%2CuBACI%3BIACI%2CgBAAA%3B%3B%3BACt%5C%2FDZ%2CsBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CsBACI%2CoBAEI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CsBACI%2CoBAEI%2CeAIM%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3B%3BAAEJ%2CsBAdR%2CoBAEI%2CeAYK%2CMACK%3BEACE%2CWAAW%2CWAAX%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CmBAAmB%2CWAAnB%3B%3BAAMpB%2CcACI%3BEACI%2CmBAAA%3B%3BAAFR%2CcACI%2CsBAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CcANR%2CsBAEI%2CEAIK%3BEACG%2CgBAAA%3B%3BAARhB%2CcACI%2CsBAUI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAfZ%2CcACI%2CsBAUI%2CGAKM%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnBhB%2CcACI%2CsBAqBI%3BEACI%2CgBAAA%3B%3BAAIZ%3BEACI%2CwBAAA%3B%3BAAKI%2CsBADJ%2CSACK%3BAAAD%2CiBADJ%2CSACK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAALJ%2CsBADJ%2CSACK%2CiBAMG%2COACI%3BAAPR%2CiBADJ%2CSACK%2CiBAMG%2COACI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBAlBhB%2CSACK%2CiBAMG%2COACI%2CYAUK%3BAAAD%2CiBAlBhB%2CSACK%2CiBAMG%2COACI%2CYAUK%3BEACG%2CyBAAA%3B%3BAAEJ%2CsBArBhB%2CSACK%2CiBAMG%2COACI%2CYAaK%3BAAAD%2CiBArBhB%2CSACK%2CiBAMG%2COACI%2CYAaK%3BEACG%2CcAAA%3B%3BAAEJ%2CsBAxBhB%2CSACK%2CiBAMG%2COACI%2CYAgBK%3BAAAD%2CiBAxBhB%2CSACK%2CiBAMG%2COACI%2CYAgBK%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAACA%2CsBA5BpB%2CSACK%2CiBAMG%2COACI%2CYAgBK%2CMAII%3BAAAD%2CiBA5BpB%2CSACK%2CiBAMG%2COACI%2CYAgBK%2CMAII%3BEACG%2CcAAA%3B%3BAAGR%2CsBAhChB%2CSACK%2CiBAMG%2COACI%2CYAwBK%3BAAAD%2CiBAhChB%2CSACK%2CiBAMG%2COACI%2CYAwBK%3BEACG%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAACA%2CsBApCpB%2CSACK%2CiBAMG%2COACI%2CYAwBK%2COAII%3BAAAD%2CiBApCpB%2CSACK%2CiBAMG%2COACI%2CYAwBK%2COAII%3BEACG%2CcAAA%3B%3BAApCpB%2CsBADJ%2CSACK%2CiBAyCG%3BAAzCJ%2CiBADJ%2CSACK%2CiBAyCG%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGA%2CsBAnDZ%2CSACK%2CiBAiDG%2CgBACK%3BAAAD%2CiBAnDZ%2CSACK%2CiBAiDG%2CgBACK%3BEACG%2CcAAA%3B%3BAADJ%2CsBAnDZ%2CSACK%2CiBAiDG%2CgBACK%2COAEG%3BAAFJ%2CiBAnDZ%2CSACK%2CiBAiDG%2CgBACK%2COAEG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAANR%2CsBAnDZ%2CSACK%2CiBAiDG%2CgBACK%2COAQG%3BAARJ%2CiBAnDZ%2CSACK%2CiBAiDG%2CgBACK%2COAQG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CsBAlEpB%2CSACK%2CiBAiDG%2CgBACK%2COAQG%2CgBAOK%3BAAAD%2CiBAlEpB%2CSACK%2CiBAiDG%2CgBACK%2COAQG%2CgBAOK%3BEACG%2CgBAAA%3B%3BAAIJ%2CsBAvEpB%2CSACK%2CiBAiDG%2CgBACK%2COAmBG%2CeACK%3BAAAD%2CiBAvEpB%2CSACK%2CiBAiDG%2CgBACK%2COAmBG%2CeACK%3BEACG%2CWAAA%3B%3BAAMZ%2CsBA9EZ%2CSACK%2CiBA4EG%2COACK%3BAAAD%2CiBA9EZ%2CSACK%2CiBA4EG%2COACK%3BEACG%2CyBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CsBA9EZ%2CSACK%2CiBA4EG%2COACK%2CQAGG%3BAAHJ%2CiBA9EZ%2CSACK%2CiBA4EG%2COACK%2CQAGG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAALR%2CsBA9EZ%2CSACK%2CiBA4EG%2COACK%2CQAOG%3BAAPJ%2CiBA9EZ%2CSACK%2CiBA4EG%2COACK%2CQAOG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CsBA3FpB%2CSACK%2CiBA4EG%2COACK%2CQAOG%2CiBAMK%3BAAAD%2CiBA3FpB%2CSACK%2CiBA4EG%2COACK%2CQAOG%2CiBAMK%3BEACG%2CgBAAA%3B%3BAAdZ%2CsBA9EZ%2CSACK%2CiBA4EG%2COACK%2CQAiBG%3BAAjBJ%2CiBA9EZ%2CSACK%2CiBA4EG%2COACK%2CQAiBG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAOxB%2CsBAAuB%2CUAAS%2CQAAW%3BEACvC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CMACI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CMAMI%2COAAM%3BEACF%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjBR%2CMAmBI%2CEAAC%3BEACG%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CMApBJ%2CEAAC%2CKAoBI%3BAAAQ%2CMApBb%2CEAAC%2CKAoBa%3BAAAS%2CMApBvB%2CEAAC%2CKAoBuB%3BEAChB%2CWAAA%3B%3BAAEJ%2CMAvBJ%2CEAAC%2CKAuBI%3BEACG%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CMADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAACA%2CMAnBR%2CQACK%2CKAkBI%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CMA9BZ%2CQACK%2CKA4BI%2CMACI%3BAAAD%2CMA9BZ%2CQACK%2CKA4Ba%2COACL%3BAAAD%2CMA9BZ%2CQACK%2CKA4BuB%2CQACf%3BEACG%2CWAAA%3B%3BAAGR%2CMAlCR%2CQACK%2CKAiCI%3BEACG%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAACA%2CMAtCZ%2CQACK%2CKAiCI%2CMAII%3BEACG%2CcAAA%3B%3BAAIZ%2CMA3CJ%2CQA2CK%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAACA%2CMA7DR%2CQA2CK%2CSAkBI%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGA%2CMAxEZ%2CQA2CK%2CSA4BI%2CMACI%3BAAAD%2CMAxEZ%2CQA2CK%2CSA4Ba%2COACL%3BAAAD%2CMAxEZ%2CQA2CK%2CSA4BuB%2CQACf%3BEACG%2CWAAA%3B%3BAAGR%2CMA5ER%2CQA2CK%2CSAiCI%3BEACG%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAACA%2CMAhFZ%2CQA2CK%2CSAiCI%2CMAII%3BEACG%2CcAAA%3B%3BAAIZ%2CMArFJ%2CQAqFK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAgQZ%2CQA5PyB%3BEAEjB%2CsBAAC%2CcACG%2CcACI%3BIACI%2CiBAAA%3B%3BEAKR%2CsBADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAKR%2CcAAC%3BIACG%2CgBAAA%3B%3BEAMI%2CQAFP%2CmBACG%2COACK%3BEAAgB%2CQAFxB%2CmBACG%2COACsB%3BEAAiB%2CQAF1C%2CmBACG%2COACwC%3BIAChC%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CQAFP%2CmBACG%2COACK%2CcAIG%3BEAJa%2CQAFxB%2CmBACG%2COACsB%2CeAId%3BEAJ%2BB%2CQAF1C%2CmBACG%2COACwC%2CcAIhC%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3B%3BEAVR%2CQAFP%2CmBACG%2COACK%2CcAIG%2CaAOM%3BEAXO%2CQAFxB%2CmBACG%2COACsB%2CeAId%2CaAOM%3BEAXyB%2CQAF1C%2CmBACG%2COACwC%2CcAIhC%2CaAOM%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAOxB%2CcACI%2CoBACI%3BIACI%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CiBACI%2CMACI%2COAAM%2COACF%2CcACI%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3BIACA%2CqCAAA%3BIACA%2CwCAAA%3B%3BEACA%2CiBAjBhB%2CMACI%2COAAM%2COACF%2CcACI%2COAcK%3BIACG%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CiBArBhB%2CMACI%2COAAM%2COACF%2CcACI%2COAkBK%3BIACG%2CWAAA%3B%3BEAvBxB%2CiBACI%2CMACI%2COAAM%2COAyBF%2CgBACI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CiBA9BhB%2CMACI%2COAAM%2COAyBF%2CgBACI%2CyBAGK%3BIACG%2CWAAA%3B%3BEAhCxB%2CiBACI%2CMACI%2COAAM%2COAyBF%2CgBAQI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAzCpB%2CiBACI%2CMACI%2COAAM%2COAyBF%2CgBAgBI%3BIACI%2CWAAA%3BIACA%2CqBAAA%3B%3BEA7CpB%2CiBACI%2CMACI%2COAAM%2COAyBF%2CgBAoBI%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGA%2CiBAnDhB%2CMACI%2COAAM%2COAyBF%2CgBAwBI%2CgBAAgB%2CQAAO%2COAClB%3BIACG%2CWAAA%3B%3BEArDxB%2CiBACI%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEACA%2CiBA3DpB%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBACI%2CEAGK%3BIACG%2CuBAAA%3BIACA%2C0BAAA%3B%3BEA9D5B%2CiBACI%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBACI%2CEAOI%3BIACI%2CWAAA%3B%3BEACA%2CiBAjExB%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBACI%2CEAOI%2COAEK%3BIACG%2CkBAAA%3B%3BEAnEhC%2CiBACI%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBACI%3BIACI%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEACA%2CiBA3ExB%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBACI%2CeAIK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CiBAhFxB%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBACI%2CeASK%3BIACG%2C4BAAA%3B%3BEAEJ%2CiBAnFxB%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBACI%2CeAYK%3BIACG%2CaAAA%3BIACA%2CyBAAA%3B%3BEAGR%2CiBAxFpB%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBAkBK%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEACA%2CiBAhG5B%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBAkBK%2CMACG%2CeAOK%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CmCAAA%3BIACA%2CsCAAA%3BIACA%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3B%3BEAGA%2CiBAnHhC%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBAkBK%2CMACG%2CeAyBK%2CMACI%3BIACG%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAGR%2CiBAxH5B%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBAkBK%2CMACG%2CeA%2BBK%3BIACG%2CaAAA%3B%3BEACA%2CiBA1HhC%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBAkBK%2CMACG%2CeA%2BBK%2CSAEI%3BIACG%2CsBAAA%3B%3BEAGR%2CiBA9H5B%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBAkBK%2CMACG%2CeAqCK%3BIACG%2CsBAAA%3B%3BEAEJ%2CiBAjI5B%2CMACI%2COAAM%2COAyBF%2CgBA6BI%2CwBAeI%2CkBAkBK%2CMACG%2CeAwCK%3BIACG%2CsBAAA%3B%3BEAOxB%2CiBAzIR%2CMACI%2COAAM%2COAwID%2COACG%2CcACI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CiBAtJpB%2CMACI%2COAAM%2COAwID%2COACG%2CcACI%2COAWK%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAWhB%2CcAFR%2CeACI%2CYACK%3BIACG%2CaAAA%3B%3BEAEJ%2CcALR%2CeACI%2CYAIK%3BIACG%2CaAAA%3B%3BEAEJ%2CcARR%2CeACI%2CYAOK%3BIACG%2CaAAA%3B%3BEAEJ%2CcAXR%2CeACI%2CYAUK%3BIACG%2CaAAA%3B%3BEAbhB%2CcACI%2CeACI%2CYAaI%2CmBACI%2CsBACI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%2CQAAQ%3BIACX%2CiBAAA%3BIACA%2CeAAA%3B%3B%3BAA6TxC%2CQAlTyB%3BEAKL%2CsBAHX%2C0BACG%2CcACI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEANhB%2CsBAAC%2C0BACG%2CcAQI%3BEATR%2CsBAAC%2C0BACG%2CcAQyB%3BIACjB%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAKhB%2CcACI%3BIACI%2CeAAA%3B%3BEAFR%2CcACI%2CoBAEI%3BIACI%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAOA%2CiBAFR%2CMACI%2COACK%3BIACG%2CUAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEANhB%2CiBACI%2CMACI%2COAMI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAhBhB%2CiBACI%2CMACI%2COAMI%2CaASM%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CiBA5BhB%2CMACI%2COAMI%2CaASM%2CSAYG%3BIACG%2CsBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FBxB%2CiBACI%2CMACI%2COAiCI%3BIACI%2CYAAA%3B%3BEACA%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%3BIACG%2CWAAA%3B%3BEADJ%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAGM%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAQI%3BIACI%2CcAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAjBZ%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAiBI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEArBZ%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAiBI%2CGAAE%2CMAGE%3BIACI%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEA3BhB%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAiBI%2CGAAE%2CMAGE%2CMAMI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FBpB%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAiBI%2CGAAE%2CMAGE%2CMAWI%3BIACI%2CWAAA%3B%3BEAKR%2CiBA3ExB%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAoCI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEACA%2CiBA%5C%2FE5B%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAoCI%2CQACK%2COAII%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAvF5B%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAoCI%2CQACK%2COAYI%3BIACG%2CwBAAA%3B%3BEAbR%2CiBA3ExB%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAoCI%2CQACK%2COAeK%3BIACE%2CaAAA%3B%3BEAvDpB%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAEG%2CgBAyDI%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEA7DZ%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAgEG%3BIACI%2CaAAA%3B%3BEAjER%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%3BIACI%2CaAAA%3B%3BEApER%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAEI%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEACA%2CiBAjHxB%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAEI%2CqBAQK%2COACG%3BIACI%2CmBAAA%3B%3BEACA%2CiBApHhC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAEI%2CqBAQK%2COACG%2CsBAEK%3BIACG%2CSAAS%2COAAT%3B%3BEAIZ%2CiBAzHxB%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAEI%2CqBAgBK%3BEACD%2CiBA1HxB%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAEI%2CqBAiBK%3BIACG%2CaAAA%3B%3BEAvFhB%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAuBI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3B%3BEACA%2CiBA5IxB%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAuBI%2CsBAcK%3BIACE%2CaAAA%3B%3BEAzGf%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%3BIACI%2CSAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAnHZ%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBACI%3BIACI%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEACA%2CiBA7JhC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBACI%2CeAIK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CiBAjKhC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBACI%2CeAQK%3BIACG%2C4BAAA%3B%3BEAEJ%2CiBApKhC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBACI%2CeAWK%3BIACG%2CaAAA%3BIACA%2CyBAAA%3B%3BEAIR%2CiBA1K5B%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBAkBK%2CMACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEACA%2CiBAlLpC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBAkBK%2CMACG%2CeAOK%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CmCAAA%3BIACA%2CsCAAA%3BIACA%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3B%3BEAGA%2CiBArMxC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBAkBK%2CMACG%2CeAyBK%2CMACI%3BIACG%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAGR%2CiBA1MpC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBAkBK%2CMACG%2CeA%2BBK%3BIACG%2CaAAA%3B%3BEACA%2CiBA5MxC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBAkBK%2CMACG%2CeA%2BBK%2CSAEI%3BIACG%2CsBAAA%3B%3BEAGR%2CiBAhNpC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBAkBK%2CMACG%2CeAqCK%3BIACG%2CsBAAA%3B%3BEAEJ%2CiBAnNpC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAQI%2CkBAkBK%2CMACG%2CeAwCK%3BIACG%2CsBAAA%3B%3BEAhL5B%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEI%2CiBA%5C%2FNpC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMAII%2COACK%3BIACG%2CkBAAA%3B%3BEA5L5B%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMASM%3BIACE%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAnMxB%2CiBApCZ%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMASM%2CIAKE%3BIACI%2CWAAA%3B%3BEAEJ%2CiBA3OpC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMASM%2CIAQG%3BEAAQ%2CiBA3O7C%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMASM%2CIAQY%3BIACN%2CWAAA%3B%3BEAEJ%2CiBA9OpC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMASM%2CIAWG%3BIACG%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAGR%2CiBAnPhC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMAyBK%3BIACG%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CiBAxPhC%2CMACI%2COAiCI%2CeAEK%2CeAmEG%2CgBAyCI%2CwBAyEI%2COACI%2CMA8BK%3BIACG%2CuBAAA%3B%3BEAQ5B%2CiBAjQR%2CMACI%2COAgQK%2COACG%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3BEACA%2CiBAtQhB%2CMACI%2COAgQK%2COACG%2CeAIK%2CeACG%3BIACI%2CwBAAA%3BIACA%2CeAAA%3B%3BEARhB%2CiBAjQR%2CMACI%2COAgQK%2COAYG%3BIACI%2CaAAA%3B%3B%3BAA2BxB%2CQApByB%3BEAKL%2CsBAHX%2C0BACG%2CcACI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEANhB%2CsBAAC%2C0BACG%2CcAQI%3BEATR%2CsBAAC%2C0BACG%2CcAQyB%3BIACjB%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3B%3BAAOhB%2CcAAC%3BEACG%2CkBAAA%3B%3BAAFR%2CcAII%3BEACI%2CSAAA%3B%3BAALR%2CcAOI%3BEACI%2CcAAA%3B%3BAARR%2CcAUI%2CeACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3B%3BAACA%2CcAPR%2CeACI%2CcAMK%3BEACG%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAnBhB%2CcAUI%2CeACI%2CcAUI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAxBhB%2CcAUI%2CeACI%2CcAUI%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArCpB%2CcAUI%2CeACI%2CcAUI%2CmBAII%2CSAaM%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CcApCpB%2CeACI%2CcAUI%2CmBAII%2CSAaM%2CIAQG%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAjD5B%2CcAUI%2CeACI%2CcAUI%2CmBAII%2CSAaM%2CIAaI%2COAAI%3BEACF%2CcAAA%3B%3BAApD5B%2CcAUI%2CeACI%2CcAUI%2CmBAII%2CSAaM%2CIAaI%2COAAI%2CwBAEF%3BEACI%2CYAAA%3B%3BAAtDhC%2CcAUI%2CeACI%2CcAUI%2CmBAII%2CSAaM%2CIAmBE%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA7D5B%2CcAUI%2CeACI%2CcAUI%2CmBAII%2CSAaM%2CIAyBE%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3B%3BAA3E5B%2CcAUI%2CeACI%2CcAUI%2CmBAII%2CSAqDI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3B%3BAACA%2CcAlFpB%2CeACI%2CcAUI%2CmBAII%2CSAqDI%2CWAcK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqDAAA%3BEACA%2CmBAAA%3B%3BAAtG5B%2CcAUI%2CeACI%2CcAUI%2CmBAII%2CSAgFI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3B%3BAACA%2CcA7GpB%2CeACI%2CcAUI%2CmBAII%2CSAgFI%2CYAcK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqDAAA%3BEACA%2CmBAAA%3B%3BAAjI5B%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA3IpB%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBAOI%3BEACI%2CeAAA%3B%3BAA7IxB%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBAOI%2CmBAEI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CcAxIxB%2CeACI%2CcAUI%2CmBAgHI%2CsBAOI%2CmBAEI%2CmBAIK%3BAAAS%2CcAxIlC%2CeACI%2CcAUI%2CmBAgHI%2CsBAOI%2CmBAEI%2CmBAIe%3BEACP%2CcAAA%3B%3BAAEJ%2CcA3IxB%2CeACI%2CcAUI%2CmBAgHI%2CsBAOI%2CmBAEI%2CmBAOK%3BEACG%2CcAAA%3B%3BAAQI%2CcApJhC%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBACI%2CgBACI%2CeACM%2COACG%3BEACG%2CWAAA%3B%3BAAOR%2CcA5J5B%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACK%3BAAAO%2CcA5JpC%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACa%3BEACL%2CWAAA%3B%3BAACA%2CcA9JhC%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACK%2CKAEI%3BAAAD%2CcA9JhC%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACa%2CIAEJ%3BAAAS%2CcA9J1C%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACK%2CKAEc%3BAAAD%2CcA9J1C%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACa%2CIAEM%3BEACP%2CWAAA%3B%3BAAEJ%2CcAjKhC%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACK%2CKAKI%3BAAAD%2CcAjKhC%2CeACI%2CcAUI%2CmBAgHI%2CsBAqBI%2CyBAUI%2CiBACI%2CQACa%2CIAKJ%3BEACG%2CWAAA%3B%3BAA5KxC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAApLxB%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAxL5B%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAQI%2CcACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAA7LhC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAcI%3BEACI%2CaAAA%3B%3BAAjM5B%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAvM5B%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAuBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAACA%2CcAvMxB%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAuBI%2CWAQK%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA1NhC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAuBI%2CWAmBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjOhC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDI%3BAApOxB%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDiB%3BEACT%2CkBAAA%3B%3BAArO5B%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDI%2CYAEI%3BAAtO5B%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDiB%2CUAET%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAxOhC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDI%2CYAMI%3BAA1O5B%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDiB%2CUAMT%3BEACI%2CgBAAA%3B%3BAA3OhC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDI%2CYAMI%2CWAEI%2CiBACI%3BAA7OpC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA6CI%2CWAkDiB%2CUAMT%2CWAEI%2CiBACI%3BEACI%2CaAAA%3B%3BAA9OxC%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA%2BGI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CcApPhC%2CeACI%2CcAUI%2CmBAgHI%2CsBA%2BGI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%2CQAOF%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAACA%2CcA3PpC%2CeACI%2CcAUI%2CmBAgHI%2CsBA%2BGI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%2CQAOF%2CUAOI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAII%2CcAjQ5C%2CeACI%2CcAUI%2CmBAgHI%2CsBA%2BGI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%2CQAOF%2CUAWI%2CSACI%2CIAAI%2CQACA%3BEACG%2CSAAS%2COAAT%3BEACA%2CgDAAA%3BEACA%2CmDAAA%3BEACA%2CoDAAA%3BEACA%2CwDAAA%3BEACA%2CqDAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAAKR%2CcA7QxC%2CeACI%2CcAUI%2CmBAgHI%2CsBA%2BGI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%2CQAOF%2CUAwBI%2CMACI%3BEACG%2CSAAS%2COAAT%3B%3BAA1BZ%2CcApPhC%2CeACI%2CcAUI%2CmBAgHI%2CsBA%2BGI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%2CQAOF%2CUA6BG%3BEACI%2CaAAA%3B%3BAA5R5C%2CcAUI%2CeACI%2CcAUI%2CmBAgHI%2CsBA%2BGI%2CoBA8CI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CcAhSZ%2CeACI%2CcAUI%2CmBAqRK%2CMACG%2CSACM%2CIACE%3BEACI%2COAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAU5B%2CcAAC%3BEACG%2CWAAA%3B%3BAAFR%2CcAII%3BEACI%2CSAAA%3B%3BAALR%2CcAOI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAATR%2CcAWI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CcAXR%2CeACI%2CYAUK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CcAjBR%2CeACI%2CYAgBK%3BEACG%2CaAAA%3B%3BAAEJ%2CcApBR%2CeACI%2CYAmBK%3BEACG%2CUAAA%3B%3BAAEJ%2CcAvBR%2CeACI%2CYAsBK%3BEACG%2CUAAA%3B%3BAAEJ%2CcA1BR%2CeACI%2CYAyBK%3BEACG%2CeAAA%3B%3BAAtChB%2CcAWI%2CeACI%2CYA4BI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA3ChB%2CcAWI%2CeACI%2CYA4BI%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAnDpB%2CcAWI%2CeACI%2CYA4BI%2CmBAII%2CSAQM%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CcAjDpB%2CeACI%2CYA4BI%2CmBAII%2CSAQM%2CIAQG%3BEACG%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FD5B%2CcAWI%2CeACI%2CYA4BI%2CmBAII%2CSAQM%2CIAaI%2COAAI%3BEACF%2CcAAA%3B%3BAAlE5B%2CcAWI%2CeACI%2CYA4BI%2CmBAII%2CSAQM%2CIAaI%2COAAI%2CwBAEF%3BEACI%2CYAAA%3B%3BAApEhC%2CcAWI%2CeACI%2CYA4BI%2CmBAII%2CSAQM%2CIAmBE%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAzE5B%2CcAWI%2CeACI%2CYA4BI%2CmBAII%2CSAQM%2CIAuBE%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3B%3BAAvF5B%2CcAWI%2CeACI%2CYA4BI%2CmBAII%2CSA8CI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3B%3BAACA%2CcA7FpB%2CeACI%2CYA4BI%2CmBAII%2CSA8CI%2CWAcK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqDAAA%3BEACA%2CmBAAA%3B%3BAAlH5B%2CcAWI%2CeACI%2CYA4BI%2CmBAII%2CSAyEI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3B%3BAACA%2CcAxHpB%2CeACI%2CYA4BI%2CmBAII%2CSAyEI%2CYAcK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqDAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CcAtIZ%2CeACI%2CYA4BI%2CmBAyGK%2CkBACG%2CsBACI%3BEACI%2CkBAAA%3B%3BAApJ5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA5JpB%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAKI%3BEACI%2CmBAAA%3B%3BAA9JxB%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAKI%2CmBAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CcA9JxB%2CeACI%2CYA4BI%2CmBAgHI%2CsBAKI%2CmBAEI%2CmBAUK%3BAAAS%2CcA9JlC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAKI%2CmBAEI%2CmBAUe%3BEACP%2CcAAA%3B%3BAAEJ%2CcAjKxB%2CeACI%2CYA4BI%2CmBAgHI%2CsBAKI%2CmBAEI%2CmBAaK%3BEACG%2C0BAAA%3BEACA%2CWAAA%3B%3BAA9KhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBA0BI%3BEACI%2CmBAAA%3B%3BAAIY%2CcA5KhC%2CeACI%2CYA4BI%2CmBAgHI%2CsBA0BI%2CyBAEI%2CgBACI%2CeACM%2COACG%3BEACG%2CWAAA%3B%3BAAxLxC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBA0BI%2CyBAWI%3BEACI%2CaAAA%3B%3BAA9L5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAnMxB%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAvM5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAQI%2CcACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAA5MhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAcI%3BEACI%2CaAAA%3B%3BAAhN5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAtN5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAuBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcApNxB%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAuBI%2CWAOK%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAxOhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAuBI%2CWAkBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FOhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDI%3BAAlPxB%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDiB%3BEACT%2CkBAAA%3B%3BAAnP5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDI%2CYAEI%3BAApP5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDiB%2CUAET%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAtPhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDI%2CYAMI%2CiBACI%3BAAzPhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDiB%2CUAMT%2CiBACI%3BEACI%2CqBAAA%3B%3BAA1PpC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDI%2CYAWI%3BAA7P5B%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDiB%2CUAWT%3BEACI%2CgBAAA%3B%3BAA9PhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDI%2CYAWI%2CWAEI%2CiBACI%3BAAhQpC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAyCI%2CWAiDiB%2CUAWT%2CWAEI%2CiBACI%3BEACI%2CaAAA%3B%3BAAjQxC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBACI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAACA%2CcAjQxB%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBACI%2CeAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CcAtQxB%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBACI%2CeASK%3BEACG%2C4BAAA%3B%3BAAEJ%2CcAzQxB%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBACI%2CeAYK%3BEACG%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CcA9QpB%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBAkBK%2CMACG%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CcAtR5B%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBAkBK%2CMACG%2CeAOK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CmCAAA%3BEACA%2CsCAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAGA%2CcAzShC%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBAkBK%2CMACG%2CeAyBK%2CMACI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CcA9S5B%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBAkBK%2CMACG%2CeA%2BBK%3BEACG%2CaAAA%3B%3BAACA%2CcAhThC%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBAkBK%2CMACG%2CeA%2BBK%2CSAEI%3BEACG%2CsBAAA%3B%3BAAGR%2CcApT5B%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBAkBK%2CMACG%2CeAqCK%3BEACG%2CsBAAA%3B%3BAAEJ%2CcAvT5B%2CeACI%2CYA4BI%2CmBAgHI%2CsBA%2BGI%2CkBAkBK%2CMACG%2CeAwCK%3BEACG%2CsBAAA%3B%3BAAnUpC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA5UhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%2CiBAGI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcAtUhC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%2CiBAGI%2CQAAO%2CQAIF%3BEACG%2CiBAAA%3B%3BAACA%2CcAxUpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAACA%2CcA%5C%2FUxC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUAOI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAII%2CcArVhD%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUAWI%2CSACI%2CIAAI%2CQACA%3BEACG%2CSAAS%2COAAT%3BEACA%2CgDAAA%3BEACA%2CmDAAA%3BEACA%2CoDAAA%3BEACA%2CwDAAA%3BEACA%2CqDAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAAKR%2CcAjW5C%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUAwBI%2CMACI%3BEACG%2CSAAS%2COAAT%3B%3BAA1BZ%2CcAxUpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBACI%2CiBAGI%2CQAAO%2CQAIF%2COAEI%2CUA6BG%3BEACI%2CaAAA%3B%3BAAjXhD%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1XhC%2CcAWI%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CqBAAA%3B%3BAACA%2CcA9XhC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAcG%3BEACG%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGA%2CcA5YpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUA2BG%2CWACI%3BEACG%2CSAAS%2COAAT%3B%3BAAIJ%2CcAjZpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAgCG%2CUACI%3BEACG%2CSAAS%2COAAT%3B%3BAAGR%2CcArZhC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAqCG%3BAAAS%2CcArZ1C%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAqCa%3BAAAQ%2CcArZnD%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAqCsB%3BEAChB%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CcAxZpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAqCG%2COAGI%3BAAAD%2CcAxZpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAqCa%2CMAGN%3BAAAD%2CcAxZpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUAqCsB%2CQAGf%3BEACG%2CcAAA%3B%3BAAGR%2CcA5ZhC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUA4CG%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CcA%5C%2FZpC%2CeACI%2CYA4BI%2CmBAgHI%2CsBAgLI%2CoBACI%2CsBA8CI%2CmBAIM%2CUA4CG%2CMAGI%3BEACG%2CWAAA%3B%3BAAWhB%2CcA3axB%2CeACI%2CYA4BI%2CmBA2YK%2CQACG%2CSACM%2CIACG%3BEACG%2CmDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAdhB%2CcAxaZ%2CeACI%2CYA4BI%2CmBA2YK%2CQAkBG%2CsBACI%2CoBACI%2CsBACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAjCpB%2CcAxaZ%2CeACI%2CYA4BI%2CmBA2YK%2CQAkBG%2CsBACI%2CoBACI%2CsBACI%2CiBAaI%2CQAAO%2CQAAQ%3BEACX%2CiBAAA%3B%3BAAMpB%2CcAjdhB%2CeACI%2CYA4BI%2CmBA2YK%2CQAyCI%2CMACG%3BEACI%2CcAAA%3B%3BAAEI%2CcArd5B%2CeACI%2CYA4BI%2CmBA2YK%2CQAyCI%2CMACG%2CSAEM%2CIACG%3BEACG%2CqDAAA%3BEACA%2CUAAA%3B%3BAANhB%2CcAjdhB%2CeACI%2CYA4BI%2CmBA2YK%2CQAyCI%2CMAUG%2CsBACI%2CoBACI%2CsBACI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAUZ%2CcA5exB%2CeACI%2CYA4BI%2CmBA4cK%2CSACG%2CSACM%2CIACG%3BEACG%2CmDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAdhB%2CcAzeZ%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAjCpB%2CcAzeZ%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CcAphBpC%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUASG%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAxhBpC%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAaG%3BAAAS%2CcAxhB9C%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAaa%3BAAAQ%2CcAxhBvD%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAasB%3BEAChB%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CcA3hBxC%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAaG%2COAGI%3BAAAD%2CcA3hBxC%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAaa%2CMAGN%3BAAAD%2CcA3hBxC%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAasB%2CQAGf%3BEACG%2CcAAA%3B%3BAAGR%2CcA%5C%2FhBpC%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAoBG%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAACA%2CcAniBxC%2CeACI%2CYA4BI%2CmBA4cK%2CSAkBG%2CsBACI%2CoBACI%2CsBACI%2CmBAaM%2CUAoBG%2CMAII%3BEACG%2CcAAA%3B%3BAAQ5B%2CcA5iBhB%2CeACI%2CYA4BI%2CmBA4cK%2CSAmEI%2CMACG%3BEACI%2CcAAA%3B%3BAAEI%2CcAhjB5B%2CeACI%2CYA4BI%2CmBA4cK%2CSAmEI%2CMACG%2CSAEM%2CIACG%3BEACG%2CqDAAA%3BEACA%2CUAAA%3B%3BAANhB%2CcA5iBhB%2CeACI%2CYA4BI%2CmBA4cK%2CSAmEI%2CMAUG%2CsBACI%2CoBACI%2CsBACI%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAOxB%2CcApkBZ%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAdhB%2CcApkBZ%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%2CsBAYI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnBpB%2CcApkBZ%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%2CsBAYI%2CiBAKI%2CQAAO%2CQAAQ%2COAAO%3BEAClB%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcAtmBpC%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%2CsBAYI%2CiBAKI%2CQAAO%2CQAAQ%2COAAO%2CUAcjB%3BAAAS%2CcAtmB9C%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%2CsBAYI%2CiBAKI%2CQAAO%2CQAAQ%2COAAO%2CUAcP%3BAAAQ%2CcAtmBvD%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%2CsBAYI%2CiBAKI%2CQAAO%2CQAAQ%2COAAO%2CUAcE%3BEAChB%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcA3mBpC%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%2CsBAYI%2CiBAKI%2CQAAO%2CQAAQ%2COAAO%2CUAmBjB%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1C5B%2CcApkBZ%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUACd%2CsBACI%2CoBACI%2CsBA2CI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKhB%2CcA3nBhB%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUAuDb%2CMACG%2CsBACI%2CoBACI%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAPhB%2CcA3nBhB%2CeACI%2CYA4BI%2CmBAuiBK%2CQAAQ%2CSAAS%2CUAuDb%2CMACG%2CsBACI%2CoBACI%2CsBAKI%2CiBACI%2CQAAO%2CQAAQ%2COAAO%3BEAClB%2CUAAA%3B%3BAAQ5B%2CcA7oBZ%2CeACI%2CYA4BI%2CmBAgnBK%2CMACG%2CSACM%2CIACE%3BEACI%2COAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA6DhC%2CQApD0B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAwBF%2CcAJhB%2CeACK%2CUAAU%2CaACP%2CSACM%2CSACG%3BIACG%2CUAAA%3B%3BEAEJ%2CcAPhB%2CeACK%2CUAAU%2CaACP%2CSACM%2CSAIG%3BIACG%2CWAAA%3B%3BEAYJ%2CcAJhB%2CeACK%2CUAAU%2CaACP%2CSACM%2CSACG%3BIACG%2CWAAA%3B%3BEAEJ%2CcAPhB%2CeACK%2CUAAU%2CaACP%2CSACM%2CSAIG%3BIACG%2CYAAA%3B%3B%3BAAoD5B%2CQA5CyB%3BEACrB%2CcACI%2CeACI%2CcACI%2CmBACI%3BIACI%2CUAAA%3B%3BEALpB%2CcACI%2CeACI%2CcACI%2CmBAII%3BIACI%2CUAAA%3B%3BEAMpB%2CcACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CcAKI%2CeACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CcALR%2CeACI%2CYAIK%3BIACG%2CeAAA%3B%3BEAEJ%2CcARR%2CeACI%2CYAOK%3BIACG%2CUAAA%3B%3BEAEJ%2CcAXR%2CeACI%2CYAUK%3BIACG%2CUAAA%3B%3BEAEJ%2CcAdR%2CeACI%2CYAaK%3BIACG%2CaAAA%3B%3BEAEJ%2CcAjBR%2CeACI%2CYAgBK%3BIACG%2CaAAA%3B%3B%3BAA4CpB%2CQAtCyB%3BEACrB%2CcACI%2CeACI%2CcACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BEARpB%2CcACI%2CeACI%2CcACI%2CmBAOI%3BIACI%2CWAAA%3BIACA%2C0BAAA%3B%3BEASR%2CcAFR%2CeACI%2CYACK%3BIACG%2CUAAA%3B%3BEAEJ%2CcALR%2CeACI%2CYAIK%3BIACG%2CUAAA%3B%3BEAEJ%2CcARR%2CeACI%2CYAOK%3BIACG%2CUAAA%3B%3BEAEJ%2CcAXR%2CeACI%2CYAUK%3BIACG%2CUAAA%3B%3B%3BAA0FpB%2CQApFyB%3BEACrB%2CcACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAHZ%2CcACI%2CeACI%2CYAEI%2CmBACI%2CSACI%3BIACI%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEAVxB%2CcACI%2CeACI%2CYAEI%2CmBACI%2CSAOI%3BIACI%2CoBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEAhBxB%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBACI%3BIACI%2CkBAAA%3B%3BEArBxB%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBACI%2CmBAEI%3BIACI%2CeAAA%3B%3BEAvB5B%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAOI%3BIACI%2CkBAAA%3B%3BEA3BxB%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%3BIACI%2CiBAAA%3B%3BEA9BxB%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAEI%3BIACI%2CiBAAA%3B%3BEAhC5B%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAKI%2CcACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEArChC%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAWI%3BIACI%2CeAAA%3B%3BEAGA%2CcA3CxB%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAcI%2CWACK%3BIACG%2CSAAA%3B%3BEA7ChC%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAcI%2CWAII%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAjDhC%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAuBI%3BEApDxB%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAuBiB%3BIACT%2CkBAAA%3B%3BEArD5B%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAuBI%2CYAEI%3BEAtD5B%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAuBiB%2CUAET%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAxDhC%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAuBI%2CYAMI%3BEA1D5B%2CcACI%2CeACI%2CYAEI%2CmBAeI%2CsBAUI%2CWAuBiB%2CUAMT%3BIACI%2CgBAAA%3B%3BEAKhB%2CcA%5C%2FDZ%2CeACI%2CYAEI%2CmBA4DK%2CQACG%2CsBACI%2CoBACI%2CsBACI%2CiBACI%2CQAAO%2CQAAQ%3BIACX%2CiBAAA%3B%3B%3BAAyB5C%2CQAZyB%2CuBAAuB%3BEAGpC%2CsBADJ%2CSACK%2CiBACG%3BIACI%2CSAAA%3B%3B%3BAAyBpB%2CQAlByB%2CuBAAuB%3BEAGpC%2CsBADJ%2CSACK%3BIACG%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CsBADJ%2CSACK%2CiBAIG%3BIACI%2CSAAA%3B%3BEAPhB%2CsBAWI%2CUAAS%2CQAAW%3BIAChB%2CeAAA%3B%3B%3BAAsBZ%2CQAjByB%3BEAGb%2CsBADJ%2CSACK%2CiBACG%3BIACI%2CWAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CsBADJ%2CSACK%2CiBAMG%3BIACI%2CeAAA%3B%3B%3BAAOpB%2CsCACI%3BEACI%2CgBAAA%3B%3BAC7kER%2CQArByB%3BEACrB%2CqBACI%2CcACI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CqBACI%2CcAKI%2CSAAQ%3BIACJ%2CUAAA%3BIACA%2CmBAAA%3B%3BEAKR%2CYAAC%2CkBACG%3BIACI%2CYAAA%3B%3B%3BAAOR%2CqBADJ%2CSACK%3BEACG%2CkBAAA%3B%3BAADJ%2CqBADJ%2CSACK%2CMAEG%2CgBACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CqBAjBhB%2CSACK%2CMAEG%2CgBACI%2CYAaK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqDAAA%3BEACA%2CmBAAA%3B%3BAA1BhB%2CqBADJ%2CSACK%2CMAEG%2CgBA2BI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CqBA3ChB%2CSACK%2CMAEG%2CgBA2BI%2CWAaK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqDAAA%3BEACA%2CmBAAA%3B%3BAApDhB%2CqBADJ%2CSACK%2CMAEG%2CgBAqDI%2CWAAa%3BEACT%2CSAAA%3B%3BAAOhB%2CQAAC%2CMACG%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CQAAC%2CMAKG%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAVR%2CQAAC%2CMAKG%2CiBAMI%3BEACI%2CsBAAA%3B%3BAAEJ%2CQAdP%2CMAKG%2CiBASK%3BEACG%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CQAnBP%2CMAKG%2CiBAcK%3BEACG%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAMZ%2CcAAC%2CqBACG%2CiBACI%3BEACI%2CwBAAA%3B%3BAAKhB%2CqBACI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAPR%2CqBACI%2CqBAOI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CqBAZR%2CqBAOI%2CEAKK%3BEACG%2CgBAAA%3B%3BAAdhB%2CqBACI%2CqBAOI%2CEAQM%3BEACE%2CcAAA%3B%3BAAjBhB%2CqBACI%2CqBAOI%2CEAWM%3BEACE%2CcAAA%3B%3BAApBhB%2CqBAwBI%2CmBACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAA3BZ%2CqBAwBI%2CmBACI%2CuBAGM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjChB%2CqBAwBI%2CmBACI%2CuBAUI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzChB%2CqBAwBI%2CmBACI%2CuBAUI%2CqBAOI%3BEACI%2CsBAAA%3B%3BAA3CpB%2CqBAwBI%2CmBACI%2CuBAUI%2CqBAUI%3BEACI%2CUAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAhDpB%2CqBAwBI%2CmBACI%2CuBAUI%2CqBAUI%2COAII%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAApDxB%2CqBAwBI%2CmBACI%2CuBAUI%2CqBAUI%2COAII%2CeAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA3D5B%2CqBAwBI%2CmBACI%2CuBAUI%2CqBAUI%2COAII%2CeAYI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAQZ%2CqBAhDZ%2CmBA8CI%2CoBACI%2CGACK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAA3EpB%2CqBAwBI%2CmBAuDI%3BEACI%2CmBAAA%3B%3BAAhFZ%2CqBAwBI%2CmBAuDI%2CyBAEI%3BEACI%2CkBAAA%3B%3BAAGQ%2CqBA7DpB%2CmBAuDI%2CyBAEI%2CgBAEI%2CeACM%2COACG%3BEACG%2CWAAA%3B%3BAAOR%2CqBArEhB%2CmBAuDI%2CyBAYI%2CiBACI%2CQACK%3BEACG%2CkBAAA%3B%3BAAEJ%2CqBAxEhB%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIK%3BAAAO%2CqBAxExB%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIa%3BEACL%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBA3EpB%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIK%2CKAGI%3BAAAD%2CqBA3EpB%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIa%2CIAGJ%3BAAAS%2CqBA3E9B%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIK%2CKAGc%3BAAAD%2CqBA3E9B%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIa%2CIAGM%3BEACP%2CWAAA%3B%3BAAEJ%2CqBA9EpB%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIK%2CKAMI%3BAAAD%2CqBA9EpB%2CmBAuDI%2CyBAYI%2CiBACI%2CQAIa%2CIAMJ%3BEACG%2CWAAA%3B%3BAAvG5B%2CqBAwBI%2CmBAqFI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FGZ%2CqBAwBI%2CmBAqFI%2CoBAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAnHhB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAII%3BEACI%2CgBAAA%3B%3BAArHpB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAII%2CeAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAA3HxB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAcI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAhIpB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAcI%2CcAGI%2CiBACI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAApI5B%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAwBI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1IpB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAwBI%2CeAGI%3BEACI%2CaAAA%3B%3BAA5IxB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAwBI%2CeAMI%3BEACI%2CgBAAA%3B%3BAA%5C%2FIxB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAwBI%2CeAMI%2CeAEI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAArJ5B%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAyCI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA5JpB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAyCI%2CWAII%3BEACI%2CaAAA%3B%3BAA9JxB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAyCI%2CWAOI%2CeACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAhJxB%2CmBAqFI%2CoBAGI%2CWAyCI%2CWAOI%2CeACI%2COAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhLhC%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEI%2CYACI%3BAAtLpB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEiB%2CUACT%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxLxB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEI%2CYACI%2CiBAGM%3BAAzL1B%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEiB%2CUACT%2CiBAGM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA7L5B%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEI%2CYACI%2CiBASM%3BAA%5C%2FL1B%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEiB%2CUACT%2CiBASM%3BEACE%2CqBAAA%3B%3BAAhM5B%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEI%2CYAcI%3BAAnMpB%2CqBAwBI%2CmBAqFI%2CoBAGI%2CWAqEiB%2CUAcT%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAArMxB%2CqBAwBI%2CmBAqFI%2CoBA4FI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9MhB%2CqBAwBI%2CmBAqFI%2CoBA4FI%2CwBAMI%3BEACI%2CqBAAA%3B%3BAACA%2CqBAzLhB%2CmBAqFI%2CoBA4FI%2CwBAMI%2COAEK%2CUACK%3BEACE%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBA9LxB%2CmBAqFI%2CoBA4FI%2CwBAMI%2COAEK%2CUACK%2COAIG%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAIZ%2CqBA1MhB%2CmBAqFI%2CoBA4FI%2CwBAMI%2COAmBK%2CYACK%3BEACE%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAMJ%2CqBApNpB%2CmBAqFI%2CoBA4FI%2CwBAiCI%2CSACK%2CUACI%3BEACG%2CYAAA%3B%3BAADJ%2CqBApNpB%2CmBAqFI%2CoBA4FI%2CwBAiCI%2CSACK%2CUACI%2CIAEG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CqBApNpB%2CmBAqFI%2CoBA4FI%2CwBAiCI%2CSACK%2CUACI%2CIAMG%3BEACI%2CWAAA%3B%3BAAShB%2CqBApOZ%2CmBAkOI%2CSACK%2CUACI%3BEACG%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CqBApOZ%2CmBAkOI%2CSACK%2CUACI%2CSAIG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAATR%2CqBApOZ%2CmBAkOI%2CSACK%2CUACI%2CSAWG%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjBR%2CqBApOZ%2CmBAkOI%2CSACK%2CUACI%2CSAWG%2COAOI%3BEACI%2CkBAAA%3B%3BAA%5C%2FQ5B%2CqBAwBI%2CmBA6PI%3BEACI%2CeAAA%3B%3BAAtRZ%2CqBAwBI%2CmBA6PI%2CaAEI%2CiBACI%3BEACI%2CcAAA%3B%3BAAzRpB%2CqBAwBI%2CmBA6PI%2CaAOI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA9RhB%2CqBAwBI%2CmBAyQI%3BEACI%2CiBAAA%3B%3BAAlSZ%2CqBAwBI%2CmBAyQI%2CkBAEI%2CyBACI%3BEACI%2CgBAAA%3B%3BAArSpB%2CqBAwBI%2CmBAyQI%2CkBAEI%2CyBACI%2CYAEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzSxB%2CqBAwBI%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBACI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBAxRxB%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBACI%2CeAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBA5RxB%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBACI%2CeAQK%3BEACG%2C4BAAA%3B%3BAAEJ%2CqBA%5C%2FRxB%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBACI%2CeAWK%3BEACG%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGR%2CqBApSpB%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBAiBK%2CMACG%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CqBA5S5B%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBAiBK%2CMACG%2CeAOK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CmCAAA%3BEACA%2CsCAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAGA%2CqBA%5C%2FThC%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBAiBK%2CMACG%2CeAyBK%2CMACI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CqBApU5B%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBAiBK%2CMACG%2CeA%2BBK%3BEACG%2CaAAA%3B%3BAACA%2CqBAtUhC%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBAiBK%2CMACG%2CeA%2BBK%2CSAEI%3BEACG%2CsBAAA%3B%3BAAGR%2CqBA1U5B%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBAiBK%2CMACG%2CeAqCK%3BEACG%2CsBAAA%3B%3BAAEJ%2CqBA7U5B%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBAiBK%2CMACG%2CeAwCK%3BEACG%2CsBAAA%3B%3BAAtWpC%2CqBAwBI%2CmBAyQI%2CkBAEI%2CyBACI%2CYAOI%2CkBA%2BDI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAA7W5B%2CqBAwBI%2CmBAyQI%2CkBAiFI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEI%2CqBA9VhB%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CqBA9VhB%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIAKG%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAARR%2CqBA9VhB%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIAUG%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CqBAAA%3B%3BAAdR%2CqBA9VhB%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIAgBG%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CqBArXxB%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIAgBG%2CKAOK%3BEACG%2C4BAAA%3B%3BAAxBZ%2CqBA9VhB%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIA2BG%3BEACI%2CsBAAA%3BEAEA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlCR%2CqBA9VhB%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIA2BG%2CUAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBA1Y5B%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIA2BG%2CUAQI%2CSASK%3BEACG%2C6BAAA%3B%3BAAEJ%2CqBA7Y5B%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIA2BG%2CUAQI%2CSAYK%3BEACG%2CiBAAA%3B%3BAAEJ%2CqBAhZ5B%2CmBAyQI%2CkBAiFI%2CYAGI%2COACK%2CIA2BG%2CUAQI%2CSAeK%3BEACG%2CWAAA%3B%3BAAzapC%2CqBAwBI%2CmBAyQI%2CkBAiFI%2CYA6DI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEI%2CqBA5ZpB%2CmBAyQI%2CkBAiFI%2CYA6DI%2CSAII%2CQACK%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAQZ%2CqBAzaZ%2CmBAuaI%2CsBACI%2CQACK%3BAAAa%2CqBAza1B%2CmBAuaI%2CsBACI%2CQACmB%3BAAAY%2CqBAzavC%2CmBAuaI%2CsBACI%2CQACgC%3BEACxB%2CWAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBA5ahB%2CmBAuaI%2CsBACI%2CQACK%2CWAGI%3BAAAD%2CqBA5ahB%2CmBAuaI%2CsBACI%2CQACmB%2CUAGV%3BAAAD%2CqBA5ahB%2CmBAuaI%2CsBACI%2CQACgC%2COAGvB%3BAAAQ%2CqBA5azB%2CmBAuaI%2CsBACI%2CQACK%2CWAGa%3BAAAD%2CqBA5azB%2CmBAuaI%2CsBACI%2CQACmB%2CUAGD%3BAAAD%2CqBA5azB%2CmBAuaI%2CsBACI%2CQACgC%2COAGd%3BEACN%2CWAAA%3B%3BAAEJ%2CqBA%5C%2FahB%2CmBAuaI%2CsBACI%2CQACK%2CWAMI%3BAAAD%2CqBA%5C%2FahB%2CmBAuaI%2CsBACI%2CQACmB%2CUAMV%3BAAAD%2CqBA%5C%2FahB%2CmBAuaI%2CsBACI%2CQACgC%2COAMvB%3BEACG%2CWAAA%3B%3BAAxcxB%2CqBAwBI%2CmBAqbI%3BEACI%2CmBAAA%3B%3BAA9cZ%2CqBAwBI%2CmBAqbI%2CgBAEI%2CQAAO%2CQAAQ%3BEACX%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjdhB%2CqBAqdI%2CSAAQ%2CKAAK%2CMACT%2CMAAK%2CMACD%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA7dhB%2CqBAqdI%2CSAAQ%2CKAAK%2CMACT%2CMAAK%2CMACD%2CQAOI%3BEACI%2CWAAA%3B%3BAAEJ%2CqBAZZ%2CSAAQ%2CKAAK%2CMACT%2CMAAK%2CMACD%2CQAUK%3BEACG%2CWAAA%3B%3BAAlepB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CaAAA%3B%3BAAxeZ%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAGH%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAA3ehB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAGH%2CaAGI%3BEACI%2CkBAAA%3B%3BAA7epB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAUH%2CaACI%2CaACI%3BEACI%2CkBAAA%3B%3BAAGQ%2CqBAjC5B%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAUH%2CaACI%2CaACI%2CgBAEI%2CeACM%2COACG%3BEACG%2CWAAA%3B%3BAAvfpC%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAUH%2CaACI%2CaAWI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FfxB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAUH%2CaACI%2CaAgBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAngBxB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%3BEACI%2CeAAA%3B%3BAAzgBpB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAEI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA7gBxB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAEI%2CeAII%3BEACI%2CqBAAA%3B%3BAA%5C%2FgB5B%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAEI%2CeAOI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAphB5B%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAeI%2CQAAO%2COAAO%3BEACV%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA3hBxB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAqBI%3BEACI%2CoBAAA%3B%3BAA9hBxB%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAqBI%2CqBAEI%3BEACI%2CWAAA%3B%3BAAhiB5B%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAqBI%2CqBAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAriB5B%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAgCI%2CsBACI%3BEACI%2CgBAAA%3B%3BAA1iB5B%2CqBAqdI%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAgCI%2CsBAII%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CqBA1FxB%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAgCI%2CsBAII%2CqBAGK%3BEACG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CqBAhG5B%2CSAAQ%2CKAAK%2CMAiBP%2CQAAK%2CQAiCH%2CYACI%2CaAgCI%2CsBAII%2CqBAQI%2CMACK%3BEACG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAzjBpC%2CqBAkkBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAApkBR%2CqBAkkBI%2C0BAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA3kBZ%2CqBAkkBI%2C0BAGI%2CkBAOI%2CwBACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FkBpB%2CqBAkkBI%2C0BAGI%2CkBAOI%2CwBACI%2CyBAGI%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAjlBxB%2CqBAkkBI%2C0BAGI%2CkBAOI%2CwBACI%2CyBAGI%2CSAAQ%2CSAEF%2CUAAO%3BEACL%2CeAAA%3BEACA%2CgBAAA%3B%3BAAplB5B%2CqBAkkBI%2C0BAGI%2CkBAOI%2CwBAYI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA3lBpB%2CqBAkkBI%2C0BAGI%2CkBAyBI%3BEACI%2CaAAA%3BEACA%2CUAAA%3B%3BAAhmBhB%2CqBAkkBI%2C0BAGI%2CkBAyBI%2CsBAGM%3BEACE%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAApmBpB%2CqBAkkBI%2C0BAGI%2CkBAyBI%2CsBAGM%2CSAII%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAA1mBxB%2CqBAkkBI%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%3BEACI%2CmBAAA%3B%3BAAEI%2CqBAjDhC%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CqBAjDhC%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIAIG%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CqBAjDhC%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIASG%3BEACI%2CqBAAA%3B%3BAAVR%2CqBAjDhC%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIAYG%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CqBAjDhC%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIAkBG%3BEACI%2CyBAAA%3BEAEA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzBR%2CqBAjDhC%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIAkBG%2CUAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBApF5C%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIAkBG%2CUAQI%2CSASK%3BEACG%2CgCAAA%3B%3BAAEJ%2CqBAvF5C%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIAkBG%2CUAQI%2CSAYK%3BEACG%2CiBAAA%3B%3BAAEJ%2CqBA1F5C%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAEI%2COACK%2CIAkBG%2CUAQI%2CSAeK%3BEACG%2CcAAA%3B%3BAA7pBpD%2CqBAkkBI%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAmDI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEI%2CqBAtGpC%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBACI%2CYAmDI%2CSAII%2CQACK%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7qB5C%2CqBAkkBI%2C0BAGI%2CkBAyBI%2CsBAeM%2CWACE%2CaACI%2CiBAmEI%2CWACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAzrBxC%2CqBAkkBI%2C0BAGI%2CkBAyBI%2CsBAeM%2CWAkFE%3BEACI%2CgBAAA%3B%3BAAhsBxB%2CqBAkkBI%2C0BAGI%2CkBAyBI%2CsBAeM%2CWAkFE%2CgBAEM%3BEACE%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAOxB%2CqBAAC%2CqBACG%2CmBACI%2CSAAQ%2CUAAU%3BEACd%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJZ%2CqBAAC%2CqBACG%2CmBAKI%2CoBACI%3BEACI%2CmBAAA%3B%3BAARhB%2CqBAAC%2CqBACG%2CmBAUI%2CkBACI%2CeAAc%3BEACV%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAfhB%2CqBAAC%2CqBACG%2CmBAUI%2CkBACI%2CeAAc%2CQAIR%3BEACE%2CyBAAA%3B%3BAAjBpB%2CqBAAC%2CqBACG%2CmBAUI%2CkBACI%2CeAAc%2CQAIR%2CSAEE%2CGACI%3BAAnBxB%2CqBAAC%2CqBACG%2CmBAUI%2CkBACI%2CeAAc%2CQAIR%2CSAEE%2CGACQ%3BEACA%2CkBAAA%3B%3BAApB5B%2CqBAAC%2CqBACG%2CmBAUI%2CkBACI%2CeAAc%2CQAIR%2CSAEE%2CGAII%2CGACI%3BEACI%2CaAAA%3B%3BAAShC%2CqBAAC%2C0BACG%2CcACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CqBAAC%2C0BACG%2CcAII%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAATZ%2CqBAAC%2C0BACG%2CcAII%2CkBAKI%3BEACI%2CWAAA%3B%3BAAXhB%2CqBAAC%2C0BACG%2CcAII%2CkBAQI%3BEACI%2CWAAA%3B%3BAAdhB%2CqBAAC%2C0BACG%2CcAII%2CkBAQI%2CwBAEI%3BEACI%2CgBAAA%3B%3BAAhBpB%2CqBAAC%2C0BACG%2CcAII%2CkBAQI%2CwBAEI%2CYAEI%2CQAAO%2CQAAQ%3BEACX%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA4E5B%2CQApEyB%3BEACrB%2CqBACI%2COAAM%3BEADV%2CqBACoB%2COAAM%3BIAClB%2CmBAAA%3B%3BEAGA%2CqBADJ%2CQACK%3BIACG%2CiBAAA%3B%3BEANZ%2CqBASI%2CmBACI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEI%2CqBALZ%2CmBACI%2CsBAGI%2CQACK%3BIACG%2CaAAA%3B%3BEAfpB%2CqBASI%2CmBAUI%2CyBACI%3BIACI%2CeAAA%3B%3BEAKR%2CqBADJ%2CSACK%3BIACG%2CmBAAA%3B%3BEA3BZ%2CqBA8BI%2CSAAQ%2CKAAK%3BIACT%2CmBAAA%3B%3BEA%5C%2FBR%2CqBA8BI%2CSAAQ%2CKAAK%2CSAET%2CSAAQ%2CKAAK%3BIACT%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEApCZ%2CqBA8BI%2CSAAQ%2CKAAK%2CSAET%2CSAAQ%2CKAAK%2CMAKT%2CMAAK%2CMACC%3BIACE%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEA9CpB%2CqBA8BI%2CSAAQ%2CKAAK%2CSAET%2CSAAQ%2CKAAK%2CMAiBT%2CMAAK%3BIACD%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAIZ%2CqBAAC%2C0BACG%2CcACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAA4BpB%2CQAtByB%3BEACrB%2CqBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEALZ%2CqBACI%2CmBACI%2CoBAII%3BIACI%2CeAAA%3B%3BEAIZ%2CqBAAC%2C0BACG%2CcACI%2CoBAAsB%2CcAAW%3BIAC7B%2CgCAAA%3BIACA%2CkBAAA%3B%3B%3BAAsJpB%2CQAhJyB%3BEAOG%2CiBALpB%2CgBACI%2CeACM%2CWACI%2CWACE%2CQACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAR5B%2CiBACI%2CgBACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAOR%2CqBADJ%2CSACK%2CMACG%2CgBACI%3BIACI%2CqBAAA%3BIACA%2CeAAA%3B%3BEAJZ%2CqBADJ%2CSACK%2CMACG%2CgBAKI%3BIACI%2CqBAAA%3BIACA%2CeAAA%3B%3BEARZ%2CqBADJ%2CSACK%2CMACG%2CgBASI%2CWAAa%3BIACT%2CSAAA%3B%3BEAbpB%2CqBAkBI%2CmBACI%2CoBACI%2CGAAE%3BIACE%2CmBAAA%3B%3BEArBhB%2CqBAkBI%2CmBAMI%3BIACI%2CmBAAA%3B%3BEAzBZ%2CqBAkBI%2CmBASI%2CkBACI%2CYACI%2CSACI%2CQAAO%3BIACH%2CWAAA%3B%3BEA%5C%2FBxB%2CqBAkBI%2CmBAkBI%2CuBACI%3BIACI%2CgBAAA%3B%3BEAtChB%2CqBAkBI%2CmBAkBI%2CuBACI%2CqBAEI%2COACI%2CeACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA3C5B%2CqBAkBI%2CmBA%2BBI%2CgBACI%2CQAAO%2CQAAQ%3BIACX%2CkBAAA%3BIACA%2CeAAA%3B%3BEApDhB%2CqBAwDI%2C0BACI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEA3DZ%2CqBAwDI%2C0BACI%2CkBAGI%2CwBACI%2CyBACI%2CSAAQ%2CSACF%2CUAAO%3BIACL%2CeAAA%3BIACA%2CmBAAA%3B%3BEAjE5B%2CqBAwDI%2C0BACI%2CkBAGI%2CwBACI%2CyBACI%2CSAAQ%2CSAKF%2CSAAM%3BIACJ%2CmBAAA%3B%3BEApE5B%2CqBAwDI%2C0BACI%2CkBAGI%2CwBAYI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA1EpB%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBACM%3BIACE%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAhFpB%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBACM%2CSAGI%3BIACE%2CeAAA%3B%3BEAlFxB%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWACE%2CaACI%2CiBACI%3BIACI%2CmBAAA%3B%3BEAzFhC%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWACE%2CaACI%2CiBACI%2CYAEM%3BIACE%2CmBAAA%3B%3BEA3FpC%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWACE%2CaACI%2CiBACI%2CYAKI%2COAAM%3BIACF%2CqBAAA%3B%3BEA9FpC%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWACE%2CaACI%2CiBACI%2CYAQI%3BIACI%2CgBAAA%3B%3BEAjGpC%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWACE%2CaACI%2CiBACI%2CYAQI%2CSAEI%2CQAAO%3BIACH%2CkBAAA%3BIACA%2CeAAA%3B%3BEApGxC%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWAqBE%3BIACI%2CgBAAA%3B%3BEA3GxB%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWAqBE%2CgBAEM%3BIACE%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEA%5C%2FG5B%2CqBAwDI%2C0BACI%2CkBAoBI%2CsBAQM%2CWAqBE%2CgBAOI%2CQAAO%2CMAAS%3BIACZ%2CmBAAA%3B%3B%3BAAW5B%2CYAAC%2CkBACG%3BEACI%2CkBAAA%3B%3BAAFR%2CYAAC%2CkBACG%2CkBAEI%3BEACI%2CiBAAA%3B%3BAAJZ%2CYAAC%2CkBACG%2CkBAEI%2CcAEI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAThB%2CYAAC%2CkBACG%2CkBAWI%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAfhB%2CYAAC%2CkBACG%2CkBAiBI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAApBZ%2CYAAC%2CkBACG%2CkBAiBI%2CcAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYA7Bf%2CkBACG%2CkBAiBI%2CcAGI%2COAQK%3BEACG%2CsBAAA%3BEACA%2CWAAA%3B%3BAV9nCxB%3BEACI%2CaAAa%2CMAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CMAAM%2CgCACX%2CMAAM%2C8CAC0B%2COAAO%2CqDACN%2COAAO%2C2DACF%2COAAO%2CgDACN%2COAAO%2CkDACN%2COAAO%2CkDACN%2COAAO%2CQAPhD%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAW2CA%2CgBALsC%3BECkFtC%2CiCA5BA%3BECuOA%2C0BACI%2CcDxOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECkOL%2C0BACI%2CcDxOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAsBR%2CiCAlBA%3BEC6NA%2C0BACI%2CcD9NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEAusDA%2C2BACI%3BEEjnCJ%2CgBAII%3BEAHJ%2CmBAGI%3BEAmHJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BECp7BJ%2CYACI%3BEC6JJ%2CiCJusDI%3BEKztDJ%2CuBLytDI%3BIAztDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEAstDX%2C2BACI%2COAvtDH%2CUAAU%3BEEsmBX%2CgBAII%2COF1mBH%2CUAAU%3BEEumBX%2CmBAGI%2COF1mBH%2CUAAU%3BEE6tBX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKFvuBf%2CUAAU%3BEE%2BxBX%2CkBACM%2CYFhyBL%2CUAAU%3BEEqyBX%2CkBACI%2CUFtyBH%2CUAAU%3BEG9IX%2CYACI%2COH6IH%2CUAAU%3BEIgBX%2CiCJusDI%2COAvtDH%2CUAAU%3BEKFX%2CuBLytDI%2COAvtDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAitDX%2C2BACI%2COAltDH%2CUAAU%3BEEimBX%2CgBAII%2COFrmBH%2CUAAU%3BEEkmBX%2CmBAGI%2COFrmBH%2CUAAU%3BEEwtBX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKFluBf%2CUAAU%3BEE0xBX%2CkBACM%2CYF3xBL%2CUAAU%3BEEgyBX%2CkBACI%2CUFjyBH%2CUAAU%3BEGnJX%2CYACI%2COHkJH%2CUAAU%3BEIWX%2CiCJusDI%2COAltDH%2CUAAU%3BEKPX%2CuBLytDI%2COAltDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEA8sDR%2C2BACI%2COAltDH%2CUAAU%2CGAGH%3BEE8lBR%2CgBAII%2COFrmBH%2CUAAU%2CGAGH%3BEE%2BlBR%2CmBAGI%2COFrmBH%2CUAAU%2CGAGH%3BEEqtBR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKFluBf%2CUAAU%2CGAGH%3BEEuxBR%2CkBACM%2CYF3xBL%2CUAAU%2CGAGH%3BEE6xBR%2CkBACI%2CUFjyBH%2CUAAU%2CGAGH%3BEGtJR%2CYACI%2COHkJH%2CUAAU%2CGAGH%3BEIQR%2CiCJusDI%2COAltDH%2CUAAU%2CGAGH%3BEKVR%2CuBLytDI%2COAltDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEEmqBA%2CUACI%3BEIpdJ%2CgBACI%3BINhNA%2CmBAAA%3B%3BEAsEJ%3BEIxMI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BEJmNJ%2COAAO%2CKAAM%2CiCACT%3BIDLR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECtMjB%2CwBD6LI%2CUAOI%2CYACI%2CQACK%3BECrMjB%2CuBD4LI%2CUAOI%2CYACI%2CQACK%3BEOvTjB%2CmBP8SI%2CUAOI%2CYACI%2CQACK%3BEQ5ajB%2CKAAK%2CKAAK%2CORmaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BEC%5C%2FLZ%2CwBD6LI%2CUACI%2COACI%3BEC9LZ%2CuBD4LI%2CUACI%2COACI%3BEOhTZ%2CmBP8SI%2CUACI%2COACI%3BEQraZ%2CKAAK%2CKAAK%2CORmaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIbpLA%2CkBAAA%3B%3BEawOA%3BES5VA%3BEC4CA%2CaAOI%3BECvJJ%2CsBACI%3BIxBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEiBmFD%2CwBAKI%2CejBzFH%3BEiBoFD%2CwBAKI%2CejBxFH%3BEiBoID%2CiCjBrIC%3BEiBqID%2CiCjBpIC%3BEiB0JD%2CkBjB3JC%3BEiB2JD%2CkBjB1JC%3BEkBiED%2CcAKI%2CelBvEH%3BEkBkED%2CcAKI%2CelBtEH%3BEkBkHD%2CuBlBnHC%3BEkBmHD%2CuBlBlHC%3BEkB8ID%2CkBlB%5C%2FIC%3BEkB%2BID%2CkBlB9IC%3BEyBsHD%2CkBAaI%2CezBpIH%3BEyBuHD%2CkBAaI%2CezBnIH%3BEHsxBD%2CeGvxBC%3BEHuxBD%2CeGtxBC%3BEe0tBD%2CgBf3tBC%3BEe2tBD%2CgBf1tBC%3BEe2tBD%2CmBf5tBC%3BEe4tBD%2CmBf3tBC%3BEei1BD%2CQACI%2CoBfn1BH%3BEek1BD%2CQACI%2CoBfl1BH%3BEei1BD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Cefz1BX%3BEek1BD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Cefx1BX%3BEei3BD%2CqBACI%2COAAM%2CUfn3BT%3BEek3BD%2CqBACI%2COAAM%2CUfl3BT%3BEcmSD%2C0BACI%2CcdrSH%3BEcoSD%2C0BACI%2CcdpSH%3BE0ByND%2CKAAK%2CMACD%2CeACI%2CQ1B5NP%3BE0B0ND%2CKAAK%2CMACD%2CeACI%2CQ1B3NP%3BE0ByND%2CKAAK%2CMACD%2CeAEI%2CS1B7NP%3BE0B0ND%2CKAAK%2CMACD%2CeAEI%2CS1B5NP%3BE2BoaD%2C0B3BraC%3BE2BqaD%2C0B3BpaC%3BEoBmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBpBrHtB%3BEoBoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBpBpHtB%3BE4BogBD%2CY5BrgBC%3BE4BqgBD%2CY5BpgBC%3BE4B6hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB5BliBtB%3BE4B8hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB5BjiBtB%3BE4B8hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB5BliBtB%3BE4B%2BhBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB5BjiBtB%3BE4B%2BhBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB5BliBtB%3BE4BgiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB5BjiBtB%3BE6B0bD%2CYASI%2CQAAO%2CM7BpcV%3BE6B2bD%2CYASI%2CQAAO%2CM7BncV%3BE6B%2BkBG%2COAAC%2CQ7BhlBJ%3BE6BglBG%2COAAC%2CQ7B%5C%2FkBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEiB8ED%2CwBAKI%2CejBnFH%3BEiB%2BHD%2CiCjB%5C%2FHC%3BEiBqJD%2CkBjBrJC%3BEkB4DD%2CcAKI%2CelBjEH%3BEkB6GD%2CuBlB7GC%3BEkByID%2CkBlBzIC%3BEyBiHD%2CkBAaI%2CezB9HH%3BEHixBD%2CeGjxBC%3BEeqtBD%2CgBfrtBC%3BEestBD%2CmBfttBC%3BEe40BD%2CQACI%2CoBf70BH%3BEe40BD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Cefn1BX%3BEe42BD%2CqBACI%2COAAM%2CUf72BT%3BEc8RD%2C0BACI%2Ccd%5C%2FRH%3BE0BoND%2CKAAK%2CMACD%2CeACI%2CQ1BtNP%3BE0BoND%2CKAAK%2CMACD%2CeAEI%2CS1BvNP%3BE2B%2BZD%2C0B3B%5C%2FZC%3BEoB8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBpB%5C%2FGtB%3BE4B%2BfD%2CY5B%5C%2FfC%3BE4BwhBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB5B5hBtB%3BE4ByhBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB5B5hBtB%3BE4B0hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB5B5hBtB%3BE6BqbD%2CYASI%2CQAAO%2CM7B9bV%3BE6B0kBG%2COAAC%2CQ7B1kBJ%3BIACG%2CWAAA%3B%3BEayhBJ%3BEAu9BA%3BEiBv8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BElCixBA%2CMAAC%3BEuBh0BL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BEQsapC%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%3BEH7apC%3BE5BgqBA%2CeAEI%3BEmC1aJ%2CeACI%3BInBsKJ%2CsBAAA%3B%3BEAsBA%3BEoBlRA%3BIpB4PA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIbrUlB%2CgBAAA%3B%3BEkCulBA%2C8BrBpRI%2CUACM%2CSqBmRT%2CIAAI%2CSACC%3BEADN%2C8BrBpRI%2CUAEI%2CQAAU%2CSqBkRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BrBpRI%2CUACM%2CSqBmRT%2CIAAI%2CSAeC%3BEAfN%2C8BrBpRI%2CUAEI%2CQAAU%2CSqBkRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErBtSR%2C8BACI%2CUACM%2CSqBgLR%3BErBlLF%2C8BACI%2CUAEI%2CQAAU%2CSqB%2BKhB%3BIlCpfF%2CeAAA%3BIkCwfI%2CqBAAA%3B%3BEA6HA%2C8BrBlTA%2CUACM%2CSqB%2BST%2COAEI%3BEAAD%2C8BrBlTA%2CUAEI%2CQAAU%2CSqB8SjB%2COAEI%3BEAAD%2C8BrBlTA%2CUACM%2CSqBgTT%2CSACI%3BEAAD%2C8BrBlTA%2CUAEI%2CQAAU%2CSqB%2BSjB%2CSACI%3BIACG%2CaAAA%3B%3BErB9SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC1ZJ%2CwBDyZA%2CUACI%3BECzZJ%2CuBDwZA%2CUACI%3BEO3gBJ%2CmBP0gBA%2CUACI%3BEQhoBJ%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%3BIb1XJ%2CmBAAA%3BIkC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIlChqBA%2CUAAA%3BIkCmqBA%2CmBAAA%3B%3BEAEA%2CwBrB5SA%2CUACI%2COqB2SA%3BEpBrsBJ%2CwBDyZA%2CUACI%2COqB2SA%3BEpBpsBJ%2CuBDwZA%2CUACI%2COqB2SA%3BEdtzBJ%2CmBP0gBA%2CUACI%2COqB2SA%3BEb36BJ%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COqB2SA%3BIACA%2CWAAA%3B%3BErBzSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEC9ZxB%2CwBDyZA%2CUACI%2COAGK%2CeAAe%3BEC7ZxB%2CwBDyZA%2CUACI%2COAIK%2CeAAe%3BEC7ZxB%2CuBDwZA%2CUACI%2COAGK%2CeAAe%3BEC5ZxB%2CuBDwZA%2CUACI%2COAIK%2CeAAe%3BEO%5C%2FgBxB%2CmBP0gBA%2CUACI%2COAGK%2CeAAe%3BEO9gBxB%2CmBP0gBA%2CUACI%2COAIK%2CeAAe%3BEQpoBxB%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COAGK%2CeAAe%3BEQnoBxB%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BEClaR%2CwBDyZA%2CUACI%2COAQI%3BECjaR%2CuBDwZA%2CUACI%2COAQI%3BEOnhBR%2CmBP0gBA%2CUACI%2COAQI%3BEQxoBR%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIb%5C%2FZA%2CWAAA%3B%3BEamhBA%3BEsBvwBA%3BErBqOA%3BIDmiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEsB1wBJ%2CqBtB0wBI%3BECriBJ%2CyBDqiBI%3BIblyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEawxBA%2C0BAOI%2CQAAU%3BEsB9wBd%2CqBtB8wBI%2CQAAU%3BECziBd%2CyBDyiBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEhBTA%2CoBACI%3BEAyBJ%2CaAkBI%2COASI%3BEAyGR%3BIgBpJI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEE5GA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEoBt6BJ%2CuBACI%3BEhByVJ%2CwBACI%3BInB3GJ%2CiBAAA%3B%3BEamwBA%3BEGhgCA%2CcAAc%3BEoBCd%2CcAAc%3BERygBd%2CcAAc%3BI5B7Qd%2CiBAAA%3B%3BEamzBA%3BIbnzBA%2CqBAAA%3BID9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSqC%5C%2FQS%2COrC%2BQT%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEcouBA%2CiBAAC%3BIACG%2C0BAAA%3B%3BEAwQJ%3BEyB9sCA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BIzB6rCnC%2CaAAA%3B%3BEAsCA%3BEOrtCA%3BEQkcA%3BIfoxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BEOrwCZ%2C4BPmwCI%2CWACI%2CoBACI%3BEOpwCZ%2CyBPkwCI%2CWACI%2CoBACI%3BEet1BZ%2CQfo1BI%2CWACI%2CoBACI%3BEer1BZ%2CuBfm1BI%2CWACI%2CoBACI%3BEep1BZ%2CiBfk1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI0BztCA%2CYAAA%3B%3BE1BytCA%2C2B0BvtCE%2CQAGI%2CKACI%3BE1BmtCV%2C2B0BttCE%2CQAEI%2CKACI%3BE1BmtCV%2C2B0BrtCE%2CQACI%2CKACI%3BE1BmtCV%2C2B0BvtCE%2CQAGI%2CKAEI%3BE1BktCV%2C2B0BttCE%2CQAEI%2CKAEI%3BE1BktCV%2C2B0BrtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE1BitCZ%2C2B0B5sCE%2CQACI%2CKACI%3BE1B0sCV%2C2B0B5sCE%2CQACI%2CKAEI%3BIvCoCV%2CgCAAA%3B%3BEakrCA%3BEEplBA%2CQA2BI%3BED7kBJ%3BEaiOA%3BIds6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEExlBJ%2CQA2BI%2CSF4jBA%3BEEvlBJ%2CQA2BI%2CSF6jBA%3BEC1oCJ%2C6BDyoCI%3BECzoCJ%2C6BD0oCI%3BEcz6BJ%2CyBdw6BI%3BEcx6BJ%2CyBdy6BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEE5lBJ%2CQA2BI%2CSFikBA%3BEC9oCJ%2C6BD8oCI%3BEc76BJ%2CyBd66BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEEjmBJ%2CQA2BI%2CSFskBA%3BECnpCJ%2C6BDmpCI%3BEcl7BJ%2CyBdk7BI%3BIb%5C%2FrCJ%2CiBAAA%3BIaisCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEEtmBJ%2CQA2BI%2CSF2kBA%3BECxpCJ%2C6BDwpCI%3BEcv7BJ%2CyBdu7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4DR%3BEYh4CA%3BE5BgqBA%2CeAEI%3BEmC1aJ%2CeACI%3BIhC5HJ%2CUAAA%3BIwCtLA%2CWAAA%3BIxCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIaomCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEI1sDV%2CiCJusDI%2COAGM%3BEK5tDV%2CuBLytDI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEI9sDZ%2CiCJusDI%2COAGM%2CSAIE%3BEKhuDZ%2CuBLytDI%2COAGM%2CSAIE%3BIb%5C%2FlDZ%2CiBAAA%3B%3BEaulDA%2C2BACI%2COAYI%3BEIntDR%2CiCJusDI%2COAYI%3BEKruDR%2CuBLytDI%2COAYI%3BIbpmDR%2CiBAAA%3B%3BEaulDA%2C2BAkBI%2CiBACI%3BEIztDR%2CiCJwtDI%2CiBACI%3BEK3uDR%2CuBL0uDI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE4Bv2DZ%3BIzC0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE8B%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%3BEUrDA%2CCAAC%2CmBAAwB%2CQVkDtB%3BI9BoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwCrZL%2CCAAC%2CoBAAyB%2CQV%2BCvB%3BI9BoMP%2CUAAA%3BIwC9KA%2CqBAAA%3BIxC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwClZL%2CCAAC%2CyBAA%2BB%2CQV4C7B%3BI9BoMP%2CUAAA%3BIwClLA%2CYAAA%3BIxCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwC%5C%2FYL%2CCAAC%2C0BAAgC%2CQVyC9B%3BI9BoMP%2CUAAA%3BIwCtLA%2CWAAA%3BIxCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BhWT%3BIAEI%2CiBAAA%3B%3BEU3CA%2CCAAC%2CoBAAyB%3BIxCuO9B%2CUAAA%3BIwCtLA%2CWAAA%3BIxCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwCtYL%2CCAAC%2CyBAA%2BB%3BIxCoOpC%2CUAAA%3BIwCtLA%2CWAAA%3BIxCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwCnYL%2CCAAC%2C0BAAgC%3BIxCiOrC%2CUAAA%3BIwCtLA%2CWAAA%3BIxCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8B1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEU3CA%2CCAAC%2CoBAAyB%3BIxC2N9B%2CUAAA%3BIwClLA%2CYAAA%3BIxCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwC1XL%2CCAAC%2CyBAA%2BB%3BIxCwNpC%2CUAAA%3BIwClLA%2CYAAA%3BIxCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwCvXL%2CCAAC%2C0BAAgC%3BIxCqNrC%2CUAAA%3BIwClLA%2CYAAA%3BIxCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8B9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEY6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BI1CiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BI0CtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BI3CSA%2CmBAAA%3BIAAA%2CgBAAA%3BI2CJI%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%3BI3ChBN%2CgBAAA%3B%3BE2CTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BI3CxBJ%2CkBAAA%3BI2C0BQ%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%3BI3C%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BI2CsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BI3C1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BE2CkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BI3CpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BI2C2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BI3CzFpB%2CqBAAA%3BIDhOA%2CqBAAA%3B%3BE4CmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgB5CnGhB%3BIChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED2CA%2CW4CkPI%2CQA2DK%2COACK%2CaAGI%2CgB5CjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CsBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4ClFA%2CWAiCI%2CQA8EI%3BI3CtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BI2C8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI3ClHZ%2CgBAAA%3B%3BE2CTA%2CWAiCI%2CQA8EI%2CSAyIF%3BI3C%5C%2FON%2CgBAAA%3B%3BE2CkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BI3C1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI2C%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BI3CpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BI2CuQY%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%3BI3CzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BE2CgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BI3CjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE2CTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BI3CzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BE2CTA%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%3BI3CpL5B%2CqBAAA%3BIDhOA%2CqBAAA%3B%3BE4CgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgB5C9LxB%3BIChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED2CA%2CW4CkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgB5C5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4CxPQ%2CO5CwPR%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CsBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4C0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BI3CpMZ%2CqBAAA%3BIDhOA%2CqBAAA%3B%3BEAMA%2CW4CkPI%2CQA2KK%2CK5C7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4CzPgB%2CO5CyPhB%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CsBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4CkIY%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%3BI7CyFA%2CgCAAA%3B%3BE8C1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BE9CdJ%2CQ8CUQ%2CKAAK%2CM9CVZ%3BEACD%2CQ8CSQ%2CKAAK%2CM9CTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ8CIQ%2CKAAK%2CM9CJZ%3BIACG%2CWAAA%3B%3BE8CGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BI%5C%2FCwRN%2CYAAA%3BI%2BCtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BI%5C%2FCgRP%2CgBAAA%3BI%2BC7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE%5C%2FCsBJ%2CQ8CUQ%2CKAAK%2CMCtCX%2CQAAK%2CQ%5C%2FC4BN%3BEACD%2CQ8CSQ%2CKAAK%2CMCtCX%2CQAAK%2CQ%5C%2FC6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ8CIQ%2CKAAK%2CMCtCX%2CQAAK%2CQ%5C%2FCkCN%3BIACG%2CWAAA%3B%3BE%2BC3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BI%5C%2FCsNP%2CkBAAA%3B%3BE8C1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BI%5C%2FCoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI%2BC%5C%2FLQ%2CmBAAA%3BI%5C%2FC%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEEjJA%2CQ4CzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CU7CmEL%3BIFiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEE5IA%2CQ4C9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CU7CwEL%3BIF4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEEvIA%2CQ4CnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CU7C6EL%3BIFuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE%2BC1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI%5C%2FCyL9B%2CmBAAA%3B%3BE%2BCrLI%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%3BI%5C%2FCkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE%2BC5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI%5C%2FC0KtB%2CmBAAA%3B%3BE8C1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BI%5C%2FCqKP%2CmBAAA%3BI%2BCnKI%2CgBAAA%3BIACA%2C4BAAA%3BI%5C%2FCkKJ%2CyBAAA%3B%3BE8CnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEE5BZ%3BIhD8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEgDjBJ%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%3BIjDiQJ%2CkBAAA%3B%3BEgD9PA%2CgBCMA%2CWAKI%2CEAAC%3BIjDmPL%2CeAAA%3B%3BEgD9PA%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%3BInDiHR%2C6BAAA%3BImD%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%3BEpCmEJ%2CwBACI%3BIACI%2CgCAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BIjB0GJ%2CmBAAA%3B%3BEiBtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEtB6OZ%2CoBAAqB%2CQAAO%3BIACxB%2CUAAA%3B%3BEAGJ%2CqBAAqB%3BIAEb%2CgBAAA%3BIACA%2CeAAA%3B%3BEAHR%2CqBAAqB%2CiBAMjB%3BIACI%2CYAAA%3B%3BEAPR%2CqBAAqB%2CiBAUjB%2CgBAAe%3BEAVnB%2CqBAAqB%2CiBAWjB%2CgBAAe%3BIACX%2CeAAA%3B%3BEAIR%3BIACI%2CUAAA%3B%3BE2DvbJ%2CyBAA0B%2CMAAK%2CKAAK%2CQAChC%3BIAEQ%2CgBAAA%3B%3BEAGJ%2CyBANkB%2CMAAK%2CKAAK%2CQAChC%2CQAKK%2CIAAI%2CaAAa%2CIAAI%3BIAClB%2CsBAAA%3B%3BEAPZ%2CyBAA0B%2CMAAK%2CKAAK%2CQAWhC%2COAAM%2COAAO%2CIAAI%2CcAAc%3BIAC3B%2CSAAA%3B%3BEC%2BCJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BIvDgMR%2CiBAAA%3B%3BEuDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BIvDqLR%2CeAAA%3B%3BEuDzMA%2CqBAcI%2CQAUI%3BIvDiLR%2CiBAAA%3BIuD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BIvD0KR%2CeAAA%3B%3BEuDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BIvDmKb%2CeAAA%3BIuDjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEtC2FJ%2CcACI%3BIACI%2CgCAAA%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%2C6BAAA%3B%3BEAHJ%2CuBAKI%3BIlB4HJ%2CmBAAA%3B%3BEkBxHY%2CuBAJR%2COAGK%2CSACI%3BIlBwHb%2CoBAAA%3B%3BEkBlHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEOnCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEMiBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BI%5C%2FBuE7B%2CcAAA%3BI%2BBrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BI%5C%2FB8DZ%2CcAAA%3B%3BE%2BB5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BI%5C%2FB2DhB%2CiBAAA%3BI%2BBzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BI%5C%2FBmDZ%2CiBAAA%3BI%2BBjDgB%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%3BETvHZ%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%3BItBgHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIsB5GI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BItBsGJ%2CqBAAA%3BID9QA%2CqBAAA%3B%3BEuB0KI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BItBgGL%2CcAAA%3BIsB9FQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BItBsFL%2C%2BFAAA%3BIsBpFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWvBoGE%3BIChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4CnPQ%2CO5CmPR%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CsBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIC2PL%2CcAAA%3B%3BEsBtEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSsBtLA%2COtBsLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEmCwaR%2CkBACI%2CoBACI%3BIzDlXR%2CmBAAA%3B%3BEyDgXA%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%3BIzDrZZ%2CiBAAA%3BIyDuZgB%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%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BEA%2BPR%2CQAAQ%3BIACJ%2CYAAA%3BIzDtuBJ%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3B%3BEuD%2B4BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BIzD1uBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BEEjJA%2CQuDs3BQ%2CQAIJ%2CQAAO%2CQvD13BV%3BIFiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEE5IA%2CQuDi3BQ%2CQAIJ%2CQAAO%2CQvDr3BV%3BIF4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEEvIA%2CQuD42BQ%2CQAIJ%2CQAAO%2CQvDh3BV%3BIFuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEyDquBA%2CQAAQ%2CQAkBJ%2CSAAQ%3BIzDvvBZ%2CcAAA%3B%3BEyD0vBQ%2CQArBA%2CQAkBJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAzBA%2CQAkBJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BElCv0BZ%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%3BEvB2IR%2CauB%5C%2FII%2CMvB%2BIH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CauBpJI%2CMvBoJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CauBzJI%2CMvByJH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CauB9JI%2CMvB8JH%3BIAvGD%2CcAAA%3B%3BEuBxEA%2CaAwBI%2CQAAO%3BIvBgDX%2CqBAAA%3BI0DzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI1DgDA%2CgBAAA%3BIuBrCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COxBoCT%3BIChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDHA%2CawBwNI%2CQAAO%2COxBxNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C3OU%2CO5C2OV%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CawB2MA%2CQAAO%2COxB5MV%2CMACI%3BIC2PL%2CWAAA%3B%3BEDrPI%2CawBqMA%2CQAAO%2COxBtMV%2COACI%3BICqPL%2CcAAA%3B%3BE0D7CA%2CanCHI%2CQAAO%2COmCGV%3BEACD%2CanCJI%2CQAAO%2COmCIV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CanCTI%2CQAAO%2COmCSV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CanCdI%2CQAAO%2COmCcV%3BEACD%2CanCfI%2CQAAO%2COmCeV%3BEACD%2CQAAQ%2CUAAW%2CcnChBf%2CQAAO%3BImCiBP%2CoBAAA%3BI1D%2BBJ%2CYAAA%3B%3BEuB%5C%2FBY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIvB%2BBb%2CWAAA%3B%3BEuBxBA%3BIACI%2CaAAA%3B%3BE1B0jBJ%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BIACI%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CaAIM%3BIACE%2CcAAA%3B%3BEALR%2CaAQI%2CUACI%3BIACI%2CcAAA%3B%3BEAVZ%2CaAQI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAbhB%2CaAkBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAvBhB%2CaAkBI%2COAaI%2CUACI%3BIGtlBZ%2CgBAAA%3BIHwlBgB%2CgBAAA%3B%3BEqCDhB%2CarCfI%2COAaI%2CUACI%2COqCCX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CarCfI%2COAaI%2CUACI%2COqCCX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErClDR%2CaAkBI%2COAaI%2CUACI%2COqClGV%3BIlCpfF%2CeAAA%3BIkCwfI%2CqBAAA%3B%3BEA6HA%2CarC7CA%2COAaI%2CUACI%2COqC6BX%2COAEI%3BEAAD%2CarC7CA%2COAaI%2CUACI%2COqC8BX%2CSACI%3BIACG%2CaAAA%3B%3BErChER%2CaAuCI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAcR%2CMAAC%3BIGhsBL%2CUAAA%3BIwCtLA%2CWAAA%3BIxCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIHiiBD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CaAAA%3B%3BE8DxdZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE5D9aR%2CS4DibU%2CQAAO%2CO5DjbhB%3BEAAD%2CiB4DkbkB%2CQAAO%2CK5DlbxB%3BIC4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BE2DmQgC%2CIAR5B%2CKAAK%2CIACL%2CcACI%2CaAAY%2CMACR%2CQAAO%2CQACH%2CkBACI%2CQAAO%2CSACH%2CSAAQ%2CIACJ%2CgBACK%3BIACG%2CSAAS%2CWAAT%3B%3BE1B9NpC%3BIjCtCA%2CmBAAA%3BIwCtLA%2CWAAA%3BIxCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIiCzHL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE2BnSR%3BIACI%2CaAAA%3B%3BECKJ%3BI7D6OA%2CgBAAA%3BI6D3OI%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BI7DsOA%2CgBAAA%3BIAAA%2CYAAA%3BI6DnOI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CsBAAC%3BI7D8NL%2CmBAAA%3BIAAA%2CsBAAA%3BIAAA%2CWAAA%3BIAAA%2C2BAAA%3BI6DzNQ%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CsBADH%2CYACI%3BI7DiNT%2C0BAAA%3B%3BE6D3MQ%2CsBADH%2CWACI%3BI7D2MT%2C0BAAA%3B%3BE6DtOA%2CsBAgCM%3BIACE%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BI7DkMR%2CWAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE6DvLQ%2CsBAfF%2COAeG%3BEACD%2CsBAhBF%2COAgBG%3BI7DsLT%2CmBAAA%3BIAAA%2CsBAAA%3BIAAA%2CYAAA%3BIAAA%2CkBAAA%3BIAAA%2C2BAAA%3BIAAA%2CWAAA%3BI6D%5C%2FKY%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CsBA9BF%2COA8BG%3BI7DwKT%2CgBAAA%3BIAAA%2CYAAA%3BIAAA%2CkBAAA%3BIAAA%2CQAAA%3BIAAA%2CWAAA%3BI6DlKY%2CSAAS%2CUAAT%3BIACA%2CoBAAA%3BI7DiKZ%2CWAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE6DrJI%2CsBAAC%3BIACG%2CeAAA%3B%3BEAGI%2CsBAJP%2CUAGI%2CMACI%3BI7DiJb%2CmBAAA%3B%3BE6D5IgB%2CsBATX%2CUAGI%2CMAKK%2COACG%3BI7D4IjB%2CmBAAA%3B%3BE6DrJI%2CsBAAC%2CUAeK%3BI7DsIV%2CcAAA%3B%3BE6DnIY%2CsBAlBP%2CUAeK%2COAGG%3BI7DmIb%2CaCnQe%2CYDmQf%3BIAAA%2CS4ChPa%2CO5CgPb%3B%3BE6D3HQ%2CsBADH%2CQACI%3BI7D2HT%2CmBAAA%3BIAAA%2CqBAAA%3B%3BE6D5HI%2CsBAAC%2CQAMK%3BI7DsHV%2CWAAA%3BIAAA%2CgBAAA%3B%3BE6DlHY%2CsBAVP%2CQAMK%2COAIG%3BI7DkHb%2CmBAAA%3BIAAA%2CqBAAA%3B%3BE6D7GY%2CsBAfP%2CQAMK%2COASG%3BI7D6Gb%2CqBAAA%3BIAAA%2CS4ChPa%2CO5CgPb%3BIAAA%2CaCnQe%2CYDmQf%3B%3BE8DvOA%2CqBACI%2CaACI%3BI9DqOR%2CgBAAA%3B%3BE8DvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC8OhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BI%5C%2FDhCJ%2CgBAAA%3B%3BE%2BDqCA%3BIACI%2CWAAA%3B%3BEC9TJ%3BIhEwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIwClLA%2CYAAA%3BIxCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEIzMT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BE6DvIZ%3BIjE2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIiExKI%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%3BIjE4JL%2CYAAA%3BIiE1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIjEkJA%2CmBAAA%3BIiEhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIjE4IJ%2CiBAAA%3BIiE1IQ%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%3BIjEkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIiErQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIjEyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEiEjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECrBR%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%3BECjBZ%2CwBACI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BEpDmjBhB%2CwBACI%3BIACI%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEASA%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BEAFV%2CmBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BEAPV%2CmBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAdpB%2CgBAoBI%2CUACM%2CSACI%3BEArBd%2CmBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CkBAAA%3B%3BEAEI%2CoBAHR%2CUAEI%2COACK%3BIACG%2CUAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CoBARR%2CUAEI%2COAMK%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CoBAZR%2CUAEI%2COAUK%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CoBAhBR%2CUAEI%2COAcK%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CoBApBR%2CUAEI%2COAkBK%3BIACG%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CoBAzBR%2CUAEI%2COAuBK%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CoBA7BR%2CUAEI%2COA2BK%3BIACG%2CWAAA%3B%3BEA%5C%2FBhB%2CoBAmCI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAtCZ%2CoBAmCI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAzChB%2CoBAmCI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEA5CpB%2CoBAmCI%2CmBAcI%3BEAjDR%2CoBAmCI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CgCACI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKR%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEC18BR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BEoD0IR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC%5C%2FCQ%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%3BIrEmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BIkC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIlChqBA%2CUAAA%3BIkCmqBA%2CmBAAA%3B%3BEmCj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnCunBhB%3BIlCpfF%2CeAAA%3BIkCwfI%2CqBAAA%3B%3BEAtOJ%2CsBmCxZI%2CkBAGI%2COAAM%2CIAAI%2COnCqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBmC3yBI%2CkBAGI%2COAAM%2CIAAI%2COnCwyBd%3BIACA%2CWAAA%3B%3BEmCp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC%2BZhB%3BIlC5RF%2CgBAAA%3B%3BEkCqSI%2CsBmC3aA%2CkBAGI%2COAAM%2CIAAI%2COnC%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BEmCpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC6alB%2CQACI%3BIACI%2CmBAAA%3B%3BElChiBR%2CsBqE8GI%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMlCpiBN%3BEACD%2CsBqE6GI%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMlCniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBqEwGI%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMlC9hBN%3BIACG%2CWAAA%3B%3BEqE%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBmC7bA%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBmCjcA%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBmCrcA%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBmCzcA%2CkBAGI%2COAAM%2CIAAI%2COnCmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEmCleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%3BIlCpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BIkCyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEmC1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAMI%3BEmC5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAOI%3BEmC7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAQI%3BIlChLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BIkCwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEmCnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAgBI%3BEmCtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAiBI%3BIlCzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CmEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BIkCjPA%2CsBAAA%3BIlCiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIkC0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBmC5OI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAgBI%2CWAlPH%3BEAAD%2CsBmC5OI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAiBI%2CUAnPH%3BIlCtGD%2CYAAA%3B%3BEkCqHA%2CsBmC3PI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAgBI%2CWAnOH%3BEAAD%2CsBmC3PI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAiBI%2CUApOH%3BIlCrHD%2CcAAA%3B%3BEkC0HA%2CsBmChQI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAgBI%2CWA9NH%3BEAAD%2CsBmChQI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAiBI%2CUA%5C%2FNH%3BIlC1HD%2CcAAA%3B%3BEkC%2BHA%2CsBmCrQI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAgBI%2CWAzNH%3BEAAD%2CsBmCrQI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COAiBI%2CUA1NH%3BIlC%5C%2FHD%2CcAAA%3B%3BEqE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2clB%2COA0BI%3BIACI%2CWAAA%3BIlCnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqEhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC2elB%3BIlCxWA%2CgBAAA%3B%3BEkCugBI%2CsBmC7oBA%2CkBAGI%2COAAM%2CIAAI%2COnCwoBjB%2CSAAY%2CSAER%3BEAAD%2CsBmC7oBA%2CkBAGI%2COAAM%2CIAAI%2COnCyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BIlCxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEqE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COnC%2BqBlB%3BIlC5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BID9QA%2CqBAAA%3B%3BEAMA%2CsBsEkII%2CkBAGI%2COAAM%2CIAAI%2COnC%2BqBlB%2CMnCpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CsBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEsEtMY%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%3BErC6JhB%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%3BIhCrEb%2C8BAAA%3BIgCuEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIhCpFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEgCyFA%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%3BElBlKZ%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%2CyByBtItB%2CQAGI%2CKACI%3BEzBkIN%2CQAAS%2CMAAK%2CMAAM%2CyByBrItB%2CQAEI%2CKACI%3BEzBkIN%2CQAAS%2CMAAK%2CMAAM%2CyByBpItB%2CQACI%2CKACI%3BEzBkIN%2CQAAS%2CMAAK%2CMAAM%2CyByBtItB%2CQAGI%2CKAEI%3BEzBiIN%2CQAAS%2CMAAK%2CMAAM%2CyByBrItB%2CQAEI%2CKAEI%3BEzBiIN%2CQAAS%2CMAAK%2CMAAM%2CyByBpItB%2CQACI%2CKAEI%3BIvCyHV%2C6BAAA%3B%3BEcQI%2CQAAS%2CMAAK%2CMAAM%2CyByB3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BEzBuHN%2CQAAS%2CMAAK%2CMAAM%2CyByB1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BEzBuHN%2CQAAS%2CMAAK%2CMAAM%2CyByBzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BEzBuHN%2CQAAS%2CMAAK%2CMAAM%2CyByB3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BEzBsHN%2CQAAS%2CMAAK%2CMAAM%2CyByB1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BEzBsHN%2CQAAS%2CMAAK%2CMAAM%2CyByBzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BEzBqHR%2CQAAS%2CMAAK%2CMAAM%2CyByBhHtB%2CQAAQ%3BIvCwGV%2C6BAAA%3B%3BEcQI%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%3BIdhCb%2CmBAAA%3BIkC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIlChqBA%2CUAAA%3BIkCmqBA%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%2CgCAAA%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%3BI1BGZ%2C8BAAA%3BI0BDY%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%3BE4CnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEC2TJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C6BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BIzEjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIyEiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BIzEzLrB%2CyBAAA%3BIyE2LwB%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%3BIzE3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BIyEgNgB%2CyBAAA%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%3BIzE3Ob%2CcAAA%3BIyE6OgB%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%3BE9CpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BI3BxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI2B6KQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BI3BxOZ%2CeAAA%3B%3BE2B8OQ%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%3BE%2BChepB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEvD4OJ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEC9KR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEQ4XZ%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%3BIACH%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%2CaAAA%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%3BEP5pBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BEQubZ%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BI7B5MR%2CyBAAA%3B%3BE6BuMA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BI7BxDR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6B2DT%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BI8C7dA%2CqBAAA%3BIACA%2CkBAAA%3B%3BE3EFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BE6BudJ%2CiB8C1dA%3BI3EgPA%2CUAAA%3BI2E9OI%2CeAAA%3BI3E8OJ%2CqBAAA%3BIDhOA%2CqBAAA%3B%3BE8B0cA%2CiB8C1dA%2Ce5EoOE%3BIChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED2CA%2CiB4EtBA%2Ce5EsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C9NQ%2CO5C8NR%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB4EnCJ%2Ce5EkCC%2CMACI%3BIC6ML%2CcAAA%3B%3BEDvMI%2CiB4EzCJ%2Ce5EwCC%2COACI%3BICuML%2CcAAA%3B%3BE2EqEA%2CiBArTA%2CeAqTC%3BI3ErED%2CqBAAA%3BIDhOA%2CqBAAA%3B%3BE4EqSA%2CiBArTA%2CeAqTC%2CO5EjFC%3BIChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED2CA%2CiB4EtBA%2CeAqTC%2CO5E%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4C%5C%2FNM%2CO5C%2BNN%3BIAAA%2CaCnQe%2CYDmQf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIDqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB4EnCJ%2CeAqTC%2CO5EnRA%2CMACI%3BIC6ML%2CcAAA%3B%3BEDvMI%2CiB4EzCJ%2CeAqTC%2CO5E7QA%2COACI%3BICuML%2CcAAA%3B%3BE6B0OA%2CiB8CnSA%3BI3EyDA%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3BIF0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BI2EhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BI3E8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BE6B0OA%2CiB8CnSA%2CGAsBI%3BI3EmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BE2E3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BI3E2BT%2CmBAAA%3BI2EzBY%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%3BI3EzSJ%2CsDAAA%3BI2E2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BI3E%5C%2FSJ%2CsDAAA%3BI2EiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BI3E%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BE2EoRA%2CiBA7UA%2CGA6UC%3BI3EpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BE2EZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BE9CkPR%2CiBAgBI%2CGACI%3BI7B3PR%2CWAAA%3BIAAA%2CqBAAA%3BI6BsQY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BE3BzZZ%2CiB2B2YI%2CGACI%2CE3B5YP%3BIFiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEE5IA%2CiB2BsYI%2CGACI%2CE3BvYP%3BIF4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEEvIA%2CiB2BiYI%2CGACI%2CE3BlYP%3BIFuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6B0OA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BI6B7UX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI1DgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BE0D7CA%2CiB7BiUI%2CQAAO%2CO6BjUV%3BEACD%2CiB7BgUI%2CQAAO%2CO6BhUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB7B2TI%2CQAAO%2CO6B3TV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB7BsTI%2CQAAO%2CO6BtTV%3BEACD%2CiB7BqTI%2CQAAO%2CO6BrTV%3BEACD%2CQAAQ%2CUAAW%2CkB7BoTf%2CQAAO%3BI6BnTP%2CoBAAA%3BI1D%2BBJ%2CYAAA%3B%3BE6B0OA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BE9B3bR%2CiB8B8bK%2COACG%2CQAAO%2CO9B%5C%2Fbd%3BICgKD%2CS4C%5C%2FNM%2CO5C%2BNN%3B%3BE6B8RI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BI7BlTjB%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3BI2B8dY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CM3Btdf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BE2BmdA%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%3BI7BjUpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BE6ByUgB%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%3BI7BtXA%2CmBAAA%3BI6BwXI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BI7B3YjB%2CsDAAA%3B%3BE6B%2BYgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BI7B%5C%2FYjB%2CsDAAA%3BI6BiZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEALR%2COAAC%2CQAQG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAXR%2COAAC%2CQAQG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAlBZ%2COAAC%2CQAQG%2COAaI%3BEArBR%2COAAC%2CQAQG%2COAcI%3BIACI%2CeAAA%3B%3BE%2BCvpBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECqNI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BErEhVR%2CgBACI%2CcACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BE8B4GZ%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%3BEwCmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BAlE5dR%2CgBAL4C%3BET6E5C%2CcACI%3BIHqJJ%2CYAAA%3BIAAA%2CSAAA%3BIGlJQ%2CUAAA%3B%3B%3BASxEZ%2CgBAJ2C%3BE6C8sBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */