/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
/* Evelekt */
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #000000;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
  color: #5B2015;
}
.abs-revert-to-action-secondary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: "\e935";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999;
}
.abs-product-link > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.mgz__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-account-blocks .block-title {
  margin-bottom: 27.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  color: #000000;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: "\e939";
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.abs-field-date input {
  margin-right: 11px;
  width: calc(100% - (23px + 11px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e939";
}
/* ============================================ *
 * Blog
 * ============================================ */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.catalog-category-view .category-image {
  float: right;
  width: 40%;
  margin-left: 30px;
}
.catalog-category-view .category-description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  text-align: justify;
}
.catalog-category-view .category-description p {
  text-align: justify;
}
.catalog-category-view .category-description .more-text {
  display: none;
}
.catalog-category-view .category-footer {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.catalog-category-view .category-footer .category-footer-title {
  display: none;
}
.catalog-category-view .category-footer .category-footer-image {
  float: right;
  width: 40%;
  max-width: 100%;
  margin-left: 30px;
}
.catalog-category-view .category-footer .category-footer-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.catalog-category-view .category-footer .category-footer-description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  text-align: justify;
}
.catalog-category-view .category-footer b,
.catalog-category-view .category-footer strong {
  font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .catalog-category-view .category-view {
    display: none;
  }
  .catalog-category-view .category-view .category-view-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .category-view .category-view-inner .category-image {
    width: 100%;
    margin: 0;
    order: 2;
  }
  .catalog-category-view .page-title-wrapper .page-title .base::after {
    margin-top: -8px;
    content: "";
    margin-left: 10px;
    background: url(../images/short_select_icon.svg) no-repeat right center;
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: rotate(-90deg);
  }
  .catalog-category-view .page-title-wrapper .page-title.active .base::after {
    transform: rotate(0deg);
  }
  .catalog-category-view .category-footer {
    margin-bottom: 50px;
  }
  .catalog-category-view .category-footer .category-footer-title {
    display: block;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    color: #000000;
  }
  .catalog-category-view .category-footer .category-footer-title::after {
    margin-top: -8px;
    content: "";
    margin-left: 10px;
    background: url(../images/short_select_icon.svg) no-repeat right center;
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: rotate(-90deg);
  }
  .catalog-category-view .category-footer .category-footer-title.active::after {
    transform: rotate(0deg);
  }
  .catalog-category-view .category-footer .category-footer-content {
    display: none;
  }
  .catalog-category-view .category-footer .category-footer-content .category-footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .category-footer .category-footer-content .category-footer-inner .category-footer-image {
    width: 100%;
    margin: 0;
    order: 2;
  }
}
.checkout-index-index .checkout-header .title {
  font-family: Lato;
  font-size: 23px;
}
.checkout-index-index .delivery-information {
  margin: 100px 0 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields {
  margin-bottom: 15px;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields label.label {
  display: none;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields .field.additional {
  margin-top: 15px;
}
.checkout-index-index .column.main #block-gift-card-discount .action-toggle::after {
  display: none;
}
.checkout-index-index .column.main #block-gift-card-discount .form-discount {
  padding: 0px;
}
.checkout-index-index .additional-options .field .label {
  display: inline-block;
  margin: 0px;
  padding: 0 0 0 30px;
  width: 100%;
  font-size: 12px;
  color: #000000;
}
.checkout-index-index .additional-options .field .label a {
  color: #000000;
}
.checkout-index-index .additional-options .field .label::before {
  margin: 0;
  top: 3px;
}
.checkout-index-index .additional-options .field.checkout-agreement {
  display: inline-block;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #000000;
}
.checkout-index-index .additional-options .field.checkout-agreement.required .action-show:after {
  content: "*";
  color: red;
}
#checkout .authentication-wrapper {
  margin-top: -48px;
}
#checkout .authentication-wrapper > span {
  font-family: Lato;
  font-size: 12px;
}
#checkout .authentication-wrapper .action-auth-toggle::before {
  display: none;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 0 5px;
  border-radius: 5px;
  background: #f36b21;
  color: #ffffff;
  font-size: 12px;
  font-family: Lato;
  border-color: #f36b21;
  line-height: 21px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 5px;
}
.amcheckout-step-container {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 6px 12px;
  background: #5b1e15;
  font-weight: 500;
  font-size: 23px;
  cursor: pointer;
  color: #ffffff;
  font-family: Lato;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  background: #fff;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover {
  box-shadow: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
  padding: 20px 0;
  font-size: 12px;
  line-height: normal;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-methods #smartpost-added-tr {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #smartpost-added-tr td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_omniva {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_omniva td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee .label {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .billing-address-same-as-shipping-block label::before {
  top: 2px;
  margin: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address [name='billingAddressshared.telephone'] .field-tooltip.toggle {
  display: none;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected {
  border-color: #000000;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 20px 20px 20px 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 15px 20px 16px 50px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 2px solid #e6e7e6;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label:hover {
  box-shadow: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label::before {
  transform: translate(0, -50%);
  left: 20px;
  margin: -1px 0 0 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label::after {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  border: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: none;
}
.amcheckout-step-container input[type="checkbox"] + label::before {
  border-color: #000000;
  background: #ffffff !important;
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.amcheckout-step-container input[type="checkbox"] + label:before {
  border-width: 2px;
}
.amcheckout-step-container input[type="checkbox"] + label:hover::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="checkbox"]:checked + label::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
  margin: -7px 0 0 0;
}
.amcheckout-step-container input[type="radio"] + label::before {
  border-color: #000000;
  background: #ffffff !important;
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  border-width: 2px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.amcheckout-step-container input[type="radio"] + label:hover::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="radio"]:checked + label::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="text"],
.amcheckout-step-container input[type="password"],
.amcheckout-step-container input[type="url"],
.amcheckout-step-container input[type="tel"],
.amcheckout-step-container input[type="search"],
.amcheckout-step-container input[type="number"],
.amcheckout-step-container input[type="datetime"],
.amcheckout-step-container input[type="email"],
.amcheckout-step-container select {
  height: 45px;
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container textarea {
  height: 118px;
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .fieldset > .field > .label {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding: 0px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  flex-wrap: wrap;
  align-items: initial;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 25%;
  flex: unset;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.details-sku {
  width: 15%;
  display: block;
  word-break: break-all;
  padding-right: 2px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.product-item-name-block {
  width: 50%;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.details-qty {
  width: 15%;
  text-align: center;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.subtotal {
  width: 20%;
  text-align: right;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.subtotal * {
  width: 100%;
  font-size: 12px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  max-height: none;
  min-height: unset;
  overflow: visible;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 0;
  border-bottom: none;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  font-size: 12px;
}
.amcheckout-step-container .minicart-items .product-item-details .price-including-tax {
  margin: 0;
}
.amcheckout-step-container .minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.amcheckout-step-container .amcheckout-additional-options {
  border: 2px solid #e6e7e6;
  border-top: none;
  border-bottom: none;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
  margin: -7px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 15px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: -7px 0;
}
.amcheckout-step-container .amcheckout-additional-options p.red {
  color: red;
  font-size: 12px;
  margin: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 12px;
}
._amcheckout-selectable-item.-selected {
  border-color: #000000;
}
.delivery-date .control {
  position: relative;
}
.delivery-date .control input {
  width: 100%;
  border: 2px solid #e6e7e6;
}
.delivery-date .control .remove-delivery-date {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.delivery-comment {
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
  display: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container {
  border: none !important;
  background: #ffffff !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  padding: 6px 12px;
  background: #5b1e15 !important;
  font-weight: 500;
  font-size: 23px;
  cursor: pointer;
  color: #ffffff;
  font-family: Lato;
  margin: 0 0 10px 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .step-content.amcheckout-content {
  border: 2px solid #e6e7e6;
  border-bottom: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 25%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-sku {
  width: 15%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-name {
  width: 50%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-qty {
  width: 15%;
  text-align: center;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-subtotal {
  width: 20%;
  text-align: right;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-inner .subtotal {
  width: 20%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
  padding: 0px;
  font-size: 12px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > .admin__field.admin__field-option .admin__field-label::before {
  margin: 0 18px 0 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
  border: none !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
  text-align: left !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: auto;
  border-radius: 5px;
  background: #f36b21;
  text-transform: uppercase;
}
.field > input[type="checkbox"]:checked + label::after {
  display: none;
}
.checkout-payment-method .payment-method-title .payment-icon {
  order: 2;
}
.checkout-payment-method #block-gift-card-discount.payment-option._collapsible .payment-option-content {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px;
  border: 2px solid #e6e7e6;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .gift-card-apply {
  float: left;
  margin: 0px;
  padding: 0 0 0 20px;
  width: calc(100% - 129px);
  position: relative;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .gift-card-apply input {
  height: 30px;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar {
  position: absolute;
  right: 2px;
  top: 2px;
  width: auto;
  margin: 0;
  left: auto;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar .primary {
  min-width: unset;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar .primary .action {
  background: #5b1e15;
  padding: 0px 10px;
  line-height: 26px;
  height: auto;
  min-height: auto;
}
.checkout-payment-method .payment-option-content .gift-card-apply .payment-option-inner {
  margin: 0px;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method #block-gift-card-discount .payment-option-title {
  display: none;
}
.checkout-gift-cart-label {
  margin: 0;
  float: left;
}
.opc-block-summary .items-in-cart > .title {
  display: none;
}
.opc-block-summary .table-totals .grand strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.column.main .opc-block-summary .product-item {
  padding: 0px;
  margin: 0px;
  border: none;
}
.cart-totals .grand strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.amcheckout-step-container.-summary .checkout-payment-method {
  padding: 10px 20px;
  border: 2px solid #e6e7e6;
  border-top: none;
  border-bottom: none;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option-content {
  display: block !important;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code._active .payment-option-content {
  display: none !important;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount {
  position: relative;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar .primary {
  min-width: unset;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar .primary .action {
  background: #f36b21;
  padding: 0px 10px;
  line-height: 26px;
  height: auto;
  min-height: auto;
  border: 2px solid #e6e7e6;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount input {
  height: 30px;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .payment-option-inner {
  padding: 0 115px 0 0;
}
.amcheckout-step-container.-summary .checkout-payment-method.submit {
  border-bottom: 2px solid #e6e7e6;
}
.amcheckout-step-container .form-login {
  border-bottom: none;
}
.product-item-info {
  position: relative;
}
.product-item-info .hover-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.product-item-info:hover .hover-image {
  display: block;
}
.product-item-photo .discount-percent,
.product.media .discount-percent {
  position: relative;
}
.labels-wrapper-product {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}
.free-shipping-label {
  height: 100px;
  width: 100px;
  display: flex;
}
.free-shipping-label-category {
  width: 62.1px;
  height: 62.1px;
  display: flex;
  z-index: 9;
}
.product.media .discount-percent {
  position: relative;
  right: 0;
}
.product.media .product-labels {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
}
.product.media .product-labels .discount-percent {
  right: 0;
}
.product-labels .discount-percent.new-label {
  right: 0;
  position: relative;
}
.labels-wrapper-product > div,
.labels-wrapper-product > span {
  margin-left: 5px;
}
.product.media .discount-percent.new-label {
  position: initial;
}
@media screen and (min-width: 400px) and (max-width: 1199px) {
  .free-shipping-label {
    top: 0px;
    right: 65px;
    height: 60px;
    width: 60px;
    display: flex;
  }
  .product.media .product-labels {
    width: 60px;
    height: 60px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_GiftCard
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.form.check-code {
  display: table;
  width: 100%;
}
.form.check-code .field.check-code-field {
  margin: 0 4px 0 0;
}
.form.check-code .field.check-code-field .control {
  display: block;
}
.form.check-code .field.check-code-field .control:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\f06b';
  font-family: FontAwesome;
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.form.check-code input {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 9px 0 35px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.form.check-code .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  min-width: 200px;
}
.block-gift-card-setting .block-content {
  padding-left: 25px;
}
.block-gift-card-setting .block-content .field {
  margin-bottom: 7px;
}
.giftcard-messages td {
  padding: 0 !important;
}
.giftcard-messages td:nth-child(2n+1) {
  width: 150px;
}
.gift-card-view {
  margin: 0 0 40px 10px;
}
.gift-card-view .block .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.gift-card-view .block .block-title strong {
  font-size: 2.2rem;
  font-weight: 300;
}
.gift-card-view .block .block-content {
  max-height: 500px;
  overflow: auto;
}
.gift-card-view .gift-card-view-detail {
  margin: 0 0 20px 40px;
}
.gift-card-view .gift-card-view-detail .table-gift-card-detail td {
  border: none !important;
}
.gift-card-view .gift-card-view-detail .table-gift-card-detail td:nth-child(2n+1) {
  width: 150px;
  font-weight: 600;
}
.catalog-category-view .mp-gift-card-amount-container {
  padding: 5px;
}
.catalog-category-view .mp-gift-card-amount-container label {
  font-weight: bold;
}
.catalog-category-view .mp-inline {
  display: inline-block;
}
.gift-card-applied-code-text .gift-card_code {
  margin-top: 10px;
  list-style-type: none;
}
.gift-card-applied-code-text .gc-item {
  background: #159f84;
  color: white;
  display: inline;
  width: inherit;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: bold;
  border: none;
}
.gift-card-applied-code-text .gc-remove {
  margin-left: 10px;
  font-style: normal;
  opacity: 0.6;
  cursor: pointer;
}
.gift-card-applied-code-text .gc-amount {
  margin-left: 10px;
}
.block.block-gift-card .block-content {
  max-height: 500px;
  overflow: auto;
}
.mp-gift-card-product-info .field:not(.value):not(.send-to-friend) {
  display: none;
}
.gift-card-discount-credit {
  max-width: 350px;
  margin-top: 10px;
  padding: 0 10px;
}
.gift-card-discount-credit #gc_slider_container_amount {
  margin: 7px;
}
.giftcard-giftproducts-index .product-item-info {
  width: 240px;
}
.payment-option button.action.action-apply {
  margin-right: 30px;
}
.cart-container .gift-card-discount-feature-list,
.payment-option .gift-card-discount-feature-list {
  list-style-type: none;
  padding-left: 15px;
  /* IE6-7 Fix */
}
.cart-container .gift-card-discount-feature-list .feature-item,
.payment-option .gift-card-discount-feature-list .feature-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 5px;
}
.cart-container .gift-card-discount-feature-list .feature-item .feature-content,
.payment-option .gift-card-discount-feature-list .feature-item .feature-content {
  display: none;
}
.cart-container .gift-card-discount-feature-list .feature-item .feature-content.content-show,
.payment-option .gift-card-discount-feature-list .feature-item .feature-content.content-show {
  display: block;
}
.cart-container .gift-card-discount-feature-list .feature-item:last-child,
.payment-option .gift-card-discount-feature-list .feature-item:last-child {
  border-bottom: none;
}
.cart-container .gift-card-discount-feature-list input[type="text"],
.payment-option .gift-card-discount-feature-list input[type="text"],
.cart-container .gift-card-discount-feature-list select,
.payment-option .gift-card-discount-feature-list select {
  height: 42px;
  margin-left: 10px;
  width: 92%;
}
.cart-container .gift-card-discount-feature-list .feature-label,
.payment-option .gift-card-discount-feature-list .feature-label {
  font-weight: bold;
  opacity: 0.7;
  position: relative;
}
.cart-container .gift-card-discount-feature-list .feature-label .icon-prefix,
.payment-option .gift-card-discount-feature-list .feature-label .icon-prefix {
  position: absolute;
  top: 3px;
}
.cart-container .gift-card-discount-feature-list .feature-label span,
.payment-option .gift-card-discount-feature-list .feature-label span {
  margin-left: 20px;
}
.cart-container .gift-card-discount-feature-list button.action.primary.custom,
.payment-option .gift-card-discount-feature-list button.action.primary.custom,
.cart-container .gift-card-discount-feature-list button.action.primary.custom:active,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:active,
.cart-container .gift-card-discount-feature-list button.action.primary.custom:visited,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:visited,
.cart-container .gift-card-discount-feature-list button.action.action-apply,
.payment-option .gift-card-discount-feature-list button.action.action-apply,
.cart-container .gift-card-discount-feature-list button.action.action-apply:active,
.payment-option .gift-card-discount-feature-list button.action.action-apply:active,
.cart-container .gift-card-discount-feature-list button.action.action-apply:visited,
.payment-option .gift-card-discount-feature-list button.action.action-apply:visited {
  height: 42px;
  border: none;
  background: #1abc9c;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}
.cart-container .gift-card-discount-feature-list button.action.primary.custom:hover,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:hover,
.cart-container .gift-card-discount-feature-list button.action.action-apply:hover,
.payment-option .gift-card-discount-feature-list button.action.action-apply:hover {
  border: none;
  background: #159f84;
  color: white;
}
.cart-container .gift-card-discount-feature-list form,
.payment-option .gift-card-discount-feature-list form {
  margin-top: 10px;
}
.cart-container .gift-card-discount-feature-list .ui-slider-horizontal,
.payment-option .gift-card-discount-feature-list .ui-slider-horizontal {
  background: #3f98c9;
  height: 8px;
}
.cart-container .gift-card-discount-feature-list .ui-slider-handle,
.payment-option .gift-card-discount-feature-list .ui-slider-handle {
  height: 26px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -10px;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler,
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler,
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  *display: inline;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler {
  border-radius: 2px;
  color: #ccc;
  margin: 0;
  padding-left: 10px;
  white-space: nowrap;
}
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  padding-left: 1cm;
  width: 1em;
  margin: 0.64em -1em -0.64em;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px #efefbe;
}
.cart-container .gift-card-discount-feature-list .ruler li:before,
.payment-option .gift-card-discount-feature-list .ruler li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  height: 0.64em;
  top: -0.64em;
  right: 1em;
}
.list-content .code-list {
  list-style-type: none;
  font-weight: bold;
}
.list-content .code-list .gc-code-applied,
.list-content .code-list .gc-amount {
  opacity: 0.5;
}
.list-content .code-list .gc-remove {
  cursor: pointer;
}
.list-content .code-list .gc-amount {
  margin-left: 20px;
}
.list-content .code-list .slide-show:after {
  content: '\e621';
}
/*********************************************** Gift Card Product View ***********************************************/
.giftcard-template-container {
  min-height: 500px;
  padding-top: 30px;
}
.giftcard-template-container .giftcard-template-container-preview {
  margin: auto;
}
.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview {
  transform-origin: top left;
  cursor: pointer;
}
.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview .preview-giftcard {
  margin: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.giftcard-template-container .giftcard-template-setting {
  padding: 20px 10px;
}
.giftcard-template-container .giftcard-template-setting .block-title {
  text-rendering: optimizeLegibility;
  font-size: 17px !important;
  line-height: 1.255 !important;
  margin-bottom: 10px !important;
  padding-bottom: 4px;
  color: #111;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-select {
  margin: 0 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images {
  border: 1px solid #ccc;
  background-color: #fef8f2;
  margin: 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload {
  margin: 15px 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  float: left;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button > span {
  display: none;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder input[type='file'] {
  border: 500px solid transparent;
  bottom: 0;
  cursor: pointer;
  font-size: 10em;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .template-image-wrapper:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: inherit;
  color: #ccc;
  content: '\f030';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .image-placeholder-text {
  display: none;
  bottom: 0;
  color: #008bdb;
  font-size: 11px;
  left: 0;
  line-height: 1.333;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .file-row {
  display: none;
  background: #fff url("../images/loader-1.gif") no-repeat 50% 50%;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 100%;
  z-index: 5;
  border: 1px solid #adadad;
  padding: 2px;
  box-sizing: border-box;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] {
  position: relative;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip {
  right: -25px;
  top: -6px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip .field-tooltip-action:before {
  content: '\f05a';
  font-family: 'FontAwesome';
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 5px 0 5px 5px;
  position: relative;
  vertical-align: top;
  width: 75px;
  height: 75px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template.active .template-image-wrapper {
  border: 2px solid orange;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 75px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper .template-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.giftcard-information-container .giftcard-information {
  margin-bottom: 8px;
}
.giftcard-information-container .giftcard-field-label {
  width: 105px;
  min-height: 5px;
  text-align: right;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  float: left;
  line-height: 33px;
  font-weight: 600 !important;
}
.giftcard-information-container .giftcard-field-wrapper {
  width: calc(100% - 115px);
  float: left;
}
.giftcard-information-container .giftcard-field-wrapper button {
  width: auto;
}
.giftcard-information-container .giftcard-field-wrapper .giftcard-design-input-container {
  display: inline-block;
  vertical-align: middle;
}
.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount {
  width: 95px;
  font-size: 12px;
  background-color: #fff;
  height: 30px;
  padding: 3px 7px;
  line-height: normal;
  border: 1px solid #a6a6a6;
  border-top-color: #949494;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  outline: 0;
}
.giftcard-information-container .giftcard-field-wrapper .active input.giftcard-design-open-amount,
.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount:focus {
  border-color: #e77600;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.giftcard-information-container .giftcard-field-wrapper ul,
.giftcard-information-container .giftcard-field-wrapper ul li {
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
}
.giftcard-information-container .giftcard-field-wrapper #delivery_date {
  width: 130px;
  margin-right: 5px;
}
.giftcard-information-container .giftcard-field-wrapper .note {
  font-style: italic;
  font-size: 12px;
}
.giftcard-information-container .giftcard-information-delivery,
.giftcard-information-container .giftcard-information-amount {
  margin-bottom: 0 !important;
}
.giftcard-design-button-container {
  position: relative;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  border-color: #adb1b8 #a2a6ac #8d9096;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.giftcard-design-button-container:hover {
  border-color: #a2a6ac #979aa1 #82858a;
  background-color: #f3f3f3;
}
.giftcard-design-button-container .fa {
  display: none;
  position: absolute;
  bottom: -26px;
  color: #fef8f2;
  font-size: 22px;
  text-shadow: 0px -1px #ccc;
}
.giftcard-design-button-container.active {
  border-color: #e77600;
  background-color: #fef8f2;
  font-weight: 600;
}
.giftcard-design-button-container.active .fa {
  display: inline-block;
}
.giftcard-design-button-container button {
  color: #111;
  white-space: normal;
  padding: 5px 10px 5px 11px;
  line-height: 19px;
  width: 121px;
  text-align: center;
  background-color: transparent;
  border: 0;
  display: block;
  font-size: 13px;
  margin: 0;
  outline: 0;
  vertical-align: middle;
  font-weight: normal;
}
.clear {
  clear: both;
}
/*********************************************** End Gift Card Product View *******************************************/
/*********************************************** Checkout Block Spent *************************************************/
.totals-giftcard-summary th,
.totals-giftcard-summary td {
  border: none !important;
}
.totals-giftcard-details th {
  padding-left: 10px !important;
  border: none !important;
}
.totals-giftcard-details td {
  padding-right: 10px !important;
  border: none !important;
}
.totals-giftcard-details {
  display: none;
}
.totals-giftcard-details.shown {
  display: table-row;
}
#discount-giftcard-form .fieldset.coupon {
  margin-bottom: 10px;
}
#discount-giftcard-form .fieldset.coupon .action.primary {
  height: 32px;
  line-height: 16px;
}
#discount-giftcard-form .gift-card-apply > label {
  display: none;
}
#discount-giftcard-form .gift-card-used {
  padding: 0 0 20px 20px;
}
.gift-card-saved-list,
.gift-credit-apply {
  float: none !important;
  width: 100% !important;
}
.gift-card-saved-list .title strong,
.gift-credit-apply .title strong {
  font-size: 13px !important;
}
.gift-credit-slider {
  width: 80%;
  margin: 10px auto;
}
.gift-credit-label {
  padding-left: 20%;
}
#gift-card-credit-input {
  width: 60px;
  display: inline-block;
  font-size: 14px;
  height: 24px;
}
@media (max-width: 370px) {
  .giftcard-template-upload .field-tooltip._active .field-tooltip-content {
    max-width: 100px;
  }
}
@media (max-width: 478px) {
  .giftcard-template-upload .field-tooltip._active .field-tooltip-content {
    max-width: 150px;
  }
}
.mp-giftcard-preview .mp-giftcard-preview-button.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.mp-giftcard-modal-email-preview._show .modal-inner-wrap {
  width: 75%;
}
#checkout-step-shipping_method #method_tr_shippingmethodnotrequired .col.col-method,
#checkout-step-shipping_method #method_tr_shippingmethodnotrequired .col.col-price {
  display: none;
}
.cms-referentsid .block.catalog {
  margin-bottom: 34px;
}
.cms-referentsid .block.catalog .catalog-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-referentsid .block.catalog .catalog-grid .item {
  margin-bottom: 30px;
}
.cms-referentsid .block.catalog .catalog-grid .item img {
  max-width: 100%;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .open-pdf,
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  font-weight: 600;
  color: #5B2015;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding-top: 10px;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after,
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 19px;
  height: 19px;
  top: 4.5px;
  position: relative;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after {
  background: url(../images/eye-icon.png) no-repeat center;
  margin-right: 16px;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  padding-right: 19px;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  background: url(../images/download-icon.png) no-repeat center;
  margin-right: -22px;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: auto;
  background: #525659;
  z-index: 9999;
  display: none;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
  top: 20px;
  right: 40px;
  position: fixed;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas {
  display: block;
  margin: 20px auto;
  width: 100%;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:first-child {
  margin-top: 0;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:last-child {
  margin-bottom: 0;
}
.cms-referentsid .block.references {
  margin-top: 34px;
}
.cms-referentsid .block.references > p {
  margin-bottom: 40px;
  max-width: 100%;
}
.cms-referentsid .block.references .references-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-referentsid .block.references .references-grid .reference {
  margin-bottom: 40px;
  cursor: pointer;
}
.cms-referentsid .block.references .references-grid .reference .img-wrapper {
  position: relative;
}
.cms-referentsid .block.references .references-grid .reference .img-wrapper img {
  max-width: 100%;
}
.cms-referentsid .block.references .references-grid .reference .img-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  background: url(../images/reference-icon.png) no-repeat;
}
.cms-referentsid .block.references .references-grid .reference > .title {
  margin-top: 16px;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #290E09;
}
.cms-referentsid .block.references .references-grid .reference .popup {
  height: 100%;
  width: 100%;
  position: fixed;
  visibility: hidden;
  pointer-events: auto;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-x: hidden;
  cursor: auto;
  background: #3B1217;
}
.cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
  padding: 2%;
  position: relative;
  height: 100%;
}
.cms-referentsid .block.references .references-grid .reference .popup .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition: all 2s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  -webkit-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
}
.cms-referentsid .block.references .references-grid .reference .popup .background-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3B1217;
  opacity: 0.8;
}
.cms-referentsid .block.references .references-grid .reference .popup .background-image.mobile {
  display: none;
}
.cms-referentsid .block.references .references-grid .reference .popup .content {
  display: block;
  max-width: 1275px;
  margin: 0 auto;
  padding: 5% 2%;
  position: relative;
  z-index: 9999;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left {
  display: inline-block;
  width: 29%;
  margin-right: 2%;
  vertical-align: top;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left h1 {
  color: #FFFFFF;
  margin-top: 0;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .description {
  line-height: 24px;
  color: #FFFFFF;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .description span {
  color: white;
  white-space: nowrap;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products {
  margin-top: 40px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products > span {
  color: #fff f;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products .item {
  background: #fff f;
  margin-bottom: 8px;
  display: flex;
  padding: 4px 12px;
  border-radius: 4px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products .item span {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products .item img {
  margin-right: 12px;
  height: 65px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right {
  display: inline-block;
  position: relative;
  width: 68%;
  max-width: 769px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery {
  min-width: 500px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery li {
  margin-right: 12px !important;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .arrow {
  width: 32px;
  height: 48px;
  display: block;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .arrow-left {
  background-image: url(../images/arrow-left-white.png);
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .arrow-right {
  background-image: url(../images/arrow-right-white.png);
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSSlideWrapper {
  max-width: 769px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev,
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSNext {
  opacity: 1;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev.inactive,
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSNext.inactive {
  opacity: 0.3;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li.active,
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  border: 2px solid #FFE600;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lslide img {
  height: 515px;
  max-width: 100%;
  object-fit: scale-down;
}
.cms-referentsid .block.references .references-grid .reference .popup.open {
  visibility: visible;
}
.cms-referentsid .block.references .references-grid .reference .popup.open .background-image {
  opacity: 1;
}
.cms-referentsid .block.references .references-grid .reference .popup.initialized {
  display: none;
}
.cms-referentsid .block.references .references-grid .reference .popup.initialized.open {
  display: block;
}
.cms-referentsid .block.references .references-grid .reference .popup a {
  transition: none;
}
.cms-referentsid .close-button {
  position: absolute;
  cursor: pointer;
  top: -100px;
  right: 0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #F2E8E6;
}
.cms-referentsid .close-button span {
  background: url(../images/close-button.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 5%;
  }
}
@media (min-width: 1400px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left {
    width: 31%;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left .description {
    max-width: 371px;
  }
}
@media (max-width: 1229px) {
  .cms-referentsid .block.references .references-grid,
  .cms-referentsid .block.catalog .catalog-grid {
    justify-content: space-evenly;
  }
}
@media (max-width: 1200px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 7%;
  }
}
@media (max-width: 1024px) {
  .cms-referentsid .catalog-grid .catalog-pdf-popup .close-button {
    opacity: 0.8;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 0;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.desktop {
    display: none;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.mobile {
    display: block;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content {
    padding: 5%;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 40px;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left .title {
    margin-top: 65px;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .right {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .cms-referentsid .close-button {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 640px) {
  .cms-referentsid .block.references .reference ul.lightSlider {
    height: 515px !important;
  }
}
@media (max-width: 640px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 355px;
  }
}
@media (max-width: 480px) {
  .cms-referentsid .block.catalog .catalog-grid .item {
    padding: 0 15px;
  }
  .cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
    top: 5px;
    right: 5px;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 270px;
  }
}
@media (min-width: 395px) {
  .cms-referentsid .block.references .references-grid .reference .img-wrapper {
    width: 370px;
    height: 248px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #DEDEDE;
  }
}
@media screen and (min-width: 320px) and (max-width: 394px) {
  .cms-referentsid .block.references .references-grid .reference {
    width: 100%;
  }
  .cms-referentsid .block.references .references-grid .reference .img-wrapper {
    width: 100%;
    height: 248px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #DEDEDE;
  }
}
.series-index-index .page-title-wrapper {
  display: flex;
  justify-content: flex-end;
}
.series-index-index .series-content {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
  gap: 20px;
}
.series-index-index .series-content .img-wrapper img {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .series-index-index .series-content {
    flex-direction: column;
  }
  .series-index-index .series-content .img-wrapper img {
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .series-index-index .series-content .img-wrapper,
  .series-index-index .series-content .description {
    flex: 1;
  }
}
.series-grid {
  margin-bottom: 64px;
}
.series-grid .item-counter {
  color: #808080;
  background: #F1F1F1;
  line-height: 25px;
  padding: 0 23px;
  margin: 32px 0;
}
.series-grid .series-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
}
.series-grid .series-item-wrapper .series {
  width: calc(50% - 8px);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.series-grid .series-item-wrapper .series .img-wrapper {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  min-height: 150px;
}
.series-grid .series-item-wrapper .series .content {
  padding: 16px;
}
.series-grid .series-item-wrapper .series .content .title {
  padding: 0 0 8px 10px;
  font-size: 13px;
  border-bottom: 2px dotted #dfdfdf;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #808080;
  font-weight: normal;
  display: block;
}
.series-grid .series-item-wrapper .series .content .tags {
  position: relative;
  font-size: 12px;
  color: #808080;
  line-height: 16px;
}
@media (min-width: 768px) {
  .series-grid .series-item-wrapper .series {
    width: calc(33.3% - 11px);
  }
}
@media (min-width: 991px) {
  .series-grid .series-item-wrapper .series {
    width: calc(25% - 12px);
  }
}
@media (min-width: 1220px) {
  .series-grid .series-item-wrapper .series {
    width: calc(20% - 13px);
  }
}
.series-card-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.series-card-wrapper .series-card {
  width: 100%;
}
.series-card-wrapper .series-card .image {
  background-size: cover;
  width: 100%;
  min-height: 150px;
}
.series-card-wrapper .series-card .description {
  padding: 16px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.series-card-wrapper .series-card.primary-bg .description {
  background: #5B2015;
}
.series-card-wrapper .series-card.garden-bg .description {
  background: #41803b;
}
.series-card-wrapper .series-card.office-bg .description {
  background: #1d4185;
}
@media (min-width: 768px) {
  .series-card-wrapper .series-card {
    width: 31.5%;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_StockStatus
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.product-item-details .stock.available img,
.owl-carousel .owl-item img {
  height: auto;
  max-width: 100%;
}
.product-item-details .stock.available {
  font-weight: 700;
  text-transform: uppercase;
  margin: 3px 0 3px;
}
#checkout-review-table .mp-stock-status .stock.available {
  display: table-cell;
}
/**
 * Copyright © Inbank, Inc. All rights reserved.
 * See LICENSE.txt for license details.
 */
.inbank__logo {
  text-align: center;
  padding: 40px;
}
.inbank_logo_product {
  padding-right: 10px;
  max-height: 40px;
}
.inbank__new__payment {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.inbank__new__payment > .btn {
  border-radius: 48px;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #21093A;
  border-color: #21093A;
}
.btn-primary:hover {
  background-color: #60378b;
  border-color: #60378b;
}
.product-info-main .inbank {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0 25px 0;
  margin: 0;
}
.product-info-main .inbank > div {
  margin: 0;
}
.product-info-main .inbank.inbank--calculator + .inbank.inbank--calculator {
  padding: 10px 0 25px 0;
}
.product-info-main .inbank__img {
  max-width: 100%;
  height: auto;
}
.product-info-main .inbank__message {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #21093A;
  margin-bottom: 0;
}
.product-info-main .inbank__message .tooltip {
  position: absolute;
}
.product-info-main .inbank__message--small {
  font-size: 13px;
  color: #606060;
  margin-bottom: 0;
}
.product-info-main .inbank__tooltip {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.product-info-main .inbank__tooltip > svg {
  width: 20px;
  height: 20px;
  fill: #21093A;
}
.inbank-payment-checkout .inbank-checkout-checkbox {
  width: 20px;
  float: left;
  padding: 3px;
}
.inbank-payment-checkout .inbank-checkout-text {
  margin-bottom: 0;
  font-size: small;
  font-weight: 600;
  color: #21093A;
}
.inbank-payment-checkout .inbank-checkout-granted-text {
  color: #21093A;
  font-weight: bold;
  font-size: 15px;
}
.inbank-payment-checkout .inbank-checkout-container {
  height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.inbank-payment-checkout .inbank__additional_details {
  padding-top: 5px;
  color: #21093A;
}
.payment-method.inbank-payment .payment-method-title {
  display: flex;
  align-items: center;
}
.payment-method.inbank-payment .payment-method-title img {
  padding: 0 10px;
  max-height: 40px;
}
.payment-method.inbank-payment .payment-method-title .inbank-label span {
  display: inline-flex;
  align-items: center;
}
.inbank-product-view-box {
  margin-left: 10px;
  font-weight: 600;
}
.inbank-response .inbank-loader {
  display: none;
  color: #21093a;
}
.inbank-response .inbank-loader,
.inbank-response .inbank-loader div {
  box-sizing: border-box;
}
.inbank-response .inbank-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.inbank-response .inbank-loader div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: inbank-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.inbank-response .inbank-loader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes inbank-loader {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_QuickOrder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/*style module quick order*/
#quickorder-top-link {
  float: right;
  margin-left: 10px;
}
#quickorder-top-link a {
  text-decoration: none;
  color: white;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
#quickorder-link {
  float: right;
  margin-left: 10px;
  background: #1979c3;
  border-radius: 3px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  height: auto;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: 0.01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: 0.5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #fff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 11px 0 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .rtl-layout .abs-product-options-list-desktop dt,
  .rtl-layout .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 5.5px 11px;
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5.5px;
  }
  .rtl-layout .abs-product-options-list-desktop dd,
  .rtl-layout .block-giftregistry-shared .item-options dd {
    float: right;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .rtl-layout .abs-blocks-2columns:nth-child(1),
  .rtl-layout .abs-discount-block-desktop .block:nth-child(1),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .rtl-layout .storecredit .block:nth-child(1),
  .rtl-layout .magento-payments-review-discount .block:nth-child(1),
  .rtl-layout .paypal-review-discount .block:nth-child(1),
  .rtl-layout .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .rtl-layout .abs-blocks-2columns:nth-child(2),
  .rtl-layout .abs-discount-block-desktop .block:nth-child(2),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .rtl-layout .storecredit .block:nth-child(2),
  .rtl-layout .magento-payments-review-discount .block:nth-child(2),
  .rtl-layout .paypal-review-discount .block:nth-child(2),
  .rtl-layout .cart-discount .block:nth-child(2) {
    float: left;
  }
  .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,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .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: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 + .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 .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 {
    width: 100%;
    padding: 0;
  }
  .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-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 {
    margin-top: -27.5px;
  }
  .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: "\e6b1";
    font-family: 'mbicon';
    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: 5.5px 11px;
  }
  .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: 0 0 15px;
  }
  .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 #d1d1d1;
  }
  .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 .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .crosssell,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3%;
    position: relative;
  }
  .rtl-layout .abs-shopping-cart-items-desktop,
  .rtl-layout .cart-container .crosssell,
  .rtl-layout .block-cart-failed,
  .rtl-layout .cart-container .form-cart,
  .rtl-layout .cart-container .cart-gift-item {
    float: right;
    padding-right: 0;
    padding-left: 3%;
  }
  .abs-discount-block-desktop .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    border: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .abs-discount-block-desktop .block > .title:after,
  .magento-payments-review-discount .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 20px;
    -moz-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .cart.actions .action.continue {
    float: left;
  }
  .layout-rtl .cart.actions .action.continue {
    float: right;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 16.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    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;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amelsearch-further-section {
    display: block;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #ccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 3);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #fff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #ccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 4);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .giftcard-giftproducts-index .products-grid .product-item {
    padding: 0;
    width: 24.439%;
  }
  .cart-container .crosssell {
    margin-bottom: 22px;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .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;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .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 #d1d1d1;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions.secondary {
    text-align: right;
  }
  .block-cart-failed .actions.secondary .action {
    display: inline-block;
    margin: 0 0 0 11px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 11px 11px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 30%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 20px 20px;
    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 10px;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 10px 8px 10px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    padding-right: 15px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    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: 11px;
    padding-top: 11px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    position: static;
  }
  .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;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 11px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .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: 100%;
  }
  .opc-wrapper #shipping-new-address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 0 0 30px;
    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;
  }
  .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;
    margin-bottom: 0;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 30px;
  }
  .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 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    clear: both;
  }
  .page-product-downloadable .product-options-bottom {
    clear: both;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 24px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 22px;
    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 5.5px;
    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: 700;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: 11px;
  }
  .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.4rem;
    margin: 0 0 0 5.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    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: 28px;
    line-height: 14px;
    content: '\e618';
    font-family: 'mbicon';
    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-message .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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: 22px;
    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 {
    padding: 22px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    content: "\e93a";
    font-family: 'mbicon';
    margin: 0 0 0 11px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: "\e939";
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 22px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 22px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 22px;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .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: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .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: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 0 0 -1px;
  }
  .order-links .item:first-child {
    margin-left: 0;
  }
  .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 .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
  }
  .order-details-items .col {
    width: auto;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .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%;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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 .fieldset {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
    padding-right: 11px;
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .control {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary button {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    box-shadow: 0 2px 5px #e1e1e1;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 9px 9px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all 0.3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #fff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 4);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 5);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@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;
  }
}
/* style */
.product-list-table {
  margin: auto;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #290E09;
  border-radius: 0;
  overflow: hidden;
}
.product-list-table thead tr {
  border-top: none;
  background: #5B2015;
  color: #ffffff;
}
.product-list-table tr:not(.mp-notice-messages) {
  border-bottom: 1px solid #ddd;
  background-color: #fefefe;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-color: #ededed;
}
.product-list-table th {
  display: none;
  text-align: left;
  width: auto;
  word-break: break-word;
  padding: 14px 16px;
}
.product-list-table .price-box {
  margin-bottom: 0px;
}
.product-list-table td {
  display: block;
  font-size: 12px;
  text-align: left;
  width: auto;
  word-break: break-word;
  padding: 5px;
}
.product-list-table td:first-child {
  margin-top: 0.5em;
}
.product-list-table td:last-child {
  margin-bottom: 0.5em;
}
.product-list-table td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  color: #000;
  padding: 5px 0;
}
#mptablecategory-table-view.product-list-table {
  display: block;
}
#mptablecategory-table-view.product-list-table thead {
  display: none;
}
#mptablecategory-table-view.product-list-table thead tr {
  display: flex;
  border-top: none;
  background: #f2f2f2;
}
#mptablecategory-table-view.product-list-table thead tr th {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #807573;
}
#mptablecategory-table-view.product-list-table tbody {
  display: block;
  vertical-align: top;
}
#mptablecategory-table-view.product-list-table tbody tr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#mptablecategory-table-view.product-list-table tbody tr td {
  display: inline-block;
  margin: 0;
}
#mptablecategory-table-view.product-list-table tbody tr td > div {
  padding: 5px 0;
}
#mptablecategory-table-view.product-list-table .mptablecategory-product-option {
  min-width: auto;
}
.mptablecategory-product-qty {
  min-width: auto;
}
.mptablecategory-product-qty input {
  width: 48px;
}
@media all and (min-width: 768px) {
  .mptablecategory-product-qty input {
    width: 36px;
  }
  #mptablecategory-table-view.product-list-table thead {
    display: block;
  }
  #mptablecategory-table-view.product-list-table tbody tr {
    flex-direction: row;
  }
}
@media all and (min-width: 1230px) {
  .mptablecategory-product-qty input {
    width: 48px;
  }
}
body .mptablecategory-product-sku {
  text-align: left;
}
body .mptablecategory-product-sku span {
  font-weight: 600;
}
.add-to-cart-btn {
  background: #5B2015;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #5B2015;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  line-height: 20px;
  padding: 7px 16px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.add-to-cart-btn:hover {
  background: #fff;
  border-color: #5B2015;
  color: #5B2015;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#instantsearch-area input[type="text"] {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  height: 55px;
}
.qod-product-item {
  border-color: #dedede;
}
.pc-sub {
  margin-right: 8px;
  margin-left: 0;
}
.pc-sub:hover {
  background-color: #fff;
  border-color: #5B2015;
  color: #5B2015;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pc-add {
  margin-right: 0;
  margin-left: 8px;
}
.pc-add:hover {
  background-color: #fff;
  border-color: #5B2015;
  color: #5B2015;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pc-sub,
.pc-add {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-style: normal;
  color: #5B2015;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (min-width: 1230px) {
  .pc-sub,
  .pc-add {
    font-size: 32px;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
}
.pc-counter {
  color: #333;
  height: 32px;
  max-width: 48px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #F2E8E6;
  border-radius: 4px;
}
.pc-counter:focus {
  border-color: #5B2015;
}
.pc-sub,
.pc-add,
.pc-counter {
  margin-bottom: 12px;
}
.product-thumbnail {
  max-width: 150px;
  display: inline-block;
  max-height: 150px;
  overflow: hidden;
}
.product-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
}
.monthly-payment {
  font-size: 14px;
}
.price-container .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.old-price {
  vertical-align: baseline;
}
.old-price .price {
  display: inline-block;
  text-decoration: line-through;
  color: #290E09;
  font-weight: normal;
  margin-left: 2px;
}
.old.price {
  vertical-align: baseline;
}
.product-list {
  border: 1px solid #EDEDED;
  border-top-width: 0;
}
.product-list .product-name {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 0px;
}
.product-list .product-name:hover {
  color: #5B2015;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.product-list .product-name,
.qod-product-item .item-sku,
.qod-product-item .item-subtotal {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #290E09;
  margin-top: 15px;
}
.qod-product-item #item-qty {
  padding-top: 0px;
  margin-top: 15px;
}
.qod-product-item .item-sku,
.qod-product-item .item-subtotal,
.qod-product-item #item-action {
  line-height: normal;
}
.image-product img {
  height: 85px;
}
.product-item-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  color: #290E09;
  margin-bottom: 5px;
}
.product-item-link:hover {
  color: #5B2015;
}
.tooltip {
  position: relative;
}
.tooltip:before {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #ffffff;
  content: attr(data-title);
  font-size: 12px;
  padding: 6px 10px;
  top: 26px;
  white-space: nowrap;
}
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  top: 20px;
  left: 20px;
  width: 0;
}
.tooltip.fade:after {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}
.tooltip.fade:before {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}
.tooltip.fade:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mp-notice-messages {
  padding: 0px !important;
  width: 100%;
  display: table-cell !important;
  border-bottom: 0;
}
.mp-notice-messages td {
  padding: 0px !important;
  width: 100%;
  display: table-cell !important;
}
.product-list-table .product-item-photo {
  display: inline-block;
  overflow: hidden;
}
.product-list-table .product-item-photo img {
  max-width: 128px;
}
.mptablecategory-product-name {
  max-width: 270px;
}
.mptablecategory-product-image {
  padding: 5px;
}
.mptablecategory-popup-click {
  border-bottom: 1px dashed #000;
}
.special-price .price {
  font-weight: 600;
  color: #290E09;
}
.normal-price .price-final_price .price {
  color: #5B2015;
}
.modal-inner-wrap .page-bottom {
  display: none;
}
.modal-inner-wrap .widget-product.related {
  display: none;
}
#button-addcart-checkout button {
  background-color: #5B2015 !important;
  box-shadow: none !important;
}
#button-addcart-checkout button#top-checkout {
  margin-right: 0;
  margin-left: 0;
}
body .quickod-wrapper button {
  width: auto;
  height: 48px;
  font-family: "Work Sans";
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background-color: #5B2015 !important;
  box-shadow: none !important;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 22px;
}
body .quickod-wrapper button#top-checkout,
body .quickod-wrapper button#checkout-list {
  background-color: #F2E8E6 !important;
  color: #5B2015;
}
body .quickod-wrapper button#clear-list {
  background-color: transparent !important;
  color: #5B2015;
  width: auto;
  padding-right: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTk5OTggNFYxNkgxM1Y0SDAuOTk5OThaTTQuMzMzMzEgMTMuMzMzM0M0LjMzMzMxIDEzLjcwMTMgNC4wMzQ2NSAxNCAzLjY2NjY1IDE0QzMuMjk4NjUgMTQgMi45OTk5OCAxMy43MDEzIDIuOTk5OTggMTMuMzMzM1Y2LjY2NjY3QzIuOTk5OTggNi4yOTg2NyAzLjI5ODY1IDYgMy42NjY2NSA2QzQuMDM0NjUgNiA0LjMzMzMxIDYuMjk4NjcgNC4zMzMzMSA2LjY2NjY3VjEzLjMzMzNaTTcuNjY2NjUgMTMuMzMzM0M3LjY2NjY1IDEzLjcwMTMgNy4zNjc5OCAxNCA2Ljk5OTk4IDE0QzYuNjMxOTggMTQgNi4zMzMzMSAxMy43MDEzIDYuMzMzMzEgMTMuMzMzM1Y2LjY2NjY3QzYuMzMzMzEgNi4yOTg2NyA2LjYzMTk4IDYgNi45OTk5OCA2QzcuMzY3OTggNiA3LjY2NjY1IDYuMjk4NjcgNy42NjY2NSA2LjY2NjY3VjEzLjMzMzNaTTExIDEzLjMzMzNDMTEgMTMuNzAxMyAxMC43MDEzIDE0IDEwLjMzMzMgMTRDOS45NjUzMSAxNCA5LjY2NjY1IDEzLjcwMTMgOS42NjY2NSAxMy4zMzMzVjYuNjY2NjdDOS42NjY2NSA2LjI5ODY3IDkuOTY1MzEgNiAxMC4zMzMzIDZDMTAuNzAxMyA2IDExIDYuMjk4NjcgMTEgNi42NjY2N1YxMy4zMzMzWk0xMy42NjY2IDEuMzMzMzNWMi42NjY2N0gwLjMzMzMxM1YxLjMzMzMzSDQuMTQwNjVDNC43NDA2NSAxLjMzMzMzIDUuMjI3OTggMC42MDA2NjcgNS4yMjc5OCAwSDguNzcxMzFDOC43NzEzMSAwLjYwMDY2NyA5LjI1Nzk4IDEuMzMzMzMgOS44NTg2NSAxLjMzMzMzSDEzLjY2NjZaIiBmaWxsPSIjNUIyMDE1Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: right;
}
body .quickod-wrapper:hover {
  box-shadow: none !important;
}
body .quickod-wrapper button:hover::before {
  opacity: 0;
}
body .quickod-wrapper button:hover {
  opacity: 0.8;
}
.headlist-title {
  color: #5B2015 !important;
  font-family: Work Sans !important;
  box-shadow: none !important;
}
.headlist-title span {
  word-break: break-word;
}
body .addmultiple-title h2 {
  font-family: "Work Sans";
  color: #290E09;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 32px;
  line-height: 40px;
  padding-left: 0;
}
.quickod-productlist .headlist-title {
  padding: 0px;
  background-color: #F2F2F2;
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
}
.quickod-productlist .headlist-title span {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 15px;
}
#title-qty,
.qod-product-item #item-qty {
  width: 14%;
}
#title-subtotal,
.qod-product-item .item-subtotal {
  width: 16%;
}
.product-item-name a {
  color: #000000;
}
.product-item-name a:hover {
  color: #5B2015;
}
body #item-qty #action-qty #sub-qty,
body #item-qty #action-qty #plus-qty {
  background: transparent !important;
  color: #5B2015;
}
#title-product,
.qod-product-item .item-product {
  width: 40%;
}
.qod-product-item .item-sku,
.qod-product-item .item-product {
  padding: 0 15px;
}
.qod-product-item .item-product .name-option {
  padding-left: 10px;
}
.image-product img {
  margin-left: 0;
}
.quickod-main-page .item-instock {
  color: #290E09;
  margin: 0;
  float: none;
  font-size: 12px !important;
  line-height: 16px;
  text-align: center;
}
body #display-qty input {
  border: 1px solid #F2E8E6;
  box-sizing: border-box;
  border-radius: 4px;
  color: #5B2015;
}
body #item-qty #action-qty {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 3px;
}
body #delete-item {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0;
  font-size: 0;
  background: #F2E8E6;
  border-radius: 24px;
}
body #delete-item:after,
body #delete-item:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 6px;
  background: #5B2015;
  width: 12px;
  height: 2px;
}
body #delete-item:after {
  transform: rotate(-45deg);
}
body #delete-item:before {
  transform: rotate(45deg);
}
.quickod-main-page .qod-product-item {
  border-top: 0;
}
.quickod-main-page .qod-product-item:hover {
  background-color: #FFF4F2;
}
body .addcart-checkout-list {
  background: transparent;
  padding-right: 10px;
}
body #qod-page-title {
  font-size: 40px;
  line-height: 48px;
  color: #290E09;
  padding-top: 13px;
  padding-left: 0;
}
body #button-addcart-checkout {
  padding-top: 13px;
}
#mptablecategory-table-view thead tr td,
#mptablecategory-table-view tbody tr td {
  width: 100%;
  max-width: none;
}
#mptablecategory-table-view .add-to-cart-btn {
  margin-left: 0;
}
.product-item-link {
  max-width: 100%;
}
input:not([type="radio"]):not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.checkout-cart-index .control.qty {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .image-product img {
    height: 60px;
  }
  #mptablecategory-table-view thead tr,
  #mptablecategory-table-view tbody tr {
    padding-right: 8px;
    padding-left: 8px;
  }
  #mptablecategory-table-view thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 13%;
  }
  #mptablecategory-table-view thead tr > :nth-child(2),
  #mptablecategory-table-view tbody tr > :nth-child(2) {
    width: 35%;
  }
  #mptablecategory-table-view thead tr > :nth-child(3),
  #mptablecategory-table-view tbody tr > :nth-child(3) {
    width: 15%;
  }
  #mptablecategory-table-view thead tr > :nth-child(4),
  #mptablecategory-table-view tbody tr > :nth-child(4) {
    width: 15%;
    word-break: keep-all;
  }
  #mptablecategory-table-view thead tr > :nth-child(5),
  #mptablecategory-table-view tbody tr > :nth-child(5) {
    width: 22%;
    text-align: center;
  }
  #mptablecategory-table-view .product-item-link,
  #mptablecategory-table-view .mptablecategory-no-options {
    max-width: none;
  }
  #mptablecategory-table-view .add-to-cart-btn {
    min-width: auto;
    width: 100%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 13%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(2),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(2) {
    width: 28%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(4),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(4) {
    width: 11%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(5),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(5) {
    width: 15%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(6),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(6) {
    width: 22%;
    text-align: center;
  }
  .product-image-photo {
    position: relative;
  }
  body:not(.checkout-index-index, .checkout-cart-index).product-image-container {
    width: 100% !important;
  }
  .checkout-index-index .product-image-wrapper.product-image-wrapper {
    overflow: visible;
  }
  .checkout-cart-index .product-image-wrapper.product-image-wrapper {
    overflow: visible;
  }
  body .addcart-checkout-list {
    width: 50%;
    float: right;
    text-align: right;
  }
  body .addmultiple-addlist {
    width: 50%;
    padding-top: 10px;
    float: left;
    text-align: left;
  }
  .checkout-index-index .stock.mp-preorder-stock {
    display: none;
  }
}
@media all and (min-width: 1230px) {
  #mptablecategory-table-view thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 17%;
  }
  #mptablecategory-table-view thead tr > :nth-child(2),
  #mptablecategory-table-view tbody tr > :nth-child(2) {
    width: 40%;
  }
  #mptablecategory-table-view thead tr > :nth-child(3),
  #mptablecategory-table-view tbody tr > :nth-child(3) {
    width: 13%;
  }
  #mptablecategory-table-view thead tr > :nth-child(4),
  #mptablecategory-table-view tbody tr > :nth-child(4) {
    width: 12%;
  }
  #mptablecategory-table-view thead tr > :nth-child(5),
  #mptablecategory-table-view tbody tr > :nth-child(5) {
    width: 18%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 17%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(2),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(2) {
    width: 33%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(4),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(4) {
    width: 10%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(5),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(5) {
    width: 12%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(6),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(6) {
    width: 18%;
  }
}
@media all and (min-width: 992px) {
  #item-qty #action-qty span {
    font-size: 18px;
    line-height: 25px;
  }
  body #item-qty #action-qty #sub-qty,
  body #item-qty #action-qty #plus-qty {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    padding: 0;
    width: 32px;
  }
  body #display-qty input {
    width: 60px;
    height: 48px;
  }
  .image-product img {
    height: 85px;
  }
  .quickod-main-page .item-instock {
    float: left;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .quickod-productlist .headlist-title {
    display: none;
  }
  .quickod-productlist .qod-product-item {
    position: relative;
    padding-top: 50px;
  }
  .quickod-productlist .qod-product-item .item-product,
  .quickod-productlist .qod-product-item .item-sku,
  .quickod-productlist .qod-product-item #item-qty,
  .quickod-productlist .qod-product-item .item-subtotal {
    width: 100%;
  }
  .quickod-productlist .qod-product-item .product-name {
    color: #333;
  }
  .quickod-productlist .qod-product-item .item-instock {
    color: #5b2015;
    margin: auto;
    float: none;
  }
  .quickod-productlist .qod-product-item .item-product {
    display: flex;
    align-items: center;
  }
  .quickod-productlist .qod-product-item .item-product .image-product {
    width: 30%;
  }
  .quickod-productlist .qod-product-item .item-product .name-option {
    width: 70%;
  }
  .quickod-productlist .qod-product-item #item-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  .quickod-productlist .qod-product-item .item-sku {
    padding-left: 10px;
  }
  .quickod-productlist #delete-item,
  .quickod-productlist #item-qty #action-qty #sub-qty,
  .quickod-productlist #item-qty #action-qty #plus-qty {
    padding: 2px 10px 2px 10px;
  }
  .product-image-container {
    margin: 0 auto;
  }
  .product-list-table td.mptablecategory-product-image:before {
    display: none;
  }
  .product-list-table .product-item-photo {
    display: block;
  }
  #mptablecategory-table-view tbody tr td.mptablecategory-add-to-cart-btn {
    margin-bottom: 15px;
  }
  #mptablecategory-table-view tbody tr td {
    font-size: 14px;
  }
  #mptablecategory-table-view tbody tr td.mptablecategory-product-image {
    max-width: 128px;
    margin: 15px auto;
  }
  .product-item {
    margin-bottom: 0;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
}
.item-instock {
  color: #5B2015;
  line-height: normal;
  margin: 10px 0;
}
.add-via-file input[type="file"] {
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-left: 0;
  width: 100%;
  cursor: pointer;
}
body .quickod-wrapper {
  font-family: Work Sans;
}
.add-multiple {
  border-right-color: #5B2015;
}
#instantsearch-area input[type="text"]:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b2015), to(#5b2015)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#5b2015, #5b2015), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#5b2015, #5b2015), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#5b2015, #5b2015), linear-gradient(#D2D2D2, #D2D2D2);
}
.qod-product-item:hover {
  background-color: #5b2015;
  box-shadow: none;
}
.item-insalablestock {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  color: #290E09;
}
.add-multiple textarea:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b2015), to(#5b2015)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
  background-image: -webkit-linear-gradient(#5b2015, #5b2015), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: -o-linear-gradient(#5b2015, #5b2015), -o-linear-gradient(#D2D2D2, #D2D2D2);
  background-image: linear-gradient(#5b2015, #5b2015), linear-gradient(#D2D2D2, #D2D2D2);
}
#display-qty input:focus {
  border-color: #5B2015;
}
.quickod-add-multiple,
.title-button {
  margin-top: 40px;
}
.instantsearch {
  margin-bottom: 35px;
  margin-top: 30px;
}
body .instantsearch,
body .title-button {
  height: auto;
}
#item-qty #action-qty span {
  margin-left: 3px;
}
.instantsearch #instantsearch-area {
  width: 100%;
}
.instantsearch #instantsearch-area input[type="text"] {
  padding-left: 52px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(143, 59, 43, 0.15);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #5B2015;
  font-weight: normal;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yMS4xNzIgMjRMMTMuNzg1IDE2LjYxM0MxMi4zOTcgMTcuNDg3IDEwLjc2MSAxOCA5IDE4QzQuMDI5IDE4IDAgMTMuOTcxIDAgOUMwIDQuMDI5IDQuMDI5IDAgOSAwQzEzLjk3MSAwIDE4IDQuMDI5IDE4IDlDMTggMTAuNzYxIDE3LjQ4NiAxMi4zOTggMTYuNjEzIDEzLjc4NUwyNCAyMS4xNzJMMjEuMTcyIDI0Wk05IDE2QzEyLjg1OSAxNiAxNiAxMi44NiAxNiA5QzE2IDUuMTQgMTIuODU5IDIgOSAyQzUuMTQxIDIgMiA1LjE0IDIgOUMyIDEyLjg2IDUuMTQxIDE2IDkgMTZaIiBmaWxsPSIjRTZEMkNGIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 16px;
  border: 1px solid #5B2015;
  max-width: 570px;
}
.instantsearch #instantsearch-area input[type="text"]:focus {
  background-color: #FFF4F2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yMS4xNzIgMjRMMTMuNzg1IDE2LjYxM0MxMi4zOTcgMTcuNDg3IDEwLjc2MSAxOCA5IDE4QzQuMDI5IDE4IDAgMTMuOTcxIDAgOUMwIDQuMDI5IDQuMDI5IDAgOSAwQzEzLjk3MSAwIDE4IDQuMDI5IDE4IDlDMTggMTAuNzYxIDE3LjQ4NiAxMi4zOTggMTYuNjEzIDEzLjc4NUwyNCAyMS4xNzJMMjEuMTcyIDI0Wk05IDE2QzEyLjg1OSAxNiAxNiAxMi44NiAxNiA5QzE2IDUuMTQgMTIuODU5IDIgOSAyQzUuMTQxIDIgMiA1LjE0IDIgOUMyIDEyLjg2IDUuMTQxIDE2IDkgMTZaIiBmaWxsPSIjRTZEMkNGIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 25px;
  border-color: #5B2015;
}
.instantsearch #instantsearch-area input[type="text"]::placeholder {
  color: #5B2015;
}
body #add-skus,
body #add-files {
  font-weight: 500;
  line-height: 24px;
  color: #290E09;
  margin-bottom: 13px;
}
.quickod-main-page .add-multiple {
  padding-left: 0;
  border: none;
  width: 49% !important;
  margin-top: 25px;
}
.quickod-main-page .add-multiple textarea {
  width: 100%;
  height: 188px;
  background: #fff;
  border: 1px solid #5B2015;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 4px rgba(143, 59, 43, 0.05);
  border-radius: 4px;
  padding-left: 20px;
  padding-top: 24px;
  font-size: 16px;
  line-height: 19px;
  color: #5B2015;
  margin-bottom: 14px;
  order: 2;
}
.quickod-main-page .add-multiple textarea::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #5B2015;
}
.quickod-main-page .add-multiple textarea:focus {
  background: #FFF4F2;
}
.addlist-box {
  text-align: right;
  margin-bottom: 29px;
}
body #downloadcsvfile {
  text-align: right;
}
body #downloadcsvfile a {
  font-size: 16px;
  line-height: 19px;
  font-family: Work Sans;
  padding-right: 20px;
  color: #5B2015;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjY2NjcgNy44MzMzM0gxMkw2IDE0LjVMMCA3LjgzMzMzSDMuMzMzMzNWMC41SDguNjY2NjdWNy44MzMzM1pNMTAuNjY2NyAxMy4xNjY3VjE1LjE2NjdIMS4zMzMzM1YxMy4xNjY3SDBWMTYuNUgxMlYxMy4xNjY3SDEwLjY2NjdaIiBmaWxsPSIjNUIyMDE1Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: right;
}
.addmultiple-format {
  padding: 24px 20px;
  background: #F2F2F2;
  border-radius: 4px;
}
.addmultiple-format .add-multiple p {
  font-size: 16px !important;
  line-height: 24px;
  color: #807573;
}
body .add-via-file {
  width: 51%;
  padding-left: 32px;
  margin-top: 25px;
}
.addfiles-block {
  padding-top: 51px;
  padding-bottom: 51px;
  margin-bottom: 24px;
  border: 2px dashed #F2E8E6;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
}
.addfiles-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #5B2015;
}
.addfiles-text span {
  font-weight: 600;
}
.addfiles-choose {
  position: relative;
}
body .autocomplete-selected {
  background-color: #FFF4F2;
}
#file-message,
#bulkadd-message,
#bulkadd-complete,
#qty-message,
#addcart-message,
#bundle-message,
#product-message,
#error-message,
#error-customoption {
  position: relative;
  padding: 12px 20px;
  box-shadow: inset 0px 0px 4px rgba(143, 59, 43, 0.05);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #FF5233;
}
#file-message:before,
#bulkadd-message:before,
#bulkadd-complete:before,
#qty-message:before,
#addcart-message:before,
#bundle-message:before,
#product-message:before,
#error-message:before,
#error-customoption:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
#file-message,
#bulkadd-message,
#qty-message,
#addcart-message,
#bundle-message,
#product-message,
#error-message,
#error-customoption {
  background: #FFE9E6;
}
#file-message:before,
#bulkadd-message:before,
#qty-message:before,
#addcart-message:before,
#bundle-message:before,
#product-message:before,
#error-message:before,
#error-customoption:before {
  background: #FF5233;
}
body #file-message {
  margin-left: 0;
}
#bulkadd-complet {
  background: #51B324;
}
#bulkadd-complet:before {
  background: #51B324;
}
#qty-message {
  margin-left: 0;
  margin-bottom: 10px;
}
.header-top-inner .header-top-row .top-link-wrap .top-links:first-child {
  margin-right: auto;
}
.header-top-inner .header-top-row .top-link-wrap .top-links:nth-child(2) {
  display: none;
}
.checkout-cart-index .product-item-photo .product-image-container {
  display: block;
}
/* media */
@media all and (min-width: 1200px) {
  .modal-popup .modal-inner-wrap {
    max-width: 850px;
  }
}
@media all and (max-width: 1200px) {
  .add-to-cart-btn {
    padding-left: 9px;
    padding-right: 9px;
    min-width: 60px;
  }
  .pc-sub {
    max-width: 25px;
  }
  .pc-add {
    max-width: 25px;
  }
  .pc-counter {
    max-width: 35px;
  }
}
@media screen and (min-width: 768px) {
  .product-list-table tr:hover {
    background-color: #b2aeaa 12;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .product-list-table td {
    display: table-cell;
    padding: 14px 8px;
  }
  .product-list-table td:before {
    display: none;
  }
  .product-list-table th {
    display: table-cell;
    padding: 14px 8px;
  }
}
@media screen and (max-width: 992px) {
  #mptablecategory-table-view tbody tr:first-child {
    border-top: none;
  }
  .product-count {
    display: inline-block;
    max-width: 120px;
    width: 100%;
  }
  .tooltip-product-title {
    display: inline-block;
    max-width: 50%;
  }
  .products-table .product-item-link {
    display: inline-block;
    max-width: 50%;
    vertical-align: middle;
  }
  .mptablecategory-no-options {
    display: inline-block;
    max-width: 50%;
  }
  .price-box {
    display: inline-block;
    max-width: 50%;
  }
  .tooltip:before {
    max-width: 100%;
    white-space: break-spaces;
  }
  .heading {
    font-size: 18px;
  }
  .mp-notice-messages td:before {
    display: none;
  }
  .add-to-cart-btn {
    min-width: 80px;
    margin-left: 5px;
    width: inherit;
  }
  .tocart-form {
    display: inline-block;
  }
  .mptablecategory-product-stock .stock {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .modal-popup.modal-slide {
    left: 0px;
  }
  body .suggestion-left {
    width: 27%;
  }
  body .suggestion-right {
    width: 73%;
  }
  body .image-product img {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .product-list {
    border-top-width: 1px;
  }
  body .quickod-wrapper #button-addcart-checkout button {
    margin-right: 0;
    margin-left: 0;
  }
  body .quickod-wrapper button {
    width: 135px;
  }
}
@media screen and (max-width: 526px) {
  .quickod-main-page .add-multiple {
    width: 100% !important;
  }
  body .add-via-file {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  body .qod-product-item .item-product .image-product {
    width: 33%;
  }
}
.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
.no-scroll body {
  overflow: auto;
  height: 100%;
  position: relative;
}
.cms-page-view .page-main h1,
.cms-page-view .page-main .page-title .base {
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 40px;
  margin-top: 64px;
  letter-spacing: 0em;
  text-align: left;
  color: #3B1217;
}
.cms-page-view .page-main h2 {
  font-family: 'Lato', sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  margin-bottom: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #3B1217;
}
.cms-page-view .page-main h3 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 120%;
  color: #3B1217;
}
.cms-page-view .page-main p,
.cms-page-view .page-main span {
  font-family: Work Sans;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  color: #290E09;
}
.cms-page-view .page-main p {
  margin-bottom: 3rem;
}
.cms-page-view .page-main .block {
  margin-bottom: 64px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .cms-page-view .page-main .container {
    max-width: initial;
  }
}
.cms-index-index .page-main .slider-block,
.cms-home-int .page-main .slider-block {
  margin-bottom: 30px;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item {
  display: flex;
  flex: 1;
  min-height: 165px;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .banner-item,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .banner-item {
  width: 100%;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image {
  height: 100%;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title {
  order: 2;
  width: 100%;
  bottom: 0;
  padding: 0 15px;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title span,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title span {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  color: inherit;
  white-space: nowrap;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .img-responsive,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .img-responsive {
  order: 1;
  max-width: 168px;
  margin: 0 auto;
}
.cms-index-index .page-main .slider-block .carousel-container.medium .owl-image,
.cms-home-int .page-main .slider-block .carousel-container.medium .owl-image {
  position: relative;
  display: block;
}
.cms-index-index .page-main .slider-block .carousel-container.medium .banner-title,
.cms-home-int .page-main .slider-block .carousel-container.medium .banner-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px;
  text-align: center;
  background: rgba(255, 230, 0, 0.9);
  color: #3B1217;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-stage-outer,
.cms-home-int .page-main .slider-block .carousel-container .owl-stage-outer {
  width: 100.3%;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-stage-outer .banner-item,
.cms-home-int .page-main .slider-block .carousel-container .owl-stage-outer .banner-item {
  border: 1px solid #BFBFBF;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-image:hover,
.cms-home-int .page-main .slider-block .carousel-container .owl-image:hover {
  color: unset;
}
@media (min-width: 1230px) {
  .cms-index-index .page-main .slider-block .carousel-container.small .owl-stage,
  .cms-home-int .page-main .slider-block .carousel-container.small .owl-stage {
    display: flex;
  }
  .cms-index-index .page-main .slider-block .carousel-container.small .owl-stage .owl-item,
  .cms-home-int .page-main .slider-block .carousel-container.small .owl-stage .owl-item {
    max-width: 166px !important;
    width: 166px !important;
    height: 165px;
    margin-left: 2.1px;
  }
  .cms-index-index .page-main .slider-block .carousel-container.medium .owl-stage,
  .cms-home-int .page-main .slider-block .carousel-container.medium .owl-stage {
    display: flex;
  }
  .cms-index-index .page-main .slider-block .carousel-container.medium .owl-stage .owl-item,
  .cms-home-int .page-main .slider-block .carousel-container.medium .owl-stage .owl-item {
    min-width: 268px !important;
    width: 268px !important;
    margin-left: 2px;
  }
}
.cms-index-index .page-main .heading-title,
.cms-home-int .page-main .heading-title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #3B1217;
}
.cms-meist .block.text div {
  display: flex;
}
.cms-meist .block.text div p {
  flex: 1;
}
.cms-meist .block.text div p:first-child {
  margin-right: 3%;
}
@media (max-width: 768px) {
  .cms-meist .block.text div {
    flex-direction: column;
  }
  .cms-meist .block.text p:first-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-meist .top-info {
    margin-top: 0 !important;
  }
  .cms-meist .top-info img {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .cms-meist .top-info .top-info-content {
    float: left;
    width: 100%;
  }
}
.cms-meist .slider-container {
  margin: 0 auto;
}
.cms-meist .slider-container .cSlider--single {
  overflow: hidden;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  opacity: 0;
}
.cms-meist .slider-container .cSlider--single > div:nth-child(1n + 2) {
  display: none;
}
.cms-meist .slider-container .cSlider--single.slick-initialized > div:nth-child(1n + 2) {
  display: block;
}
.cms-meist .slider-container .cSlider--single .slick-list {
  padding-bottom: 20px;
  height: auto !important;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out width 1s;
  padding: 24px;
  margin: 0.5rem;
  background-color: white;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper {
  min-width: 270px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 24px;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper img {
  width: 100%;
}
.cms-meist .slider-container .cSlider--single .slick-current + .slick-slide:not(.slick-current) {
  z-index: 999;
}
.cms-meist .slider-container .cSlider--single .slick-slide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 600px;
}
.cms-meist .slider-container .cSlider--single .slick-slide.slick-center {
  opacity: 1 !important;
}
.cms-meist .slider-container .cSlider--single .slick-slide.slick-center .img-wrapper {
  opacity: 1 !important;
}
.cms-meist .slider-container .cSlider--single .slick-slide.prev,
.cms-meist .slider-container .cSlider--single .slick-slide.next {
  opacity: 1;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.02));
}
.cms-meist .slider-container .cSlider--single .slick-slide.prev .img-wrapper,
.cms-meist .slider-container .cSlider--single .slick-slide.next .img-wrapper {
  opacity: 0.2;
  transition: all 0.1s cubic-bezier(0, 0.22, 0.29, 1);
}
.cms-meist .slider-container .cSlider--single .slick-slide.prev:before,
.cms-meist .slider-container .cSlider--single .slick-slide.next:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 260px;
  z-index: 100;
}
.cms-meist .slider-container .cSlider--single .mass-visible {
  transition: all 0.1s cubic-bezier(0, 0.22, 0.29, 1);
  opacity: 0.1;
}
.cms-meist .slider-container .cSlider--single .slick-current {
  opacity: 1;
  position: relative;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
}
.cms-meist .slider-container .cSlider--single .slick-current .content span {
  opacity: 1;
}
.cms-meist .slider-container .cSlider--single .slick-current .pointer {
  visibility: visible;
}
.cms-meist .slider-container .cSlider--single .pointer {
  width: 45px;
  height: 100px;
  position: absolute;
  bottom: -100px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  visibility: visible;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -20px 10px -17px rgba(0, 0, 0, 0.5);
}
.cms-meist .slider-container .cSlider--single .pointer:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #fff f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 86px;
  left: 7px;
}
.cms-meist .slider-container .cSlider--single .arrow {
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
  width: 24%;
  height: 265px;
  cursor: pointer;
}
.cms-meist .slider-container .cSlider--single .arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.cms-meist .slider-container .cSlider--single .arrow.arrow-left {
  left: 0;
  background-position: 13% 50%;
  background-image: url(../images/arrow-left.png);
}
.cms-meist .slider-container .cSlider--single .arrow.arrow-right {
  right: 0;
  background-position: 90% 50%;
  background-image: url(../images/arrow-right.png);
}
.cms-meist .slider-container .cSlider--nav {
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 32px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.cms-meist .slider-container .cSlider--nav .slick-list {
  -webkit-mask-image: linear-gradient(to right, #000000 80%, rgba(0, 0, 0, 0));
  padding: 0px 50px;
}
.cms-meist .slider-container .cSlider--nav .slick-track {
  display: flex;
  min-width: 10000px;
}
.cms-meist .slider-container .cSlider--nav .slick-slide {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  height: 66px !important;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div span {
  font-size: 2.4rem;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div > span {
  background: #FFF7B3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 100;
  text-align: center;
  overflow: visible;
  margin: 0 auto;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div > span:before {
  content: "";
  margin-left: -100%;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div > span:after {
  content: "";
  margin-right: -100%;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div:before,
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div:after {
  background-image: url(../images/line-current.png);
}
.cms-meist .slider-container .cSlider--nav .slick-slide:before,
.cms-meist .slider-container .cSlider--nav .slick-slide:after {
  content: "";
  background-image: url(../images/line.png);
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 50%;
  text-align: center;
}
.cms-meist .slider-container .cSlider--nav .slick-slide:before {
  bottom: -4px;
}
.cms-meist .slider-container .cSlider--nav .slick-slide:after {
  top: -4px;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span {
  text-align: center;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span .first-year:after {
  content: '-';
}
.cms-meist .slider-container .cSlider--nav div {
  position: relative;
  text-align: center;
  margin: 0 !important;
  padding: 4px 0;
}
.cms-meist .slider-container .cSlider--nav div span {
  font-size: 16px;
  color: #290E09;
}
.slick-slide.is-active .cms-meist .slider-container .cSlider--nav div {
  color: #c00;
  background-color: #fff;
}
.cms-meist .slider-container .slick-slide {
  outline: 0;
  z-index: 995;
}
.cms-meist .slider-container .slick-center .content {
  transform: none !important;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .cms-meist .slider-container h2 {
    margin-bottom: 5px;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content {
    transform: scale(0.8);
  }
  .cms-meist .slider-container .cSlider--single .slick-slide {
    margin: 0 -165px;
  }
  .cms-meist .slider-container .cSlider--single .slick-list {
    margin: 0 -165px;
    padding: 35px 50px 35px !important;
  }
}
@media (min-width: 1200px) {
  .cms-meist .slider-container .cSlider--single .slick-slide .content {
    transform: scale(0.8);
  }
  .cms-meist .slider-container .cSlider--single .slick-slide {
    margin: 0px -257px;
    width: 780px;
  }
  .cms-meist .slider-container .cSlider--single .slick-list {
    margin: 0px -257px;
    padding: 35px 50px 35px !important;
  }
}
@media (max-width: 1024px) {
  .cms-meist .slider-container .cSlider--single {
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
    overflow: visible;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide {
    filter: none !important;
  }
  .cms-meist .slider-container .cSlider--single .arrow {
    top: -6%;
    transform: scale(0.6);
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-right {
    right: -45px;
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-left {
    left: -45px;
    background-position: 10% 50%;
  }
}
@media (max-width: 640px) {
  .cms-meist .slider-container .cSlider--single .slick-slide {
    opacity: 1 !important;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content {
    flex-direction: column;
    opacity: 1;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper {
    margin: 0;
    opacity: 1;
    width: auto;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content span {
    opacity: 1;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content .pointer:after {
    left: 9px;
  }
  .cms-meist .slider-container .cSlider--single .arrow {
    top: 6%;
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-right {
    right: -25px;
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-left {
    left: -25px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.slick-current span {
    font-size: 20px;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year > div {
    max-width: 61px !important;
    margin: 0 auto !important;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year.slick-current div span {
    font-size: 19px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year.slick-current div > span {
    padding: 8px 2px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span {
    line-height: 12px;
    padding: 8px 11px;
    word-break: break-word;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span:before {
    margin-left: 0;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span:after {
    margin-right: 0;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span > .first-year {
    height: auto;
    line-height: 12px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span > .first-year:after {
    content: '-';
    position: relative;
    bottom: 1px;
    left: 1px;
  }
}
@media (min-width: 480px) {
  .cms-meist .slider-container .cSlider--nav .slick-slide.slick-current.long-year span {
    width: 61px;
  }
}
.cms-meist .slider-container .slick-initialized {
  opacity: 1;
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}
.cms-meist .widget.block {
  margin-bottom: 0;
  margin-top: 0;
}
.block.team .team-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block.team .team-grid .team-member {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  margin-bottom: 40px;
  max-width: 269px;
}
.block.team .team-grid .team-member:nth-child(4n+4) {
  margin-right: 0;
}
.block.team .team-grid .team-member .content {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  justify-content: space-between;
}
.block.team .team-grid .team-member .content .head {
  margin-bottom: 16px;
}
.block.team .team-grid .team-member .content .head .name {
  display: block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  color: #3B1217;
  margin: 24px 0 4px;
}
.block.team .team-grid .team-member .content .head .position {
  max-width: 200px;
}
.block.team .team-grid .team-member .content .details .phone,
.block.team .team-grid .team-member .content .details .mail,
.block.team .team-grid .team-member .content .details .skype {
  display: block;
  margin-bottom: 4px;
}
.block.team .team-grid .team-member .content .details .phone:before,
.block.team .team-grid .team-member .content .details .mail:before,
.block.team .team-grid .team-member .content .details .skype:before {
  content: "";
  width: 16px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
}
.block.team .team-grid .team-member .content .details .phone:before {
  height: 16px;
  background: url(../images/phone-icon.png) no-repeat;
  left: 2px;
}
.block.team .team-grid .team-member .content .details .mail:before {
  height: 12px;
  background: url(../images/mail-icon.png) no-repeat;
}
.block.team .team-grid .team-member .content .details .skype:before {
  height: 16px;
  background: url(../images/skype-icon.png) no-repeat;
}
@media (max-width: 1230px) {
  .block.team .team-grid {
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .block.team .team-grid .team-member {
    width: 50%;
  }
  .block.team .team-grid .team-member:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  .block.team .team-grid .team-member {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .block.team .team-grid .team-member {
    width: 100%;
    margin-right: 0;
  }
}
.contacts-block h1.title {
  margin-top: 64px;
}
.contacts-block .contact-container {
  display: flex;
  margin-bottom: 68px;
  justify-content: space-between;
}
.contacts-block .contact-container .col-left {
  width: 30%;
}
.contacts-block .contact-container .col-left .contacts > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.contacts-block .contact-container .col-left .contacts > div h3 {
  margin-bottom: 16px;
}
.contacts-block .contact-container .col-left .contacts > div span {
  margin-bottom: 4px;
}
.contacts-block .contact-container .col-left .contacts > div span.clock-icon:before,
.contacts-block .contact-container .col-left .contacts > div span.phone-icon:before,
.contacts-block .contact-container .col-left .contacts > div span.mail-icon:before,
.contacts-block .contact-container .col-left .contacts > div span.map-icon:before {
  content: "";
  width: 16px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  height: 16px;
  left: 2px;
}
.contacts-block .contact-container .col-left .contacts > div span.clock-icon:before {
  background: url(../images/clock-icon.png) no-repeat;
}
.contacts-block .contact-container .col-left .contacts > div span.phone-icon:before {
  background: url(../images/phone-icon.png) no-repeat;
  left: 4px;
}
.contacts-block .contact-container .col-left .contacts > div span.mail-icon:before {
  background: url(../images/mail-icon.png) no-repeat;
  height: 12px;
}
.contacts-block .contact-container .col-left .contacts > div span.map-icon:before {
  background: url(../images/map-icon.png) no-repeat;
}
.contacts-block .contact-container .col-left .contacts .address span:nth-child(n + 3) {
  margin-left: 28px;
}
.contacts-block .contact-container .col-right {
  width: 66%;
}
.contacts-block .contact-container .col-right #map-search-input {
  top: 20px !important;
  position: absolute;
  padding: 12px;
  max-width: 320px;
  width: 50%;
  max-height: 32px;
  font-size: 14px;
  border-radius: 5px;
}
.contacts-block .contact-container .col-right #map-search-input.hidden {
  opacity: 0;
}
.contacts-block .contact-container .col-right #toggle-search {
  display: block;
  position: absolute;
  right: 15px !important;
  top: 20px !important;
  width: 32px;
  border-radius: 5px;
  height: 32px;
  background: #FFFFFF;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
.contacts-block .contact-container .col-right #toggle-search:after {
  content: '';
  display: block;
  background: url(../images/search-map-icon.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 16px 16px;
}
.contacts-block .contact-container .col-right #location-button {
  z-index: 0;
  position: absolute;
  right: 15px !important;
  top: 127px;
  width: 32px;
  height: 32px;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid #d8d8d8;
  background: #FFFFFF;
  cursor: pointer;
}
.contacts-block .contact-container .col-right #location-button:after {
  content: '';
  display: block;
  background: url(../images/location-map-icon.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 10px 12px;
}
.contacts-block .contact-container .col-right #map {
  height: 450px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control {
  top: 52px !important;
  right: 37px !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div {
  width: 32px !important;
  height: 65px !important;
  border-radius: 5px 5px 0 0 !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div > div {
  width: 32px !important;
  margin: 0 !important;
  background-color: #D8D8D8 !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button {
  width: 32px !important;
  height: 32px !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:first-child:after,
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:last-child:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:first-child:after {
  background: url(../images/plus-map-icon.png) no-repeat center;
  background-size: 10px 10px;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:last-child:after {
  background: url(../images/minus-map-icon.png) no-repeat center;
  background-size: 10px 2px;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control img {
  display: none !important;
}
.contacts-block .contact-container .col-right #map.initialized {
  opacity: 1;
}
.contacts-block .contact-container .col-right #map.initialized #toggle-search {
  opacity: 1;
}
@media (max-width: 640px) {
  .contacts-block .contact-container {
    display: flex;
    margin-bottom: 68px;
    justify-content: space-between;
    flex-direction: column;
  }
  .contacts-block .contact-container .col-left {
    width: 100%;
  }
  .contacts-block .contact-container .col-left .contacts {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: space-evenly;
  }
  .contacts-block .contact-container .col-left .contacts > div {
    flex-direction: column;
    margin: 20px;
  }
  .contacts-block .contact-container .col-right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contacts-block .contact-container .contacts > div {
    width: 100%;
  }
}
.cms-tule-partneriks .partnership-container {
  display: flex;
  margin-bottom: 64px;
}
.cms-tule-partneriks .partnership-container > div {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 30px;
  border: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cms-tule-partneriks .partnership-container > div .head {
  text-align: center;
  background: #F2F2F2;
  height: 272px;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  justify-content: center;
}
.cms-tule-partneriks .partnership-container > div .head .title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 4rem;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.cms-tule-partneriks .partnership-container > div .head .title:before {
  content: '';
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
}
.cms-tule-partneriks .partnership-container > div .head .comment {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  display: block;
  max-width: 224px;
  margin: 0 auto;
}
.cms-tule-partneriks .partnership-container > div ul {
  padding: 0;
  flex-grow: 1;
}
.cms-tule-partneriks .partnership-container > div ul li {
  padding: 5px;
  padding: 12px 32px;
  list-style: none;
  border-bottom: 1px solid #EDEDED;
}
.cms-tule-partneriks .partnership-container > div ul li:last-child {
  border-bottom: 0;
}
.cms-tule-partneriks .partnership-container > div button {
  border: none;
  background-color: #ffffff;
  padding: 12px 20px;
  font-weight: 600;
  margin: 30px auto;
  color: #5B2015;
  background: #F2E8E6;
  border-radius: 4px;
}
.cms-tule-partneriks .partnership-container > div button:hover {
  color: #F2E8E6;
  background: #5B2015;
}
.cms-tule-partneriks .partnership-container > div:last-child {
  margin-right: 0;
}
.cms-tule-partneriks .partnership-container .stores .title:before {
  background: url(../images/eshop-icon.png);
}
.cms-tule-partneriks .partnership-container .clients .title:before {
  background: url(../images/businessman-icon.png);
}
.cms-tule-partneriks .partnership-container .distributors .title:before {
  background: url(../images/reseller-icon.png);
}
@media (max-width: 991px) {
  .cms-tule-partneriks .partnership-container {
    flex-wrap: wrap;
  }
  .cms-tule-partneriks .partnership-container > div {
    flex-grow: initial;
    flex-basis: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.cms-kataloogid-ja-referentsid .block.catalog {
  margin-bottom: 34px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item {
  margin-bottom: 30px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item img {
  max-width: 100%;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .open-pdf,
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  font-weight: 600;
  color: #5B2015;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding-top: 10px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after,
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 19px;
  height: 19px;
  top: 4.5px;
  position: relative;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after {
  background: url(../images/eye-icon.png) no-repeat center;
  margin-right: 16px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  padding-right: 19px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  background: url(../images/download-icon.png) no-repeat center;
  margin-right: -22px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: auto;
  background: #525659;
  z-index: 9999;
  display: none;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
  top: 20px;
  right: 40px;
  position: fixed;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas {
  display: block;
  margin: 20px auto;
  width: 100%;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:first-child {
  margin-top: 0;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:last-child {
  margin-bottom: 0;
}
.cms-kataloogid-ja-referentsid .block.references {
  margin-top: 34px;
}
.cms-kataloogid-ja-referentsid .block.references > p {
  margin-bottom: 40px;
  max-width: 566px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference {
  margin-bottom: 40px;
  cursor: pointer;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .img-wrapper {
  position: relative;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .img-wrapper img {
  max-width: 100%;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .img-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  background: url(../images/reference-icon.png) no-repeat;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference > .title {
  margin-top: 16px;
  display: block;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #290E09;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup {
  height: 100%;
  width: 100%;
  position: fixed;
  visibility: hidden;
  pointer-events: auto;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-x: hidden;
  cursor: auto;
  background: #3B1217;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
  padding: 2%;
  position: relative;
  height: 100%;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition: all 2s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  -webkit-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .background-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3B1217;
  opacity: 0.8;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .background-image.mobile {
  display: none;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content {
  display: block;
  max-width: 1275px;
  margin: 0 auto;
  padding: 5% 2%;
  position: relative;
  z-index: 9999;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left {
  display: inline-block;
  width: 29%;
  margin-right: 2%;
  vertical-align: top;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left h1 {
  color: #FFFFFF;
  margin-top: 0;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .description {
  line-height: 24px;
  color: #FFFFFF;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .description span {
  color: white;
  white-space: nowrap;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products {
  margin-top: 40px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products > span {
  color: #fff f;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products .item {
  background: #fff f;
  margin-bottom: 8px;
  display: flex;
  padding: 4px 12px;
  border-radius: 4px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products .item span {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products .item img {
  margin-right: 12px;
  height: 65px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right {
  display: inline-block;
  position: relative;
  width: 68%;
  max-width: 769px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery {
  min-width: 500px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery li {
  margin-right: 12px !important;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .arrow {
  width: 32px;
  height: 48px;
  display: block;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .arrow-left {
  background-image: url(../images/arrow-left-white.png);
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .arrow-right {
  background-image: url(../images/arrow-right-white.png);
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSSlideWrapper {
  max-width: 769px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev,
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSNext {
  opacity: 1;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev.inactive,
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSNext.inactive {
  opacity: 0.3;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li.active,
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  border: 2px solid #FFE600;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.open {
  visibility: visible;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.open .background-image {
  opacity: 1;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.initialized {
  display: none;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.initialized.open {
  display: block;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup a {
  transition: none;
}
.cms-kataloogid-ja-referentsid .close-button {
  position: absolute;
  cursor: pointer;
  top: -100px;
  right: 0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #F2E8E6;
}
.cms-kataloogid-ja-referentsid .close-button span {
  background: url(../images/close-button.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 5%;
  }
}
@media (min-width: 1400px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left {
    width: 31%;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left .description {
    max-width: 371px;
  }
}
@media (max-width: 1229px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid,
  .cms-kataloogid-ja-referentsid .block.catalog .catalog-grid {
    justify-content: space-evenly;
  }
}
@media (max-width: 1200px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 7%;
  }
}
@media (max-width: 1024px) {
  .cms-kataloogid-ja-referentsid .catalog-grid .catalog-pdf-popup .close-button {
    opacity: 0.8;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 0;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.desktop {
    display: none;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.mobile {
    display: block;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content {
    padding: 5%;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 40px;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left .title {
    margin-top: 65px;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .right {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .cms-kataloogid-ja-referentsid .close-button {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 355px;
  }
}
@media (max-width: 480px) {
  .cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item {
    padding: 0 15px;
  }
  .cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
    top: 5px;
    right: 5px;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 270px;
  }
}
.lease-calculator {
  margin-top: 20px;
  max-width: 600px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  padding-right: 0;
  border-radius: 5px;
}
.lease-calculator .row {
  margin-left: 0;
  margin-right: 0;
}
.lease-calculator .row .col-left {
  padding-right: 50px;
  max-width: 350px;
  border-right: 1px solid #e1e1e1;
}
.lease-calculator .row .col-left .lease-providers {
  margin-bottom: 10px;
}
.lease-calculator .row .col-left .lease-providers label {
  margin-right: 15px;
  display: inline-flex;
}
.lease-calculator .row .col-left .lease-providers label span {
  bottom: 4px;
  position: relative;
}
.lease-calculator .row .col-left .lease-providers label input {
  margin-right: 12px;
  flex-shrink: 0;
}
.lease-calculator .row .col-left .options .period,
.lease-calculator .row .col-left .options .percentage {
  display: inline-block;
}
.lease-calculator .row .col-left .options .period {
  margin-right: 15px;
}
.lease-calculator .row .col-left .options label {
  display: block;
}
.lease-calculator .row .col-right {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lease-calculator .row .col-right .total {
  text-align: center;
}
.lease-calculator .row .col-right .total .label {
  display: block;
  font-weight: 300;
  font-size: 20px;
}
.lease-calculator .row .col-right .total .price {
  font-size: 44px;
}
.lease-calculator .row:first-child {
  margin-bottom: 15px;
}
.lease-calculator .slice-payment {
  margin-top: 10px;
  display: none;
  flex-direction: row;
}
.lease-calculator .slice-payment .heading {
  margin-top: 10px;
}
.lease-calculator .slice-payment .heading h3 {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 0;
  border-bottom: 1px solid black;
  display: inline;
  padding-bottom: 3px;
}
.lease-calculator .slice-payment .heading span {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.lease-calculator .slice-payment .slice-info {
  display: flex;
}
.lease-calculator .slice-payment .left {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-right: 15px;
  justify-content: center;
}
.lease-calculator .slice-payment .left .boxes {
  display: flex;
  justify-content: normal;
  margin-top: 0px;
  margin-left: -5px;
  margin-right: -5px;
}
.lease-calculator .slice-payment .left .boxes .box {
  display: flex;
  flex-direction: column;
  padding: 5px;
  border: 1px solid;
  margin: 5px;
  flex: 1;
}
.lease-calculator .slice-payment .left .boxes .box span {
  text-align: center;
  font-size: 10px;
}
.lease-calculator .slice-payment .left .boxes .box span.part {
  font-size: 18px;
  font-weight: bold;
}
.lease-calculator .slice-payment .right {
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lease-calculator {
    padding-right: 20px;
  }
  .lease-calculator .row .col-left {
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-right: 0;
    border-bottom: 1px solid #e1e1e1;
    border-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .lease-calculator .row .col-left .options .period,
  .lease-calculator .row .col-left .options .percentage {
    margin-bottom: 15px;
  }
  .lease-calculator .slice-payment {
    margin-top: -10px;
  }
  .lease-calculator .slice-payment .heading {
    margin-top: 24px;
    text-align: center;
  }
  .lease-calculator .slice-payment .slice-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lease-calculator .slice-payment .left {
    width: 100%;
    max-width: 200px;
    margin-right: 0px;
  }
  .lease-calculator .slice-payment .right {
    justify-content: center;
  }
}
/*Catregoy Page*/
.container {
  max-width: 1200px;
}
body {
  font-family: Lato;
}
.catalog-product-view .product-info-main .product.pricing {
  color: #f36c21;
  margin-top: -40px;
}
.catalog-product-view .product-info-main .product.pricing.has-arrival-info {
  margin-top: -80px;
  margin-bottom: 45px;
}
.page-header {
  background: #ffffff;
  color: #222222;
  margin: 0 0 18px 0;
}
.page-header .top-search-wrap.mfp-with-anim {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-header .top-search-wrap.mfp-with-anim #search_mini_form {
  width: 400px;
  float: left;
  position: relative;
}
.page-header .top-search-wrap.mfp-with-anim .block-search input {
  background: #E6E6E5;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  padding: 0 10px;
  height: 35px;
}
.page-header .top-search-wrap.mfp-with-anim .block-search .action.search {
  width: 45px;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOCAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI0NDEgMTEuOTIxTDI2LjgwMDEgMjcuNDc4IiBzdHJva2U9IiM4MDgwODAiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTguMzEzOSAxOC45OTJDMjIuMjE4OSAxNS4wODcgMjIuMjE4OSA4Ljc1NDk1IDE4LjMxMzkgNC44NDk5NUMxNC40MDk5IDAuOTQ0OTU0IDguMDc3OTEgMC45NDQ5NTQgNC4xNzE5MSA0Ljg0OTk1QzAuMjY2OTE0IDguNzU0OTUgMC4yNjY5MTQgMTUuMDg3IDQuMTcxOTEgMTguOTkyQzguMDc3OTEgMjIuODk4IDE0LjQwOTkgMjIuODk4IDE4LjMxMzkgMTguOTkyWiIgZmlsbD0iI0U2RTZFNSIvPgo8cGF0aCBkPSJNMTEuMjQ0MSAyMS45MjFDMTYuNzY3IDIxLjkyMSAyMS4yNDQxIDE3LjQ0MzggMjEuMjQ0MSAxMS45MjFDMjEuMjQ0MSA2LjM5ODExIDE2Ljc2NyAxLjkyMDk2IDExLjI0NDEgMS45MjA5NkM1LjcyMTI5IDEuOTIwOTYgMS4yNDQxNCA2LjM5ODExIDEuMjQ0MTQgMTEuOTIxQzEuMjQ0MTQgMTcuNDQzOCA1LjcyMTI5IDIxLjkyMSAxMS4yNDQxIDIxLjkyMVoiIHN0cm9rZT0iIzgwODA4MCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg==) no-repeat center;
}
.page-header .top-search-wrap.mfp-with-anim .block-search .action.search span {
  display: none;
}
.page-header .header-main-content .top-social-links {
  float: none;
  margin: 13px 0 0 23px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .header-main-content .top-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.page-header .header-main-content .top-social-links ul li {
  float: left;
  margin: 0 7px 0 0;
  padding: 0px;
}
.page-header .header-main-content .top-social-links ul li:nth-last-child(1) {
  margin: 0px;
}
.page-header .header-main-content .top-social-links ul li a {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 36px;
  height: 36px;
  font-size: 0px;
}
.page-header .header-main-content .top-social-links ul li.facebook_icon a {
  background: url(../images/facebook_icon.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.facebook_icon:hover a {
  background: url(../images/facebook_icon_hover.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.instagram_icon a {
  background: url(../images/instagram_icon.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.instagram_icon:hover a {
  background: url(../images/instagram_icon_hover.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.pinterest_icon a {
  background: url(../images/pinterest_icon.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.pinterest_icon:hover a {
  background: url(../images/pinterest_icon_hover.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.tiktok_icon a {
  background: url(../images/tiktok_icon.png) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.tiktok_icon:hover a {
  background: url(../images/tiktok_icon_hover.png) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .header-content-action {
  float: right;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .header-main-content .header-content-action .shops-topbar.col {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
}
.page-header .header-main-content .header-content-action .shops-topbar.col a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/location_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .shops-topbar.col a .mbi.mbi-user {
  display: none;
}
.page-header .header-main-content .header-content-action .shops-topbar.col a:hover {
  background: url(../images/location_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .header-main-content .header-content-action .user-topbar.col {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
  position: relative;
}
.page-header .header-main-content .header-content-action .user-topbar.col > span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/account_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .user-topbar.col .mbi.mbi-user {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.page-header .header-main-content .header-content-action .user-topbar.col:hover > span {
  background: url(../images/account_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .header-main-content .header-content-action .user-topbar.col .header.links {
  display: none;
}
.page-header .header-main-content .header-content-action .col.col-wishlist {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
}
.page-header .header-main-content .header-content-action .col.col-wishlist a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/wishlist_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .col.col-wishlist a .mbi.mbi-heart {
  display: none;
}
.page-header .header-main-content .header-content-action .col.col-wishlist a:hover {
  background: url(../images/wishlist_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .header-main-content .header-content-action .minicart-action {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
}
.page-header .header-main-content .header-content-action .minicart-action a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/minicart_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .minicart-action a .mbi.mbi-bag2 {
  display: none;
}
.page-header .header-main-content .header-content-action .minicart-action a:hover {
  background: url(../images/minicart_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .col-logo.col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.page-header .col-btn-actions-desktop.col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.333333%;
  flex: 0 0 36.333333%;
  max-width: 36.333333%;
}
.page-header .col-lg-3.top_panel_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.page-header .col-lg-9.top_panel_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
}
.page-header .header-menu-content {
  background: #E6E6E5;
  border-top: none;
}
.page-header .header-menu-content .magebig-nav {
  padding: 0px;
}
.page-header .header-menu-content .magebig-nav li.level0 {
  line-height: 65px;
  padding: 0px;
}
.page-header .header-menu-content .magebig-nav li.level0 > a {
  font-family: Lato;
  padding: 0 17px;
  line-height: 65px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.page-header .header-menu-content .magebig-nav li.level0 > a:after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 41px;
  background: #ffffff;
  content: "";
}
.page-header .header-menu-content .magebig-nav li.level0 > a + .mbi {
  display: none;
}
.page-header .header-menu-content .magebig-nav li.level0:last-child > a {
  color: #f36c21;
}
.page-header .header-menu-content .magebig-nav li.level0:hover > a {
  background: #CCCCCC;
}
.page-header .header-menu-content .magebig-nav li.level0:nth-last-child(1) > a:after {
  display: none;
}
.page-header .header-menu-content .magebig-nav li.level0 ul li.groups > a {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px 0;
}
.page-header .header-menu-content .magebig-nav li.level0 .groups-wrapper ul li a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  padding: 0;
  margin: 0 0 2px 0;
}
.page-header .header-menu-content .magebig-nav li.level0 .groups-wrapper ul li a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.page-header .header-menu-content .magebig-nav div.submenu {
  padding: 20px;
}
.page-header .header-menu-content .magebig-nav div.submenu::before {
  background: #CCCCCC;
  top: 0px;
  box-shadow: none;
}
.page-header .header-menu-content .magebig-nav div.submenu .itemgrid-3col ul.level0 {
  column-count: 3;
}
.page-header .header-menu-content .magebig-nav div.submenu .itemgrid-4col ul.level0 {
  column-count: 4;
}
.page-header .header-menu-content .magebig-nav div.submenu > .show-sub-content {
  margin: 0 -15px;
}
.page-header .header-menu-content .magebig-nav li.level0.mega_fullwidth:hover > .show-sub {
  margin-top: 0px;
}
.page-header .header-menu-content .itemgrid-3col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.page-header .header-menu-content .itemgrid-4col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.page-header .header-horizontal .itemgrid-3col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.page-header .header-horizontal .magebig-nav div.submenu .itemgrid-3col ul.level0 {
  column-count: 3;
}
.page-header .header-horizontal .magebig-nav div.submenu .itemgrid-4col ul.level0 {
  column-count: 4;
}
.page-header .header-horizontal .itemgrid-4col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.header-top-inner {
  background: #ffffff;
}
.header-top-inner a {
  font-family: Lato;
  color: #808080;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}
.header-top-inner .top-contact-info-bg {
  float: left;
  margin: 0px;
  padding: 0 121px 0 0;
  width: 100%;
}
.header-top-inner .top-contact-info-bg .top-contact-info {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.header-top-inner .top-contact-info-bg .top-contact-info .contact-types {
  float: left;
  margin: 0px;
  padding: 0px;
}
.header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
  float: left;
  margin: 0 35px 0 0;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}
.header-top-inner .top-contact-info-bg .top-contact-info .contact-types a:hover span {
  color: #f36c21;
  text-decoration: underline;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block {
  float: left;
  margin: 0px;
  padding: 0px;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .actions {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .actions .subscribe {
  font-size: 0px;
  padding: 0px;
  border: none;
  background: #9A999A;
  min-width: auto;
  height: 21px;
  width: 21px;
  border-radius: 0;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .actions .subscribe::after {
  content: ">";
  font-size: 20px;
  line-height: 18px;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .block.newsletter .field .control::before {
  display: none;
}
.header-top-inner .top-contact-info-bg .top-contact-info .mage-error[generated] {
  top: 30px;
  bottom: auto;
}
.header-top-inner .top-contact-info-bg .top-contact-info .mage-error[generated]::after {
  top: 1px;
  bottom: auto;
  transform: rotate(135deg);
}
.header-top-inner .top-newsletter-block .block.newsletter {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.header-top-inner .top-newsletter-block .block.newsletter input {
  background: #E6E6E5;
  height: 21px;
  padding: 0 7px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  border: none;
  width: 225px;
}
.header-top-inner .top-newsletter-block .block.newsletter .field.newsletter {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label {
  float: left;
  margin: 0px;
  padding: 0px;
}
.header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label span.label {
  clip: unset;
  height: auto;
  width: auto;
  overflow: visible;
  margin: 0;
  position: static;
  float: left;
  margin: 0 5px 0 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
}
.header-top-inner .top-link-wrap {
  width: 0px;
}
.header-top-inner .language-topbar .lang-curr i {
  display: none;
}
.header-top-inner .language-topbar .lang-curr .title {
  padding-left: 0px;
  padding-right: 39px;
  position: relative;
}
.header-top-inner .language-topbar .lang-curr .title .lang-flag {
  left: auto;
  right: 0px;
  width: 32px;
  height: 21px;
  margin: 0px;
  transform: translate(0, -50%);
  padding: 1px;
  background: #e5e5e5;
  top: 10px;
}
.header-top-inner .language-topbar .lang-curr .title .lang-name {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  color: #808080;
  float: left;
}
.block.newsletter .form.subscribe {
  position: relative;
}
html[lang="en"] .header-top-inner .top-newsletter-block .block.newsletter input {
  width: 130px;
}
html[lang="en"] .page-header .header-menu-content .magebig-nav li.level0 > a {
  padding: 0 9px;
  font-size: 15px;
}
.logo img {
  width: 278px;
}
.menu-logo {
  display: table;
  margin-left: 15px;
}
.action.showcart .counter.qty {
  background-color: #FFD45C;
  top: -5px;
  left: 60%;
  transform: translate(-50%, 0);
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  color: #000000;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 9.089399999999999px;
  line-height: 18px;
}
.wishlist-icon .qty {
  background-color: #FFD45C;
  top: -5px;
  left: 60%;
  transform: translate(-50%, 0);
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  color: #000000;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 9.089399999999999px;
  line-height: 18px;
}
.promotion .promotion_item {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.promotion .promotion_item .promo-img {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100px;
}
.promotion .promotion_item .promo-img img {
  width: 100%;
  height: auto;
}
.promotion .promotion_item .promo-text {
  float: left;
  margin: 0px;
  padding: 0 0 0 5px;
  width: calc(100% - 100px);
}
.promotion .promotion_item .promo-text .promo-title {
  float: left;
  margin: 0 0 5px 0px;
  padding: 0 0 10px 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  text-align: center;
  border-bottom: 3px solid #E6E6E5;
}
.promotion .promotion_item .promo-text .promo-desc {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.carousel-container {
  margin: 0 0 36px 0px;
}
.top-cat-item {
  float: left;
  margin: 25px 0px;
  padding: 0px;
  width: 100%;
  border: none;
}
.top-cat-item .category-img {
  float: left;
  margin: 0 0 55px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.top-cat-item .category-img img {
  max-width: 240px;
  max-height: 180px;
  margin: 0 auto;
  display: block;
}
.top-cat-item span.title {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  text-transform: none;
}
.tab-content-fadein {
  width: 100%;
}
.homepage-product-tabs {
  width: 100%;
}
.widget-tabs > li::before {
  display: none;
}
.widget-tabs > li.opened > a {
  border: 3px solid #E6E6E6;
  background: #E6E6E6;
}
.widget-tabs > li.opened > a:focus {
  border: 3px solid #E6E6E6;
  background: #E6E6E6;
}
.widget-tabs > li.opened > a:hover {
  border: 3px solid #E6E6E6;
  background: #E6E6E6;
}
.tabs-wrap:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 3px;
  background: #E6E6E5;
  content: "";
}
.tabs-wrap .widget-tabs.h3 {
  position: relative;
  background: #ffffff;
  z-index: 1;
  padding: 0 5px;
}
.tabs-wrap .widget-tabs > li {
  margin-right: 18px;
}
.tabs-wrap .widget-tabs > li:nth-last-child(1) {
  margin: 0px;
}
.tabs-wrap .widget-tabs > li > a {
  border: 3px solid #E6E6E6;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  padding: 13px 35px;
}
.top-category-row.top-category-layout04 {
  margin: 0 0 26px 0px;
}
.page-bottom {
  background-color: #f4f5f5;
  padding: 0;
}
.product-items {
  text-align: center;
}
.product-items .price-wrap .price-box {
  float: none;
}
.page-footer {
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
.page-footer .footer-top-block {
  display: inline-block;
  margin: 0 0 80px 0px;
  padding: 20px 0px;
  width: 100%;
  background: #E6E6E5;
}
.page-footer .footer-top-block .footer-contact-info {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-top-block .footer-contact-info span {
  float: left;
  margin: 0 57px 0 0;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 36px;
  color: #000000;
}
.page-footer .footer-top-block .footer-contact-info a:hover span {
  color: #f36c21;
  text-decoration: underline;
}
.page-footer .footer-top-block .footer-email {
  float: right;
  margin: 0;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 36px;
  color: #000000;
}
.page-footer .footer-top-block .footer-email a {
  color: #000000;
}
.page-footer .footer-top-block .footer-email a:hover span {
  color: #f36c21;
  text-decoration: underline;
}
.page-footer .footer-content {
  border-top: none;
  padding-top: 0px;
}
.page-footer .footer-links-wrap {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .h4.title {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 0 18px 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
.page-footer .footer-links-wrap .h4.title:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100vw;
  height: 3px;
  background: #E6E6E5;
  content: "";
}
.page-footer .footer-links-wrap .footer-container {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .footer-container .footer-links {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .footer-container .footer-links li {
  float: left;
  margin: 0 0 2px 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .footer-container .footer-links li a {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.page-footer .footer-links-wrap .footer-container .footer-links li a:hover {
  color: #5b2015;
}
.page-footer .footer-about-info {
  display: inline-block;
  margin: 0 0 70px 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-about-info h1 {
  float: left;
  margin: 0 0 20px 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: normal;
  color: #000000;
  text-align: center;
}
.page-footer .footer-about-info p {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
.footer-copyright-vertical {
  border-top: none;
}
.footer-copyright-vertical .footer-address .text-address {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #656565;
}
.footer-copyright-vertical .footer-address .text-address strong {
  font-weight: bold;
  color: #000000;
}
.page-main .top-products-tab-row .tabs-wrap {
  text-align: center;
}
.page-main .top-products-tab-row .product-item-photo span.discount-percent {
  background: #F36C21;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}
.page-main .top-products-tab-row .product-item-photo span.discount-percent.new-label {
  background: #4AB862;
  right: 72px;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}
.page-main .top-products-tab-row .product-item-info .main-photo .product-image-container {
  display: inline-block;
}
.page-main .top-products-tab-row .product-item-info h3.product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.page-main .top-products-tab-row .product-item-info h3.product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .product-sku {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box {
  margin: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .special-price {
  margin: 0 10px;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 36px;
  color: #F4752F;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .old-price {
  margin: 0 10px;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .monthly-payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #F36C21;
  text-transform: lowercase;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .monthly-payment .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #F36C21;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-wrap {
  margin: 0 0 2px 0;
}
.page-main .top-products-tab-row .product-item-info .product-show {
  padding: 0px;
  margin: 0 0 11px 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available {
  float: left;
  margin: 0px;
  padding: 0 10px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 30px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available p {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available.out-of-stock {
  background: #F36C21;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available.mp-preorder-stock {
  background: #468FCD;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available.mp-preorder-stock.backorder {
  background: #B7D43E;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center {
  float: right;
  margin: 0px;
  padding: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .btn-quickview {
  display: none;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
  width: 51px;
  height: 39px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
  width: 48px;
  height: 40px;
  background: url(../images/add_compare.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
  background: url(../images/add_compare_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
  margin-left: 0;
}
.page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -70px;
  top: 24%;
}
.page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -70px;
  top: 24%;
}
.page-main .top-products-tab-row .product-items.owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
  transition: all 250ms ease;
}
.product-item {
  vertical-align: top;
  margin-bottom: 43px;
}
.product-item .product-item-name {
  overflow: hidden;
  min-height: 26px;
}
.product-item .product-item-info .product-item-name {
  max-height: 26px;
  overflow: hidden;
  min-height: 26px;
}
.footer-payment-icons {
  text-align: center;
  margin: 0 0 10px;
}
.text-copyright {
  text-align: right;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #979797;
  margin: 15px 0;
}
.wrapper-breadcrums {
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 18px 0;
}
.wrapper-breadcrums li a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}
.breadcrumbs .items > li span {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}
.breadcrumbs .item:not(:last-child)::after {
  content: '>';
  display: inline-block;
  padding: 0 5px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}
.sub-categories {
  display: inline-block;
  margin: 0 0 15px 0px;
  padding: 0px;
  width: 100%;
}
.sub-categories .sub-cat {
  margin: 0 -5px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.sub-categories .sub-cat li {
  float: left;
  margin: 0px;
  padding: 0 5px 27px;
  width: 20%;
  text-align: center;
}
.sub-categories .sub-cat li .cat-image {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 113px;
}
.sub-categories .sub-cat li h4 {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.sub-categories .sub-cat li h4 a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}
.cms-index-index .page-bottom {
  padding: 0;
}
.toolbar-amount {
  display: none;
}
.toolbar-products {
  background: none;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 7px 0px;
  text-align: center;
}
.toolbar-products .pages {
  display: block !important;
  float: right;
}
.toolbar-products .sorter {
  float: left;
  border: none;
  background-color: #ffffff;
  padding-left: 0;
  position: relative;
  margin: 0px;
}
.toolbar-products .sorter .sorter-label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.toolbar-products .sorter .sorter-label:after {
  content: ": ";
}
.toolbar-products .sorter .sorter-options {
  padding-left: 5px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  background: url(../images/short_select_icon.svg) no-repeat right center;
  padding-right: 25px;
}
.toolbar-products .sorter .sorter-action {
  display: none;
}
.toolbar-products .limiter {
  float: right;
  border: none;
  background-color: #ffffff;
  padding-left: 0;
  position: relative;
  margin: 0px 0 0 13px;
}
.toolbar-products .limiter .control .show-all-link {
  vertical-align: middle;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
}
.toolbar-products .limiter .label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  display: none;
}
.toolbar-products .limiter .label:after {
  content: ": ";
}
.toolbar-products .limiter .limiter-options {
  padding-left: 5px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  background: url(../images/short_select_icon.svg) no-repeat right center;
  padding-right: 25px;
  display: none;
}
.toolbar-products .modes {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 -2px 0;
}
.toolbar-products .modes .modes-label {
  display: none;
}
.toolbar-products .modes .mode-grid {
  background: url(../images/grid_view_icon.svg) no-repeat center;
  width: 29px;
  height: 29px;
}
.toolbar-products .modes .mode-grid:hover {
  background: url(../images/grid_view_icon_active.svg) no-repeat center;
}
.toolbar-products .modes .mode-table {
  background: url(../images/table_view_icon.svg) no-repeat center;
  width: 29px;
  height: 29px;
}
.toolbar-products .modes .mode-table:hover {
  background: url(../images/table_view_icon_active.svg) no-repeat center;
}
.toolbar-products .modes strong.mode-grid.active {
  background: url(../images/grid_view_icon_active.svg) no-repeat center;
}
.toolbar-products .modes strong.mode-table.active {
  background: url(../images/table_view_icon_active.svg) no-repeat center !important;
}
.toolbar-products .modes-mode::before {
  display: none;
}
.catalog-category-view .sidebar {
  width: 100%;
  max-width: 300px;
}
.catalog-category-view .page-title {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  text-align: left;
}
.catalog-category-view .category-description p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  text-align: justify;
}
.block.filter {
  padding: 0px;
  background: none;
  margin: 0px;
}
.block.filter .filter-options .filter-options-item {
  border: 1px solid #CCCCCC;
  padding: 14px 12px;
  margin: 0 0 10px;
}
.block.filter .filter-options .filter-options-content {
  border: none;
  padding: 0px;
  margin: 0px;
}
.block.filter .filter-options .filter-options-title {
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: none;
  margin: 0 0 6px 0;
}
.block.filter .filter-options .filter-options-title:after {
  display: none;
}
.block.filter .filter-options .swatch-option-link-layered {
  position: relative;
  margin: 0 9px 0 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.block.filter .filter-options .swatch-option-link-layered .swatch-option:not(.text) {
  height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  max-height: 18px;
  border: none;
}
.block.filter .filter-options .swatch-option-link-layered .swatch-option:not(.text)[data-option-label="White"] {
  border: 1px solid #dadada;
}
.block.filter .filter-options .swatches-list .swatch-option:not(.text) {
  height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  max-height: 18px;
  border: none;
}
.block.filter .filter-options .swatches-list .swatch-option:not(.text)[data-option-label="White"] {
  border: 1px solid #dadada;
}
.block.filter .filter-options .ui-slider-horizontal {
  height: 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  background: #E6E6E5;
}
.block.filter .filter-options .mb-range-slider .ui-slider-handle {
  padding: 0;
  margin: -10px 0 0 -7px;
  -webkit-border-radius: 15px;
  width: 23px;
  height: 23px;
  background: #ffffff;
  cursor: e-resize;
  border: 5px solid #E6E6E5;
}
.block.filter .filter-options .mb-range-slider .range-slider-inner {
  padding: 0 15px 0 7px;
}
.block.filter .filter-options .mb-range-slider a.action.primary {
  padding: 0;
  min-width: 50px;
  border-radius: 40px;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  padding-left: 37px;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label .text {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label::before {
  width: 19px;
  height: 19px;
  border-radius: 0px;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"]:checked + label::after {
  border-radius: 0px;
  width: 11px;
  height: 11px;
}
.block.filter .filter-current {
  border: 1px solid #CCCCCC;
  padding: 4px 12px;
  margin: 0 0 10px;
}
.block.filter .filter-current .filter-label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.block.filter .filter-current .filter-value {
  font-size: 15px;
}
.block.filter .filter-title {
  display: none;
}
.filter-current.now-filter-clone {
  font-size: 12px;
}
.filter-options .filter-options-content .item {
  display: flex;
  justify-content: space-between;
}
.filter-options .filter-options-content .range-slider-label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.filter-options-overflow {
  margin-right: 0 !important;
  overflow-y: inherit !important;
}
.product-item-info .product-item-photo .product-image-container {
  display: inline-block;
}
.product-item-info .product-item-photo span.discount-percent {
  background: #F36C21;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}
.product-item-info .product-item-photo span.discount-percent.new-label {
  background: #4AB862;
  right: 72px;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}
.product-item-info h2.product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.product-item-info h2.product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.product-item-info h3.product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.product-item-info h3.product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.product-item-info .product-item-details .product-sku {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin: 0 0 14px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.product-item-info .product-item-details .price-box {
  margin: 0 0 2px 0;
}
.product-item-info .product-item-details .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
}
.product-item-info .product-item-details .price-box .special-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 36px;
  color: #F4752F;
}
.product-item-info .product-item-details .price-box .old-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
.product-item-info .product-item-details .monthly-payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #F36C21;
  text-transform: lowercase;
}
.product-item-info .product-item-details .monthly-payment .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #F36C21;
}
.product-item-info .product-show {
  padding: 0px;
  margin: 0 0 11px 0px;
}
.product-item-info .product-show .product-btn {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.product-item-info .product-show .product-btn .stock.available {
  float: left;
  margin: 0px;
  padding: 0 10px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  border-radius: 30px;
}
.product-item-info .product-show .product-btn .stock.available p {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.product-item-info .product-show .product-btn .stock.available.out-of-stock {
  background: #F36C21;
}
.product-item-info .product-show .product-btn .stock.available.mp-preorder-stock {
  background: #468FCD;
}
.product-item-info .product-show .product-btn .stock.available.mp-preorder-stock.backorder {
  background: #B7D43E;
}
.product-item-info .product-show .product-btn .text-center {
  float: right;
  margin: 0px;
  padding: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .btn-quickview {
  display: none;
}
.product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
  width: 51px;
  height: 39px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
  width: 48px;
  height: 40px;
  background: url(../images/add_compare.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
  background: url(../images/add_compare_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
  margin-left: 0px;
}
.category-sidebar-ads {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.category-sidebar-ads .ad-img {
  float: left;
  margin: 0 0 10px;
  padding: 0px;
  width: 100%;
}
.category-sidebar-ads .ad-img img {
  width: 100%;
}
.category-sidebar-ads .feature-item {
  float: left;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 14px 12px;
  margin: 0 0 10px;
  text-align: center;
}
.category-sidebar-ads .feature-item .feature-img img {
  width: 100px;
}
.category-sidebar-ads .feature-item h5 {
  float: left;
  width: 100%;
  padding: 0 0 10px 0px;
  margin: 0 0 6px 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  position: relative;
}
.category-sidebar-ads .feature-item h5:after {
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
  height: 2.43px;
  background: #E6E6E5;
  content: "";
  position: absolute;
}
.category-sidebar-ads .feature-item p {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12.15px;
  line-height: 15px;
  text-align: center;
  color: #808080;
}
.pages .pages-items {
  float: left;
}
.pages .pages-items .item {
  background: none;
  height: 29px;
  line-height: 29px;
  min-width: 29px;
}
.pages .pages-items .item a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
}
.pages .pages-items .item:hover {
  background: none;
}
.pages .pages-items .item a.action > span {
  display: none;
}
.pages .pages-items .item.current {
  background: none;
}
.pages .pages-items .item.current strong {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #F36C21;
}
.pages .action.next::after {
  font-size: 20px;
  margin: -3px 0 0 0;
}
.pages .action.previous::before {
  font-size: 20px;
  margin: -3px 0 0 0;
}
#mptablecategory-table-view.product-list-table thead {
  display: none;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
  width: 76.3%;
  padding: 30px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .product-item-link {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  margin: 0 0 5px 0;
  display: block;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .mptablecategory-product-sku {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #808080;
  margin: 0px 0 5px 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .mptablecategory-product-sku span {
  font-weight: normal;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  line-height: normal;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  line-height: normal;
  text-decoration: underline;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
  width: 37.3%;
  text-align: center;
  max-width: 232px;
  padding: 30px 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo {
  width: 100%;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-container {
  display: block;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
  width: 37.3%;
  text-align: center;
  max-width: 230px;
  padding: 30px 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .table-view-actions .qty-section {
  display: none;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  padding: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available {
  float: left;
  margin: 0px;
  padding: 0 8px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 30px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available p {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  height: 18px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available.out-of-stock {
  background: #F36C21;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available.mp-preorder-stock {
  background: #468FCD;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available.mp-preorder-stock.backorder {
  background: #B7D43E;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions {
  float: right;
  margin: 0px;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col {
  width: auto;
  padding: 0px;
  float: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .btn-quickview {
  display: none;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .towishlist {
  border: none;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .towishlist .mbi {
  width: 32px;
  height: 29px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 100% auto;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .tocompare {
  border: none;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .tocompare .mbi {
  width: 30px;
  height: 30px;
  background: url(../images/add_compare.svg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .tocompare:hover .mbi {
  background: url(../images/add_compare_hover.svg) no-repeat center top;
  background-size: 100% auto;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .add-to-cart-btn {
  width: 36px;
  height: 30px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0px;
  font-size: 0px;
  border: none;
  float: left;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .add-to-cart-btn:hover {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 100% auto;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col.btn-wishlist {
  margin-left: 2px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col.btn-compare {
  margin-right: 2px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
  margin: 0 0 2px 0;
  text-align: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
  margin: 0 21px 0 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #F4752F;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price {
  margin: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #F36C21;
  text-align: left;
  text-transform: lowercase;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #F36C21;
}
#mptablecategory-table-view.product-list-table .product-item-info .product-item-photo span.discount-percent {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
  font-weight: bold;
}
#mptablecategory-table-view.product-list-table .product-item-info .product-item-photo span.discount-percent.new-label {
  right: 54px;
}
.product-list-table .product-item-photo {
  position: relative;
}
.product-list-table .product-item-photo img {
  max-width: 100%;
  position: absolute;
  width: auto;
  height: auto;
}
.product-list-table tr:hover {
  background: none;
}
.mptablecategory-popup.product-item {
  display: none;
}
.action.tocart.disabled .mbi::after {
  position: absolute;
  content: '';
  top: 8px;
  right: 0px;
  bottom: 0;
  left: 13px;
  border: 2px dashed #5b2015;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 30px;
  height: 30px;
}
.catalog-product-view .wrapper-breadcrums {
  display: none;
}
.product-info-main-top {
  display: none;
}
.product.media .discount-percent {
  background: #F36C21;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 55px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
}
.product.media .discount-percent.new-label {
  background: #4AB862;
  right: 154px;
}
.gallery-placeholder .fotorama__thumb {
  border: 3px solid #E6E6E5;
}
.gallery-placeholder .fotorama__thumb__arr--right {
  height: 46px;
  background: none;
  bottom: -22px;
}
.gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: #ffffff url(../images/view_page_down_icon.svg) no-repeat center;
  width: 46px;
  height: 46px;
  transform: none;
  padding: 0px;
  border-radius: 100%;
}
.gallery-placeholder .fotorama__thumb__arr--left {
  height: 46px;
  background: none;
  top: -22px;
}
.gallery-placeholder .fotorama__thumb__arr--left .fotorama__thumb--icon {
  background: #ffffff url(../images/view_page_up_icon.svg) no-repeat center;
  width: 46px;
  height: 46px;
  transform: none;
  padding: 0px;
  border-radius: 100%;
}
.gallery-placeholder .magnifier-preview {
  left: 95% !important;
  width: 647px !important;
  height: 637px !important;
  z-index: 11;
}
.fotorama__thumb-border {
  border-width: 3px;
}
.fotorama__nav.fotorama__shadows--bottom::after {
  display: none;
}
.fotorama__nav.fotorama__shadows--top::before {
  display: none;
}
.fotorama {
  overflow: visible;
}
.product-info-main-content {
  padding-top: 25px;
}
.product-info-main .product-info-top {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .product.attribute.sku {
  float: left;
  margin: 0 0 10px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .product.attribute.sku .type {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
}
.product-info-main .product-info-top .product.attribute.sku .value {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
}
.product-info-main .product-info-top .page-title-wrapper {
  float: left;
  margin: 0 0 10px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .page-title-wrapper .page-title {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.product-info-main .product-info-top .product.attribute.overview {
  float: left;
  margin: 0 0 6px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .product.attribute.overview .value {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.product-info-main .product-info-stock-price-custom {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-stock-price-custom .product-info-price {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: none;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status {
  float: left;
  margin: 0 0 23px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
  float: left;
  margin: 0px;
  padding: 0 26px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  border-radius: 40px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
  margin: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available.out-of-stock {
  background: #F36C21;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.unavailable p {
  margin-bottom: 5px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.mp-preorder-stock {
  background: #468FCD !important;
  font-size: 16px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
  float: left;
  margin: 0 0 23px 0px;
  padding: 0 26px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  color: #FFFFFF;
  border-radius: 40px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box {
  float: left;
  margin: 0 0 21px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 72px;
  color: #000000;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 72px;
  color: #F36C21;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 48px;
  color: #000000;
}
.product-info-main .product-stock-text {
  margin-bottom: 15px;
}
.product-info-main .product-add-form {
  display: inline-block;
  margin: 0 0 38px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart .field {
  display: none;
}
.product-info-main .product-add-form .box-tocart .actions .tocart {
  background: #F36C21;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 53px;
  color: #FFFFFF;
  border: none;
  padding: 0 24px;
  border-radius: 30px;
  text-transform: uppercase;
}
.product-info-main .product-add-form .box-tocart .actions .towishlist {
  display: none;
}
.product-info-main .product-info-social-buttons {
  display: flex;
  margin: 0 0 30px 0px;
  padding: 0px;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product-info-main .product-info-social-buttons .social-share {
  float: left;
  margin: 0px;
  padding: 0px;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li {
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li button {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-size: 40px 40px !important;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.facebook button {
  background: url(../images/facebook_icon.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.facebook:hover button {
  background: url(../images/facebook_icon_hover.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.pinterest button {
  background: url(../images/pinterest_icon.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.pinterest:hover button {
  background: url(../images/pinterest_icon_hover.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .product-info-wishlist-mail-buttons {
  float: left;
  margin: 0;
  padding: 0px;
  top: 0;
  position: relative;
}
.product-info-main .product-info-social-buttons .towishlist {
  float: left;
  margin: 0 10px 0 0px;
  padding: 0px;
  border: none;
}
.product-info-main .product-info-social-buttons .towishlist .mbi {
  width: 40px;
  height: 40px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
.product-info-main .product-info-social-buttons .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.product-info-main .product-info-social-buttons .mailto.friend {
  width: 40px;
  height: 40px;
  background: url(../images/mailto_friend_icon.svg) no-repeat center;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
.product-info-main .product-info-social-buttons .mailto.friend:hover {
  background: url(../images/mailto_friend_icon_hover.svg) no-repeat center;
  background-size: 40px 40px;
}
.product-info-main .product-info-social-buttons .social-title {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  margin: 25px 0 10px;
  float: left;
  width: 100%;
}
.product-info-main .product-info-compare-stores-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px 0px;
  padding: 0px;
  width: 100%;
  justify-content: left;
  align-items: center;
}
.product-info-main .product-info-compare-stores-buttons .store-availibility {
  float: left;
  margin: 0 25px 0 0;
  padding: 0px;
}
.product-info-main .product-info-compare-stores-buttons .store-availibility a {
  float: left;
  margin: 0px;
  padding: 8px 0 0 33px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  background: url(../images/location_icon_bg.svg) no-repeat left center;
  background-size: 20px;
}
.product-info-main .product-info-compare-stores-buttons .store-availibility a:hover {
  background: url(../images/location_icon_bg_hover.svg) no-repeat left center;
  color: #F36C21;
  background-size: 20px;
}
.product-info-main .product-info-compare-stores-buttons .action.tocompare {
  float: left;
  margin: 2px 0 0 0;
  padding: 0 0 0 50px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 44px;
  color: #000000;
  background: url(../images/compare_icon_bg.svg) no-repeat left center;
  background-size: 30px;
}
.product-info-main .product-info-compare-stores-buttons .action.tocompare:hover {
  background: url(../images/compare_icon_bg_hover.svg) no-repeat left center;
  color: #F36C21;
  background-size: 30px;
}
.product.data.items::before {
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translate(-50%, 0%);
  width: 100vw;
  height: 3px;
  background: #E6E6E5;
  content: "";
}
.product.data.items > .item.title {
  display: inline-block;
  float: none;
  margin: 0 -3px 0 0;
  padding: 0 7px;
  background: #ffffff;
  z-index: 1;
  position: relative;
}
.product.data.items > .item.title > .switch {
  border: 3px solid #E6E6E5;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 50px;
  color: #000000 !important;
  text-transform: uppercase;
  height: auto;
  padding: 0 20px;
}
.product.data.items > .item.title > .switch:before {
  display: none !important;
}
.product.data.items > .item.title > .switch:after {
  display: none !important;
}
.product.data.items .item.title.opened > .switch {
  background: #E6E6E6 !important;
  color: #000000 !important;
}
.product.data.items > .item.content {
  margin-top: 77px;
}
.product.data.items .item.content .description {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
}
.product.info.detailed {
  overflow: visible;
}
.related .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -70px;
  top: 30%;
}
.related .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -70px;
  top: 30%;
}
.related.widget-product {
  margin-bottom: 60px;
}
.related.widget-product .heading-title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 30px 0;
}
.related.widget-product .heading-title:after {
  content: ":";
}
.related.widget-product .product-item-info .product-item-details .product-sku {
  display: block;
  margin: 0 0 10px 0;
}
.related.widget-product .product-item-info h3.product-item-name {
  margin: 0 0 5px 0;
}
.lease-calculator {
  border: 3px solid #E6E6E5;
  border-radius: 0px;
  padding: 15px 0px 9px;
  margin-bottom: 16px;
  max-width: 100%;
}
.lease-calculator .row {
  justify-content: space-between;
  align-items: center;
}
.lease-calculator .row .col-left {
  max-width: 314px;
  border-right: none;
  border-left: 3px solid #E6E6E5;
  padding: 5px 15px 5px 15px;
  width: 100%;
}
.lease-calculator .row .col-left .lease-providers label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-right: 2px;
}
.lease-calculator .row .col-left .lease-providers label input {
  margin-right: 5px;
}
.lease-calculator .row .col-left .lease-providers label span {
  bottom: 3px;
  position: relative;
}
.lease-calculator .row .col-left .options label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 0 0 4px 0;
}
.lease-calculator .row .col-left .options select {
  height: 27px;
  border-radius: 30px;
  border: 1px solid #666766;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.lease-calculator .row .col-right {
  margin: 0px;
  padding: 0 15px;
  width: 150px;
}
.lease-calculator .row .col-right .total h3.title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  color: #000000;
}
.lease-calculator .row .col-right .total .label {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.lease-calculator .row .col-right .total .price {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  color: #F36C21;
}
.lease-calculator .message {
  font-size: 12px;
  text-align: center;
  float: left;
  width: 100%;
}
.header-main-inner .vertical-menu {
  width: 20%;
}
.vertical-menu .magebig-nav > li.level0:hover > a.level-top {
  background-color: #cccccc;
  color: #000;
}
.vertical-menu .navigation .level0.mega_fullwidth > .submenu {
  width: 410% !important;
  max-height: 70vw;
  overflow: auto;
  background: #cccccc;
  box-shadow: none;
}
.magebig-nav div.submenu::before {
  background: #cccccc;
  box-shadow: none;
}
.magebig-nav li.level0.mega_fullwidth:hover > .show-sub {
  margin-top: 0px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product-info-main .product-stock-text {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .product.pricing {
    margin-top: -62px;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .product.pricing.has-arrival-info {
    margin-top: -62px;
    margin-bottom: 0;
  }
  .header-top-inner .top-contact-info-bg {
    display: none;
  }
  .header-top-inner .top-link-wrap {
    width: auto;
    float: right;
    margin: 0px;
  }
  .header-top-inner .top-link-wrap .col-auto.top-links {
    padding: 0px;
  }
  .page-header {
    margin: 0 0 5px 0;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-header .col-lg-3.top_panel_left {
    display: block !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-logo.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action {
    float: right;
    margin: 0 0 0 12px;
    padding: 0px;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    background: url(../images/minicart_icon.svg) no-repeat center top;
    padding-top: 0;
    float: left;
    width: 35px;
    height: 31px;
    background-size: 100% auto !important;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action a .mbi.mbi-bag2 {
    display: none;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action a:hover {
    background: url(../images/minicart_icon_hover.svg) no-repeat center top;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    background: url(../images/account_icon.svg) no-repeat center top;
    padding-top: 0;
    float: right;
    text-transform: uppercase;
    width: 25px;
    height: 32px;
    background-size: 100% auto !important;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile .mbi.mbi-user {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile:hover {
    background: url(../images/account_icon_hover.svg) no-repeat center top;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile .header.links {
    display: none;
  }
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .mb-toggle-switch span {
    background: #000 !important;
  }
  .mb-toggle-switch span::after {
    background-color: #000 !important;
  }
  .mb-toggle-switch span::before {
    background-color: #000 !important;
  }
  .logo img {
    width: 150px;
  }
  .logo-top {
    vertical-align: middle;
  }
  .menu-logo {
    margin: 0 0 10px 0px;
  }
  .menu-logo .btn-nav {
    margin-right: 0px;
  }
  .icon-top-mobile {
    max-width: 95px;
  }
  .block-search {
    padding-right: 0;
  }
  .header-top-row {
    padding: 5px 0;
    font-size: 1.3rem;
  }
  .promotion .promotion_item {
    margin: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .promotion .promotion_item .promo-img {
    width: 75px;
  }
  .promotion .promotion_item .promo-text {
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 20px;
    line-height: normal;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }
  .top-category-row.top-category-layout04 .categories .col-12.col-md-3.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img {
    margin: 0 0 30px 0px;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
    font-weight: normal;
  }
  .carousel-container {
    margin: 0 0 21px 0px;
  }
  .tabs-wrap {
    margin-bottom: 15px;
    position: relative;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 0;
    padding: 2px;
  }
  .tabs-wrap .widget-tabs > li > a {
    padding: 0px 10px;
    font-size: 14px;
    line-height: 36px;
  }
  .tabs-wrap .widget-tabs.h3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0px 7.5%;
    width: 85%;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .page-footer .footer-top-block {
    display: inline-block;
    margin: 0 0 30px 0px;
    padding: 10px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info {
    text-align: center;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 10px 0 0;
    font-size: 20px;
    line-height: 36px;
    float: none;
    display: inline-block;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 20px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-about-info {
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-about-info h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .page-footer .footer-about-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-footer .footer-links-wrap {
    margin: 0;
  }
  .page-footer .footer-links-wrap .footer-container {
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 16px;
  }
  .footer-main .title {
    border-top: none;
  }
  .footer-copyright-vertical {
    margin-bottom: 0;
  }
  .footer-copyright-vertical .footer-address .text-address {
    font-size: 13px;
    line-height: 18px;
    color: #656565;
    text-align: center;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .text-copyright {
    text-align: center;
  }
  .sub-categories .sub-cat li {
    width: 50%;
  }
  .catalog-category-view .category-description p {
    font-size: 15px;
  }
  .catalog-category-view .page-title {
    font-size: 20px;
  }
  .catalog-category-view .sidebar {
    max-width: 100%;
  }
  .catalog-category-view .product-item-info {
    max-width: 100%;
    margin: 15px 0;
  }
  .wrapper-breadcrums li a {
    font-size: 14px;
  }
  .breadcrumbs .items > li span {
    font-size: 14px;
  }
  .breadcrumbs .item:not(:last-child)::after {
    font-size: 14px;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  .toolbar-products .modes {
    float: right;
    margin: 0px;
  }
  .toolbar-products .sorter .sorter-label {
    display: inline-block !important;
  }
  .toolbar-products .pages {
    float: right;
    width: 100%;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    margin-top: 7px;
    padding-top: 7px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 15px 0;
    float: left;
    margin: 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    width: 100%;
    padding: 15px 0 15px 0px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .product-item-link {
    max-width: 100%;
    font-size: 14px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
    width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 5px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 20px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .price {
    font-size: 20px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 14px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .add-to-cart-btn {
    min-width: auto;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 16px;
  }
  .product-list-table td::before {
    display: none;
  }
  .product-item .product-item-info .product-item-name {
    max-height: 35px;
    overflow: hidden;
    min-height: 35px;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 29px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 2px;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-compare {
    margin-right: 2px;
  }
  .product-item-info .product-show .product-btn .stock.unavailable {
    font-size: 12px;
    width: 36px;
    height: 30px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 14px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 7px 0;
  }
  .product-item-info .product-item-details .price-box {
    margin: 0 0 2px 0;
    width: 100%;
    max-width: 100%;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 14px;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .pages .pages-items {
    float: none;
  }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width: 100%;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
  }
  .product.data.items::before {
    display: none;
  }
  .product.data.items > .item.title > .switch {
    font-size: 20px;
    line-height: 45px;
    padding: 0 20px;
  }
  .product.data.items > .item.content {
    margin-top: 0;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder .fotorama__thumb__arr--left .fotorama__thumb--icon {
    transform: rotate(-90deg) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% auto;
    left: 0 !important;
  }
  .gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
    transform: rotate(-90deg) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% auto;
    right: 0px;
    left: auto !important;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #F4752F;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist {
    float: left;
    margin: 0 5px 0 0px;
    padding: 0px;
    border: none;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related.widget-product .product-item-info h3.product-item-name {
    margin: 0 0 5px 0;
    max-height: 26px;
    overflow: hidden;
    min-height: 26px;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .top-category-row .categories .row > div {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form input {
    font-size: 11px;
  }
  .page-header .header-main-content .top-social-links {
    margin: 8px 0 0 12px;
  }
  .page-header .header-main-content .top-social-links ul li {
    margin: 0 5px 0 0;
  }
  .page-header .header-main-content .top-social-links ul li a {
    background-size: 100% auto !important;
    width: 25px;
    height: 25px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col a {
    font-size: 0px;
    width: 29px;
    background-size: 100% auto !important;
    padding: 0;
    height: 40px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col > span {
    font-size: 0px;
    width: 32px;
    background-size: 100% auto !important;
    padding: 0;
    height: 40px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist a {
    font-size: 0px;
    width: 40px;
    background-size: 100% auto !important;
    padding: 0;
    height: 37px;
  }
  .page-header .header-main-content .header-content-action .minicart-action {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .minicart-action a {
    font-size: 0px;
    width: 40px;
    background-size: 100% auto !important;
    padding: 0;
    height: 33px;
  }
  .page-header .header-menu-content .magebig-nav li.level0 > a {
    padding: 0 9px;
    line-height: 50px;
    font-size: 10px;
  }
  .page-header .header-menu-content .magebig-nav li.mega_left div.show-sub {
    left: 50%;
    outline: none;
    width: 100%;
    min-width: 220px;
    z-index: 999;
    transform: translate(-50%, 0) !important;
    width: 370% !important;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .header-horizontal .magebig-nav div.submenu .itemgrid-3col ul.level0 {
    column-count: 2;
  }
  .page-header .header-horizontal .magebig-nav div.submenu .itemgrid-4col ul.level0 {
    column-count: 2;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types {
    display: none;
  }
  .header-top-inner .top-link-wrap .col-auto.top-links {
    padding: 0px;
  }
  .block-search {
    padding-right: 0;
  }
  .promotion .promotion_item .promo-text {
    padding: 0px;
    width: 100%;
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px 0;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: normal;
  }
  .promotion .promotion_item .promo-img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .promotion .promotion_item .promo-img img {
    width: auto;
    height: 100px;
  }
  .top-promotion-row.top-promotion-layout04 .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img {
    margin: 0 0 10px 0px;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
  }
  .tabs-wrap {
    text-align: center;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 10px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 15px;
    line-height: normal;
    padding: 13px 15px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-footer .footer-top-block {
    padding: 10px 0px;
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 24px 0 0;
    font-size: 20px;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 20px;
  }
  .page-footer .footer-about-info {
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-about-info p {
    font-size: 16px;
    line-height: 20px;
  }
  .page-footer .footer-about-info h1 {
    margin: 0 0 10px 0px;
    font-size: 25px;
  }
  .page-footer .footer-links-wrap {
    margin: 0 0 15px 0px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 16px;
  }
  .footer-copyright-vertical .footer-address .text-address {
    font-size: 13px;
  }
  .text-copyright {
    font-size: 13px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 25px;
    height: 25px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    right: 10px;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 41px;
    height: 38px;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 46px !important;
    height: 37px !important;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 46px !important;
    height: 37px !important;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available p {
    font-size: 16px;
  }
  .footer-main {
    padding-bottom: 0px;
  }
  .menu-logo {
    margin-left: 0px;
  }
  .catalog-category-view .category-description p {
    font-size: 16px;
  }
  .catalog-category-view .page-title {
    font-size: 25px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    max-width: 150px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    max-width: 200px;
    padding: 30px 0;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 10px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    padding: 30px 15px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 29px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 5px;
  }
  .product-item-info .product-show .product-btn .stock.unavailable {
    font-size: 12px;
    width: 36px;
    height: 30px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 14px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 7px 0;
  }
  .product-item-info .product-item-details .price-box {
    margin: 0 0 2px 0;
    width: 100%;
    max-width: 100%;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 14px;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width: 100%;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
  }
  .gallery-placeholder .fotorama__thumb__arr--left {
    display: none !important;
  }
  .gallery-placeholder .fotorama__thumb__arr--right {
    display: none !important;
  }
  .product.data.items::before {
    top: 25px;
  }
  .product.data.items > .item.title {
    padding: 0 10px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #F4752F;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .fotorama {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form input {
    font-size: 11px;
  }
  .page-header .header-main-content .top-social-links {
    margin: 12px 0 0 -70px;
  }
  .page-header .header-main-content .top-social-links ul li {
    margin: 0 10px 0 0;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col > span {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .minicart-action {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .minicart-action a {
    font-size: 12px;
  }
  .page-header .col-lg-3.top_panel_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
  .page-header .header-menu-content .magebig-nav li.level0 > a {
    font-size: 13px;
    line-height: 50px;
    padding: 0 12px;
  }
  .page-header .header-menu-content .magebig-nav li.mega_left div.show-sub {
    left: 50%;
    outline: none;
    width: 100%;
    min-width: 220px;
    z-index: 999;
    transform: translate(-50%, 0) !important;
    width: 370% !important;
  }
  .top-link-wrap > div {
    padding: 0px;
  }
  .header-top-inner .top-contact-info-bg {
    padding: 0 70px 0 0;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types {
    display: none;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label span.label {
    font-size: 12px;
    top: 2px;
    position: relative;
  }
  .header-top-inner .top-newsletter-block .block.newsletter input {
    width: 180px;
  }
  .header-top-inner a {
    font-size: 14px;
  }
  .promotion .promotion_item .promo-img {
    width: 75px;
  }
  .promotion .promotion_item .promo-text {
    padding: 0 0 0 15px;
    width: calc(100% - 75px);
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 19px;
    line-height: normal;
    margin: 0 0 10px;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: 16px;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
  }
  .tabs-wrap {
    text-align: center;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 10px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 15px;
    line-height: normal;
    padding: 13px 25px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .page-footer .footer-top-block {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 38px 0 0;
    font-size: 25px;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 25px;
  }
  .page-footer .footer-about-info {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-about-info p {
    font-size: 14px;
    line-height: normal;
  }
  .page-footer .footer-about-info h1 {
    font-size: 25px;
  }
  .page-footer .footer-links-wrap .h4.title {
    font-size: 18px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-main .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .cms-index-index .page-bottom {
    display: none;
  }
  .catalog-category-view .category-description p {
    font-size: 16px;
  }
  .catalog-category-view .page-title {
    font-size: 25px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    max-width: 150px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    max-width: 200px;
    padding: 30px 0;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 10px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    padding: 30px 15px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 5px;
  }
  .product-item-info .product-show .product-btn .stock.unavailable {
    font-size: 12px;
    width: 36px;
    height: 30px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 14px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 7px 0;
  }
  .product-item-info .product-item-details .price-box {
    margin: 0 0 2px 0;
    width: 100%;
    max-width: 100%;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 14px;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
  }
  .product.data.items::before {
    top: 25px;
  }
  .product.data.items > .item.title {
    padding: 0 10px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 20px;
    line-height: 45px;
    padding: 0 10px;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #F4752F;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .vertical-menu .navigation .level0.mega_fullwidth > .submenu {
    width: 260% !important;
    max-height: 70vw;
    overflow: auto;
    background: #cccccc;
    box-shadow: none;
    max-width: 260% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .header-main-content .top-social-links ul li {
    margin: 0 10px 0 0;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col > span {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .minicart-action {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .minicart-action a {
    font-size: 12px;
  }
  .page-header .col-lg-3.top_panel_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
  .top-link-wrap > div {
    padding: 0px;
  }
  .header-top-inner .top-contact-info-bg {
    padding: 0 70px 0 0;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
    margin: 0 20px 0 0;
  }
  .header-top-inner a {
    font-size: 14px;
  }
  .header-top-inner .top-newsletter-block .block.newsletter input {
    width: 200px;
  }
  .promotion .promotion_item .promo-img {
    width: 75px;
  }
  .promotion .promotion_item .promo-text {
    padding: 0 0 0 15px;
    width: calc(100% - 75px);
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 19px;
    line-height: normal;
    margin: 0 0 10px;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: 16px;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
  }
  .tabs-wrap {
    text-align: center;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 10px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 20px;
    line-height: normal;
    padding: 13px 35px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .page-footer .footer-top-block {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 38px 0 0;
    font-size: 25px;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 25px;
  }
  .page-footer .footer-about-info {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-about-info p {
    font-size: 14px;
    line-height: normal;
  }
  .page-footer .footer-about-info h1 {
    font-size: 25px;
  }
  .page-footer .footer-links-wrap .h4.title {
    font-size: 18px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-main .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .cms-index-index .page-bottom {
    display: none;
  }
  .block-search {
    padding-right: 40px;
  }
  .catalog-category-view .category-description p {
    font-size: 16px;
  }
  .catalog-category-view .page-title {
    font-size: 25px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    max-width: 150px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    max-width: 200px;
    padding: 30px 0;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 10px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    padding: 30px 15px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 14px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 5px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 25px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label .text {
    font-size: 18px;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
  }
  .product.data.items::before {
    top: 25px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 20px;
    line-height: 45px;
    padding: 0 20px;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #F4752F;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .vertical-menu .navigation .level0.mega_fullwidth > .submenu {
    width: 260% !important;
    max-height: 70vw;
    overflow: auto;
    background: #cccccc;
    box-shadow: none;
    max-width: 260% !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1700px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .header-main-content .top-social-links {
    margin: 17px 0 0 -105px;
  }
  .page-header .col-lg-3.top_panel_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
    margin: 0 20px 0 0;
  }
  .header-top-inner .top-newsletter-block .block.newsletter input {
    width: 260px;
  }
  .promotion .promotion_item .promo-img {
    width: 100px;
  }
  .promotion .promotion_item .promo-text {
    width: calc(100% - 100px);
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 25px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 28px;
    padding: 13px 20px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .vertical-menu .navigation .level0.mega_fullwidth > .submenu {
    width: 320% !important;
    max-height: 70vw;
    overflow: auto;
    background: #cccccc;
    box-shadow: none;
    max-width: 320% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .toolbar-products {
    background: none;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 7px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .toolbar-products .sorter {
    float: left;
    border: none;
    background-color: #ffffff;
    padding-left: 0;
    position: relative;
    margin: 0px;
    order: 1;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #CCC;
  }
  .toolbar-products .modes {
    float: right;
    margin: 0px;
    order: 2;
    width: 50%;
    text-align: right;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .toolbar-products .limiter {
    float: right;
    border: none;
    display: block !important;
    background-color: #ffffff;
    padding-left: 0;
    position: relative;
    margin: 0 0 0 auto;
    order: 4;
    width: 30%;
    text-align: right;
    padding-top: 7px;
  }
  .toolbar-products .pages {
    float: right;
    width: 70%;
    text-align: left;
    border-top: 0px solid #CCCCCC;
    margin-top: 0px;
    padding-top: 7px;
    order: 3;
  }
  .toolbar-products .pages .pages-items .item {
    min-width: 25px;
  }
}
.filter-options-item.price .filter-options-content {
  margin: 0 0 10px 0 !important;
}
.filter-options-item.price .mb-range-slider .actions-toolbar {
  display: none;
}
.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-category-view .columns.row {
  align-items: start;
}
.catalog-category-view .columns.row .sidebar-wrap.sticky-sidebar {
  position: sticky;
  top: 110px;
}
.catalog-category-view .page-wrapper {
  overflow: visible;
}
.product-list-table .mb-trigger {
  margin-top: 10px;
}
.mb-trigger-next {
  margin-bottom: 50px;
}
.gallery-placeholder .fotorama__thumb-border {
  border-color: #A5A5A5;
}
#footer-mobile-read-more-link {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #footer-mobile-read-more-link {
    display: inline-block;
    color: #5b2015;
  }
  .footer-mobile-hidden-content {
    display: none;
  }
}
.stock_status_filter_colored_label-0 {
  width: 20px;
  height: 20px;
  background: #4EC1B7;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.stock_status_filter_colored_label-1 {
  width: 20px;
  height: 20px;
  background: #468FCD;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.stock_status_filter_colored_label-2 {
  width: 20px;
  height: 20px;
  background: #B7D43E;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.stock_status_filter_colored_label-3 {
  width: 20px;
  height: 20px;
  background: #F36C21;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.availability-wrapper h3 {
  display: none;
}
.availability-wrapper h5.availability-title {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: normal;
  font-family: 'LATO';
}
.availability-wrapper .availability-table-body li.row {
  border-bottom: 3px #E6E6E6 solid;
  padding: 6px 0;
}
.availability-wrapper .stock-info {
  float: left;
  width: 100%;
}
.availability-wrapper .col.store-name {
  float: left;
  width: 70%;
  padding: 0;
}
.availability-wrapper .warehouse-name {
  font-size: 18px;
}
.availability-wrapper .additional-msg {
  color: #B8BCBF;
}
.availability-wrapper .card-link {
  margin-top: 50px;
}
.availability-wrapper .card-link a {
  background: #ffffff;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 53px;
  color: #F36C21;
  padding: 8px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #F36C21;
}
.availability-wrapper .card-link a:hover {
  color: #ffffff;
  background: #F36C21;
}
.availability-wrapper .col.store-stock-status {
  display: none;
}
.availability-wrapper .col.store-qty {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 0px;
}
.availability-wrapper .col.store-qty:after {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  float: right;
  content: "";
  border: 4px solid #000000;
}
.availability-wrapper .col.store-qty.active-qty:after {
  background: #000000;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.availability-wrapper .warehouse-contact-info {
  float: left;
  width: 100%;
  border-top: 3px #E6E6E6 solid;
  padding-top: 15px;
  margin-top: 10px;
}
.availability-wrapper .warehouse-address-info {
  width: 30%;
  float: left;
  font-size: 14px;
  padding-left: 30px;
}
.availability-wrapper .warehouse-location {
  float: right;
  width: 70%;
  padding: 0;
  top: 0;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .availability-wrapper h5.availability-title {
    font-size: 18px;
  }
  .availability-wrapper .warehouse-name {
    font-size: 16px;
  }
  .availability-wrapper .availability-table-body {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .availability-wrapper .additional-msg {
    float: left;
    font-size: 16px;
  }
  .availability-wrapper .warehouse-address-info {
    width: 100%;
    float: left;
    font-size: 14px;
    padding-left: 0;
  }
  .availability-wrapper .warehouse-location {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .availability-wrapper .card-link {
    margin-top: 20px;
  }
  .availability-wrapper .card-link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .product.data.items .item.content#availability\.tab {
    padding: 22px 22px 22px 22px;
  }
  .availability-wrapper .availability-table-body {
    padding: 0;
  }
  .availability-wrapper .warehouse-address-info {
    padding-left: 0;
  }
  .availability-wrapper .card-link a {
    font-size: 20px;
  }
}
.checkout-cart-index .gift-discount-coupon-container {
  float: left;
  width: 70%;
  padding-right: 3%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.checkout-cart-index .gift-discount-coupon-container #block-gift-card-discount {
  width: calc(50% - 10px);
  float: left;
  order: 2;
  background: #f36c21;
  padding: 7px 10px;
}
.checkout-cart-index .gift-discount-coupon-container #block-discount {
  float: left;
  margin: 0;
  width: calc(50% - 10px);
  order: 1;
  background: #f36c21;
  padding: 7px 10px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .title {
  display: table-cell;
  vertical-align: middle;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
  font-family: 'Lato';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 23px;
  color: #ffffff;
  margin-right: 9px;
  line-height: 41px;
  display: block;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content {
  display: table-cell !important;
  vertical-align: middle;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content .fieldset.coupon {
  display: inline-block;
  margin: 0px;
  padding: 0 40px 0 0;
  width: 100%;
  position: relative;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form {
  padding: 0px !important;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .field {
  margin: 0px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .field .control input {
  height: 41px;
  padding: 0 15px;
  font-family: 'Lato';
  font-size: 15px;
  border: none;
  border-radius: 2px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .actions-toolbar button.action {
  background: none;
  border: none;
  border-radius: 0px;
  font-size: 0px;
  height: 41px !important;
  padding: 0 !important;
  min-width: auto !important;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .actions-toolbar button.action:after {
  content: ">";
  font-family: 'Lato';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
  line-height: 41px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .action.secondary {
  display: none;
}
.checkout-cart-index .cart-summary {
  position: unset !important;
  width: 100%;
  float: none;
}
.checkout-cart-index .cart-sidebar-container {
  float: right;
  width: 30%;
}
.checkout-cart-index .cart-promo-block {
  width: 70%;
  float: left;
  padding-right: 3%;
}
.checkout-cart-index .cart-page-promo-block ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin-right: -19px;
}
.checkout-cart-index .cart-page-promo-block li {
  float: left;
  width: 47.5%;
  list-style: none;
  border: 3px solid #E6E6E5;
  margin-bottom: 20px;
  margin-right: 19px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: auto;
  min-height: 100px;
}
.checkout-cart-index .cart-page-promo-block li span {
  font-size: 15px;
  font-family: 'Lato';
  line-height: normal;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(1) {
  background: #E9F4F2;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(2) {
  background: #FEF2F3;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(3) {
  background: #FBFAE9;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(4) {
  background: #F7F7F5;
}
.checkout-cart-index button.mpsavecart-toggle {
  font-size: 1.4rem;
}
.checkout-cart-index .action.button:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .action.continue:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .action.update:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .action.clear:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .mpsavecart-toggle:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .page-title {
  font-size: 23px;
  font-family: 'Lato';
  line-height: normal;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.checkout-cart-index .product-item-photo .product-image-container {
  display: inline-block;
}
.widget-product.crosssell .heading-title {
  font-size: 30px;
  font-family: 'Lato';
  line-height: normal;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.widget-product.crosssell .product-item-info .product-show .product-btn {
  justify-content: center;
}
.widget-product.crosssell .product-item-info .product-show .product-btn .stock.available {
  display: none;
}
.widget-product.crosssell .product-item-info .product-item-details .product-sku {
  display: none;
}
.widget-product.crosssell .category-products {
  padding: 0 70px;
}
.widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -60px;
  top: 24%;
}
.widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -60px;
  top: 24%;
}
#discount-giftcard-form .fieldset.coupon {
  margin: 0px;
}
.cart-container .cart-sidebar-container .lease-calculator {
  padding: 24px 20px 9px;
}
.cart-container .cart-sidebar-container .lease-calculator .row {
  justify-content: center;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-left {
  border-top: 3px solid #E6E6E5;
  border-left: none;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-left .options {
  text-align: center;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-right {
  width: 100%;
  max-width: 380px;
  padding: 0;
  margin: 10px 0 30px 0;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-right .total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.cart-container .cart-sidebar-container .lease-calculator .row .message {
  text-align: center;
  padding: 0px 26px 25px 26px;
  color: #f36c21;
  max-width: 250px;
  font-size: 13px;
}
.cart-container .cart-sidebar-container .cart-summary {
  padding: 0 20px 20px;
}
.cart-container .cart-sidebar-container .cart-summary > .title {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-cart-index .cart-sidebar-container {
    width: 100%;
  }
  .checkout-cart-index .gift-discount-coupon-container {
    width: 100%;
    padding: 0px;
  }
  .checkout-cart-index .gift-discount-coupon-container #block-gift-card-discount {
    width: 100%;
    float: left;
    order: 2;
    background: #f36c21;
    padding: 7px 10px;
  }
  .checkout-cart-index .gift-discount-coupon-container #block-discount {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    order: 1;
    background: #f36c21;
    padding: 7px 10px;
  }
  .checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .cart-page-promo-block li {
    width: 100% !important;
    margin-right: 0px;
  }
  .checkout-cart-index .cart-page-promo-block ul {
    padding: 0px;
    margin: 0px;
  }
  .checkout-cart-index .cart-promo-block {
    padding: 0px;
    width: 100%;
    display: none;
  }
  .cart-container .cart-sidebar-container .lease-calculator {
    padding: 20px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total .price {
    font-size: 40px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total h3.title {
    font-size: 25px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .message {
    padding: 0px 26px 0px 26px;
  }
  .cart-container .cart-sidebar-container .cart-totals {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart-container .cart-sidebar-container .cart-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .cart-sidebar-container .opc-block-summary .table-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .category-products {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .cart-sidebar-container {
    width: 100%;
  }
  .checkout-cart-index .gift-discount-coupon-container {
    width: 100%;
    padding: 0px;
  }
  .checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .cart-page-promo-block li {
    margin-right: 14px;
  }
  .checkout-cart-index .cart-page-promo-block ul {
    padding: 0px;
    margin-right: -14px;
  }
  .checkout-cart-index .cart-promo-block {
    padding: 0px;
    width: 100%;
  }
  .header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label span.label {
    top: 3px;
    position: relative;
  }
  .header-top-inner .top-static-links .top-links {
    padding-left: 15px;
    padding-right: 0;
  }
  .cart-container .cart-sidebar-container .lease-calculator {
    padding: 20px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total .price {
    font-size: 40px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total h3.title {
    font-size: 25px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .message {
    padding: 0px 26px 0px 26px;
  }
  .cart-container .cart-sidebar-container .cart-totals {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart-container .cart-sidebar-container .cart-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .cart-sidebar-container .opc-block-summary .table-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .form-cart {
    width: 100%;
    padding: 0px;
  }
  .cart-container .crosssell {
    width: 100%;
    padding: 0px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .category-products {
    padding: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .cart-page-promo-block li {
    margin-right: 12px;
  }
  .checkout-cart-index .cart-page-promo-block ul {
    padding: 0px;
    margin-right: -12px;
  }
  .cart-container .cart-sidebar-container .lease-calculator {
    padding: 20px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right {
    margin: 0px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total {
    justify-content: center;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total .price {
    font-size: 40px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total h3.title {
    font-size: 25px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .message {
    padding: 0px 26px 0px 26px;
  }
  .cart-container .cart-sidebar-container .cart-totals {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart-container .cart-sidebar-container .cart-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .cart-sidebar-container .opc-block-summary .table-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .category-products {
    padding: 0px;
  }
}
.catalog-product-view .swatch-attribute.color_filter {
  border-top: 3px solid #E6E6E5;
  border-bottom: 3px solid #E6E6E5;
  padding: 0 30px;
}
.catalog-product-view .swatch-option.image {
  border: none !important;
}
.catalog-product-view .swatch-option.image:not(.disabled):hover {
  border: none !important;
}
.catalog-product-view .swatch-option.image.selected {
  border: none !important;
}
.catalog-product-view .swatch-attribute-label {
  display: block !important;
}
.catalog-product-view .swatch-attribute-selected-option {
  display: none !important;
}
.catalog-product-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-product-view .product-options-wrapper .owl-theme .owl-nav {
  margin-top: 0px;
}
.catalog-product-view .product-options-wrapper .swatch-option.image {
  margin: 0px auto;
  float: none;
  display: block;
}
.catalog-product-view .product-options-wrapper .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.catalog-product-view .product-options-wrapper .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.catalog-product-view .product-options-wrapper .owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.giftcard-information-container div.mage-error[generated] {
  margin-bottom: 10px;
  color: red;
  font-size: 1.3rem !important;
  position: relative;
  bottom: 100%;
  right: 0;
  max-width: 260px;
  border: none !important;
  padding: 5px 8px;
  border-radius: 3px;
  background: #fff;
  line-height: 1;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  z-index: 2;
  margin-top: 10px;
}
.giftcard-information-container div.mage-error[generated]:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -2px;
  top: 0;
  left: 20%;
  border: 4px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 7px 0 rgba(0, 0, 0, 0.3);
}
.col-12.col-md-5.col-lg-5.col-xl-5.col-btn-actions-desktop.d-none.d-md-block {
  padding-right: 0;
}
[name="shippingAddress.custom_attributes.customer_type"] > .label {
  display: none;
}
[name="shippingAddress.custom_attributes.customer_type"] .control .switch-field .switch {
  float: left;
  margin-right: 30px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.contact-store-cnt span {
  width: 100%;
  display: block;
}
.cms-page-view .page-main .contact-store-cnt span {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato';
}
.cms-page-view .page-main .contact-store-cnt .text-right span {
  text-align: right;
}
.cms-page-view .page-main .contact-store-cnt .title span {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  font-weight: 600;
}
.cms-page-view .page-main .contact-store-cnt .title span:hover {
  color: #808080;
}
.contact-store-cnt {
  margin-bottom: 30px;
}
.cms-page-view .page-main .contact-store-cnt h4,
.cms-page-view .page-main .contact-store-cnt h3 {
  color: #000;
  font-family: Lato;
}
.pull-left {
  float: left;
}
.text-right span {
  text-align: right;
}
.meile-btn {
  background: #ff661f;
  padding: 7px 25px 7px 25px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  float: right;
  margin-top: 5px;
  font-family: Lato;
}
.pull-right {
  float: right;
}
.contact-map-cnt {
  margin-top: 15px;
}
.contact-map-cnt iframe {
  width: 100%;
}
.nopadding-right {
  padding-right: 0px;
}
.store-list {
  max-height: 600px;
  height: 600px;
  box-shadow: 1px 1px 3px 0px #999999;
  overflow-y: auto;
}
.store-list #list {
  padding: 7px;
}
.store-list ul {
  width: 100%;
  float: left;
  list-style: none;
}
.store-list ul li {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f2f2;
}
.store-list ul li span {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
.store-list ul li span.red {
  color: #f00;
}
#list .title[aria-expanded="true"] .mbi-chevron-right {
  display: none;
}
#list .title[aria-expanded="false"] .mbi-chevron-down {
  display: none;
}
#list .mbi {
  font-weight: 800;
  vertical-align: middle;
  margin-right: 7px;
}
.map-heading {
  margin-top: 50px;
  font-weight: 600;
  font-size: 20px;
}
.main-head-contact {
  font-weight: 700;
  font-size: 30px;
}
strong.bold-text {
  font-weight: 600;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .store-list {
    height: auto;
  }
  .col-md-9.pull-right.nopadding-right.map {
    padding-top: 10px;
  }
  .meile-btn {
    float: left;
  }
  .col-md-4.nopadding.pull-left.mobilepad {
    top: 20px;
  }
  .col-md-4.nopadding.text-right.pull-left.last-detail {
    clear: both;
    top: 25px;
  }
  .main-head-contact {
    text-align: left;
  }
  .cms-page-view .page-main .contact-store-cnt .text-right span {
    text-align: left;
  }
}
.message-notice.message.notice.mp-preorder-checkout {
  float: left;
  width: 100%;
}
.form-shipping-address .field > input[type="checkbox"] + label:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  position: absolute;
  box-shadow: 0 0 0 2px #000000;
  top: 50%;
  margin-top: -6px;
  border-radius: 2px;
  left: 0;
}
.form-shipping-address .field > input[type="checkbox"]:checked + label:before {
  background: #000000;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #000000;
}
.table-comparison .cell {
  width: 235px;
  vertical-align: top;
}
.table-comparison .cell .product-item-name a {
  max-width: 236px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 38px;
}
.table-comparison th.cell.label {
  padding-left: 0;
}
.account .table-wrapper .data.table .action {
  color: #06c;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .table-comparison .cell {
    width: 196px;
  }
  .table-comparison .price-box {
    min-height: 40px;
  }
  .table-wrapper.comparison {
    margin-top: 10px;
  }
  .account .history-toolbar {
    margin-top: 10px;
  }
  .account .table-wrapper .data.table .action {
    width: 62%;
    display: block;
    color: #06c;
  }
  .account .table-wrapper .data.table.table-history-products .col.item {
    text-align: right;
  }
  .account .table-wrapper .data.table.table-history-products .col.item:before {
    text-align: left;
  }
  .account .table-wrapper .data.table.table-history-products .col.item span {
    width: 61%;
    margin-left: auto;
    text-align: left;
  }
  .account .table-wrapper .data.table.table-history-products .action {
    width: 61%;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.name {
    text-align: right;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.name:before {
    text-align: left;
    float: left;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.name a {
    width: 61%;
    margin-left: auto;
    text-align: left;
    display: inline-block;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.qty {
    text-align: left !important;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.actions .save-product-actions {
    display: inline-block;
    width: 61%;
    vertical-align: top;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.actions .save-product-actions .action {
    width: 100%;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.actions .action {
    width: 61%;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .table-comparison .cell {
    width: 176px;
  }
  .table-comparison .action.primary {
    padding: 5px 10px;
    min-width: 105px;
    font-size: 13px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available {
    font-size: 8px;
    line-height: 16px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available p {
    font-size: 8px;
    line-height: 16px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .table-comparison .cell {
    width: 176px;
  }
  .table-comparison .action.primary {
    padding: 5px 10px;
    min-width: 105px;
    font-size: 13px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available {
    font-size: 8px;
    line-height: 16px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available p {
    font-size: 8px;
    line-height: 16px;
  }
}
.amcheckout-step-container input[type="checkbox"] + label:before {
  border-radius: 100%;
}
.amcheckout-step-container .field > input[type="checkbox"]:checked + label:before {
  width: 13px;
  height: 13px;
  font-size: 0;
}
.amcheckout-step-container .billing-address-same-as-shipping-block > input[type="checkbox"]:checked + label:before {
  background: #fff !important;
}
.amcheckout-step-container .billing-address-same-as-shipping-block input[type="checkbox"] + label:before {
  background: #000 !important;
}
.cart-totals .grand.totals.incl .amount {
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
}
.cart-totals .grand.totals.incl .mark {
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
}
.cart-totals .grand.totals.excl strong {
  font-weight: normal;
}
/*************** Login And Registration page*************************/
.customer-account-login .page-main {
  background: none;
}
.customer-account-login .page-main .login-container {
  max-width: 100%;
  display: inline-block;
  margin: 50px 0;
}
.customer-account-login .page-main .login-container .remind {
  position: unset;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer {
  margin: 0px;
}
.customer-account-login .page-main .login-container .login-section .fieldset {
  padding: 0px;
  border: none;
  box-shadow: none;
}
.customer-account-login .page-main .login-container .login-section .fieldset > .field {
  margin: 0 0 6px 0;
}
.customer-account-login .page-main .login-container .login-section .fieldset > .field .label {
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  margin: 0 0 6px 0;
  display: block;
}
.customer-account-login .page-main .login-container .login-section .fieldset > .field .control .input-text {
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  height: 40px;
  border: 1px solid #f2f1f0;
}
.customer-account-login .page-main .login-container .login-section .fieldset .forgot-password-bg {
  margin: 14px 0 14px;
}
.customer-account-login .page-main .login-container .login-section .fieldset .forgot-password-bg .action.remind {
  background: #edebea;
  color: #e96c19;
  font-size: 15px;
  font-family: Lato;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  display: block;
}
.customer-account-login .page-main .login-container .login-section .fieldset .actions-toolbar .primary .action.primary {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e96c19;
  border-radius: 0;
  background: #e96c19;
  font-family: Lato;
  font-size: 15px;
}
.customer-account-login .page-main .login-container .login-section .fieldset .actions-toolbar .primary .action.primary:hover {
  background: #ffffff;
  color: #e96c19;
}
.customer-account-login .page-main .login-container .login-section .block {
  max-width: 251px;
  margin: 0 0 31px 0;
}
.customer-account-login .page-main .login-container .login-section .block .block-title {
  font-size: 23px;
  font-family: Lato;
  font-weight: bold;
  color: #000000;
  margin: 0 0 19px 0;
}
.customer-account-login .page-main .login-container .login-section .block .block-title strong {
  font-weight: bold;
}
.customer-account-login .page-main .login-container .login-section .block .block-title .title {
  padding: 0px;
  font-size: 23px;
  font-family: Lato;
  font-weight: bold;
  color: #000000;
}
.customer-account-login .page-main .login-container .login-section .block .block-content .social-btn {
  margin: 0 0 -1px;
  display: block;
}
.customer-account-login .page-main .login-container .login-section .block .block-content .social-btn .btn-social {
  background: #ffffff;
  color: #000000;
  border: 1px solid #edebea;
  font-size: 17px;
  font-family: Lato;
  padding: 18px 10px 18px 65px;
}
.customer-account-login .page-main .login-container .login-section .block .block-content .social-btn .btn-social svg {
  fill: #576baf;
  background: none;
  padding: 0px;
  width: 43px;
  height: 43px;
  left: 10px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer {
  max-width: 100%;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content p {
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 5px 0;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content ul {
  padding-left: 14px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content ul li {
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar {
  margin-top: 15px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar .primary .action.primary {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e96c19;
  border-radius: 0;
  background: #e96c19;
  font-family: Lato;
  font-size: 15px;
  line-height: 36px;
  width: 249px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar .primary .action.primary:hover {
  background: #ffffff;
  color: #e96c19;
}
.customer-account-login .page-main .login-container .login-section .login-page-promo img {
  width: 100%;
  height: auto;
}
.customer-account-login .page-main .login-section {
  float: left;
}
.customer-account-create .page-main {
  background: none;
}
.customer-account-create .page-main .block.block-new-customer {
  margin: 50px 0;
  max-width: 500px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .block-title {
  font-size: 23px;
  font-family: Lato;
  font-weight: bold;
  color: #000000;
  margin: 0 0 19px 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .block-title strong {
  font-weight: bold;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset {
  padding: 0px;
  box-shadow: none;
  margin: 0px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice .label {
  font-size: 15px;
  font-family: Lato;
  color: #000000;
  font-weight: normal;
  margin-right: 50px;
  padding-left: 46px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="radio"] + label::before {
  width: 23px;
  height: 23px;
  border: 2px solid #000;
  margin-top: -12px;
  font-size: 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="radio"]:checked + label::after {
  width: 13px;
  height: 13px;
  margin-top: -7px;
  left: 5px;
  font-size: 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="checkbox"] + label::before {
  width: 19px;
  height: 19px;
  border: 2px solid #000;
  margin-top: -9px;
  font-size: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="checkbox"]:checked + label::after {
  width: 9px;
  height: 9px;
  margin-top: -4px;
  left: 5px;
  font-size: 0;
  position: absolute;
  top: 50%;
  border: 1px solid #000000;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #000000;
  content: "";
  display: block;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field {
  width: 100%;
  margin: 0 0 5px 0px;
  padding: 0px;
  float: left;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.additional {
  margin-top: 10px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field label {
  font-size: 15px;
  font-family: Lato;
  color: #000000;
  font-weight: normal;
  margin: 0 0 6px 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.required:not(.choice) .label:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field .control .input-text {
  border: 1px solid #7a504c;
  border-radius: 3px;
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  height: 30px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field .control select {
  border: 1px solid #7a504c;
  border-radius: 3px;
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  height: 30px;
  width: 100%;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields {
  margin: 0 -5px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields .field {
  padding: 0 5px;
  width: 50%;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset.create.account .field.choice .label {
  line-height: 19px;
  margin: 0px;
  width: 100%;
  padding: 0 0 0 30px;
  display: block;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset.create.account .field.choice .label .required-symbol {
  color: red;
  margin-left: 5px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset.create.account .field.choice.privacy-policy {
  margin-top: 20px;
  margin-bottom: 10px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .required-text {
  display: inline-block;
  margin: 10px 0 25px 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-size: 15px;
  color: red;
  font-weight: normal;
}
.customer-account-create .page-main .block.block-new-customer .block-content .actions-toolbar .primary .action.primary {
  height: 60px;
  padding: 0 15px;
  border: 1px solid #e96c19;
  border-radius: 3px;
  background: #e96c19;
  font-family: Lato;
  font-size: 20px;
  width: 200px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .actions-toolbar .primary .action.primary:hover {
  background: #ffffff;
  color: #e96c19;
}
.form.form-edit-account .fieldset .company-fields .field {
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .customer-account-login .page-main .login-container .login-section {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .customer-account-login .page-main .login-container .login-section.new-account-container {
    margin-bottom: 30px;
  }
  .customer-account-login .page-main .login-container .login-section .block {
    max-width: 100%;
  }
  .customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar .primary .action.primary {
    width: 100%;
  }
  .customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields .field.password {
    width: 100%;
  }
  .customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields .field.confirmation {
    width: 100%;
  }
}
#related\.post\.tab h5 {
  font-size: 1.5em;
  font-weight: bold;
}
.mp-attachment-container h5 {
  font-size: 1.5em;
  font-weight: bold;
}
.checkout-index-index .field._error .control input {
  border-color: #e6e7e6;
}
.checkout-index-index .field._error .control select {
  border-color: #e6e7e6;
}
.checkout-index-index .field._error .control textarea {
  border-color: #e6e7e6;
}
.checkout-index-index .payment-method-content input[type="checkbox"] + label:before {
  margin-top: -8px;
}
/*Order Success Page*/
.checkout-onepage-success .main-container {
  padding-top: 10px;
}
.checkout-onepage-success .main-container .messages-wrap {
  display: none;
}
.checkout-onepage-success .main-container .page-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  font-family: 'Lato';
}
.checkout-onepage-success .main-container .checkout-success {
  margin-top: 30px;
}
.checkout-onepage-success .main-container .checkout-success .order-number-title {
  font-weight: 800;
}
.checkout-onepage-success .main-container .checkout-success .order-number-title .order-number {
  font-weight: normal;
}
.checkout-onepage-success .main-container .checkout-success .order-success-email-text {
  margin-top: 15px;
}
.checkout-onepage-success .main-container .checkout-success .block-order-details .order-date {
  border-bottom: none;
}
.checkout-onepage-success .main-container .checkout-success .block-order-details-view .block-content .box-title span {
  font-weight: 800;
}
.checkout-onepage-success .main-container .checkout-success .order-details-items {
  text-align: left;
  padding: 0;
  border-color: #E6E6E5;
}
.checkout-onepage-success .main-container .checkout-success .order-details-items tfoot td {
  background: #ffffff;
}
.checkout-onepage-success .main-container .checkout-success .order-details-items .col.price .price-excluding-tax .price,
.checkout-onepage-success .main-container .checkout-success .order-details-items .col.subtotal .price-excluding-tax .price {
  font-size: 16px;
}
.checkout-onepage-success .main-container .actions-toolbar {
  margin-top: 25px;
}
.checkout-onepage-success .main-container .actions-toolbar .action.primary {
  background-color: #F36C21;
  border: 1px solid #F36C21;
  font-size: 23px;
  font-weight: normal;
  line-height: 40px;
  text-transform: uppercase;
  padding: 5px 40px;
}
.checkout-onepage-success .account .column.main .block:not(.widget) .block-title {
  background: #E6E6E5;
  padding: 15px;
  border-bottom: none;
  margin-bottom: 15px;
}
.checkout-onepage-success .account .column.main .block:not(.widget) .block-title strong {
  font-weight: 800;
  font-size: 20px;
}
.checkout-onepage-success .account .table > thead > tr > th {
  padding: 10px 5px 10px 0px;
  border-color: #E6E6E5;
}
.checkout-onepage-success .account .table > tbody > tr > td {
  border-color: #E6E6E5;
}
.checkout-onepage-success .account .table .col.sku {
  padding: 10px 5px 10px 15px;
}
.checkout-onepage-success .account .table .col.subtotal {
  padding: 10px 15px 10px 5px;
}
.checkout-onepage-success .account .table .col.qty .title {
  display: none;
}
.checkout-onepage-success .account .table tfoot {
  background: #ffffff;
}
.checkout-onepage-success .account .table tfoot tr.subtotal th {
  padding: 5px 0;
}
.checkout-onepage-success .account .table tfoot tr.subtotal td {
  padding: 0;
  padding-right: 15px;
}
.checkout-onepage-success .account .table tfoot td {
  padding-right: 15px;
}
.checkout-onepage-success .account .table tfoot tr.grand_total {
  border-top: 1px solid #E6E6E5;
}
.checkout-onepage-success .account .table tfoot tr.grand_total th,
.checkout-onepage-success .account .table tfoot tr.grand_total td {
  padding: 10px 0 10px 0;
  font-size: 20px;
}
.checkout-onepage-success .account .table tfoot tr.grand_total th strong,
.checkout-onepage-success .account .table tfoot tr.grand_total td strong {
  font-weight: normal;
  font-size: 16px;
}
.checkout-onepage-success .account .table tfoot tr.grand_total th span {
  font-size: 16px;
  color: #000000;
}
.checkout-onepage-success .account .table tfoot tr.grand_total td {
  padding-right: 15px;
}
.checkout-onepage-success .print {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-onepage-success .order-details-items .order-title {
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .checkout-onepage-success .account .table-order-items tbody tr {
    padding: 10px;
  }
  .checkout-onepage-success .account .table tfoot tr.subtotal td {
    padding-right: 0;
  }
  .checkout-onepage-success .account .table tfoot tr.grand_total td {
    padding-right: 0;
  }
  .checkout-onepage-success .order-items.table-wrapper .col.price {
    text-align: left;
  }
  .checkout-onepage-success .order-items.table-wrapper .col.subtotal {
    text-align: left;
  }
  .checkout-onepage-success .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .checkout-onepage-success .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border: none;
  }
  .checkout-onepage-success .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    padding: 10px;
  }
  .checkout-onepage-success .main-container .checkout-success .order-details-items tfoot td {
    padding: 5px 0;
  }
}
/*Gift card user image fit in the container*/
#preview-giftcard-image img {
  width: 100%;
  height: 100%;
}
/*Gift card Product page design*/
.mp-gift-card-product .wrapper-breadcrums {
  display: block;
  margin: 0;
}
.mp-gift-card-product .product-info-main-content {
  padding-top: 0;
}
.mp-gift-card-product .product-info-main .product-info-top .product.attribute.overview {
  font-size: 16px;
}
.mp-gift-card-product .product-info-main .product-info-top .product.attribute.overview .value {
  font-size: 16px;
}
.mp-gift-card-product .product-info-main .product-info-top .product.attribute.overview ul {
  list-style: decimal;
  line-height: 20px;
}
.mp-gift-card-product .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
  text-transform: lowercase;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-container-preview {
  margin: 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting {
  padding: 20px 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .block-title {
  color: #000000;
  font-size: 16px !important;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .block-title span:after {
  content: ":";
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images {
  margin: 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload {
  margin: 15px 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.item-template {
  margin: 5px 0 5px 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] span:after {
  content: ":";
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting-select {
  display: none;
}
.mp-gift-card-product .price-box {
  display: none !important;
}
.mp-gift-card-product .giftcard-information-container .giftcard-field-label {
  text-align: left;
}
.mp-gift-card-product .giftcard-information-container .giftcard-field-label:after {
  content: ":";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .mp-gift-card-product .giftcard-template-container .giftcard-template-container-preview {
    margin: auto;
  }
  .mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images .image.item-template {
    width: 100%;
    height: 50px;
  }
  .mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images .image.item-template .template-image-wrapper {
    width: 100%;
    height: 100%;
  }
}
#go-top {
  right: 40px;
  bottom: 90px;
}
html[lang="ru"] .page-header .header-menu-content .magebig-nav {
  display: flex;
  justify-content: space-between;
}
html[lang="ru"] .page-header .header-menu-content .magebig-nav li.level0 > a {
  padding: 0 16px;
}
.block-dashboard-info .change-password {
  float: right;
}
/*Wishlist Page design*/
.products-grid.wishlist .clean-table.linearize-table {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  color: #4c4c4c;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
.products-grid.wishlist .clean-table.linearize-table thead th {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid silver;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td {
  padding: 15px;
  vertical-align: top;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-image {
  width: 113px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-quantity {
  width: 80px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-quantity input {
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-price .price-box {
  margin: 7px 0;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-cart {
  width: 150px;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-cart p.unavailable.stock {
  line-height: 38px;
  margin: 0px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-remove {
  width: 20px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-remove .btn-remove.action {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  text-shadow: none;
  color: transparent;
  position: relative;
  font-size: 0px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-remove .btn-remove.action:after {
  content: "\e681";
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td .wishlist-sku {
  margin-bottom: 10px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td .product-item-name {
  margin: 0px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td .product-item-name a {
  margin: 0px;
}
.form-wishlist-items .actions-toolbar {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .products-grid.wishlist .product-item-inner {
    display: none;
  }
  .products-grid.wishlist .clean-table.linearize-table thead th {
    display: none;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr {
    border-bottom: 1px solid #cccccc;
    display: block;
    position: relative;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-image {
    width: 100%;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-image .product-item-photo {
    width: 113px;
    margin: 0px;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-quantity {
    width: 100%;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-quantity .field.qty {
    width: 80px;
    display: inline-block;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-price {
    width: 100%;
    text-align: left;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-cart {
    width: 100%;
    text-align: left;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-cart p.unavailable.stock {
    line-height: 38px;
    margin: 0px;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-remove .btn-remove.action:after {
    content: "\e681";
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td[data-rwd-label]::before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
}
.widget.block.block-recent-posts.block-list-posts .block-content .item.clearfix .post-image {
  min-height: auto;
}
.lease-calculator .col-right .mobile-lease-calculator-toggle {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cms-index-index .column.main .block-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cms-index-index .column.main .block-wrap .top-promotion-row.top-promotion-layout04 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .cms-index-index .column.main .block-wrap .top-category-row.top-category-layout04 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .cms-index-index .column.main .block-wrap .top-products-tab-row.top-product-tab-layout04 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    width: 100%;
  }
  .icon-top-mobile .shops-topbar.col.mobile {
    float: left;
    margin: 0 0 0 12px;
    padding: 0px;
    width: 23px;
    max-width: 23px;
  }
  .icon-top-mobile .shops-topbar.col.mobile a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 5px;
    color: #000000;
    background: url(../images/location_icon.svg) no-repeat center top;
    background-size: auto;
    background-size: 100% auto;
    padding-top: 34px;
    float: left;
    text-transform: uppercase;
    width: 100%;
  }
  .icon-top-mobile .shops-topbar.col.mobile a .mbi.mbi-user {
    display: none;
  }
  .icon-top-mobile .shops-topbar.col.mobile a span {
    display: none;
  }
  body .wrapper-breadcrums li a {
    color: #808080;
  }
  .catalog-product-view .gallery-placeholder.vertical.imgs {
    padding-bottom: 0;
  }
  .catalog-product-view .wrapper-breadcrums {
    display: block;
    margin: 0 0 10px 0;
  }
  .catalog-product-view .product-info-main-content {
    padding-top: 0px;
  }
  .catalog-product-view .product-info-top {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog-product-view .product-info-top .product.attribute.sku {
    float: left;
    margin: 0 0 10px 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog-product-view .product-info-top .product.attribute.sku .type {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #808080;
    display: inline-block;
    margin-right: 5px;
  }
  .catalog-product-view .product-info-top .product.attribute.sku .type:after {
    content: ':';
  }
  .catalog-product-view .product-info-top .product.attribute.sku .value {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #808080;
    display: inline-block;
    vertical-align: top;
  }
  .catalog-product-view .product-info-top .page-title-wrapper {
    float: left;
    margin: 0 0 10px 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog-product-view .product-info-top .page-title-wrapper .page-title {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
  }
  .catalog-product-view .lease-calculator {
    position: relative;
  }
  .catalog-product-view .lease-calculator .col-right .mobile-lease-calculator-toggle {
    position: absolute;
    right: 30px;
    top: 42px;
    width: 33px;
    height: 33px;
    font-size: 0px;
    cursor: pointer;
    display: block;
    background: url(../images/mobile-lease-calculator-toggle-active.png) no-repeat center;
  }
  .catalog-product-view .lease-calculator .col-right .mobile-lease-calculator-toggle.active {
    background: url(../images/mobile-lease-calculator-toggle.png) no-repeat center;
  }
  .catalog-product-view .lease-calculator .row .col-left {
    display: none;
  }
}
.table tfoot .grand_total_incl .mark strong {
  font-weight: bold;
  font-size: 16px;
}
.table tfoot .grand_total_incl .amount strong .price {
  font-weight: bold;
  font-size: 16px;
}
.opc-block-summary .table-totals .grand.excl strong {
  font-weight: normal;
  font-size: 12px;
}
body.page-layout-1column .block.widget.block-viewed-products-grid li.product-item {
  width: 25%;
}
.product-item-info .product-item-photo .product-image-container {
  display: inline-block;
}
.product-item-info .product-item-photo span.discount-percent {
  background: #F36C21;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.product-item-info .product-item-photo span.discount-percent.new-label {
  background: #4AB862;
  right: 72px;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.product-item-info .product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.product-item-info .product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.product-item-info .product-item-details .product.sku {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin: 0 0 14px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.product-item-info .product-item-details .price-box {
  margin: 0 0 2px 0;
}
.product-item-info .product-item-details .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
}
.product-item-info .product-item-details .price-box .special-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 36px;
  color: #f4752f;
}
.product-item-info .product-item-details .price-box .old-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
.product-item-info .product-item-details .product.monthly_payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #f36c21;
  text-transform: lowercase;
}
.product-item-info .product-item-details .product.monthly_payment .value {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #f36c21;
}
.product-item-info .recently_view_products_data {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0 0 11px;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.product-item-info .recently_view_products_data .product.recently_product_stock {
  float: left;
  margin: 0px;
  padding: 0 10px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 30px;
}
.product-item-info .recently_view_products_data .product.recently_product_stock .value {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.out-of-stock {
  background: #F36C21;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.toode-laos {
  background: #F36C21;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.pre-order {
  background: #468FCD;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.pre-order.backorder {
  background: #B7D43E;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn {
  float: right;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .btn-quickview {
  display: none;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocart.primary {
  min-width: auto;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocart.primary span {
  width: 56px;
  height: 39px;
  background: url("../images/add_cart_button.svg") no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
  line-height: 34px;
  display: inline-block;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocart.primary:hover span {
  background: url("../images/add_cart_button_hover.svg") no-repeat center top;
  background-size: 44px 44px;
  background-color: inherit;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.towishlist span {
  width: 51px;
  height: 39px;
  background: url("../images/add_wishlist.svg") no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  line-height: 34px;
  display: inline-block;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.towishlist:hover span {
  background: url("../images/add_wishlist_hover.svg") no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocompare span {
  width: 48px;
  height: 40px;
  background: url("../images/add_compare.svg") no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  line-height: 34px;
  display: inline-block;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocompare:hover span {
  background: url("../images/add_compare_hover.svg") no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn .stock.unavailable {
  display: none;
}
.product-item-info .recently_view_products_data button {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}
.product-item-info .recently_view_products_data a {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}
.block-viewed-products-grid .block-title strong {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 30px 0;
  display: block;
}
.block-viewed-products-grid .block-title strong::after {
  content: ":";
}
.block-viewed-products-grid .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url("../images/owl-prev.png") no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -70px;
  top: 30%;
}
.block-viewed-products-grid .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url("../images/owl-next.png") no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -70px;
  top: 30%;
}
.page-bottom {
  background-color: inherit;
}
.recently-viewed .category-products {
  padding: 30px 0;
}
.recently-viewed .product-item-photo:hover img {
  outline: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title #everypaycards + .label {
  background: #ffffff url(../images/card_payment_logo.svg) no-repeat center right 15px;
  padding-right: 125px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .widget-product.recently-viewed.block-viewed-products-grid .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
    background: url("../images/owl-prev.png") no-repeat center;
    margin: 0px;
    background-size: 100% auto;
    font-size: 0px;
    top: 30%;
  }
  .widget-product.recently-viewed.block-viewed-products-grid .product-items.owl-carousel .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
    background: url("../images/owl-next.png") no-repeat center;
    margin: 0px;
    background-size: 100% auto;
    font-size: 0px;
    top: 30%;
  }
  .recently-viewed .category-products .product-items {
    padding: 0 30px;
  }
}
.tiktok-icon::before {
  background: url(../images/tiktok_color.png) no-repeat center;
  width: 100%;
  background-size: contain;
  height: 100%;
  display: block;
}
.catalog-product-view .product.media .fotorama {
  overflow: visible;
}
.catalog-product-view .product.media .fotorama .fotorama__thumb-border {
  pointer-events: none;
  border-width: 3px;
}
.catalog-product-view .product.media .fotorama .dimensions-wrapper #dimensions-image {
  display: none;
  width: 120px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: -11px;
  z-index: 11;
}
.catalog-product-view .product.media .fotorama .dimensions-wrapper #dimensions-image.active .fotorama__thumb {
  border: 3px solid #A5A5A5;
}
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #video-image {
  display: none;
  width: 120px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: -11px;
  z-index: 11;
}
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #video-image.active .fotorama__thumb {
  border: 3px solid #A5A5A5;
}
@media (max-width: 768px) {
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap {
    position: relative;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__nav--thumbs {
    display: inline-block;
    position: relative;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left,
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right {
    top: 42%;
    transform: translate(0, -50%);
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right {
    right: -10px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left {
    left: -10px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .dimensions-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .dimensions-wrapper #dimensions-image {
    margin-right: 0 !important;
    margin-left: 5px;
    margin-top: 0px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .video-thumb-wrapper {
    display: inline-block;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .video-thumb-wrapper #video-image {
    margin-right: 0 !important;
    margin-left: 5px;
  }
}
.page.messages {
  width: 520px;
  margin-left: -260px;
}
.page.messages .messages .message {
  text-align: left;
}
.page.messages .messages .message > div {
  padding-left: 80px;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page.messages {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 90%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0;
  }
  .page.messages .messages .message {
    text-align: center;
    margin: 0 0 5px 0;
    padding: 30px 15px;
    font-size: 17px;
  }
  .page.messages .messages .message > div {
    text-align: center;
    padding-top: 60px;
    line-height: 1.4;
    padding-left: 0;
    width: 100%;
  }
  .page.messages .messages .message > *:first-child:before {
    display: flex;
    left: 50%;
    justify-content: center;
    margin: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    position: absolute;
    top: 30px;
    transform: translate(-50%, 0%);
    background-color: var(--bg-color);
    background-image: var(--bg-image);
  }
  .page.messages .messages .close-message-bg {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    right: auto;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100vw;
    height: 100vh;
  }
}
.field > input[type="checkbox"]:checked + label:before {
  content: '\e934';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.mp-giftcard-preview-email .mp-giftcard-html {
  display: none;
}
.mp-giftcard-preview-email .mp-giftcard-html .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 88%;
  width: 88%;
}
.mp-giftcard-preview-email .mp-giftcard-html .modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email .mp-email-html iframe {
  height: 95%;
  border: none;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content > div {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email .mp-email-html {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email iframe {
  height: 98% !important;
  border: none;
}
.modal-popup.mp-giftcard-modal-email-preview._show .modal-inner-wrap {
  height: 90%;
}
.search-filter-wrap {
  margin-bottom: 15px;
}
.methods-shipping .table-checkout-shipping-method tbody .cargoson .col-price .price,
.methods-shipping .table-checkout-shipping-method tbody .eesti_post .col-price .price,
.methods-shipping .table-checkout-shipping-method tbody .smartpost .col-price .price,
.methods-shipping .table-checkout-shipping-method tbody .dpd .col-price .price {
  visibility: visible;
}
.methods-shipping .table-checkout-shipping-method tbody .col-delivery-windows {
  border-top: none;
  padding: 0 0 20px 0;
  width: 100%;
  max-width: 550px;
  border: 0;
  padding-top: 5px;
}
.methods-shipping .table-checkout-shipping-method tbody .cargoson-parcel-point td {
  width: 100%;
  max-width: 550px;
  border: 0;
  padding-top: 5px;
}
.show-read-more .more-text {
  display: none;
}
.read-more {
  text-decoration: underline;
  font-weight: 400;
}
.giftcard-info-price .price-box {
  display: none;
}
.checkout-index-index .checkout-header .title {
  font-family: Lato;
  font-size: 23px;
}
.checkout-index-index .delivery-information {
  margin: 100px 0 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields {
  margin-bottom: 15px;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields label.label {
  display: none;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields .field.additional {
  margin-top: 15px;
}
.checkout-index-index .column.main #block-gift-card-discount .action-toggle::after {
  display: none;
}
.checkout-index-index .column.main #block-gift-card-discount .form-discount {
  padding: 0px;
}
.checkout-index-index .additional-options .field .label {
  display: inline-block;
  margin: 0px;
  padding: 0 0 0 30px;
  width: 100%;
  font-size: 12px;
  color: #000000;
}
.checkout-index-index .additional-options .field .label a {
  color: #000000;
}
.checkout-index-index .additional-options .field .label::before {
  margin: 0;
  top: 3px;
}
.checkout-index-index .additional-options .field.checkout-agreement {
  display: inline-block;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #000000;
}
.checkout-index-index .additional-options .field.checkout-agreement.required .action-show:after {
  content: "*";
  color: red;
}
#checkout .authentication-wrapper {
  margin-top: -48px;
}
#checkout .authentication-wrapper > span {
  font-family: Lato;
  font-size: 12px;
}
#checkout .authentication-wrapper .action-auth-toggle::before {
  display: none;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 0 5px;
  border-radius: 5px;
  background: #f36b21;
  color: #ffffff;
  font-size: 12px;
  font-family: Lato;
  border-color: #f36b21;
  line-height: 21px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 5px;
}
.amcheckout-step-container {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 6px 12px;
  background: #5b1e15;
  font-weight: 500;
  font-size: 23px;
  cursor: pointer;
  color: #ffffff;
  font-family: Lato;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  background: #fff;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover {
  box-shadow: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
  padding: 20px 0;
  font-size: 12px;
  line-height: normal;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-methods #smartpost-added-tr {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #smartpost-added-tr td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_omniva {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_omniva td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee .label {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .billing-address-same-as-shipping-block label::before {
  top: 2px;
  margin: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address [name='billingAddressshared.telephone'] .field-tooltip.toggle {
  display: none;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected {
  border-color: #000000;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 20px 20px 20px 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 15px 20px 16px 50px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 2px solid #e6e7e6;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label:hover {
  box-shadow: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label::before {
  transform: translate(0, -50%);
  left: 20px;
  margin: -1px 0 0 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label::after {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  border: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: none;
}
.amcheckout-step-container input[type="checkbox"] + label::before {
  border-color: #000000;
  background: #ffffff !important;
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.amcheckout-step-container input[type="checkbox"] + label:before {
  border-width: 2px;
}
.amcheckout-step-container input[type="checkbox"] + label:hover::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="checkbox"]:checked + label::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
  margin: -7px 0 0 0;
}
.amcheckout-step-container input[type="radio"] + label::before {
  border-color: #000000;
  background: #ffffff !important;
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  border-width: 2px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.amcheckout-step-container input[type="radio"] + label:hover::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="radio"]:checked + label::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="text"],
.amcheckout-step-container input[type="password"],
.amcheckout-step-container input[type="url"],
.amcheckout-step-container input[type="tel"],
.amcheckout-step-container input[type="search"],
.amcheckout-step-container input[type="number"],
.amcheckout-step-container input[type="datetime"],
.amcheckout-step-container input[type="email"],
.amcheckout-step-container select {
  height: 45px;
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container textarea {
  height: 118px;
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .fieldset > .field > .label {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding: 0px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  flex-wrap: wrap;
  align-items: initial;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 25%;
  flex: unset;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.details-sku {
  width: 15%;
  display: block;
  word-break: break-all;
  padding-right: 2px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.product-item-name-block {
  width: 50%;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.details-qty {
  width: 15%;
  text-align: center;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.subtotal {
  width: 20%;
  text-align: right;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.subtotal * {
  width: 100%;
  font-size: 12px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  max-height: none;
  min-height: unset;
  overflow: visible;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 0;
  border-bottom: none;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  font-size: 12px;
}
.amcheckout-step-container .minicart-items .product-item-details .price-including-tax {
  margin: 0;
}
.amcheckout-step-container .minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.amcheckout-step-container .amcheckout-additional-options {
  border: 2px solid #e6e7e6;
  border-top: none;
  border-bottom: none;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
  margin: -7px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 15px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: -7px 0;
}
.amcheckout-step-container .amcheckout-additional-options p.red {
  color: red;
  font-size: 12px;
  margin: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 12px;
}
._amcheckout-selectable-item.-selected {
  border-color: #000000;
}
.delivery-date .control {
  position: relative;
}
.delivery-date .control input {
  width: 100%;
  border: 2px solid #e6e7e6;
}
.delivery-date .control .remove-delivery-date {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.delivery-comment {
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
  display: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container {
  border: none !important;
  background: #ffffff !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  padding: 6px 12px;
  background: #5b1e15 !important;
  font-weight: 500;
  font-size: 23px;
  cursor: pointer;
  color: #ffffff;
  font-family: Lato;
  margin: 0 0 10px 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .step-content.amcheckout-content {
  border: 2px solid #e6e7e6;
  border-bottom: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 25%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-sku {
  width: 15%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-name {
  width: 50%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-qty {
  width: 15%;
  text-align: center;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-subtotal {
  width: 20%;
  text-align: right;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-inner .subtotal {
  width: 20%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
  padding: 0px;
  font-size: 12px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > .admin__field.admin__field-option .admin__field-label::before {
  margin: 0 18px 0 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
  border: none !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
  text-align: left !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: auto;
  border-radius: 5px;
  background: #f36b21;
  text-transform: uppercase;
}
.field > input[type="checkbox"]:checked + label::after {
  display: none;
}
.checkout-payment-method .payment-method-title .payment-icon {
  order: 2;
}
.checkout-payment-method #block-gift-card-discount.payment-option._collapsible .payment-option-content {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px;
  border: 2px solid #e6e7e6;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .gift-card-apply {
  float: left;
  margin: 0px;
  padding: 0 0 0 20px;
  width: calc(100% - 129px);
  position: relative;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .gift-card-apply input {
  height: 30px;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar {
  position: absolute;
  right: 2px;
  top: 2px;
  width: auto;
  margin: 0;
  left: auto;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar .primary {
  min-width: unset;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar .primary .action {
  background: #5b1e15;
  padding: 0px 10px;
  line-height: 26px;
  height: auto;
  min-height: auto;
}
.checkout-payment-method .payment-option-content .gift-card-apply .payment-option-inner {
  margin: 0px;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method #block-gift-card-discount .payment-option-title {
  display: none;
}
.checkout-gift-cart-label {
  margin: 0;
  float: left;
}
.opc-block-summary .items-in-cart > .title {
  display: none;
}
.opc-block-summary .table-totals .grand strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.column.main .opc-block-summary .product-item {
  padding: 0px;
  margin: 0px;
  border: none;
}
.cart-totals .grand strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.amcheckout-step-container.-summary .checkout-payment-method {
  padding: 10px 20px;
  border: 2px solid #e6e7e6;
  border-top: none;
  border-bottom: none;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option-content {
  display: block !important;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code._active .payment-option-content {
  display: none !important;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount {
  position: relative;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar .primary {
  min-width: unset;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar .primary .action {
  background: #f36b21;
  padding: 0px 10px;
  line-height: 26px;
  height: auto;
  min-height: auto;
  border: 2px solid #e6e7e6;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount input {
  height: 30px;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .payment-option-inner {
  padding: 0 115px 0 0;
}
.amcheckout-step-container.-summary .checkout-payment-method.submit {
  border-bottom: 2px solid #e6e7e6;
}
.amcheckout-step-container .form-login {
  border-bottom: none;
}
/* UUS */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_actions-switcher.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FEvelekt_CategoryFooter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FEvelekt_CustomizeCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FEvelekt_FlipImage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FEvelekt_FreeShippingMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMageplaza_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FEvelekt_GiftCardCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FEvelekt_References%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FEvelekt_Series%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMageplaza_StockStatus%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FInbank_ProductPage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMageplaza_Blog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMageplaza_QuickOrder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkbox-radio.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagezon_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMageBig_WidgetPlus%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_further-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fpages%5C%2F_search-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_strap.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_cms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_calculator.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_evelekt_b2c.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FCargoson_Shipping%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_evelekt%5C%2Fet_EE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA8FI%2CeAAC%3BAACD%2CeAAC%3BEC2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAD%5C%2FLA%2CeAAC%3BEC%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BADnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BECiLnB%2CYAAA%3BED%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CuBAAC%3BAACD%2CuBAAC%3BEC2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAD%5C%2FLA%2CuBAAC%3BEC%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BADnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BECiLnB%2CYAAA%3BED%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BEACG%2CqBAAA%3B%3BAEsHR%3BAAymCA%2CmBA0BI%2CQAAO%3BAAjlCH%2CeADJ%2CQACK%3BEDrDL%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BED5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEEvJA%2CgBAAA%3BEDiPA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAEjJA%2C0BAAC%3BADoJL%2CkBCpJK%3BAD6vCL%2CmBA0BI%2CQAAO%2CMCvxCN%3BADsMG%2CeADJ%2CQACK%2COCtMJ%3BEFiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAE5IA%2C0BAAC%3BAD%2BIL%2CkBC%5C%2FIK%3BADwvCL%2CmBA0BI%2CQAAO%2CMClxCN%3BADiMG%2CeADJ%2CQACK%2COCjMJ%3BEF4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2C0BAAC%3BAD0IL%2CkBC1IK%3BADmvCL%2CmBA0BI%2CQAAO%2CMC7wCN%3BAD4LG%2CeADJ%2CQACK%2COC5LJ%3BEFuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAEyFL%2CkBF3FK%3BAE2FL%2CkBF1FK%3BAE0FL%2CkBFzFK%3BAEksCL%2CmBA0BI%2CQAAO%2CMF9tCN%3BAEosCL%2CmBA0BI%2CQAAO%2CMF7tCN%3BAEmsCL%2CmBA0BI%2CQAAO%2CMF5tCN%3BAE2IG%2CeADJ%2CQACK%2COF7IJ%3BAE6IG%2CeADJ%2CQACK%2COF5IJ%3BAE4IG%2CeADJ%2CQACK%2COF3IJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAEkFvB%2CkBFpFK%3BAEoFL%2CkBFnFK%3BAACD%2CQAAQ%2CUEkFZ%3BAAymCA%2CmBA0BI%2CQAAO%2CMFvtCN%3BAE6rCL%2CmBA0BI%2CQAAO%2CMFttCN%3BAACD%2CQAAQ%2CUE2rCZ%2CoBA0BI%2CQAAO%3BAAjlCH%2CeADJ%2CQACK%2COFtIJ%3BAEsIG%2CeADJ%2CQACK%2COFrIJ%3BAACD%2CQAAQ%2CUEoIJ%2CgBADJ%2CQACK%3BEDrDL%2CcAAA%3BEAAA%2CYAAA%3BED5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAE6ER%2CkBAjPK%3BAAiPL%2CkBAjPe%2CIAAI%3BAA01CnB%2CmBA0BI%2CQAAO%2CMAp3CN%3BAA01CL%2CmBA0BI%2CQAAO%2CMAp3CI%2CIAAI%3BAAmSX%2CeADJ%2CQACK%2COAnSJ%3BAAmSG%2CeADJ%2CQACK%2COAnSM%2CIAAI%3BEACX%2CgBAAA%3BED6OJ%2CcAAA%3B%3BAC1QJ%3BED0QI%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BADqDA%2C2BAAC%3BAACD%2C2BAAC%3BAEhUL%2C%2BBF%2BTK%3BAE%5C%2FTL%2C%2BBFgUK%3BECtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAD4DA%2C2BAAC%3BAEtUL%2C%2BBFsUK%3BEC5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAApPA%2CoBAAC%3BAACD%2CoBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BACgKR%2CoBEnKI%3BEAEI%2CeAAA%3BEH8OJ%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKzBiB%2COLyBjB%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CoBDzCJ%2CeCwCC%2COACI%3BEJuML%2CcAAA%3B%3BAGqEA%2CoBArTA%2CeAqTC%3BEHrED%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSOxOc%2COPwOd%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BEJuML%2CcAAA%3B%3BAC7EJ%2CoBEoBI%3BEHyDA%2CSAAA%3BEAAA%2CUAAA%3BEE1KA%2CqBAAA%3BEF0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEGhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEH8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAC7EJ%2CoBEoBI%2CYAsBI%3BEHmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAG3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BEH2BT%2CmBAAA%3BEGzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BEACG%2CiBAAA%3BEHzSJ%2CsDAAA%3BEG2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BEACG%2CiBAAA%3BEH%5C%2FSJ%2CsDAAA%3BEGiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BEHxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAG6PA%2CoBAtTA%2CYAsTC%3BEH7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAGZA%2CoBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAFrCZ%2C6BGiCM%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAIHA%2C6BAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSKnFS%2COLmFT%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BEJ2PL%2CcAAA%3B%3BAIrPI%2C6BADH%2COACI%3BEJqPL%2CWAAA%3B%3BAEjJA%2CiBD4GE%2CIC5GD%3BEFiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAE5IA%2CiBDuGE%2CICvGD%3BEF4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2CiBDkGE%2CIClGD%3BEFuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEjJA%2CcAAC%3BEFiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAE5IA%2CcAAC%3BEF4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2CcAAC%3BEFuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BACqDI%2CeADJ%2CQACK%3BEAhDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAO9PJ%3BERvBI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSK%5C%2FEe%2COL%2BEf%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAJ7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BACkZR%2CiBEJI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAFER%2CiBECI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAFHR%2CiBEiBI%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAFnBR%2CiBEsBI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAFzBR%2CiBEtSI%3BEHiIA%2CkBAAA%3BEAAA%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAHqYJ%2CiBEtSI%2CeCqHE%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKzBiB%2COLyBjB%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEJuML%2CcAAA%3B%3BAGuHA%2CiBAxPA%2CeAwPC%3BEHvHD%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSOxOc%2COPwOd%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEJuML%2CcAAA%3B%3BACqKJ%2CiBE9NI%3BEHyDA%2CSAAA%3BEAAA%2CUAAA%3BEE1KA%2CqBAAA%3BEF0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEGhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEH8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BACqKJ%2CiBE9NI%2COAsBI%3BEHmCJ%2CSAAA%3BEAAA%2CkBAAA%3B%3BAG3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEH2BT%2CmBAAA%3BEGzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BEHzSJ%2CsDAAA%3BEG2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEH%5C%2FSJ%2CsDAAA%3BEGiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEH%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAGoRA%2CiBA7UA%2COA6UC%3BEHpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAGZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAFsqBZ%2CmBACI%3BED%5C%2FpBA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgCAAA%3B%3BAC8pBJ%2CmBACI%2CaAjME%3BAAgMN%2CmBACI%2CaAjMY%3BED9dZ%2CcAAA%3B%3BAI1NA%2CcAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSK%5C%2FEe%2COL%2BEf%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CuBAAC%3BEJgKD%2CSKhFa%2COLgFb%3B%3BAC2tBJ%2CuBAMI%2CQAAO%3BEDjuBP%2CqBAAA%3BEI9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAHm%2BBL%2CuBAMI%2CQAAO%2CIGz%2BBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKlFO%2COLkFP%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHm7BJ%2CmBAqBI%3BEAnSA%2CaAAA%3B%3BAAyFJ%2CkBQ3zBM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAR0zBV%2CkBQ3zBM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BETdN%2CmBAAA%3B%3BACu0BJ%2CkBQz3BM%2CQAGI%2CKACI%3BARq3Bd%2CkBQx3BM%2CQAEI%2CKACI%3BARq3Bd%2CkBQv3BM%2CQACI%2CKACI%3BARq3Bd%2CkBQz3BM%2CQAGI%2CKAEI%3BARo3Bd%2CkBQx3BM%2CQAEI%2CKAEI%3BARo3Bd%2CkBQv3BM%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BARm3BhB%2CkBQ92BM%2CQACI%2CKACI%3BAR42Bd%2CkBQ92BM%2CQACI%2CKAEI%3BEToCV%2CgCAAA%3B%3BACs7BJ%2CeAKI%3BED37BA%2CkBAAA%3BECq8BA%2COAAO%2C0BAAP%3B%3BAA6GI%2CmBADJ%2CYACK%2CQAMG%2CQAAQ%2COGpkCd%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CmBH2wCA%2CYACK%2CQAMG%2CQAAQ%2COGlxCf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSK%5C%2FEe%2COL%2BEf%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CmBHitCA%2CYACK%2CQAgBI%2CSAIG%2CQAAQ%2COGtuCnB%3BEJgKD%2CSKhFa%2COLgFb%3B%3B%3B%3B%3B%3B%3B%3B%3BAUtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%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%3BACOR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACTR%3BEACI%2CoBAAA%3B%3BACnBJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2CqBAAA%3B%3BAAeR%2CgBAXuC%3BEACnC%3BIAEQ%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BAC8BZ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAKJ%3BEClFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADiFJ%3BECtFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADqFJ%3BEC1FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADyFJ%3BEC9FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD6FJ%3BEClGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BACVR%2CsBACI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CsBAOI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAZR%2CsBAOI%2CsBAMI%3BEACI%2CmBAAA%3B%3BAAdZ%2CsBAOI%2CsBASI%3BEACI%2CaAAA%3B%3BAAjBZ%2CsBAqBI%3BEAII%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2CsBAqBI%2CiBACI%3BEACI%2CaAAA%3B%3BAAvBZ%2CsBAqBI%2CiBAOI%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAhCZ%2CsBAqBI%2CiBAOI%2CuBAKI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAApChB%2CsBAqBI%2CiBAmBI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA7CZ%2CsBAqBI%2CiBA2BI%3BAAhDR%2CsBAqBI%2CiBA2BO%3BEACC%2CiBAAA%3B%3BAAoFZ%2CmBA%5C%2FEoC%2CuBAAsB%3BEACtD%2CsBACI%3BIACI%2CaAAA%3B%3BEAFR%2CsBACI%2CeAEI%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEALZ%2CsBACI%2CeAEI%2CqBAGI%3BIACI%2CWAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAOA%2CsBAHZ%2CoBACI%2CYACI%2CMACK%3BIACG%2CgBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CiBAAA%3BIACA%2CuEAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CWAAW%2CcAAX%3B%3BEAMJ%2CsBAjBZ%2CoBAeI%2CYAAW%2COACP%2CMACK%3BIACG%2CWAAW%2CYAAX%3B%3BEA%5C%2FBpB%2CsBAoCI%3BIACI%2CmBAAA%3B%3BEArCR%2CsBAoCI%2CiBAEI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEACA%2CsBAXR%2CiBAEI%2CuBASK%3BIACG%2CgBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CiBAAA%3BIACA%2CuEAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CWAAW%2CcAAX%3B%3BEAIJ%2CsBAvBR%2CiBAsBI%2CuBAAsB%2COACjB%3BIACG%2CWAAW%2CYAAX%3B%3BEA5DhB%2CsBAoCI%2CiBA2BI%3BIACI%2CaAAA%3B%3BEAhEZ%2CsBAoCI%2CiBA2BI%2CyBAEI%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEAnEhB%2CsBAoCI%2CiBA2BI%2CyBAEI%2CuBAGI%3BIACI%2CWAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3B%3BAC9HxB%2CqBACC%2CiBACC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAJH%2CqBAOC%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAXF%2CqBAaC%2CUAAS%2CQACP%2CSAAM%2COAAO%3BEAIb%2CmBAAA%3B%3BAAlBH%2CqBAaC%2CUAAS%2CQACP%2CSAAM%2COAAO%2CsBACb%2CMAAK%3BEACJ%2CaAAA%3B%3BAAhBJ%2CqBAaC%2CUAAS%2CQACP%2CSAAM%2COAAO%2CsBAKb%2COAAM%3BEACL%2CgBAAA%3B%3BAAOA%2CqBAHH%2CQAAO%2CKACN%2C0BACC%2CeACE%3BEACA%2CaAAA%3B%3BAA5BL%2CqBAwBC%2CQAAO%2CKACN%2C0BAMC%3BEACC%2CYAAA%3B%3BAAhCJ%2CqBAoCC%2CoBACC%2COACC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA5CJ%2CqBAoCC%2CoBACC%2COACC%2COAOC%3BEACC%2CcAAA%3B%3BAAED%2CqBAZH%2CoBACC%2COACC%2COAUE%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAlDL%2CqBAoCC%2CoBAkBC%2COAAM%3BEACL%2CqBAAA%3B%3BAAvDH%2CqBAoCC%2CoBAqBC%2CqBACC%3BEACC%2CcAAA%3B%3BAAKA%2CqBA5BH%2CoBA0BC%2COAAM%2CmBAAmB%2CSACxB%2CaACE%3BEACA%2CSAAS%2CGAAT%3BEACA%2CUAAA%3B%3BAAML%2CSACC%3BEACC%2CiBAAA%3B%3BAAFF%2CSACC%2CwBAEE%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGA%2CSAPF%2CwBAMC%2CoBACE%3BEACA%2CaAAA%3B%3BAAKJ%2CYAAY%2CQACX%2CwBACC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIH%3BEAyNC%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1ND%2C0BACC%3BEACC%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAVF%2C0BAYC%2C6BACC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BALF%2C6BACC%2CmBAIE%3BEACA%2CgBAAA%3B%3BAAlBJ%2C0BAYC%2C6BACC%2CmBAOC%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAxBJ%2C0BAYC%2C6BAeC%2CmBAAkB%3BEAEjB%2CqBAAA%3B%3BAA7BH%2C0BAYC%2C6BAmBC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAAjCH%2C0BAYC%2C6BAmBC%2CoBAGC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAApCJ%2C0BAYC%2C6BA2BC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAAzCH%2C0BAYC%2C6BA2BC%2CkBAGC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAA5CJ%2C0BAYC%2C6BAmCC%3BEAEC%2CcAAA%3BEACA%2CWAAA%3B%3BAAlDH%2C0BAYC%2C6BAmCC%2CiBACC%3BEAAQ%2CaAAA%3B%3BAAhDX%2C0BAYC%2C6BAmCC%2CiBAIC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAArDJ%2C0BAyDC%2C6BACC%2CyBAAwB%3BEACvB%2CqBAAA%3B%3BAA3DH%2C0BAyDC%2C6BAIC%2C0BAAyB%3BEACxB%2CqBAAA%3B%3BAAKE%2C0BAVJ%2C6BAOC%2C0BACC%2CwCACC%2CMACE%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAArEN%2C0BAyDC%2C6BAOC%2C0BASC%2CwCACC%2CeAAc%3BEACb%2CaAAA%3B%3BAA3EL%2C0BAgFC%2CwBACC%2CuBAAsB%3BEACrB%2CqBAAA%3B%3BAAlFH%2C0BAgFC%2CwBAIC%2CuBAAsB%3BEACrB%2CqBAAA%3B%3BAArFH%2C0BAwFC%2CyBACC%2C4BACC%2CgBAAe%3BEACd%2CqBAAA%3B%3BAA3FJ%2C0BAwFC%2CyBACC%2C4BAIC%2CgBAAe%3BEACd%2CqBAAA%3B%3BAA9FJ%2C0BAwFC%2CyBACC%2C4BAIC%2CgBAAe%2CQAEd%3BEACC%2CcAAA%3BEACA%2C4BAAA%3B%3BAAjGL%2C0BAwFC%2CyBACC%2C4BAWC%2CsBACC%3BEACC%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAACA%2C0BAnBJ%2CyBACC%2C4BAWC%2CsBACC%2COAME%3BEACA%2CgBAAA%3B%3BAAED%2C0BAtBJ%2CyBACC%2C4BAWC%2CsBACC%2COASE%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAED%2C0BA3BJ%2CyBACC%2C4BAWC%2CsBACC%2COAcE%3BEACA%2CaAAA%3B%3BAApHN%2C0BAwFC%2CyBACC%2C4BA%2BBC%3BEACC%2CYAAA%3B%3BAACA%2C0BAlCH%2CyBACC%2C4BA%2BBC%2CgBAEE%3BEACA%2CgBAAA%3B%3BAAOF%2C0BAFF%2CMAAK%2CiBACF%2CQACA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAED%2C0BAZF%2CMAAK%2CiBACF%2CQAWA%3BEACA%2CiBAAA%3B%3BAAGA%2C0BAhBH%2CMAAK%2CiBACF%2CQAcA%2CMACC%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMD%2C0BA1BH%2CMAAK%2CiBAwBH%2CQACE%2CQACA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAOF%2C0BAFF%2CMAAK%2CcACF%2CQACA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGA%2C0BAdH%2CMAAK%2CcACF%2CQAYA%2CMACC%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMD%2C0BAxBH%2CMAAK%2CcAsBH%2CQACE%2CQACA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEAEA%2CiBAAA%3B%3BAAjML%2C0BAsMC%2CMAAK%3BAAtMN%2C0BAsMqB%2CMAAK%3BAAtM1B%2C0BAsM6C%2CMAAK%3BAAtMlD%2C0BAsMgE%2CMAAK%3BAAtMrE%2C0BAsMmF%2CMAAK%3BAAtMxF%2C0BAsMyG%2CMAAK%3BAAtM9G%2C0BAsM%2BH%2CMAAK%3BAAtMpI%2C0BAsMuJ%2CMAAK%3BAAtM5J%2C0BAsM4K%3BEAC1K%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7MF%2C0BA%2BMC%3BEACC%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAvNF%2C0BA2NC%2CUACE%2CSACC%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FNJ%2C0BA2NC%2CUAOE%2CUACC%2CSACC%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtOL%2C0BA2OC%3BEACC%2CUAAA%3B%3BAA5OF%2C0BA8OC%2C8BACC%2CgBACC%3BEACC%2CYAAA%3B%3BAAjPJ%2C0BA8OC%2C8BAMC%2CsBACC%3BEACC%2CeAAA%3BEACA%2CoBAAA%3B%3BAAvPJ%2C0BA8OC%2C8BAMC%2CsBACC%2CoBAGE%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA7PL%2C0BA8OC%2C8BAMC%2CsBACC%2CoBAUE%2CMAAG%3BEACH%2CUAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACG%2CkBAAA%3B%3BAAnQR%2C0BA8OC%2C8BAMC%2CsBACC%2CoBAgBE%2CMAAG%3BEACH%2CUAAA%3BEACA%2CcAAA%3B%3BAAvQL%2C0BA8OC%2C8BAMC%2CsBACC%2CoBAoBE%2CMAAG%3BEACH%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA5QL%2C0BA8OC%2C8BAMC%2CsBACC%2CoBAyBE%2CMAAG%3BEACH%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjRL%2C0BA8OC%2C8BAMC%2CsBACC%2CoBAyBE%2CMAAG%2CSAIH%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAApRN%2C0BA8OC%2C8BA2CC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA5RH%2C0BA8OC%2C8BAgDC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAhSH%2C0BA8OC%2C8BAoDC%3BEACC%2CeAAA%3B%3BAAnSH%2C0BAsSC%2CgBACC%2CsBACC%3BEACC%2CSAAA%3B%3BAAzSJ%2C0BAsSC%2CgBACC%2CsBAIC%3BEACC%2CSAAA%3B%3BAA5SJ%2C0BAgTC%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnTF%2C0BAgTC%2C%2BBAIC%3BEACC%2CcAAA%3B%3BAArTH%2C0BAgTC%2C%2BBAIC%2CuBAEE%3BEACA%2CmBAAA%3B%3BAAvTJ%2C0BAgTC%2C%2BBAUC%3BEACC%2CcAAA%3B%3BAA3TH%2C0BAgTC%2C%2BBAaC%2CEAAC%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAhUH%2C0BAgTC%2C%2BBAkBE%3BEACA%2CeAAA%3B%3BAAIH%2C4BAA4B%3BEAC3B%2CqBAAA%3B%3BAAED%2CcACC%3BEACC%2CkBAAA%3B%3BAAFF%2CcACC%2CSAEC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3B%3BAALH%2CcACC%2CSAMC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACG%2CWAAW%2CkBAAX%3B%3BAAIN%3BEACC%2CWAAA%3B%3BAAED%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BACC%3BEACC%2CaAAA%3B%3BAAHH%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%3BEAWC%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAjBH%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BACC%3BEACC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAdJ%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAaC%2CcAAa%3BEACZ%2CyBAAA%3BEACA%2CmBAAA%3B%3BAApBJ%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAiBC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA1BJ%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAiBC%2CmBAKE%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBL%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAiBC%2CmBAWE%2CMAAG%3BEACH%2CUAAA%3B%3BAAlCL%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAiBC%2CmBAcE%2CMAAG%3BEACH%2CUAAA%3B%3BAArCL%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAiBC%2CmBAiBE%2CMAAG%3BEACH%2CUAAA%3BEACA%2CkBAAA%3B%3BAAzCL%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAiBC%2CmBAqBE%2CMAAG%3BEACH%2CUAAA%3BEACA%2CiBAAA%3B%3BAA7CL%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BA2CC%2CoBACC%3BEACC%2CUAAA%3B%3BAAlDL%2C0BAA0B%2CQAAQ%2CiBACjC%2C2BAIC%2C8BAgDC%3BEACC%2CYAAA%3BEACA%2CeAAA%3B%3BAAOE%2C0BA9DoB%2CQAAQ%2CiBACjC%2C2BAyDC%2C%2BBACC%2CuBACE%2CgBAAa%2CoBACb%2CoBACE%3BEACA%2CkBAAA%3B%3BAA%5C%2FDP%2C0BAA0B%2CQAAQ%2CiBAsEjC%2C2BAA0B%3BEACzB%2CuBAAA%3B%3BAAvEF%2C0BAA0B%2CQAAQ%2CiBAsEjC%2C2BAA0B%2CSAEzB%2CyBACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA5EJ%2C0BAA0B%2CQAAQ%2CiBAsEjC%2C2BAA0B%2CSASxB%2C2BACA%3BEACC%2C2BAAA%3B%3BAAjFJ%2C0BAA0B%2CQAAQ%2CiBAsEjC%2C2BAA0B%2CSASxB%2C2BACA%2CiBAEC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAUD%2CMAHF%2CQAAK%2CiBACJ%2CQACE%2CQACA%3BEACA%2CaAAA%3B%3BAAML%2CwBACC%2CsBACC%3BEACC%2CQAAA%3B%3BAAHH%2CwBAMC%2C0BAAyB%2CeAAe%2CaACvC%3BEACC%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAZH%2CwBAeC%2CgBAAe%2CaACd%2CwBACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAtBJ%2CwBAeC%2CgBAAe%2CaACd%2CwBACC%2CiBAMC%3BEACC%2CYAAA%3B%3BAAxBL%2CwBA6BC%2CwBACC%2CiBACC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArCJ%2CwBA6BC%2CwBACC%2CiBACC%2CiBAOC%3BEACC%2CgBAAA%3B%3BAAvCL%2CwBA6BC%2CwBACC%2CiBACC%2CiBAOC%2CSAEC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7CN%2CwBA6BC%2CwBACC%2CiBAmBC%3BEACC%2CWAAA%3B%3BAAKJ%2C0BAA0B%2CQACzB%2C2BACC%2CyBACC%2C0BACC%3BEACC%2CaAAA%3B%3BAAML%3BEACC%2CSAAA%3BEACA%2CWAAA%3B%3BAAED%2CkBACC%2CeACE%3BEACA%2CaAAA%3B%3BAAHH%2CkBAMC%2CcACC%2COACC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKF%2CkBADD%2COAAM%2CKACH%2CSAAM%2CKACP%2CMACC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAALH%2CkBADD%2COAAM%2CKACH%2CSAAM%2CKAQP%2CQACC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAML%2COAAO%2CKACN%2CmBACC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIH%2CYACC%2COACC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIH%2C0BAA0B%2CSACzB%3BEACC%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAALF%2C0BAA0B%2CSACzB%2CyBAKC%3BEACC%2CyBAAA%3B%3BAAPH%2C0BAA0B%2CSACzB%2CyBAQC%2CeAAc%2CQACb%3BEACC%2CwBAAA%3B%3BAAXJ%2C0BAA0B%2CSACzB%2CyBAaC%2CeACC%2CwBACC%2CMAAK%3BEACJ%2CkBAAA%3B%3BAAjBL%2C0BAA0B%2CSACzB%2CyBAaC%2CeACC%2CwBACC%2CMAAK%2CcAEJ%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAtBN%2C0BAA0B%2CSACzB%2CyBAaC%2CeACC%2CwBACC%2CMAAK%2CcAEJ%2CiBAKC%3BEACC%2CgBAAA%3B%3BAAxBP%2C0BAA0B%2CSACzB%2CyBAaC%2CeACC%2CwBACC%2CMAAK%2CcAEJ%2CiBAKC%2CSAEC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FBR%2C0BAA0B%2CSACzB%2CyBAaC%2CeACC%2CwBACC%2CMAAK%2CcAmBJ%3BEACC%2CYAAA%3B%3BAApCN%2C0BAA0B%2CSACzB%2CyBAaC%2CeACC%2CwBACC%2CMAAK%2CcAsBJ%3BEACC%2CoBAAA%3B%3BAAvCN%2C0BAA0B%2CSA6CzB%2CyBAAwB%3BEACvB%2CgCAAA%3B%3BAAIF%2C0BACC%3BEACK%2CmBAAA%3B%3BACztBN%3BEACI%2CkBAAA%3B%3BAADJ%2CkBAEI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAC%2CMACG%3BEACI%2CcAAA%3B%3BACbZ%2CmBAAoB%3BAAAmB%2CQAAQ%2CMAAO%3BEAClD%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEAKI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAAQ%2CMAAO%3BEACX%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CQAAQ%2CMAAO%3BEACX%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CQAAQ%2CMAAO%2CgBAAgB%3BEAC3B%2CQAAA%3B%3BAAGJ%2CeAAgB%2CkBAAiB%3BEAC7B%2CQAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CuBAA0B%3BAAAK%2CuBAA0B%3BEACrD%2CgBAAA%3B%3BAAEJ%2CQAAQ%2CMAAO%2CkBAAiB%3BEAC5B%2CiBAAA%3B%3BAAgBJ%2CmBAdqC%2CuBAAwB%3BEACzD%3BIACI%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CQAAQ%2CMAAO%3BIACX%2CWAAA%3BIACA%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACvCR%2CKAAK%3BEACH%2CcAAA%3BEACA%2CWAAA%3B%3BAAFF%2CKAAK%2CWAIH%2COAAM%3BEACJ%2CiBAAA%3B%3BAALJ%2CKAAK%2CWAIH%2COAAM%2CiBAGJ%3BEACE%2CcAAA%3B%3BAARN%2CKAAK%2CWAIH%2COAAM%2CiBAMJ%2CSAAQ%3BEACN%2CmCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAxBN%2CKAAK%2CWA2BH%3BEACE%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAtCJ%2CKAAK%2CWAwCH%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CwBACE%3BEACE%2CkBAAA%3B%3BAAFJ%2CwBACE%2CeAEE%3BEACE%2CkBAAA%3B%3BAAKN%2CkBACE%3BEACE%2CqBAAA%3B%3BAAFJ%2CkBAIE%2CGAAE%2CUAAU%3BEACV%2CYAAA%3B%3BAAIJ%3BEACE%2CqBAAA%3B%3BAADF%2CeAEE%2COACE%3BEACE%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAANN%2CeAEE%2COACE%2CaAIE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CeAEE%2COAUE%3BEACE%2CiBAAA%3BEACA%2CcAAA%3B%3BAAdN%2CeAiBE%3BEACE%2CqBAAA%3B%3BAAlBJ%2CeAiBE%2CuBAEE%2CwBACE%3BEACE%2CuBAAA%3B%3BAArBR%2CeAiBE%2CuBAEE%2CwBAIE%2CGAAE%2CUAAU%3BEACV%2CYAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CsBACE%3BEACE%2CYAAA%3B%3BAAFJ%2CsBACE%2C%2BBAEE%3BEACE%2CiBAAA%3B%3BAAJN%2CsBAOE%3BEACE%2CqBAAA%3B%3BAAIJ%2C4BACE%3BEACE%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2C4BAKE%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAbJ%2C4BAeE%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAnBJ%2C4BAqBE%3BEACE%2CiBAAA%3B%3BAAIJ%2CMAAM%2CgBAAiB%3BEACrB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGF%2C0BAA2B%2COAAM%2CIAAI%2CQAAQ%2CIAAI%3BEAC%5C%2FC%2CaAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHF%2C0BAIE%3BEACE%2CWAAA%3B%3BAAIJ%2C4BACE%3BEACE%2CYAAA%3B%3BAAIJ%2CeACE%2COAAM%2COAAO%3BEACX%2CkBAAA%3B%3BAAIJ%2CeACE%3BAADe%2CeACf%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3B%3BAAHJ%2CeACE%2CiCAGE%3BAAJa%2CeACf%2CiCAGE%3BEACE%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAPN%2CeACE%2CiCAGE%2CcAIE%3BAARW%2CeACf%2CiCAGE%2CcAIE%3BEACE%2CaAAA%3B%3BAATR%2CeACE%2CiCAGE%2CcAOE%2CiBAAgB%3BAAXL%2CeACf%2CiCAGE%2CcAOE%2CiBAAgB%3BEACd%2CcAAA%3B%3BAAZR%2CeACE%2CiCAeE%2CcAAa%3BAAhBA%2CeACf%2CiCAeE%2CcAAa%3BEACX%2CmBAAA%3B%3BAAjBN%2CeACE%2CiCAmBE%2CMAAK%3BAApBQ%2CeACf%2CiCAmBE%2CMAAK%3BAApBT%2CeACE%2CiCAmBsB%3BAApBP%2CeACf%2CiCAmBsB%3BEAClB%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAvBN%2CeACE%2CiCAyBE%3BAA1Ba%2CeACf%2CiCAyBE%3BEACE%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA7BN%2CeACE%2CiCAyBE%2CeAIE%3BAA9BW%2CeACf%2CiCAyBE%2CeAIE%3BEACE%2CkBAAA%3BEACA%2CQAAA%3B%3BAAhCR%2CeACE%2CiCAyBE%2CeAQE%3BAAlCW%2CeACf%2CiCAyBE%2CeAQE%3BEACE%2CiBAAA%3B%3BAAnCR%2CeACE%2CiCAsCE%2COAAM%2COAAO%2CQAAQ%3BAAvCR%2CeACf%2CiCAsCE%2COAAM%2COAAO%2CQAAQ%3BAAvCzB%2CeACE%2CiCAsCgC%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvC7C%2CeACf%2CiCAsCgC%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvC9D%2CeACE%2CiCAsCqE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvClF%2CeACf%2CiCAsCqE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvCnG%2CeACE%2CiCAsC2G%2COAAM%2COAAO%3BAAvCzG%2CeACf%2CiCAsC2G%2COAAM%2COAAO%3BAAvC1H%2CeACE%2CiCAsCuI%2COAAM%2COAAO%2CaAAa%3BAAvClJ%2CeACf%2CiCAsCuI%2COAAM%2COAAO%2CaAAa%3BAAvCnK%2CeACE%2CiCAsC0K%2COAAM%2COAAO%2CaAAa%3BAAvCrL%2CeACf%2CiCAsC0K%2COAAM%2COAAO%2CaAAa%3BEAChM%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA7CN%2CeACE%2CiCA%2BCE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAhDf%2CeACf%2CiCA%2BCE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAhDhC%2CeACE%2CiCA%2BCsC%2COAAM%2COAAO%2CaAAa%3BAAhDjD%2CeACf%2CiCA%2BCsC%2COAAM%2COAAO%2CaAAa%3BEAC5D%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAnDN%2CeACE%2CiCAqDE%3BAAtDa%2CeACf%2CiCAqDE%3BEACE%2CgBAAA%3B%3BAAvDN%2CeACE%2CiCAyDE%3BAA1Da%2CeACf%2CiCAyDE%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAA5DN%2CeACE%2CiCA8DE%3BAA%5C%2FDa%2CeACf%2CiCA8DE%3BEACE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArEN%2CeACE%2CiCAuEE%3BAAxEa%2CeACf%2CiCAuEE%3BAAxEJ%2CeACE%2CiCAuEU%2COAAO%3BAAxEF%2CeACf%2CiCAuEU%2COAAO%3BEACb%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA5EN%2CeACE%2CiCA8EE%3BAA%5C%2FEa%2CeACf%2CiCA8EE%3BAA%5C%2FEJ%2CeACE%2CiCA8EU%2COAAO%3BAA%5C%2FEF%2CeACf%2CiCA8EU%2COAAO%3BEACb%2CgBAAA%3B%3BAAhFN%2CeACE%2CiCAiFE%3BAAlFa%2CeACf%2CiCAiFE%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvFN%2CeACE%2CiCAwFE%2COAAO%3BAAzFM%2CeACf%2CiCAwFE%2COAAO%3BEACL%2CiBAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAA%5C%2FFN%2CeACE%2CiCAgGE%2COAAO%2CGAAE%3BAAjGI%2CeACf%2CiCAgGE%2COAAO%2CGAAE%3BEACP%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAKN%2CaACE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CaACE%2CWAGE%3BAAJJ%2CaACE%2CWAGoB%3BEAChB%2CYAAA%3B%3BAALN%2CaACE%2CWAME%3BEACE%2CeAAA%3B%3BAARN%2CaACE%2CWAUE%3BEACE%2CiBAAA%3B%3BAAZN%2CaACE%2CWAcE%2CYAAW%3BEACT%2CSAAS%2COAAT%3B%3B%3BAAMN%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2C4BAGE%3BEACE%2CYAAA%3B%3BAAJJ%2C4BAGE%2CqCAEE%3BEACE%2C0BAAA%3BEACA%2CeAAA%3B%3BAAPN%2C4BAGE%2CqCAEE%2C2BAGE%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAbR%2C4BAiBE%3BEACE%2CkBAAA%3B%3BAAlBJ%2C4BAiBE%2C2BAEE%3BEACE%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzBN%2C4BAiBE%2C2BAUE%3BEACE%2CcAAA%3B%3BAA5BN%2C4BAiBE%2C2BAaE%2CmCACE%3BEACE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAlCR%2C4BAiBE%2C2BAaE%2CmCAME%3BEACE%2CiBAAA%3B%3BAArCR%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBACJ%3BEACE%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA9CZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBACJ%2CkBAQI%3BEACA%2CaAAA%3B%3BAAhDd%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBAaJ%2CMAAK%3BEACH%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FDZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBA2BJ%2CwBAAuB%3BEACrB%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlFZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBA8CJ%3BEACE%2CaAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FFZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBA2DJ%3BEACE%2CaAAA%3BEACA%2CqBAA6B%2C2CAA7B%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAjHZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAgFE%2CMAAK%3BEACH%2CkBAAA%3B%3BAArHV%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAgFE%2CMAAK%2CsCAEH%3BEACE%2CYAAA%3BEACA%2CSAAA%3B%3BAAxHZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAgFE%2CMAAK%2CsCAMH%2CeAAe%2CsBAAqB%3BEAClC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAA5HZ%2C4BAiBE%2C2BAaE%2CmCAkGE%2COAAM%3BEACJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2C4BAxHN%2C2BAaE%2CmCAkGE%2COAAM%2CcASH%2COACC%3BEACE%2CwBAAA%3B%3BAA3IZ%2C4BAiBE%2C2BAaE%2CmCAiHE%3BEACE%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzJR%2C4BAiBE%2C2BAaE%2CmCAiHE%2CwBAWE%3BEACE%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAOV%2C%2BBACE%3BEACE%2CkBAAA%3B%3BAAFJ%2C%2BBAIE%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAZJ%2C%2BBAcE%3BEACE%2COAAO%2CkBAAP%3BEACA%2CWAAA%3B%3BAAhBJ%2C%2BBAcE%2CwBAGE%3BEACE%2CWAAA%3B%3BAAlBN%2C%2BBAcE%2CwBAME%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAtBN%2C%2BBAcE%2CwBAUE%2CMAAK%3BEACH%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C8FAAA%3BEACA%2CUAAA%3B%3BAAnCN%2C%2BBAcE%2CwBAuBE%2CQAAQ%2CMAAK%3BAArCjB%2C%2BBAcE%2CwBAwBE%2CMAAK%2C4BAA4B%3BEAC%5C%2FB%2CqBAAA%3BEACA%2C%2BCAAA%3B%3BAAxCN%2C%2BBAcE%2CwBA4BE%3BAA1CJ%2C%2BBAcE%2CwBA4BM%2CGAAG%3BEACL%2CqBAAA%3BEACA%2C4BAAA%3B%3BAA5CN%2C%2BBAcE%2CwBAgCE%3BEACE%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhDN%2C%2BBAcE%2CwBAoCE%3BEACE%2CkBAAA%3BEACA%2CeAAA%3B%3BAApDN%2C%2BBAuDE%3BAAvDF%2C%2BBAwDE%3BEACE%2C2BAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkDAAA%3B%3BAACA%2CiCAAC%3BEACC%2CqCAAA%3BEACA%2CyBAAA%3B%3BAAhBJ%2CiCAkBE%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEF%2CiCAAC%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CiCAAC%2COAIC%3BEACE%2CqBAAA%3B%3BAA%5C%2FBN%2CiCAkCE%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CWAAA%3B%3B%3B%3BAAiBF%2CwBACE%3BAADF%2CwBACM%3BEACF%2CuBAAA%3B%3BAAIJ%2CwBACE%3BEACE%2C6BAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CwBAKE%3BEACE%2C8BAAA%3BEACA%2CuBAAA%3B%3BAAIJ%3BEACE%2CaAAA%3B%3BAAGF%2CwBAAwB%3BEACtB%2CkBAAA%3B%3BAAGF%2CuBACE%2CUAAS%3BEACP%2CmBAAA%3B%3BAAFJ%2CuBACE%2CUAAS%2COAEP%2CQAAO%3BEACL%2CYAAA%3BEACA%2CiBAAA%3B%3BAALN%2CuBAQE%2CiBAAmB%3BEACjB%2CaAAA%3B%3BAATJ%2CuBAWE%3BEACE%2CsBAAA%3B%3BAAIJ%3BAACA%3BEACE%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAHF%2CqBAIE%2COAAO%3BAAHT%2CkBAGE%2COAAO%3BEACL%2C0BAAA%3B%3BAAIJ%3BEACE%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAASF%2CQAN0B%3BEACxB%2CyBAA0B%2CeAAc%2CQAAS%3BIAC%5C%2FC%2CgBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACxB%2CyBAA0B%2CeAAc%2CQAAS%3BIAC%5C%2FC%2CgBAAA%3B%3B%3BAAIJ%2CoBAAqB%2C4BAA2B%3BEAC9C%2CYAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGF%2CYAAY%2CgCAAgC%2CMAAO%3BEACjD%2CUAAA%3B%3BAC7rBF%2C8BACI%2CqCACI%2CKAAI%3BAAFZ%2C8BACI%2CqCACqB%2CKAAI%3BEACjB%2CaAAA%3B%3BACHZ%2CgBACI%2COAAM%3BEACF%2CmBAAA%3B%3BAAFR%2CgBACI%2COAAM%2CQAGF%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CgBACI%2COAAM%2CQAGF%2CcAKI%3BEACI%2CmBAAA%3B%3BAAVhB%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMAGI%3BEACI%2CeAAA%3B%3BAAbpB%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAEI%3BAAlBpB%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CgBA1BpB%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAEI%2CUASK%3BAAAD%2CgBA1BpB%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAGI%2CcAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlC5B%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAsBI%2CUAAS%3BEACL%2CwDAAA%3BEACA%2CkBAAA%3B%3BAAxCxB%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSA2BI%3BEACI%2CmBAAA%3B%3BAAEA%2CgBA7CpB%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSA2BI%2CcAGK%3BEACG%2C6DAAA%3BEACA%2CmBAAA%3B%3BAAhD5B%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMA4CI%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FDpB%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAYI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAApExB%2CgBACI%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAkBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBA3EpB%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAkBI%2COAKK%3BEACG%2CaAAA%3B%3BAAGJ%2CgBA%5C%2FEpB%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAkBI%2COASK%3BEACG%2CgBAAA%3B%3BAAjF5B%2CgBAyFI%2COAAM%3BEACF%2CgBAAA%3B%3BAA1FR%2CgBAyFI%2COAAM%2CWAGA%3BEACE%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9FZ%2CgBAyFI%2COAAM%2CWAQF%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAArGZ%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAzGhB%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAII%3BEACI%2CkBAAA%3B%3BAA5GpB%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAII%2CaAGI%3BEACI%2CeAAA%3B%3BAAGJ%2CgBAzBhB%2COAAM%2CWAQF%2CiBAMI%2CWAII%2CaAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CuDAAA%3B%3BAA1HxB%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAuBM%3BEACE%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAApIpB%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAlJpB%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAaI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAvJxB%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAmBI%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CyBAAyB%2CUAAzB%3BEACA%2CiBAAiB%2CUAAjB%3BEACA%2CQAAQ%2CUAAR%3BEACA%2CWAAA%3B%3BAAEA%2CgBAlFpB%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAmBI%2CkBAiBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBA9FpB%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAmBI%2CkBA6BK%3BEACG%2CaAAA%3B%3BAAxL5B%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAlMxB%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxM5B%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAMI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAA5MhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAWI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjNhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAWI%2CaAII%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAArNpC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAqBI%3BEACI%2CgBAAA%3B%3BAA1NhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAqBI%2CUAGM%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAApOpC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAqBI%2CUAcI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA5OpC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAqBI%2CUAcI%2CMAOI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAjPxC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAQI%2CMAqBI%2CUAcI%2CMAaI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAtPxC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAhQ5B%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAMI%2CSAAQ%3BEACJ%2CgBAAA%3B%3BAAnQhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAMI%2CSAAQ%2CUAGJ%3BEACI%2C6BAAA%3B%3BAAtQpC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAcI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA7QhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAoBI%3BEACI%2CqDAAA%3B%3BAAjRhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAwBI%3BEACI%2CsDAAA%3B%3BAArRhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COA4BI%2CcAAc%3BEACV%2CgBAAA%3B%3BAAzRhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAgCI%3BAA5R5B%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAiCI%3BEACI%2CUAAA%3B%3BAA9RhC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAqCI%2CQAAO%3BAAjSnC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAsCI%2CQAAO%3BEACH%2CYAAA%3B%3BAAnShC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COA0CI%2CcAAc%2CSAAQ%2CUAAW%2CGAAE%3BAAtS%5C%2FD%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COA2CI%2CcAAc%2CSAAQ%2CUAAW%2CGAAE%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAzShC%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAqDI%2CSAgEI%2COAgDI%2CQAAQ%3BEACJ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CgBA3NhB%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COA6KK%3BEACG%2CmBAAA%3B%3BAADJ%2CgBA3NhB%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COA6KK%2CKAGG%3BEACI%2CUAAA%3B%3BAAGR%2CgBAlOhB%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAoLK%3BEACG%2CaAAA%3B%3BAAEA%2CgBArOpB%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COAoLK%2CYAGI%3BEACG%2CcAAA%3B%3BAA%5C%2FT5B%2CgBAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAgCI%2COA2LI%3BEACI%2CgBAAA%3B%3BAAnUxB%2CgBA0UI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAlVR%2CgBA0UI%2CcAUI%3BEACI%2CqDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAUR%2CQAN2B%3BEAM3B%2CgBALI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%3BIACjD%2CWAAA%3B%3B%3BAAgBR%2CQAZ2B%3BEAY3B%2CgBAXI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBACjD%2CSAAS%2CQAAO%3BIACZ%2CUAAA%3B%3BEASZ%2CgBAXI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBACjD%2CSAAS%2CQAAO%2CKAGZ%3BIACI%2CgBAAA%3B%3B%3BAAchB%2CQAR2B%3BEAQ3B%2CgBANI%2COAAM%2CWAAY%3BEAMtB%2CgBALI%2COAAM%2CQAAS%3BIACX%2C6BAAA%3B%3B%3BAAUR%2CQAN2B%3BEAM3B%2CgBALI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%3BIACjD%2CWAAA%3B%3B%3BAAyDR%2CQArD2B%3BEAqD3B%2CgBApDI%2CcACI%2CmBACI%3BIACI%2CYAAA%3B%3BEAiDhB%2CgBA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%3BIACjD%2CUAAA%3B%3BEAGI%2CgBAJR%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAGjD%2CkBACK%3BIACG%2CaAAA%3B%3BEAEJ%2CgBAPR%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAGjD%2CkBAIK%3BIACG%2CcAAA%3B%3BEAoChB%2CgBA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%3BIACI%2CWAAA%3B%3BEA%2BBZ%2CgBA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%2CSAGI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAwBhB%2CgBA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%2CSAGI%2CMAOI%3BIACI%2CgBAAA%3B%3BEAqBpB%2CgBA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%2CSAeI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAahB%2CgBARI%3BIACI%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAYR%2CQAR0B%3BEAQ1B%2CgBAPI%2COAAM%2CWAAY%2CWACd%2CGAAE%3BIACE%2CwBAAA%3B%3B%3BAAeZ%2CQAV0B%3BEAU1B%2CgBATI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CSAAS%2COAC1D%2CQACI%3BIACI%2CiBAAA%3B%3B%3BAAyBhB%2CQAnB0B%3BEAmB1B%2CgBAlBI%2COAAM%2CQAAS%2CcAAc%3BIACzB%2CeAAA%3B%3BEAiBR%2CgBAlBI%2COAAM%2CQAAS%2CcAAc%2CMAGzB%2CmBAAmB%3BIACf%2CQAAA%3BIACA%2CUAAA%3B%3BEAaZ%2CgBATI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CSAAS%2COAC1D%2CQACI%3BIACI%2CiBAAA%3B%3B%3BAAkBhB%2CQAZ0B%3BEAY1B%2CgBAXI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%3BIAC1C%2CYAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAsBZ%2CmBAlBwC%2CuBAAsB%3BEAkB9D%2CgBAjBQ%2COAAM%2CWACF%2CiBACI%3BIACI%2CWAAA%3B%3BEAcpB%2CgBAjBQ%2COAAM%2CWACF%2CiBACI%2CWAEI%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAClfxB%2CmBACI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3B%3BAAHR%2CmBAMI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAVR%2CmBAMI%2CgBAMI%2CaACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAgBZ%2CQAX0B%3BEAW1B%2CmBAVI%3BIACI%2CsBAAA%3B%3BEASR%2CmBAVI%2CgBAGI%2CaAAa%3BIACT%2CcAAA%3BIACA%2CcAAA%3B%3B%3BAAYhB%2CQAP8B%3BEAO9B%2CmBANQ%2CgBACI%3BEAKZ%2CmBANQ%2CgBACkB%3BIACV%2COAAA%3B%3B%3BAAMhB%3BEACI%2CmBAAA%3B%3BAADJ%2CYAGI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAARR%2CYAWI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAfR%2CYAWI%2CqBAMI%3BEACI%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAnBZ%2CYAWI%2CqBAMI%2CQAII%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CYAWI%2CqBAMI%2CQAWI%3BEACI%2CaAAA%3B%3BAA7BhB%2CYAWI%2CqBAMI%2CQAWI%2CSAGI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAvCpB%2CYAWI%2CqBAMI%2CQAWI%2CSAaI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAYhB%2CQAN0B%3BEAM1B%2CYALI%2CqBAAqB%3BIACjB%2CyBAAA%3B%3B%3BAAUR%2CQAN0B%3BEAM1B%2CYALI%2CqBAAqB%3BIACjB%2CuBAAA%3B%3B%3BAASZ%2CQAL%2BB%3BEAK%5C%2FB%2CYAJQ%2CqBAAqB%3BIACjB%2CuBAAA%3B%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CoBAMI%3BEACI%2CWAAA%3B%3BAAPR%2CoBAMI%2CaAGI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAZZ%2CoBAMI%2CaAQI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAfJ%2CaAeK%2CWACG%3BEACI%2CmBAAA%3B%3BAAIR%2CoBArBJ%2CaAqBK%2CUACG%3BEACI%2CmBAAA%3B%3BAAIR%2CoBA3BJ%2CaA2BK%2CUACG%3BEACI%2CmBAAA%3B%3BAAUhB%2CQAL8B%3BEAK9B%2CoBAJQ%3BIACI%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACpIZ%2CqBAAsB%2COAAM%2CUAAW%3BAAAK%2CaAAc%2CUAAU%3BEAClE%2CYAAA%3BEACA%2CeAAA%3B%3BAAGF%2CqBAAsB%2COAAM%3BEAC1B%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CsBAAuB%2CiBAAiB%2COAAM%3BEAC5C%2CmBAAA%3B%3B%3B%3B%3B%3BAC5BF%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAwB%3BEACpB%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CkBAAmB%2CQAAU%3BEACzB%2CSAAA%3B%3BAAGJ%2CkBAAmB%2CQAAO%2CmBAAsB%2CUAAO%3BEACnD%2CsBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CiBAAiB%3BEAChC%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%2CiBAAmB%3BEAClC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAJR%2CwBAMI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAVR%2CwBAYI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAfR%2CwBAiBI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArBR%2CwBAuBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CeAAe%2CeACX%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CeAAe%2CeACX%2CsBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAANZ%2CeAAe%2CeACX%2CsBAOI%2CcAAc%3BEACV%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIZ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgBACI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAHR%2CgBAKI%3BAALJ%2CgBAMI%2CeAAe%3BEACX%2CsBAAA%3B%3BAAPR%2CgBASI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAbR%2CgBAeI%2CeAAe%3BEACX%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C4BAA4B%2CqCAA5B%3B%3BAApBR%2CgBAsBI%2CeAAe%2CIAAG%2CUAAU%3BEACxB%2CsBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACpKZ%2CaAAc%3BAACd%2CWAAY%3BEACV%2CqBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAJF%2CaAME%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3B%3BAAEA%2CiBAAC%3BEACC%2CsBAAA%3BEACA%2C4CAAA%3B%3BAAIJ%3BEACE%2C4BAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAADF%2CuBAGE%3BEACE%2CeAAA%3B%3BAAOJ%3BEACE%2CqBAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CkBAAA%3B%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUF%2CQAP0B%3BEACxB%2CQAAS%3BIACP%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAAIJ%2CYACE%2CGAAE%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAADF%2CmBAGE%3BEACE%2CeAAA%3B%3BAAJJ%2CmBAGE%2C2BAGE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAARN%2CmBAGE%2C2BAQE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAAdN%2CmBAGE%2C2BAQE%2C4BAKE%3BEACE%2CeAAA%3B%3BAAMR%3BEACE%2CgBAAA%3B%3BAAGF%2CCAAC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CCAAC%2CeAIC%2CIAAG%3BEACD%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CcAIE%2CEAAC%3BEACC%2CcAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CaAGE%2CIAAG%3BEACD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CMAAO%2CKAAI%3BEACT%2CaAAA%3B%3BAAGF%2CYAAa%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAADF%2CWAGE%3BEACE%2CkBAAA%3B%3BAAJJ%2CWAOE%2CMAAK%2CKAAK%3BEACR%2CeAAA%3B%3BAARJ%2CWAWE%2CSAAQ%2CKAAK%2CMACT%2CQAAK%3BEACL%2CoCAAA%3B%3BAA8BN%3BEACE%2CmBAAA%3B%3BAAGF%2CCAAC%2CMAAM%2CcAAc%3BEACnB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2CgBACA%2CGAAE%3BEACA%2CgBAAA%3B%3BAAFJ%2CEAAE%2CgBAMA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CEAAE%2CgBAWA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAbJ%2CEAAE%2CgBAgBA%2CEAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlBJ%2CEAAE%2CgBAqBA%3BEACE%2CeAAA%3B%3BAAIJ%2CEAAE%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAEA%2CeAAC%3BEACC%2CsBAAA%3B%3BAAJJ%2CeAOE%3BEACE%2CWAAA%3BEACA%2CUAAA%3B%3BAATJ%2CeAYE%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAhBJ%2CeAYE%2CYAME%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeAbJ%2CYAME%2CKAOG%3BEACC%2CeAAA%3B%3BAAMR%2CSAAS%3BEACP%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CiBAAA%3B%3BAAGF%2CQAAS%3BEACP%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsDAAA%3BEACA%2CmDAAA%3BEACA%2C8CAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbF%2CyBAeE%3BEACE%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CwBAAC%3BEACC%2CmBAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CcAAA%3B%3BAAEA%2CwBAHF%2CmBAGG%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAjBN%2CwBAQE%2CmBAYE%3BAApBJ%2CwBAQE%2CmBAY2B%3BEACvB%2CWAAA%3BEACA%2CiBAAA%3B%3BAAtBN%2CwBAQE%2CmBAiBE%3BEACE%2CcAAA%3B%3BAA1BN%2CwBAQE%2CmBAqBE%2CyBAAwB%3BEACtB%2CWAAW%2CgBAAX%3B%3BAAKN%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAASF%3BEACE%2CcAAA%3B%3BAADF%2CmBAGE%3BEACE%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CcAGE%2COAAM%2COAAO%3BEACX%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CcAGE%2COAAM%2COAAO%2COAgBX%3BEACE%2CmCAAA%3BEACA%2CcAAA%3B%3BAArBN%2CcAGE%2COAAM%2COAAO%2COAqBX%3BEACE%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhCN%2CcAoCE%2CMAAK%3BEACH%2CaAAA%3B%3B%3BAAKJ%2CQAAQ%3BEACN%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%2CkBAAkB%3BEAChB%2C6BAAA%3B%3BAAGF%3BEACE%2CYAAA%3B%3BAADF%2CkDAGE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CEAAE%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CwBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CCAAC%2C0BAA0B%3BEACzB%2CeAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CQAAQ%3BEACN%2C2BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CuBAIE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAIJ%2C8BAA8B%3BEAC5B%2CwBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%2CQAAQ%3BEACnD%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%3BEAC3C%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CkCAAmC%2CGAAE%3BEACnC%2C4BAAA%3B%3B%3BAAKF%3BEACE%2CmBAAA%3B%3BAAGF%2CcAAe%2CIAAG%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CUAAA%3B%3B%3BAAIF%2CoBAAqB%2CQAAO%3BEAC1B%2CsBAAA%3B%3B%3BAAIF%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAANF%2CUAQE%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAIJ%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BAALF%2CsBAOE%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CWAIE%2CIAAG%3BEACD%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CiBACE%3BEACE%2CkBAAA%3B%3BAAIJ%3BEACE%2CwBAAA%3B%3BAAiBF%2CwBAd0C%3BEACxC%2CeACE%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CeAME%3BIACE%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKN%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CiBAIE%2CGAAE%3BEACA%2CaAAA%3B%3BAAIJ%2CkBACE%3BEACE%2CyBAAA%3B%3B%3BAAKJ%2CwBACE%3BAADF%2CwBAEE%3BAAFF%2CwBAGE%3BEACE%2CUAAA%3BEACA%2CYAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CgCAAA%3B%3BAAgBJ%2CQAZ0B%3BEACxB%2CwBACE%2C4BAA4B%3BIAC1B%2C%2BBAAA%3B%3BEAFJ%2CwBAKE%2C2BAA2B%3BIACzB%2C8BAAA%3B%3B%3BAAcN%2CQAT2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAeN%2CQAV2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC3qBN%3BEACE%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CoBAAqB%3BEACnB%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEAEA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEAEA%2C6BAAA%3BEACA%2CcAAA%3B%3BAAEA%2CwBAAC%3BEACC%2CmBAAA%3B%3BAAWJ%3BEACE%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BACzCF%3BAACA%3BEACI%2CkBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAAC%3BAAAD%2CqBAAC%3BEACG%2CaAAA%3B%3BAATR%2CkBAYM%3BAAXN%2CqBAWM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBALF%2CQAKG%3BAAAD%2CqBALF%2CQAKG%3B%3BECvCP%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BECMD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEFuBW%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CkBAgCM%3BAA%5C%2FBN%2CqBA%2BBM%3BEACE%2CoBAAA%3B%3BAAEA%2CkBAHF%2CQAGG%3BAAAD%2CqBAHF%2CQAGG%3BEACG%2CuBAAA%3B%3BAAOA%2CkBAFP%2CQACK%2CQACG%3BAAAD%2CqBAFP%2CQACK%2CQACG%3BEACG%2CcAAA%3B%3BAAMZ%2CkBAAC%2CSAEK%3BAAFN%2CqBAAC%2CSAEK%3BAADN%2CkBAAC%2CUACK%3BAADN%2CqBAAC%2CUACK%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAPP%2CSAEK%2CQAKG%3BAAAD%2CqBAPP%2CSAEK%2CQAKG%3BAAAD%2CkBANP%2CUACK%2CQAKG%3BAAAD%2CqBANP%2CUACK%2CQAKG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAWI%2CUAAW%2CmBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CmBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BEAEO%2CqBAAA%3B%3BAASR%2CkBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CqBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CkBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BAAAD%2CqBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BEACG%2CqBAAA%3B%3BAAUZ%2CkBADF%2CQACG%3BEACG%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CwDAAA%3B%3BAAOA%2CkBAFP%2CkBACK%2CQACG%3BEACG%2CiBAAA%3B%3BAAMZ%2CkBAAC%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CkBAJP%2CQACK%2CQAGG%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%3BAAAD%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%3BEACG%2CeAAA%3B%3BAADJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%3BAAHN%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%3BEACE%2CeAAA%3B%3BAAEA%2CkBAzBf%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%2CQAGG%3BAAAD%2CkBAzBf%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%2CQAGG%3BEACG%2CqBAAA%3B%3BAAWhB%2CqBADF%2CQACG%3BEAEG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkFAAA%3B%3BAAMA%2CqBAFP%2CQACK%2CQACG%3BEACG%2CSA3Ke%2COA2Kf%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BA7BrJhB%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAANR%2CoBASM%3BEACE%2CgBAAA%3B%3BAAIR%3BEAEI%2C6BAAA%3B%3BAAEA%2CUAAW%2C8BAEL%3BAADN%2C6BAAC%2CSACK%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMA%2C6BAFP%2CQACK%2C6BACG%3BEACG%2CUAAA%3B%3BAAGJ%2C6BANP%2CQACK%2C6BAKG%3BEACG%2CmBAAA%3B%3BAAIA%2C6BAXX%2CQACK%2C6BASE%2C0BACK%3BEACG%2CSAAS%2CkBAAT%3B%3BAAQR%2COAFA%2C8BACF%2C6BACG%3BAACD%2COAHA%2C8BACF%2C6BAEG%3BEACG%2CqBAAA%3B%3BAAMhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C0BAAC%3BAACD%2C0BAAC%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2CmBAAT%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA%2BBSR%3BAC5FA%3BAACA%3BAADA%2C2BAIC%3BAAHD%2C4BAGC%3BEDyFA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAuBD%3BEACC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BADvLD%3B%3BEAEE%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACI%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3B%3BAAEF%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAEtDJ%3BEACC%2CmBAAA%3B%3BAAGD%3BEACC%2CeAAA%3B%3BAAEA%2CoBAAC%2CQACA%2CoBACC%3BEACC%2CkBAAA%3B%3BAAGD%2CoBAND%2CQACA%2CoBAKE%3BEACA%2CcAAA%3B%3BAAVJ%2CoBAeC%2CuBACC%3BEACC%2CmBAAA%3B%3BAAjBH%2CoBAqBC%3BEACC%2CmBAAA%3B%3BAAtBF%2CoBAyBC%3BEACC%2CkBAAA%3B%3BAAEA%2CoBAHD%2CoBAGE%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAKH%3BEACC%2CcAAA%3B%3BAAGD%3BEACC%2CcAAA%3B%3BAAGD%2C2BAIC%3BAAHD%2C4BAGC%3BEAGC%2CWAAA%3B%3BAAPF%2C2BAUC%2CuBACC%3BAAVF%2C4BASC%2CuBACC%3BEACC%2CmBAAA%3BEACA%2CWAAA%3B%3BAAQA%2C2BAFF%2CuBACG%2CwBACA%3BEACA%2CUAAA%3B%3BAAJJ%2C2BASC%3BED1DA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3BEAEA%2C6BAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BECsDC%2CiBAAA%3B%3B%3B%3B%3B%3BACmsBF%2CQAZ0B%3BEAKV%2CKAFP%2CcACG%2CSACK%3BIACG%2CeAAA%3B%3B%3B%3B%3B%3B%3BACxtBhB%2CgBALsC%3BEzCkEtC%2CiCAhCA%3BE0C2NA%2C0BACI%2Cc1C5NJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEACA%2CiCAJJ%2CGAIK%3BE0CuNL%2C0BACI%2Cc1C5NJ%2CGAIK%3BIACG%2CSAAS%2CIAAT%3B%3BEAEJ%2CWAAY%2CkCAPhB%3BEAOI%2CW0CoNJ%2C2BACI%2Cc1C5NJ%3BIAQQ%2CYAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAsBR%2CiCAnBA%3BE0C8MA%2C0BACI%2Cc1C%5C%2FMJ%3BIACI%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CWAAY%2CkCAJhB%3BEAII%2CW0C0MJ%2C2BACI%2Cc1C%5C%2FMJ%3BIAKQ%2CYAAA%3B%3BEA2BR%3BIACI%2CWAAA%3B%3BEA8BJ%3BEA4xCA%2C2BACI%3BE2Cj8BJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEC5ehB%2CYACI%3BEC6JJ%2CiC7CywCI%3BE8C3yCJ%2CuB9C2yCI%3BEwCztBJ%2CcxCytBI%3BIAnzCJ%2CUAAA%3B%3BEACA%2CoBAAC%2CUAAU%3BEAizCX%2C2BACI%2COAlzCH%2CUAAU%3BE2CiXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK3CvXf%2CUAAU%3BE4CrHX%2CYACI%2CO5CoHH%2CUAAU%3BE6CyCX%2CiC7CywCI%2COAlzCH%2CUAAU%3BE8COX%2CuB9C2yCI%2COAlzCH%2CUAAU%3BEwCylBX%2CcxCytBI%2COAlzCH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEACA%2CWAAY%2CqBAHf%2CUAAU%3BEAGP%2CWA8yCJ%2C4BACI%2COAlzCH%2CUAAU%3BEAGP%2CW2C8WJ%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK3CvXf%2CUAAU%3BEAGP%2CW4CxHJ%2CaACI%2CO5CoHH%2CUAAU%3BEAGP%2CW6CsCJ%2CkC7CywCI%2COAlzCH%2CUAAU%3BEAGP%2CW8CIJ%2CwB9C2yCI%2COAlzCH%2CUAAU%3BEAGP%2CWwCslBJ%2CexCytBI%2COAlzCH%2CUAAU%3BIAIH%2CYAAA%3BIACA%2CYAAA%3B%3BEAGR%2CoBAAC%2CUAAU%3BEAyyCX%2C2BACI%2COA1yCH%2CUAAU%3BE2CyWX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK3C%5C%2FWf%2CUAAU%3BE4C7HX%2CYACI%2CO5C4HH%2CUAAU%3BE6CiCX%2CiC7CywCI%2COA1yCH%2CUAAU%3BE8CDX%2CuB9C2yCI%2COA1yCH%2CUAAU%3BEwCilBX%2CcxCytBI%2COA1yCH%2CUAAU%3BIACP%2CYAAA%3B%3BEACA%2CoBAFH%2CUAAU%2CGAEH%3BEAuyCR%2C2BACI%2COA1yCH%2CUAAU%2CGAEH%3BE2CuWR%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK3C%5C%2FWf%2CUAAU%2CGAEH%3BE4C%5C%2FHR%2CYACI%2CO5C4HH%2CUAAU%2CGAEH%3BE6C%2BBR%2CiC7CywCI%2COA1yCH%2CUAAU%2CGAEH%3BE8CHR%2CuB9C2yCI%2COA1yCH%2CUAAU%2CGAEH%3BEwC%2BkBR%2CcxCytBI%2COA1yCH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEAEJ%2CWAAY%2CqBALf%2CUAAU%3BEAKP%2CWAoyCJ%2C4BACI%2COA1yCH%2CUAAU%3BEAKP%2CW2CoWJ%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK3C%5C%2FWf%2CUAAU%3BEAKP%2CW4ClIJ%2CaACI%2CO5C4HH%2CUAAU%3BEAKP%2CW6C4BJ%2CkC7CywCI%2COA1yCH%2CUAAU%3BEAKP%2CW8CNJ%2CwB9C2yCI%2COA1yCH%2CUAAU%3BEAKP%2CWwC4kBJ%2CexCytBI%2COA1yCH%2CUAAU%3BIAMH%2CWAAA%3B%3BEA%2BHR%3BE6C%5C%2FHI%2COAAO%2CKAAM%2CyBACT%3BEClCJ%2COAAO%2CKAAM%2CeACT%3BEJ8LJ%2COAAO%2CKAAM%2CiCACT%3BI1CzCR%2CcAAA%3B%3BEAoCA%3BEA6DgB%2CuBARZ%2CUAMI%2CYACI%2CQACK%3BE0CrIjB%2CwB1C6HI%2CUAMI%2CYACI%2CQACK%3BE0CpIjB%2CuB1C4HI%2CUAMI%2CYACI%2CQACK%3BE%2BC9PjB%2CmB%5C%2FCsPI%2CUAMI%2CYACI%2CQACK%3BEgD3VjB%2CKAAK%2CKAAK%2COhDmVN%2CUAMI%2CYACI%2CQACK%3BIA5Db%2CgBAAA%3B%3BEAmDJ%2CuBACI%2CUACI%2COACI%3BE0C%5C%2FHZ%2CwB1C6HI%2CUACI%2COACI%3BE0C9HZ%2CuB1C4HI%2CUACI%2COACI%3BE%2BCxPZ%2CmB%5C%2FCsPI%2CUACI%2COACI%3BEgDrVZ%2CKAAK%2CKAAK%2COhDmVN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAkBhB%3BID1FA%2CkBAAA%3B%3BEC0IA%3BE2C6HA%3BI5CnhBA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BECmcA%2CwBAhBA%2CUACI%3BE0CvOJ%2CwB1CsOA%2CUACI%3BE0CtOJ%2CuB1CqOA%2CUACI%3BE%2BChWJ%2CmB%5C%2FC%2BVA%2CUACI%3BEgD7bJ%2CKAAK%2CKAAK%2COhD4bV%2CUACI%3BID%5C%2FKJ%2CmBAAA%3BIkD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIlDhqBA%2CUAAA%3BIkDmqBA%2CmBAAA%3B%3BEjDnfQ%2CwBAFR%2CUACI%2COACK%2CeAAe%3BEAAK%2CwBAF7B%2CUACI%2COAC0B%2CeAAe%3BE0CxO7C%2CwB1CsOA%2CUACI%2COACK%2CeAAe%3BE0CxOxB%2CwB1CsOA%2CUACI%2COAC0B%2CeAAe%3BE0CvO7C%2CuB1CqOA%2CUACI%2COACK%2CeAAe%3BE0CvOxB%2CuB1CqOA%2CUACI%2COAC0B%2CeAAe%3BE%2BCjW7C%2CmB%5C%2FC%2BVA%2CUACI%2COACK%2CeAAe%3BE%2BCjWxB%2CmB%5C%2FC%2BVA%2CUACI%2COAC0B%2CeAAe%3BEgD9b7C%2CKAAK%2CKAAK%2COhD4bV%2CUACI%2COACK%2CeAAe%3BEgD9bxB%2CKAAK%2CKAAK%2COhD4bV%2CUACI%2COAC0B%2CeAAe%3BIACjC%2CgBAAA%3B%3BEiDofZ%2CwBjDvfA%2CUACI%2COiDsfA%3BEP7tBJ%2CwB1CsOA%2CUACI%2COiDsfA%3BEP5tBJ%2CuB1CqOA%2CUACI%2COiDsfA%3BEFt1BJ%2CmB%5C%2FC%2BVA%2CUACI%2COiDsfA%3BEDn7BJ%2CKAAK%2CKAAK%2COhD4bV%2CUACI%2COiDsfA%3BIACA%2CWAAA%3B%3BEjDxeJ%2CwBAhBA%2CUACI%2COAKI%3BE0C5OR%2CwB1CsOA%2CUACI%2COAKI%3BE0C3OR%2CuB1CqOA%2CUACI%2COAKI%3BE%2BCrWR%2CmB%5C%2FC%2BVA%2CUACI%2COAKI%3BEgDlcR%2CKAAK%2CKAAK%2COhD4bV%2CUACI%2COAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEA4BZ%3BIDlNA%2CWAAA%3B%3BECmTA%3BEkD5iBA%3BERgNA%3BI1C6VI%2CgBAAA%3B%3BEADJ%2C0BAEI%3BEkD9iBJ%2CqBlD8iBI%3BE0C9VJ%2CyB1C8VI%3BIDjkBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BECwjBA%2C0BAKI%2CQAAU%3BEkDjjBd%2CqBlDijBI%2CQAAU%3BE0CjWd%2CyB1CiWI%2CQAAU%3BIACN%2CaAAA%3B%3BEASR%3BEwC3BA%2CoBAMI%3BEAqBJ%2CaAmBI%2COASI%3BEAsHR%3BIxCjJI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAwKJ%3BEkDluBA%2CuBACI%3BECmQJ%2CwBACI%3BIpDfJ%2CiBAAA%3B%3BECkgBA%3BE4ClwBA%2CcAAc%3BEQEd%2CcAAc%3BIrD8Pd%2CmBAAA%3B%3BECuiBA%3BIDviBA%2CqBAAA%3BII9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSK1KU%2COL0KV%3BIAAA%2CaMtSe%2CQNsSf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEHudA%2CiBAAC%3BIACG%2C0BAAA%3B%3BEA4NJ%3BEqDr5BA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BIrDq4BnC%2CaAAA%3B%3BEAkCA%3BE%2BC17BA%3BEOgeA%3BItD2dI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAsCJ%2CyBACI%2CWACI%2CoBACI%3BE%2BCl%2BBZ%2C4B%5C%2FCg%2BBI%2CWACI%2CoBACI%3BE%2BCj%2BBZ%2CyB%5C%2FC%2B9BI%2CWACI%2CoBACI%3BEsDphBZ%2CQtDkhBI%2CWACI%2CoBACI%3BEsDnhBZ%2CuBtDihBI%2CWACI%2CoBACI%3BEsDlhBZ%2CiBtDghBI%2CWACI%2CoBACI%3BIAEI%2CgBAAA%3B%3BEA2BhB%3BIQ54BA%2CYAAA%3B%3BER44BA%2C2BQ14BE%2CQAGI%2CKACI%3BERs4BV%2C2BQz4BE%2CQAEI%2CKACI%3BERs4BV%2C2BQx4BE%2CQACI%2CKACI%3BERs4BV%2C2BQ14BE%2CQAGI%2CKAEI%3BERq4BV%2C2BQz4BE%2CQAEI%2CKAEI%3BERq4BV%2C2BQx4BE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BERo4BZ%2C2BQ%5C%2F3BE%2CQACI%2CKACI%3BER63BV%2C2BQ%5C%2F3BE%2CQACI%2CKAEI%3BIToCV%2CgCAAA%3B%3BECi2BA%3BE2CxoBA%2CQAaI%3BED9NJ%3BEa%2BKA%3BIvD2qBI%2CkBAAA%3B%3BEADJ%2CkBAEI%3BEAFJ%2CkBAEqB%3BE2C1oBrB%2CQAaI%2CS3C6nBA%3BE2C1oBJ%2CQAaI%2CS3C6nBiB%3BE0C31BrB%2C6B1C21BI%3BE0C31BJ%2C6B1C21BqB%3BEuD5qBrB%2CyBvD4qBI%3BEuD5qBJ%2CyBvD4qBqB%3BIACb%2CkBAAA%3BIACA%2CUAAA%3B%3BEAJR%2CkBAMI%3BE2C9oBJ%2CQAaI%2CS3CioBA%3BE0C%5C%2F1BJ%2C6B1C%2B1BI%3BEuDhrBJ%2CyBvDgrBI%3BIDv2BJ%2CiBAAA%3BICy2BQ%2CUAAA%3B%3BEARR%2CkBAUI%3BE2ClpBJ%2CQAaI%2CS3CqoBA%3BE0Cn2BJ%2C6B1Cm2BI%3BEuDprBJ%2CyBvDorBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAsCR%3BEwD%5C%2FzBA%2CeACI%3BECtOJ%3BEjBmcA%2CeAEI%3BEkBzNJ%2CeACI%3BI3D7FJ%2CUAAA%3BI4DtLA%2CWAAA%3BI5DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BICqvBL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CWAAY%3BEAAZ%2CWwDp0BJ%2CgBACI%3BExDm0BA%2CWyDziCJ%3BEzDyiCI%2CWwCtmBJ%2CgBAEI%3BExComBA%2CW0D7zBJ%2CgBACI%3BI1D6zBI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA6PR%2C2BACI%3BE6CzwCJ%2CiC7CywCI%3BE8C3yCJ%2CuB9C2yCI%3BEwCztBJ%2CcxCytBI%3BIAEI%2CWAAA%3B%3BEAHR%2C2BACI%2COAGM%3BE6C5wCV%2CiC7CywCI%2COAGM%3BE8C9yCV%2CuB9C2yCI%2COAGM%3BEwC5tBV%2CcxCytBI%2COAGM%3BIACE%2CSAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAXZ%2C2BACI%2COAGM%2CSAQE%3BE6CpxCZ%2CiC7CywCI%2COAGM%2CSAQE%3BE8CtzCZ%2CuB9C2yCI%2COAGM%2CSAQE%3BEwCpuBZ%2CcxCytBI%2COAGM%2CSAQE%3BIDrqCZ%2CSAAA%3BICuqCgB%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C2BAnBR%2COAGM%2CSAgBG%3BE6C5xCb%2CiC7CywCI%2COAGM%2CSAgBG%3BE8C9zCb%2CuB9C2yCI%2COAGM%2CSAgBG%3BEwC5uBb%2CcxCytBI%2COAGM%2CSAgBG%3BIACG%2CaAAA%3B%3BEArBhB%2C2BACI%2COAuBI%3BE6ChyCR%2CiC7CywCI%2COAuBI%3BE8Cl0CR%2CuB9C2yCI%2COAuBI%3BEwChvBR%2CcxCytBI%2COAuBI%3BIACI%2CyBAAA%3BIACA%2CaAAA%3BIAsBZ%2C%2BCAAA%3BIACA%2CkDAAA%3BIACA%2C6CAAA%3BIACA%2C8CAAA%3BIACA%2C0CAAA%3B%3BEApDA%2C2BA8BI%2CiBACI%3BE6CvyCR%2CiC7CsyCI%2CiBACI%3BE8Cz0CR%2CuB9Cw0CI%2CiBACI%3BEwCvvBR%2CcxCsvBI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE4D77CZ%3BI7DkQA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE8DoFA%3BI9DpFA%2CgCAAA%3B%3BE%2BD1FA%2CKAAK%2CQAAS%2CQAAO%3BIACjB%2CWAAA%3B%3BEACA%2CWAAY%2CMAFX%2CQAAS%2CQAAO%3BIAGb%2CYAAA%3B%3BECRJ%2CYAAC%2CYACG%3BIhE8FR%2C6BAAA%3BIgE5FY%2CiBAAA%3B%3BECxIZ%3BIACI%2CwBAAA%3B%3BEnBmEJ%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%3BI9C0GJ%2CqBAAA%3B%3BE8CtGY%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%3BEzBuYZ%2CqBACI%3BIACI%2CyBAAA%3B%3BE6CsUR%2CYAAY%2CQACR%3BIACI%2CyBAAA%3B%3BECn2BR%3BIACI%2CcAAA%3B%3BECmGJ%2COAAO%3BIACH%2CeAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYAAa%3BIAEL%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYARS%2CwBAQR%3BIACG%2CaAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIAEQ%2CaAAA%3B%3BEAFR%2CyBAKI%2CkBAAoB%3BIAChB%2CeAAA%3B%3BEANR%2CyBASI%3BIACI%2CeAAA%3B%3BEC7CJ%2CgBAAC%2COAAO%3BEACR%2CgBAAC%2COAAO%3BIACJ%2CQAAQ%2CcAAR%3B%3BECvDR%3BIAEQ%2CgBAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3B%3BECoFR%3BIAEQ%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAGJ%2C0BAAC%2CIAAI%3BIACD%2CcAAc%2CkCAAd%3BIACA%2CsBAAA%3B%3BEATR%2C0BAYI%3BIACI%2CWAAA%3B%3BEAIR%2C0BAA0B%2CMACtB%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAA0B%2CMAKtB%3BIACI%2CyBAAA%3BIACA%2CaAAA%3B%3BEAPR%2C0BAA0B%2CMAUtB%3BIACI%2CkBAAA%3B%3BEAIR%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BECtJA%2CqBAFkB%2COAAM%2CMAEvB%3BEAAD%2CqBADkB%2COAAM%2COACvB%3BIACG%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CqBAAqB%2CQAAQ%2CKAAK%2CMAC9B%2CMAAK%2CMAAM%2COACP%3BIACI%2CmBAAA%3B%3BECnCZ%3BIAEQ%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%2CIAAI%3BIACD%2CiBAAA%3B%3BEC9BR%2CsBAAsB%3BIAEd%2CiBAAA%3B%3BEAFR%2CsBAAsB%2CSAKlB%2CwBAAuB%2CIAAI%3BIACvB%2C2BAAA%3BIACA%2CyBAAA%3B%3BECoCR%2CYAAY%2CIAAI%2CsBAAuB%2CwBAAuB%3BIAC1D%2CWAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CgBAAA%3BIACA%2CWAAA%3B%3BEC6CJ%3BIAEQ%2CiBAAA%3B%3BEAFR%2CwBAKI%3BIACI%2CiBAAA%3B%3BEAIR%3BIAEQ%2CeAAA%3B%3BEAGJ%2CuBAAC%2CIAAI%3BIACD%2CgBAAA%3BIACA%2CWAAA%3B%3BECTR%3BIACI%2CaAAA%3B%3BEAGJ%2CYAAY%2CoBAAoB%2CQAC5B%3BEADJ%2CYAAY%2CoBAAoB%2CQAE5B%3BIACI%2CoBAAA%3BIACA%2CWAAA%3B%3BEAJR%2CYAAY%2CoBAAoB%2CQAO5B%3BIACI%2CWAAA%3B%3BEARR%2CYAAY%2CoBAAoB%2CQAW5B%2CiBAAgB%3BIACZ%2CUAAA%3B%3BEAIR%2CYAAY%2CoBACR%3BIACI%2CkBAAA%3B%3BEAFR%2CYAAY%2CoBAKR%2CiBAAgB%3BIACZ%2CkBAAA%3B%3BEANR%2CYAAY%2CoBASR%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYAdQ%2CoBAcP%2CIAAI%2CUAAW%3BIACZ%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhBR%2CYAAY%2CoBAmBR%3BIACI%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3B%3BEAtBR%2CYAAY%2CoBAyBR%3BIACI%2C2BAAA%3B%3BEA1BR%2CYAAY%2CoBA6BR%2C2BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BEA9BR%2CYAAY%2CoBAiCR%2C2BAA0B%2CMAAO%3BIAC7B%2CUAAA%3B%3BEAlCR%2CYAAY%2CoBAqCR%2CiBAAgB%3BIACZ%2CYAAA%3B%3BEAIR%2CYAAa%2CiBAAgB%3BIACzB%2CaAAA%3B%3BECrMJ%2CqBAAqB%2CcAAe%3BIAChC%2CUAAA%3B%3BEjDmlBN%2C4BACE%2CeACE%3BIACE%2CUAAA%3BIACA%2CcAAA%3B%3BE4BlOJ%2CeACI%3BIAEI%2CmBAAA%3B%3BEtBjMV%2CWACE%2CMAAK%2CKAAK%3BIACR%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CWACE%2CMAAK%2CKAAK%2CMAIR%2CMAAK%3BIACH%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAPN%2CWACE%2CMAAK%2CKAAK%2CMAIR%2CMAAK%2COAIH%3BIACE%2CkBAAA%3BIACA%2CYAAA%3B%3BEAXR%2CWAgBE%2CmBACE%2CMAAK%3BIACH%2C0BAAA%3B%3BECpKN%3BIACE%2CYAAA%3BIACA%2CYAAA%3B%3BE2CiDI%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI%5C%2FEgMR%2CiBAAA%3B%3BE%2BEzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI%5C%2FEqLR%2CeAAA%3B%3BE%2BEzMA%2CqBAcI%2CQAUI%3BI%5C%2FEiLR%2CiBAAA%3BI%2BE%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI%5C%2FE0KR%2CeAAA%3B%3BE%2BEzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI%5C%2FEmKb%2CeAAA%3BI%2BEjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BECgDJ%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%3BIACI%2CiBAAA%3B%3BEAEA%2CMAPF%2CWAIF%2COAGK%3BIACG%2CgBAAA%3B%3BEARZ%2CMAAM%2CWAIF%2COAOI%3BIACI%2CWAAA%3B%3BEAZZ%2CMAAM%2CWAgBF%2CQAAO%3BIACH%2CkBAAA%3B%3BElCYR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAII%2CeAGI%3BEAPR%2CcAII%2CeAII%3BEARR%2CcAII%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAII%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAEJ%2CcANR%2C2BACI%2CKAKK%3BIACG%2CUAAA%3B%3BEAlChB%2CcAuCI%2CKAAI%3BEAvCR%2CcAwCI%3BEAxCJ%2CcAyCI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEmCzFJ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BExBoFZ%2CkBAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEAHR%2CkBAEI%2CSAAQ%2CUAEJ%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEyBwYA%2CQAFR%2CeACI%2CcACK%2CKACG%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGR%2CQAXR%2CeACI%2CcAUK%3BIACG%2CSAAA%3B%3BEAEJ%2CQAdR%2CeACI%2CcAaK%3BIACG%2CWAAA%3B%3BE1C4BhB%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAKR%3BIzClUA%2CUAAA%3BI4DlLA%2CYAAA%3BI5DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIyCkKL%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIACI%2CgBAAA%3B%3BEAlChB%2CaAuCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA7BP%2CcAoBG%2CSASK%3BIACG%2CmBAAA%3BIACA%2CsBAAA%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%2CkBAAA%3B%3BEAMZ%3BIzCjcA%2CUAAA%3BI4DtLA%2CWAAA%3BI5DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIyCkSL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAaZ%2CMAAC%3BIzC1dL%2CUAAA%3BI4DtLA%2CWAAA%3BI5DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIyC2TD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CaAAA%3B%3BE2CvqBZ%3BIpFuMA%2CmBAAA%3BI4DtLA%2CWAAA%3BI5DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIoFtWL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BECzDR%3BIACI%2CaAAA%3B%3BECyHJ%3BItF6HA%2CYAAA%3B%3BEuF5NY%2CYAFR%2CUACM%2CSACG%3BEACD%2CYAHR%2CUACM%2CSAEG%3BIACG%2CkBAAA%3B%3BEAFJ%2CYAFR%2CUACM%2CSACG%2CSAIK%3BEAHN%2CYAHR%2CUACM%2CSAEG%2CUAGK%3BIACE%2CmBAAA%3B%3BEAEA%2CYAThB%2CUACM%2CSACG%2CSAIK%2CQAGG%3BEAAD%2CYAThB%2CUACM%2CSAEG%2CUAGK%2CQAGG%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BECxDxB%2CqBACI%2CaACI%3BIxFwQR%2CeAAA%3B%3BEwF1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC6MhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BIzFoCJ%2CeAAA%3B%3BEyFhCA%2CYAAa%3BIACT%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAPJ%2CYAAa%2C2BAQP%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAbR%2CYAAa%2C2BAeP%2CSAAM%3BIACJ%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEArBR%2CYAAa%2C2BAeP%2CSAAM%2COAOF%3BIACE%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEA7BZ%2CYAAa%2C2BAeP%2CSAAM%2COAOF%2CWAQI%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAKhB%3BIACI%2CWAAA%3B%3BEClSJ%3BI1FwRA%2CgBAAA%3BIAAA%2CmBAAA%3BI4DlLA%2CYAAA%3BI5DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2FhQT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEC7CZ%3BI5FwIA%2CsBAAA%3BIAAA%2CyBAAA%3BI4FrII%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%3BI5FyHL%2CYAAA%3BI4FvHQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BI5F%2BGA%2CmBAAA%3BI4F7GI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BI5FwNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI4F3PA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BI5F%2BMJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3BI4FpNA%2CgBAAA%3B%3BEAnBR%2CqBAsBI%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%3BEApChB%2CqBAyCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEC1CR%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%3BEC7BZ%2CwBACI%3BI9F4GJ%2CkBAAA%3B%3BE8F7GA%2CwBAII%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BElDuShB%2CSACI%2CUACI%2COACI%3BI5CpMZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI4CyMgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BI5C7MZ%2CYAAA%3BI4C%2BMgB%2CWAAA%3B%3BEA4BhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CiBAAA%3B%3BEC1gBhB%2CYAII%3BIACI%2CWAAA%3B%3BEAGR%2CsBACI%3BIACI%2CUAAA%3B%3BEkDqHZ%2C0BAIQ%3BIAGL%2CWAAA%3B%3BEAPH%2C0BASQ%3BIAGL%2CWAAA%3B%3BEC5DC%2CsBACI%2CmBACI%2CWACI%2CiBAAgB%3BIACZ%2CeAAA%3B%3BEAJhB%2CsBACI%2CmBACI%2CWACI%2CiBAAgB%2CkBAEZ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAPpB%2CsBAYI%2CkBACI%2COAAM%2CIAAI%3BIhGiLlB%2CgBAAA%3BIAAA%2CmBAAA%3BIkD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIlDhqBA%2CUAAA%3BIkDmqBA%2CmBAAA%3B%3BE8Cj2BA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CqqBhB%3BIlDpfF%2CiBAAA%3BIkDwfI%2CqBAAA%3B%3BEAtOJ%2CsB8CpcI%2CkBACI%2COAAM%2CIAAI%2CO9CmcjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsB8Cv1BI%2CkBACI%2COAAM%2CIAAI%2CO9Cs1Bd%3BIACA%2CWAAA%3B%3BE8Cp2BJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9C6chB%3BIlD5RF%2CgBAAA%3B%3BEkDqSI%2CsB8CvdA%2CkBACI%2COAAM%2CIAAI%2CO9C6chB%2CSASM%3BIACA%2CaAAA%3B%3BE8CpeR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9C2dlB%2CQACI%3BIACI%2CmBAAA%3B%3BElDhiBR%2CsBgGkEI%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMlDpiBN%3BEACD%2CsBgGiEI%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMlDniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBgG4DI%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMlD9hBN%3BIACG%2CWAAA%3B%3BEgG%2BCJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsB8CzeA%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB8C7eA%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsB8CjfA%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB8CrfA%2CkBACI%2COAAM%2CIAAI%2CO9CielB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BE8ClgBR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%3BIlDpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BIkDyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BE8C1gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAMI%3BE8C5gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAOI%3BE8C7gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAQI%3BIlDhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BIkDwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BE8CnhBR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAgBI%3BE8CthBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAiBI%3BIlDzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CsEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BIkDjPA%2CsBAAA%3BIlDiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIkD0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsB8CxRI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAgBI%2CWAlPH%3BEAAD%2CsB8CxRI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAiBI%2CUAnPH%3BIlDtGD%2CYAAA%3B%3BEkDqHA%2CsB8CvSI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAgBI%2CWAnOH%3BEAAD%2CsB8CvSI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAiBI%2CUApOH%3BIlDrHD%2CcAAA%3B%3BEkD0HA%2CsB8C5SI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAgBI%2CWA9NH%3BEAAD%2CsB8C5SI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAiBI%2CUA%5C%2FNH%3BIlD1HD%2CcAAA%3B%3BEkD%2BHA%2CsB8CjTI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAgBI%2CWAzNH%3BEAAD%2CsB8CjTI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COAiBI%2CUA1NH%3BIlD%5C%2FHD%2CcAAA%3B%3BEgG9LA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyflB%2COA0BI%3BIACI%2CWAAA%3BIlDnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgGhWT%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9CyhBlB%3BIlDxWA%2CgBAAA%3B%3BEkDugBI%2CsB8CzrBA%2CkBACI%2COAAM%2CIAAI%2CO9CsrBjB%2CSAAY%2CSAER%3BEAAD%2CsB8CzrBA%2CkBACI%2COAAM%2CIAAI%2CO9CurBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BIlDxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CmBAAA%3B%3BEgG9LA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2CO9C6tBlB%3BIlD5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BII9QA%2CqBAAA%3B%3BEAMA%2CsB4FsFI%2CkBACI%2COAAM%2CIAAI%2CO9C6tBlB%2CM9CpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CSOxOc%2COPwOd%3BIAAA%2CaMtSe%2CQNsSf%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE4FrPY%2CsBANR%2CkBACI%2COAAM%2CIAAI%2COAKL%2CUAAU%3BIACP%2CmBAAA%3B%3BEAEJ%2CsBATR%2CkBACI%2COAAM%2CIAAI%2COAQL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtBhB%2CsBAYI%2CkBAaI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BErCiKhB%2CaACI%3BI3DCJ%2CgBAAA%3BIkDwcA%2CsBAAA%3B%3BES1cA%2CaACI%2COT0oBF%3BIAoDF%2CSAAA%3B%3BElDj7BA%2Ca2DmPI%2CO3DnPH%3BEACD%2Ca2DkPI%2CO3DlPH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2Ca2D6OI%2CO3D7OH%3BIACG%2CWAAA%3B%3BEkDurBJ%2CaS3cI%2COT2cH%2COAAO%3BEACR%2CaS5cI%2COT4cH%2CSAAS%3BIlD3cV%2CqBAAA%3BIAAA%2CYAAA%3BIkD8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BESndJ%2CaACI%2COTqdJ%3BIlDpdA%2CqBAAA%3BIAAA%2CgBAAA%3BIAAA%2CYAAA%3BIkDwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CaS7dI%2COT6dH%2CIAAI%2CSACC%3BIlD7dN%2CqBAAA%3BIAAA%2CgBAAA%3BIAAA%2CYAAA%3BIkDkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CaS7dI%2COT6dH%2CIAAI%2CSAUC%3BIlDteN%2CYAAA%3BIkDweQ%2CWAAA%3B%3BESjeR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAGI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaAGI%2CiBAII%3BIACI%2CYAAA%3B%3BEARZ%2CaAGI%2CiBAII%2CWAEI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAZhB%2CaAGI%2CiBAII%2CWAOI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIJ%2CaAlBR%2CiBAiBK%2CUAAU%2CGACN%3BI3D5Bb%2C8BAAA%3BI2D8BgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAKhB%3BI3D1CA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE2D%2BCA%2CgBACI%3BIACI%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAQR%2CKAAK%2CcACD%3BIACI%2CWAAA%3BI3DlER%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BEAMA%2CKuD0RK%2CcACD%2CavD3RH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSK%5C%2FEe%2COL%2BEf%3BIAAA%2CaMtSe%2CQNsSf%3BIAAA%2CkBAAA%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKuD6QC%2CcACD%2CavD%5C%2FQH%2CMACI%3BIJ6ML%2CWAAA%3B%3BEIvMI%2CKuDuQC%2CcACD%2CavDzQH%2COACI%3BIJuML%2CWAAA%3B%3BE2D8EY%2CKAdP%2CcACD%2CaAYK%2CQACI%3BIACG%2CStD%5C%2FJH%2COsD%2BJG%3B%3BEAfhB%2CKAAK%2CcAmBD%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAGI%3BEAJR%2CeACI%2CgBAII%3BIACI%2CoBAAA%3B%3BEhB1JZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAGR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEAOZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAII%2CKAAI%3BIACA%2CUAAA%3B%3BEALR%2CmBAOI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAEJ%2CQAAS%2CMAAK%2CMAAM%2CyBlCvGtB%2CQAGI%2CKACI%3BEkCmGN%2CQAAS%2CMAAK%2CMAAM%2CyBlCtGtB%2CQAEI%2CKACI%3BEkCmGN%2CQAAS%2CMAAK%2CMAAM%2CyBlCrGtB%2CQACI%2CKACI%3BEkCmGN%2CQAAS%2CMAAK%2CMAAM%2CyBlCvGtB%2CQAGI%2CKAEI%3BEkCkGN%2CQAAS%2CMAAK%2CMAAM%2CyBlCtGtB%2CQAEI%2CKAEI%3BEkCkGN%2CQAAS%2CMAAK%2CMAAM%2CyBlCrGtB%2CQACI%2CKAEI%3BITyHV%2C6BAAA%3B%3BE2CvBI%2CQAAS%2CMAAK%2CMAAM%2CyBlC5FtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BEkCwFN%2CQAAS%2CMAAK%2CMAAM%2CyBlC3FtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BEkCwFN%2CQAAS%2CMAAK%2CMAAM%2CyBlC1FtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BEkCwFN%2CQAAS%2CMAAK%2CMAAM%2CyBlC5FtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BEkCuFN%2CQAAS%2CMAAK%2CMAAM%2CyBlC3FtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BEkCuFN%2CQAAS%2CMAAK%2CMAAM%2CyBlC1FtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BEkCsFR%2CQAAS%2CMAAK%2CMAAM%2CyBlCjFtB%2CQAAQ%3BITwGV%2C6BAAA%3B%3BE2CvBI%2CQAAS%2CMAAK%2CMAAM%2CyBAIhB%3BIACI%2CgBAAA%3B%3BEALR%2CQAAS%2CMAAK%2CMAAM%2CyBAOd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEARV%2CQAAS%2CMAAK%2CMAAM%2CyBAOd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAKhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAEI%2CyBAHR%2CUAEI%2COACK%3BEACD%2CyBAJR%2CUAEI%2COAEK%3BI3CGb%2CmBAAA%3BIkD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIlDhqBA%2CUAAA%3BIkDmqBA%2CmBAAA%3BIPpqBgB%2CmBAAA%3B%3BEOsqBhB%2CyBP5qBI%2CUAEI%2COACK%2CKOyqBT%3BEAAJ%2CyBP5qBI%2CUAEI%2COAEK%2CSOwqBT%3BIACA%2CWAAA%3B%3BEPrqBQ%2CyBARR%2CUAEI%2COAMK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAMI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEAGA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CgCARJ%2CSAQK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAEJ%2CgCAJJ%2CKAIK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAEJ%2CgCAPJ%2CKAOK%3BIACG%2CiBAAA%3B%3BEAIJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEsDpIZ%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2CcAAI%3BIjGsER%2C8BAAA%3BIiGpEQ%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BECpKR%2CkBACI%3BIACI%2CUAAA%3B%3BE1CgTJ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BIxD9ER%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIwDmFQ%2CWAAA%3B%3BEANJ%2CSAAC%2COAAO%2CMAQJ%3BIxDrFR%2CgBAAA%3B%3BEkDulBA%2CSM1gBK%2COAAO%2CMAQJ%2CONkgBP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSM1gBK%2COAAO%2CMAQJ%2CONkgBP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEM3hBJ%2CSAAC%2COAAO%2CMAQJ%2CON%2BZN%3BIlDpfF%2CiBAAA%3BIkDwfI%2CqBAAA%3B%3BEA6HA%2CSMxiBC%2COAAO%2CMAQJ%2CON8hBP%2COAEI%3BEAAD%2CSMxiBC%2COAAO%2CMAQJ%2CON%2BhBP%2CSACI%3BIACG%2CaAAA%3B%3BEM3hBR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%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%2CwBAAA%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%3BIxDlJZ%2CeAAA%3B%3BEwDwJQ%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%2CmBAAA%3B%3BERjWpB%2CmBAGI%2CUAAU%3BIACP%2CUAAA%3B%3BEAUP%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAIZ%2CuBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEACA%2CuBAHR%2CaACI%2CQAEK%3BIACG%2CYAAA%3B%3BEO%2BahB%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEACA%2CYAHJ%2CMAGK%3BIACG%2CcAAA%3B%3BEAKZ%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%2C6BACI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEADJ%2CoBAEI%3BIACI%2CWAAA%3B%3BEACA%2CoBAFJ%2CKAEK%3BIACG%2CeAAA%3B%3BEAGJ%2CoBANJ%2CKAMK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBAVJ%2CKAUK%3BIACG%2CiBAAA%3B%3BEAbZ%2CoBAiBI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAnBR%2CoBAsBI%2CMACI%3BEAvBR%2CoBAsBI%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%3BEN3pBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAIN%2CUACI%3BIACI%2CUAAA%3B%3BEANZ%2CKAAK%2CKAAK%2COAIN%2CUAII%2COAAM%3BIAEF%2CUAAA%3B%3BEkDqOR%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BInG4BZ%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3BIiGgJY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CMjGtIf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEiGmIA%2COAAC%2CMACK%2CUAAO%2CMAMH%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2COAXX%2CMACK%2CUAAO%2CMAMH%2CKAIG%3BEAXb%2COAAC%2CMACK%2CUAAO%2CMAMH%2CKAKE%3BIACI%2CgBAAA%3B%3BEAGJ%2COAhBX%2CMACK%2CUAAO%2CMAMH%2CKASG%2CQACG%3BInGcpB%2CmBAAA%3B%3BEmGLA%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAMR%2COAAC%2CQACG%3BIACI%2CYAAA%3B%3BEAFR%2COAAC%2CQAKG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEATR%2COAAC%2CQAYG%2CUAAS%3BIACL%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEC%5C%2FHI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAIZ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BIACG%2CqBAAA%3B%3BEATR%2CcAFM%2CSACV%2CSACK%2CKAWG%3BIACX%2CgBAAA%3B%3BEAZO%2CcAFM%2CSACV%2CSACK%2CKAWG%2CUAEI%2COAAM%3BIACpB%2CWAAA%3B%3BEAdM%2CcAFM%2CSACV%2CSACK%2CKAWG%2CUAKI%2COAAM%3BIACF%2CWAAA%3BIACA%2CmBAAA%3BIAClB%2CmBAAA%3B%3BEAnBM%2CcAFM%2CSACV%2CSACK%2CKAsBG%3BIACX%2CgBAAA%3B%3BEAvBO%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYAEX%3BIAAU%2CgBAAA%3B%3BEAxBH%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYAGI%3BIACI%2CSAAA%3B%3BEA1BZ%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYAGI%2CiBAEI%3BIACI%2CWAAA%3B%3BEA5BhB%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYASI%3BIACI%2CgBAAA%3B%3BEAhCZ%2CcAFM%2CSACV%2CSACK%2CKAmCG%3BIACI%2CWAAA%3B%3BEAKhB%2CqBACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAMR%2CqBACI%3BIpGoDJ%2CgBAAA%3BIAAA%2C6BAAA%3BIoG%5C%2FCQ%2CaAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BE9C9IR%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3B%3BAZ7EZ%2CgBALwC%3BErBsiBxC%2CqBAAsB%2CaAAY%2CeAAgB%3BIAC9C%2CUAAA%3B%3B%3BE6CyUA%2CSADK%2CYAAY%2CQAChB%2CgBAAiB%3BIACd%2CgBAAA%3B%3BEAIR%2C0BAA0B%2CQAAS%2C2BAC%5C%2FB%2CuBAAuB%2CkBAAkB%3BIACrC%2CaAAA%3BIACA%2CsBAAA%3B%3BEAHR%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BACI%2COAAM%3BEAPd%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BAEI%2COAAM%3BIACF%2CUAAA%3B%3BEATZ%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BAMI%2COAAM%3BIACF%2CmBAAA%3B%3BEAbZ%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BAUI%2COAAM%3BIACF%2CkBAAA%3B%3BEAjBZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BACI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEAxBZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BAMI%2CkBAAoB%3BIAChB%2CgBAAA%3B%3BEA5BZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BAUI%3BIACI%2CUAAA%3B%3BEAhCZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BAcI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3B%3BEArCZ%2C0BAA0B%2CQAAS%2C2BAyC%5C%2FB%2CyBAAyB%3BIACrB%2CYAAA%3B%3BEAKR%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAC3E%2C8BAA8B%3BIAC1B%2CcAAA%3B%3BEAFR%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBACI%3BEANR%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBAEI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEATZ%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBAOI%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAfZ%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBAaI%3BIACI%2CUAAA%3B%3BEAMZ%2C0BAA0B%2CQAAQ%3BIAE1B%2CkBAAA%3B%3BEAFR%2C0BAA0B%2CQAAQ%2CiBAK9B%3BIACI%2CSAAA%3B%3BEANR%2C0BAA0B%2CQAAQ%2CiBAS9B%2CmBAAkB%3BIACd%2CWAAA%3BIACA%2CkCAAA%3B%3BEAXR%2C0BAA0B%2CQAAQ%2CiBAc9B%2CmBAAkB%3BIACd%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3B%3BEAjBR%2C0BAA0B%2CQAAQ%2CiBAoB9B%2CmBAAkB%2CSAAS%3BIACvB%2CiBAAA%3BIACA%2CcAAA%3B%3BEAtBR%2C0BAA0B%2CQAAQ%2CiBAyB9B%2CmBAAkB%2CSAAU%3BIACxB%2CuBAAA%3BIACA%2CgBAAA%3B%3BEA3BR%2C0BAA0B%2CQAAQ%2CiBA8B9B%2CmBAAkB%2CSAAU%3BIACxB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2C0BADsB%2CQAAQ%2CiBAAkB%2C2BAC%5C%2FC%3BEA2DL%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%3BIApEtB%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2C0BANsB%2CQAAQ%2CiBAAkB%2C2BAM%5C%2FC%2CSAAY%2C2BAAyB%3BEAsD1C%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSAhEb%2C2BAAyB%3BIAClC%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2C0BAXsB%2CQAAQ%2CiBAAkB%2C2BAW%5C%2FC%2CSAAY%2C2BAAyB%2CiBAAiB%2CQAAO%3BEAiDlE%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSA3Db%2C2BAAyB%2CiBAAiB%2CQAAO%3BIAC1D%2CWAAA%3BIACA%2CUAAA%3B%3BEAIA%2C0BAjBkB%2CQAAQ%2CiBAAkB%2C2BAgBhD%3BEAhBJ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAEI%3BEA0CR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%3BEAhG%5C%2FB%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BA1IvB%3BEA0CR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%3BEAjG%5C%2FB%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBA3IvB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEApBZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAOI%3BEAqCR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BArIvB%3BEAqCR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBAtIvB%3BIACI%2CWAAA%3B%3BEAxBZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAWI%3BEAiCR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BAjIvB%3BEAiCR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBAlIvB%3BIACI%2CWAAA%3B%3BEA5BZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAeI%3BEA6BR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BA7HvB%3BEA6BR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBA9HvB%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAjCZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAqChD%3BIAEQ%2CgBAAA%3B%3BEAvCZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAqChD%2C%2BBAKI%3BEA1CR%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAqChD%2C%2BBAMI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CcAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIJ%2C0BAA0B%2CQAAQ%3BIAE1B%2CaAAA%3BIACA%2C8BAAA%3B%3BEAHR%2C0BAA0B%2CQAAQ%2CiBAM9B%3BIACI%2CUAAA%3B%3BEAPR%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSAGtB%3BIACI%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAfZ%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSAQtB%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAtBZ%2C0BAA0B%2CQAAQ%2CiBA0B9B%2C2BAA2B%3BIACvB%2CeAAA%3B%3BEA3BR%2C0BAA0B%2CQAAQ%2CiBA8B9B%2C2BAA2B%2CuBAEvB%2CkBAAkB%3BEAhC1B%2C0BAA0B%2CQAAQ%2CiBA%2BB9B%2C2BAA2B%2CYACvB%2CkBAAkB%3BIACd%2CUAAA%3BIACA%2CcAAA%3B%3BEAlCZ%2C0BAA0B%2CQAAQ%2CiBA8B9B%2C2BAA2B%2CuBAOvB%3BEArCR%2C0BAA0B%2CQAAQ%2CiBA%2BB9B%2C2BAA2B%2CYAMvB%3BIACI%2CWAAA%3B%3BEAtCZ%2C0BAA0B%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BACvB%3BEA3CR%2C0BAA0B%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BAEvB%3BIAEQ%2CWAAA%3B%3BEAGJ%2C0BAjDc%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BACvB%2CuBAMK%2CIAAI%3BEAAL%2C0BAjDc%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BAEvB%2C0BAKK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAlDhB%2C0BAA0B%2CQAAQ%2CiBAuD9B%2C2BAA2B%3BIAEnB%2CkBAAA%3B%3BEAzDZ%2C0BAA0B%2CQAAQ%2CiBAuD9B%2C2BAA2B%2C6BAKvB%3BIAEQ%2CWAAA%3B%3BEAGJ%2C0BAjEc%2CQAAQ%2CiBAuD9B%2C2BAA2B%2C6BAKvB%2CmBAKK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAlEhB%2C0BAA0B%2CQAAQ%2CiBAuE9B%2C2BAA2B%3BIACvB%2CWAAA%3B%3BEAxER%2C0BAA0B%2CQAAQ%2CiBA2E9B%2C2BAA2B%2C4BAA4B%2CgBAAe%2CIAAI%3BIACtE%2CmBAAA%3B%3BEA5ER%2C0BAA0B%2CQAAQ%2CiBA%2BE9B%2C2BAA2B%2C0BAA0B%2COAAM%2CKACvD%3BIACI%2CkBAAA%3B%3BEAjFZ%2C0BAA0B%2CQAAQ%2CiBA%2BE9B%2C2BAA2B%2C0BAA0B%2COAAM%2CKAKvD%2CYAAW%3BIACP%2CWAAA%3B%3BEArFZ%2C0BAA0B%2CQAAQ%2CiBA%2BE9B%2C2BAA2B%2C0BAA0B%2COAAM%2CKASvD%2CiBAAmB%3BIACf%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEA5FZ%2C0BAA0B%2CQAAQ%2CiBAqG9B%2CyBAAyB%3BIACrB%2CcAAA%3B%3BEEl%5C%2FBR%3BIAEQ%2CmBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3B%3BEALR%2CyBAQM%3BIACE%2CcAAA%3B%3BEATR%2CyBAYM%3BIACE%2CmBAAA%3B%3BEAbR%2CyBAgBI%2CkBAAoB%3BIAChB%2CeAAA%3BIACA%2CgBAAA%3B%3BEAlBR%2CyBAqBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvBR%2CyBA0BI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5BR%2CyBA%2BBI%3BIACI%2CaAAA%3B%3BEAhCR%2CyBAmCI%2CyBAA2B%3BIACvB%2CmBAAA%3B%3BEGXR%2CsBAAsB%2CIAAI%2CWAAY%3BIAClC%2CyBAAA%3B%3BEAGJ%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BEMlCJ%2CYAAY%2CoBAAqB%2C2BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC5E%2CWAAW%2CcAAX%3B%3BEWnKJ%2CqBACI%2CaACI%3BIxFmPR%2CmBAAA%3BIAAA%2CYAAA%3BIwFhPY%2CSAAA%3B%3BEC%2BPZ%3BIACI%2CgBAAA%3B%3BEnCxJJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%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%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3B%3BAZ%5C%2FGZ%2CgBAJ2C%3BEyCwf3B%2CQAFR%2CeACI%2CcACK%2CKACG%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGR%2CQAXR%2CeACI%2CcAUK%3BIACG%2CiBAAA%3B%3B%3B%3BAkB%5C%2FkBpB%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CmBAUI%2CMACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAdZ%2CmBAkBI%2CGAAE%2CIAAI%3BEAEF%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA1BR%2CmBA6BI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAlCR%2CmBAqCI%3BEACI%2CkBAAA%3B%3BAAtCR%2CmBAyCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CmBARJ%2CGAQK%3BEACG%2CiBAAA%3B%3BAAGJ%2CmBAZJ%2CGAYK%3BEACG%2CoBAAA%3B%3BAAGJ%2CmBAhBJ%2CGAgBK%3BEACG%2CSAAS%2CcAAc%2CIAAvB%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAKZ%2C2BAA2B%3BEAC3B%2CcAAA%3B%3BAADA%2C2BAA2B%2CmBAEvB%3BEACI%2CaAAA%3B%3BAAHR%2C2BAA2B%2CmBAEvB%2CMAEI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPZ%2C2BAA2B%2CmBAEvB%2CMAEI%2CGAKI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAdhB%2C2BAA2B%2CmBAkBvB%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAApBR%2C2BAA2B%2CmBAkBvB%2CMAGI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3B%3BAAzBZ%2C2BAA2B%2CmBAkBvB%2CMAGI%2CGAKI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAA5BhB%2C2BAA2B%2CmBAkBvB%2CMAGI%2CGAKI%2CGAGM%3BEACE%2CcAAA%3B%3BAA9BpB%2C2BAA2B%2CmBAoCvB%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2C4BAEI%3BEACI%2CWAAA%3B%3BAAuBR%2CgBAnBkC%3BEAC9B%2C4BACI%3BIACI%2CWAAA%3B%3BEAGR%2C2BAA2B%2CmBACvB%3BIACI%2CcAAA%3B%3BEAFR%2C2BAA2B%2CmBAKvB%2CMACI%3BIACI%2CmBAAA%3B%3B%3BAAchB%2CgBARmC%3BEAC%5C%2FB%2C4BACI%3BIACI%2CWAAA%3B%3B%3BAAKZ%2CIAAK%3BEACD%2CgBAAA%3B%3BAADJ%2CIAAK%2C6BAED%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CmBAAoB%2CMAAK%3BEACrB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAAGJ%3BEAWI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAXA%2COAAC%3BEACG%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAQR%3BEAWI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAXA%2COAAC%3BEACG%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAOR%3BAAAS%3BEACL%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAYJ%2CgBATmC%3BEAC%5C%2FB%3BEAAS%3BIACL%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CqBAAA%3B%3BAAIR%3BAAAS%3BAAAS%3BEACd%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CkBAMI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%2CgBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEASI%2CwBAAA%3B%3BAATJ%2CUACI%3BEACI%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CIAAI%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CaAII%3BEACI%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CaARJ%2CcAQK%3BEACG%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAKZ%2CaAAc%3BAACd%2CiBAAkB%3BAAClB%2CiBAAkB%3BEACd%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%3BAAAW%2CiBAAkB%3BAAAgB%2CiBAAkB%3BEAC7E%2CmBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CYAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CQAAC%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAC%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2C4CAAA%3BEACA%2CkCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQADI%2CKACH%3BEACG%2CWAAW%2CwBAAX%3BEACA%2CiCAAA%3B%3BAAGJ%2CQANI%2CKAMH%3BEACG%2CWAAW%2CwBAAX%3BEACA%2CiCAAA%3B%3BAAIA%2CQAZA%2CKAWH%2CMACI%3BEACG%2CUAAA%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CQAjBA%2CKAWH%2CMAMI%3BEACG%2CUAAA%3BEACA%2CWAAW%2CoBAAX%3B%3BAAMR%2CKAAC%3BEACG%2CwBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CKAAC%3BEACG%2CwBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CmBAMI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CmBAAoB%2CoBAGhB%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3B%3BAAGJ%2CcACI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CaACI%2CmBACI%3BEACI%2CcAAA%3B%3BAAKZ%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAKI%2CgBAAe%3BEACX%2CaAAA%3B%3BAAIR%2CwBACI%3BEACI%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CwBAJJ%2COAIK%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CIAAK%2CiBACD%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CWAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CIAdH%2CiBACD%2COAaK%3BAAAe%2CIAdnB%2CiBACD%2COAaqB%3BEACb%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAnBH%2CiBACD%2COAkBK%3BEACG%2CwCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAsB%2CyqCAAtB%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAIR%2CIA9BC%2CiBA8BA%3BEACG%2C2BAAA%3B%3BAAKR%2CIAAK%2CiBAAiB%2COAAM%2CMAAM%3BEAC9B%2CUAAA%3B%3BAAGJ%2CIAAK%2CiBAAiB%2COAAM%3BEACxB%2CYAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CsBAAA%3B%3BAAIR%2CIAAK%2CmBACD%3BEACI%2CaAAa%2CWAAb%3BEACA%2CcAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CoBACI%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAALR%2CoBACI%2CgBAMI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BAAAY%2CiBAAkB%3BEAC1B%2CUAAA%3B%3BAAGJ%3BAAAiB%2CiBAAkB%3BEAC%5C%2FB%2CUAAA%3B%3BAAIJ%2CkBACI%3BEACI%2CcAAA%3B%3BAAEA%2CkBAHJ%2CEAGK%3BEACG%2CcAAA%3B%3BAAKZ%2CIAAK%2CUAAU%2CYAAY%3BAAAU%2CIAAK%2CUAAU%2CYAAY%3BEAC5D%2CkCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAACA%2CiBAAkB%3BEACd%2CUAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CiBAAkB%3BEACd%2CeAAA%3B%3BAAGJ%2CiBAAkB%2CcAAc%3BEAC5B%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAK%2CaAAa%3BEACd%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAK%2CUAAU%3BEACX%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAAK%2CaAAY%3BAACjB%2CIAAK%2CaAAY%3BEACb%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CIAAK%2CaAAY%3BEACb%2CWAAW%2CcAAX%3B%3BAAGJ%2CIAAK%2CaAAY%3BEACb%2CWAAW%2CaAAX%3B%3BAAGJ%2CkBAAmB%3BEACf%2CaAAA%3B%3BAAEA%2CkBAHe%2CkBAGd%3BEACG%2CyBAAA%3B%3BAAIR%2CIAAK%3BEACD%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CiBAAA%3B%3BAAGJ%2C2BACI%2CMACI%2CGAAG%3BAAFX%2C2BACW%2CMACH%2CGAAG%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAAJZ%2C2BAOI%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAAGJ%2CKAAK%2CIAAI%2CgBAAgB%2CIAAI%3BAAAqB%3BEAC9C%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3B%3BAAKI%2CoBADJ%2CSACK%3BEACG%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAwHZ%2CgBApHkC%3BEAC9B%2CcAAe%3BIACX%2CYAAA%3B%3BEAGJ%2C2BACI%2CMACI%3BEAFR%2C2BACW%2CMACH%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEA%2C2BALR%2CMACI%2CGAIK%2CIAAI%2CqBAAwB%2CaAAU%3BEAAvC%2C2BALD%2CMACH%2CGAIK%2CIAAI%2CqBAAwB%2CaAAU%3BIACnC%2CUAAA%3B%3BEAPhB%2C2BACI%2CMACI%2CGAQM%2CaAAU%3BEAVxB%2C2BACW%2CMACH%2CGAQM%2CaAAU%3BIACR%2CUAAA%3B%3BEAXhB%2C2BACI%2CMACI%2CGAYM%2CaAAU%3BEAdxB%2C2BACW%2CMACH%2CGAYM%2CaAAU%3BIACR%2CUAAA%3B%3BEAfhB%2C2BACI%2CMACI%2CGAgBM%2CaAAU%3BEAlBxB%2C2BACW%2CMACH%2CGAgBM%2CaAAU%3BIACR%2CUAAA%3BIACA%2CoBAAA%3B%3BEApBhB%2C2BACI%2CMACI%2CGAqBM%2CaAAU%3BEAvBxB%2C2BACW%2CMACH%2CGAqBM%2CaAAU%3BIACR%2CUAAA%3BIACA%2CkBAAA%3B%3BEAzBhB%2C2BA6BI%3BEA7BJ%2C2BA8BI%3BIACI%2CeAAA%3B%3BEA%5C%2FBR%2C2BAiCI%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAMQ%2C2BAHX%2CyBACG%2CMACI%2CGACK%2CIAAI%2CqBAAwB%2CaAAU%3BEAAvC%2C2BAHX%2CyBACU%2CMACH%2CGACK%2CIAAI%2CqBAAwB%2CaAAU%3BIACnC%2CUAAA%3B%3BEAJhB%2C2BAAC%2CyBACG%2CMACI%2CGAKM%2CaAAU%3BEAPxB%2C2BAAC%2CyBACU%2CMACH%2CGAKM%2CaAAU%3BIACR%2CUAAA%3B%3BEARhB%2C2BAAC%2CyBACG%2CMACI%2CGASM%2CaAAU%3BEAXxB%2C2BAAC%2CyBACU%2CMACH%2CGASM%2CaAAU%3BEAXxB%2C2BAAC%2CyBACG%2CMACI%2CGAUM%2CaAAU%3BEAZxB%2C2BAAC%2CyBACU%2CMACH%2CGAUM%2CaAAU%3BIACR%2CUAAA%3B%3BEAbhB%2C2BAAC%2CyBACG%2CMACI%2CGAcM%2CaAAU%3BEAhBxB%2C2BAAC%2CyBACU%2CMACH%2CGAcM%2CaAAU%3BIACR%2CUAAA%3B%3BEAjBhB%2C2BAAC%2CyBACG%2CMACI%2CGAkBM%2CaAAU%3BEApBxB%2C2BAAC%2CyBACU%2CMACH%2CGAkBM%2CaAAU%3BIACR%2CUAAA%3BIACA%2CkBAAA%3B%3BEAOpB%3BIACI%2CkBAAA%3B%3BEAIA%2CIADA%2CIAAI%2C6CACH%3BIACG%2CsBAAA%3B%3BEAKJ%2CqBADkB%2CuBACjB%3BIACG%2CiBAAA%3B%3BEAKJ%2CoBADiB%2CuBAChB%3BIACG%2CiBAAA%3B%3BEAIR%2CIAAK%3BIACD%2CUAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CIAAK%3BIACD%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAII%2CqBADJ%2COACK%3BIACG%2CaAAA%3B%3B%3BAAiEhB%2CgBA1DmC%3BEAKnB%2C2BAHR%2CMACI%2CGAEK%2CIAAI%2CqBAAwB%2CaAAU%3BEAAvC%2C2BAHD%2CMACH%2CGAEK%2CIAAI%2CqBAAwB%2CaAAU%3BIACnC%2CUAAA%3B%3BEALhB%2C2BACI%2CMACI%2CGAMM%2CaAAU%3BEARxB%2C2BACW%2CMACH%2CGAMM%2CaAAU%3BIACR%2CUAAA%3B%3BEAThB%2C2BACI%2CMACI%2CGAUM%2CaAAU%3BEAZxB%2C2BACW%2CMACH%2CGAUM%2CaAAU%3BIACR%2CUAAA%3B%3BEAbhB%2C2BACI%2CMACI%2CGAcM%2CaAAU%3BEAhBxB%2C2BACW%2CMACH%2CGAcM%2CaAAU%3BIACR%2CUAAA%3B%3BEAjBhB%2C2BACI%2CMACI%2CGAkBM%2CaAAU%3BEApBxB%2C2BACW%2CMACH%2CGAkBM%2CaAAU%3BIACR%2CUAAA%3B%3BEASA%2C2BAJX%2CyBACG%2CMACI%2CGAEK%2CIAAI%2CqBAAwB%2CaAAU%3BEAAvC%2C2BAJX%2CyBACU%2CMACH%2CGAEK%2CIAAI%2CqBAAwB%2CaAAU%3BIACnC%2CUAAA%3B%3BEALhB%2C2BAAC%2CyBACG%2CMACI%2CGAMM%2CaAAU%3BEARxB%2C2BAAC%2CyBACU%2CMACH%2CGAMM%2CaAAU%3BIACR%2CUAAA%3B%3BEAThB%2C2BAAC%2CyBACG%2CMACI%2CGAUM%2CaAAU%3BEAZxB%2C2BAAC%2CyBACU%2CMACH%2CGAUM%2CaAAU%3BEAZxB%2C2BAAC%2CyBACG%2CMACI%2CGAWM%2CaAAU%3BEAbxB%2C2BAAC%2CyBACU%2CMACH%2CGAWM%2CaAAU%3BIACR%2CUAAA%3B%3BEAdhB%2C2BAAC%2CyBACG%2CMACI%2CGAeM%2CaAAU%3BEAjBxB%2C2BAAC%2CyBACU%2CMACH%2CGAeM%2CaAAU%3BIACR%2CUAAA%3B%3BEAlBhB%2C2BAAC%2CyBACG%2CMACI%2CGAmBM%2CaAAU%3BEArBxB%2C2BAAC%2CyBACU%2CMACH%2CGAmBM%2CaAAU%3BIACR%2CUAAA%3B%3B%3BAAwCxB%2CgBA%5C%2FBkC%3BEAC9B%2CSAAU%2CYAAY%3BIAClB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CIAAK%2CUAAU%2CYAAY%3BEAC3B%2CIAAK%2CUAAU%2CYAAY%3BIACvB%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CIAAK%2CaAAa%3BIACd%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CYAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAqGR%2CgBAhGkC%3BEAC9B%2CoBACI%3BIACI%2CaAAA%3B%3BEAFR%2CoBAKI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAPR%2CoBAKI%2CkBAII%3BEATR%2CoBAKI%2CkBAKI%3BEAVR%2CoBAKI%2CkBAMI%3BEAXR%2CoBAKI%2CkBAOI%3BIACI%2CWAAA%3B%3BEAbZ%2CoBAKI%2CkBAWI%3BIACI%2CWAAA%3B%3BEAjBZ%2CoBAKI%2CkBAeI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAvBZ%2CoBAKI%2CkBAqBI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEA5BZ%2CoBAKI%2CkBAqBI%2CcAII%3BIACI%2CUAAA%3B%3BEA%5C%2FBhB%2CoBAKI%2CkBAqBI%2CcAQI%3BIACI%2CUAAA%3B%3BEAnChB%2CoBAKI%2CkBAkCI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEA1CZ%2CoBAKI%2CkBAwCI%3BIACI%2CkBAAA%3B%3BEA9CZ%2CoBAkDI%3BEAlDJ%2CoBAmDI%2CUAAU%2CYAAY%3BEAnD1B%2CoBAoDI%2CUAAU%2CYAAY%3BIAClB%2C0BAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%2CmBACI%2CGAAE%2C8BAA8B%3BIAC5B%2CaAAA%3B%3BEAFR%2CmBAKI%3BIACI%2CcAAA%3B%3BEAIR%2C2BAA4B%2CMAAM%2CGAC9B%2CGAAE%3BIACE%2CmBAAA%3B%3BEAFR%2C2BAA4B%2CMAAM%2CGAK9B%3BIACI%2CeAAA%3B%3BEACA%2C2BAPoB%2CMAAM%2CGAK9B%2CGAEK%3BIACG%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAc%2CMAAK%3BEACf%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%2CmBAAoB%2CMAAK%2CaAAa%3BEAClC%2CkBAAkB%2CgDAAgD%2CeAAe%2CcAAc%2CgDAAgD%2CeAAe%2CYAA9J%3BEACA%2CkBAAkB%2C2CAA2C%2CyCAA7D%3BEACA%2CkBAAkB%2CsCAAsC%2CoCAAxD%3BEACA%2CkBAAkB%2CmCAAmC%2CiCAArD%3B%3BAAGJ%2CiBAAiB%3BEACb%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAc%2CSAAQ%3BEAClB%2CkBAAkB%2CgDAAgD%2CeAAe%2CcAAc%2CgDAAgD%2CeAAe%2CYAA9J%3BEACA%2CkBAAkB%2C2CAA2C%2CyCAA7D%3BEACA%2CkBAAkB%2CsCAAsC%2CoCAAxD%3BEACA%2CkBAAkB%2CmCAAmC%2CiCAArD%3B%3BAAGJ%2CYAAa%2CMAAK%3BEACd%2CqBAAA%3B%3BAAGJ%3BAAAuB%3BEACnB%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAAK%3BAAAgB%2CIAAK%3BEACtB%2CYAAA%3B%3BAAGJ%2CSAAU%2CYAAY%3BEAClB%2CgBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3B%3BAADJ%2CcAAe%2CoBAGX%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqDAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAsB%2CyjBAAtB%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcApBO%2CoBAGX%2CMAAK%2CaAiBA%3BEACG%2CyBAAA%3BEACA%2CsBAAsB%2CyjBAAtB%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcA5BO%2CoBAGX%2CMAAK%2CaAyBA%3BEACG%2CcAAA%3B%3BAAKZ%2CIAAK%3BAAAW%2CIAAK%3BEACjB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CkBAAmB%2CcAMf%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqDAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CkBAtBW%2CcAMf%2CSAgBK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkBA5BW%2CcAMf%2CSAsBK%3BEACG%2CmBAAA%3B%3BAAKZ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CiBAAA%3B%3BAADJ%2CIAAK%2CiBAGD%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAsB%2C6XAAtB%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CmBAKI%2CcAAc%3BEACV%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIR%2CIAAK%3BEACD%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CcAMI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CyBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqDAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CaAAC%3BAAAD%2CgBAAC%3BAAAD%2CiBAAC%3BAAAD%2CYAAC%3BAAAD%2CgBAAC%3BAAAD%2CeAAC%3BAAAD%2CgBAAC%3BAAAD%2CcAAC%3BAAAD%2CmBAAC%3BEACG%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAIR%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAEA%2CaAAC%3BAAAD%2CgBAAC%3BAAAD%2CYAAC%3BAAAD%2CgBAAC%3BAAAD%2CeAAC%3BAAAD%2CgBAAC%3BAAAD%2CcAAC%3BAAAD%2CmBAAC%3BEACG%2CmBAAA%3B%3BAAIR%2CIAAK%3BEACD%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CmBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAOY%2CiBAHZ%2CgBACI%2CeACI%2CWACK%3BEACG%2CkBAAA%3B%3BAAEJ%2CiBANZ%2CgBACI%2CeACI%2CWAIK%2CUAAU%3BEACR%2CaAAA%3B%3BAAQnB%2CoBACI%2CoBACI%3BEACI%2CcAAA%3B%3B%3BAAcZ%2CgBARmC%3BEAC%5C%2FB%2CYACI%3BIACI%2CgBAAA%3B%3B%3BAAyBZ%2CgBApBmC%3BEAC%5C%2FB%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3B%3BAAgCR%2CmBA5BqC%3BEAGzB%2CmBADJ%2CGACK%3BIACO%2C4BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3B%3BEAPhB%2CmBAWI%3BIAKI%2CmBAAA%3BIACA%2CiBAAA%3B%3BEALA%2CmBADJ%2CGACK%3BIACG%2CaAAA%3B%3BEAbZ%2CmBAoBI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3B%3B%3BAAmGZ%2CmBA9FqC%3BEAIrB%2C2BAFR%2CMACI%2CGACK%3BIACG%2CgBAAA%3B%3BEAwBhB%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CeACI%3BIACI%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3B%3BEAKR%3BIACI%2CqBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CcAAA%3B%3BEAIA%2CQAAC%3BIACG%2CeAAA%3BIACA%2CyBAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BEAKI%2CmBADJ%2CGACK%3BIACG%2CaAAA%3B%3BEAKZ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%2C8BAA%2BB%3BIAC3B%2CqBAAA%3B%3B%3BAAqCR%2CmBAhCqC%3BEACjC%2CYAAY%3BIACR%2CSAAA%3B%3BEAGJ%2CIAAK%3BIACD%2CUAAA%3B%3BEAGJ%2CIAAK%3BIACD%2CUAAA%3B%3BEAGJ%2CIAAK%2CeAAe%3BIAChB%2CYAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAGJ%2CIAAK%2CiBAAiB%2CyBAAyB%3BIAC3C%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CIAAK%2CiBAAiB%3BIAClB%2CYAAA%3B%3B%3BAAeR%2CmBAXqC%3BEACjC%2CkBAAmB%3BIACf%2CsBAAA%3B%3BEAGJ%2CIAAK%3BIACD%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAASR%2CwBAL0C%2CuBAAuB%3BEAC7D%2CIAAK%2CkBAAkB%2CcAAc%3BIACjC%2CUAAA%3B%3B%3BAC9gDR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CUAMI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CcAAe%2CWAEX%3BAAFJ%2CcAAe%2CWAGX%2CYAAY%3BEACR%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAbR%2CcAAe%2CWAgBX%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAzBR%2CcAAe%2CWA4BX%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlCR%2CcAAe%2CWAqCX%3BAArCJ%2CcAAe%2CWAsCX%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA9CR%2CcAAe%2CWAiDX%3BEACI%2CmBAAA%3B%3BAAlDR%2CcAAe%2CWAqDX%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAQR%2CQAL8B%3BEAK9B%2CcA%5C%2FDe%2CWA2DP%3BIACI%2CkBAAA%3B%3B%3BAAKZ%2CgBAEI%2CWACI%3BAAFR%2CaACI%2CWACI%3BEACI%2CmBAAA%3B%3BAAGI%2CgBALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%3BAADJ%2CaALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CgBALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUAKI%3BAANR%2CaALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUAKI%3BEACI%2CWAAA%3B%3BAAPZ%2CgBALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%3BAAVR%2CaALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%3BEACI%2CYAAA%3B%3BAAXZ%2CgBALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%3BAAbZ%2CaALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BAAjBhB%2CgBALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%2CWAMI%3BAAnBhB%2CaALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%2CWAMI%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA5BpB%2CgBALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%2CWAMI%2CcAWI%3BAA9BpB%2CaALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%2CWAMI%2CcAWI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAvCxB%2CgBALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%2CWA8BI%3BAA3ChB%2CaALZ%2CWACI%2CcAGI%2CoBACK%2CMACG%2CUASI%2CYAGI%2CWA8BI%3BEACI%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAOpB%2CgBA1DZ%2CWACI%2CcAGI%2CoBAsDK%2COACG%3BAADJ%2CaA1DZ%2CWACI%2CcAGI%2CoBAsDK%2COACG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CgBA1DZ%2CWACI%2CcAGI%2CoBAsDK%2COAMG%3BAANJ%2CaA1DZ%2CWACI%2CcAGI%2CoBAsDK%2COAMG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9ExB%2CgBAEI%2CWACI%2CcAGI%2CoBA4EI%3BAAjFhB%2CaACI%2CWACI%2CcAGI%2CoBA4EI%3BEACI%2CaAAA%3B%3BAAnFpB%2CgBAEI%2CWACI%2CcAGI%2CoBA4EI%2CiBAGI%3BAApFpB%2CaACI%2CWACI%2CcAGI%2CoBA4EI%2CiBAGI%3BEACI%2CyBAAA%3B%3BAAKJ%2CgBAzFhB%2CWACI%2CcAGI%2CoBAoFI%2CWACK%3BAAAD%2CaAzFhB%2CWACI%2CcAGI%2CoBAoFI%2CWACK%3BEACG%2CYAAA%3B%3BAA6BZ%2CQAzB%2BB%3BEACvB%2CgBA%5C%2FFhB%2CWACI%2CcAGI%2CoBA2FS%2CMACG%3BEADJ%2CaA%5C%2FFhB%2CWACI%2CcAGI%2CoBA2FS%2CMACG%3BIACI%2CaAAA%3B%3BEAFR%2CgBA%5C%2FFhB%2CWACI%2CcAGI%2CoBA2FS%2CMACG%2CWAGI%3BEAJR%2CaA%5C%2FFhB%2CWACI%2CcAGI%2CoBA2FS%2CMACG%2CWAGI%3BIACI%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAIZ%2CgBA3GhB%2CWACI%2CcAGI%2CoBAuGS%2COACG%3BEADJ%2CaA3GhB%2CWACI%2CcAGI%2CoBAuGS%2COACG%3BIACI%2CaAAA%3B%3BEAFR%2CgBA3GhB%2CWACI%2CcAGI%2CoBAuGS%2COACG%2CWAGI%3BEAJR%2CaA3GhB%2CWACI%2CcAGI%2CoBAuGS%2COACG%2CWAGI%3BIACI%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3B%3BAApHhC%2CgBAEI%2CWA0HI%3BAA3HR%2CaACI%2CWA0HI%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CUACI%2COAAM%2CKACF%3BEACI%2CaAAA%3B%3BAAHZ%2CUACI%2COAAM%2CKACF%2CIAGI%3BEACI%2COAAA%3B%3BAANhB%2CUACI%2COAAM%2CKACF%2CIAOI%2CEAAC%3BEACG%2CgBAAA%3B%3BAAaZ%2CQAT8B%3BEAS9B%2CUAtBA%2COAAM%2CKAcE%3BIACI%2CsBAAA%3B%3BEAOZ%2CUAtBA%2COAAM%2CKAkBE%2CEAAC%3BIACG%2CeAAA%3B%3B%3BAAmBZ%2CQAd0B%3BEAc1B%2CUAbI%3BIACI%2CwBAAA%3B%3BEAYR%2CUAbI%2CUAEI%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEASZ%2CUAbI%2CUAMI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAlChB%2CUAuCI%3BEACI%2CcAAA%3B%3BAAxCR%2CUAuCI%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CUAZR%2CkBAGI%2CiBASQ%2CMAAG%2CUAAU%3BEACb%2CaAAA%3B%3BAAGJ%2CUAhBR%2CkBAGI%2CiBAaK%2CkBAAqB%2CMAAG%2CUAAU%3BEAC%5C%2FB%2CcAAA%3B%3BAAxDhB%2CUAuCI%2CkBAGI%2CiBAiBI%3BEACI%2CoBAAA%3BEACA%2CuBAAA%3B%3BAA7DhB%2CUAuCI%2CkBAGI%2CiBAsBI%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3BEACA%2CyCAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3B%3BAA5EhB%2CUAuCI%2CkBAGI%2CiBAsBI%2CaAAa%2CSAcT%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAlFpB%2CUAuCI%2CkBAGI%2CiBAsBI%2CaAAa%2CSAqBT%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAzFpB%2CUAuCI%2CkBAGI%2CiBAsBI%2CaAAa%2CSAqBT%2CaAMI%3BEACI%2CWAAA%3B%3BAA5FxB%2CUAuCI%2CkBAGI%2CiBAuDI%2CeAAiB%2CeAAY%2CIAAI%3BEAC7B%2CYAAA%3B%3BAAlGhB%2CUAuCI%2CkBAGI%2CiBA2DI%3BEACI%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3B%3BAAEA%2CUAnEZ%2CkBAGI%2CiBA2DI%2CaAKK%3BEACG%2CqBAAA%3B%3BAADJ%2CUAnEZ%2CkBAGI%2CiBA2DI%2CaAKK%2CaAGG%3BEACI%2CqBAAA%3B%3BAAIR%2CUA3EZ%2CkBAGI%2CiBA2DI%2CaAaK%3BAACD%2CUA5EZ%2CkBAGI%2CiBA2DI%2CaAcK%3BEACG%2CUAAA%3BEACA%2CQAAQ%2C6CAAR%3B%3BAAHJ%2CUA3EZ%2CkBAGI%2CiBA2DI%2CaAaK%2CKAKG%3BAAJJ%2CUA5EZ%2CkBAGI%2CiBA2DI%2CaAcK%2CKAIG%3BEACI%2CYAAA%3BEACA%2CqBAAoB%2C8BAApB%3B%3BAAGJ%2CUArFhB%2CkBAGI%2CiBA2DI%2CaAaK%2CKAUI%3BAAAD%2CUArFhB%2CkBAGI%2CiBA2DI%2CaAcK%2CKASI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAjIxB%2CUAuCI%2CkBAGI%2CiBA4FI%3BEACI%2CqBAAoB%2C8BAApB%3BEACA%2CYAAA%3B%3BAAxIhB%2CUAuCI%2CkBAGI%2CiBAiGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAQ%2C4CAAR%3B%3BAA9IhB%2CUAuCI%2CkBAGI%2CiBAiGI%2CeAKI%2CSACI%3BEACI%2CUAAA%3B%3BAAlJxB%2CUAuCI%2CkBAGI%2CiBAiGI%2CeAWI%3BEACI%2CmBAAA%3B%3BAAvJpB%2CUAuCI%2CkBAGI%2CiBAiHI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CWAAW%2CcAAX%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CwDAAA%3BEACA%2CmDAAA%3B%3BAAEA%2CUAhIZ%2CkBAGI%2CiBAiHI%2CSAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAjLpB%2CUAuCI%2CkBAGI%2CiBA2II%3BEACI%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEA%2CUA9JZ%2CkBAGI%2CiBA2II%2COAgBK%3BEACG%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAnKZ%2CkBAGI%2CiBA2II%2COAqBK%3BEACG%2COAAA%3BEACA%2C4BAAA%3BEACA%2C%2BCAAA%3B%3BAAGJ%2CUAzKZ%2CkBAGI%2CiBA2II%2COA2BK%3BEACG%2CQAAA%3BEACA%2C4BAAA%3BEACA%2CgDAAA%3B%3BAAnNpB%2CUAuCI%2CkBAkLI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BLAAA%3B%3BAAhOZ%2CUAuCI%2CkBAkLI%2CcASI%3BEACI%2CoBAAoB%2CwDAApB%3BEACA%2CiBAAA%3B%3BAApOhB%2CUAuCI%2CkBAkLI%2CcAcI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAzOhB%2CUAuCI%2CkBAkLI%2CcAmBI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CUA7MZ%2CkBAkLI%2CcAmBI%2CaAQK%2CcAAe%2CIACZ%3BEACI%2CiBAAA%3B%3BAAFR%2CUA7MZ%2CkBAkLI%2CcAmBI%2CaAQK%2CcAAe%2CIAKV%3BEACE%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CUA%5C%2FNpB%2CkBAkLI%2CcAmBI%2CaAQK%2CcAAe%2CIAKV%2COAaG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3B%3BAAGJ%2CUApOpB%2CkBAkLI%2CcAmBI%2CaAQK%2CcAAe%2CIAKV%2COAkBG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3B%3BAAIR%2CUA1OhB%2CkBAkLI%2CcAmBI%2CaAQK%2CcAAe%2CIA6BX%3BAACD%2CUA3OhB%2CkBAkLI%2CcAmBI%2CaAQK%2CcAAe%2CIA8BX%3BEACG%2CiDAAA%3B%3BAAIR%2CUAhPZ%2CkBAkLI%2CcAmBI%2CaA2CK%3BAACD%2CUAjPZ%2CkBAkLI%2CcAmBI%2CaA4CK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CyCAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CUA5PZ%2CkBAkLI%2CcAmBI%2CaAuDK%3BEACG%2CYAAA%3B%3BAAGJ%2CUAhQZ%2CkBAkLI%2CcAmBI%2CaA2DK%3BEACG%2CSAAA%3B%3BAAGJ%2CUApQZ%2CkBAkLI%2CcAmBI%2CaA%2BDK%2CUAAW%2CIACN%3BEACE%2CkBAAA%3B%3BAAFR%2CUApQZ%2CkBAkLI%2CcAmBI%2CaA%2BDK%2CUAAW%2CIACN%2COAGE%2CYAAW%3BEACP%2CSAAS%2CGAAT%3B%3BAAhT5B%2CUAuCI%2CkBAkLI%2CcA6FI%3BEAGI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA5ThB%2CUAuCI%2CkBAkLI%2CcA6FI%2CIAQI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAY%2CUAAW%2CWA5RnC%2CkBAkLI%2CcA6FI%3BEAcQ%2CWAAA%3BEACA%2CsBAAA%3B%3BAArUpB%2CUAuCI%2CkBAmSI%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAA5UZ%2CUAuCI%2CkBAwSI%2CcAAc%3BEACV%2C0BAAA%3BEACA%2CaAAA%3B%3BAAwBJ%2CQArB2B%3BEAqB3B%2CUAlUJ%2CkBA8SQ%3BIACI%2CkBAAA%3B%3BEAmBR%2CUAlUJ%2CkBAkTQ%2CiBACI%2CaAAa%3BIACT%2CWAAW%2CUAAX%3B%3BEAcZ%2CUAlUJ%2CkBAkTQ%2CiBAKI%3BIACI%2CgBAAA%3B%3BEAUZ%2CUAlUJ%2CkBAkTQ%2CiBASI%3BIACI%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAuBZ%2CQAlB2B%3BEAkB3B%2CUApVJ%2CkBAmUQ%2CiBACI%2CaAAa%3BIACT%2CWAAW%2CUAAX%3B%3BEAeZ%2CUApVJ%2CkBAmUQ%2CiBAKI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3B%3BEAUZ%2CUApVJ%2CkBAmUQ%2CiBAUI%3BIACI%2CkBAAA%3BIACA%2CkCAAA%3B%3B%3BAA8BZ%2CQAzB2B%3BEAyB3B%2CUA7WJ%2CkBAqVQ%3BIACI%2CQAAQ%2C4CAAR%3BIACA%2CiBAAA%3B%3BEAsBR%2CUA7WJ%2CkBAqVQ%2CiBAII%3BIACI%2CuBAAA%3B%3BEAmBZ%2CUA7WJ%2CkBAqVQ%2CiBAQI%3BIACI%2CQAAA%3BIACA%2CWAAW%2CUAAX%3B%3BEAEA%2CUAjWhB%2CkBAqVQ%2CiBAQI%2COAIK%3BIACG%2CYAAA%3B%3BEAGJ%2CUArWhB%2CkBAqVQ%2CiBAQI%2COAQK%3BIACG%2CWAAA%3BIACA%2C4BAAA%3B%3B%3BAA2DhB%2CQArD0B%3BEAqD1B%2CUAlaJ%2CkBA8WQ%2CiBACI%3BIACI%2CqBAAA%3B%3BEAkDZ%2CUAlaJ%2CkBA8WQ%2CiBACI%2CaAGI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3B%3BEA8ChB%2CUAlaJ%2CkBA8WQ%2CiBACI%2CaAGI%2CSAII%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAyCpB%2CUAlaJ%2CkBA8WQ%2CiBACI%2CaAGI%2CSAII%2CaAKI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEAqCxB%2CUAlaJ%2CkBA8WQ%2CiBACI%2CaAGI%2CSAeI%3BIACI%2CUAAA%3B%3BEAgCpB%2CUAlaJ%2CkBA8WQ%2CiBACI%2CaAGI%2CSAmBI%2CSAAQ%3BIACJ%2CSAAA%3B%3BEA4BpB%2CUAlaJ%2CkBA8WQ%2CiBA6BI%3BIACI%2COAAA%3B%3BEAEA%2CUA9YhB%2CkBA8WQ%2CiBA6BI%2COAGK%3BIACG%2CYAAA%3B%3BEAGJ%2CUAlZhB%2CkBA8WQ%2CiBA6BI%2COAOK%3BIACG%2CWAAA%3B%3BEAehB%2CUAlaJ%2CkBAwZQ%2CcACI%2CaAAY%2CcACR%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAoDhB%2CQA9C0B%3BEA8C1B%2CUAhdJ%2CkBAmaQ%2CcAAc%2CaAAY%2CUACpB%3BIACE%2C0BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CUAzaZ%2CkBAmaQ%2CcAAc%2CaAAY%2CUAMrB%2CcAAe%2CIAAI%3BIAChB%2CeAAA%3B%3BEAGJ%2CUA7aZ%2CkBAmaQ%2CcAAc%2CaAAY%2CUAUrB%2CcAAe%2CIAAM%3BIAClB%2CgBAAA%3B%3BEAkCZ%2CUAhdJ%2CkBAmaQ%2CcAAc%2CaAAY%2CUActB%2CIAAM%3BIACF%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CUAzbhB%2CkBAmaQ%2CcAAc%2CaAAY%2CUActB%2CIAAM%2COAQD%3BIACG%2CcAAA%3B%3BEAGJ%2CUA7bhB%2CkBAmaQ%2CcAAc%2CaAAY%2CUActB%2CIAAM%2COAYD%3BIACG%2CeAAA%3B%3BEAkBhB%2CUAhdJ%2CkBAmaQ%2CcAAc%2CaAAY%2CUActB%2CIAAM%2COAgBA%3BIACE%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CUArcpB%2CkBAmaQ%2CcAAc%2CaAAY%2CUActB%2CIAAM%2COAgBA%2CcAIG%3BIACG%2CSAAS%2CGAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAapB%2CQAN0B%3BEAM1B%2CUAtdJ%2CkBAidQ%2CcAAc%2CaAAY%2CcAAc%2CUAAW%3BIAC%5C%2FC%2CWAAA%3B%3B%3BAAzfhB%2CUAuCI%2CkBAsdI%3BEACI%2CUAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAhgBZ%2CUAogBI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CaAAA%3B%3BAAIR%2CMAAM%2CKACF%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAALR%2CMAAM%2CKACF%2CWAMI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CMAhBN%2CKACF%2CWAMI%2CaASK%2CUAAU%3BEACP%2CeAAA%3B%3BAAjBhB%2CMAAM%2CKACF%2CWAMI%2CaAaI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BAAxBhB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAMI%3BEACI%2CmBAAA%3B%3BAA3BpB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAMI%2CMAGI%3BEACI%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAApCxB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAMI%2CMAaI%3BEACI%2CgBAAA%3B%3BAAxCxB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSAEI%3BAA9CpB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSAGI%3BAA%5C%2FCpB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSAII%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlDxB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSASI%2COAAM%3BAArD1B%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSAUI%2CMAAK%3BAAtDzB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSAWI%2COAAM%3BEACF%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C4BAAA%3B%3BAA9DxB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSAqBI%2COAAM%3BEACF%2CYAAA%3BEACA%2CmDAAA%3BEACA%2CSAAA%3B%3BAApExB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSA2BI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CkDAAA%3B%3BAAzExB%2CMAAM%2CKACF%2CWAMI%2CaAaI%2CSAwBI%2CSAgCI%2COAAM%3BEACF%2CYAAA%3BEACA%2CmDAAA%3B%3BAAapB%2CQAN2B%3BEAM3B%2CMA3FE%2CKAsFE%3BIACI%2C6BAAA%3B%3B%3BAAcR%2CQAV0B%3BEAU1B%2CMArGE%2CKA4FE%2CWAAW%3BIACP%2CUAAA%3B%3BEAEA%2CMA%5C%2FFN%2CKA4FE%2CWAAW%2CaAGN%2CUAAU%3BIACP%2CeAAA%3B%3B%3BAAcZ%2CQAT0B%2CuBAAuB%3BEASjD%2CMA9GE%2CKAsGE%2CWACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAWhB%2CQAN8B%3BEAM9B%2CMApHM%2CKA%2BGE%2CWAAW%3BIACP%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAKZ%2CeACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAFR%2CeAKI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAARR%2CeAKI%2CmBAKI%3BEACI%2CUAAA%3B%3BAAXZ%2CeAKI%2CmBAKI%2CUAGI%2CUACM%3BEACE%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAjBpB%2CeAKI%2CmBAKI%2CUAGI%2CUACM%2CMAKE%3BEACI%2CmBAAA%3B%3BAApBxB%2CeAKI%2CmBAKI%2CUAGI%2CUACM%2CMASE%3BEACI%2CkBAAA%3B%3BAAEA%2CeArBpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKAGK%2CWAAW%3BAACZ%2CeAtBpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKAIK%2CWAAW%3BAACZ%2CeAvBpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKAKK%2CUAAU%3BAACX%2CeAxBpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKAMK%2CSAAS%3BEACN%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeApCpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKAkBK%2CWAAW%3BEACR%2CmDAAA%3B%3BAAGJ%2CeAxCpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKAsBK%2CWAAW%3BEACR%2CmDAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeA7CpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKA2BK%2CUAAU%3BEACP%2CkDAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeAlDpB%2CmBAKI%2CUAGI%2CUACM%2CMASE%2CKAgCK%2CSAAS%3BEACN%2CiDAAA%3B%3BAAxD5B%2CeAKI%2CmBAKI%2CUAGI%2CUAgDI%2CSACI%2CKAAI%2CUAAU%3BEACV%2CiBAAA%3B%3BAA%5C%2FDxB%2CeAKI%2CmBAgEI%3BEACI%2CUAAA%3B%3BAAtEZ%2CeAKI%2CmBAgEI%2CWAGI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeA7EZ%2CmBAgEI%2CWAGI%2CkBAUK%3BEACG%2CUAAA%3B%3BAAnFpB%2CeAKI%2CmBAgEI%2CWAkBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CQAAQ%2C4CAAR%3BEACA%2CeAAA%3B%3BAAEA%2CeA9FZ%2CmBAgEI%2CWAkBI%2CeAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2C%2BDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAzGpB%2CeAKI%2CmBAgEI%2CWAwCI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CeApHZ%2CmBAgEI%2CWAwCI%2CiBAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CiEAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FHpB%2CeAKI%2CmBAgEI%2CWA8DI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3B%3BAAtIhB%2CeAKI%2CmBAgEI%2CWA8DI%2CKAKI%3BEACI%2CoBAAA%3BEACA%2CsBAAA%3B%3BAA1IpB%2CeAKI%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAII%2CWACM%3BEACE%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqCAAA%3B%3BAAhJ5B%2CeAKI%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAII%2CWACM%2CMAKI%3BEACE%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAArJhC%2CeAKI%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAII%2CWACM%2CMAWE%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CeAvJ5B%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAII%2CWACM%2CMAWE%2COAIK%2CYAAY%3BAACb%2CeAxJ5B%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAII%2CWACM%2CMAWE%2COAKK%2CWAAW%3BEACR%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeA%5C%2FJ5B%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAII%2CWACM%2CMAWE%2COAYK%2CYAAY%3BEACT%2C6DAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CeApK5B%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAII%2CWACM%2CMAWE%2COAiBK%2CWAAW%3BEACR%2C8DAAA%3BEACA%2CyBAAA%3B%3BAA3KpC%2CeAKI%2CmBAgEI%2CWA8DI%2CKAKI%2CoBAyCI%3BEACI%2CwBAAA%3B%3BAAIR%2CeAjLZ%2CmBAgEI%2CWA8DI%2CKAmDK%3BEACG%2CUAAA%3B%3BAADJ%2CeAjLZ%2CmBAgEI%2CWA8DI%2CKAmDK%2CYAGG%3BEACI%2CUAAA%3B%3BAAqCpB%2CQA9B0B%3BEA8B1B%2CeA7BI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3BEAyBR%2CeA7BI%2CmBAMI%3BIACI%2CWAAA%3B%3BEAsBZ%2CeA7BI%2CmBAMI%2CUAGI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2C6BAAA%3B%3BEAehB%2CeA7BI%2CmBAMI%2CUAGI%2CUAOM%3BIACE%2CsBAAA%3BIACA%2CYAAA%3B%3BEAWpB%2CeA7BI%2CmBAuBI%3BIACI%2CWAAA%3B%3B%3BAAYhB%2CQAP8B%3BEAO9B%2CeANQ%2CmBACI%2CUAAY%3BIACR%2CWAAA%3B%3B%3BAAMhB%2CoBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CoBACI%2CuBAIM%3BEACE%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAZZ%2CoBACI%2CuBAIM%2CMASE%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAArBhB%2CoBACI%2CuBAIM%2CMASE%2CMASI%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBAhChB%2CuBAIM%2CMASE%2CMASI%2COAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAtCxB%2CoBACI%2CuBAIM%2CMASE%2CMA4BI%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnDpB%2CoBACI%2CuBAIM%2CMAkDE%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAzDhB%2CoBACI%2CuBAIM%2CMAkDE%2CGAII%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CoBAhEhB%2CuBAIM%2CMAkDE%2CGAII%2CGAMK%3BEACG%2CgBAAA%3B%3BAAlExB%2CoBACI%2CuBAIM%2CMAkEE%3BEACI%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBAhFZ%2CuBAIM%2CMAkEE%2COAUK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CoBAtFR%2CuBAIM%2CMAkFG%3BEACG%2CeAAA%3B%3BAAxFhB%2CoBACI%2CuBA2FI%2CQACI%2COAAM%3BEACF%2CyCAAA%3B%3BAA9FhB%2CoBACI%2CuBAiGI%2CSACI%2COAAM%3BEACF%2C%2BCAAA%3B%3BAApGhB%2CoBACI%2CuBAuGI%2CcACI%2COAAM%3BEACF%2C4CAAA%3B%3BAAkBhB%2CQAb8B%3BEAa9B%2CoBAZQ%3BIACI%2CeAAA%3B%3BEAWZ%2CoBAZQ%2CuBAGM%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAAMhB%2C8BACI%2COAAM%3BEACF%2CmBAAA%3B%3BAAFR%2C8BACI%2COAAM%2CQAGF%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAPZ%2C8BACI%2COAAM%2CQAGF%2CcAKI%3BEACI%2CmBAAA%3B%3BAAVhB%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMAGI%3BEACI%2CeAAA%3B%3BAAbpB%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAEI%3BAAlBpB%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAGI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2C8BA1BpB%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAEI%2CUASK%3BAAAD%2C8BA1BpB%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAGI%2CcAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlC5B%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSAsBI%2CUAAS%3BEACL%2CwDAAA%3BEACA%2CkBAAA%3B%3BAAxCxB%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSA2BI%3BEACI%2CmBAAA%3B%3BAAEA%2C8BA7CpB%2COAAM%2CQAGF%2CcAKI%2CMAOI%2CSA2BI%2CcAGK%3BEACG%2C6DAAA%3BEACA%2CmBAAA%3B%3BAAhD5B%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMA4CI%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FDpB%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAYI%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAApExB%2C8BACI%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAkBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEA%2C8BA3EpB%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAkBI%2COAKK%3BEACG%2CaAAA%3B%3BAAGJ%2C8BA%5C%2FEpB%2COAAM%2CQAGF%2CcAKI%2CMA4CI%2CmBAkBI%2COASK%3BEACG%2CgBAAA%3B%3BAAjF5B%2C8BAyFI%2COAAM%3BEACF%2CgBAAA%3B%3BAA1FR%2C8BAyFI%2COAAM%2CWAGA%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA9FZ%2C8BAyFI%2COAAM%2CWAQF%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAArGZ%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAzGhB%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAII%3BEACI%2CkBAAA%3B%3BAA5GpB%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAII%2CaAGI%3BEACI%2CeAAA%3B%3BAAGJ%2C8BAzBhB%2COAAM%2CWAQF%2CiBAMI%2CWAII%2CaAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CuDAAA%3B%3BAA1HxB%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAuBM%3BEACE%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAArIpB%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAnJpB%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAaI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAxJxB%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAmBI%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CyBAAyB%2CUAAzB%3BEACA%2CiBAAiB%2CUAAjB%3BEACA%2CQAAQ%2CUAAR%3BEACA%2CWAAA%3B%3BAAEA%2C8BAnFpB%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAmBI%2CkBAiBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C8BA%5C%2FFpB%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAmBI%2CkBA6BK%3BEACG%2CaAAA%3B%3BAAzL5B%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnMxB%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzM5B%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAMI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAA7MhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAWI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlNhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAWI%2CaAII%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAtNpC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAqBI%3BEACI%2CgBAAA%3B%3BAA3NhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAqBI%2CUAGM%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAArOpC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAqBI%2CUAcI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA7OpC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAqBI%2CUAcI%2CMAOI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAlPxC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAQI%2CMAqBI%2CUAcI%2CMAaI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAvPxC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAjQ5B%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAMI%2CSAAQ%3BEACJ%2CgBAAA%3B%3BAApQhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAMI%2CSAAQ%2CUAGJ%3BEACI%2C6BAAA%3B%3BAAvQpC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAcI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA9QhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAoBI%3BEACI%2CqDAAA%3B%3BAAlRhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAwBI%3BEACI%2CsDAAA%3B%3BAAtRhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COA4BI%2CcAAc%3BEACV%2CgBAAA%3B%3BAA1RhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAgCI%3BAA7R5B%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAiCI%3BEACI%2CUAAA%3B%3BAA%5C%2FRhC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAqCI%2CQAAO%3BAAlSnC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COAsCI%2CQAAO%3BEACH%2CYAAA%3B%3BAApShC%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COA0CI%2CcAAc%2CSAAQ%2CUAAW%2CGAAE%3BAAvS%5C%2FD%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqDI%2CSAgEI%2COA2CI%2CcAAc%2CSAAQ%2CUAAW%2CGAAE%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2C8BAtNhB%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAuKK%3BEACG%2CmBAAA%3B%3BAADJ%2C8BAtNhB%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAuKK%2CKAGG%3BEACI%2CUAAA%3B%3BAAGR%2C8BA7NhB%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COA8KK%3BEACG%2CaAAA%3B%3BAAEA%2C8BAhOpB%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COA8KK%2CYAGI%3BEACG%2CcAAA%3B%3BAA1T5B%2C8BAyFI%2COAAM%2CWAQF%2CiBAMI%2CWAiCI%2COAqLI%3BEACI%2CgBAAA%3B%3BAA9TxB%2C8BAqUI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAA7UR%2C8BAqUI%2CcAUI%3BEACI%2CqDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAUR%2CQAN2B%3BEAM3B%2C8BALI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%3BIACjD%2CWAAA%3B%3B%3BAAgBR%2CQAZ2B%3BEAY3B%2C8BAXI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBACjD%2CSAAS%2CQAAO%3BIACZ%2CUAAA%3B%3BEASZ%2C8BAXI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBACjD%2CSAAS%2CQAAO%2CKAGZ%3BIACI%2CgBAAA%3B%3B%3BAAchB%2CQAR2B%3BEAQ3B%2C8BANI%2COAAM%2CWAAY%3BEAMtB%2C8BALI%2COAAM%2CQAAS%3BIACX%2C6BAAA%3B%3B%3BAAUR%2CQAN2B%3BEAM3B%2C8BALI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%3BIACjD%2CWAAA%3B%3B%3BAAyDR%2CQArD2B%3BEAqD3B%2C8BApDI%2CcACI%2CmBACI%3BIACI%2CYAAA%3B%3BEAiDhB%2C8BA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%3BIACjD%2CUAAA%3B%3BEAGI%2C8BAJR%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAGjD%2CkBACK%3BIACG%2CaAAA%3B%3BEAEJ%2C8BAPR%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAGjD%2CkBAIK%3BIACG%2CcAAA%3B%3BEAoChB%2C8BA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%3BIACI%2CWAAA%3B%3BEA%2BBZ%2C8BA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%2CSAGI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAwBhB%2C8BA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%2CSAGI%2CMAOI%3BIACI%2CgBAAA%3B%3BEAqBpB%2C8BA5CI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CiBAYjD%2CSAeI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAahB%2C8BARI%3BIACI%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAcR%2CQAV0B%3BEAU1B%2C8BATI%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CSAAS%2COAC1D%2CQACI%3BIACI%2CiBAAA%3B%3B%3BAAwBpB%2CQAlB8B%3BEAkB9B%2C8BAjBQ%2COAAM%2CQAAS%2CcAAc%3BIACzB%2CeAAA%3B%3BEAgBZ%2C8BAjBQ%2COAAM%2CQAAS%2CcAAc%2CMAGzB%2CmBAAmB%3BIACf%2CQAAA%3BIACA%2CUAAA%3B%3BEAYhB%2C8BARQ%2COAAM%2CWAAY%2CiBAAiB%2CWAAW%2COAAO%2CSAAS%2COAC1D%2CQACI%3BIACI%2CiBAAA%3B%3B%3BACloDpB%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CiBAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAVR%2CiBAQI%2CKAII%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C%2BBAAA%3B%3BAAfZ%2CiBAQI%2CKAII%2CUAKI%3BEACI%2CmBAAA%3B%3BAAlBhB%2CiBAQI%2CKAII%2CUAKI%2CiBAGI%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAtBpB%2CiBAQI%2CKAII%2CUAKI%2CiBAGI%2CMAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAA1BxB%2CiBAQI%2CKAII%2CUAKI%2CiBAGI%2CMASI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBxB%2CiBAQI%2CKAII%2CUAwBI%2CSACI%3BAArChB%2CiBAQI%2CKAII%2CUAwBI%2CSACa%3BEACL%2CqBAAA%3B%3BAAtCpB%2CiBAQI%2CKAII%2CUAwBI%2CSAKI%3BEACI%2CkBAAA%3B%3BAA1CpB%2CiBAQI%2CKAII%2CUAwBI%2CSASI%3BEACI%2CcAAA%3B%3BAA9CpB%2CiBAQI%2CKA2CI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAvDZ%2CiBAQI%2CKA2CI%2CWAMI%3BEACI%2CkBAAA%3B%3BAA1DhB%2CiBAQI%2CKA2CI%2CWAMI%2COAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FDpB%2CiBAQI%2CKA2CI%2CWAMI%2COASI%3BEACI%2CeAAA%3B%3BAAKZ%2CiBAhEJ%2CKAgEK%3BEACG%2CmBAAA%3B%3BAAzEZ%2CiBA4EI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FER%2CiBA4EI%2CeAII%3BEACI%2CgBAAA%3B%3BAAjFZ%2CiBA4EI%2CeAII%2CSAEI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAzFhB%2CiBA4EI%2CeAII%2CSAWI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FFhB%2CiBA4EI%2CeAsBI%3BEACI%2CaAAA%3B%3BAAnGZ%2CiBA4EI%2CeAyBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAA1GZ%2CiBA4EI%2CeAyBI%2CMAMI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhHhB%2CiBA4EI%2CeAyBI%2CMAMI%2COAMI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAvHpB%2CiBA4EI%2CeAyBI%2CMAMI%2COAMI%2CKAOI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CiBAhDpB%2CeAyBI%2CMAMI%2COAMI%2CKAOI%2CKAIK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAA9H5B%2CiBA4EI%2CeAyDI%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA6CX%2CQAxCyB%3BEACtB%3BIACI%2CmBAAA%3B%3BEADJ%2CiBAGI%2CKAAK%3BIACD%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAVR%2CiBAGI%2CKAAK%2CUASD%2CSACI%3BEAbZ%2CiBAGI%2CKAAK%2CUASD%2CSACa%3BIACL%2CmBAAA%3B%3BEAdhB%2CiBAkBI%3BIACI%2CiBAAA%3B%3BEAnBR%2CiBAkBI%2CeAEI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAtBZ%2CiBAkBI%2CeAMI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEA3BZ%2CiBAkBI%2CeAWI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAhCZ%2CiBAkBI%2CeAgBI%3BIACI%2CuBAAA%3B%3B%3B%3BAC9JhB%3BEACC%2CiBAAA%3B%3BAAED%3BEACC%2CiBAAA%3B%3BAAED%2CqBACC%2CmBACC%2CSAAQ%3BEACP%2CcAAA%3BEACA%2CiBAAA%3B%3BAAJH%2CqBACC%2CmBAKC%2CSAAQ%2CQAAQ%3BEACf%2CiBAAA%3BEACG%2CmBAAA%3B%3BAAIN%3BEACC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHD%2CYAIC%2CiBAAgB%3BEACf%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARF%2CYAIC%2CiBAAgB%2CcAKf%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAZH%2CYAIC%2CiBAAgB%2CcAUf%2CcACC%3BEACC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAxBJ%2CYAIC%2CiBAAgB%2CcAUf%2CcAYC%2CQAAO%3BEAIN%2CWAAA%3BEACA%2CYAAA%3BEACA%2Cg7BAAA%3B%3BAAhCJ%2CYAIC%2CiBAAgB%2CcAUf%2CcAYC%2CQAAO%2COACN%3BEACC%2CaAAA%3B%3BAA5BL%2CYAoCC%2CqBACC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1CH%2CYAoCC%2CqBACC%2CkBAMC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA9CJ%2CYAoCC%2CqBACC%2CkBAMC%2CGAIC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAACA%2CYAfJ%2CqBACC%2CkBAMC%2CGAIC%2CGAIE%2CeAAe%3BEACf%2CWAAA%3B%3BAApDN%2CYAoCC%2CqBACC%2CkBAMC%2CGAIC%2CGAOC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA5DN%2CYAoCC%2CqBACC%2CkBAMC%2CGAoBC%2CGAAE%2CcACD%3BEACC%2C6DAAA%3BEACA%2C0BAAA%3B%3BAAED%2CYAhCJ%2CqBACC%2CkBAMC%2CGAoBC%2CGAAE%2CcAKA%2CMACA%3BEACC%2CmEAAA%3BEACA%2C0BAAA%3B%3BAAvEP%2CYAoCC%2CqBACC%2CkBAMC%2CGAgCC%2CGAAE%2CeACD%3BEACC%2C8DAAA%3BEACA%2C0BAAA%3B%3BAAED%2CYA5CJ%2CqBACC%2CkBAMC%2CGAgCC%2CGAAE%2CeAKA%2CMACA%3BEACC%2CoEAAA%3BEACA%2C0BAAA%3B%3BAAnFP%2CYAoCC%2CqBACC%2CkBAMC%2CGA4CC%2CGAAE%2CeACD%3BEACC%2C8DAAA%3BEACA%2C0BAAA%3B%3BAAED%2CYAxDJ%2CqBACC%2CkBAMC%2CGA4CC%2CGAAE%2CeAKA%2CMACA%3BEACC%2CoEAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FFP%2CYAoCC%2CqBACC%2CkBAMC%2CGAwDC%2CGAAE%2CYACD%3BEACC%2C2DAAA%3BEACA%2C0BAAA%3B%3BAAED%2CYApEJ%2CqBACC%2CkBAMC%2CGAwDC%2CGAAE%2CYAKA%2CMACA%3BEACC%2CiEAAA%3BEACA%2C0BAAA%3B%3BAA3GP%2CYAoCC%2CqBA6EC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAtHH%2CYAoCC%2CqBA6EC%2CuBAMC%2CcAAa%3BEACZ%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA1HJ%2CYAoCC%2CqBA6EC%2CuBAMC%2CcAAa%2CIAIZ%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiEAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAArIL%2CYAoCC%2CqBA6EC%2CuBAMC%2CcAAa%2CIAIZ%2CEAWC%2CKAAI%3BEACH%2CaAAA%3B%3BAAED%2CYArGJ%2CqBA6EC%2CuBAMC%2CcAAa%2CIAIZ%2CEAcE%3BEACA%2CuEAAA%3BEACA%2C0BAAA%3B%3BAA3IN%2CYAoCC%2CqBA6EC%2CuBA8BC%2CaAAY%3BEACX%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAnJJ%2CYAoCC%2CqBA6EC%2CuBA8BC%2CaAAY%2CIAKV%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgEAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAA9JL%2CYAoCC%2CqBA6EC%2CuBA8BC%2CaAAY%2CIAiBX%2CKAAI%3BEACH%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAED%2CYApIH%2CqBA6EC%2CuBA8BC%2CaAAY%2CIAyBV%2CMACC%3BEACA%2CsEAAA%3BEACA%2C0BAAA%3B%3BAA3KN%2CYAoCC%2CqBA6EC%2CuBA8BC%2CaAAY%2CIA%2BBX%2CQAAO%3BEACN%2CaAAA%3B%3BAA%5C%2FKL%2CYAoCC%2CqBA6EC%2CuBAiEC%2CKAAI%3BEACH%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAArLJ%2CYAoCC%2CqBA6EC%2CuBAiEC%2CKAAI%2CaAIH%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiEAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAhML%2CYAoCC%2CqBA6EC%2CuBAiEC%2CKAAI%2CaAIH%2CEAWC%2CKAAI%3BEACH%2CaAAA%3B%3BAAED%2CYAhKJ%2CqBA6EC%2CuBAiEC%2CKAAI%2CaAIH%2CEAcE%3BEACA%2CuEAAA%3BEACA%2C0BAAA%3B%3BAAtMN%2CYAoCC%2CqBA6EC%2CuBAyFC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA7MJ%2CYAoCC%2CqBA6EC%2CuBAyFC%2CiBAIC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiEAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAxNL%2CYAoCC%2CqBA6EC%2CuBAyFC%2CiBAIC%2CEAWC%2CKAAI%3BEACH%2CaAAA%3B%3BAAED%2CYAxLJ%2CqBA6EC%2CuBAyFC%2CiBAIC%2CEAcE%3BEACA%2CuEAAA%3BEACA%2C0BAAA%3B%3BAA9NN%2CYAoOC%2CUAAS%3BEACR%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAxOF%2CYA0OC%2CyBAAwB%3BEACvB%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA9OF%2CYAgPC%2CUAAS%3BEACR%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAApPF%2CYAsPC%2CUAAS%3BEACR%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAA1PF%2CYA4PC%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA9PF%2CYA4PC%2CqBAGC%3BEACC%2CYAAA%3B%3BAAhQH%2CYA4PC%2CqBAGC%2CaAEC%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CYAAA%3B%3BAAnQJ%2CYA4PC%2CqBAGC%2CaAEC%2CGAAE%2COAGA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYAlBJ%2CqBAGC%2CaAEC%2CGAAE%2COAGA%2CIAUC%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAED%2CYA5BJ%2CqBAGC%2CaAEC%2CGAAE%2COAGA%2CIAoBE%3BEACD%2CaAAA%3B%3BAAGF%2CYAhCH%2CqBAGC%2CaAEC%2CGAAE%2COA2BA%2CWACC%3BEACA%2CcAAA%3B%3BAAGF%2CYArCH%2CqBAGC%2CaAEC%2CGAAE%2COAgCA%2CMACC%3BEACA%2CmBAAA%3B%3BAAKA%2CYA5CL%2CqBAGC%2CaAEC%2CGAAE%2COAqCA%2CeAAe%2CGACd%2CIACC%3BEACA%2CaAAA%3B%3BAAzSP%2CYA4PC%2CqBAGC%2CaAEC%2CGAAE%2COA4CD%2CGACC%2CGAAE%2COACA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAxTP%2CYA4PC%2CqBAGC%2CaAEC%2CGAAE%2COA2DD%2CgBACC%2CGACC%2CGACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYA5EP%2CqBAGC%2CaAEC%2CGAAE%2COA2DD%2CgBACC%2CGACC%2CGACC%2CEASE%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAA1UT%2CYA4PC%2CqBAGC%2CaAkFC%2CIAAG%3BEAgBF%2CaAAA%3B%3BAAfA%2CYAtFH%2CqBAGC%2CaAkFC%2CIAAG%2CQACD%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAArVL%2CYA4PC%2CqBAGC%2CaAkFC%2CIAAG%2CQAMF%2CeACC%2CGAAE%3BEACD%2CeAAA%3B%3BAAzVN%2CYA4PC%2CqBAGC%2CaAkFC%2CIAAG%2CQAWF%2CeACC%2CGAAE%3BEACD%2CeAAA%3B%3BAA9VN%2CYA4PC%2CqBAGC%2CaAkFC%2CIAAG%2CQAiBD%3BEACA%2CeAAA%3B%3BAAID%2CYA3GH%2CqBAGC%2CaAuGC%2CGAAE%2COAAO%2CeACP%2CMACC%3BEACA%2CeAAA%3B%3BAAzWN%2CYA4PC%2CqBAkHC%2CeACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAjXJ%2CYA4PC%2CqBAwHC%2CeACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAvXJ%2CYA2XC%2CmBACC%2CeACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FXJ%2CYA2XC%2CmBAOC%2CaACC%2CIAAG%2CQACF%2CeACC%2CGAAE%3BEACD%2CeAAA%3B%3BAAtYN%2CYA2XC%2CmBAOC%2CaACC%2CIAAG%2CQAMF%2CeACC%2CGAAE%3BEACD%2CeAAA%3B%3BAA3YN%2CYA2XC%2CmBAqBC%2CeACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEACC%2CmBAAA%3B%3BAADD%2CiBAEC%3BEACC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAATF%2CiBAWC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAfF%2CiBAWC%2CqBAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAApBH%2CiBAWC%2CqBAKC%2CkBAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAxBJ%2CiBAWC%2CqBAKC%2CkBAKC%2CeAIC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGA%2CiBA1BJ%2CqBAKC%2CkBAKC%2CeAeC%2CEACE%2CMACA%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAAxCP%2CiBAWC%2CqBAKC%2CkBA6BC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAhDJ%2CiBAWC%2CqBAKC%2CkBA6BC%2CsBAIC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAArDL%2CiBAWC%2CqBAKC%2CkBA6BC%2CsBAIC%2CSAKC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAACA%2CiBApDL%2CqBAKC%2CkBA6BC%2CsBAIC%2CSAKC%2CWASE%3BEACA%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAOA%2CiBA9DN%2CqBAKC%2CkBA6BC%2CsBAyBC%2COAAM%2CWACL%2COACC%2CSACE%3BEACA%2CaAAA%3B%3BAA1ER%2CiBAWC%2CqBAKC%2CkBAgEC%2CYAAW%3BEACV%2CSAAA%3BEACA%2CYAAA%3B%3BAACA%2CiBAxEH%2CqBAKC%2CkBAgEC%2CYAAW%2CWAGT%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAtFL%2CiBA2FC%2CsBACC%2COAAM%3BEA8CL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA9IH%2CiBA2FC%2CsBACC%2COAAM%2CWACL%3BEACC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxGJ%2CiBA2FC%2CsBACC%2COAAM%2CWAcL%2COAAM%3BEA0BL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAxIJ%2CiBA2FC%2CsBACC%2COAAM%2CWAcL%2COAAM%2CWACL%2CSACC%3BEAmBC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjIN%2CiBA2FC%2CsBACC%2COAAM%2CWAcL%2COAAM%2CWACL%2CSACC%2CMACC%2CKAAI%3BEACH%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAA7HP%2CiBAiJC%3BEACC%2CUAAA%3B%3BAAlJF%2CiBAoJC%2CiBACC%2CWACC%3BEACC%2CaAAA%3B%3BAAvJJ%2CiBAoJC%2CiBACC%2CWAIC%3BEAYC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAvKJ%2CiBAoJC%2CiBACC%2CWAIC%2COACC%3BEACC%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAnKL%2CiBAoJC%2CiBACC%2CWAIC%2COAeC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAML%2CMAAM%2CWACL%2CMAAK%3BEACJ%2CkBAAA%3B%3BAAGF%2CIAAI%2CWACH%2CkBACC%2CsBACC%2COAAM%2CWACL%3BEACC%2CYAAA%3B%3BAALL%2CIAAI%2CWAUH%2CaACC%2CqBACC%2CaACC%2CGAAE%2COACA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAQN%2CKACC%3BEACC%2CYAAA%3B%3BAAGF%3BEACC%2CcAAA%3BEACA%2CiBAAA%3B%3BAAED%2COAAO%2CSACN%2CSAAQ%3BEACP%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CcACC%3BEACC%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CUACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAALF%2CUACC%2CgBAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAVH%2CUACC%2CgBAKC%2CWAKC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAAbJ%2CUACC%2CgBAeC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAApBH%2CUACC%2CgBAeC%2CYAKC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAjCJ%2CUACC%2CgBAeC%2CYAmBC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAKJ%3BEACC%2CoBAAA%3B%3BAAED%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAALD%2CaAMC%3BEACC%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAXF%2CaAMC%2CcAMC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAhBH%2CaAmBC%2CKAAI%3BEACH%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BEACC%2CWAAA%3B%3BAAED%3BEACC%2CWAAA%3B%3BAAIC%2CYADA%2CKACC%3BEACA%2CaAAA%3B%3BAAHH%2CYAME%2CKAAE%2COACD%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYAJD%2CKAAE%2COACD%2CIAGC%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CYARD%2CKAAE%2COACD%2CIAOC%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAMH%2CUAAC%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAATF%2CUAWC%2CaAAY%3BEACX%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAfF%2CUAiBC%2CaACE%3BEACA%2CkBAAA%3B%3BAACA%2CUAHF%2CaACE%2CKAEC%2CeAAe%3BEACf%2CWAAA%3B%3BAArBJ%2CUAiBC%2CaACE%2CKAKC%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CiBAAiB%3BEAChB%2CoBAAA%3B%3BAAED%3BEACC%2CyBAAA%3BEACA%2CUAAA%3B%3BAAED%3BEACC%2CkBAAA%3B%3BAADD%2CcAEC%2CYACC%3BEACC%2CWAAA%3B%3BAAIH%3BEACC%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAHD%2CYAIC%3BEACC%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAATF%2CYAIC%2CkBAMC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAdH%2CYAIC%2CkBAMC%2CqBAKC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGA%2CYAvBH%2CkBAMC%2CqBAgBC%2CEACE%2CMACA%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAA9BN%2CYAIC%2CkBA%2BBC%3BEACC%2CYAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5CH%2CYAIC%2CkBA%2BBC%2CcAUC%3BEACI%2CcAAA%3B%3BAACA%2CYA3CN%2CkBA%2BBC%2CcAUC%2CEAEK%2CMACH%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAAlDN%2CYAwDC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA1DF%2CYA4DC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAhEF%2CYA4DC%2CmBAKC%2CIAAG%3BEACF%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CYAjBF%2CmBAKC%2CIAAG%2CMAYD%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAApFJ%2CYA4DC%2CmBA2BC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA3FH%2CYA4DC%2CmBA2BC%2CkBAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAhGJ%2CYA4DC%2CmBA2BC%2CkBAKC%2CcAKC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAArGL%2CYA4DC%2CmBA2BC%2CkBAKC%2CcAKC%2CGAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAACA%2CYApDL%2CmBA2BC%2CkBAKC%2CcAKC%2CGAKC%2CEAUE%3BEACA%2CcAAA%3B%3BAAjHP%2CYAwHC%3BEACC%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA5HF%2CYAwHC%2CmBAKC%3BEACC%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAxIH%2CYAwHC%2CmBAkBC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIH%3BEACC%2CgBAAA%3B%3BAADD%2C0BAEC%2CgBACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAATH%2C0BAEC%2CgBACC%2CcAOC%3BEACC%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CUACC%2CsBACC%3BEACC%2CkBAAA%3B%3BAAHH%2CUACC%2CsBAIC%2CoBACC%2CKAAI%3BEACH%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlBJ%2CUACC%2CsBAIC%2CoBAeC%2CKAAI%2CiBAAiB%3BEACpB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjCJ%2CUACC%2CsBAmCC%2CmBACC%2CYACC%3BEACC%2CqBAAA%3B%3BAAvCL%2CUACC%2CsBAmCC%2CmBAMC%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAjDJ%2CUACC%2CsBAmCC%2CmBAMC%2CGAAE%2CkBAQD%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxDL%2CUACC%2CsBAmCC%2CmBAuBC%2CsBACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtEL%2CUACC%2CsBAmCC%2CmBAuBC%2CsBAaC%3BEAgCC%2CWAAA%3B%3BAAxGL%2CUACC%2CsBAmCC%2CmBAuBC%2CsBAaC%2CWACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FEN%2CUACC%2CsBAmCC%2CmBAuBC%2CsBAaC%2CWASC%3BEASC%2CcAAA%3B%3BAA1FN%2CUACC%2CsBAmCC%2CmBAuBC%2CsBAaC%2CWASC%2CeACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxFP%2CUACC%2CsBAmCC%2CmBAuBC%2CsBAaC%2CWAoBC%3BEAUC%2CcAAA%3B%3BAAtGN%2CUACC%2CsBAmCC%2CmBAuBC%2CsBAaC%2CWAoBC%2CWACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAApGP%2CUACC%2CsBAmCC%2CmBAuBC%2CsBA%2BCC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAjHL%2CUACC%2CsBAmCC%2CmBAuBC%2CsBA%2BCC%2CiBAQC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxHN%2CUACC%2CsBAmCC%2CmBAuBC%2CsBAgEC%3BEACC%2CiBAAA%3B%3BAA5HL%2CUACC%2CsBAmCC%2CmBA2FC%3BEAsHC%2CYAAA%3BEACA%2CoBAAA%3B%3BAAtPJ%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAAzIL%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaAUC%2COAAM%3BEACL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAArJN%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaAUC%2COAAM%2CUAYL%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FJP%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaAkCC%2COAAM%2CUAAU%3BEACf%2CmBAAA%3B%3BAAnKN%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaAqCC%2COAAM%2CUAAU%3BEACf%2CmBAAA%3B%3BAAtKN%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaAwCC%2COAAM%2CUAAU%2CkBAAkB%3BEACjC%2CmBAAA%3B%3BAAzKN%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%3BEAkEC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FON%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKACC%3BEACC%2CaAAA%3B%3BAA9KR%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAIC%2CQACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CUAxLP%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAIC%2CQASE%2CMACA%3BEACC%2CyEAAA%3BEACA%2C0BAAA%3B%3BAA5LV%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAoBC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAACA%2CUAtMP%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAoBC%2CQAAO%2CWAOL%3BEACA%2CyEAAA%3BEACA%2C0BAAA%3B%3BAAzMT%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAgCC%2CYACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CUApNP%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAgCC%2CYASE%2CMACA%3BEACC%2CsEAAA%3BEACA%2C0BAAA%3B%3BAAxNV%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAgDC%2CWACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BDAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CUApOP%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaACC%2CKAgDC%2CWASE%2CMACA%3BEACC%2CqEAAA%3BEACA%2C0BAAA%3B%3BAAxOV%2CUACC%2CsBAmCC%2CmBA2FC%2CcACC%2CaA2CC%2CaAqEC%2CKAAI%3BEACH%2CcAAA%3B%3BAAjPP%2CUACC%2CsBAwPC%2CeAAc%2CaACb%2CSACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAnQL%2CUACC%2CsBAwPC%2CeAAc%2CaACb%2CSAWC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAA7QL%2CUACC%2CsBAwPC%2CeAAc%2CaACb%2CSAqBC%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAML%3BEAYC%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAbD%2CaACC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CaAKC%2CmBACC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMH%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAED%3BEACC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAED%3BEACC%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAHD%2CmBAIC%2CGACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIH%2CYACC%2COACE%2CKACA%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMD%2CYAFF%2CMACE%2CIAAI%2CaACH%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKJ%3BEACC%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJD%2CeAKC%3BEACC%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAVF%2CeAKC%2CSAMC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAhBH%2CeAKC%2CSAMC%2CGAMC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAA5BJ%2CeAKC%2CSAMC%2CGAmBC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAnCJ%2CeAKC%2CSAMC%2CGAmBC%2CGAMC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAML%2CgBACC%3BEACC%2CUAAA%3B%3BAAGF%3BEACC%2CaAAA%3B%3BAAED%3BEAKC%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATD%2CiBACC%3BEACC%2CyBAAA%3BEACA%2CYAAA%3B%3BAAHF%2CiBAUC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhBF%2CiBAUC%2CQAOC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAACA%2CiBAdF%2CQAOC%2CcAOE%3BEACA%2CSAAS%2CIAAT%3B%3BAAzBJ%2CiBAUC%2CQAkBC%3BEACC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CuEAAA%3BEACA%2CmBAAA%3B%3BAArCH%2CiBAUC%2CQA6BC%3BEACC%2CaAAA%3B%3BAAxCH%2CiBA2CC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAjDF%2CiBA2CC%2CSAOC%2CSACC%3BEACC%2CsBAAA%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAzDP%2CiBA2CC%2CSAkBC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAACA%2CiBA1BF%2CSAkBC%2COAQE%3BEACA%2CSAAS%2CIAAT%3B%3BAAtEJ%2CiBA2CC%2CSA8BC%3BEACC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CuEAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAnFH%2CiBAsFC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1FF%2CiBAsFC%2COAKC%3BEACC%2CaAAA%3B%3BAA5FH%2CiBAsFC%2COAQC%3BEACC%2C8DAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CiBAZF%2COAQC%2CWAIE%3BEACA%2CqEAAA%3B%3BAAnGJ%2CiBAsFC%2COAgBC%3BEACC%2C%2BDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CiBApBF%2COAgBC%2CYAIE%3BEACA%2CsEAAA%3B%3BAA3GJ%2CiBAsFC%2COAwBC%2COAAM%2CUAAU%3BEACf%2CqEAAA%3B%3BAA%5C%2FGH%2CiBAsFC%2COA2BC%2COAAM%2CWAAW%3BEAChB%2CsEAAA%3B%3BAAID%2CiBADD%2CYACE%3BEACA%2CaAAA%3B%3BAAIH%2CsBACC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CsBAKC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAXF%2CsBAaC%2CsBACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIH%2CMAAM%3BEACL%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAHD%2CMAAM%2COAIL%2CgBACC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAARH%2CMAAM%2COAIL%2CgBAMC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAbH%2CMAAM%2COAIL%2CgBAWC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CMAzBG%2COAIL%2CgBAWC%2CsBAUE%3BEACA%2CaAAA%3B%3BAA1BJ%2CMAAM%2COAIL%2CgBAyBC%3BEAcC%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAfC%2CMA%5C%2FBE%2COAIL%2CgBAyBC%2C4BACC%2CeACE%2CIAAI%3BEACJ%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAED%2CMAvCE%2COAIL%2CgBAyBC%2C4BACC%2CeASE%2CIAAI%2COAAO%3BEACX%2CyBAAA%3B%3BAAUD%2CMAlDE%2COAIL%2CgBA4CC%2CeACC%2CeACE%2CIAAI%3BEACJ%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAED%2CMA1DE%2COAIL%2CgBA4CC%2CeACC%2CeASE%2CIAAI%2COAAO%3BEACX%2CyBAAA%3B%3BAA3DL%2CMAAM%2COAIL%2CgBA2DC%3BEACC%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAApEH%2CMAAM%2COAIL%2CgBAkEC%2CiBACC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FEJ%2CMAAM%2COAIL%2CgBAkEC%2CiBAWC%3BEACC%2CqBAAA%3B%3BAAlFJ%2CMAAM%2COAIL%2CgBAkEC%2CiBAcC%2CEAAC%2COAAO%3BEACP%2CUAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMC%2CMAjGC%2COAIL%2CgBA0FC%2CuBACC%2COACE%2CQAAK%2CiBACH%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAPD%2CMAjGC%2COAIL%2CgBA0FC%2CuBACC%2COACE%2CQAAK%2CiBACH%2CQAQD%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAED%2CMAjHA%2COAIL%2CgBA0FC%2CuBACC%2COACE%2CQAAK%2CiBACH%2CQAgBA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CMAzHD%2COAIL%2CgBA0FC%2CuBACC%2COACE%2CQAAK%2CiBAuBJ%2CQACE%2CQACA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA5HR%2CMAAM%2COAoIL%3BEACC%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAvIF%2CMAAM%2COAoIL%2CgBAIC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA9IH%2CMAAM%2COAoIL%2CgBAYC%3BEACC%2CeAAA%3B%3BAAjJH%2CMAAM%2COAoJL%3BEACC%2CaAAA%3B%3BAAGF%2CeAAe%3BEACd%2CeAAA%3B%3BAAED%2CeACC%2CwBACC%3BEACC%2CaAAA%3BEACA%2C8BAAA%3B%3BAAJH%2CeACC%2CwBAKC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIH%3BEACC%2C0BAAA%3BEACG%2C8BAAA%3B%3BAAEJ%2CkBACC%2CoBACC%3BEACI%2CqBAAA%3B%3BAAHN%2CkBACC%2CoBAIC%2CKAAI%3BEACH%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjBH%2CkBACC%2CoBAkBC%2CKAAI%2CiBAAiB%3BEACpB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhCH%2CkBAmCC%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA1CF%2CkBAmCC%2CGAAE%2CkBAQD%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjDH%2CkBAoDC%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3DF%2CkBAoDC%2CGAAE%2CkBAQD%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlEH%2CkBAqEC%2CsBACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAhFH%2CkBAqEC%2CsBAaC%3BEAgCC%2CiBAAA%3B%3BAAlHH%2CkBAqEC%2CsBAaC%2CWACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAzFJ%2CkBAqEC%2CsBAaC%2CWASC%3BEASC%2CcAAA%3B%3BAApGJ%2CkBAqEC%2CsBAaC%2CWASC%2CeACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlGL%2CkBAqEC%2CsBAaC%2CWAoBC%3BEAUC%2CcAAA%3B%3BAAhHJ%2CkBAqEC%2CsBAaC%2CWAoBC%2CWACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAA9GL%2CkBAqEC%2CsBA%2BCC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAA3HH%2CkBAqEC%2CsBA%2BCC%2CiBAQC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlIJ%2CkBAsIC%3BEAsHC%2CYAAA%3BEACA%2CoBAAA%3B%3BAA7PF%2CkBAsIC%2CcACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAAhJH%2CkBAsIC%2CcACC%2CaAUC%2COAAM%3BEACL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA5JJ%2CkBAsIC%2CcACC%2CaAUC%2COAAM%2CUAYL%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAtKL%2CkBAsIC%2CcACC%2CaAkCC%2COAAM%2CUAAU%3BEACf%2CmBAAA%3B%3BAA1KJ%2CkBAsIC%2CcACC%2CaAqCC%2COAAM%2CUAAU%3BEACf%2CmBAAA%3B%3BAA7KJ%2CkBAsIC%2CcACC%2CaAwCC%2COAAM%2CUAAU%2CkBAAkB%3BEACjC%2CmBAAA%3B%3BAAhLJ%2CkBAsIC%2CcACC%2CaA2CC%3BEAkEC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAtPJ%2CkBAsIC%2CcACC%2CaA2CC%2CaACC%2CKACC%3BEACC%2CaAAA%3B%3BAArLN%2CkBAsIC%2CcACC%2CaA2CC%2CaACC%2CKAIC%2CQACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBA1DL%2CcACC%2CaA2CC%2CaACC%2CKAIC%2CQASE%2CMACA%3BEACC%2CyEAAA%3BEACA%2C0BAAA%3B%3BAAnMR%2CkBAsIC%2CcACC%2CaA2CC%2CaACC%2CKAoBC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAACA%2CkBAxEL%2CcACC%2CaA2CC%2CaACC%2CKAoBC%2CQAAO%2CWAOL%3BEACA%2CyEAAA%3BEACA%2C0BAAA%3B%3BAAhNP%2CkBAsIC%2CcACC%2CaA2CC%2CaACC%2CKAgCC%2CYACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAtFL%2CcACC%2CaA2CC%2CaACC%2CKAgCC%2CYASE%2CMACA%3BEACC%2CsEAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FNR%2CkBAsIC%2CcACC%2CaA2CC%2CaACC%2CKAgDC%2CWACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BDAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAED%2CkBAtGL%2CcACC%2CaA2CC%2CaACC%2CKAgDC%2CWASE%2CMACA%3BEACC%2CqEAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FOR%2CkBAsIC%2CcACC%2CaA2CC%2CaAqEC%2CKAAI%3BEACH%2CgBAAA%3B%3BAAQL%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAJD%2CqBAKC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAATF%2CqBAKC%2CQAKC%3BEACC%2CWAAA%3B%3BAAXH%2CqBAcC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApBF%2CqBAcC%2CcAOC%2CaACC%3BEACC%2CYAAA%3B%3BAAvBJ%2CqBAcC%2CcAYC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAxBF%2CcAYC%2CGAYE%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3B%3BAA9CJ%2CqBAcC%2CcAmCC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIH%2CMACC%3BEAgCC%2CWAAA%3B%3BAAjCF%2CMACC%2CaACC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAANH%2CMACC%2CaACC%2CMAKC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAED%2CMAbF%2CaACC%2CMAYE%3BEACA%2CgBAAA%3B%3BAAfJ%2CMACC%2CaACC%2CMAeC%2CEAAC%2COACC%3BEACA%2CaAAA%3B%3BAAnBL%2CMACC%2CaAsBC%2CMAAK%3BEACJ%2CgBAAA%3B%3BAAxBH%2CMACC%2CaAsBC%2CMAAK%2CQAEJ%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAMF%2CMADD%2CQAAO%2CKACL%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAID%2CMADD%2CQAAO%2CSACL%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIH%2C2BAA2B%2CmBAC1B%3BEACC%2CaAAA%3B%3BAAFF%2C2BAA2B%2CmBAI1B%2CMACC%2CGACC%2CGAAE%3BEACD%2CYAAA%3BEACA%2CaAAA%3B%3BAARJ%2C2BAA2B%2CmBAI1B%2CMACC%2CGACC%2CGAAE%2C6BAGD%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAhBL%2C2BAA2B%2CmBAI1B%2CMACC%2CGACC%2CGAAE%2C6BAYD%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxBL%2C2BAA2B%2CmBAI1B%2CMACC%2CGACC%2CGAAE%2C6BAYD%2C6BAOC%3BEACC%2CmBAAA%3B%3BAA1BN%2C2BAA2B%2CmBAI1B%2CMACC%2CGACC%2CGAAE%2C6BAuBD%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAArCL%2C2BAA2B%2CmBAI1B%2CMACC%2CGACC%2CGAAE%2C6BAuBD%2C2BASC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAA7CN%2C2BAA2B%2CmBAI1B%2CMACC%2CGA4CC%2CGAAE%3BEACD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAArDJ%2C2BAA2B%2CmBAI1B%2CMACC%2CGA4CC%2CGAAE%2C8BAKD%2CSAAQ%2CMAAM%3BEACb%2CWAAA%3B%3BAAvDL%2C2BAA2B%2CmBAI1B%2CMACC%2CGA4CC%2CGAAE%2C8BAKD%2CSAAQ%2CMAAM%2CmBAEb%3BEACC%2CcAAA%3B%3BAAzDN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%3BEACD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAjEJ%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAKD%2CoBACC%3BEACC%2CaAAA%3B%3BAApEN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3B%3BAAhFL%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBAUC%2COAAM%3BEACL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA5FN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBAUC%2COAAM%2CUAYL%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAvGP%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBAmCC%2COAAM%2CUAAU%3BEACf%2CmBAAA%3B%3BAA3GN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBAsCC%2COAAM%2CUAAU%3BEACf%2CmBAAA%3B%3BAA9GN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBAyCC%2COAAM%2CUAAU%2CkBAAkB%3BEACjC%2CmBAAA%3B%3BAAjHN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%3BEA%2BCC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApKN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%3BEAIC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA1HP%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%2CKACC%3BEACC%2CaAAA%3B%3BAAtHR%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%2CKAOC%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAA7HR%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%2CKAOC%2CYAGC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2C2BAvImB%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%2CKAOC%2CYAYE%2CMACA%3BEACC%2CsEAAA%3BEACA%2C0BAAA%3B%3BAA1IV%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%2CKA0BC%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAAhJR%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%2CKA0BC%2CWAGC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BDAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2C2BA1JmB%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBACC%2CKA0BC%2CWAYE%2CMACA%3BEACC%2CqEAAA%3BEACA%2C0BAAA%3B%3BAA7JV%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBAkDC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2C2BA%5C%2FKoB%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBAkDC%2CiBAUE%3BEACA%2CyEAAA%3BEACA%2C0BAAA%3B%3BAAjLR%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBAiEC%2CKAAI%3BEACH%2CgBAAA%3B%3BAArLP%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAUD%2CmBA4CC%2CoBAoEC%2CKAAI%3BEACH%2CiBAAA%3B%3BAAxLP%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCA%2BHD%3BEAgCC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA7NL%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCA%2BHD%2CWACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnMN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCA%2BHD%2CWASC%3BEASC%2CkBAAA%3B%3BAA9MN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCA%2BHD%2CWASC%2CeACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5MP%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCA%2BHD%2CWAoBC%3BEAUC%2CWAAA%3B%3BAA1NN%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCA%2BHD%2CWAoBC%2CWACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAxNP%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAkKD%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAvOL%2C2BAA2B%2CmBAI1B%2CMACC%2CGAwDC%2CGAAE%2CgCAkKD%2CiBASC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA9ON%2C2BAA2B%2CmBAoP1B%2CmBACC%2CoBACC%2CKAAI%3BEACH%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3PJ%2C2BAA2B%2CmBAoP1B%2CmBACC%2CoBAQC%2CKAAI%2CiBAAiB%3BEACpB%2CWAAA%3B%3BAAKJ%2CmBACC%3BEACC%2CkBAAA%3B%3BAAFF%2CmBACC%2CoBAEC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAID%2CmBADD%2CGACE%3BEACA%2CgBAAA%3B%3BAAIH%2CsBAAsB%3BEACrB%2CaAAA%3B%3BAAIC%2COAFK%2COAAO%2CSACb%2CKACE%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAA8B%2C6CAA9B%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIH%2CqBACC%3BEACC%2CaAAA%3B%3BAAGF%3BEACC%2CaAAA%3B%3BAAED%2CQAAQ%2CMACP%3BEACC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAfF%2CQAAQ%2CMAiBP%2CkBAAiB%3BEAChB%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CoBACC%3BEACC%2CyBAAA%3B%3BAAFF%2CoBAIC%3BEASC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAfF%2CoBAIC%2C6BACC%3BEACC%2C2EAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAXH%2CoBAiBC%3BEASC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA5BF%2CoBAiBC%2C4BACC%3BEACC%2CyEAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAxBH%2CoBA8BC%3BEACC%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACC%2CiBAAA%3B%3BAAGA%2CcADa%2C0BACZ%3BEACA%2CaAAA%3B%3BAAID%2CcADa%2CuBACZ%3BEACA%2CaAAA%3B%3BAAGF%3BEACC%2CiBAAA%3B%3BAAED%3BEACC%2CiBAAA%3B%3BAAED%2CkBACC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAALF%2CkBACC%2CkBAKC%2CSAAQ%2CUAAU%3BEACjB%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAVH%2CkBACC%2CkBAKC%2CSAAQ%2CUAAU%2CIAKjB%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjBJ%2CkBACC%2CkBAKC%2CSAAQ%2CUAAU%2CIAajB%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAzBJ%2CkBACC%2CkBA2BC%3BEACC%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAhCH%2CkBACC%2CkBA2BC%2CoBAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3CJ%2CkBACC%2CkBA6CC%2CSAAQ%2CUAAU%3BEACjB%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAlDH%2CkBACC%2CkBA6CC%2CSAAQ%2CUAAU%2CSAKjB%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAzDJ%2CkBA6DC%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAjEF%2CkBA6DC%2CiCAKC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAvEH%2CkBA6DC%2CiCAKC%2CoBAMC%3BEACC%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA5EJ%2CkBA6DC%2CiCAKC%2CoBAMC%2CiBAKC%2COAAM%3BEACL%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxFL%2CkBA6DC%2CiCAKC%2CoBAMC%2CiBAKC%2COAAM%2CUAYL%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAhGN%2CkBA6DC%2CiCAKC%2CoBAMC%2CiBA2BC%2COAAM%2CUAAU%3BEACf%2CmBAAA%3B%3BAApGL%2CkBA6DC%2CiCAKC%2CoBAMC%2CiBA8BC%2COAAM%2CYACL%3BEACC%2CkBAAA%3B%3BAAxGN%2CkBA6DC%2CiCAKC%2CoBA0CC%2CiBAAiB%2COAAM%3BEACtB%2CmBAAA%3BEACA%2CeAAA%3B%3BAA9GJ%2CkBA6DC%2CiCAKC%2CoBA8CC%2COAAM%3BEACL%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA3HJ%2CkBA6DC%2CiCAKC%2CoBA2DC%3BEACC%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAjIJ%2CkBA6DC%2CiCAKC%2CoBA2DC%2CWAKC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxIL%2CkBA6DC%2CiCAKC%2CoBA2DC%2CWAaC%2CeACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjJN%2CkBA6DC%2CiCAKC%2CoBA2DC%2CWAuBC%2CWACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3JN%2CkBAiKC%3BEACC%2CmBAAA%3B%3BAAlKF%2CkBAoKC%3BEACC%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAxKF%2CkBAoKC%2CkBAKC%2CYACC%3BEACC%2CaAAA%3B%3BAA3KJ%2CkBAoKC%2CkBAKC%2CYAIC%2CSACC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAzLL%2CkBAoKC%2CkBAKC%2CYAIC%2CSAcC%3BEACC%2CaAAA%3B%3BAA5LL%2CkBAiMC%3BEACC%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAvMF%2CkBAiMC%2C6BAOC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3MH%2CkBAiMC%2C6BAOC%2CcAIC%2CgBACC%3BEAUC%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzNL%2CkBAiMC%2C6BAOC%2CcAIC%2CgBACC%2CGACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqCAAA%3B%3BAArNN%2CkBAiMC%2C6BAOC%2CcAIC%2CgBAeC%2CGAAE%2CSACD%3BEACC%2C6DAAA%3B%3BAAED%2CkBA9BJ%2C6BAOC%2CcAIC%2CgBAeC%2CGAAE%2CSAIA%2CMACA%3BEACC%2CmEAAA%3B%3BAAjOP%2CkBAiMC%2C6BAOC%2CcAIC%2CgBAyBC%2CGAAE%2CUACD%3BEACC%2C8DAAA%3B%3BAAED%2CkBAxCJ%2C6BAOC%2CcAIC%2CgBAyBC%2CGAAE%2CUAIA%2CMACA%3BEACC%2CoEAAA%3B%3BAA3OP%2CkBAiMC%2C6BAgDC%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3B%3BAAtPH%2CkBAiMC%2C6BAuDC%3BEACC%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA5PH%2CkBAiMC%2C6BAuDC%2CYAKC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2CkBArEF%2C6BAuDC%2CYAcE%2CMACA%3BEACC%2CsEAAA%3BEACA%2C0BAAA%3B%3BAAzQL%2CkBAiMC%2C6BA4EC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkEAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CkBApFF%2C6BA4EC%2CQAAO%2COAQL%3BEACA%2CwEAAA%3BEACA%2C0BAAA%3B%3BAAvRJ%2CkBAiMC%2C6BAyFC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApSH%2CkBAuSC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA9SF%2CkBAuSC%2CqCAQC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAlTH%2CkBAuSC%2CqCAQC%2CoBAIC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqEAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBAxBH%2CqCAQC%2CoBAIC%2CEAYE%3BEACA%2C2EAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAlUL%2CkBAuSC%2CqCA%2BBC%2CQAAO%3BEACN%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoEAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBA3CF%2CqCA%2BBC%2CQAAO%2CUAYL%3BEACA%2C0EAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAMH%2CQADO%2CKAAK%2CMACX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAATF%2CQAAQ%2CKAAK%2CMAWX%2CQAAK%3BEAmBL%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAApCF%2CQAAQ%2CKAAK%2CMAWX%2CQAAK%2CMACJ%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CQAvBK%2CKAAK%2CMAWX%2CQAAK%2CMACJ%2CUAWC%3BEACA%2CwBAAA%3B%3BAAED%2CQA1BK%2CKAAK%2CMAWX%2CQAAK%2CMACJ%2CUAcC%3BEACA%2CwBAAA%3B%3BAA3BJ%2CQAAQ%2CKAAK%2CMAsCZ%2CMAAK%2CMAAM%2COACT%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzCH%2CQAAQ%2CKAAK%2CMA4CX%2CQAAK%3BEACL%2CgBAAA%3B%3BAA7CF%2CQAAQ%2CKAAK%2CMA%2BCZ%2CMAAK%2CQACJ%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAIH%2CQAAQ%2CKAAK%3BEACZ%2CiBAAA%3B%3BAAED%2CQACC%2CeAAc%2CaACb%2CSACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAXJ%2CQACC%2CeAAc%2CaACb%2CSAWC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CQAAQ%3BEAaP%2CmBAAA%3B%3BAAbD%2CQAAQ%2CeACP%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQATM%2CeACP%2CeAQE%3BEACA%2CSAAS%2CGAAT%3B%3BAAVH%2CQAAQ%2CeAcP%2CmBACC%2CsBACC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlBJ%2CQAAQ%2CeAcP%2CmBAOC%2CGAAE%3BEACD%2CiBAAA%3B%3BAAIH%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAALD%2CiBAMC%3BEAgDC%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAvDF%2CiBAMC%2CKACC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAAZH%2CiBAMC%2CKACC%2CUAMC%2CiBACC%3BEAIC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxBL%2CiBAMC%2CKACC%2CUAMC%2CiBACC%2CMACC%3BEACC%2CiBAAA%3B%3BAAhBN%2CiBAMC%2CKACC%2CUAMC%2CiBACC%2CMAWC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAA3BN%2CiBAMC%2CKACC%2CUAwBC%2CSACC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAvCL%2CiBAMC%2CKACC%2CUAwBC%2CSAUC%3BEACC%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlDL%2CiBAMC%2CKAkDC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA3DH%2CiBAMC%2CKAkDC%2CWAIC%2COACC%2CGAAE%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnEL%2CiBAMC%2CKAkDC%2CWAIC%2COASC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3EL%2CiBAMC%2CKAkDC%2CWAIC%2COAiBC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnFL%2CiBAwFC%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGL%2CkBACC%3BEACC%2CUAAA%3B%3BAAMC%2CcAFF%2CaACE%2CKAAE%2COACD%2CMACC%2CIAAC%3BEACD%2CyBAAA%3BEACA%2CWAAA%3B%3BAANL%2CcAWC%2CYACC%2CQAAO%2CeACL%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAOF%2CYADD%2CIAAG%2CQACD%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAID%2CYADD%2CGAAE%2COAAO%2CeACP%2CMACC%3BEACA%2CeAAA%3B%3BAA45BJ%2CmBAv5BoC%2CuBAAsB%3BEACzD%2CkBACC%3BIACC%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CqBACC%2CmBACC%2CSAAQ%3BIACP%2CiBAAA%3BIACG%2CgBAAA%3B%3BEAJN%2CqBACC%2CmBAKC%2CSAAQ%2CQAAQ%3BIACf%2CiBAAA%3BIACG%2CgBAAA%3B%3BEAIN%2CiBACC%3BIACC%2CaAAA%3B%3BEAFF%2CiBAIC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAPF%2CiBAIC%2CeAIC%2CUAAS%3BIACR%2CYAAA%3B%3BEAIH%3BIAoFC%2CiBAAA%3B%3BEApFD%2CYACC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEALF%2CYAOC%2CUAAS%3BIACR%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAZF%2CYAOC%2CUAAS%2CeAMR%2CUAAS%3BIACR%2CYAAA%3B%3BEAdH%2CYAiBC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEArBF%2CYAuBC%2CWACC%2CiBACC%3BIACC%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEA5BJ%2CYAuBC%2CWACC%2CiBACC%2CiBAIC%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiEAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqCAAA%3B%3BEAxCL%2CYAuBC%2CWACC%2CiBACC%2CiBAIC%2CEAYC%2CKAAI%3BIACH%2CaAAA%3B%3BEAED%2CYArBJ%2CWACC%2CiBACC%2CiBAIC%2CEAeE%3BIACA%2CuEAAA%3B%3BEA7CN%2CYAuBC%2CWACC%2CiBAyBC%2CaAAY%3BIACX%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgEAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqCAAA%3B%3BEA7DJ%2CYAuBC%2CWACC%2CiBAyBC%2CaAAY%2CiBAaX%2CKAAI%3BIACH%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAED%2CYA%5C%2FCH%2CWACC%2CiBAyBC%2CaAAY%2CiBAqBV%3BIACA%2CsEAAA%3B%3BEAvEL%2CYAuBC%2CWACC%2CiBAyBC%2CaAAY%2CiBAwBX%2CQAAO%3BIACN%2CaAAA%3B%3BEA1EL%2CYA%2BEC%2CiBAAgB%2CcACf%3BIACC%2CWAAA%3B%3BEAKH%2CiBACC%3BIAOC%2CgBAAA%3B%3BEANA%2CiBADD%2CKACE%3BIACA%2CsBAAA%3B%3BEAED%2CiBAJD%2CKAIE%3BIACA%2CsBAAA%3B%3BEAKH%2CKACC%3BIACC%2CYAAA%3B%3BEAGF%3BIACC%2CsBAAA%3B%3BEAED%3BIACC%2CoBAAA%3B%3BEADD%2CUAEC%3BIACC%2CiBAAA%3B%3BEAGF%3BIACC%2CeAAA%3B%3BEAED%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CcAAA%3BIACA%2CiBAAA%3B%3BEAED%2CUACC%3BIAmBC%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAvBF%2CUACC%2CgBACC%3BIACC%2CWAAA%3B%3BEAHH%2CUACC%2CgBAIC%3BIACC%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAPH%2CUACC%2CgBAIC%2CYAGC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAZJ%2CUACC%2CgBAIC%2CYASC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CiBAAiB%2CsBAChB%2CYACC%2CQAAO%2CSAAS%3BIACf%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAIH%3BIACC%2CcAAA%3B%3BEADD%2CaAEC%3BIAIC%2CoBAAA%3B%3BEANF%2CaAEC%2CcACC%3BIACC%2CWAAA%3B%3BEAJH%2CaAQC%2CKAAI%3BIACH%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGF%3BIACC%2CoBAAA%3B%3BEAED%3BIAoBC%2CmBAAA%3BIACA%2CkBAAA%3B%3BEArBD%2CUACC%2CaACE%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAJH%2CUACC%2CaACE%2CKAGC%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CUAVD%2CaAUE%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAMH%2CsBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSACC%3BIACC%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAPL%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAML%2CYACC%3BIAiBC%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3B%3BEApBF%2CYACC%2CkBACC%3BIACC%2CkBAAA%3B%3BEAHH%2CYACC%2CkBACC%2CqBAEC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEATJ%2CYACC%2CkBAWC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAhBH%2CYAsBC%3BIASC%2CoBAAA%3B%3BEA%5C%2FBF%2CYAsBC%2CmBACC%3BIACC%2CeAAA%3BIACA%2CkBAAA%3B%3BEAzBH%2CYAsBC%2CmBAKC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEA7BH%2CYAiCC%3BIACC%2CSAAA%3B%3BEAlCF%2CYAiCC%2CmBAEC%3BIAQC%2CoBAAA%3B%3BEA3CH%2CYAiCC%2CmBAEC%2CkBACC%2CcACC%2CGACC%3BIACC%2CeAAA%3B%3BEAQN%2CYACC%3BIACC%2CgBAAA%3B%3BEAGF%3BIACC%2CgBAAA%3B%3BEADD%2C0BAEC%2CgBACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIH%2CqBACC%3BIACC%2CWAAA%3B%3BEAGF%3BIACC%2CkBAAA%3B%3BEAED%2CeACC%2CSACC%3BIACC%2CUAAA%3B%3BEAIH%2CsBACC%2CsBACC%3BIACC%2CeAAA%3B%3BEAHH%2CsBAMC%3BIACC%2CeAAA%3B%3BEAPF%2CsBASC%3BIACC%2CeAAA%3B%3BEAVF%2CsBAYC%3BIACC%2CeAAA%3BIACA%2CcAAA%3B%3BEAGF%2CmBACC%2CGACC%3BIACC%2CeAAA%3B%3BEAIH%2CYACC%2COACE%2CKACA%3BIACC%2CeAAA%3B%3BEAMD%2CYAFF%2CMACE%2CIAAI%2CaACH%3BIACA%2CeAAA%3B%3BEAKJ%3BIACC%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAND%2CkBAOC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CiBACC%3BIACC%2CYAAA%3BIACA%2CWAAA%3B%3BEAHF%2CiBAKC%2CQACC%3BIACC%2CqBAAA%3B%3BEAPH%2CiBAUC%3BIACC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CqBACC%2CQACC%3BIACC%2CWAAA%3B%3BEAIH%2C2BAA2B%2CmBAC1B%2CMACC%3BIASC%2CmBAAA%3BIACA%2CeAAA%3B%3BEAZH%2C2BAA2B%2CmBAC1B%2CMACC%2CGACC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEATJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGAWC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CwBAAA%3B%3BEAfJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGAWC%2CGAAE%2C6BAGD%3BIACC%2CeAAA%3BIACA%2CeAAA%3B%3BEAlBL%2C2BAA2B%2CmBAC1B%2CMACC%2CGAWC%2CGAAE%2C6BAOD%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAtBL%2C2BAA2B%2CmBAC1B%2CMACC%2CGAWC%2CGAAE%2C6BAOD%2C2BAGC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAzBN%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAhCJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCAID%3BIAQC%2CeAAA%3BIACA%2CWAAA%3B%3BEA1CL%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCAID%2CWACC%3BIACC%2CiBAAA%3B%3BEAnCN%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCAID%2CWACC%2CeAEC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAtCP%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCAID%2CWAUC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA7CN%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCAID%2CWAcC%2CWACC%3BIACC%2CeAAA%3B%3BEAjDP%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCAwBD%2CmBACC%2CoBACC%3BIACC%2CeAAA%3B%3BEAxDP%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCA%2BBD%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FDL%2C2BAA2B%2CmBAC1B%2CMACC%2CGA2BC%2CGAAE%2CgCA%2BBD%2CiBAIC%3BIACC%2CeAAA%3B%3BEASJ%2CmBADD%2CGACE%3BIACA%2CaAAA%3B%3BEAIH%2CaACC%2CmBACC%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIN%2CkBACC%2CcACC%2CaACC%2COAAM%3BIAKL%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVJ%2CkBACC%2CcACC%2CaACC%2COAAM%2CUACL%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEANL%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKACC%2CQACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBAnBL%2CcACC%2CaAUC%2CaACC%2CKACC%2CQAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAtBR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBA%5C%2FBL%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAlCR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEACA%2CkBAzCL%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CQAAO%2CWAIL%3BIACA%2C0BAAA%3B%3BEA3CP%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAiCC%2CWACC%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CkBAnDL%2CcACC%2CaAUC%2CaACC%2CKAiCC%2CWAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAtDR%2CkBACC%2CcACC%2CaAUC%2CaA%2BCC%2CKAAI%3BIACH%2CgBAAA%3B%3BEA5DL%2CkBACC%2CcACC%2CaAUC%2CaAkDC%2CKAAI%3BIACH%2CiBAAA%3B%3BEA%5C%2FDL%2CkBACC%2CcACC%2CaAgEC%2COAAM%3BIACL%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEArEJ%2CkBAyEC%2CGAAE%2CkBACD%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5EH%2CkBA%2BEC%2CsBACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAnFH%2CkBA%2BEC%2CsBAMC%3BIAkBC%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAzGH%2CkBA%2BEC%2CsBAMC%2CWACC%3BIAKC%2CaAAA%3B%3BEA3FJ%2CkBA%2BEC%2CsBAMC%2CWACC%2CeACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAzFL%2CkBA%2BEC%2CsBAMC%2CWAQC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FFJ%2CkBA%2BEC%2CsBAMC%2CWAYC%3BIAIC%2CaAAA%3B%3BEArGJ%2CkBA%2BEC%2CsBAMC%2CWAYC%2CWACC%3BIACC%2CeAAA%3B%3BEAnGL%2CkBA%2BEC%2CsBA4BC%3BIACC%2CeAAA%3B%3BEA5GH%2CkBA%2BEC%2CsBA4BC%2CiBAEC%3BIACC%2CeAAA%3B%3BEA9GJ%2CkBAkHC%2CoBACC%2CKAAI%3BIACH%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAxHH%2CkBAkHC%2CoBAQC%2CKAAI%2CiBAAiB%3BIACpB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAIH%2CMACC%3BIACC%2CWAAA%3B%3BEAGF%2CmBACC%2C2BACC%3BIACC%2CWAAA%3B%3BEAIH%2CQAAQ%2CMACP%3BIACC%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAdF%2CQAAQ%2CMAgBP%2CkBAAiB%3BIAChB%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAID%2CQADO%2CKAAK%2CMACX%3BIACA%2CaAAA%3B%3BEAFF%2CQAAQ%2CKAAK%2CMAIX%2CQAAK%2CMACJ%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEARH%2CQAAQ%2CKAAK%2CMAWX%2CQAAK%3BIACL%2CaAAA%3B%3BEAZF%2CQAAQ%2CKAAK%2CMAcZ%2CMAAK%2CQACJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIH%2CoBACC%2C4BACC%3BIACC%2CWAAW%2CcAAX%3BIAAsC%2CsBAAA%3BIAAwB%2CuBAAA%3BIAAyB%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEAHtH%2CoBAMC%2C6BACC%3BIACC%2CWAAW%2CcAAX%3BIAAqC%2CsBAAA%3BIAAwB%2CuBAAA%3BIAAyB%2C0BAAA%3BIAA4B%2CUAAA%3BIAAY%2CqBAAA%3B%3BEAIjI%2CoBAAoB%2CSAAS%3BIAC5B%2CoBAAA%3B%3BEAED%2CqBACC%2CSAAQ%3BIACP%2CgBAAA%3B%3BEAGF%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIACjB%3BIACC%2CeAAA%3B%3BEAJJ%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIAIjB%3BIACC%2CeAAA%3B%3BEAPJ%2CkBACC%2CkBASC%2CoBACC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAbJ%2CkBACC%2CkBAeC%2CSAAQ%2CUAAU%2CSACjB%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAnBJ%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%3BIACL%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEArCL%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%2CUAYL%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FCN%2CkBAuBC%2CiCACC%2CoBA2BC%2COAAM%3BIACL%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAtDJ%2CkBAuBC%2CiCACC%2CoBAgCC%3BIACC%2CeAAA%3B%3BEAzDJ%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAEC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAhEL%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAUC%2CeACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAzEN%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAoBC%2CWACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3B%3BEApFN%2CkBA0FC%3BIASC%2CoBAAA%3B%3BEAnGF%2CkBA0FC%2CkBACC%2CYACC%2CSACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FFL%2CkBAqGC%3BIA8BC%2CoBAAA%3B%3BEAnIF%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%3BIAKC%2CqBAAA%3BIACA%2CiBAAA%3B%3BEA9GL%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%2CGACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEA3GN%2CkBAqGC%2C6BACC%2CcAWC%3BIACC%2CeAAA%3B%3BEAlHJ%2CkBAqGC%2C6BAgBC%3BIACC%2CWAAA%3BIACG%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAzHN%2CkBAqGC%2C6BAgBC%2CYAKC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEA5HJ%2CkBAqGC%2C6BA0BC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3B%3BEAjIH%2CkBAqIC%3BIAaC%2CWAAA%3B%3BEAlJF%2CkBAqIC%2CqCACC%2CoBACC%3BIACC%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEA1IJ%2CkBAqIC%2CqCAQC%2CQAAO%3BIACN%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAKH%2CiBACC%2CKACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEARH%2CiBACC%2CKACC%2CUAOC%3BIACC%2CkBAAA%3B%3BEAVJ%2CiBACC%2CKACC%2CUAUC%3BIACC%2CkBAAA%3B%3BEAbJ%2CiBACC%2CKAeC%3BIACC%2CWAAA%3B%3BEAIH%2CQAAQ%2CeACP%2CmBACC%2CGAAE%3BIACD%2CiBAAA%3BIACA%2CgBAAA%3BIACG%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIN%2CQACC%2CmBACC%3BIACC%2CeAAA%3B%3BEAHH%2CQAMC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAXJ%2CQAMC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAAWL%2CmBALqC%3BEACpC%2CiBAAkB%2CYAAY%2CKAAO%3BIACpC%2CmBAAA%3B%3B%3BAAgxBF%2CmBA7wBoC%2CuBAAsB%3BEACzD%2CYACC%2CiBAAgB%2CcACf%3BIACC%2CWAAA%3B%3BEAHH%2CYACC%2CiBAAgB%2CcACf%2CkBAEC%3BIACC%2CeAAA%3B%3BEALJ%2CYASC%2CqBACC%3BIACC%2CoBAAA%3B%3BEAXH%2CYASC%2CqBACC%2CkBAEC%2CGACC%3BIACC%2CiBAAA%3B%3BEAdL%2CYASC%2CqBACC%2CkBAEC%2CGACC%2CGAEC%3BIACC%2CqCAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAlBN%2CYASC%2CqBAcC%2CuBACC%2CcAAa%3BIAQZ%2CiBAAA%3B%3BEAhCJ%2CYASC%2CqBAcC%2CuBACC%2CcAAa%2CIACZ%3BIACC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEA9BL%2CYASC%2CqBAcC%2CuBAWC%2CaAAY%3BIAQX%2CiBAAA%3B%3BEA1CJ%2CYASC%2CqBAcC%2CuBAWC%2CaAAY%2CIACV%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAxCL%2CYASC%2CqBAcC%2CuBAqBC%2CKAAI%3BIAQH%2CiBAAA%3B%3BEApDJ%2CYASC%2CqBAcC%2CuBAqBC%2CKAAI%2CaACH%3BIACC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAlDL%2CYASC%2CqBAcC%2CuBA%2BBC%3BIAQC%2CiBAAA%3B%3BEA9DJ%2CYASC%2CqBAcC%2CuBA%2BBC%2CiBACC%3BIACC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CqCAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEA5DL%2CYAkEC%2CqBACC%2CaACC%2CGAAE%2COACA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAxEL%2CYAkEC%2CqBACC%2CaAQC%2CGAAE%2CUACD%2CIAAG%3BIACF%2CSAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CsBAAA%3B%3BEAnFL%2CYAwFC%2CUAAS%2CeACR%2CUAAS%3BIACR%2CYAAA%3B%3BEA1FH%2CYA6FC%2CmBACC%2CaACC%2CIAAG%2CQACF%2CeACC%2CGAAE%3BIACD%2CeAAA%3B%3BEAlGN%2CYA6FC%2CmBACC%2CaACC%2CIAAG%2CQAMF%2CeACC%2CGAAE%3BIACD%2CeAAA%3B%3BEAON%2CiBACC%2CqBACC%2CkBACC%3BIACC%2CaAAA%3B%3BEAJJ%2CiBAQC%2CeACC%2CUAAS%3BIACR%2CYAAA%3B%3BEAIH%3BIACC%2CgBAAA%3B%3BEAED%2CUACC%2CgBACC%3BIACC%2CYAAA%3BIACA%2CWAAA%3B%3BEAJH%2CUACC%2CgBACC%2CYAGC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEARJ%2CUACC%2CgBACC%2CYAQC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAZJ%2CUACC%2CgBAcC%3BIACC%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAlBH%2CUACC%2CgBAcC%2CWAIC%3BIACC%2CWAAA%3BIACA%2CaAAA%3B%3BEAKJ%2CkBAAkB%2CuBACjB%3BIACC%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CqBACC%3BIACC%2CWAAA%3B%3BEAGF%3BIACC%2CcAAA%3B%3BEADD%2CaAEC%3BIAIC%2CoBAAA%3B%3BEANF%2CaAEC%2CcACC%3BIACC%2CWAAA%3B%3BEAJH%2CaAQC%2CKAAI%3BIACH%2CeAAA%3B%3BEAGF%3BIAWC%2CkBAAA%3B%3BEAXD%2CUACC%2CaACE%3BIAMA%2CkBAAA%3B%3BEARH%2CUACC%2CaACE%2CKACC%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAOJ%2CsBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CYACC%3BIAUC%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAZF%2CYACC%2CkBACC%2CqBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEALJ%2CYACC%2CkBAOC%3BIACC%2CeAAA%3B%3BEATH%2CYAcC%3BIASC%2CoBAAA%3B%3BEAvBF%2CYAcC%2CmBACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAjBH%2CYAcC%2CmBAKC%3BIACC%2CoBAAA%3BIACA%2CeAAA%3B%3BEArBH%2CYAyBC%3BIACC%2CoBAAA%3B%3BEA1BF%2CYAyBC%2CmBAEC%2CkBACC%2CcACC%2CGACC%3BIACC%2CeAAA%3B%3BEAON%2C0BACC%2CgBACC%3BIACC%2CeAAA%3B%3BEAIH%3BIACC%2CeAAA%3B%3BEAED%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAPL%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAZL%2CUACC%2CsBAeC%2CmBACC%2CcACC%2CaACC%2CaACC%2CKACC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAxBT%2CUACC%2CsBAeC%2CmBACC%2CcACC%2CaACC%2CaACC%2CKAOC%2CQACC%3BIACC%2CsBAAA%3BIACA%2CuBAAA%3B%3BEA9BT%2CUACC%2CsBAeC%2CmBACC%2CcACC%2CaACC%2CaACC%2CKAaC%2CQAAO%3BIACN%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAnCR%2CUACC%2CsBAeC%2CmBACC%2CcACC%2CaAqBC%2COAAM%2CUACL%3BIACC%2CeAAA%3B%3BEAQP%3BIACC%2CmBAAA%3B%3BEAED%3BIACC%2CgBAAA%3B%3BEAED%2CsBACC%2CsBACC%3BIACC%2CeAAA%3B%3BEAHH%2CsBAMC%3BIACC%2CeAAA%3B%3BEAGF%2CqBACC%2CQACC%3BIACC%2CWAAA%3B%3BEAIH%3BIACC%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAND%2CkBAOC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2C2BAA2B%2CmBAC1B%2CMACC%2CGACC%2CGAAE%3BIACD%2CgBAAA%3B%3BEAJJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGACC%2CGAAE%2C8BAED%2CSAAQ%2CMAAM%2CmBACb%3BIACC%2C%2BBAAA%3B%3BEAPN%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAfJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%3BIACC%2CeAAA%3B%3BEAjBL%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWAEC%3BIAKC%2CkBAAA%3B%3BEAvBN%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWAEC%2CeACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEArBP%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWASC%2CWACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5BP%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAqBD%3BIACC%2CeAAA%3B%3BEAjCL%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAqBD%2CiBAEC%3BIACC%2CeAAA%3B%3BEAnCN%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%3BIACD%2CkBAAA%3B%3BEAxCJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%2C6BAED%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEA3CL%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%2C6BAED%2C2BAGC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAON%2CkBACC%2CcACC%2CaACC%2COAAM%3BIAKL%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVJ%2CkBACC%2CcACC%2CaACC%2COAAM%2CUACL%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEANL%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKACC%2CQACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBAnBL%2CcACC%2CaAUC%2CaACC%2CKACC%2CQAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAtBR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBA%5C%2FBL%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAlCR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CWACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBA3CL%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CWAME%2CMACA%3BIACC%2C0BAAA%3B%3BEA9CR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAqCC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEACA%2CkBArDL%2CcACC%2CaAUC%2CaACC%2CKAqCC%2CQAAO%2CWAIL%3BIACA%2C0BAAA%3B%3BEAvDP%2CkBACC%2CcACC%2CaAUC%2CaA%2BCC%2CKAAI%3BIACH%2CgBAAA%3B%3BEA5DL%2CkBACC%2CcACC%2CaA6DC%2COAAM%3BIACL%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAlEJ%2CkBAsEC%2CGAAE%2CkBACD%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAzEH%2CkBA4EC%2CsBACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAhFH%2CkBA4EC%2CsBAMC%3BIAkBC%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAtGH%2CkBA4EC%2CsBAMC%2CWACC%3BIAKC%2CaAAA%3B%3BEAxFJ%2CkBA4EC%2CsBAMC%2CWACC%2CeACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAtFL%2CkBA4EC%2CsBAMC%2CWAQC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5FJ%2CkBA4EC%2CsBAMC%2CWAYC%3BIAIC%2CaAAA%3B%3BEAlGJ%2CkBA4EC%2CsBAMC%2CWAYC%2CWACC%3BIACC%2CeAAA%3B%3BEAhGL%2CkBA4EC%2CsBA4BC%3BIACC%2CeAAA%3B%3BEAzGH%2CkBA4EC%2CsBA4BC%2CiBAEC%3BIACC%2CeAAA%3B%3BEA3GJ%2CkBA%2BGC%2CoBACC%2CKAAI%3BIACH%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEArHH%2CkBA%2BGC%2CoBAQC%2CKAAI%2CiBAAiB%3BIACpB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAIH%2CmBACC%2C2BACC%3BIACC%2CWAAA%3B%3BEAIH%2CQAAQ%2CMACP%3BIACC%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAdF%2CQAAQ%2CMAgBP%2CkBAAiB%3BIAChB%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CoBACC%3BIACC%2CwBAAA%3B%3BEAFF%2CoBAIC%3BIACC%2CwBAAA%3B%3BEAID%2CQADO%2CKAAK%2CMACX%3BIACA%2CSAAA%3B%3BEAFF%2CQAAQ%2CKAAK%2CMAIX%2CQAAK%3BIACL%2CeAAA%3B%3BEALF%2CQAAQ%2CKAAK%2CMAIX%2CQAAK%2CMAEJ%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEATH%2CQAAQ%2CKAAK%2CMAYZ%2CMAAK%2CQACJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIH%2CoBAAoB%2CSAAS%3BIAC5B%2CoBAAA%3B%3BEAED%2CqBACC%2CSAAQ%3BIACP%2CgBAAA%3B%3BEAGF%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIACjB%3BIACC%2CeAAA%3B%3BEAJJ%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIAIjB%3BIACC%2CeAAA%3B%3BEAPJ%2CkBACC%2CkBASC%2CoBACC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAbJ%2CkBACC%2CkBAeC%2CSAAQ%2CUAAU%2CSACjB%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAnBJ%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%3BIACL%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEArCL%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%2CUAYL%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FCN%2CkBAuBC%2CiCACC%2CoBA2BC%2COAAM%3BIACL%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAtDJ%2CkBAuBC%2CiCACC%2CoBAgCC%3BIACC%2CeAAA%3B%3BEAzDJ%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAEC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAhEL%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAUC%2CeACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAzEN%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAoBC%2CWACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3B%3BEApFN%2CkBA0FC%3BIASC%2CoBAAA%3B%3BEAnGF%2CkBA0FC%2CkBACC%2CYACC%2CSACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FFL%2CkBAqGC%3BIA0BC%2CoBAAA%3B%3BEA%5C%2FHF%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%3BIAKC%2CqBAAA%3BIACA%2CiBAAA%3B%3BEA9GL%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%2CGACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEA3GN%2CkBAqGC%2C6BACC%2CcAWC%3BIACC%2CeAAA%3B%3BEAlHJ%2CkBAqGC%2C6BAgBC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAxHJ%2CkBAqGC%2C6BAsBC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3B%3BEA7HH%2CkBAiIC%3BIAaC%2CWAAA%3B%3BEA9IF%2CkBAiIC%2CqCACC%2CoBACC%3BIACC%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAtIJ%2CkBAiIC%2CqCAQC%2CQAAO%3BIACN%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAKH%2CiBACC%2CKACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEARH%2CiBACC%2CKACC%2CUAOC%3BIACC%2CkBAAA%3B%3BEAVJ%2CiBACC%2CKACC%2CUAUC%3BIACC%2CkBAAA%3B%3BEAbJ%2CiBACC%2CKAeC%3BIACC%2CWAAA%3B%3BEAIH%2CQACC%2CmBACC%3BIACC%2CeAAA%3B%3BEAHH%2CQAMC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAXJ%2CQAMC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAKJ%3BIACC%2CiBAAA%3B%3B%3BAAytBF%2CmBAttBoC%2CuBAAuB%3BEAC1D%2CYACC%2CiBAAgB%2CcACf%3BIACC%2CWAAA%3B%3BEAHH%2CYACC%2CiBAAgB%2CcACf%2CkBAEC%3BIACC%2CeAAA%3B%3BEALJ%2CYASC%2CqBACC%3BIAMC%2CsBAAA%3B%3BEAhBH%2CYASC%2CqBACC%2CkBACC%2CGACC%3BIACC%2CkBAAA%3B%3BEAbL%2CYASC%2CqBASC%2CuBACC%2CKAAI%3BIACH%2CiBAAA%3B%3BEApBJ%2CYASC%2CqBASC%2CuBACC%2CKAAI%2CaAEH%3BIACC%2CeAAA%3B%3BEAtBL%2CYASC%2CqBASC%2CuBAOC%2CaAAY%3BIACX%2CiBAAA%3B%3BEA1BJ%2CYASC%2CqBASC%2CuBAOC%2CaAAY%2CIAEV%3BIACA%2CeAAA%3B%3BEA5BL%2CYASC%2CqBASC%2CuBAaC%2CcAAa%3BIACZ%2CiBAAA%3B%3BEAhCJ%2CYASC%2CqBASC%2CuBAaC%2CcAAa%2CIAEZ%3BIACC%2CeAAA%3B%3BEAlCL%2CYASC%2CqBASC%2CuBAmBC%3BIACC%2CiBAAA%3B%3BEAtCJ%2CYASC%2CqBASC%2CuBAmBC%2CiBAEC%3BIACC%2CeAAA%3B%3BEAxCL%2CYA6CC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAjDF%2CYA6CC%2CUAAS%2CeAKR%2CUAAS%3BIACR%2CYAAA%3B%3BEAnDH%2CYAsDC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEA1DF%2CYA4DC%2CqBACC%2CaACC%2CGAAE%2COACA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAlEL%2CYA4DC%2CqBACC%2CaAQC%2CGAAE%2CUACD%2CIAAG%3BIACF%2CSAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CsBAAA%3B%3BEAML%2CcACE%3BIACA%2CYAAA%3B%3BEAGF%2CiBACC%3BIAUC%2CmBAAA%3B%3BEAXF%2CiBACC%2CqBACC%2CkBACC%3BIACC%2CaAAA%3B%3BEAJJ%2CiBACC%2CqBACC%2CkBACC%2CeAEC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPL%2CiBAaC%2CsBACC%2COAAM%2CWACL%2COAAM%2CWACL%2CSACC%2CMACC%2CKAAI%3BIACH%2CeAAA%3BIACA%2CQAAA%3BIACG%2CkBAAA%3B%3BEArBV%2CiBAaC%2CsBACC%2COAAM%2CWAYL%3BIACC%2CYAAA%3B%3BEA3BJ%2CiBA%2BBC%3BIACC%2CeAAA%3B%3BEAGF%2CUACC%2CgBACC%3BIACC%2CWAAA%3B%3BEAHH%2CUACC%2CgBAIC%3BIACC%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAPH%2CUACC%2CgBAIC%2CYAGC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAXJ%2CUACC%2CgBAIC%2CYAQC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKJ%3BIACC%2CcAAA%3B%3BEADD%2CaAEC%2CcACC%3BIACC%2CWAAA%3B%3BEAJH%2CaAOC%2CKAAI%3BIACH%2CeAAA%3B%3BEAGF%3BIAWC%2CkBAAA%3B%3BEAXD%2CUACC%2CaACE%3BIAMA%2CkBAAA%3B%3BEARH%2CUACC%2CaACE%2CKACC%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAOJ%2CsBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAPL%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAML%2CYACC%3BIAUC%2CoBAAA%3B%3BEAXF%2CYACC%2CkBACC%2CqBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEALJ%2CYACC%2CkBAOC%3BIACC%2CeAAA%3B%3BEATH%2CYAaC%3BIACC%2CoBAAA%3B%3BEAdF%2CYAaC%2CmBAEC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAjBH%2CYAaC%2CmBAMC%3BIACC%2CeAAA%3B%3BEApBH%2CYAuBC%2CmBACC%2CIAAG%3BIACF%2CeAAA%3B%3BEAzBH%2CYAuBC%2CmBAIC%2CkBACC%2CcACC%2CGACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAON%2CYACC%2CaACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAIH%2CqBACC%3BIACC%2CWAAA%3B%3BEAGF%2CgBACC%3BIACC%2CaAAA%3B%3BEAGF%2CsBACC%2CsBACC%3BIACC%2CeAAA%3B%3BEAHH%2CsBAMC%3BIACC%2CeAAA%3B%3BEAGF%2CqBACC%2CQACC%3BIACC%2CWAAA%3B%3BEAIH%3BIACC%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAND%2CkBAOC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2C2BAA2B%2CmBAC1B%2CMACC%2CGACC%2CGAAE%3BIACD%2CgBAAA%3B%3BEAJJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGACC%2CGAAE%2C8BAED%2CSAAQ%2CMAAM%2CmBACb%3BIACC%2C%2BBAAA%3B%3BEAPN%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAfJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%3BIACC%2CeAAA%3B%3BEAjBL%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWAEC%3BIAKC%2CkBAAA%3B%3BEAvBN%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWAEC%2CeACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEArBP%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWASC%2CWACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5BP%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAqBD%3BIACC%2CeAAA%3B%3BEAjCL%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAqBD%2CiBAEC%3BIACC%2CeAAA%3B%3BEAnCN%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%3BIACD%2CkBAAA%3B%3BEAxCJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%2C6BAED%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEA3CL%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%2C6BAED%2C2BAGC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAON%2CkBACC%2CcACC%2CaACC%2COAAM%3BIAKL%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVJ%2CkBACC%2CcACC%2CaACC%2COAAM%2CUACL%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEANL%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKACC%2CQACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBAnBL%2CcACC%2CaAUC%2CaACC%2CKACC%2CQAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAtBR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBA%5C%2FBL%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAlCR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CWACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBA3CL%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CWAME%2CMACA%3BIACC%2C0BAAA%3B%3BEA9CR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAqCC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEACA%2CkBArDL%2CcACC%2CaAUC%2CaACC%2CKAqCC%2CQAAO%2CWAIL%3BIACA%2C0BAAA%3B%3BEAvDP%2CkBACC%2CcACC%2CaAUC%2CaA%2BCC%2CKAAI%3BIACH%2CgBAAA%3B%3BEA5DL%2CkBACC%2CcACC%2CaA6DC%2COAAM%3BIACL%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAlEJ%2CkBAsEC%2CGAAE%2CkBACD%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAzEH%2CkBA4EC%2CsBACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAhFH%2CkBA4EC%2CsBAMC%3BIAkBC%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAtGH%2CkBA4EC%2CsBAMC%2CWACC%3BIAKC%2CaAAA%3B%3BEAxFJ%2CkBA4EC%2CsBAMC%2CWACC%2CeACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAtFL%2CkBA4EC%2CsBAMC%2CWAQC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5FJ%2CkBA4EC%2CsBAMC%2CWAYC%3BIAIC%2CaAAA%3B%3BEAlGJ%2CkBA4EC%2CsBAMC%2CWAYC%2CWACC%3BIACC%2CeAAA%3B%3BEAhGL%2CkBA4EC%2CsBA4BC%3BIACC%2CeAAA%3B%3BEAzGH%2CkBA4EC%2CsBA4BC%2CiBAEC%3BIACC%2CeAAA%3B%3BEA3GJ%2CkBA%2BGC%2CoBACC%2CKAAI%3BIACH%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEArHH%2CkBA%2BGC%2CoBAQC%2CKAAI%2CiBAAiB%3BIACpB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAIH%2CQAAQ%2CMACP%3BIACC%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAdF%2CQAAQ%2CMAgBP%2CkBAAiB%3BIAChB%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAID%2CQADO%2CKAAK%2CMACX%3BIACA%2CSAAA%3B%3BEAFF%2CQAAQ%2CKAAK%2CMAIX%2CQAAK%3BIACL%2CeAAA%3B%3BEALF%2CQAAQ%2CKAAK%2CMAIX%2CQAAK%2CMAEJ%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEATH%2CQAAQ%2CKAAK%2CMAYZ%2CMAAK%2CQACJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIH%2CoBAAoB%2CSAAS%3BIAC5B%2CoBAAA%3B%3BEAED%2CqBACC%2CSAAQ%3BIACP%2CgBAAA%3B%3BEAGF%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIACjB%3BIACC%2CeAAA%3B%3BEAJJ%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIAIjB%3BIACC%2CeAAA%3B%3BEAPJ%2CkBACC%2CkBASC%2CoBACC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAbJ%2CkBACC%2CkBAeC%2CSAAQ%2CUAAU%2CSACjB%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAnBJ%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%3BIACL%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEArCL%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%2CUAYL%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FCN%2CkBAuBC%2CiCACC%2CoBA2BC%2COAAM%3BIACL%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAtDJ%2CkBAuBC%2CiCACC%2CoBAgCC%3BIACC%2CeAAA%3B%3BEAzDJ%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAEC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAhEL%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAUC%2CeACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAzEN%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAoBC%2CWACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3B%3BEApFN%2CkBA0FC%3BIASC%2CoBAAA%3B%3BEAnGF%2CkBA0FC%2CkBACC%2CYACC%2CSACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FFL%2CkBAqGC%3BIA0BC%2CoBAAA%3B%3BEA%5C%2FHF%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%3BIAKC%2CqBAAA%3BIACA%2CiBAAA%3B%3BEA9GL%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%2CGACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEA3GN%2CkBAqGC%2C6BACC%2CcAWC%3BIACC%2CeAAA%3B%3BEAlHJ%2CkBAqGC%2C6BAgBC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAxHJ%2CkBAqGC%2C6BAsBC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3B%3BEA7HH%2CkBAiIC%3BIAaC%2CWAAA%3B%3BEA9IF%2CkBAiIC%2CqCACC%2CoBACC%3BIACC%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAtIJ%2CkBAiIC%2CqCAQC%2CQAAO%3BIACN%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAKH%2CiBACC%2CKACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEATH%2CiBACC%2CKACC%2CUAQC%3BIACC%2CkBAAA%3B%3BEAXJ%2CiBACC%2CKACC%2CUAWC%3BIACC%2CkBAAA%3B%3BEAdJ%2CiBACC%2CKAgBC%3BIACC%2CWAAA%3B%3BEAIH%2CQACC%2CmBACC%3BIACC%2CeAAA%3B%3BEAHH%2CQAMC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAXJ%2CQAMC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CcACC%2CYACC%2CQAAO%2CeACL%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3B%3BAA6rBL%2CmBAvrBqC%2CwBAAuB%3BEAC3D%2CYACC%2CiBAAgB%2CcACf%3BIACC%2CWAAA%3B%3BEAHH%2CYAMC%2CqBACC%2CkBACC%2CGACC%3BIACC%2CkBAAA%3B%3BEAVL%2CYAMC%2CqBAQC%2CuBACC%2CKAAI%3BIACH%2CiBAAA%3B%3BEAhBJ%2CYAMC%2CqBAQC%2CuBACC%2CKAAI%2CaAEH%3BIACC%2CeAAA%3B%3BEAlBL%2CYAMC%2CqBAQC%2CuBAOC%2CaAAY%3BIACX%2CiBAAA%3B%3BEAtBJ%2CYAMC%2CqBAQC%2CuBAOC%2CaAAY%2CIAEV%3BIACA%2CeAAA%3B%3BEAxBL%2CYAMC%2CqBAQC%2CuBAaC%2CcAAa%3BIACZ%2CiBAAA%3B%3BEA5BJ%2CYAMC%2CqBAQC%2CuBAaC%2CcAAa%2CIAEZ%3BIACC%2CeAAA%3B%3BEA9BL%2CYAMC%2CqBAQC%2CuBAmBC%3BIACC%2CiBAAA%3B%3BEAlCJ%2CYAMC%2CqBAQC%2CuBAmBC%2CiBAEC%3BIACC%2CeAAA%3B%3BEApCL%2CYAyCC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEA7CF%2CYAyCC%2CUAAS%2CeAKR%2CUAAS%3BIACR%2CYAAA%3B%3BEA%5C%2FCH%2CYAkDC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGF%2CcACE%3BIACA%2CYAAA%3B%3BEAGF%2CiBACC%3BIAQC%2CmBAAA%3B%3BEATF%2CiBACC%2CqBACC%2CkBACC%2CeACC%3BIACC%2CkBAAA%3B%3BEALL%2CiBAWC%3BIACC%2CeAAA%3B%3BEAZF%2CiBAcC%2CsBACC%2COAAM%2CWACL%3BIACC%2CYAAA%3B%3BEAKJ%2CUACC%2CgBACC%3BIACC%2CWAAA%3B%3BEAHH%2CUACC%2CgBAIC%3BIACC%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAPH%2CUACC%2CgBAIC%2CYAGC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAXJ%2CUACC%2CgBAIC%2CYAQC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKJ%3BIACC%2CcAAA%3B%3BEADD%2CaAEC%2CcACC%3BIACC%2CWAAA%3B%3BEAJH%2CaAOC%2CKAAI%3BIACH%2CeAAA%3B%3BEAGF%3BIAWC%2CkBAAA%3B%3BEAXD%2CUACC%2CaACE%3BIAMA%2CkBAAA%3B%3BEARH%2CUACC%2CaACE%2CKACC%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAOJ%2CsBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAPL%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAML%2CYACC%3BIAUC%2CoBAAA%3B%3BEAXF%2CYACC%2CkBACC%2CqBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEALJ%2CYACC%2CkBAOC%3BIACC%2CeAAA%3B%3BEATH%2CYAaC%3BIACC%2CoBAAA%3B%3BEAdF%2CYAaC%2CmBAEC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAjBH%2CYAaC%2CmBAMC%3BIACC%2CeAAA%3B%3BEApBH%2CYAuBC%2CmBACC%2CIAAG%3BIACF%2CeAAA%3B%3BEAzBH%2CYAuBC%2CmBAIC%2CkBACC%2CcACC%2CGACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAON%2CYACC%2CaACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAIH%2CqBACC%3BIACC%2CWAAA%3B%3BEAGF%2CgBACC%3BIACC%2CaAAA%3B%3BEAGF%3BIACC%2CmBAAA%3B%3BEAED%2CsBACC%2CsBACC%3BIACC%2CeAAA%3B%3BEAHH%2CsBAMC%3BIACC%2CeAAA%3B%3BEAGF%2CqBACC%2CQACC%3BIACC%2CWAAA%3B%3BEAIH%3BIACC%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAND%2CkBAOC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2C2BAA2B%2CmBAC1B%2CMACC%2CGACC%2CGAAE%3BIACD%2CgBAAA%3B%3BEAJJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGACC%2CGAAE%2C8BAED%2CSAAQ%2CMAAM%2CmBACb%3BIACC%2C%2BBAAA%3B%3BEAPN%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAfJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%3BIACC%2CeAAA%3B%3BEAjBL%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWAEC%3BIAKC%2CkBAAA%3B%3BEAvBN%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWAEC%2CeACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEArBP%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAKD%2CWASC%2CWACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5BP%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAqBD%3BIACC%2CeAAA%3B%3BEAjCL%2C2BAA2B%2CmBAC1B%2CMACC%2CGASC%2CGAAE%2CgCAqBD%2CiBAEC%3BIACC%2CeAAA%3B%3BEAnCN%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%3BIACD%2CkBAAA%3B%3BEAxCJ%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%2C6BAED%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEA3CL%2C2BAA2B%2CmBAC1B%2CMACC%2CGAqCC%2CGAAE%2C6BAED%2C2BAGC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAON%2CkBACC%2CcACC%2CaACC%2COAAM%3BIAKL%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAVJ%2CkBACC%2CcACC%2CaACC%2COAAM%2CUACL%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEANL%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKACC%2CQACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBAnBL%2CcACC%2CaAUC%2CaACC%2CKACC%2CQAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAtBR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBA%5C%2FBL%2CcACC%2CaAUC%2CaACC%2CKAaC%2CYAME%2CMACA%3BIACC%2C0BAAA%3B%3BEAlCR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CWACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAED%2CkBA3CL%2CcACC%2CaAUC%2CaACC%2CKAyBC%2CWAME%2CMACA%3BIACC%2C0BAAA%3B%3BEA9CR%2CkBACC%2CcACC%2CaAUC%2CaACC%2CKAqCC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEArDN%2CkBACC%2CcACC%2CaAUC%2CaA4CC%2CKAAI%3BIACH%2CgBAAA%3B%3BEAzDL%2CkBA8DC%2CGAAE%2CkBACD%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAjEH%2CkBAoEC%2CsBACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAvEH%2CkBAoEC%2CsBAKC%2CWACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5EJ%2CkBAoEC%2CsBAKC%2CWAKC%3BIAKC%2CaAAA%3B%3BEAnFJ%2CkBAoEC%2CsBAKC%2CWAKC%2CeACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAjFL%2CkBAoEC%2CsBAKC%2CWAYC%3BIAKC%2CaAAA%3B%3BEA1FJ%2CkBAoEC%2CsBAKC%2CWAYC%2CWACC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAxFL%2CkBAoEC%2CsBAyBC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FFH%2CkBAoEC%2CsBAyBC%2CiBAGC%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlGJ%2CkBAsGC%2CoBACC%2CKAAI%3BIACH%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEA5GH%2CkBAsGC%2CoBAQC%2CKAAI%2CiBAAiB%3BIACpB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEASE%2CMALC%2COACL%2CgBACC%2CuBACC%2COACE%2CQAAK%2CiBACH%2CQACD%3BIACC%2CeAAA%3B%3BEAQP%2CQAAQ%2CMACP%3BIACC%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAdF%2CQAAQ%2CMAgBP%2CkBAAiB%3BIAChB%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAID%2CQADO%2CKAAK%2CMACX%3BIACA%2CSAAA%3B%3BEAFF%2CQAAQ%2CKAAK%2CMAIX%2CQAAK%2CMACJ%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEARH%2CQAAQ%2CKAAK%2CMAWZ%2CMAAK%2CQACJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIH%2CoBAAoB%2CSAAS%3BIAC5B%2CoBAAA%3B%3BEAED%2CqBACC%2CSAAQ%3BIACP%2CgBAAA%3B%3BEAGF%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIACjB%3BIACC%2CeAAA%3B%3BEAJJ%2CkBACC%2CkBACC%2CSAAQ%2CUAAU%2CIAIjB%3BIACC%2CeAAA%3B%3BEAPJ%2CkBACC%2CkBASC%2CoBACC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAbJ%2CkBACC%2CkBAeC%2CSAAQ%2CUAAU%2CSACjB%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAnBJ%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%3BIACL%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEArCL%2CkBAuBC%2CiCACC%2CoBACC%2CiBACC%2COAAM%2CUAYL%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FCN%2CkBAuBC%2CiCACC%2CoBA2BC%2COAAM%3BIACL%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAtDJ%2CkBAuBC%2CiCACC%2CoBAgCC%3BIACC%2CeAAA%3B%3BEAzDJ%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAEC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAhEL%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAUC%2CeACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAzEN%2CkBAuBC%2CiCACC%2CoBAgCC%2CWAoBC%2CWACC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3B%3BEApFN%2CkBA0FC%3BIASC%2CoBAAA%3B%3BEAnGF%2CkBA0FC%2CkBACC%2CYACC%2CSACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FFL%2CkBAqGC%3BIA0BC%2CoBAAA%3B%3BEA%5C%2FHF%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%3BIAKC%2CqBAAA%3BIACA%2CiBAAA%3B%3BEA9GL%2CkBAqGC%2C6BACC%2CcACC%2CgBACC%2CGACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEA3GN%2CkBAqGC%2C6BACC%2CcAWC%3BIACC%2CeAAA%3B%3BEAlHJ%2CkBAqGC%2C6BAgBC%2CYACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAxHJ%2CkBAqGC%2C6BAsBC%2CQAAO%3BIACN%2CWAAA%3BIACA%2CYAAA%3B%3BEA7HH%2CkBAiIC%3BIAaC%2CWAAA%3B%3BEA9IF%2CkBAiIC%2CqCACC%2CoBACC%3BIACC%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAtIJ%2CkBAiIC%2CqCAQC%2CQAAO%3BIACN%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAKH%2CiBACC%2CKACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEATH%2CiBACC%2CKACC%2CUAQC%3BIACC%2CkBAAA%3B%3BEAXJ%2CiBACC%2CKACC%2CUAWC%3BIACC%2CkBAAA%3B%3BEAdJ%2CiBACC%2CKAgBC%3BIACC%2CWAAA%3B%3BEAIH%2CQACC%2CmBACC%3BIACC%2CeAAA%3B%3BEAHH%2CQAMC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAXJ%2CQAMC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CcACC%2CYACC%2CQAAO%2CeACL%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3B%3BAAmHL%2CmBA7GqC%2CwBAAuB%3BEAC3D%2CYACC%2CiBAAgB%2CcACf%3BIACC%2CWAAA%3B%3BEAHH%2CYAMC%2CqBACC%3BIACC%2CuBAAA%3B%3BEARH%2CYAWC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAfF%2CYAWC%2CUAAS%2CeAKR%2CUAAS%3BIACR%2CYAAA%3B%3BEAjBH%2CYAoBC%2CUAAS%3BIACR%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGF%2CiBACC%2CqBACC%2CkBACC%2CeACC%3BIACC%2CkBAAA%3B%3BEALL%2CiBAUC%2CsBACC%2COAAM%2CWACL%3BIACC%2CYAAA%3B%3BEAKJ%2CUACC%2CgBACC%3BIACC%2CYAAA%3B%3BEAHH%2CUACC%2CgBAIC%3BIACC%2CyBAAA%3B%3BEANH%2CUACC%2CgBAIC%2CYAEC%3BIACC%2CeAAA%3B%3BEAKJ%2CUACC%2CaACE%2CKACC%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CsBACC%3BIACC%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSACC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAPL%2CUACC%2CsBACC%2CeAAc%2CaACb%2CSAMC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAML%2CcACC%2CYACC%2CQAAO%2CeACL%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3B%3B%3BAAuEL%2CmBAhEoC%2CuBAAqB%3BEACxD%3BIACC%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEARD%2CiBASC%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAnBF%2CiBAqBC%3BIACC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3B%3BEA%5C%2FBF%2CiBAiCC%3BIACC%2CYAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA5CF%2CiBA8CC%3BIACC%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEArDF%2CiBA8CC%2COAQC%2CaACC%3BIACC%2CeAAA%3B%3B%3BAAOL%2CoBAAoB%2CMACnB%3BEACC%2C6BAAA%3B%3BAAFF%2CoBAAoB%2CMAInB%2CiBACC%3BEACC%2CaAAA%3B%3BAAKH%2CsBACC%3BEACC%2CwBAAA%3B%3BAAFF%2CsBAIC%2CSAAQ%3BEACP%2CkBAAA%3B%3BAALF%2CsBAIC%2CSAAQ%2CIAEP%2CcAAa%3BEACZ%2CgBAAA%3BEACA%2CUAAA%3B%3BAARH%2CsBAWC%3BEACC%2CiBAAA%3B%3BAAIF%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACC%2CmBAAA%3B%3BAAGD%2CoBACC%3BEACC%2CqBAAA%3B%3BAAIF%3BEACC%2CaAAA%3B%3BAAcD%2CmBAXoC%2CuBAAsB%3BEACzD%3BIACC%2CqBAAA%3BIACA%2CcAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3B%3BAAKF%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAID%2CqBACC%3BEACC%2CaAAA%3B%3BAAFF%2CqBAIC%2CGAAE%3BEACD%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CMAAb%3B%3BAARF%2CqBAUC%2CyBACC%2CGAAE%3BEACD%2CgCAAA%3BEACA%2CcAAA%3B%3BAAbH%2CqBAgBC%3BEACC%2CWAAA%3BEACA%2CWAAA%3B%3BAAlBF%2CqBAoBC%2CKAAI%3BEACH%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAvBF%2CqBAyBC%3BEACC%2CeAAA%3B%3BAA1BF%2CqBA4BC%3BEACC%2CcAAA%3B%3BAA7BF%2CqBA%2BBC%3BEACC%2CgBAAA%3B%3BAAhCF%2CqBA%2BBC%2CWAEC%3BEACC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CqBAdF%2CWAEC%2CEAYE%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FCJ%2CqBAmDC%2CKAAI%3BEACH%2CaAAA%3B%3BAApDF%2CqBAsDC%2CKAAI%3BEACH%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAACA%2CqBALD%2CKAAI%2CUAKF%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3B%3BAAID%2CqBADD%2CKAAI%2CUAAU%2CWACZ%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3B%3BAAvEH%2CqBA0EC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FEF%2CqBAiFC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAArFF%2CqBAuFC%3BEACC%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3B%3BAAuCF%2CmBApCqC%2CuBAAuB%3BEAC3D%2CqBACC%2CGAAE%3BIACD%2CeAAA%3B%3BEAFF%2CqBAIC%3BIACC%2CeAAA%3B%3BEALF%2CqBAOC%3BIACC%2CaAAA%3BIACA%2CiBAAA%3BIACG%2CcAAA%3B%3BEAVL%2CqBAYC%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEAdL%2CqBAgBC%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEApBF%2CqBAsBC%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAzBF%2CqBA2BC%3BIACC%2CgBAAA%3B%3BEA5BF%2CqBA2BC%2CWAEC%3BIACC%2CeAAA%3B%3B%3BAA2BJ%2CmBAtBqC%2CuBAAwB%3BEAC5D%2CQAAQ%2CKAAK%2CMACZ%2CMAAK%2CQAAQ%3BIACZ%2C4BAAA%3B%3BEAGF%2CqBACC%3BIACC%2CUAAA%3B%3BEAFF%2CqBAIC%3BIACC%2CeAAA%3B%3BEALF%2CqBAOC%2CWACC%3BIACC%2CeAAA%3B%3B%3BAAOJ%2CoBACC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAATF%2CoBACC%2CgCASC%3BEACC%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAfH%2CoBACC%2CgCAgBC%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvBH%2CoBACC%2CgCAwBC%2COAAM%2CSACL%3BEAWC%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAtCJ%2CoBACC%2CgCAwBC%2COAAM%2CSACL%2COACC%3BEACC%2CaAAa%2CMAAb%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnCL%2CoBACC%2CgCAwBC%2COAAM%2CSAeL%3BEACC%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA1CJ%2CoBACC%2CgCAwBC%2COAAM%2CSAeL%2CSAGC%2CUAAS%3BEACR%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAhDL%2CoBACC%2CgCAwBC%2COAAM%2CSAeL%2CSAUC%3BEACC%2CuBAAA%3B%3BAAnDL%2CoBACC%2CgCAwBC%2COAAM%2CSAeL%2CSAUC%2CKAEC%2CUACC%3BEACC%2CWAAA%3B%3BAAtDP%2CoBACC%2CgCAwBC%2COAAM%2CSAeL%2CSAUC%2CKAEC%2CUACC%2COAEC%2CSACC%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CMAAb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA9DT%2CoBACC%2CgCAwBC%2COAAM%2CSAeL%2CSAUC%2CKAEC%2CUAcC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAArEP%2CoBACC%2CgCAwBC%2COAAM%2CSAeL%2CSAUC%2CKAEC%2CUAcC%2CiBAIC%2COAAM%3BEACL%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CoBA7EP%2CgCAwBC%2COAAM%2CSAeL%2CSAUC%2CKAEC%2CUAcC%2CiBAIC%2COAAM%2COAQJ%3BEACA%2CSAAS%2CGAAT%3BEACA%2CaAAa%2CMAAb%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArFT%2CoBACC%2CgCAwBC%2COAAM%2CSAmEL%2CQAAO%3BEACN%2CaAAA%3B%3BAA7FJ%2CoBAiGC%3BEACC%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAApGF%2CoBAsGC%3BEACC%2CYAAA%3BEACA%2CUAAA%3B%3BAAxGF%2CoBA0GC%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA7GF%2CoBA%2BGC%2CuBACC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAApHH%2CoBA%2BGC%2CuBAOC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAnIH%2CoBA%2BGC%2CuBAOC%2CGAcC%3BEACC%2CeAAA%3BEACA%2CaAAa%2CMAAb%3BEACA%2CmBAAA%3B%3BAAED%2CoBA1BF%2CuBAOC%2CGAmBE%2CUAAU%3BEACV%2CmBAAA%3B%3BAAED%2CoBA7BF%2CuBAOC%2CGAsBE%2CUAAU%3BEACV%2CmBAAA%3B%3BAAED%2CoBAhCF%2CuBAOC%2CGAyBE%2CUAAU%3BEACV%2CmBAAA%3B%3BAAED%2CoBAnCF%2CuBAOC%2CGA4BE%2CUAAU%3BEACV%2CmBAAA%3B%3BAAnJJ%2CoBAuJC%2COAAM%3BEACL%2CiBAAA%3B%3BAAGA%2CoBADD%2CQAAO%2COACL%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAID%2CoBADD%2CQAAO%2CSACL%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAID%2CoBADD%2CQAAO%2COACL%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAID%2CoBADD%2CQAAO%2CMACL%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAID%2CoBADD%2CmBACE%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAA1LH%2CoBA6LC%3BEACC%2CeAAA%3BEACA%2CaAAa%2CMAAb%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnMF%2CoBAqMC%2CoBACC%3BEACC%2CqBAAA%3B%3BAAIH%2CeAAe%2CUACd%3BEACC%2CeAAA%3BEACA%2CaAAa%2CMAAb%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAPF%2CeAAe%2CUASd%2CmBACC%2CcACC%3BEAIC%2CuBAAA%3B%3BAAfJ%2CeAAe%2CUASd%2CmBACC%2CcACC%2CaACC%2COAAM%3BEACL%2CaAAA%3B%3BAAbL%2CeAAe%2CUASd%2CmBASC%2CsBACC%3BEACC%2CaAAA%3B%3BAApBJ%2CeAAe%2CUAwBd%3BEACC%2CeAAA%3B%3BAAzBF%2CeAAe%2CUA2Bd%2CeAAc%2CaACb%2CSACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAArCJ%2CeAAe%2CUA2Bd%2CeAAc%2CaACb%2CSAWC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CuBACC%2CUAAS%3BEACR%2CWAAA%3B%3BAAGF%2CeACC%2CwBACC%3BEA%2BBC%2CsBAAA%3B%3BAAjCH%2CeACC%2CwBACC%2CkBACC%3BEACC%2CuBAAA%3B%3BAAJJ%2CeACC%2CwBACC%2CkBACC%2CKAEC%3BEACC%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAPL%2CeACC%2CwBACC%2CkBACC%2CKAEC%2CUAGC%3BEACC%2CkBAAA%3B%3BAATN%2CeACC%2CwBACC%2CkBACC%2CKASC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAhBL%2CeACC%2CwBACC%2CkBACC%2CKASC%2CWAKC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3B%3BAAtBN%2CeACC%2CwBACC%2CkBACC%2CKAsBC%3BEACC%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA9BL%2CeACC%2CwBAkCC%3BEAKC%2CoBAAA%3B%3BAAxCH%2CeACC%2CwBAkCC%2CcACE%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAmHJ%2CmBA7GoC%2CuBAAsB%3BEACzD%2CoBACC%3BIACC%2CWAAA%3B%3BEAFF%2CoBAIC%3BIAgBC%2CWAAA%3BIACA%2CYAAA%3B%3BEArBF%2CoBAIC%2CgCACC%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAVH%2CoBAIC%2CgCAQC%3BIACC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAlBH%2CoBAIC%2CgCAkBC%2COAAM%2CSACL%2COACC%3BIACC%2CeAAA%3B%3BEAzBL%2CoBA8BC%2CuBACC%3BIACC%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAjCH%2CoBA8BC%2CuBAKC%3BIACC%2CYAAA%3BIACA%2CWAAA%3B%3BEArCH%2CoBAwCC%3BIACC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAGF%2CeACC%2CwBACC%3BIAgBC%2CaAAA%3B%3BEAlBH%2CeACC%2CwBACC%2CkBACC%2CKACC%2CWACC%2COACC%3BIACC%2CeAAA%3B%3BEAPP%2CeACC%2CwBACC%2CkBACC%2CKACC%2CWACC%2COAIC%2CGAAE%3BIACD%2CeAAA%3B%3BEAVP%2CeACC%2CwBACC%2CkBACC%2CKAWC%3BIACC%2C0BAAA%3B%3BEAfL%2CeACC%2CwBAmBC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAtBH%2CeACC%2CwBAmBC%2CaAGC%2COACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3B%3BEA1BL%2CeACC%2CwBA6BC%2CmBACC%2CcACC%2COACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3B%3BEAON%2CeAAe%2CUACd%2CeAAc%2CaACb%2CSACC%3BIACC%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEANJ%2CeAAe%2CUACd%2CeAAc%2CaACb%2CSAMC%3BIACC%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAXJ%2CeAAe%2CUAed%3BIACC%2CYAAA%3B%3B%3BAA4HH%2CmBAxHoC%2CuBAAsB%3BEACzD%2CoBACC%3BIACC%2CWAAA%3B%3BEAFF%2CoBAIC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEANF%2CoBAIC%2CgCAGC%2COAAM%2CSACL%2COACC%3BIACC%2CeAAA%3B%3BEAVL%2CoBAeC%2CuBACC%3BIACC%2CkBAAA%3B%3BEAjBH%2CoBAeC%2CuBAIC%3BIACC%2CYAAA%3BIACA%2CmBAAA%3B%3BEArBH%2CoBAwBC%3BIACC%2CYAAA%3BIACA%2CWAAA%3B%3BEAGF%2CiBACC%2CsBACC%2COAAM%2CWACL%2COAAM%2CWACL%2CSACC%2CMACC%2CKAAI%3BIACH%2CQAAA%3BIACG%2CkBAAA%3B%3BEARV%2CiBAeC%2CkBAAkB%3BIACjB%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CeACC%2CwBACC%3BIAgBC%2CaAAA%3B%3BEAlBH%2CeACC%2CwBACC%2CkBACC%2CKACC%2CWACC%2COACC%3BIACC%2CeAAA%3B%3BEAPP%2CeACC%2CwBACC%2CkBACC%2CKACC%2CWACC%2COAIC%2CGAAE%3BIACD%2CeAAA%3B%3BEAVP%2CeACC%2CwBACC%2CkBACC%2CKAWC%3BIACC%2C0BAAA%3B%3BEAfL%2CeACC%2CwBAmBC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAtBH%2CeACC%2CwBAmBC%2CaAGC%2COACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3B%3BEA1BL%2CeACC%2CwBA6BC%2CmBACC%2CcACC%2COACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3B%3BEAnCN%2CeAyCC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEA3CF%2CeA6CC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAGF%2CeAAe%2CUACd%2CeAAc%2CaACb%2CSACC%3BIACC%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEANJ%2CeAAe%2CUACd%2CeAAc%2CaACb%2CSAMC%3BIACC%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAXJ%2CeAAe%2CUAed%3BIACC%2CYAAA%3B%3B%3BAA2FH%2CmBAvFoC%2CuBAAuB%3BEAC1D%2CoBACC%2CgCACC%2COAAM%2CSACL%2COACC%3BIACC%2CeAAA%3B%3BEALL%2CoBAUC%2CuBACC%3BIACC%2CkBAAA%3B%3BEAZH%2CoBAUC%2CuBAIC%3BIACC%2CYAAA%3BIACA%2CmBAAA%3B%3BEAIH%2CeACC%2CwBACC%3BIAkBC%2CaAAA%3B%3BEApBH%2CeACC%2CwBACC%2CkBACC%2CKACC%3BIAUC%2CWAAA%3B%3BEAdL%2CeACC%2CwBACC%2CkBACC%2CKACC%2CWACC%3BIAOC%2CuBAAA%3B%3BEAZN%2CeACC%2CwBACC%2CkBACC%2CKACC%2CWACC%2COACC%3BIACC%2CeAAA%3B%3BEAPP%2CeACC%2CwBACC%2CkBACC%2CKACC%2CWACC%2COAIC%2CGAAE%3BIACD%2CeAAA%3B%3BEAVP%2CeACC%2CwBACC%2CkBACC%2CKAaC%3BIACC%2C0BAAA%3B%3BEAjBL%2CeACC%2CwBAqBC%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAxBH%2CeACC%2CwBAqBC%2CaAGC%2COACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3B%3BEA5BL%2CeACC%2CwBA%2BBC%2CmBACC%2CcACC%2COACC%3BIACC%2C6BAAA%3BIACA%2CiBAAA%3B%3BEAON%2CeAAe%2CUACd%2CeAAc%2CaACb%2CSACC%3BIACC%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEANJ%2CeAAe%2CUACd%2CeAAc%2CaACb%2CSAMC%3BIACC%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAXJ%2CeAAe%2CUAed%3BIACC%2CYAAA%3B%3B%3BAAMH%2CqBACC%2CkBAAiB%3BEAChB%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAJF%2CqBAMC%2CeAAc%3BEAMb%2CuBAAA%3B%3BAAJC%2CqBAFF%2CeAAc%2CMACZ%2CIAAI%2CWACH%3BEACA%2CuBAAA%3B%3BAATJ%2CqBAcC%2CeAAc%2CMAAM%3BEACnB%2CuBAAA%3B%3BAAfF%2CqBAiBC%3BEACC%2CyBAAA%3B%3BAAlBF%2CqBAoBC%3BEACC%2CwBAAA%3B%3BAArBF%2CqBAuBC%3BEACC%2CwBAAA%3B%3BAAxBF%2CqBA0BC%2CyBACC%2CWACC%3BEACC%2CeAAA%3B%3BAA7BJ%2CqBA0BC%2CyBAMC%2CeAAc%3BEACb%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAnCH%2CqBA0BC%2CyBAWC%2CcACC%2CSACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAhDL%2CqBA0BC%2CyBAWC%2CcACC%2CSAYC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAA3DL%2CqBA0BC%2CyBAWC%2CcACC%2CSAuBC%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAAOL%2C%2BBACC%2CIAAG%2CWAAW%3BEACb%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C4CAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAACA%2C%2BBAhBD%2CIAAG%2CWAAW%2CWAgBZ%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2C%2BCAAA%3BEACA%2CqBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2C6CAAA%3B%3BAAIH%2COAAO%2CSAAS%2CSAAS%2CSAAS%2CwBAAwB%2COAAO%3BEAC7D%2CgBAAA%3B%3BAAGJ%2CwDACE%3BEACA%2CaAAA%3B%3BAAFF%2CwDAIC%2CSACC%2CcACC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAMJ%3BEACG%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAEH%2CkBACC%3BEACC%2CWAAA%3BEACA%2CcAAA%3B%3BAAGF%2CcACC%2CWACC%2CmBACC%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CMAAb%3B%3BAAKP%2CcACC%2CWACC%2CmBACC%2CYACC%3BEACC%2CiBAAA%3B%3BAAML%2CcACC%2CWACC%2CmBACC%2COACC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcARJ%2CWACC%2CmBACC%2COACC%2CKAKE%3BEACA%2CcAAA%3B%3BAAON%3BEACC%2CmBAAA%3B%3BAAED%2CcACC%2CWACC%2CmBACC%3BAAHH%2CcACC%2CWACC%2CmBA07DF%2CCAz7DM%3BEACF%2CWAAA%3BEACA%2CiBAAA%3B%3BAAKJ%3BEACC%2CWAAA%3B%3BAAED%2CWACC%3BEACC%2CiBAAA%3B%3BAAGF%3BEACC%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAED%3BEACC%2CYAAA%3B%3BAAED%3BEACC%2CgBAAA%3B%3BAAED%2CgBACC%3BEACC%2CWAAA%3B%3BAAGF%3BEACC%2CkBAAA%3B%3BAAED%3BEACC%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3B%3BAAED%2CWACC%3BEACC%2CYAAA%3B%3BAAGF%2CWACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CWACC%2CGACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAIH%2CWACC%2CGACC%2CGACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACG%2CiBAAA%3B%3BAAKP%2CWACC%2CGACC%2CGACC%2CKAAI%3BEACH%2CWAAA%3B%3BAAKJ%2CKACC%2COAAM%2CsBACL%3BEACC%2CaAAA%3B%3BAAIH%2CKACC%2COAAM%2CuBACL%3BEACC%2CaAAA%3B%3BAAIH%2CKACC%3BEACC%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CgBAAA%3B%3BAAiCJ%2CmBA%5C%2FBoC%2CuBAAsB%3BEACzD%3BIACC%2CYAAA%3B%3BEAED%2CSAAS%2CWAAW%2CgBAAgB%3BIACnC%2CiBAAA%3B%3BEAED%3BIACC%2CWAAA%3B%3BEAED%2CSAAS%2CUAAU%2CUAAU%3BIAC5B%2CSAAA%3B%3BEAED%2CSAAS%2CUAAU%2CWAAW%2CUAAU%3BIACvC%2CWAAA%3BIACA%2CSAAA%3B%3BEAED%3BIACC%2CgBAAA%3B%3BEAED%2CcACC%2CWACC%2CmBACC%2CYAAY%3BIACX%2CgBAAA%3B%3B%3BAAOL%2CeAAe%2CQAAQ%2COAAO%3BEAC7B%2CWAAA%3BEACG%2CWAAA%3B%3BAAMD%2CsBAFF%2COACE%2CQAAK%2CiBAAkB%2CQACtB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAKA%2CsBAjBH%2COAeE%2CQAAK%2CiBACJ%2CQAAS%2CQACR%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAOL%2CiBACI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiBACI%2CMAGI%2CmBACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAZhB%2CiBAgBI%2CGAAE%2CKAAK%3BEACH%2CeAAA%3B%3BAAGR%2CQACC%2CeACC%2CMAAK%2CMACJ%3BEACI%2CWAAA%3B%3BAAkFP%2CmBA7EoC%2CuBAAsB%3BEACzD%2CiBACO%3BIACI%2CYAAA%3B%3BEAFX%2CiBAIO%3BIACC%2CgBAAA%3B%3BEAGL%2CcAAc%3BIACV%2CgBAAA%3B%3BEAGJ%2CQACC%3BIACC%2CgBAAA%3B%3BEAFF%2CQAIC%2CeACC%2CMAAK%2CMACJ%3BIACC%2CUAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEATJ%2CQAIC%2CeASC%2CMAAK%2CMAAM%2CuBACV%2CKAAI%3BIACH%2CiBAAA%3B%3BEACA%2CQAZH%2CeASC%2CMAAK%2CMAAM%2CuBACV%2CKAAI%2CKAEF%3BIACH%2CgBAAA%3B%3BEAjBF%2CQAIC%2CeASC%2CMAAK%2CMAAM%2CuBACV%2CKAAI%2CKAKN%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAtBL%2CQAIC%2CeASC%2CMAAK%2CMAAM%2CuBAYV%3BIACC%2CUAAA%3B%3BEA1BJ%2CQAIC%2CeA0BC%2CMAAK%2CMAAM%2C6BACV%2CKAAI%3BIACH%2CiBAAA%3B%3BEACA%2CQA7BH%2CeA0BC%2CMAAK%2CMAAM%2C6BACV%2CKAAI%2CKAEF%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAnCF%2CQAIC%2CeA0BC%2CMAAK%2CMAAM%2C6BACV%2CKAAI%2CKAMN%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAzCL%2CQAIC%2CeA0BC%2CMAAK%2CMAAM%2C6BAcV%2CKAAI%3BIACH%2C2BAAA%3B%3BEA7CJ%2CQAIC%2CeA0BC%2CMAAK%2CMAAM%2C6BAiBV%2CKAAI%2CQACH%3BIACC%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAnDL%2CQAIC%2CeA0BC%2CMAAK%2CMAAM%2C6BAiBV%2CKAAI%2CQACH%2CsBAIC%3BIACC%2CWAAA%3B%3BEArDN%2CQAIC%2CeA0BC%2CMAAK%2CMAAM%2C6BAiBV%2CKAAI%2CQASH%3BIACC%2CUAAA%3B%3B%3BAAsCT%2CwBA7BI%2C0BACA%2C2BAAqC%3BEACrC%2CiBACI%3BIACI%2CYAAA%3B%3BEAFR%2CiBAII%2CQAAO%3BIACN%2CiBAAA%3BIACH%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CcACC%2CmBACC%2CcACC%2CaACC%2COAAM%3BIACL%2CcAAA%3BIACA%2CiBAAA%3B%3BEANL%2CcACC%2CmBACC%2CcACC%2CaACC%2COAAM%2CUAGL%3BIACC%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BAAwCV%2CwBA9BI%2C0BACA%2C2BAAqC%3BEACrC%2CiBACI%3BIACI%2CYAAA%3B%3BEAFR%2CiBAII%2CQAAO%3BIACN%2CiBAAA%3BIACH%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CcACC%2CmBACC%2CcACC%2CaACC%2COAAM%3BIACL%2CcAAA%3BIACA%2CiBAAA%3B%3BEANL%2CcACC%2CmBACC%2CcACC%2CaACC%2COAAM%2CUAGL%3BIACC%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BAAWR%2C0BADD%2CMAAK%2CiBAAkB%2CQACrB%3BEACA%2CmBAAA%3B%3BAAMC%2C0BAHH%2COACE%2CQAAK%2CiBACJ%2CQAAS%2CQACR%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAQD%2C0BAHH%2CwCACE%2CQAAK%2CiBACJ%2CQAAS%2CQACR%3BEACA%2CgBAAA%3B%3BAAKF%2C0BATF%2CwCAQC%2CMAAK%2CiBAAkB%2CQACrB%3BEACA%2CgBAAA%3B%3BAAMJ%2CYACC%2COAAM%2COAAO%2CKACZ%3BEACI%2CgCAAA%3BEACA%2CgBAAA%3B%3BAAJN%2CYACC%2COAAM%2COAAO%2CKAKZ%3BEACI%2CgCAAA%3BEACA%2CgBAAA%3B%3BAARN%2CYAWC%2COAAM%2COAAO%2CKACZ%3BEACC%2CmBAAA%3B%3B%3BAAMH%2CuBACE%3BEACC%2CgBAAA%3B%3BAAFH%2CuBACE%2CWAEC%3BEACC%2CeAAA%3BEACD%2CqBAAA%3BEACA%2CcAAA%3B%3BAANH%2CuBACE%2CWAEC%2CiBAIA%3BEACC%2CeAAA%3B%3BAARJ%2CuBACE%2CWAEC%2CiBAOA%2CeACC%2COAAM%3BEACL%2CWAAA%3B%3BAAZL%2CuBACE%2CWAEC%2CiBAOA%2CeAIC%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAjBL%2CuBACE%2CWAEC%2CiBAOA%2CeAIC%2CUAIG%3BEACD%2CiBAAA%3B%3BAAnBN%2CuBACE%2CWAEC%2CiBAOA%2CeAIC%2CUAIG%2CSAED%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA1BP%2CuBACE%2CWAEC%2CiBAOA%2CeAIC%2CUAIG%2CSAUD%2CSACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAnCR%2CuBACE%2CWAEC%2CiBAOA%2CeAIC%2CUAyBC%3BEACC%2CmBAAA%3B%3BAAxCN%2CuBACE%2CWAEC%2CiBAOA%2CeAIC%2CUAyBC%2CoBAEC%2CQAAO%3BEACN%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAjDP%2CuBACE%2CWAEC%2CiBAOA%2CeAIC%2CUAsCC%2CiBACC%2CSACC%2CQAAO%3BEACN%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CuBA7DN%2CWAEC%2CiBAOA%2CeAIC%2CUAsCC%2CiBACC%2CSACC%2CQAAO%2CQAQL%3BEAAO%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAA9DrC%2CuBACE%2CWAEC%2CiBAOA%2CeAyDC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArEL%2CuBACE%2CWAEC%2CiBAOA%2CeAyDC%2COAGC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA3EN%2CuBACE%2CWAEC%2CiBAOA%2CeAyDC%2COAGC%2CaAMC%3BEAAQ%2CiBAAA%3B%3BAA5Ed%2CuBACE%2CWAEC%2CiBAOA%2CeAyDC%2COAGC%2CaAOC%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlFP%2CuBACE%2CWAEC%2CiBAOA%2CeAyDC%2COAkBC%2CeACC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAxFP%2CuBACE%2CWAEC%2CiBAOA%2CeAyDC%2COAkBC%2CeACC%2CYAGC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3B%3BAA%5C%2FFR%2CuBACE%2CWAEC%2CiBAOA%2CeAyDC%2COAkBC%2CeACC%2CYAGC%2CYAOC%3BEACC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CuBA1GH%2CWAEC%2CiBAOA%2CeAyDC%2COAwCE%3BEACA%2CeAAA%3B%3BAADD%2CuBA1GH%2CWAEC%2CiBAOA%2CeAyDC%2COAwCE%2CmBAEA%2CeACC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAARH%2CuBA1GH%2CWAEC%2CiBAOA%2CeAyDC%2COAwCE%2CmBAEA%2CeAQC%3BEACC%2CkBAAA%3B%3BAAXH%2CuBA1GH%2CWAEC%2CiBAOA%2CeAyDC%2COAwCE%2CmBAEA%2CeAQC%2CGAEC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAhBJ%2CuBA1GH%2CWAEC%2CiBAOA%2CeAyDC%2COAwCE%2CmBAEA%2CeAiBC%3BEACC%2CgBAAA%3B%3BAApBH%2CuBA1GH%2CWAEC%2CiBAOA%2CeAyDC%2COAwCE%2CmBAEA%2CeAiBC%2CiBAEC%2CSACC%2CQAAO%3BEACN%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAACA%2CuBA1IR%2CWAEC%2CiBAOA%2CeAyDC%2COAwCE%2CmBAEA%2CeAiBC%2CiBAEC%2CSACC%2CQAAO%2CQAUL%3BEAAO%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAA3IvC%2CuBACE%2CWAEC%2CiBAOA%2CeAwIC%2CkBACC%3BEAAK%2CWAAA%3BEAAa%2CYAAA%3B%3BAAnJvB%2CuBACE%2CWAsJA%3BEACC%2CWAAA%3B%3BAAIH%2CwBACE%3BEACC%2CgBAAA%3B%3BAAFH%2CwBACE%2CWAEC%2COAAM%3BEACL%2CcAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeACC%3BEACE%2CeAAA%3BEACD%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAZN%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeACC%2CaAMC%3BEAAQ%2CiBAAA%3B%3BAAbd%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlBN%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAIC%2COAAM%2COACL%3BEACC%2CeAAA%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGC%2CwBA5BN%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAIC%2COAAM%2COASH%2CQAAK%2CcAAiB%2CQACtB%3BEACA%2CWAAA%3BEACD%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CwBArCN%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAIC%2COAAM%2COAkBH%2CQAAK%2CcAAc%2CQAAW%2CQAC9B%3BEACA%2CWAAA%3BEACD%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CwBA9CN%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAIC%2COAAM%2COA2BH%2CQAAK%2CiBAAoB%2CQACzB%3BEACA%2CWAAA%3BEACD%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CwBA5DN%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAIC%2COAAM%2COAyCH%2CQAAK%2CiBAAiB%2CQAAW%2CQACjC%3BEACA%2CUAAA%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAA3ER%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAkEC%3BEACC%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CwBArFL%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAkEC%2COAKE%3BEACA%2CgBAAA%3B%3BAAvFR%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAkEC%2COAQC%3BEACC%2CeAAA%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIE%2CwBAjGP%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAkEC%2COAeE%2CSAAS%2CIAAI%2CSACb%2COACE%3BEAAO%2CSAAS%2CGAAT%3BEAAc%2CUAAA%3BEAAY%2CgBAAA%3B%3BAAlG3C%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAkEC%2COAoBC%2CSACC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACD%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA7GR%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAkEC%2COAoBC%2CSAUC%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACD%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAvHR%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUA4GC%3BEACC%2CcAAA%3B%3BAA5HP%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUA4GC%2CiBAEC%3BEACC%2CcAAA%3BEACA%2CUAAA%3B%3BAAGF%2CwBAjIJ%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAmHE%2COAAO%2CQACP%2COAAM%2COACL%3BEACC%2CiBAAA%3BEACD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAPF%2CwBAjIJ%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAmHE%2COAAO%2CQACP%2COAAM%2COACL%2COAMA%3BEACC%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CwBA9IN%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAmHE%2COAAO%2CQACP%2COAAM%2COAYJ%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjJT%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeASC%2CUAsIC%3BEACC%2CqBAAA%3BEACD%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA7JN%2CwBACE%2CWAEC%2COAAM%2CmBAGL%2CeA0JC%2CiBACC%2CSACC%2CQAAO%3BEACN%2CYAAA%3BEACD%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAACA%2CwBA1KL%2CWAEC%2COAAM%2CmBAGL%2CeA0JC%2CiBACC%2CSACC%2CQAAO%2CQASN%3BEAAO%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAASpC%2CKAAK%2CkBACJ%2CUACC%2CgBACC%3BEACC%2CmBAAA%3B%3BAAwDJ%2CmBAlDoC%2CuBAAsB%3BEACzD%2CuBACC%2CWACC%2CiBACC%3BIACC%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEACA%2CuBAPH%2CWACC%2CiBACC%2CeAKE%3BIACA%2CmBAAA%3B%3BEATL%2CuBACC%2CWACC%2CiBACC%2CeAQC%3BIACC%2CeAAA%3B%3BEACA%2CuBAZJ%2CWACC%2CiBACC%2CeAQC%2COAEE%2CmBACA%2CeACC%2CiBACC%2CSACC%2CQAAO%3BIACN%2CWAAA%3B%3BEAWV%2CwBACC%2CWACC%2COAAM%2CmBACL%2CeACC%2CUACC%2CiBACC%2COAAM%3BIACL%2CWAAA%3B%3BEAPP%2CwBACC%2CWACC%2COAAM%2CmBACL%2CeACC%2CUACC%2CiBAIC%2COAAM%3BIACL%2CWAAA%3B%3B%3BAAUR%2CmBACC%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGL%2CwBACC%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIL%2CqBACC%2COAAM%2COACL%2CSACC%3BEACC%2CqBAAA%3B%3BAAJJ%2CqBACC%2COAAM%2COACL%2CSAIC%3BEACC%2CqBAAA%3B%3BAAPJ%2CqBACC%2COAAM%2COACL%2CSAOC%3BEACC%2CqBAAA%3B%3BAAOD%2CqBAFF%2CwBACC%2CMAAK%2CiBAAkB%2CQACrB%3BEACA%2CgBAAA%3B%3B%3BAAOJ%2CyBACC%3BEACC%2CiBAAA%3B%3BAAFF%2CyBACC%2CgBAEC%3BEACC%2CaAAA%3B%3BAAJH%2CyBACC%2CgBAKC%3BEACC%2CyBAAA%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CMAAb%3B%3BAAVN%2CyBACC%2CgBAWC%3BEACI%2CgBAAA%3B%3BAAbN%2CyBACC%2CgBAWC%2CkBAEI%3BEACC%2CgBAAA%3B%3BAAfP%2CyBACC%2CgBAWC%2CkBAEI%2CoBAEC%3BEACC%2CmBAAA%3B%3BAAjBR%2CyBACC%2CgBAWC%2CkBAQC%3BEACC%2CgBAAA%3B%3BAArBJ%2CyBACC%2CgBAWC%2CkBAYC%2CqBACC%3BEACC%2CmBAAA%3B%3BAA1BL%2CyBACC%2CgBAWC%2CkBAkBC%2C0BACC%2CeACC%2CWACC%3BEACC%2CgBAAA%3B%3BAAlCP%2CyBACC%2CgBAWC%2CkBA4BC%3BEACC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAA3CJ%2CyBACC%2CgBAWC%2CkBA4BC%2CqBAIC%2CMACC%3BEACC%2CmBAAA%3B%3BAA9CN%2CyBACC%2CgBAWC%2CkBA4BC%2CqBASC%2CKAAI%2CMACH%2CqBACC%3BAAnDN%2CyBACC%2CgBAWC%2CkBA4BC%2CqBASa%2CKAAI%2CSACf%2CqBACC%3BEACC%2CeAAA%3B%3BAApDP%2CyBACC%2CgBAyDC%3BEACI%2CgBAAA%3B%3BAA3DN%2CyBACC%2CgBAyDC%2CiBAEI%2CQAAO%3BEACN%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAnEP%2CyBAwEC%2CSACC%2CQAAO%2CKACN%2COAAM%2CIAAI%2CSACT%3BEACC%2CmBAAA%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FER%2CyBAwEC%2CSACC%2CQAAO%2CKACN%2COAAM%2CIAAI%2CSACT%2CaAKI%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlFT%2CyBAwEC%2CSAeC%2COACE%2CQACC%2CKACC%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAA5FN%2CyBAwEC%2CSAeC%2COASE%2CQACC%2CKACC%3BEACA%2CqBAAA%3B%3BAAnGN%2CyBAwEC%2CSAeC%2COAgBC%2CKAAI%3BEACH%2C2BAAA%3B%3BAAxGJ%2CyBAwEC%2CSAeC%2COAmBC%2CKAAI%3BEACA%2C2BAAA%3B%3BAA3GP%2CyBAwEC%2CSAeC%2COAsBC%2CKAAI%2CIACH%3BEACC%2CaAAA%3B%3BAA%5C%2FGL%2CyBAwEC%2CSAeC%2COA2BC%3BEACC%2CmBAAA%3B%3BAAnHJ%2CyBAwEC%2CSAeC%2COA2BC%2CMAEC%2CGAAE%2CSACD%3BEACC%2CcAAA%3B%3BAAtHN%2CyBAwEC%2CSAeC%2COA2BC%2CMAEC%2CGAAE%2CSAID%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAA1HN%2CyBAwEC%2CSAeC%2COA2BC%2CMAWC%3BEACC%2CmBAAA%3B%3BAA9HL%2CyBAwEC%2CSAeC%2COA2BC%2CMAcC%2CGAAE%3BEACD%2C6BAAA%3B%3BAAjIL%2CyBAwEC%2CSAeC%2COA2BC%2CMAcC%2CGAAE%2CYAED%3BAAlIL%2CyBAwEC%2CSAeC%2COA2BC%2CMAcC%2CGAAE%2CYAEG%3BEACH%2CsBAAA%3BEACG%2CeAAA%3B%3BAApIT%2CyBAwEC%2CSAeC%2COA2BC%2CMAcC%2CGAAE%2CYAED%2CGAGI%3BAArIT%2CyBAwEC%2CSAeC%2COA2BC%2CMAcC%2CGAAE%2CYAEG%2CGAGA%3BEACC%2CmBAAA%3BEACA%2CeAAA%3B%3BAAvIV%2CyBAwEC%2CSAeC%2COA2BC%2CMAcC%2CGAAE%2CYAUD%2CGACC%3BEACC%2CeAAA%3BEACG%2CcAAA%3B%3BAA7IV%2CyBAwEC%2CSAeC%2COA2BC%2CMAcC%2CGAAE%2CYAgBD%3BEACC%2CmBAAA%3B%3BAAjJN%2CyBAuJC%3BEAAQ%2CaAAA%3B%3BAA8ET%2CmBA7EqC%2CuBAAsB%3BEA6E3D%2CyBA5EE%2CqBACC%3BIACC%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAyEJ%2CyBAtEE%2CSACC%2CmBACC%2CMACC%3BIACC%2CaAAA%3B%3BEAkEN%2CyBAtEE%2CSAQC%2COACC%2CMACC%2CGAAE%2CSACD%3BIACC%2CgBAAA%3B%3BEA0DP%2CyBAtEE%2CSAQC%2COACC%2CMAMC%2CGAAE%2CYACD%3BIACC%2CgBAAA%3B%3BEAqDP%2CyBA%5C%2FCE%2CaAAY%2CcACX%2CKAAI%3BIACH%2CgBAAA%3B%3BEA6CJ%2CyBA%5C%2FCE%2CaAAY%2CcAIX%2CKAAI%3BIACH%2CgBAAA%3B%3BEAOE%2CyBAJJ%2CeACC%2COACE%2CIAAI%2CSACH%2CIAAI%2COACH%2CIAAI%2CmBACJ%2CMACE%2CKACC%2CKAAE%2CIAAI%3BIACN%2CgBAAA%3B%3BEAGA%2CyBAXR%2CeACC%2COACE%2CIAAI%2CSACH%2CIAAI%2COACH%2CIAAI%2CmBACJ%2CMACE%2CKAIC%2CKACC%3BIACA%2CYAAA%3B%3BEAON%2CyBAnBH%2CeACC%2COACE%2CIAAI%2CSAiBH%2CIAAI%2CmBACJ%3BIACC%2CaAAA%3B%3BEAkBP%2CyBAZE%2CgBACC%2CkBACC%2CqBACC%2CMACC%3BIACC%2CcAAA%3B%3B%3B%3BAAUP%2CuBACC%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3B%3BAAKL%2CqBACC%3BEACC%2CcAAA%3BEACA%2CSAAA%3B%3BAAHF%2CqBAKC%3BEACC%2CcAAA%3B%3BAANF%2CqBAQC%2CmBACC%2CkBACC%2CSAAQ%2CUAAU%3BEACjB%2CeAAA%3B%3BAAXJ%2CqBAQC%2CmBACC%2CkBACC%2CSAAQ%2CUAAU%2CSAEjB%3BEACC%2CeAAA%3B%3BAAbL%2CqBAQC%2CmBACC%2CkBACC%2CSAAQ%2CUAAU%2CSAKjB%3BEACC%2CmBAAA%3BEACG%2CiBAAA%3B%3BAAjBR%2CqBAQC%2CmBAaC%2CiCACC%2CoBACC%2CiBACC%2COAAM%3BEACL%2CyBAAA%3B%3BAAzBN%2CqBA%2BBC%2C6BACC%3BEACC%2CSAAA%3B%3BAAjCH%2CqBA%2BBC%2C6BAIC%3BEAUC%2CeAAA%3B%3BAA7CH%2CqBA%2BBC%2C6BAIC%2C2BACC%3BEACC%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEC%2CqBATJ%2C6BAIC%2C2BACC%2CaAGC%2CKACE%3BEACA%2CSAAS%2CGAAT%3B%3BAAzCN%2CqBA%2BBC%2C6BAIC%2C2BAWC%2CmCACC%3BEACC%2CSAAA%3B%3BAAhDL%2CqBA%2BBC%2C6BAIC%2C2BAWC%2CmCAIC%3BEACC%2CcAAA%3B%3BAAnDL%2CqBA%2BBC%2C6BAIC%2C2BAWC%2CmCAIC%2C0BAEC%2COAAM%3BEACL%2CmBAAA%3B%3BAAIC%2CqBA1BN%2C6BAIC%2C2BAWC%2CmCAIC%2C0BAKC%2CMAAK%2CsCACJ%2CKACE%3BEACA%2CSAAS%2CGAAT%3B%3BAA1DR%2CqBA%2BBC%2C6BAkCC%3BEACC%2CaAAA%3B%3BAAlEH%2CqBAqEC%3BEACC%2CwBAAA%3B%3BAAtEF%2CqBAwEC%2CgCACC%3BEACC%2CgBAAA%3B%3BAACA%2CqBAHF%2CgCACC%2CsBAEE%3BEACA%2CSAAS%2CGAAT%3B%3BAAyBJ%2CmBArBqC%2CuBAAsB%3BEAqB3D%2CqBApBE%2C6BACC%3BIACC%2CYAAA%3B%3BEAkBJ%2CqBApBE%2C6BAIC%2C2BACC%2CmCACC%2CiCACC%2COAAM%3BIACL%2CWAAA%3BIACG%2CYAAA%3B%3BEAWV%2CqBApBE%2C6BAIC%2C2BACC%2CmCACC%2CiCACC%2COAAM%2CcAGF%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAASX%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIAAI%2CWACH%2CaACE%2CqBACC%3BEACA%2CaAAA%3BEACA%2C8BAAA%3B%3BAALJ%2CIAAI%2CWACH%2CaACE%2CqBACC%2CaAGA%2CGAAE%2COACG%3BEACA%2CeAAA%3B%3BAAQT%2CqBACE%3BEACK%2CYAAA%3B%3B%3BAAOP%2CcAAc%2CSACb%2CaAAY%3BEACX%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAARF%2CcAAc%2CSACb%2CaAAY%2CgBAQX%2CMACC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAAdJ%2CcAAc%2CSACb%2CaAAY%2CgBAgBX%2CMACC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CcArBU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAGE%3BEACA%2CYAAA%3B%3BAAED%2CcAxBU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAME%3BEACA%2CWAAA%3B%3BAADD%2CcAxBU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAME%2CgCAEA%3BEACC%2CkBAAA%3B%3BAAGF%2CcA9BU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAYE%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAFD%2CcA9BU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAYE%2C6BAGA%3BEACC%2CaAAA%3B%3BAAGF%2CcArCU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAmBE%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAFD%2CcArCU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAmBE%2C4BAGA%2CEAAC%2CYAAY%3BEACZ%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CcA7CU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGA2BE%3BEACA%2CWAAA%3B%3BAADD%2CcA7CU%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGA2BE%2C8BAEA%2CYAAW%3BEACV%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAACA%2CcAxDQ%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGA2BE%2C8BAEA%2CYAAW%2COAST%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlEP%2CcAAc%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAoDC%3BEACC%2CmBAAA%3B%3BAAvEL%2CcAAc%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAuDC%3BEACC%2CWAAA%3B%3BAA1EL%2CcAAc%2CSACb%2CaAAY%2CgBAgBX%2CMACC%2CGAuDC%2CmBAEC%3BEACC%2CWAAA%3B%3BAAON%2CoBACC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAwFF%2CmBApFoC%2CuBAAsB%3BEACzD%2CcAAc%2CSACb%3BIACC%2CaAAA%3B%3BEAFF%2CcAAc%2CSAIb%2CaAAY%2CgBACX%2CMACC%3BIACC%2CaAAA%3B%3BEAPJ%2CcAAc%2CSAIb%2CaAAY%2CgBAMX%2CMACC%3BIACC%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAdJ%2CcAAc%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%3BIACC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CcAtBS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAME%3BIACA%2CWAAA%3B%3BEADD%2CcAtBS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAME%2C6BAEA%3BIACC%2CYAAA%3BIACA%2CWAAA%3B%3BEAGF%2CcA7BS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAaE%3BIACA%2CWAAA%3B%3BEADD%2CcA7BS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAaE%2CgCAEA%2COAAM%3BIACL%2CWAAA%3BIACA%2CqBAAA%3B%3BEAGF%2CcApCS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAoBE%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAED%2CcAxCS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAwBE%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAFD%2CcAxCS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAwBE%2C4BAGA%2CEAAC%2CYAAY%3BIACZ%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CcAhDS%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAgCE%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAEC%2CcAxDO%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAgCE%2C8BAOA%2CYAAW%2COACT%3BIACA%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CQAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAIH%2CcAtES%2CSAIb%2CaAAY%2CgBAMX%2CMACC%2CGAKC%2CGAsDE%2CgBAAgB%3BIAChB%2CSAAS%2CqBAAqB%2CGAA9B%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3B%3BAASP%2COAAO%2CMAAM%2CmBAAmB%2CiBAC%5C%2FB%2CeACC%2CMAAK%2CSACJ%3BEACC%2CgBAAA%3B%3BAAMJ%2CiBACC%2CWACC%3BEACC%2CaAAA%3B%3BAA%2BJH%2CwBA3J0C%2CuBAAqB%3BEAC9D%2CgBACC%2CQAAO%2CKACN%3BIACC%2CaAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEALH%2CgBACC%2CQAAO%2CKACN%2CYAIC%2CmBAAkB%3BIACjB%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEATJ%2CgBACC%2CQAAO%2CKACN%2CYASC%2CkBAAiB%3BIAChB%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAdJ%2CgBACC%2CQAAO%2CKACN%2CYAcC%2CsBAAqB%3BIACpB%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAKJ%2CgBACC%2CcAAa%2CIAAI%3BIAChB%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEANF%2CgBACC%2CcAAa%2CIAAI%2COAMhB%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiEAAA%3BIACI%2CqBAAA%3BIACJ%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BEAnBL%2CgBACC%2CcAAa%2CIAAI%2COAMhB%2CEAaI%2CKAAI%3BIACH%2CaAAA%3B%3BEArBP%2CgBACC%2CcAAa%2CIAAI%2COAMhB%2CEAgBI%3BIACC%2CaAAA%3B%3BEAMP%2CIACC%2CoBACC%2CGACC%3BIACC%2CcAAA%3B%3BEAKJ%2CqBACC%2CqBAAoB%2CSAAS%3BIAC5B%2CiBAAA%3B%3BEAFF%2CqBAIC%3BIACC%2CcAAA%3BIACA%2CkBAAA%3B%3BEANF%2CqBAQC%3BIACC%2CgBAAA%3B%3BEATF%2CqBAWC%3BIACC%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAfF%2CqBAWC%2CkBAKC%2CSAAQ%2CUAAU%3BIACjB%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEApBH%2CqBAWC%2CkBAKC%2CSAAQ%2CUAAU%2CIAKjB%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CqBAnBH%2CkBAKC%2CSAAQ%2CUAAU%2CIAKjB%2CMASE%3BIACA%2CSAAS%2CGAAT%3B%3BEA%5C%2FBL%2CqBAWC%2CkBAKC%2CSAAQ%2CUAAU%2CIAkBjB%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEA1CJ%2CqBAWC%2CkBAkCC%3BIACC%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAjDH%2CqBAWC%2CkBAkCC%2CoBAKC%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEA5DP%2CqBAgEC%3BIACC%2CkBAAA%3B%3BEAjEF%2CqBAgEC%2CkBAEC%2CWACC%3BIACC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CqFAAA%3B%3BEACA%2CqBAbH%2CkBAEC%2CWACC%2CgCAUE%3BIACA%2C8EAAA%3B%3BEA9EL%2CqBAgEC%2CkBAkBC%2CKACE%3BIAAW%2CaAAA%3B%3B%3BAAOhB%2CMACC%2CMACC%2CkBACC%2CMACC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAANL%2CMACC%2CMACC%2CkBAOC%2CQACC%2COACC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAON%2CkBACC%2CcACC%2COAAM%2CKACL%3BEACC%2CmBAAA%3BEACA%2CeAAA%3B%3BAAMJ%2CIAAI%2CoBACH%2COAAM%2COAAO%2C2BACZ%2CGAAE%3BEACD%2CUAAA%3B%3BAAIH%2CkBACC%2CoBACC%3BEACC%2CqBAAA%3B%3BAAHH%2CkBACC%2CoBAIC%2CKAAI%3BEACH%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjBH%2CkBACC%2CoBAkBC%2CKAAI%2CiBAAiB%3BEACpB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhCH%2CkBAmCC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA1CF%2CkBAmCC%2CmBAQC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjDH%2CkBAoDC%2CsBACC%2CSAAQ%3BEACP%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FDH%2CkBAoDC%2CsBAaC%3BEACC%2CiBAAA%3B%3BAAlEH%2CkBAoDC%2CsBAaC%2CWAEC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAzEJ%2CkBAoDC%2CsBAaC%2CWAUC%3BEACC%2CcAAA%3B%3BAA5EJ%2CkBAoDC%2CsBAaC%2CWAUC%2CeAEC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnFL%2CkBAoDC%2CsBAaC%2CWAqBC%3BEACC%2CcAAA%3B%3BAAvFJ%2CkBAoDC%2CsBAaC%2CWAqBC%2CWAEC%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAA%5C%2FFL%2CkBAoDC%2CsBA%2BCC%2CSAAQ%3BEACP%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAA1GH%2CkBAoDC%2CsBA%2BCC%2CSAAQ%2CgBAQP%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjHJ%2CkBAqHC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAA9HF%2CkBAqHC%2C6BAUC%2CSAAQ%3BEACP%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1IH%2CkBAqHC%2C6BAUC%2CSAAQ%2CuBAYP%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAApJJ%2CkBAqHC%2C6BAkCC%2CSAAQ%2CuBAAuB%3BEAC9B%2CmBAAA%3B%3BAAxJH%2CkBAqHC%2C6BAqCC%2CSAAQ%2CuBAAuB%3BEAC9B%2CmBAAA%3B%3BAA3JH%2CkBAqHC%2C6BAwCC%2CSAAQ%2CuBAAuB%3BEAC9B%2CmBAAA%3B%3BAA9JH%2CkBAqHC%2C6BA2CC%2CSAAQ%2CuBAAuB%2CUAAU%3BEACxC%2CmBAAA%3B%3BAAjKH%2CkBAqHC%2C6BA8CC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAxKH%2CkBAqHC%2C6BA8CC%2CqBAME%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAlLJ%2CkBAqHC%2C6BA8CC%2CqBAME%2CMAUA%3BEACC%2CaAAA%3B%3BAApLL%2CkBAqHC%2C6BA8CC%2CqBAME%2CMAaA%2CQAAO%2COAAO%3BEACb%2CeAAA%3B%3BAAvLL%2CkBAqHC%2C6BA8CC%2CqBAME%2CMAaA%2CQAAO%2COAAO%2CQAEb%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAED%2CkBA7EJ%2C6BA8CC%2CqBAME%2CMAaA%2CQAAO%2COAAO%2CQAYZ%2CMACA%3BEACC%2CgBAAgB%2C2DAAhB%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAtMP%2CkBAqHC%2C6BA8CC%2CqBAME%2CMAiCA%2CQAAO%2CWACN%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAED%2CkBAhGJ%2C6BA8CC%2CqBAME%2CMAiCA%2CQAAO%2CWAWL%2CMACA%3BEACC%2CgBAAgB%2CwDAAhB%3BEACA%2C0BAAA%3B%3BAAxNP%2CkBAqHC%2C6BA8CC%2CqBAME%2CMAmDA%2CQAAO%2CUACN%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CiDAAhB%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAED%2CkBAlHJ%2C6BA8CC%2CqBAME%2CMAmDA%2CQAAO%2CUAWL%2CMACA%3BEACC%2CgBAAgB%2CuDAAhB%3BEACA%2C0BAAA%3B%3BAA1OP%2CkBAqHC%2C6BA8CC%2CqBA4EC%2COAAM%3BEACL%2CaAAA%3B%3BAAhPJ%2CkBAqHC%2C6BA8HC%3BEACC%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAA3PH%2CkBAqHC%2C6BAwIC%3BEACC%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAIH%2C2BACC%2CaAAa%3BEACZ%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAACA%2C2BATD%2CaAAa%2COASX%3BEACA%2CSAAS%2CGAAT%3B%3BAAXH%2C2BAcC%2CeAAc%2CaACb%2CSACC%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAxBP%2C2BAcC%2CeAAc%2CaACb%2CSAWC%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2C0CAAhB%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAKP%3BEACC%2CyBAAA%3B%3BAAED%2CgBACC%3BEACC%2CeAAA%3B%3BAAGA%2CgBADD%2CoBACE%2CMACA%3BEACC%2CUAAA%3B%3BAAMJ%2C0BACC%2CyBACC%2C4BACC%2CsBACC%2CeAAiB%3BEAChB%2CoFAAA%3BEACG%2CoBAAA%3B%3BAAyCR%2CmBAlCoC%2CuBAAsB%3BEACzD%2CeAAe%2CgBAAgB%2C2BAC9B%2CeAAc%2CaACb%2CSAAS%3BIACR%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CgBAAgB%2C0CAAhB%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CQAAA%3B%3BEAVH%2CeAAe%2CgBAAgB%2C2BAC9B%2CeAAc%2CaAWb%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAgB%2C0CAAhB%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CQAAA%3B%3BEAIH%2CgBACC%2CmBACC%3BIACC%2CeAAA%3B%3B%3BAASJ%2CYAAY%3BEACV%2C4DAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAC1tSF%2CqBACI%2CSAAQ%2CMACJ%3BEACI%2CiBAAA%3B%3BAAHZ%2CqBACI%2CSAAQ%2CMACJ%2CUAGI%3BEACI%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAPhB%2CqBACI%2CSAAQ%2CMACJ%2CUAQI%2CoBACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBAlBhB%2CSAAQ%2CMACJ%2CUAQI%2CoBACI%2CkBAQK%2COACG%3BEACI%2CyBAAA%3B%3BAArB5B%2CqBACI%2CSAAQ%2CMACJ%2CUAyBI%2CqBACI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBAnChB%2CSAAQ%2CMACJ%2CUAyBI%2CqBACI%2CaAQK%2COACG%3BEACI%2CyBAAA%3B%3BAAoD5B%2CQA5C8B%3BEA4C9B%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%3BIACrB%2CkBAAA%3B%3BEA0CZ%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAGrB%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAsChB%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAQrB%3BEAmCZ%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAQQ%3BIACzB%2CQAAA%3BIACA%2CWAAW%2CkBAAX%3B%3BEAiChB%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAarB%3BIACI%2CYAAA%3B%3BEA6BhB%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAiBrB%3BIACI%2CWAAA%3B%3BEAyBhB%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAqBrB%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAmBhB%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAqBrB%2CoBAKI%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAcpB%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAiCrB%3BIACI%2CqBAAA%3B%3BEAShB%2CqBA3CQ%2CSAAQ%2CMAAO%2CUAAU%2CoBAiCrB%2CqBAGI%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3B%3B%3BACqepB%2CKAAK%3BEACD%2CYAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CKAAK%2CSAGD%2CUACI%3BEACI%2CgBAAA%3B%3BAALZ%2CKAAK%2CSAGD%2CUACI%2CSAEK%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAmEhB%2CmBA9DoC%2CuBAAsB%3BEACtD%2CKAAK%3BIACD%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEARJ%2CKAAK%2CSASD%2CUACI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAdZ%2CKAAK%2CSASD%2CUACI%2CSAKK%3BIACG%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAII%2CKAxBf%2CSASD%2CUACI%2CSAYK%2CIACI%2CYACI%3BIACG%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CmBAAX%3BIACA%2CkBAAkB%2CeAAlB%3BIACA%2CkBAAkB%2CeAAlB%3B%3BEAxCxB%2CKAAK%2CSASD%2CUAoCI%3BIACI%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAASA%2CMAHX%2CQAAK%2CiBACD%2CQACK%2CQACG%3BEACG%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAMpB%2C0BACC%3BEACC%2CaAAA%3B%3BAAFF%2C0BACC%2CkBAEC%2CaAAY%2CcACX%3BEACC%2CeAAA%3BEACA%2CUAAA%3B%3BAANJ%2C0BACC%2CkBAEC%2CaAAY%2CcAKX%2CeACC%2C2BACC%2CeACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAAQP%2CgCAAgC%2CYAAY%2CcAC3C%3BEACC%2CYAAA%3B%3BAAFF%2CgCAAgC%2CYAAY%2CcAC3C%2CeAEE%3BEACA%2CYAAA%3B%3BAAJH%2CgCAAgC%2CYAAY%2CcAC3C%2CeAKC%3BEACC%2CYAAA%3B%3BAAPH%2CgCAAgC%2CYAAY%2CcAC3C%2CeAKC%2C2BAEC%3BEACC%2CYAAA%3B%3BAATJ%2CgCAAgC%2CYAAY%2CcAC3C%2CeAKC%2C2BAKC%3BEACC%2CsBAAA%3BEACA%2CYAAA%3B%3BAAKJ%2CYAAY%2CgCAAgC%2CMAC3C%3BEACC%2CWAAA%3B%3BAAGF%3BEACC%2CmBAAA%3B%3BACjtBD%2CiBAAkB%2CgCAAgC%2CMAC9C%2CUAII%2CWAAW%3BAALnB%2CiBAAkB%2CgCAAgC%2CMAE9C%2CYAGI%2CWAAW%3BAALnB%2CiBAAkB%2CgCAAgC%2CMAG9C%2CWAEI%2CWAAW%3BAALnB%2CiBAAkB%2CgCAAgC%2CMAI9C%2CKACI%2CWAAW%3BEACP%2CmBAAA%3B%3BAANZ%2CiBAAkB%2CgCAAgC%2CMAS9C%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CiBAAkB%2CgCAAgC%2CMAiB9C%2CuBAAuB%3BEACnB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BACrBR%2CeAAgB%3BEACf%2CaAAA%3B%3BAAED%3BEACC%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAED%2CoBACC%3BEACC%2CaAAA%3B%3BAAIF%2CqBACE%2CiBACE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3B%3BAAJN%2CqBAOE%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAXJ%2CqBAaE%2CUAAS%2CQACN%2CSAAM%2COAAO%3BEAIZ%2CmBAAA%3B%3BAAlBN%2CqBAaE%2CUAAS%2CQACN%2CSAAM%2COAAO%2CsBACZ%2CMAAK%3BEACH%2CaAAA%3B%3BAAhBR%2CqBAaE%2CUAAS%2CQACN%2CSAAM%2COAAO%2CsBAKZ%2COAAM%3BEACJ%2CgBAAA%3B%3BAAOA%2CqBAHN%2CQAAO%2CKACL%2C0BACE%2CeACG%3BEACC%2CaAAA%3B%3BAA5BV%2CqBAwBE%2CQAAO%2CKACL%2C0BAME%3BEACE%2CYAAA%3B%3BAAhCR%2CqBAoCE%2CoBACE%2COACE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA5CR%2CqBAoCE%2CoBACE%2COACE%2COAOE%3BEACE%2CcAAA%3B%3BAAEF%2CqBAZN%2CoBACE%2COACE%2COAUG%3BEACC%2CSAAA%3BEACA%2CQAAA%3B%3BAAlDV%2CqBAoCE%2CoBAkBE%2COAAM%3BEACJ%2CqBAAA%3B%3BAAvDN%2CqBAoCE%2CoBAqBE%2CqBACE%3BEACE%2CcAAA%3B%3BAAKA%2CqBA5BN%2CoBA0BE%2COAAM%2CmBAAmB%2CSACvB%2CaACG%3BEACC%2CSAAS%2CGAAT%3BEACA%2CUAAA%3B%3BAAMV%2CSACE%3BEACE%2CiBAAA%3B%3BAAFJ%2CSACE%2CwBAEG%3BEACC%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGA%2CSAPJ%2CwBAME%2CoBACG%3BEACC%2CaAAA%3B%3BAAKR%2CYAAY%2CQACV%2CwBACE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIN%3BEAyNE%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1NF%2C0BACE%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAVJ%2C0BAYE%2C6BACE%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BALJ%2C6BACE%2CmBAIG%3BEACC%2CgBAAA%3B%3BAAlBR%2C0BAYE%2C6BACE%2CmBAOE%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2C0BAYE%2C6BAeE%2CmBAAkB%3BEAEhB%2CqBAAA%3B%3BAA7BN%2C0BAYE%2C6BAmBE%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAAjCN%2C0BAYE%2C6BAmBE%2CoBAGE%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAApCR%2C0BAYE%2C6BA2BE%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAAzCN%2C0BAYE%2C6BA2BE%2CkBAGE%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAA5CR%2C0BAYE%2C6BAmCE%3BEAEE%2CcAAA%3BEACA%2CWAAA%3B%3BAAlDN%2C0BAYE%2C6BAmCE%2CiBACE%3BEAAQ%2CaAAA%3B%3BAAhDd%2C0BAYE%2C6BAmCE%2CiBAIE%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAArDR%2C0BAyDE%2C6BACE%2CyBAAwB%3BEACtB%2CqBAAA%3B%3BAA3DN%2C0BAyDE%2C6BAIE%2C0BAAyB%3BEACvB%2CqBAAA%3B%3BAAKI%2C0BAVR%2C6BAOE%2C0BACE%2CwCACE%2CMACG%3BEACC%2CQAAA%3BEACA%2CSAAA%3B%3BAArEZ%2C0BAyDE%2C6BAOE%2C0BASE%2CwCACE%2CeAAc%3BEACZ%2CaAAA%3B%3BAA3EV%2C0BAgFE%2CwBACE%2CuBAAsB%3BEACpB%2CqBAAA%3B%3BAAlFN%2C0BAgFE%2CwBAIE%2CuBAAsB%3BEACpB%2CqBAAA%3B%3BAArFN%2C0BAwFE%2CyBACE%2C4BACE%2CgBAAe%3BEACb%2CqBAAA%3B%3BAA3FR%2C0BAwFE%2CyBACE%2C4BAIE%2CgBAAe%3BEACb%2CqBAAA%3B%3BAA9FR%2C0BAwFE%2CyBACE%2C4BAIE%2CgBAAe%2CQAEb%3BEACE%2CcAAA%3BEACA%2C4BAAA%3B%3BAAjGV%2C0BAwFE%2CyBACE%2C4BAWE%2CsBACE%3BEACE%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAACA%2C0BAnBR%2CyBACE%2C4BAWE%2CsBACE%2COAMG%3BEACC%2CgBAAA%3B%3BAAEF%2C0BAtBR%2CyBACE%2C4BAWE%2CsBACE%2COASG%3BEACC%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEF%2C0BA3BR%2CyBACE%2C4BAWE%2CsBACE%2COAcG%3BEACC%2CaAAA%3B%3BAApHZ%2C0BAwFE%2CyBACE%2C4BA%2BBE%3BEACE%2CYAAA%3B%3BAACA%2C0BAlCN%2CyBACE%2C4BA%2BBE%2CgBAEG%3BEACC%2CgBAAA%3B%3BAAOJ%2C0BAFJ%2CMAAK%2CiBACD%2CQACC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEF%2C0BAZJ%2CMAAK%2CiBACD%2CQAWC%3BEACC%2CiBAAA%3B%3BAAGA%2C0BAhBN%2CMAAK%2CiBACD%2CQAcC%2CMACE%3BEACC%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMF%2C0BA1BN%2CMAAK%2CiBAwBF%2CQACG%2CQACC%3BEACC%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2C0BAFJ%2CMAAK%2CcACD%2CQACC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGA%2C0BAdN%2CMAAK%2CcACD%2CQAYC%2CMACE%3BEACC%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAMF%2C0BAxBN%2CMAAK%2CcAsBF%2CQACG%2CQACC%3BEACC%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CgBAAA%3BEAEA%2CiBAAA%3B%3BAAjMV%2C0BAsME%2CMAAK%3BAAtMP%2C0BAsMsB%2CMAAK%3BAAtM3B%2C0BAsM8C%2CMAAK%3BAAtMnD%2C0BAsMiE%2CMAAK%3BAAtMtE%2C0BAsMoF%2CMAAK%3BAAtMzF%2C0BAsM0G%2CMAAK%3BAAtM%5C%2FG%2C0BAsMgI%2CMAAK%3BAAtMrI%2C0BAsMwJ%2CMAAK%3BAAtM7J%2C0BAsM6K%3BEACzK%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7MJ%2C0BA%2BME%3BEACE%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAvNJ%2C0BA2NE%2CUACG%2CSACE%3BEACC%2CeAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FNR%2C0BA2NE%2CUAOG%2CUACE%2CSACE%3BEACC%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtOV%2C0BA2OE%3BEACE%2CUAAA%3B%3BAA5OJ%2C0BA8OE%2C8BACE%2CgBACE%3BEACE%2CYAAA%3B%3BAAjPR%2C0BA8OE%2C8BAME%2CsBACE%3BEACE%2CeAAA%3BEACA%2CoBAAA%3B%3BAAvPR%2C0BA8OE%2C8BAME%2CsBACE%2CoBAGG%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA7PV%2C0BA8OE%2C8BAME%2CsBACE%2CoBAUG%2CMAAG%3BEACF%2CUAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAnQV%2C0BA8OE%2C8BAME%2CsBACE%2CoBAgBG%2CMAAG%3BEACF%2CUAAA%3BEACA%2CcAAA%3B%3BAAvQV%2C0BA8OE%2C8BAME%2CsBACE%2CoBAoBG%2CMAAG%3BEACF%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA5QV%2C0BA8OE%2C8BAME%2CsBACE%2CoBAyBG%2CMAAG%3BEACF%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjRV%2C0BA8OE%2C8BAME%2CsBACE%2CoBAyBG%2CMAAG%2CSAIF%3BEACE%2CWAAA%3BEACA%2CeAAA%3B%3BAApRZ%2C0BA8OE%2C8BA2CE%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA5RN%2C0BA8OE%2C8BAgDE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAhSN%2C0BA8OE%2C8BAoDE%3BEACE%2CeAAA%3B%3BAAnSN%2C0BAsSE%2CgBACE%2CsBACE%3BEACE%2CSAAA%3B%3BAAzSR%2C0BAsSE%2CgBACE%2CsBAIE%3BEACE%2CSAAA%3B%3BAA5SR%2C0BAgTE%3BEACE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnTJ%2C0BAgTE%2C%2BBAIE%3BEACE%2CcAAA%3B%3BAArTN%2C0BAgTE%2C%2BBAIE%2CuBAEG%3BEACC%2CmBAAA%3B%3BAAvTR%2C0BAgTE%2C%2BBAUE%3BEACE%2CcAAA%3B%3BAA3TN%2C0BAgTE%2C%2BBAaE%2CEAAC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAhUN%2C0BAgTE%2C%2BBAkBG%3BEACC%2CeAAA%3B%3BAAIN%2C4BAA4B%3BEAC1B%2CqBAAA%3B%3BAAEF%2CcACE%3BEACE%2CkBAAA%3B%3BAAFJ%2CcACE%2CSAEE%3BEACE%2CWAAA%3BEACA%2CyBAAA%3B%3BAALN%2CcACE%2CSAME%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAIN%3BEACE%2CWAAA%3B%3BAAEF%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BACE%3BEACE%2CaAAA%3B%3BAAHN%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%3BEAWE%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAjBN%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BACE%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAaE%2CcAAa%3BEACX%2CyBAAA%3BEACA%2CmBAAA%3B%3BAApBR%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAiBE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA1BR%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAiBE%2CmBAKG%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FBV%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAiBE%2CmBAWG%2CMAAG%3BEACF%2CUAAA%3B%3BAAlCV%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAiBE%2CmBAcG%2CMAAG%3BEACF%2CUAAA%3B%3BAArCV%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAiBE%2CmBAiBG%2CMAAG%3BEACF%2CUAAA%3BEACA%2CkBAAA%3B%3BAAzCV%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAiBE%2CmBAqBG%2CMAAG%3BEACF%2CUAAA%3BEACA%2CiBAAA%3B%3BAA7CV%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BA2CE%2CoBACE%3BEACE%2CUAAA%3B%3BAAlDV%2C0BAA0B%2CQAAQ%2CiBAChC%2C2BAIE%2C8BAgDE%3BEACE%2CYAAA%3BEACA%2CeAAA%3B%3BAAOI%2C0BA9Dc%2CQAAQ%2CiBAChC%2C2BAyDE%2C%2BBACE%2CuBACG%2CgBAAa%2CoBACZ%2CoBACG%3BEACC%2CkBAAA%3B%3BAA%5C%2FDd%2C0BAA0B%2CQAAQ%2CiBAsEhC%2C2BAA0B%3BEACxB%2CuBAAA%3B%3BAAvEJ%2C0BAA0B%2CQAAQ%2CiBAsEhC%2C2BAA0B%2CSAExB%2CyBACE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA5ER%2C0BAA0B%2CQAAQ%2CiBAsEhC%2C2BAA0B%2CSASvB%2C2BACC%3BEACE%2C2BAAA%3B%3BAAjFR%2C0BAA0B%2CQAAQ%2CiBAsEhC%2C2BAA0B%2CSASvB%2C2BACC%2CiBAEE%2CQAAO%3BEACL%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAUF%2CMAHL%2CQAAK%2CiBACH%2CQACG%2CQACC%3BEACC%2CaAAA%3B%3BAAMV%2CwBACE%2CsBACE%3BEACE%2CQAAA%3B%3BAAHN%2CwBAME%2C0BAAyB%2CeAAe%2CaACtC%3BEACE%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAZN%2CwBAeE%2CgBAAe%2CaACb%2CwBACE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CwBAeE%2CgBAAe%2CaACb%2CwBACE%2CiBAME%3BEACE%2CYAAA%3B%3BAAxBV%2CwBA6BE%2CwBACE%2CiBACE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArCR%2CwBA6BE%2CwBACE%2CiBACE%2CiBAOE%3BEACE%2CgBAAA%3B%3BAAvCV%2CwBA6BE%2CwBACE%2CiBACE%2CiBAOE%2CSAEE%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7CZ%2CwBA6BE%2CwBACE%2CiBAmBE%3BEACE%2CWAAA%3B%3BAAKR%2C0BAA0B%2CQACxB%2C2BACE%2CyBACE%2C0BACE%3BEACE%2CaAAA%3B%3BAAMV%3BEACE%2CSAAA%3BEACA%2CWAAA%3B%3BAAEF%2CkBACE%2CeACG%3BEACC%2CaAAA%3B%3BAAHN%2CkBAME%2CcACE%2COACE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CkBADF%2COAAM%2CKACF%2CSAAM%2CKACN%2CMACE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAALN%2CkBADF%2COAAM%2CKACF%2CSAAM%2CKAQN%2CQACE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMV%2COAAO%2CKACL%2CmBACE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIN%2CYACE%2COACE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIN%2C0BAA0B%2CSACxB%3BEACE%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2C0BAA0B%2CSACxB%2CyBAKE%3BEACE%2CyBAAA%3B%3BAAPN%2C0BAA0B%2CSACxB%2CyBAQE%2CeAAc%2CQACZ%3BEACE%2CwBAAA%3B%3BAAXR%2C0BAA0B%2CSACxB%2CyBAaE%2CeACE%2CwBACE%2CMAAK%3BEACH%2CkBAAA%3B%3BAAjBV%2C0BAA0B%2CSACxB%2CyBAaE%2CeACE%2CwBACE%2CMAAK%2CcAEH%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2C0BAA0B%2CSACxB%2CyBAaE%2CeACE%2CwBACE%2CMAAK%2CcAEH%2CiBAKE%3BEACE%2CgBAAA%3B%3BAAxBd%2C0BAA0B%2CSACxB%2CyBAaE%2CeACE%2CwBACE%2CMAAK%2CcAEH%2CiBAKE%2CSAEE%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FBhB%2C0BAA0B%2CSACxB%2CyBAaE%2CeACE%2CwBACE%2CMAAK%2CcAmBH%3BEACE%2CYAAA%3B%3BAApCZ%2C0BAA0B%2CSACxB%2CyBAaE%2CeACE%2CwBACE%2CMAAK%2CcAsBH%3BEACE%2CoBAAA%3B%3BAAvCZ%2C0BAA0B%2CSA6CxB%2CyBAAwB%3BEACtB%2CgCAAA%3B%3BAAIJ%2C0BACE%3BEACE%2CmBAAA%22%7D */