/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.-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-wrap: break-word;
  word-break: break-word;
}
.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;
  }
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1025px) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ambanners.ambanner-7 .item.product.product-item .product-item-info {
  min-width: 105px;
}
.ambanners.ambanner-7 .item.product.product-item {
  min-width: 20%;
}
.ambanners.ambanner-7 .item.product.product-item {
  margin-left: 25px;
}
.ambanners.ambanner-7 .item.product.product-item .tocart {
  margin-top: 20px;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-inner {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  div.ambanners-injected-banner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
/* phpcs:ignoreFile */
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1em;
  overflow: hidden;
  position: absolute;
  right: 1rem;
  top: 1.7rem;
  width: 1em;
}
.admin__action-multiselect-search-label:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'luma-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e615';
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 2.2rem;
  left: -2.2rem;
  position: absolute;
  top: 1rem;
  width: 2.2rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'luma-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  background: #fff;
  color: #a79d95;
  font-size: 2.2rem;
  content: '';
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #000;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #333;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #fafafa;
  cursor: pointer;
  display: block;
  min-height: 3rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu {
  max-height: none;
  overflow-y: inherit;
  display: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu.action-menu._active {
  display: block;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-empty-area ul {
  margin-bottom: 1rem;
}
li.admin__action-multiselect-menu-inner-item {
  list-style: none;
  display: block;
  margin: 0;
}
li.admin__action-multiselect-menu-inner-item .action-menu-item {
  padding: 0.6rem 1rem;
  cursor: pointer;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu {
  left: auto;
  min-width: 3rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: 0.5rem 1rem;
}
.action-menu {
  margin-top: 2px;
  right: auto;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #007bdb;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #41362f;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: 0.5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-menu-inner {
  max-height: 46rem;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 2.2rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f00;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem -4px 0.3rem 0.3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: transparent transparent transparent #fff;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000000;
}
.admin__action-multiselect-crumb .action-close:focus {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
  transform: scale(0.9);
}
.admin__action-multiselect-tree .action-menu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item {
  margin-top: 0.1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 4.2rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: '';
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree .action-menu-item._expended .admin__action-multiselect-dropdown:before {
  content: 'x';
}
.admin__action-multiselect-tree .action-menu-item._with-checkbox .admin__action-multiselect-label {
  padding-left: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  padding-left: 3.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner:before {
  left: 4.3rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:after {
  content: '';
  left: 0;
  position: absolute;
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 2.1rem;
  width: 5.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item:before {
  content: '';
  left: 0;
  position: absolute;
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._parent:after {
  width: 4.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:after {
  left: 3.2rem;
  width: 2.2rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:before {
  left: 3.2rem;
  top: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 2.1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 2.2rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: 0.4rem;
}
.action-select-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #c2c2c2;
}
.action-select-wrap .action-select {
  padding-right: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.action-select-wrap .action-select:after {
  background: transparent url('../../../../../frontend/Magento/blank/vi_VN/Ecommage_Address/images/select-bg.svg') no-repeat 0 45%;
  background-clip: padding-box;
  background-size: 30px 60px;
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 32px;
  transition: all 0.2s linear;
}
.action-select-wrap .action-select._active {
  border-color: #007bdb;
}
.action-select-wrap .action-select._active:after {
  transform: rotate(180deg);
}
.action-select-wrap .action-select._active:before {
  border-color: #007bdb;
  border-left-color: #adadad;
}
.action-select-wrap .action-select.active:after {
  transform: rotate(180deg);
}
.action-select-wrap .action-select[disabled] {
  color: #41362f;
}
.action-select-wrap .action-select[disabled]:after {
  border-color: #41362f transparent transparent transparent;
}
.action-select-wrap .action-menu {
  max-height: 45rem;
  overflow-y: auto;
}
.action-select-wrap .action-menu .action-submenu {
  max-height: 45rem;
  overflow-y: auto;
}
.action-select-wrap .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.action-select-wrap .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: 0.5;
}
.action-select-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.action-select-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: 0.5;
}
.action-select-wrap .abs-action-menu .action-submenu {
  max-height: 45rem;
  overflow-y: auto;
}
.action-select-wrap .abs-action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.action-select-wrap .abs-action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: 0.5;
}
.action-select-wrap .actions-split .dropdown-menu .action-submenu {
  max-height: 45rem;
  overflow-y: auto;
}
.action-select-wrap .actions-split .dropdown-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.action-select-wrap .actions-split .dropdown-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: 0.5;
}
.action-select-wrap .actions-split .action-menu .action-submenu {
  max-height: 45rem;
  overflow-y: auto;
}
.action-select-wrap .actions-split .action-menu .action-submenu ._disabled:hover {
  background: #ffffff;
}
.action-select-wrap .actions-split .action-menu .action-submenu ._disabled .action-menu-item {
  cursor: default;
  opacity: 0.5;
}
.action-select-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.action-select-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.action-select-wrap .action-menu-items > .action-menu .action-submenu {
  min-width: 100%;
  position: static;
  position: absolute;
}
.action-select-wrap .action-menu-items > .action-menu .action-submenu ._parent._visible {
  position: relative;
}
.action-select-wrap .action-menu-items > .action-menu .action-submenu .action-submenu {
  position: absolute;
}
.action-select-wrap .action-menu-items > .action-menu ._parent._visible {
  position: relative;
}
.action-select-wrap .action-menu-items > .abs-action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.action-select-wrap .action-menu-items > .abs-action-menu .action-submenu ._parent._visible {
  position: relative;
}
.action-select-wrap .action-menu-items > .abs-action-menu .action-submenu .action-submenu {
  position: absolute;
}
.action-select-wrap .action-menu-items > .actions-split .dropdown-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.action-select-wrap .action-menu-items > .actions-split .dropdown-menu .action-submenu ._parent._visible {
  position: relative;
}
.action-select-wrap .action-menu-items > .actions-split .dropdown-menu .action-submenu .action-submenu {
  position: absolute;
}
.action-select-wrap .action-menu-items > .actions-split .action-menu .action-submenu {
  min-width: 100%;
  position: static;
}
.action-select-wrap .action-menu-items > .actions-split .action-menu .action-submenu ._parent._visible {
  position: relative;
}
.action-select-wrap .action-menu-items > .actions-split .action-menu .action-submenu .action-submenu {
  position: absolute;
}
.action-select-wrap._active {
  z-index: 500;
}
.action-select-wrap._active .action-select {
  border-color: #007bdb;
}
.action-select-wrap._active .action-select:before {
  border-color: #007bdb;
}
.action-select-wrap._active .action-select:after {
  transform: rotate(180deg);
}
.embed-youtube {
  background-color: #000;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.embed-youtube img {
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.embed-youtube .embed-youtube-play {
  width: 60px;
  height: 48px;
  background-color: #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 50% / 5%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate3d(-50%, -50%, 0);
}
.embed-youtube .embed-youtube-play:after {
  content: '';
  position: absolute;
  top: 2.5px;
  right: 0;
  left: -4px;
  right: -4px;
  bottom: 2.5px;
  background: #000;
  z-index: -1;
  border-radius: 5% / 50%;
}
.embed-youtube .embed-youtube-play:hover {
  background-color: #f00;
  opacity: 1;
}
.embed-youtube .embed-youtube-play:hover:after {
  background-color: #f00;
}
.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fade-slide-in {
  animation: fadeSlideIn 0.2s ease forwards;
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-overlay {
  display: none;
}
.ammenu-nav-sections input#filterList {
  display: none;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation: none;
}
.ammenu-nav-sections.-sidebar {
  width: 100%;
  height: 100vh;
  max-width: 375px;
  left: auto;
  right: -100%;
  animation: none;
  -webkit-transition: left 0.5s cubic-bezier(0.35, 0, 0.36, 1), right 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.4s cubic-bezier(0.35, 0, 0.36, 1), visibility 0s 0.39s cubic-bezier(0.35, 0, 0.36, 1);
  transition: left 0.5s cubic-bezier(0.35, 0, 0.36, 1), right 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.4s cubic-bezier(0.35, 0, 0.36, 1), visibility 0s 0.39s cubic-bezier(0.35, 0, 0.36, 1);
  opacity: 0;
  visibility: hidden;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: auto;
  right: 0;
  -webkit-transition: left 0.5s cubic-bezier(0.35, 0, 0.36, 1), right 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.4s cubic-bezier(0.35, 0, 0.36, 1);
  transition: left 0.5s cubic-bezier(0.35, 0, 0.36, 1), right 0.5s cubic-bezier(0.35, 0, 0.36, 1), opacity 0.4s cubic-bezier(0.35, 0, 0.36, 1);
  opacity: 1;
  visibility: visible;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-item .ammenu-submenu-content {
  display: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-item.-active .ammenu-submenu-content {
  display: block;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.background-glass-effect {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
}
.background-glass-effect-disabled {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 0;
  padding: 0;
}
.page-main {
  max-width: 100vw;
  overflow: hidden;
}
@media (max-width: 1140px) {
  body .bseem-phone-show,
  html .bseem-phone-show {
    display: none;
  }
  body .bseem-btn,
  html .bseem-btn {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    border-radius: 24px;
    padding: 0 20px;
    gap: 4px;
  }
  body .bseem-btn .icon,
  html .bseem-btn .icon {
    width: 20px;
    height: 20px;
  }
  body .bseem-btn.small-btn,
  html .bseem-btn.small-btn,
  body .bseem-btn.btn-small,
  html .bseem-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 16px;
    padding: 0 16px;
  }
  body .bseem-section-title,
  html .bseem-section-title {
    font-size: 36px;
    margin: 0 0 18px;
  }
  body .bseem-section-sub-title,
  html .bseem-section-sub-title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  body .bseem-page-desc,
  html .bseem-page-desc {
    font-size: 14px;
  }
  body .bseem-container,
  html .bseem-container {
    width: calc(100% - 60px);
    padding: 0;
  }
  body .bseem-quick-access,
  html .bseem-quick-access {
    bottom: 24px;
  }
  body .bseem-quick-access .quick-access-list,
  html .bseem-quick-access .quick-access-list {
    gap: 8px;
    height: 44px;
    border-radius: 22px;
    padding: 0 10px;
  }
  body .bseem-quick-access .quick-access-list .quick-access-item,
  html .bseem-quick-access .quick-access-list .quick-access-item {
    height: 34px;
    padding: 0 12px;
    border-radius: 17px;
    white-space: nowrap;
  }
  body .bseem-quick-access .quick-access-list .quick-access-item a,
  html .bseem-quick-access .quick-access-list .quick-access-item a {
    font-size: 14px;
    line-height: 34px;
  }
  body .bseem-blockquote,
  html .bseem-blockquote {
    font-size: 40px;
  }
  body .bseem-blockquote .bseem-blockquote-icon,
  html .bseem-blockquote .bseem-blockquote-icon {
    width: 60px;
    height: 47px;
  }
  body .bseem-highlight-card,
  html .bseem-highlight-card {
    padding: 20px;
    gap: 12px;
    flex: 1 0 0;
  }
  body .bseem-highlight-card-title,
  html .bseem-highlight-card-title {
    font-size: 28px;
  }
  body .bseem-highlight-card-description,
  html .bseem-highlight-card-description {
    font-size: 14px;
  }
  body .bseem-highlight-card--large .bseem-highlight-card-title,
  html .bseem-highlight-card--large .bseem-highlight-card-title {
    font-size: 44px;
    line-height: 40px;
  }
  body .bseem-highlight-card--small,
  html .bseem-highlight-card--small {
    gap: 6px;
  }
  body .bseem-service-card-item,
  html .bseem-service-card-item {
    padding: 32px;
    border-radius: 16px;
  }
  body .bseem-service-card-item .bseem-service-card-item-icon,
  html .bseem-service-card-item .bseem-service-card-item-icon {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  body .bseem-service-card-item .bseem-service-card-item-title,
  html .bseem-service-card-item .bseem-service-card-item-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  body .bseem-service-card-item .bseem-service-card-item-desc,
  html .bseem-service-card-item .bseem-service-card-item-desc {
    margin: 0;
  }
  body .bseem-service-card-item .cta-holder .bseem-btn,
  html .bseem-service-card-item .cta-holder .bseem-btn {
    height: 40px;
    padding: 8px 20px;
  }
  body .bseem-news-card-item .bseem-news-card-item-image,
  html .bseem-news-card-item .bseem-news-card-item-image {
    height: 240px;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  body .bseem-news-card-item .bseem-news-card-item-tag,
  html .bseem-news-card-item .bseem-news-card-item-tag {
    font-size: 12px;
    padding: 6px 12px;
    top: 10px;
    left: 8px;
  }
  body .bseem-news-card-item .bseem-news-card-item-details,
  html .bseem-news-card-item .bseem-news-card-item-details {
    gap: 6px;
    flex: 1;
  }
  body .bseem-news-card-item .bseem-news-card-item-date,
  html .bseem-news-card-item .bseem-news-card-item-date {
    font-size: 12px;
    line-height: 140%;
  }
  body .bseem-news-card-item .bseem-news-card-item-title,
  html .bseem-news-card-item .bseem-news-card-item-title {
    font-size: 20px;
  }
  body .bseem-vert-card-item,
  html .bseem-vert-card-item {
    border-radius: 8px;
    height: 465px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-image,
  html .bseem-vert-card-item .bseem-vert-card-item-image {
    height: 330px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-content,
  html .bseem-vert-card-item .bseem-vert-card-item-content {
    padding: 20px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-title,
  html .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-title {
    font-size: 24px;
    margin: 0 0 10px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-year,
  html .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-year {
    font-size: 16px;
    margin: 0 0 10px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-desc,
  html .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-desc {
    font-size: 14px;
  }
}
@media (max-width: 1140px) and screen and (max-width: 1024px) {
  body .bseem-vert-card-item,
  html .bseem-vert-card-item {
    height: auto;
    min-height: 400px;
  }
}
@media (max-width: 1140px) and screen and (max-width: 768px) {
  body .bseem-vert-card-item,
  html .bseem-vert-card-item {
    min-height: 350px;
  }
}
@media (max-width: 1140px) and screen and (max-width: 1024px) {
  body .bseem-vert-card-item .bseem-vert-card-item-image,
  html .bseem-vert-card-item .bseem-vert-card-item-image {
    height: 250px;
  }
}
@media (max-width: 1140px) and screen and (max-width: 768px) {
  body .bseem-vert-card-item .bseem-vert-card-item-image,
  html .bseem-vert-card-item .bseem-vert-card-item-image {
    height: 200px;
  }
}
@media (max-width: 1140px) and screen and (max-width: 768px) {
  body .bseem-vert-card-item .bseem-vert-card-item-content,
  html .bseem-vert-card-item .bseem-vert-card-item-content {
    padding: 16px;
  }
}
@media (max-width: 1140px) and screen and (max-width: 768px) {
  body .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-title,
  html .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-title {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  body .bseem-btn,
  html .bseem-btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 18px;
    gap: 4px;
  }
  body .bseem-btn .icon,
  html .bseem-btn .icon {
    width: 18px;
    height: 18px;
  }
  body .bseem-btn.small-btn,
  html .bseem-btn.small-btn,
  body .bseem-btn.btn-small,
  html .bseem-btn.btn-small {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 12px;
    padding: 0 12px;
  }
  body .bseem-section-title,
  html .bseem-section-title {
    font-size: 32px;
    margin: 0 0 16px;
  }
  body .bseem-section-sub-title,
  html .bseem-section-sub-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
  body .section-head,
  html .section-head {
    margin-bottom: 28px;
  }
  body .section-head .bseem-page-sub-title,
  html .section-head .bseem-page-sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body .section-head .bseem-page-title,
  html .section-head .bseem-page-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  body .section-head .bseem-page-desc,
  html .section-head .bseem-page-desc {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  body .bseem-phone-show,
  html .bseem-phone-show {
    display: block;
  }
  body .bseem-phone-hide,
  html .bseem-phone-hide {
    display: none;
  }
  body .bseem-container,
  html .bseem-container {
    width: calc(100% - 30px);
    padding: 0;
  }
  body .bseem-btn,
  html .bseem-btn {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    border-radius: 24px;
    padding: 0 24px;
    gap: 4px;
  }
  body .bseem-btn .icon,
  html .bseem-btn .icon {
    width: 18px;
    height: 18px;
  }
  body .bseem-btn.small-btn,
  html .bseem-btn.small-btn,
  body .bseem-btn.btn-small,
  html .bseem-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 14px;
    padding: 0 14px;
  }
  body .section-head,
  html .section-head {
    margin-bottom: 32px;
  }
  body .section-head .bseem-page-sub-title,
  html .section-head .bseem-page-sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  body .section-head .bseem-page-title,
  html .section-head .bseem-page-title {
    font-size: 44px;
  }
  body .section-head .bseem-desc,
  html .section-head .bseem-desc {
    font-size: 18px;
  }
  body .bseem-quick-access,
  html .bseem-quick-access {
    bottom: 24px;
  }
  body .bseem-quick-access .quick-access-list,
  html .bseem-quick-access .quick-access-list {
    gap: 8px;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px;
  }
  body .bseem-quick-access .quick-access-list .quick-access-item,
  html .bseem-quick-access .quick-access-list .quick-access-item {
    height: 32px;
    padding: 0 10px;
    border-radius: 16px;
  }
  body .bseem-quick-access .quick-access-list .quick-access-item a,
  html .bseem-quick-access .quick-access-list .quick-access-item a {
    font-size: 13px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .page-main.bseem-page-main {
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-main.bseem-page-main .columns {
    max-width: 1360px;
  }
}
@media (max-width: 1140px) {
  .page-main.bseem-page-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .section-head {
    margin-bottom: 32px;
  }
  .section-head .bseem-page-sub-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section-head .bseem-page-title {
    font-size: 48px;
    margin-bottom: 18px;
  }
  .section-head .bseem-page-desc {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  body hgroup.bseem-heading-group .bseem-heading-title,
  html hgroup.bseem-heading-group .bseem-heading-title {
    font-size: 28px;
  }
  body hgroup.bseem-heading-group .bseem-heading-subtitle,
  html hgroup.bseem-heading-group .bseem-heading-subtitle {
    font-size: 14px;
  }
  body hgroup.bseem-heading-group .bseem-heading-desc,
  html hgroup.bseem-heading-group .bseem-heading-desc {
    font-size: 14px;
  }
  body .page-heading,
  html .page-heading {
    gap: 24px;
  }
  body .page-heading .bseem-page-title,
  html .page-heading .bseem-page-title {
    font-size: 44px;
  }
  body .page-heading .bseem-page-subtitle,
  html .page-heading .bseem-page-subtitle {
    font-size: 22px;
  }
  body .page-heading .bseem-page-desc,
  html .page-heading .bseem-page-desc {
    font-size: 18px;
  }
  body .bseem-highlight-card,
  html .bseem-highlight-card {
    padding: 16px;
    gap: 12px;
    flex: 1 0 0;
  }
  body .bseem-highlight-card-title,
  html .bseem-highlight-card-title {
    font-size: 22px;
  }
  body .bseem-highlight-card-description,
  html .bseem-highlight-card-description {
    text-wrap: balance;
  }
  body .bseem-highlight-card--large .bseem-highlight-card-title,
  html .bseem-highlight-card--large .bseem-highlight-card-title {
    font-size: 32px;
    line-height: 40px;
  }
  body .bseem-highlight-card--small,
  html .bseem-highlight-card--small {
    gap: 6px;
  }
  body .bseem-blockquote,
  html .bseem-blockquote {
    font-size: 24px;
    font-weight: 300;
  }
  body .bseem-blockquote .bseem-blockquote-icon,
  html .bseem-blockquote .bseem-blockquote-icon {
    width: 46px;
    height: 36px;
  }
  body .bseem-blockquote .bseem-blockquote-icon.quote-close,
  html .bseem-blockquote .bseem-blockquote-icon.quote-close {
    transform: translateX(8px) translateY(0%);
  }
  body .bseem-blockquote .bseem-blockquote-icon.quote-open,
  html .bseem-blockquote .bseem-blockquote-icon.quote-open {
    transform: translateX(calc(-100% - 8px)) translateY(0%);
  }
  body .bseem-service-card-item,
  html .bseem-service-card-item {
    padding: 16px;
  }
  body .bseem-service-card-item .bseem-service-card-item-icon,
  html .bseem-service-card-item .bseem-service-card-item-icon {
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 16px;
    position: absolute;
  }
  body .bseem-service-card-item .bseem-service-card-item-title,
  html .bseem-service-card-item .bseem-service-card-item-title {
    height: 56px;
    padding-left: calc(56px + 16px);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
  }
  body .bseem-service-card-item .bseem-service-card-item-desc,
  html .bseem-service-card-item .bseem-service-card-item-desc {
    margin: 0;
    margin-bottom: 32px;
  }
  body .bseem-service-card-item .cta-holder .bseem-btn,
  html .bseem-service-card-item .cta-holder .bseem-btn {
    height: 40px;
    padding: 8px 20px;
  }
  body .bseem-news-card-item .bseem-news-card-item-image,
  html .bseem-news-card-item .bseem-news-card-item-image {
    height: 150px;
    border-radius: 16px;
    margin-bottom: 20px;
  }
  body .bseem-news-card-item .bseem-news-card-item-title,
  html .bseem-news-card-item .bseem-news-card-item-title {
    font-size: 18px;
  }
  body .bseem-vert-card-item,
  html .bseem-vert-card-item {
    border-radius: 8px;
    height: 100%;
    min-height: 0;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-image,
  html .bseem-vert-card-item .bseem-vert-card-item-image {
    height: 165px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-content,
  html .bseem-vert-card-item .bseem-vert-card-item-content {
    padding: 12px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-title,
  html .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-title {
    color: #1D1D1F;
    font-size: 16px;
    margin: 0 0 8px;
  }
  body .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-desc,
  html .bseem-vert-card-item .bseem-vert-card-item-content .bseem-vert-card-item-desc {
    display: none;
  }
}
@media (max-width: 1140px) {
  .bseem-section-about-daikin-vision {
    padding: 60px 0;
  }
  .bseem-section-about-daikin-vision .background-layer .gradient-bg {
    left: 10%;
    width: 80%;
    opacity: 0.8;
  }
  .bseem-section-about-daikin-vision .section-head {
    margin-bottom: 40px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list {
    gap: 18px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item {
    border-radius: 16px;
    padding: 24px;
    width: 280px;
    height: 240px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .icon-img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    margin: 0 0 12px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .icon-img img {
    width: 50px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .vision-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .bseem-page-service .section-bseem-about-banner {
    padding: 80px 0 60px;
  }
  .bseem-page-service .section-bseem-about-banner .section-bseem-about-connector {
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 80px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer {
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder {
    width: calc(100% - 60px);
    height: 46vw;
    border-radius: 16px;
    box-shadow: 0px 10px 30px 0px rgba(12, 49, 65, 0.08);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider {
    width: 100%;
    height: 46vw;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .banner-img {
    width: 100%;
    height: 46vw;
    border-radius: 16px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .slick-dots {
    backdrop-filter: blur(10px);
    bottom: -40px;
    height: 24px;
    padding: 0 12px;
    border-radius: 12px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px 0;
    border-radius: 4px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .slick-dots li.slick-active {
    width: 24px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content {
    padding-top: 100px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .page-title {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.25px;
    margin-bottom: 20px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .banner-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .seemore-wrapper {
    width: 82px;
    height: 82px;
    top: calc(50% + 28px);
    left: calc(50% - 46px);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .seemore-wrapper .glass-bg {
    border-radius: 41px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.2);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .seemore-wrapper .glass-bg.layer-2 {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .seemore-wrapper .seemore-txt {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .seemore-wrapper .seemore-arrow {
    width: 24px;
    top: calc(50% - 6px);
    left: calc(50% - 12px);
  }
  .bseem-page-service .about-perfecting-the-air {
    padding: 100px 0 60px;
  }
  .bseem-page-service .about-perfecting-the-air .background-layer .decor-img.left-decor {
    top: 5%;
    width: 45%;
  }
  .bseem-page-service .about-perfecting-the-air .background-layer .decor-img.right-decor {
    top: 55%;
    width: 45%;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-gallery {
    margin-bottom: 80px;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-gallery .air-gallery-list {
    width: 75vw;
    height: 44vw;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-slogan .slogan-title {
    font-size: 36px;
  }
  .bseem-page-service .section-about-daikin-vietnam {
    padding: 80px 0;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-head {
    margin-bottom: 30px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-head .find-out-more-btn {
    gap: 4px;
    font-size: 14px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout {
    grid-template-columns: 1fr 520px 1fr;
    grid-template-rows: 275px 275px;
    gap: 18px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block {
    border-radius: 16px;
    padding: 28px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .icon-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin: 0 0 14px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .icon-img img {
    width: 56px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .context .block-title {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block {
    grid-column: 2;
    grid-row: 1 / span 2;
    border-radius: 16px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .block-tag {
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
    margin: 0 0 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .block-title {
    font-size: 24px;
    margin: 0 0 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .cta-holder {
    transform: translateY(-10px);
  }
  .bseem-page-service .section-about-lead-for-100-years {
    padding: 80px 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .background-layer .gradient-bg {
    width: 100%;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .bseem-page-service .section-about-lead-for-100-years .section-head {
    margin-bottom: 100px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list {
    max-width: calc(100% - 60px);
    margin: 0 auto;
    gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item {
    border-radius: 12px;
    height: 420px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-bottom {
    margin-top: 80px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-bottom .list-img {
    width: 100%;
    right: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top {
    margin-bottom: 80px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top .context-block {
    bottom: 40px;
    left: 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top .list-img {
    top: -60px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block {
    padding: 20px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .title-row {
    gap: 10px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .block-title {
    font-size: 60px;
    margin-bottom: 18px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .block-sub-title {
    font-size: 27px;
    margin-bottom: 27px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .cta-holder {
    left: 50%;
    bottom: -20px;
  }
  .bseem-page-service .section-about-services-and-support {
    padding: 60px 0;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout {
    gap: 36px;
    grid-template-columns: 1fr 1fr;
    max-width: calc(100% - 60px);
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .section-sub-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .section-title {
    font-size: 48px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .desc {
    margin-bottom: 30px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list {
    margin-bottom: 30px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item {
    gap: 10px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item .ico {
    width: 28px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item .context {
    font-size: 14px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content {
    backdrop-filter: blur(10px);
    bottom: 40px;
    border-radius: 12px;
    padding: 15px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content .overlay-title {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content .overlay-sub-title {
    font-size: 14px;
  }
  .bseem-page-service .section-ecosystem {
    padding: 60px 0;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 420px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col {
    width: 400px;
    height: 420px;
    padding-top: 10px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller {
    gap: 6px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control {
    width: 52px;
    height: 52px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control .slide-control-ico {
    width: 20px;
    height: 20px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col {
    width: 1080px;
    top: 0;
    left: 460px;
    margin: 0 -15px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider {
    padding-left: 0;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item {
    padding: 0 15px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout {
    border-radius: 8px;
    height: 420px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .banner-img {
    height: 280px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .context-holder {
    padding: 18px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .context-holder .slide-title {
    font-size: 22px;
    margin: 0 0 9px;
  }
  .bseem-page-service .section-about-collab-with-daikin {
    padding: 80px 0;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout {
    height: 29vw;
    max-width: calc(100% - 60px);
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer .talent-img {
    left: 14.7%;
    width: 22.8%;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer .context-block .block-title {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.025em;
    margin-bottom: 32px;
  }
}
@media (max-width: 840px) {
  .bseem-tablet-hide {
    display: none;
  }
  .bseem-section-about-daikin-vision {
    padding: 48px 0;
  }
  .bseem-section-about-daikin-vision .background-layer .gradient-bg {
    left: 0%;
    width: 100%;
  }
  .bseem-section-about-daikin-vision .section-head {
    margin-bottom: 40px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list {
    gap: 14px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item {
    border-radius: 16px;
    padding: 20px;
    width: 31%;
    height: 240px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .icon-img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    margin: 0 0 12px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .icon-img img {
    width: 40px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .vision-title {
    font-size: 16px;
    margin: 0 0 8px;
  }
  .bseem-page-service .section-bseem-about-banner {
    padding: 60px 0 48px;
  }
  .bseem-page-service .section-bseem-about-banner .section-bseem-about-connector {
    left: 0;
    bottom: -30px;
    height: 60px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer {
    max-width: calc(100% - 40px);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder {
    width: calc(100% - 40px);
    height: 46vw;
    border-radius: 12px;
    box-shadow: 0px 8px 24px 0px rgba(12, 49, 65, 0.08);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider {
    height: 46vw;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .banner-img {
    height: 46vw;
    border-radius: 12px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .slick-dots {
    backdrop-filter: blur(10px);
    bottom: -36px;
    height: 20px;
    padding: 0 10px;
    border-radius: 10px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px 0;
    border-radius: 3px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .about-banner-slider .slick-dots li.slick-active {
    width: 18px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content {
    padding-top: 80px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .page-title {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: -0.25px;
    margin-bottom: 18px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .seemore-wrapper {
    display: none;
  }
  .bseem-page-service .about-perfecting-the-air {
    padding: 80px 0 48px;
  }
  .bseem-page-service .about-perfecting-the-air .background-layer .decor-img.left-decor {
    top: 5%;
    width: 45%;
  }
  .bseem-page-service .about-perfecting-the-air .background-layer .decor-img.right-decor {
    top: 55%;
    width: 45%;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-gallery {
    margin-bottom: 60px;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-gallery .air-gallery-list {
    width: 75vw;
    height: 44vw;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-slogan .slogan-title {
    font-size: 28px;
  }
  .bseem-page-service .section-about-daikin-vietnam {
    padding: 80px 0;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-head {
    margin-bottom: 30px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-head .find-out-more-btn {
    position: relative;
    gap: 4px;
    font-size: 14px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 32vw 64vw 32vw;
    gap: 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block {
    border-radius: 16px;
    padding: 24px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-2 {
    grid-column: 2;
    grid-row: 1;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-3 {
    grid-column: 1;
    grid-row: 3;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-4 {
    grid-column: 2;
    grid-row: 3;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .hover-bg img {
    width: 100%;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .icon-img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    margin: 0 0 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .icon-img img {
    width: 48px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .context .block-title {
    font-size: 18px;
    margin: 0 0 8px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block {
    grid-column: 1 / span 2;
    grid-row: 2;
    border-radius: 16px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .block-tag {
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
    margin: 0 0 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .block-title {
    font-size: 24px;
    margin: 0 0 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .cta-holder {
    transform: translateY(-10px);
  }
  .bseem-page-service .section-about-lead-for-100-years {
    padding: 48px 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .background-layer .gradient-bg {
    width: 100%;
    top: 80px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-head {
    margin-bottom: 60px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list {
    max-width: calc(100% - 40px);
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item {
    border-radius: 12px;
    height: 290px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-bottom {
    margin-top: 40px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top {
    margin-bottom: 40px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top .context-block {
    bottom: 30px;
    left: 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top .list-img {
    top: -40px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block {
    padding: 15px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .title-row {
    gap: 10px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .block-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .block-sub-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .cta-holder {
    display: none;
  }
  .bseem-page-service .section-about-services-and-support {
    padding: 60px 0;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout {
    gap: 36px;
    grid-template-columns: 1fr 1fr;
    max-width: calc(100% - 60px);
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list {
    margin-bottom: 24px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item {
    gap: 8px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item .ico {
    width: 22px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item .context {
    font-size: 14px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content {
    bottom: 24px;
    left: 24px;
    border-radius: 12px;
    padding: 15px 20px;
    transform: none;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content .overlay-title {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content .overlay-sub-title {
    font-size: 12px;
  }
  .bseem-page-service .section-ecosystem {
    padding: 40px 0;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 360px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col {
    width: 320px;
    height: 360px;
    padding-top: 8px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller {
    gap: 6px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control {
    width: 48px;
    height: 48px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control .slide-control-ico {
    width: 18px;
    height: 18px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col {
    width: 800px;
    top: 0;
    left: 360px;
    margin: 0 -10px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider {
    padding-left: 0;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item {
    padding: 0 10px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout {
    border-radius: 8px;
    height: 320px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .banner-img {
    height: 200px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .context-holder {
    padding: 15px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .context-holder .slide-title {
    font-size: 18px;
    margin: 0 0 9px;
  }
  .bseem-page-service .section-about-collab-with-daikin {
    padding: 48px 0;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout {
    height: 29vw;
    max-width: calc(100% - 40px);
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer .talent-img {
    left: 14.7%;
    width: 22.8%;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer .context-block .block-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.025em;
    margin-bottom: 18px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .bseem-section-about-daikin-vision {
    padding: 48px 0;
  }
  .bseem-section-about-daikin-vision .background-layer .gradient-bg {
    left: 0%;
    width: 100%;
  }
  .bseem-section-about-daikin-vision .section-head {
    margin-bottom: 30px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list {
    gap: 14px;
    display: block;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item {
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .icon-img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin: 0;
    top: 20px;
    left: 20px;
    position: absolute;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .icon-img img {
    width: 36px;
  }
  .bseem-section-about-daikin-vision .section-body .vision-list .vision-item .vision-title {
    font-size: 16px;
    margin: 0 0 12px;
    padding-left: 72px;
    height: 56px;
    line-height: 56px;
  }
  .bseem-page-service .section-bseem-about-banner {
    padding: 40px 0 80px;
  }
  .bseem-page-service .section-bseem-about-banner .section-bseem-about-connector {
    bottom: -30px;
    height: 60px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer {
    max-width: calc(100% - 30px);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder {
    width: 100%;
    height: 46vw;
    border-radius: 16px;
    box-shadow: 0px 10px 30px 0px rgba(12, 49, 65, 0.08);
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content {
    padding-top: 38px;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .page-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
    white-space: nowrap;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .banner-desc {
    display: none;
  }
  .bseem-page-service .section-bseem-about-banner .content-layer .about-banner-slider-holder .banner-overlay-content .seemore-wrapper {
    display: none;
  }
  .bseem-page-service .about-perfecting-the-air {
    padding: 60px 0 40px;
  }
  .bseem-page-service .about-perfecting-the-air .background-layer .decor-img.left-decor {
    top: 5%;
    width: 45%;
  }
  .bseem-page-service .about-perfecting-the-air .background-layer .decor-img.right-decor {
    top: 65%;
    width: 45%;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-gallery {
    margin-bottom: 60px;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-gallery .air-gallery-list {
    width: 90vw;
    height: 50vw;
  }
  .bseem-page-service .about-perfecting-the-air .perfect-the-air-slogan .slogan-title {
    width: calc(100% - 60px);
    font-size: 24px;
    margin: 0 auto;
  }
  .bseem-page-service .section-about-daikin-vietnam {
    padding: 80px 0;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-head {
    margin-bottom: 30px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-head .find-out-more-btn {
    position: relative;
    gap: 4px;
    font-size: 14px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 60vw auto auto;
    gap: 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block {
    border-radius: 16px;
    padding: 24px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-3 {
    grid-column: 1;
    grid-row: 4;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block.item-4 {
    grid-column: 1;
    grid-row: 5;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .hover-bg img {
    width: 100%;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .icon-img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .icon-img img {
    width: 40px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-block .context .block-title {
    font-size: 18px;
    margin: 0 0 12px;
    padding-left: 72px;
    height: 56px;
    line-height: 56px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block {
    grid-column: 1;
    grid-row: 3;
    border-radius: 16px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .block-tag {
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
    margin: 0 0 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .bseem-desc {
    display: none;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .block-title {
    font-size: 24px;
    margin: 0 0 12px;
  }
  .bseem-page-service .section-about-daikin-vietnam .section-body .about-daikin-vietnam-layout .about-content-lg-block .block-context .cta-holder {
    display: none;
  }
  .bseem-page-service .section-about-lead-for-100-years {
    padding: 80px 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .background-layer .gradient-bg {
    width: 100%;
    top: 80px;
    left: 0;
    transform: none;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-head {
    margin-bottom: 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list {
    width: 240vw;
    max-width: 240vw;
    margin-left: -70vw;
    display: block;
    padding: 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item {
    border-radius: 12px;
    position: relative;
    height: 420px;
    padding: 30px 15px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .list-item-slide-layout {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 80px 0 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-bottom {
    margin-top: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-bottom .list-img {
    width: 100%;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top {
    margin-bottom: 80px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top .context-block {
    width: 100%;
    bottom: 40px;
    left: 0;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item.img-top .list-img {
    width: 80%;
    left: 10%;
    top: -80px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block {
    padding: 20px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .title-row {
    gap: 10px;
    width: 100%;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .block-title {
    font-size: 68px;
    margin-bottom: 15px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .context-block .block-sub-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .bseem-page-service .section-about-lead-for-100-years .section-body .lead-list .list-item .cta-holder {
    opacity: 1;
    display: block;
    width: 100%;
    text-align: center;
  }
  .bseem-page-service .section-about-services-and-support {
    padding: 40px 0;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout {
    max-width: calc(100% - 30px);
    width: 100%;
    display: block;
    gap: 20px;
    margin: 0 auto;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col {
    margin-bottom: 30px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list {
    padding: 0;
    margin-bottom: 30px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item .ico {
    width: 28px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .left-col .support-list .bseem-support-item .context {
    font-size: 14px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col {
    height: calc(100vw - 30px);
    border-radius: 12px;
    overflow: hidden;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content {
    bottom: 20px;
    left: 20px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content .overlay-title {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .bseem-page-service .section-about-services-and-support .supports-layout .right-col .overlay-content .overlay-sub-title {
    font-size: 14px;
  }
  .bseem-page-service .section-ecosystem {
    padding: 80px 0;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout {
    width: calc(100% - 30px);
    margin-left: 0;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col {
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 8px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control {
    width: 58px;
    height: 58px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control .slide-control-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control .slide-control-ico {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
    opacity: 0.4;
    transition: all 0.3s ease-out;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .left-col .slide-controller .slide-control:hover .slide-control-ico {
    opacity: 1;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col {
    position: relative;
    width: 700px;
    top: 0;
    left: 0;
    height: 230px;
    margin: 0 -10px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider {
    list-style: none;
    padding-left: 0;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item {
    padding: 0 10px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout {
    border-radius: 8px;
    height: 230px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .banner-img {
    width: 100%;
    height: 165px;
    background-color: #CDCDCD;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .context-holder {
    padding: 15px;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .context-holder .slide-title {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .bseem-page-service .section-ecosystem .ecosystem-layout .right-col .ecosystem-banner-slider .slide-item-layout .context-holder .bseem-desc {
    display: none;
  }
  .bseem-page-service .section-about-collab-with-daikin {
    padding: 40px 0 80px;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout {
    width: calc(100% - 30px);
    height: auto;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .background-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer .talent-img {
    position: relative;
    bottom: 0;
    left: 17.5%;
    width: 65%;
    order: 2;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer .context-block {
    position: relative;
    width: 100%;
    height: auto;
    order: 1;
    padding: 20px;
  }
  .bseem-page-service .section-about-collab-with-daikin .collab-layout .main-content-layer .context-block .block-title {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
    white-space: nowrap;
  }
}
@media (max-width: 1440px) {
  .bseem-aftersales-main,
  .bseem-community-main,
  .bseem-awards-main {
    max-width: 1360px;
  }
}
@media (max-width: 1140px) {
  section.bseem-hero-banner {
    padding: 40px 0 64px;
  }
  section.bseem-hero-banner .bseem-heading-group .bseem-page-title {
    font-size: 54px;
  }
  section.bseem-hero-banner .bseem-hero-banner-image {
    margin: 0 -10px;
  }
  .bseem-aftersales-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .bseem-awards-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-height: auto;
  }
  .bseem-awards-left {
    width: 100%;
    min-height: auto;
    position: static;
  }
  .bseem-awards-slide-controller {
    position: static;
    margin-top: 24px;
  }
  .bseem-awards-right {
    position: static;
    width: 100%;
    margin: 0;
    height: auto;
  }
  .bseem-awards-slider {
    height: auto;
    padding: 0;
  }
}
@media (max-width: 680px) {
  .bseem-aftersales-list {
    grid-template-columns: 1fr;
  }
  .bseem-community-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .bseem-twoblock-tl {
    flex-direction: column;
    gap: 24px;
  }
  .bseem-twoblock-tl:has(.bseem-twoblock-image-full) {
    gap: 64px;
  }
  .bseem-twoblock-tl .bseem-timeline-node {
    margin: 0;
    width: fit-content;
    align-self: center;
    position: relative;
    z-index: 2;
  }
  .bseem-twoblock-tl .bseem-timeline-node::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background: linear-gradient(180deg, rgba(197, 231, 248, 0) 0%, #c5e7f8 33.17%, #c5e7f8 69.70999999999999%, rgba(197, 231, 248, 0) 100%);
    height: 96px;
    width: 2px;
  }
  .bseem-twoblock-tl .bseem-timeline-node img {
    position: relative;
    z-index: 2;
  }
  .bseem-twoblock-tl .bseem-timeline-node::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
    backdrop-filter: blur(2px) saturate(120%);
    -webkit-backdrop-filter: blur(2px) saturate(120%);
    background: rgba(224, 242, 254, 0.1);
    background-color: rgba(181, 212, 247, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.07000000000000001), inset 0 0 0px rgba(255, 255, 255, 0), inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2);
  }
  .bseem-twoblock-tl .bseem-twoblock-text {
    margin-top: 0;
  }
  .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-title {
    font-size: 28px;
  }
  .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-subtitle {
    font-size: 14px;
  }
  section.bseem-overview {
    padding: 0 0 64px;
  }
  section.bseem-overview .bseem-timeline-bar {
    display: none;
  }
  section.bseem-overview .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-title,
  section.bseem-overview .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-subtitle {
    text-align: center;
  }
  section.bseem-quote-banner {
    padding: 64px 0;
  }
  section.bseem-quote-banner .bseem-timeline-bar {
    background: linear-gradient(180deg, rgba(197, 231, 248, 0) 0%, #c5e7f8 14.45%, rgba(197, 231, 248, 0) 22.62%, rgba(197, 231, 248, 0) 79.98999999999999%, #c5e7f8 90.13%, #c5e7f8 100%);
    height: calc(100% + 64px);
    top: 0;
  }
  section.bseem-quote-banner .bseem-quote-banner-inner .bseem-quote-banner-main {
    background: none;
    padding: 64px;
    height: auto;
  }
  section.bseem-quote-banner .bseem-quote-banner-inner .bseem-quote-banner-main .bseem-quote-banner-text .bseem-quote-author .bseem-quote-author-name {
    font-size: 18px;
  }
  section.bseem-quote-banner .bseem-quote-banner-inner .bseem-quote-banner-decor {
    bottom: 0;
  }
  section.bseem-heritage {
    padding: 64px 0;
  }
  section.bseem-heritage .bseem-timeline-bar {
    display: none;
  }
  section.bseem-heritage .bseem-heritage-inner .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-title,
  section.bseem-heritage .bseem-heritage-inner .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-subtitle {
    text-align: center;
  }
  section.bseem-heritage .bseem-heritage-inner .bseem-twoblock-tl .bseem-twoblock-text .bseem-twoblock-text-content {
    text-align: center;
  }
  section.bseem-production {
    padding: 64px 0;
  }
  section.bseem-production .bseem-timeline-bar {
    height: calc(64px*2);
    top: -64px;
    background: linear-gradient(180deg, rgba(197, 231, 248, 0) 0%, rgba(197, 231, 248, 0.989716) 50.74%, #c5e7f8 72.63%, #c5e7f8 100%);
  }
  section.bseem-production .bseem-production-inner .bseem-twoblock-tl {
    flex-direction: column-reverse;
  }
  section.bseem-production .bseem-production-inner .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group {
    align-items: center;
  }
  section.bseem-production .bseem-production-inner .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-title,
  section.bseem-production .bseem-production-inner .bseem-twoblock-tl .bseem-twoblock-text .bseem-heading-group .bseem-heading-subtitle {
    text-align: center;
  }
  section.bseem-production .bseem-production-inner .bseem-twoblock-tl .bseem-twoblock-text .bseem-twoblock-text-content {
    text-align: center;
  }
  section.bseem-production .bseem-production-inner .bseem-twoblock-tl .bseem-twoblock-text.bseem-twoblock-left .bseem-twoblock-text-inner [class*="-stats"] {
    justify-content: start;
  }
  section.bseem-production .bseem-production-inner .bseem-twoblock-tl .bseem-twoblock-text.bseem-twoblock-left .bseem-twoblock-text-inner .bseem-highlight-card.bseem-highlight-card--small {
    align-items: flex-start;
  }
  section.bseem-production .bseem-production-text .bseem-production-text-stats .bseem-highlight-card:nth-child(3) {
    grid-column: auto;
    max-width: 100%;
  }
  section.bseem-highlight-banner {
    padding: 64px 0 36px;
  }
  section.bseem-highlight-banner .bseem-timeline-bar {
    height: calc(64px * 1.5);
    top: calc(-64px / 2);
    background: linear-gradient(180deg, rgba(197, 231, 248, 0) 0%, rgba(197, 231, 248, 0.989716) 50.74%, #c5e7f8 72.63%, #c5e7f8 100%);
  }
  section.bseem-highlight-banner .bseem-highlight-banner-inner .bseem-highlight-banner-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.bseem-highlight-banner .bseem-highlight-banner-inner .bseem-highlight-banner-main .bseem-highlight-banner-text .bseem-highlight-banner-title {
    font-size: 36px;
  }
  section.bseem-highlight-banner .bseem-highlight-banner-inner .bseem-highlight-banner-main .bseem-highlight-banner-text .bseem-highlight-banner-description {
    font-size: 18px;
  }
  section.bseem-showroom .bseem-timeline-bar {
    height: calc(100%);
    top: auto;
    bottom: 0;
    background: linear-gradient(180deg, #c5e7f8 0%, #c5e7f8 2.5%, rgba(197, 231, 248, 0) 4%, rgba(197, 231, 248, 0) 94.53%, #c5e7f8 97.08%, #c5e7f8 100%);
  }
  section.bseem-showroom .bseem-timeline-bar .bseem-timeline-node {
    margin: 0;
    width: fit-content;
    align-self: center;
    position: relative;
    z-index: 2;
    top: 10px;
  }
  section.bseem-showroom .bseem-timeline-bar .bseem-timeline-node::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background: linear-gradient(180deg, rgba(197, 231, 248, 0) 0%, #c5e7f8 33.17%, #c5e7f8 69.70999999999999%, rgba(197, 231, 248, 0) 100%);
    height: 96px;
    width: 2px;
  }
  section.bseem-showroom .bseem-timeline-bar .bseem-timeline-node img {
    position: relative;
    z-index: 2;
  }
  section.bseem-showroom .bseem-timeline-bar .bseem-timeline-node::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
    backdrop-filter: blur(2px) saturate(120%);
    -webkit-backdrop-filter: blur(2px) saturate(120%);
    background: rgba(224, 242, 254, 0.1);
    background-color: rgba(181, 212, 247, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.07000000000000001), inset 0 0 0px rgba(255, 255, 255, 0), inset 0px 0px 4px 2px rgba(255, 255, 255, 0.2);
  }
  section.bseem-showroom .bseem-showroom-inner .bseem-showroom-main .bseem-showroom-list {
    grid-template-columns: 1fr;
  }
  section.bseem-showroom .bseem-showroom-inner .bseem-showroom-main .bseem-showroom-list .bseem-showroom-item {
    flex-direction: column;
  }
  section.bseem-showroom .bseem-showroom-inner .bseem-showroom-main .bseem-showroom-list .bseem-showroom-item .bseem-showroom-item-image {
    height: 447px;
    flex: 0 0 auto;
  }
  section.bseem-showroom .bseem-showroom-inner .bseem-showroom-main .bseem-showroom-list .bseem-showroom-item .bseem-showroom-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  section.bseem-showroom .bseem-showroom-inner .bseem-showroom-main .bseem-showroom-list .bseem-showroom-item .bseem-showroom-item-content {
    flex: 0 0 auto;
    padding: 20px;
  }
  section.bseem-showroom .bseem-showroom-inner .bseem-showroom-main .bseem-showroom-list .bseem-showroom-item .bseem-showroom-item-content .bseem-showroom-item-title {
    margin: 0;
    margin-bottom: 8px;
  }
  section.bseem-showroom .bseem-showroom-inner .bseem-showroom-main .bseem-showroom-list .bseem-showroom-item .bseem-showroom-item-content .bseem-showroom-item-description {
    margin-bottom: 16px;
  }
  section.bseem-aftersales {
    padding: 64px 0;
  }
  section.bseem-aftersales .bseem-aftersales-main {
    padding: 0;
  }
  section.bseem-aftersales .bseem-aftersales-main .bseem-heading-group .bseem-heading-title {
    font-size: 36px;
  }
  section.bseem-aftersales .bseem-aftersales-main .bseem-aftersales-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  section.bseem-community {
    padding: 64px 0;
  }
  section.bseem-community .bseem-community-main {
    padding: 0;
  }
  section.bseem-community .bseem-community-main .bseem-community-header {
    margin-bottom: 28px;
    align-items: flex-start;
  }
  section.bseem-community .bseem-community-main .bseem-community-header .bseem-heading-group .bseem-heading-title {
    font-size: 36px;
  }
  section.bseem-community .bseem-community-main .bseem-community-header .bseem-community-view-all {
    display: none;
  }
  section.bseem-community .bseem-community-main .bseem-community-list {
    margin-bottom: 40px;
  }
  section.bseem-community .bseem-community-main > .bseem-community-view-all {
    width: 100%;
  }
  section.bseem-awards {
    padding: 64px 0;
  }
  section.bseem-awards .bseem-awards-main {
    padding: 0;
  }
  section.bseem-awards .bseem-awards-main .bseem-awards-left {
    min-height: 236px;
  }
  section.bseem-awards .bseem-awards-main .bseem-awards-left .bseem-heading-group {
    gap: 12px;
  }
  section.bseem-awards .bseem-awards-main .bseem-awards-left .bseem-heading-group .bseem-heading-title {
    font-size: 40px;
  }
  section.bseem-awards .bseem-awards-main .bseem-awards-right {
    left: 0;
    width: 100%;
    position: static;
  }
}
@media (max-width: 1140px) {
  .bseem-section-factory-other-daikin-info {
    padding: 40px 0;
  }
  .bseem-section-factory-other-daikin-info .other-info-list {
    grid-template-rows: 480px;
    gap: 18px;
  }
  .bseem-section-factory-other-daikin-info .other-info-list .info-item .content-layer {
    padding: 20px;
    transform: translateY(54px);
    transition: all 0.3s ease-out;
  }
  .bseem-section-factory-other-daikin-info .other-info-list .info-item .content-layer .bseem-info-title {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .bseem-page-about-factory .bseem-section-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-sub-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-title {
    font-size: 48px;
    margin-bottom: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-desc {
    font-size: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .banner-img-holder {
    max-width: calc(100% - 60px);
  }
  .bseem-page-about-factory .bseem-section-factory-statistic {
    padding: 48px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .section-head {
    margin-bottom: 48px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list {
    gap: 20px;
    width: calc(100% - 60px);
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item {
    width: 30%;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .val .grad-txt {
    font-size: 64px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .val sup {
    font-size: 36px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .label {
    font-size: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology {
    padding: 48px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list {
    gap: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item {
    flex-basis: calc(33.33% - 20px);
    border-radius: 16px;
    height: 380px;
    margin: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block {
    position: relative;
    padding: 20px;
    z-index: 2;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block .block-title {
    font-size: 22px;
    margin: 0 0 8px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block .bseem-desc {
    width: 250px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item.highlight-item {
    flex-basis: calc(50% - 20px);
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check {
    padding: 48px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .section-bseem-quality-check-connector {
    bottom: -30px;
    height: 60px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout {
    grid-template-columns: 1fr 620px;
    gap: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .bseem-steps-no-bg {
    width: 52px;
    border-radius: 26px;
    height: 100%;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list {
    padding-left: 64px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list .quality-check-item {
    height: 48px;
    font-size: 16px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list .quality-check-item .step-name {
    font-size: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list .quality-check-item .number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 19px;
    left: -58px;
    top: 50%;
    font-size: 16px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list .quality-check-item .number:after {
    width: 5px;
    height: 5px;
    border-radius: 3px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list .quality-check-item.previous-step .number {
    background-color: #fff;
    color: #104A8B;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list .quality-check-item.previous-step .number:after {
    display: none;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-left-col .quality-check-list .quality-check-item.previous-step .number:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 62px;
    background-color: #fff;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-right-col {
    height: 400px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-right-col .steps-card-gallery-list .steps-card-gallery-item .step-gallery-layout {
    padding: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .bseem-right-col .steps-card-gallery-list .steps-card-gallery-item .step-gallery-layout .quality-check-img {
    height: 300px;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .bseem-page-about-factory .bseem-section-factory-staff {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .background-layer .grab-bg {
    width: 100%;
    max-width: 100%;
    margin: 60px auto 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .section-head {
    margin-bottom: 40px;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 942px;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item {
    padding: 30px 20px;
    border: 1px solid #fff;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .img-holder {
    width: 64px;
    margin-bottom: 14px;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .item-title {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery {
    padding: 40px 0 80px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider {
    width: 1920px;
    margin-left: calc((100% - 1920px) / 2);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:before,
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:after {
    width: 300px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:before {
    left: calc((1920px - 100vw) / 2);
    background: linear-gradient(90deg, #f4f4f6 0%, #f4f4f600 100%);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:after {
    right: calc((1920px - 100vw) / 2);
    background: linear-gradient(270deg, #f4f4f6 0%, #f4f4f600 100%);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout .bseem-img-holder {
    height: 440px;
    margin-top: 8px;
    border-radius: 8px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout .bseem-caption {
    font-size: 14px;
    margin-top: 15px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots {
    width: 480px;
    height: 6px;
    z-index: 4;
    bottom: -60px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li {
    height: 6px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li:before {
    height: 6px;
    border-radius: 3px;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future {
    padding: 60px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper {
    width: calc(100% - 60px);
    height: 32vw;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .background-layer .background-img {
    width: 100%;
    height: 100%;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .content-layer {
    padding-left: 60px;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .content-layer .bseem-section-title {
    color: #fff;
    width: 460px;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .content-layer .bseem-desc {
    width: 460px;
    margin-bottom: 30px;
  }
}
@media (max-width: 840px) {
  .bseem-ipad-hide {
    display: none !important;
  }
  .bseem-section-factory-other-daikin-info {
    padding: 40px 0;
  }
  .bseem-section-factory-other-daikin-info .other-info-list {
    grid-template-rows: 360px;
    gap: 18px;
  }
  .bseem-section-factory-other-daikin-info .other-info-list .info-item .content-layer {
    padding: 15px;
    transform: none;
  }
  .bseem-section-factory-other-daikin-info .other-info-list .info-item .content-layer .bseem-info-title {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .bseem-section-factory-other-daikin-info .other-info-list .info-item .content-layer .cta-holder {
    opacity: 1;
  }
  .bseem-page-about-factory .bseem-section-title {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head {
    margin-bottom: 28px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-desc {
    font-size: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .banner-img-holder {
    max-width: calc(100% - 40px);
  }
  .bseem-page-about-factory .bseem-section-factory-statistic {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .section-head {
    margin-bottom: 40px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list {
    gap: 18px;
    width: calc(100% - 40px);
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item {
    width: 32%;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .val .grad-txt {
    font-size: 48px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .val sup {
    font-size: 28px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .label {
    font-size: 16px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list {
    gap: 15px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item {
    flex-basis: calc(33.33% - 15px);
    border-radius: 16px;
    height: 320px;
    margin: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block {
    position: relative;
    padding: 20px;
    z-index: 2;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block .block-title {
    font-size: 20px;
    margin: 0 0 8px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block .bseem-desc {
    width: 100%;
    font-size: 13px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item.highlight-item {
    flex-basis: calc(50% - 15px);
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .section-bseem-quality-check-connector {
    bottom: -30px;
    height: 60px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile {
    display: block;
    width: 240vw;
    margin: 0 -15px;
    margin-left: -70vw;
    position: relative;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider {
    z-index: 2;
    padding-top: 60px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots {
    width: 80vw;
    height: 52px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;
    backdrop-filter: blur(4px) saturate(120%);
    -webkit-backdrop-filter: blur(4px) saturate(120%);
    background: rgba(224, 242, 254, 0.2);
    border-radius: 26px;
    border: 1px solid #fff;
    box-shadow: 0px 8px 24px 0 rgba(12, 74, 110, 0.035), inset 0 0 0px rgba(255, 255, 255, 0), inset 0px 0px 4px 2px rgba(255, 255, 255, 0.035);
    /* Reflection overlay for realism using pseudo-elements */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(to left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 1;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots li {
    margin: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item {
    padding: 15px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout {
    padding: 20px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout > * {
    position: relative;
    z-index: 2;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout .quality-name {
    color: #104A8B;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
    line-height: 130%;
    letter-spacing: 0.01em;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout .quality-check-img {
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 20px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout .quality-caption {
    font-size: 14px;
    color: #1D1D1F;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .background-layer .grab-bg {
    width: 100%;
    max-width: 100%;
    margin: 60px auto 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .section-head {
    margin-bottom: 40px;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 942px;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item {
    padding: 30px 20px;
    border: 1px solid #fff;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .img-holder {
    width: 64px;
    margin-bottom: 14px;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .item-title {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery {
    padding: 40px 0 80px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider {
    width: 1920px;
    margin-left: calc((100% - 1920px) / 2);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:before,
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:after {
    width: 300px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:before {
    left: calc((1920px - 100vw) / 2);
    background: linear-gradient(90deg, #f4f4f6 0%, #f4f4f600 100%);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:after {
    right: calc((1920px - 100vw) / 2);
    background: linear-gradient(270deg, #f4f4f6 0%, #f4f4f600 100%);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout .bseem-img-holder {
    height: 440px;
    margin-top: 8px;
    border-radius: 8px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout .bseem-caption {
    font-size: 14px;
    margin-top: 15px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots {
    width: 480px;
    height: 6px;
    z-index: 4;
    bottom: -60px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li {
    height: 6px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li:before {
    height: 6px;
    border-radius: 3px;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future {
    padding: 60px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper {
    width: calc(100% - 60px);
    height: 32vw;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: calc(100% - 40px);
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .background-layer .background-img {
    width: 100%;
    height: 100%;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .content-layer {
    padding-left: 60px;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .content-layer .bseem-section-title {
    color: #fff;
    width: 460px;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .content-layer .bseem-desc {
    width: 460px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .bseem-page-about-factory .bseem-section-factory-banner .section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-page-title {
    font-size: 44px;
  }
  .bseem-page-about-factory .bseem-section-factory-banner .section-head .bseem-desc {
    font-size: 18px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list {
    flex-direction: column;
    gap: 4px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .val .grad-txt {
    font-size: 48px;
  }
  .bseem-page-about-factory .bseem-section-factory-statistic .factory-statistic-list .statistic-item .label {
    font-size: 14px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    height: auto;
    min-height: 350px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .background-layer img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .background-layer img.tech-speed-img,
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .background-layer img.tech-iot-img,
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .background-layer img.tech-module-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .background-layer img.tech-robot-img {
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: bottom center;
    left: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .background-layer img.tech-certificate-img {
    width: 100%;
    height: 100%;
    object-fit: none;
    object-position: bottom;
    left: 0;
    bottom: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block {
    position: relative;
    padding: 20px;
    z-index: 2;
    width: 100%;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block .block-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    color: #1D1D1F;
    margin: 0 0 10px;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item .context-block .bseem-desc {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    color: #1D1D1F;
  }
  .bseem-page-about-factory .bseem-section-factory-technology .section-body .technology-list .technology-item.highlight-item {
    flex-basis: 100%;
    width: 100%;
  }
  .bseem-page-about-factory .bseem-section-factory-staff {
    padding: 40px 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .background-layer .grab-bg {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
    box-sizing: border-box;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .img-holder {
    width: 56px;
    height: 56pxpx;
    margin: 0;
    margin-bottom: 16px;
    position: absolute;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .img-holder img {
    width: 100%;
    height: auto;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .item-title {
    height: 56px;
    padding-left: calc(56px + 16px);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-staff .staff-features-list .feature-item .bseem-desc {
    font-size: 14px;
    line-height: 150%;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .section-bseem-quality-check-connector {
    bottom: -30px;
    height: 60px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-head {
    text-align: center;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider {
    z-index: 2;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots {
    width: calc(100% - 40px);
    max-width: 320px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(to left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 1;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots li {
    margin: 0;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots li button {
    display: none;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots li::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(16, 74, 139, 0.3);
    transition: all 0.3s ease;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-slider .slick-dots li.slick-active::after {
    background-color: #104A8B;
    width: 24px;
    height: 6px;
    border-radius: 3px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item {
    padding: 0;
    box-sizing: border-box;
    width: 280px;
    flex-shrink: 0;
    transition: width 0.3s ease;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item.slick-active,
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item.slick-center {
    width: 300px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout {
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    transition: transform 0.3s ease;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout > * {
    position: relative;
    z-index: 2;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout .quality-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
    line-height: 130%;
    letter-spacing: 0.01em;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout .quality-check-img {
    height: 280px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 0 16px;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout .quality-check-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bseem-page-about-factory .bseem-section-factory-quality-check .bseem-content-layer .section-body .quality-check-layout-mobile .quality-check-mobile-item .quality-item-layout .quality-caption {
    font-size: 14px;
    line-height: 150%;
    margin: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery {
    padding: 40px 0 60px;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:before,
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider:after {
    display: none;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item {
    position: relative;
    z-index: 3;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item .gallery-item-layout {
    width: 100%;
    transform: scale(1);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item.slick-center .gallery-item-layout {
    transform: scale(1);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item.slick-active:not(.slick-center) .gallery-item-layout {
    transform: scale(0.825);
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout .bseem-img-holder {
    width: 100%;
    aspect-ratio: 840 / 530;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout .bseem-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-item-layout .bseem-caption {
    text-align: center;
    color: #1D1D1F;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
    width: 100%;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 80vw;
    padding: 0;
    height: 6px;
    gap: 0;
    position: absolute;
    z-index: 4;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li {
    flex: 1 1 0;
    flex-grow: 1;
    height: 6px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li button {
    display: none;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li:before {
    content: "";
    display: block;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    transition: background 0.3s;
    margin: 0;
  }
  .bseem-page-about-factory .bseem-section-factory-gallery .gallery-slider .slick-dots li.slick-active:before {
    background: #C0C1C4;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper {
    height: 550px;
  }
  .bseem-page-about-factory .bseem-section-factory-blue-future .blue-future-wrapper .content-layer {
    padding: 32px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .bseem-page-about-history {
    padding: 0 20px;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-background-layer {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-content-layer .bseem-section-head {
    margin-bottom: 32px;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-content-layer .bseem-section-head .bseem-section-sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-content-layer .bseem-section-head .bseem-section-title {
    font-size: 44px;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-content-layer .bseem-section-head .bseem-desc {
    font-size: 18px;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-content-layer .bseem-section-body .bseem-gallery-layer .decor-img.left-decor {
    top: 5%;
    width: 45%;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-content-layer .bseem-section-body .bseem-gallery-layer .decor-img.right-decor {
    top: 65%;
    width: 45%;
  }
  .bseem-page-about-history .bseem-section-history-banner .bseem-content-layer .bseem-section-body .bseem-gallery-layer .bseem-gallery-list {
    width: 90vw;
    height: 50vw;
  }
  .bseem-page-about-history .bseem-section-history-timeline {
    padding-left: 0;
    padding-right: 0;
  }
  .bseem-page-about-history .bseem-section-history-timeline .bseem-timeline-milestones {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto;
    justify-content: flex-start;
  }
  .bseem-page-about-history .bseem-section-history-timeline .bseem-timeline-milestones::-webkit-scrollbar {
    display: none;
  }
  .bseem-page-about-history .bseem-section-history-timeline .bseem-timeline-milestones .bseem-timeline-milestone {
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .bseem-page-about-history .history-slide-holder {
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: visible;
    padding: 0;
  }
  .bseem-page-about-history .history-slide-holder .main-line {
    display: none;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider {
    position: relative;
    height: auto;
    top: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider::-webkit-scrollbar {
    display: none;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 400px;
    flex-shrink: 0;
    position: relative;
    scroll-snap-align: start;
    padding: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    gap: 0;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide::-webkit-scrollbar {
    display: none;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 0;
    left: auto !important;
    top: auto !important;
    justify-content: flex-start;
    scroll-snap-align: start;
    box-sizing: border-box;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-left: 30px;
    background: linear-gradient(to right, #104A8B, #00A0E4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: fit-content;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 200px;
    border-radius: 12px;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 0 20px;
    order: -1;
    overflow: hidden;
    box-sizing: border-box;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content {
    padding: 0 0 30px 30px;
    width: 100%;
    position: relative;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content .bseem-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 100%;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content .bseem-indicator .bseem-indicator-line {
    width: 1px;
    height: 100%;
    background-color: #EBEBEC;
    position: absolute;
    top: 0;
    left: 6px;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content .bseem-indicator .bseem-indicator-dot {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    background-color: #00A0E4;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: 0;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content .bseem-year-content-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #104A8B;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content .bseem-year-content-sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #104A8B;
    margin: 0 0 10px;
    line-height: 1.3;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content .bseem-year-content-desc {
    font-size: 14px;
    color: #5C5F67;
    margin: 0;
    line-height: 1.5;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block .bseem-year-content .cta-holder {
    margin-top: 20px;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(1),
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(2) {
    left: auto !important;
    top: auto !important;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0 20px 0 0;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(3),
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(4) {
    left: auto !important;
    top: auto !important;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0 20px 0 0;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(3) .bseem-year-img,
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(4) .bseem-year-img {
    order: -1;
    margin-bottom: 20px;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(3) .bseem-year-content,
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(4) .bseem-year-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(3) .bseem-year-content .bseem-indicator .bseem-indicator-dot,
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(4) .bseem-year-content .bseem-indicator .bseem-indicator-dot {
    bottom: auto;
    top: -5px;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide .bseem-year-block:nth-child(n + 5) {
    left: auto !important;
    top: auto !important;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0 20px 0 0;
  }
  .bseem-page-about-history .history-slide-holder .bseem-history-slider .history-item-slide.active {
    z-index: 2;
  }
  .bseem-page-about-history .history-slider-controller {
    display: none;
  }
}
@media (max-width: 1140px) {
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content {
    flex: 0 0 auto;
    max-width: 176px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-img {
    flex: 1 1 auto;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item:not(.bseem-tech-card-thumbnail) .bseem-tech-card-content .bseem-tech-card-title {
    font-size: 20px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item:not(.bseem-tech-card-thumbnail) .bseem-tech-card-content .bseem-tech-card-desc {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 840px) {
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content {
    max-width: 140px;
  }
  section.bseem-download-app {
    padding: 64px 0 0;
  }
  section.bseem-download-app .bseem-download-app-inner {
    flex-direction: column;
    gap: 20px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-heading-group {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-heading-group * {
    text-align: center;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-heading-group {
    margin-bottom: 24px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-buttons {
    width: fit-content;
    margin: 0 auto;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-mockup .bseem-download-app-full-mockup {
    max-width: 540px;
    width: 100%;
  }
}
@media (max-width: 680px) {
  body {
    background: url("../assets/bseem-about-tech/bg-mobile.jpg") no-repeat center top / 100%;
  }
  section.bseem-tech-advantage {
    padding: 40px 0px 64px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-decor {
    width: 560px;
    height: 944px;
    left: 50%;
    transform: translate(-50%, 20%);
    background: radial-gradient(41.33% 49.44% at 50% 45.95%, rgba(12, 118, 240, 0.2) 0%, rgba(12, 118, 240, 0) 100%);
  }
  section.bseem-tech-advantage .bseem-heading-group {
    margin-bottom: 40px;
  }
  section.bseem-tech-advantage .bseem-heading-group .bseem-page-title {
    font-size: 44px;
  }
  section.bseem-tech-advantage .bseem-heading-group .bseem-page-subtitle {
    font-size: 14px;
  }
  section.bseem-tech-advantage .bseem-heading-group .bseem-page-desc {
    font-size: 14px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-height: unset;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content {
    padding: 20px;
    padding-right: 0;
    flex: 0 0 176px;
    min-width: 176px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content .bseem-tech-advantage-usp-item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content .bseem-tech-advantage-usp-item-subtitle {
    font-size: 14px;
    margin-bottom: 4px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content .bseem-tech-advantage-usp-item-desc {
    font-size: 14px;
    margin-bottom: 24px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content .bseem-tech-advantage-usp-item-btn {
    margin-top: 0;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-img {
    flex: 0 0 260px;
    width: 260px;
    height: 270px;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.bseem-tech-key-group {
    padding: 64px 0px;
    max-width: 100%;
  }
  section.bseem-tech-key-group + section.bseem-tech-key-group {
    padding-top: 0;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 28px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-header .bseem-heading-group .bseem-heading-title {
    font-size: 36px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-header .bseem-heading-group .bseem-heading-desc {
    font-size: 14px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-header .bseem-tech-key-group-view-all {
    display: none;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item {
    min-height: auto;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item:not(.bseem-tech-card-thumbnail) {
    padding: 20px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item:not(.bseem-tech-card-thumbnail) .bseem-tech-card-icon {
    width: 80px;
    padding: 12px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item:not(.bseem-tech-card-thumbnail) .bseem-tech-card-content .bseem-tech-card-title {
    font-size: 20px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item:not(.bseem-tech-card-thumbnail) .bseem-tech-card-content .bseem-tech-card-subtitle {
    font-size: 14px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item:not(.bseem-tech-card-thumbnail) .bseem-tech-card-content .bseem-tech-card-desc {
    font-size: 14px;
    -webkit-line-clamp: 6;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item.bseem-tech-card-thumbnail {
    min-height: 387px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item.bseem-tech-card-thumbnail .bseem-tech-card-content {
    padding: 16px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item.bseem-tech-card-thumbnail .bseem-tech-card-content .bseem-tech-card-title {
    font-size: 26px;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-main .bseem-tech-card-item.bseem-tech-card-thumbnail .bseem-tech-card-content .bseem-tech-card-desc {
    font-size: 14px;
  }
  section.bseem-tech-key-group > .bseem-tech-key-group-view-all {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  section.bseem-tech-key-group .bseem-tech-key-group-decor {
    left: 50%;
    transform: translateX(-50%);
  }
  section.bseem-tech-key-group.bseem-tech-key-temperature .bseem-tech-key-group-decor {
    width: 787px;
    height: 1053px;
    bottom: -100px;
  }
  section.bseem-tech-key-group.bseem-tech-key-humidity .bseem-tech-key-group-decor {
    width: 1440px;
    height: 671px;
    bottom: 249px;
  }
  section.bseem-tech-key-group.bseem-tech-key-cleanliness .bseem-tech-key-group-decor {
    width: 470px;
    height: 1370px;
    bottom: 73px;
    transform: translateX(-50%);
  }
  section.bseem-tech-key-group.bseem-tech-key-cleanliness .bseem-tech-key-group-decor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  section.bseem-tech-key-group.bseem-tech-key-airflow .bseem-tech-key-group-decor {
    width: 512px;
    height: 1057px;
    bottom: -58px;
    transform: translateX(-50%);
  }
  section.bseem-philosophy {
    padding-top: 64px;
    padding-bottom: 64px;
    height: auto;
    min-height: 330px;
  }
  section.bseem-philosophy .bseem-philosophy-inner {
    padding: 0px;
  }
  section.bseem-philosophy .bseem-philosophy-inner .bseem-philosophy-content {
    gap: 24px;
  }
  section.bseem-philosophy .bseem-philosophy-inner .bseem-philosophy-content .bseem-philosophy-title {
    font-size: 24px;
    line-height: 120%;
  }
  section.bseem-philosophy .bseem-philosophy-inner .bseem-philosophy-content .bseem-philosophy-cite {
    font-size: 20px;
  }
  section.bseem-philosophy .bseem-philosophy-inner .bseem-philosophy-decor {
    width: 100%;
    max-width: 494px;
  }
  section.bseem-philosophy .bseem-philosophy-inner .bseem-philosophy-decor-bg {
    width: 100%;
    max-width: 787px;
    height: 470px;
    border-radius: 787px;
  }
  section.bseem-download-app {
    padding: 64px 0 0;
  }
  section.bseem-download-app .bseem-download-app-inner {
    flex-direction: column;
    height: auto;
    gap: 40px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content {
    flex: 1 1 auto;
    width: 100%;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-heading-group {
    margin-bottom: 24px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-heading-group * {
    text-align: left;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-heading-group .bseem-heading-title {
    font-size: 36px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-heading-group .bseem-heading-subtitle {
    font-size: 14px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-heading-group .bseem-heading-desc {
    font-size: 14px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-download-app-buttons {
    flex-direction: row;
    gap: 12px;
    justify-content: start;
    margin: 0;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-content .bseem-download-app-buttons .bseem-img-btn img {
    height: 48px;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-mockup {
    height: auto;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-mockup .bseem-download-app-bg {
    width: 100%;
    height: 100%;
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-mockup .bseem-download-app-phone {
    max-height: 232px;
    transform: translate(-50%, -50%);
  }
  section.bseem-download-app .bseem-download-app-inner .bseem-download-app-mockup .bseem-download-app-features {
    display: none;
  }
  section.bseem-business-solutions {
    padding: 64px 0px;
  }
  section.bseem-business-solutions .bseem-business-solutions-inner {
    height: 520px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 20px 40px;
  }
  section.bseem-business-solutions .bseem-business-solutions-inner .bseem-business-solutions-content {
    width: 100%;
    max-width: 335px;
    padding-right: 0;
    gap: 24px;
  }
  section.bseem-business-solutions .bseem-business-solutions-inner .bseem-business-solutions-content .bseem-business-solutions-title {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (max-width: 500px) {
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item {
    flex-direction: row;
    width: 100%;
    min-height: 182px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-content {
    padding: 20px;
    padding-right: 0;
    flex: 0 0 180px;
    min-width: 180px;
  }
  section.bseem-tech-advantage .bseem-tech-advantage-usp .bseem-tech-advantage-usp-item .bseem-tech-advantage-usp-item-img {
    flex: 0 0 160px;
    width: 160px;
    height: 182px;
  }
}
@media (max-width: 1440px) {
  .page-main.bseem-page-main {
    padding-left: 32px;
    padding-right: 32px;
  }
  .page-main.bseem-page-main .columns {
    max-width: 1360px;
  }
  section.bseem-tech-detail-others .bseem-tech-detail-others-inner {
    max-width: 1360px;
  }
}
@media (max-width: 1140px) {
  section.bseem-tech-detail-hero {
    padding: 80px 32px 40px;
  }
  section.bseem-tech-detail-hero .bseem-tech-detail-hero-inner .bseem-heading-group .bseem-page-title {
    font-size: 54px;
  }
  section.bseem-tech-detail-content .bseem-tech-detail-content-inner {
    padding: 0 32px;
    gap: 20px;
  }
  section.bseem-tech-detail-others {
    padding: 64px 32px;
  }
  section.bseem-tech-detail-others .bseem-tech-detail-others-header .bseem-heading-group .bseem-heading-title {
    font-size: 40px;
  }
  section.bseem-tech-detail-banner {
    padding: 64px 32px;
  }
  section.bseem-tech-detail-banner .bseem-tech-detail-banner-inner {
    height: 450px;
  }
  section.bseem-tech-detail-banner .bseem-tech-detail-banner-content {
    width: 480px;
    padding: 32px 60px 32px 0;
  }
  section.bseem-tech-detail-banner .bseem-tech-detail-banner-content .bseem-tech-detail-banner-title {
    font-size: 48px;
  }
}
@media (max-width: 680px) {
  .bseem-breadcrumb {
    padding: 12px 20px;
  }
  section.bseem-tech-detail-hero {
    padding: 60px 20px 32px;
    min-height: auto;
  }
  section.bseem-tech-detail-hero .bseem-tech-detail-hero-bg {
    display: none;
  }
  section.bseem-tech-detail-hero .bseem-tech-detail-hero-inner .bseem-heading-group {
    gap: 12px;
  }
  section.bseem-tech-detail-hero .bseem-tech-detail-hero-inner .bseem-heading-group .bseem-page-subtitle {
    font-size: 20px;
  }
  section.bseem-tech-detail-hero .bseem-tech-detail-hero-inner .bseem-heading-group .bseem-page-title {
    font-size: 44px;
    letter-spacing: -0.9px;
  }
  section.bseem-tech-detail-hero .bseem-tech-detail-hero-inner .bseem-heading-group .bseem-page-desc {
    font-size: 18px;
  }
  section.bseem-tech-detail-content {
    padding: 0 0 64px;
  }
  section.bseem-tech-detail-content .bseem-tech-detail-content-inner {
    padding: 0 20px;
    gap: 20px;
  }
  section.bseem-tech-detail-others {
    padding: 64px 20px;
  }
  section.bseem-tech-detail-others .bseem-tech-detail-others-header {
    margin-bottom: 32px;
  }
  section.bseem-tech-detail-others .bseem-tech-detail-others-header .bseem-heading-group .bseem-heading-title {
    font-size: 36px;
  }
  section.bseem-tech-detail-others .bseem-tech-detail-others-header .bseem-heading-group .bseem-heading-desc {
    font-size: 14px;
  }
  section.bseem-tech-detail-others .bseem-tech-detail-others-list .swiper-slide {
    width: 280px;
  }
  section.bseem-tech-detail-others .bseem-tech-card {
    height: auto;
    min-height: 380px;
    padding: 24px;
  }
  section.bseem-tech-detail-others .bseem-tech-card .bseem-tech-card-logo {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  section.bseem-tech-detail-others .bseem-tech-card .bseem-tech-card-content .bseem-tech-card-title {
    font-size: 20px;
  }
  section.bseem-tech-detail-others .bseem-tech-card .bseem-tech-card-content .bseem-tech-card-subtitle {
    font-size: 13px;
  }
  section.bseem-tech-detail-others .bseem-tech-card .bseem-tech-card-content .bseem-tech-card-desc {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
  section.bseem-tech-detail-banner {
    padding: 64px 20px;
  }
  section.bseem-tech-detail-banner .bseem-tech-detail-banner-inner {
    height: 400px;
  }
  section.bseem-tech-detail-banner .bseem-tech-detail-banner-content {
    width: 100%;
    padding: 32px 20px;
    right: auto;
    left: 0;
    align-items: center;
    text-align: center;
  }
  section.bseem-tech-detail-banner .bseem-tech-detail-banner-content .bseem-tech-detail-banner-title {
    font-size: 36px;
  }
}
.select2-container--open .select2-dropdown {
  top: calc(100% + 10px);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07000000000000001);
}
.select2-container--open .select2-dropdown--below {
  border: none !important;
  overflow: hidden;
  border-radius: 16px;
}
@keyframes bseem-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #E3E3E3;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #1D1D1F;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #1C6D36;
    border-style: solid;
    border-width: 0 0 3px;
    color: #1D1D1F;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #F3F3F3;
    color: #1D1D1F;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #1C6D36;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #333741;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #333741;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #333741;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #1D1D1F;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #1D1D1F;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .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;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #fff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    background: #fff;
    color: #1979c3;
    margin-left: auto;
    margin-top: 10px;
    width: 100%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    background: #1979c3;
    color: #fff;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    right: 0 !important;
    top: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    margin-bottom: 10px;
    width: 50%;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-review-popup .field.review-field-ratings .control {
    width: inherit;
  }
  .page-layout-empty .filter-options {
    margin-top: 10px;
  }
  .page-layout-empty .filter-options-item {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    border: 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title:after {
    top: 3px;
    right: 2px;
  }
  .page-layout-empty .filter-options-item .filter-options-content {
    position: absolute;
    top: 100%;
    z-index: 3;
    display: none;
    padding: 5px;
    width: 180px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-empty .filter-options-item .filter-options-content:before,
  .page-layout-empty .filter-options-item .filter-options-content:after {
    position: absolute;
    top: -16px;
    left: 5px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
    content: '';
  }
  .page-layout-empty .filter-options-item .filter-options-content:after {
    z-index: 4;
    margin-top: 0;
    border-bottom-color: #fff;
  }
  .page-layout-empty .filter-options-item .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-empty .filter-options-item .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-empty .filter-options-item .item a {
    margin-left: 0;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amasty_xlanding-page-view .products-grid .product-items .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 100% / 3;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 25%;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 20%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .menu-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    pointer-events: none;
    z-index: 0;
  }
  .menu-overlay.active {
    background-color: #FFFFFF;
    border-radius: 8px;
    transition: left 0.3s ease-out, width 0.3s ease-out;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.03);
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #A1A3A8;
  }
  .block-search input:-moz-placeholder {
    color: #A1A3A8;
  }
  .block-search input::-moz-placeholder {
    color: #A1A3A8;
  }
  .block-search input:-ms-input-placeholder {
    color: #A1A3A8;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #333741;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #333741;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #5C5F67;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #333741;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #333741;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #F3F3F3;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #1C6D36;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #F3F3F3;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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;
  }
  div[data-content-type="button-item"] div.pagebuilder-button-link {
    background: transparent;
    border: 1px solid #104A8B !important;
  }
  .page-main > .page-title-wrapper .page-title {
    margin-top: 76px;
  }
  .ammenu-header-container.page-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ammenu-header-container.page-header .header.content {
    max-width: 1360px;
  }
  .ammenu-header-container.page-header .header.content .ammenu-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .wrapper-navigation .ammenu-robots-navigation {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    display: none;
  }
  .wrapper-navigation .ammenu-menu-wrapper {
    margin-bottom: 0;
  }
  .ammenu-main-container {
    padding: 0;
  }
  .ammenu-nav-sections.-topmenu .ammenu-main-container {
    padding: 0;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items.-root {
    gap: 8px;
    position: static;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:first-child > .ammenu-link {
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:first-child > .ammenu-link .ammenu-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:first-child > .ammenu-link:after {
    background: url('../images/icons/menu.svg') no-repeat center center / 20px;
    content: '';
    display: flex;
    height: 40px;
    width: 40px;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:first-child h4 {
    line-height: 140%;
    font-weight: 600;
    font-size: 14px;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    margin-top: 7px;
    min-width: calc(100% + 2px);
    justify-content: space-between;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .menu-list-links {
    margin-left: 5%;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .menu-list-links:first-child {
    margin-left: 0;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .menu-list-image:last-child {
    margin-left: 20px;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .menu-list-image:nth-last-child(2) {
    margin-left: auto;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block p + p > a {
    text-decoration: underline;
    color: #5C5F67;
    font-size: 12px;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #104A8B;
    margin-bottom: 16px;
    line-height: 130%;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block h4 + p {
    color: #5C5F67;
    font-size: 12px;
    max-width: 245px;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .pagebuilder-column-group > .pagebuilder-column-line {
    display: flex;
    widtH: 100%;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block img {
    border-radius: 12px;
    margin: 0;
  }
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block h3 {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
  }
  .wrapper-header-actions {
    flex-direction: row;
    gap: 8px;
    height: 40px;
  }
  .wrapper-header-actions .header-online-store {
    display: flex;
  }
  .wrapper-header-actions .header-hotline {
    display: flex;
  }
  body.menu-active .ammenu-header-container.page-header .header.content {
    border-radius: 12px 12px 0 0;
    border-bottom-color: transparent;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
  }
  body.menu-active .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border-top-color: transparent;
    left: -1px;
  }
  .ammenu-submenu-block {
    padding: 24px 12px 12px 12px;
  }
  .ammenu-submenu-block h4 {
    margin: 0;
    margin-bottom: 16px;
    font-weight: 600;
  }
  .ammenu-submenu-block ul {
    gap: 24px;
    padding: 0;
  }
  .ammenu-submenu-block ul li {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .page-footer {
    background: url('../images/bg-footer-desktop.svg') no-repeat center center / cover;
    padding-top: 96px;
  }
  .support-center__header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .support-center__header p {
    max-width: 670px;
  }
  .support-center__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .support-center__grid .support-item {
    width: calc((100% - 60px)/4);
    padding: 32px 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 32px;
  }
  .support-center__grid .support-item img {
    border-radius: 16px;
    width: 80px;
    height: 80px;
  }
  .support-center__grid .support-item a {
    display: flex;
    color: #1D1D1F;
  }
  .support-center__grid .support-item h4 {
    width: calc(100% - 96px);
    display: flex;
    align-items: center;
  }
  .cms-home {
    padding-top: 20px;
  }
  .footer-top {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
    width: auto;
    background: transparent;
  }
  .footer-top h2 {
    font-size: 40px;
    width: 100%;
  }
  .footer-top a.see-all {
    display: flex;
  }
  .footer-top .button-see-all {
    display: none;
  }
  .footer-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    flex-direction: column;
    padding: 0;
    margin-bottom: 40px;
    width: calc(100% - 80px);
  }
  .footer-content-wrapper .footer.content {
    margin: 0;
    padding: 48px 40px 28px;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 40px 20px 40px;
  }
  .footer-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-content-right.footer-menu .footer-columns {
    display: flex;
    max-width: 975px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-content-right.footer-menu h4 {
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    line-height: 140%;
  }
  .footer-content-right.footer-menu h4:after {
    display: none;
  }
  .footer-content-right.footer-menu h4.active:after {
    display: none;
  }
  .footer-content-right.footer-menu .footer-col {
    gap: 16px;
    display: flex;
    flex-direction: column;
    width: 179px;
  }
  .footer-content-right.footer-menu .footer-col:last-child {
    gap: 24px;
  }
  .footer-content-right.footer-menu .footer-col:last-child h4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .footer-content-right.footer-menu ul {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }
  .footer-content-right.footer-menu ul li {
    margin-bottom: 0;
  }
  body a#mfbacktop {
    right: 40px;
    bottom: 20px;
  }
  .footer-social-wrap {
    position: relative;
    top: -6px;
  }
  .footer-social-wrap ul {
    margin-left: -5px;
    top: 5px;
    position: relative;
  }
  .hero-banner-slider-wrapper {
    padding-top: 80px;
    padding-bottom: 64px;
  }
  .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 40px;
    left: 0;
    transform: translate(0, -50%);
    align-items: flex-start;
  }
  .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content .banner-content-left {
    max-width: 470px;
  }
  .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content .banner-content-right {
    align-items: flex-end;
  }
  .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content h4 {
    font-weight: 400;
    font-size: 40px;
    text-align: left;
  }
  .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content p {
    display: flex;
  }
  .swiper.swiper-horizontal .pagination-wrap > .swiper-pagination-bullets,
  .swiper.swiper-horizontal > .swiper-pagination-bullets {
    display: flex;
  }
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading h3 {
    font-size: 60px;
  }
  .section-heading h4 {
    font-size: 40px;
  }
  .categories-tabs-list div[data-content-type="buttons"] {
    margin-top: 44px;
  }
  .block-support-center-bottom {
    padding: 96px 0;
  }
  .business-solutions-banner-wrap {
    margin-top: 96px;
  }
  .business-solutions-banner-wrap .business-solutions-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 551px !important;
    padding-right: 0;
    align-items: flex-end;
  }
  .business-solutions-banner-wrap .business-solutions-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 500px;
    text-align: left;
    padding: 29px 50px 30px 0;
    align-items: flex-start;
    line-height: 1.2;
  }
  .business-solutions-banner-wrap .business-solutions-banner .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content > div[data-element="content"] {
    font-size: 40px;
  }
  div.cms-tabs-wrapper .categories-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  div.cms-tabs-wrapper .categories-items .category-item {
    width: calc((100% - 40px)/3);
  }
  div.cms-tabs-wrapper .categories-items .category-item .category-item-details .category-item-name {
    font-size: 28px;
  }
  div.cms-tabs-wrapper .categories-items .data-link {
    width: calc((100% - 40px)/3 * 2 + 20px);
  }
  div.cms-tabs-wrapper .categories-items .data-link.visible-md {
    display: flex;
  }
  div.cms-tabs-wrapper .categories-items .data-link.visible-xs {
    display: none;
  }
  .col-usp-3 .usp-item {
    width: 33.3333%;
  }
  .col-usp-4 .usp-item {
    width: 25%;
  }
  .col-usp-6 .usp-item {
    width: 16.6667%;
  }
  .cms-home {
    background: url('../images/homepage-bg-top-desktop.png') no-repeat center top / 100%;
    background-color: #F3F3F3;
  }
  .banner-main-home-wrapper {
    padding-top: 78px;
    padding-bottom: 64px;
    margin-bottom: 10px;
  }
  .banner-main-home-wrapper .sp-slides-container .sp-slide .banner-homepage-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 28px;
  }
  .banner-main-home-wrapper .sp-slides-container .sp-slide .banner-homepage-content .banner-content-left {
    max-width: 307px;
  }
  .banner-main-home-wrapper .sp-slides-container .sp-slide .banner-homepage-content .banner-content-right {
    align-items: flex-end;
    padding: 0 5px 15px 0;
  }
  .banner-main-home-wrapper .sp-slides-container .sp-slide .banner-homepage-content h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .banner-main-home-wrapper .sp-slides-container .sp-slide .banner-homepage-content p {
    display: flex;
    color: #fff;
    margin-bottom: 0;
  }
  .homepage-blogs-list-wrap {
    padding-top: 64px;
    padding-bottom: 76px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .homepage-blogs-list-wrap .home-blogs-list .amblog-list .post-title.amblog-headline {
    font-size: 20px;
  }
  .title-home-large {
    font-size: 60px;
  }
  .title-home-small {
    font-size: 40px;
  }
  .homepage-banners-adv {
    padding: 64px 40px 101px;
  }
  .homepage-banners-adv .banners-adv-right {
    position: relative;
  }
  .homepage-banners-adv img {
    border-radius: 16px 16px 0 0;
  }
  .homepage-banners-adv p {
    font-size: 20px;
  }
  .homepage-banners-adv .banner-adv-home-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 32px;
    align-items: center;
  }
  .homepage-banners-adv a.button {
    display: flex;
  }
  .homepage-solution-slider-wrap {
    padding-top: 116px;
  }
  .homepage-solution-slider-wrap .swiper-3d .swiper-slide-shadow-right {
    background: transparent;
    background: linear-gradient(270deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
    width: calc(22% + 36px);
    right: auto;
    left: 0;
  }
  .homepage-solution-slider-wrap .swiper-3d .swiper-slide-shadow-left {
    background: transparent;
    background: linear-gradient(270deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    width: calc(22% + 36px);
    right: 0;
    left: auto;
  }
  .homepage-solution-slider-wrap .row {
    flex-direction: row;
  }
  .homepage-solution-slider-wrap .row .col-md-3 {
    width: 363px;
  }
  .homepage-solution-slider-wrap .row .col-md-6 {
    width: calc(100% - 363px);
  }
  .homepage-solution-slider-wrap .post-item-details {
    position: relative;
    padding: 48px 32px;
    height: 100%;
  }
  .homepage-solution-slider-wrap .post-item-details .post-title {
    font-size: 40px;
  }
  .homepage-solution-slider-wrap .post-item-details .ampost-link {
    position: absolute;
    bottom: 48px;
    left: 32px;
  }
  .homepage-solution-slider-wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 52px !important;
  }
  .homepage-category-list {
    padding: 0 40px;
  }
  .home-blogs-list-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 33px;
  }
  .home-blogs-list-header a {
    display: flex;
  }
  .home-blogs-list-main .widget.amblog-post-list .slick-track {
    min-width: 1920px;
  }
  .for-business-wrap {
    padding-top: 76px;
    padding-bottom: 96px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-solution-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-solution-heading.section-heading h5 {
    font-size: 20px;
    line-height: 130%;
    max-width: 740px;
  }
  .for-business-main .for-business-bg {
    margin-bottom: 0;
  }
  .for-business-main .for-business-title {
    max-width: 900px;
    gap: 24px;
  }
  .for-business-main .for-business-title h4 {
    font-size: 40px;
    line-height: 120%;
  }
  .for-business-main .for-business-title p {
    font-size: 20px;
  }
  .for-business-main .slick-dotted.slick-slider {
    position: absolute;
    right: 48px;
    transform: translateY(-50%);
    top: 50%;
    margin-top: -24px;
  }
  .why-choose-us-wrap {
    padding-top: 96px;
  }
  .why-choose-us-wrap .why-choose-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .why-choose-us-wrap .content-placeholder .why-choose-img-mobile {
    display: none;
  }
  .why-choose-us-wrap .content-placeholder .why-choose-img-desktop {
    display: flex;
    width: 100%;
  }
  .why-choose-us-wrap .content-placeholder .box-title {
    padding: 40px;
    border-radius: 35px 35px 0 0;
  }
  .why-choose-us-wrap .content-placeholder .box-title h4 {
    font-size: 40px;
    max-width: 380px;
  }
  .why-choose-us-wrap .content-placeholder .box-title a.button {
    display: flex;
  }
  .why-choose-us-wrap .content-placeholder .box-desc {
    display: flex;
  }
  .why-choose-us-wrap .content-placeholder .box-img {
    border-radius: 35px;
    overflow: hidden;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  .why-choose-banner-wrap {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .why-choose-banner-wrap .cards-box {
    max-width: 900px;
    height: 508px;
  }
  .why-choose-banner-wrap .cards-box .card {
    border-radius: 48px;
  }
  .why-choose-banner-wrap .content-placeholder .box-title {
    top: 16px;
    left: 16px;
  }
  .why-choose-us-wrap .why-choose-head {
    margin-bottom: 40px;
  }
  .homepage-category-list p {
    margin-bottom: 28px;
  }
  .where-tobuy-button {
    display: flex;
  }
  .why-choose-dots {
    right: -34px;
  }
  .home-blogs-list {
    max-width: 1360px;
    margin: 0 auto;
  }
  .productgr-row-banner {
    padding-top: 54px;
  }
  .productgr-row-banner .sp-buttons {
    bottom: -24px;
  }
  .productgr-row-tabs .product-group-main-title {
    margin-top: 95px;
  }
  .productgr-row-tabs .product-group-main-title h4 {
    font-size: 60px;
  }
  .product-group-main-title {
    margin-bottom: 40px;
  }
  .product-group-main-title h4 {
    font-size: 62px;
  }
  .product-group-main-title p {
    font-size: 20px;
  }
  div.product-group-main-tabs .categories-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  div.product-group-main-tabs .categories-items .category-item {
    width: calc((100% - 40px)/3);
  }
  .product-group-banner-bottom-wrapper {
    margin-top: 96px;
  }
  .product-group-banner-bottom-wrapper .product-group-banner-bottom .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 551px !important;
    align-items: flex-end;
  }
  .product-group-banner-bottom-wrapper .product-group-banner-bottom .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    max-width: 580px;
    text-align: left;
    padding: 20px 66px;
    align-items: flex-start;
  }
  .product-group-banner-bottom-wrapper .product-group-banner-bottom .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content > div[data-element="content"] {
    font-size: 40px;
  }
  .productgr-row-solution .product-group-banner-bottom .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    padding: 27px 66px 40px 83px;
  }
  .catalog-category-view .business-solutions-banner-wrap {
    padding: 0 40px;
  }
  .series-listing-hero-banner-slider-wrapper {
    padding: 0 40px;
    margin-top: 36px;
  }
  .series_listing_page {
    background-image: url('../images/series-listing-bg-top-desktop.png');
  }
  .usp-listing-wrap {
    padding: 0 40px;
    gap: 2px;
    margin-top: 134px;
  }
  .usp-listing .pagebuilder-column-line {
    max-width: 900px;
  }
  .usp-listing .pagebuilder-column {
    width: calc((100% - 60px)/4);
  }
  .grid-series-wrapper {
    padding: 0 40px;
  }
  .categories-tabs-list {
    padding: 0 40px;
    margin-top: 56px;
  }
  .series-listing-related-product-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 35px;
  }
  .series-listing-related-product-wrapper .series-listing-related-product .category-swiper-slider .category-item > a {
    height: 225px;
  }
  .grid-series-wrapper {
    margin-top: 120px;
  }
  .catalog-category-view .business-solutions-banner-wrap {
    padding: 0 40px;
  }
  .series-detail-hero-banner-slider-wrapper {
    padding: 0 40px;
    margin-top: 35px;
  }
  .series-detail-hero-banner-slider-wrapper.hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content {
    right: 0;
    left: auto;
    max-width: 511px;
  }
  .series_detail_page {
    background-image: url('../images/series-detail-bg-top-desktop.png');
  }
  .series-related-product-wrapper {
    padding-left: calc(50vw - 720px);
  }
  .series-related-product-wrapper .series-related-product {
    padding-left: 40px;
  }
  .series-related-product-wrapper .series-related-product .category-swiper-slider .category-item > a {
    height: 225px;
  }
  .fixed-menu-series-detail-wrapper {
    display: flex !important;
  }
  .usp-series-detail-wrapper {
    background-image: url('../images/series-detail-usp-bg-desktop.png');
    padding: 64px 0 96px;
    padding-top: 182px;
  }
  .usp-series-detail {
    padding: 0 40px;
  }
  .usp-series-detail-listing .block-content {
    max-width: 1130px;
    gap: 20px;
    width: 100%;
  }
  .usp-series-detail-listing .block-content .usp-item {
    width: calc((100% - 80px)/5);
    padding: 16px 24px;
  }
  .usp-series-detail-listing .block-content .usp-item img {
    max-height: 150px;
  }
  .usp-series-detail-listing .block-content .usp-item p {
    min-height: 78px;
  }
  .features-listing-series-detail-wrapper {
    background: #fff;
  }
  .features-listing-series-detail-wrapper .row-full-width-inner {
    padding: 120px 40px 96px;
    gap: 120px;
  }
  .feature-content .section-heading {
    align-items: flex-start;
    margin-bottom: 0;
    gap: 8px;
  }
  .feature-content .section-heading h4 {
    font-size: 36px;
  }
  .feature-content .section-heading h5 {
    font-size: 20px;
  }
  .feature-listing-item-full-inner .feature-content {
    padding-right: 0;
  }
  .feature-listing-item-full-inner .feature-listing-content {
    margin-bottom: 40px;
  }
  .feature-listing-image + .feature-listing-content {
    padding-right: 0;
    padding-left: 56px;
  }
  .feature-listing-item:last-child .feature-listing-image + .feature-listing-content {
    padding-right: 0;
    padding-left: 0;
  }
  .operating-efficiency-series-detail {
    padding: 0 40px;
    padding-bottom: 96px;
  }
  .operating-efficiency-series-detail .usp-listing .pagebuilder-column-line {
    max-width: 1130px;
  }
  .feature-project-series-detail {
    padding: 96px 0;
  }
  .feature-project-series-detail .section-heading {
    padding: 0 40px;
  }
  .outstanding-post {
    padding-left: 40px;
    padding-right: 40px;
  }
  .outstanding-post #slider-outstanding .item-outstanding-post .title-post {
    font-size: 36px;
    padding: 20px;
    line-height: 120%;
  }
  .outstanding-post #slider-outstanding .item-outstanding-post .amblog-shot {
    bottom: 20px;
    left: 20px;
    width: calc((100% - 40px)/1);
  }
  .outstanding-post .section-heading {
    padding: 0 40px;
  }
  .project-desc {
    padding: 20px 16px;
  }
  .project-desc .project-info ul li:nth-child(2) {
    display: flex;
  }
  .pagebuilder-column-group.feature-listing-item {
    max-width: 1130px;
    margin: 0 auto;
  }
  .pagebuilder-column-group.feature-listing-item:nth-child(4) .feature-content,
  .pagebuilder-column-group.feature-listing-item:first-child .feature-content {
    padding-right: 56px;
  }
  .operating-efficiency-series-detail .section-heading h4 {
    line-height: 130%;
    font-size: 35px;
  }
  .feature-project-series-detail .section-heading h4 {
    font-size: 40px;
  }
  .cms-for-business {
    background-image: url('../images/for-business-bg-top-desktop.png');
  }
  .cms-for-business .hero-banner-slider-wrapper {
    padding: 33px 40px 120px 40px;
  }
  .cms-for-business .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content {
    transform: translate(0, -18px);
    gap: 16px;
  }
  .cms-for-business .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content h4 {
    line-height: 1.2;
    font-size: 42px;
    letter-spacing: 0.4px;
  }
  .cms-for-business .hero-banner-slider-wrapper .sp-slides-container .sp-slide .banner-slider-content .banner-content-right > a {
    height: 48px;
    line-height: 1;
    padding: 8px 23px;
  }
  .projects-listing-for-business {
    margin: 96px 0;
  }
  .projects-listing-for-business .outstanding-post {
    display: flex;
    flex-direction: column;
  }
  .projects-listing-for-business .section-heading {
    gap: 6px;
  }
  .projects-listing-for-business .section-heading h4 {
    line-height: 1.2;
  }
  .usp-listing-for-business {
    padding-top: 64px;
    position: relative;
  }
  .usp-listing-for-business #slider-outstanding {
    padding-left: 0;
    padding-right: 0;
  }
  .usp-listing-for-business > .row-full-width-inner > .pagebuilder-column-group {
    padding-left: 40px;
    padding-right: 40px;
  }
  .usp-listing-for-business .section-heading {
    margin-bottom: 40px;
  }
  .usp-listing-for-business .section-heading h5 {
    font-size: 20px;
    line-height: 130%;
  }
  .usp-listing-for-business .usp-listing-card {
    padding: 31px 20px;
    gap: 13px;
  }
  .usp-listing-for-business .for-business-usp-bg-img {
    top: 64px;
  }
  .for-business-categories-listing {
    padding: 0 40px;
    margin-bottom: 96px;
    margin-top: 5px;
  }
  .for-business-categories-listing .pagebuilder-button-link {
    margin-top: 24px;
  }
  .for-business-categories-listing .section-heading h5 {
    font-size: 20px;
    line-height: 130%;
    max-width: 740px;
  }
  .for-business-categories-listing div.cms-tabs-wrapper .categories-items .category-item .category-item-details .category-item-name {
    font-size: 24px;
  }
  .for-business-why-choose-top {
    margin-bottom: 96px;
  }
  .for-business-why-choose-top .section-heading {
    margin-bottom: 31px;
  }
  .for-business-why-choose-slider {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .for-business-why-choose-slider .container {
    max-width: 900px;
  }
  .for-business-why-choose-slider .card {
    min-height: 300px;
  }
  .for-business-service-slide .item.down {
    margin-top: 48px;
  }
  .for-business-why-choose {
    position: relative;
  }
  .for-business-why-choose .row-full-width-inner {
    padding: 0 40px;
  }
  .for-business-why-choose .row-full-width-inner .section-heading {
    padding: 0;
  }
  .for-business-why-choose .row-full-width-inner > div {
    position: relative;
    z-index: 1;
  }
  .for-business-why-choose .for-business-why-choose-bg {
    position: absolute;
    left: 50%;
    top: -150px;
    transform: translate(-50%, 0);
    min-width: 1440px;
    width: 100%;
    display: flex;
  }
  .for-business-partners {
    padding-top: 96px;
  }
  .for-business-partners .row-full-width-inner {
    padding: 0 40px;
  }
  .for-business-partners .section-heading {
    margin-bottom: 40px;
  }
  .partners-business-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
  .for-business-partners-slide .partner-author .partner-logo {
    display: none;
  }
  .for-business-why-choosse-bottom .section-heading h6 {
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 1px;
    max-width: 100%;
  }
  .amblog_category_solution_listing .amblog-category-description > div[data-content-type="row"][data-appearance="contained"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .amblog_category_solution_listing .amblog-category-description > div[data-content-type="row"][data-appearance="full-width"] {
    padding-left: 0;
    padding-right: 0;
  }
  .amblog_category_solution_listing .amblog-category-description > div[data-content-type="row"][data-appearance="full-width"] .row-full-width-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .amblog-category .amblog-category-item {
    width: calc((100% - 40px)/3);
  }
  body[class*='amblog-index-'] .amblog-title-wrapper {
    margin-top: 56px;
  }
  body[class*='amblog-index-'] .amblog-title-wrapper .amblog-title {
    font-size: 60px;
  }
  .block.block-member-benefits-3col .usp-banner-item {
    width: calc((100% - 40px)/3);
    max-width: 363px;
    margin-bottom: 0;
  }
  .block.block-member-benefits-3col .list-usp {
    flex-direction: row;
  }
  .solution-listing-categories-list .section-heading {
    max-width: 740px;
  }
  .solution-listing-usp {
    padding-top: 99px;
    padding-bottom: 96px;
    background-size: 100% !important;
    background-position-y: -10px !important;
  }
  .solution-listing-blogs {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .solution-listing-banner-ebook {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .solution-listing-banner-ebook:before {
    width: 35.2%;
    left: 111px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    margin-top: 16px;
  }
  .solution-listing-banner-ebook .pagebuilder-poster-content {
    padding-left: 40.4%;
  }
  .solution-listing-banner-ebook .pagebuilder-poster-content div[data-element="content"] {
    gap: 6px;
  }
  .amblog-post-wrap.amblog-grid-wrap {
    margin-bottom: 32px;
    margin-top: 10px;
  }
  body.amblog_category_communication_listing .amblog-category-description > div[data-content-type="row"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  body.amblog_category_communication_listing .amblog-category-description > div[data-content-type="row"][data-appearance="contained"] {
    max-width: 1022px;
  }
  .amblog-grid-list .post-item.single-item {
    width: 100%;
    flex-direction: row;
    gap: 0;
  }
  .amblog-grid-list .post-item.single-item .post-item-feature-details {
    width: 36.5%;
  }
  .amblog-grid-list .post-item.single-item .post-item-feature-main {
    width: 63.5%;
  }
  .amblog-grid-list .post-item.single-item .post-image {
    border-radius: 16px 0 0 16px;
  }
  .amblog-grid-list .post-item.two-item {
    width: calc((100% - 20px)/2);
  }
  .amblog-grid-list .post-item.three-item {
    width: calc((100% - 40px)/3);
  }
  .amblog-sidebar-heading-container a {
    display: flex;
  }
  .amblog-sidebar-heading-container h3 {
    font-size: 40px;
  }
  body.amblog_category_communication_top,
  body.amblog_category_communication_bottom {
    background: url('../images/bg-footer-without-footer-top.png') no-repeat center bottom / 100% #F5F5F7;
  }
  body.amblog_category_communication_bottom .page-main > .page-title-wrapper .page-title {
    max-width: 520px;
  }
  .amblog-grid-list > .list-item.amblog-item {
    width: calc((100% - 40px)/3);
  }
  .amblog-index-category .page-main > .page-title-wrapper .page-title {
    font-size: 60px;
  }
  .amblog-pager-container {
    margin: 44px 0 64px 0;
    width: auto;
  }
  body.amblog_category_communication_filter {
    background: url('../images/bg-footer-without-footer-top.png') no-repeat center bottom / 100% #F5F5F7;
  }
  .amblog-post-container.-post-page .amblog-content .amblog-post-title .post-title {
    font-size: 40px;
  }
  .amblog-post-container.-post-page .amblog-content .sidebar-wrapper {
    width: 228px;
  }
  .amblog-post-container.-post-page .amblog-content .content-wrapper {
    width: calc(100% - 268px);
  }
  .amblog-post-container.-post-page .amblog-content .toc-container > div[data-role="title"] {
    display: none;
  }
  .amblog-post-container.-post-page .action-bottom .copy-link a {
    display: none;
  }
  .md-text-white {
    color: #fff;
  }
  .md-absolute {
    position: absolute;
  }
  .block-usp-banner {
    display: flex;
  }
  .block-usp-banner .banner-usp {
    width: 49%;
  }
  .block-usp-banner .block-content {
    padding-left: 30px;
    width: 51%;
  }
  .visible-xs {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .partner-top-leading4 {
    font-size: 28px;
  }
  .row-partner-history {
    padding-bottom: 96px;
    padding-top: 96px;
  }
  .row-partner-history .become-sellers-details-item {
    padding: 20px;
  }
  .row-section-training .training-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    max-width: 50%;
  }
  .row-seller-banner .seller-details {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 0 40px 40px;
    max-width: 380px;
  }
  body .row-blog-update,
  body[class*='amblog-index-'] .row-blog-update {
    padding-top: 96px;
  }
  body .row-blog-update .amblog-title-wrapper,
  body[class*='amblog-index-'] .row-blog-update .amblog-title-wrapper {
    margin-top: 0;
  }
  .amblog-category-dao-tao---chung-chi-tu-daikin .block-usp-banner .block-content {
    padding-left: 33px;
  }
  .amblog-category-dao-tao---chung-chi-tu-daikin .block-usp-banner .data-link img {
    max-width: 660px;
    width: 100%;
  }
  .membership-row-accumulation {
    padding-bottom: 64px;
  }
  .amblog-category-thanh-vien-daikin .block-usp-banner {
    align-items: center;
  }
  .amblog-category-thanh-vien-daikin .block-usp-banner .block-content {
    padding-top: 0;
  }
  .membership-row-benifit .benifit-card-guarantee {
    min-height: 102px;
  }
  .membership-row-benifit .benifit-card-accumulate {
    min-height: 128px;
  }
  .afters-row-other-info-sub2 .block-content {
    padding: 20px;
  }
  .customer-support-tab-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .upgrade-experience-banner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .upgrade-experience-banner-item {
    display: flex;
  }
  .upgrade-experience-banner-item.upgrade-item-half {
    width: calc((100% - 20px)/2);
  }
  .contact-center-upgrade-experience {
    padding: 96px 0;
  }
  .support-center-technican-training-content {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 86px;
    gap: 20px;
  }
  .service-row-blog-list .post-item-details {
    width: calc((100% - 40px)/3);
  }
  .service-row-blog-list .action-post {
    padding: 0 20px;
    bottom: 28px;
  }
  .service-row-partners .usp-item {
    min-height: 362px;
  }
  .service-row-blogs-list .home-blogs-list-header {
    margin-bottom: 49px;
  }
  .service_detail[class*='amblog-index-'] .breadcrumbs {
    display: flex;
    margin-top: 94px;
  }
  .demo-service-detail-overview {
    padding: 71px 113px;
    display: flex;
    flex-direction: row;
  }
  .demo-service-detail-overview .demo-service-detail-overview-content {
    width: 441px;
  }
  .demo-service-detail-overview .demo-service-detail-overview-content .section-heading h3 {
    font-size: 48px;
  }
  .demo-service-detail-overview .demo-service-detail-overview-banner {
    width: calc(100% - 489px);
  }
  .service-detail-body-wrapper {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .item-service-progress {
    display: flex;
    flex-direction: row;
    gap: 56px;
  }
  .item-service-progress .item-service-progress-img {
    width: 565px;
    min-width: 565px;
  }
  .demo-service-detail-usp {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .demo-service-detail-usp .section-heading.heading-service-detail-usp {
    margin-bottom: 48px;
    margin-top: 8px;
  }
  .demo-service-detail-usp .section-heading.heading-service-detail-usp h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    color: #104A8B;
  }
  .demo-service-detail-usp .block-content {
    gap: 40px;
    flex-wrap: nowrap;
  }
  .demo-service-detail-usp .block-content .usp-item.usp-item-link {
    display: flex;
    width: 267px;
  }
  .demo-service-detail-usp .block-content .usp-item.usp-item-link:nth-child(3) {
    width: 209px;
  }
  .amblog-category-dich-vu-bao-tri-chuan-daikin[class*='amblog-index-'] .hero-banner-slider-wrapper,
  .service_detail_page[class*='amblog-index-'] .hero-banner-slider-wrapper {
    margin-bottom: 54px;
  }
  .section-heading.heading-service-detail-services-listing {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-bottom: 48px;
  }
  .service-row-blog-list {
    padding-bottom: 96px;
    padding-top: 96px;
    position: relative;
  }
  .service-row-blog-list .bg-service-row-blog-list {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .section-heading.heading-contact-us {
    margin-bottom: 48px;
    gap: 24px;
  }
  .section-heading.heading-contact-us h4 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .section-heading.heading-contact-us h3 {
    font-size: 60px;
  }
  .section-heading.heading-contact-us h5 {
    font-size: 20px;
    max-width: 670px;
  }
  .contact-us-form-wrap {
    margin-top: 16px;
    margin-bottom: 96px;
  }
  .contact-us-form {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 942px;
    margin: 0 auto;
  }
  .contact-us-form .contact-us-form-banner.banner-contact-mobile {
    display: none;
  }
  .contact-us-form .contact-us-form-banner.banner-contact-desktop {
    display: flex;
    width: 272px;
  }
  .contact-us-form .contact-us-form-main {
    width: calc(100% - 272px);
  }
  .form.form-contact-us {
    padding: 40px 48px;
  }
  .fieldset.contact-us {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fieldset.contact-us .field {
    width: 100%;
  }
  .fieldset.contact-us .field.phone,
  .fieldset.contact-us .field.email,
  .fieldset.contact-us .field.personal {
    width: calc((100% - 24px)/3);
  }
  .fieldset.contact-us .field.request-type,
  .fieldset.contact-us .field.model {
    width: calc((100% - 12px)/2);
  }
  .section-heading.heading-store-locator {
    margin-bottom: 48px;
  }
  .section-heading.heading-store-locator h4 {
    font-size: 48px;
  }
  .store-locator-form-wrap {
    padding: 96px 20px;
    max-width: 1170px;
    margin: 0 auto;
  }
  .store-locator-form-wrap .amblog-pager-container {
    margin: 0;
  }
  .form.form-store-locator-us .field.search-address {
    width: 513px;
  }
  .form.form-store-locator-us .field.city,
  .form.form-store-locator-us .field.ward {
    display: flex;
    width: calc((100% - 537px)/2);
  }
  .store-locator-list-wrap {
    margin: 48px 0;
  }
  .store-locator-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .store-locator-list .store-locator-item {
    width: calc((100% - 40px)/3);
  }
  .section-heading.heading-contact-channel {
    align-items: start;
    margin-top: 96px;
    margin-bottom: 48px;
  }
  .section-heading.heading-contact-channel h3 {
    font-size: 48px;
  }
  .section-heading.heading-404 {
    margin-top: 196px;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1024px), print {
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .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);
  }
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    margin: 0;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .usp-px .usp-item-details {
    padding: 32px;
  }
  .ml-p32 {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
  .ml-pb48 {
    padding-bottom: 48px;
  }
  .ml-size40 {
    font-size: 40px;
  }
  .ml-size48 {
    font-size: 48px;
  }
  .ml-size56 {
    font-size: 56px;
  }
  .ml-leading52p {
    line-height: 52px;
  }
  .ml-pt66 {
    padding-top: 66px;
  }
  .partner-top-leading1 {
    font-size: 60px;
  }
  .row-partner-top {
    padding-top: 67px;
  }
  .row-partner-top .category-name {
    font-size: 24px;
  }
  .row-partner-history .become-sellers-details-title {
    font-size: 72px;
  }
  .row-partner-history .become-sellers-details {
    gap: 64px;
  }
  .row-section-training {
    margin-bottom: 96px;
  }
  .row-section-training .training-details {
    max-width: 518px;
    padding: 40px 0 40px 40px;
  }
  .row-section-member .member-details {
    padding-left: 25px;
  }
  .membership-row-usp .block.block-member-benefits-3col .usp-banner-item {
    padding: 32px;
  }
  .aftersales-row-hero {
    padding-top: 66px;
  }
  .aftersales-row-hero-usp .usp-item-details {
    padding: 32px;
  }
  .afters-row-quote {
    min-height: 545px;
  }
  .afters-row-other-info .usp-item-details {
    padding: 32px;
  }
  .afters-row-ebook {
    margin-top: 96px;
  }
  .afters-row-ebook .ebook-details {
    padding: 40px;
  }
  .afters-row-ebook .afters-ebook-col-details {
    top: -70px;
  }
  .afters-row-ebook .afters-ebook-col-img img {
    min-height: 400px;
  }
  .service-row-blog-list .detail-post {
    padding: 28px 28px 20px;
  }
  .service-row-blog-list .action-post {
    padding: 0 28px;
  }
  .product-service-cus-row-review .pagebuilder-col-left {
    width: 39% !important;
  }
  .product-service-cus-row-review .pagebuilder-col-left [data-content-type='html'] {
    max-width: 376px;
    width: 100%;
  }
  .product-service-cus-row-review .pagebuilder-col-right {
    width: 61% !important;
  }
  .service-row-blogs-list .title-home-small {
    font-size: 48px;
  }
  .hero-banner-slider-wrapper.service-detail-hero-banner .sp-slides-container .sp-slide .banner-slider-content {
    min-width: 511px;
    width: fit-content;
    right: 0;
    left: auto;
  }
  .error-block-search .error-tab-list {
    padding: 40px;
  }
}
@media all and (min-width: 1440px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .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;
  }
  .xl-size56 {
    font-size: 56px;
  }
  .hero-content-block {
    margin-bottom: 120px;
    padding-top: 67px;
  }
  .block-usp-banner .block-content {
    padding-left: 40px;
  }
  .row-section-training .training-details {
    padding-bottom: 86px;
    padding-left: 86px;
  }
  .row-section-member .member-details {
    padding-left: 53px;
  }
  .row-seller-banner .seller-details {
    max-width: 518px;
    padding-left: 86px;
    padding-top: 86px;
  }
  .row-seller-info .info-details {
    padding: 28px;
  }
  .afters-row-ebook {
    min-height: 480px;
  }
  .afters-row-ebook .ebook-details {
    padding: 66px 40px 40px 23px;
  }
  .afters-row-ebook .afters-ebook-col-details {
    left: 100px;
    right: 144px;
  }
  .service-row-blog-list .post-item-details {
    min-height: 591px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-common.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Coupons%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Faq%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Label%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fopen_type%5C%2F_drill.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_PromoBanners%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_utils.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Scroll%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_back-to-top.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FEcommage_Address%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FEcommage_BannerManager%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FEcommage_MegaMenuAdjust%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_general.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-about.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-daikin-vn.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-about-factory.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-about-history.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-about-technology.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-technology-detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_bseem-where-to-buy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcustom_variables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcustom_variables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_author-info.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_comments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_post.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_posts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_related-items-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_further-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fpages%5C%2F_search-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pack.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SeoToolkitLite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-fly-out.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_show-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_magento-override.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-accounts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-login.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_location.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Storelocator%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xlanding%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Xnotif%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_main-slider-cms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_cms-general.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_cms-banners.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_cms-tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_block-usp.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_homepage.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_product-group.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_series-listing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_series-detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_for-business.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_solution-listing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_communication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_news.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_blog-detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fblog%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fblog%5C%2F_overview.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fblog%5C%2F_for-partners.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fblog%5C%2F_become-sellers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fblog%5C%2F_training-certificate.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fblog%5C%2F_membership.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_aftersales.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_support-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_product-service.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_service-detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_contact.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_no-route.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FDaikin%5C%2Fcorporate%5C%2Fvi_VN%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_error-codes.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%3BYAgHY%3BAC5GZ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACoBR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3B%3BAC3BJ%2CeAAC%3BEACG%2C2YAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CeAA5B%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAC%2CQAAQ%3BEACL%2CWAAW%2CiBAAiB%2CSAA5B%3B%3BAAKJ%2CaAAC%3BEACG%2CoBAAA%3B%3BAAFR%2CaAKI%3BEACI%2CkBAAA%3B%3BAANR%2CaASI%3BEC0QA%2CyBAAA%3BEAAA%2CcAAA%3BEDrQQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAZJ%2CcAYK%3BEC8PL%2CqBAAA%3B%3BAD1PI%2CaAhBJ%2CcAgBK%3BAACD%2CaAjBJ%2CcAiBK%3BAACD%2CaAlBJ%2CcAkBK%3BECwPL%2CcAAA%3B%3BADpPI%2CaAtBJ%2CcAsBK%3BEACG%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaA3BJ%2CcA2BK%2CMAAM%3BAACP%2CaA5BJ%2CcA4BK%2CMAAM%3BAACP%2CaA7BJ%2CcA6BK%2CMAAM%3BEACH%2CkBAAA%3B%3BAAKZ%2CoBACI%3BEACI%2CsBAAA%3B%3BAAFR%2CoBAKI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAPR%2CoBAUI%3BAAVJ%2CoBAWI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAbR%2CoBAgBI%2CYAAW%3BEACP%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAEjHR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACYR%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%3BAC1BZ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BACsDJ%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%3BACsuBR%3BEAJI%3BIACI%2CaAAA%3B%3B%3BACzuBR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACeR%3BEACI%2COAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAA%2BGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAKJ%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BECpKA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADmKJ%3BECxKA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADuKJ%3BEC5KA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD2KJ%3BEChLA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD%2BKJ%3BECpLA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD%2BJJ%3BEC1JA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BADsJJ%3BEC9JA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAD0JJ%3BEClKA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAD8JJ%3BECtKA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BADkKJ%3BEC1KA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAC8NR%2CQALmC%3BEAC%5C%2FB%2CwBAAwB%2CQAAS%2CQAAO%3BIACpC%2CaAAA%3B%3B%3BACzOJ%2CuBAAC%3BEACG%2CQAAQ%2CeAAR%3B%3BAAGJ%2CuBAAC%3BEACG%2CQAAQ%2CeAAR%3B%3BACNR%3BEACI%3BIACI%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BACER%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACiLR%2CwBAT0C%3BEACtC%2CmBAAoB%2CoBACd%2CIAAC%3BEADP%2CmBAAoB%2CoBAEd%2CIAAC%3BIACC%2CUAAA%3B%3B%3BACHZ%2CwBAV2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAeR%2CwBAX0C%3BEACtC%2CgBAAiB%3BIACb%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAoBR%2CwBAhB0C%3BEACtC%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAIJ%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAChNR%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%2CaAAc%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%3BEAC%5C%2FB%2CiBAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%2CaAAc%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%2CaAAc%3BEAC7C%2CiBAAA%3B%3BAAWJ%2CwBAR0C%3BEACtC%2CGAAG%3BIACC%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3B%3BACfR%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BACjCR%3BEAEQ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CqBAAC%3BEDKD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3B%3BACnBJ%2CqBAgBI%3BEACI%2CaAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAAGJ%2CoBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CoBAAC%3BEDTD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CsCAAhB%3B%3BACYJ%3BEAEQ%2CQAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BAALR%2CoBAQI%3BEACI%2CkBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2C4BAAA%3B%3BAAGJ%2CoBAAC%3BEDpCD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CoCAAhB%3BECqCI%2CWAAW%2CcAAc%2CeAAzB%3B%3BAC7CR%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACHR%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACER%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAC5DR%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BACMJ%3BEAUI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAhBA%2CuCAAC%3BEACG%2CmCAAA%3BEACA%2CaAdQ%2CYAcR%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAWR%3BEAaI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAlBA%2CmCAAC%3BEACG%2CmCAAA%3BEACA%2CaAjCQ%2CYAiCR%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAUR%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAALJ%2C%2BBAMI%3BEACI%2CwCAAA%3B%3BAAPR%2C%2BBASI%2CkBAAiB%3BEACb%2CsBAAA%3B%3BAAVR%2C%2BBAYI%2CkBAAiB%3BEACb%2CsBAAA%3B%3BAAbR%2C%2BBAeI%2CkBAAiB%3BEACb%2CeAAA%3B%3BAAhBR%2C%2BBAkBI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2C%2BBAPJ%2C2BAOK%3BEACG%2CeAAA%3BEACA%2CSAAA%3B%3BAAEJ%2C%2BBAXJ%2C2BAWK%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBZ%2C%2BBAkCI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2C%2BBAD2B%2CmBAC1B%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAA%2BB%2CmBAI3B%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAPR%2C%2BBAA%2BB%2CmBAS3B%2CaAAY%2CYAAY%3BEACpB%2CcAAA%3B%3BAAGR%3BEAII%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAARJ%2CqCACI%3BEACI%2CmBAAA%3B%3BAAQR%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CEAAE%2C0CAIE%3BEACI%2CoBAAA%3BEACA%2CeAAA%3B%3BAAGR%2C6BACI%3BEACI%2CgBAAA%3B%3BAAFR%2C6BACI%2CgCAEI%3BEACI%2CkBAAA%3B%3BAACA%2C6BAJR%2CgCAEI%2C2BAEK%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAAPhB%2C6BACI%2CgCASI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIZ%3BEACI%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CuCAKI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CoBAAA%3B%3BAAEJ%3BEAEI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgCAAC%3BEACG%2CoBAAA%3B%3BAAGR%2CaACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAALJ%2CqCAMI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAVR%2CqCAYI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiCAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3B%3BAACA%2CgCAAC%3BEACG%2CsDAAA%3B%3BAAXR%2CgCAaI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAACA%2CgCAPJ%2CcAOK%3BEACG%2CcAAA%3B%3BAAEJ%2CgCAVJ%2CcAUK%3BEACG%2C6BAAA%3B%3BAAEJ%2CgCAbJ%2CcAaK%3BEACG%2C6BAAA%3BEACA%2CWAAW%2CUAAX%3B%3BAAIZ%2C%2BBACI%3BEACI%2CkBAAA%3B%3BAAFR%2C%2BBACI%2CaAEI%3BEACI%2CkBAAA%3B%3BAAJZ%2C%2BBAOI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGA%2C%2BBADJ%2CkBAAiB%2CUACZ%3BEACG%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGA%2C%2BBAXR%2CkBAAiB%2CUAUb%2CoCACK%3BEACG%2CSAAS%2CGAAT%3B%3BAAvBhB%2C%2BBA2BI%2CkBAAiB%2CeACb%3BEACI%2CkBAAA%3B%3BAA7BZ%2C%2BBAgCI%3BEACI%2CkBAAA%3B%3BAAjCR%2C%2BBAgCI%2CsCAEI%3BEACI%2CoBAAA%3B%3BAACA%2C%2BBAJR%2CsCAEI%2CsCAEK%3BEACG%2CYAAA%3B%3BAArChB%2C%2BBAyCI%3BEACI%2CkBAAA%3B%3BAAEI%2C%2BBAHR%2C2CAEK%2CWACI%3BEACG%2CcAAA%3B%3BAAGR%2C%2BBAPJ%2C2CAOK%3BEACG%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C%2BBAhBJ%2C2CAgBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAIJ%2C%2BBADJ%2C2CAA0C%2CQACrC%3BEACG%2CaAAA%3B%3BAArEZ%2C%2BBAwEI%2C2CAA0C%3BEACtC%2CkBAAA%3B%3BAACA%2C%2BBAFJ%2C2CAA0C%2CMAErC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C%2BBANJ%2C2CAA0C%2CMAMrC%3BEACG%2CYAAA%3BEACA%2CSAAA%3B%3BAAGA%2C%2BBAXR%2C2CAA0C%2CMAUrC%2CYACI%3BEACG%2CWAAA%3B%3BAAIJ%2C%2BBAhBR%2C2CAA0C%2CMAerC%2CWACI%3BEACG%2CYAAA%3B%3BAAKR%2C%2BBADJ%2C2CAA0C%2CMAAM%2CQAC3C%3BEACG%2CaAAA%3B%3BAA%5C%2FFZ%2C%2BBAkGI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAACA%2C%2BBAJJ%2CiCAIK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIZ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2CmBAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBARJ%2CeAQK%3BEACG%2C4BAA4B%2C6CAA5B%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAvBZ%2CmBA0BI%2CeAAc%3BEAIV%2CqBAAA%3B%3BAAHA%2CmBADJ%2CeAAc%2CQACT%3BEACG%2CWAAW%2CcAAX%3B%3BAAGJ%2CmBALJ%2CeAAc%2CQAKT%3BEACG%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CmBADJ%2CeAAc%2COACT%3BEACG%2CWAAW%2CcAAX%3B%3BAAtCZ%2CmBAyCI%2CeAAc%3BEACV%2CcAAA%3B%3BAACA%2CmBAFJ%2CeAAc%2CUAET%3BEACG%2CyDAAA%3B%3BAA5CZ%2CmBA%2BCI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDR%2CmBA%2BCI%2CaAGI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CmBAPZ%2CaAGI%2CgBAGI%2CWACK%3BEACG%2CmBAAA%3B%3BAAvDpB%2CmBA%2BCI%2CaAGI%2CgBAGI%2CWAII%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAKR%2CmBAjBR%2CaAgBI%2CWACK%3BEACG%2CmBAAA%3B%3BAAjEhB%2CmBA%2BCI%2CaAgBI%2CWAII%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAArEhB%2CmBAyEI%2CiBACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CmBALZ%2CiBACI%2CgBAGI%2CWACK%3BEACG%2CmBAAA%3B%3BAA%5C%2FEpB%2CmBAyEI%2CiBACI%2CgBAGI%2CWAII%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAnFpB%2CmBAwFI%2CeACI%2CeACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CmBANhB%2CeACI%2CeACI%2CgBAGI%2CWACK%3BEACG%2CmBAAA%3B%3BAA%5C%2FFxB%2CmBAwFI%2CeACI%2CeACI%2CgBAGI%2CWAII%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAnGxB%2CmBAwFI%2CeAgBI%2CaACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CmBArBhB%2CeAgBI%2CaACI%2CgBAGI%2CWACK%3BEACG%2CmBAAA%3B%3BAA9GxB%2CmBAwFI%2CeAgBI%2CaACI%2CgBAGI%2CWAII%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAlHxB%2CmBAwHI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAA5HR%2CmBAwHI%2CmBAKK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FHZ%2CmBAwHI%2CmBAKK%2CeAGG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnIhB%2CmBAwHI%2CmBAKK%2CeAGG%2CgBAII%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAArIpB%2CmBAwHI%2CmBAKK%2CeAGG%2CgBAOI%3BEACI%2CkBAAA%3B%3BAAxIpB%2CmBAwHI%2CmBAKK%2CeAcG%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAA5IhB%2CmBAwHI%2CmBAuBK%2CmBACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlJhB%2CmBAwHI%2CmBAuBK%2CmBACG%2CgBAGI%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAApJpB%2CmBAwHI%2CmBAuBK%2CmBACG%2CgBAMI%3BEACI%2CkBAAA%3B%3BAAvJpB%2CmBAwHI%2CmBAmCK%2CiBACG%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FJpB%2CmBAwHI%2CmBAmCK%2CiBACG%2CeACI%2CgBAGI%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAAjKxB%2CmBAwHI%2CmBAmCK%2CiBACG%2CeACI%2CgBAMI%3BEACI%2CkBAAA%3B%3BAApKxB%2CmBAwHI%2CmBAmCK%2CiBAaG%2CaACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA3KpB%2CmBAwHI%2CmBAmCK%2CiBAaG%2CaACI%2CgBAGI%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAA7KxB%2CmBAwHI%2CmBAmCK%2CiBAaG%2CaACI%2CgBAMI%3BEACI%2CkBAAA%3B%3BAAOxB%2CmBAAmB%3BEACf%2CYAAA%3B%3BAADJ%2CmBAAmB%2CQAEf%3BEACI%2CqBAAA%3B%3BAACA%2CmBAJW%2CQAEf%2CeAEK%3BEACG%2CqBAAA%3B%3BAAEJ%2CmBAPW%2CQAEf%2CeAKK%3BEACG%2CWAAW%2CcAAX%3B%3BACviBZ%3BEACI%2CsBAAA%3BEAEA%2CkBAAA%3BEAGA%2CYAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CcAQI%3BEACI%2CWAAA%3BEAIA%2CeAAA%3BEAEA%2CYAAA%3B%3BAAfR%2CcAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CuCAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2C0BAAX%3B%3BAACA%2CcAbJ%2CoBAaK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsDAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2C0BAAX%3B%3BAAEJ%2CcAvBJ%2CoBAuBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CcAnCJ%2CoBAmCK%3BEACG%2CsBAAA%3BEACA%2CUAAA%3B%3BAACA%2CcAtCR%2CoBAmCK%2CMAGI%3BEACG%2CsBAAA%3B%3BAAxDhB%2CcA4DI%3BEAEI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BACtER%3BEACI%2CyCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAKR%3BEACI%2CaAAA%3B%3BAAGJ%2CoBACI%2CMAAK%3BEACD%2CaAAA%3B%3BAAEJ%2CoBAAC%2CIAAI%3BEACD%2CeAAA%3B%3BAAEJ%2CoBAAC%3BEACG%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C8BApBI%2C2CAAA%2C6CAAA%2CoDAAA%2C8BAoBJ%3BEAKA%2CsBAzBI%2C2CAAA%2C6CAAA%2CoDAAA%2C8BAyBJ%3BEAKA%2CUAAA%3BEACA%2CkBAAA%3B%3BAACA%2CoBAnBH%2CSAmBI%3BEACG%2CUAAA%3BEACA%2CQAAA%3BEACA%2C8BAnCA%2C2CAAA%2C6CAAA%2C8BAmCA%3BEAIA%2CsBAvCA%2C2CAAA%2C6CAAA%2C8BAuCA%3BEAIA%2CUAAA%3BEACA%2CmBAAA%3B%3BAASJ%2CoBANH%2CQAMI%2CWAAY%2CaACT%3BEACI%2CaAAA%3B%3BAAEJ%2CoBAVP%2CQAMI%2CWAAY%2CaAIR%2CQACG%3BEACI%2CcAAA%3B%3BACiHpB%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BI3BwHrC%2CyBAAA%3B%3BE2BrHA%2CcAAe%2CuBAAsB%3BI3BqHrC%2C4BAAA%3BI2BnHI%2CQAAA%3B%3B%3B%3B%3B%3B%3BAC5ER%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAChFR%3BE7BMI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6BTJ%3BE7B8QI%2C%2BCAAA%3BEAAA%2CiB6B5Q0B%2CU7B4Q1B%3BE6B3QA%2CoCAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CkCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BA5C%2BlCJ%2CQAjOsC%3BEACpC%2CIAEE%3BEADF%2CIACE%3BIACE%2CaAAA%3B%3BEAHJ%2CIAME%3BEALF%2CIAKE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3B%3BEAZJ%2CIAME%2CWAQE%3BEAbJ%2CIAKE%2CWAQE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAGF%2CIAbF%2CWAaG%3BEAAD%2CIAbF%2CWAaG%3BEACD%2CIAdF%2CWAcG%3BEAAD%2CIAdF%2CWAcG%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAzBN%2CIA6BE%3BEA5BF%2CIA4BE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FBJ%2CIAkCE%3BEAjCF%2CIAiCE%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEApCJ%2CIAuCE%3BEAtCF%2CIAsCE%3BIACE%2CeAAA%3B%3BEAxCJ%2CIA2CE%3BEA1CF%2CIA0CE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CUAAA%3B%3BEA7CJ%2CIAgDE%3BEA%5C%2FCF%2CIA%2BCE%3BIACE%2CYAAA%3B%3BEAjDJ%2CIAgDE%2CoBAGE%3BEAlDJ%2CIA%2BCE%2CoBAGE%3BIACE%2CQAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAvDN%2CIAgDE%2CoBAGE%2CmBAME%3BEAxDN%2CIA%2BCE%2CoBAGE%2CmBAME%3BIACE%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEA7DR%2CIAgDE%2CoBAGE%2CmBAME%2CmBAME%3BEA9DR%2CIA%2BCE%2CoBAGE%2CmBAME%2CmBAME%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAjEV%2CIAuEE%3BEAtEF%2CIAsEE%3BIACE%2CeAAA%3B%3BEAxEJ%2CIAuEE%2CkBAGE%3BEAzEJ%2CIAsEE%2CkBAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEA5EN%2CIAiFE%3BEAhFF%2CIAgFE%3BIACE%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CIALF%2CsBAKG%3BEAAD%2CIALF%2CsBAKG%3BIACC%2CeAAA%3B%3BEAGF%2CIATF%2CsBASG%3BEAAD%2CIATF%2CsBASG%3BIACC%2CeAAA%3B%3BEAIF%2CIAdF%2CsBAcG%2COACC%3BEADF%2CIAdF%2CsBAcG%2COACC%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKJ%2CIAtBF%2CsBAsBG%3BEAAD%2CIAtBF%2CsBAsBG%3BIACC%2CQAAA%3B%3BEAxGN%2CIA6GE%3BEA5GF%2CIA4GE%3BIACE%2CaAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FGJ%2CIA6GE%2CyBAIE%3BEAhHJ%2CIA4GE%2CyBAIE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAvHN%2CIA6GE%2CyBAaE%3BEAzHJ%2CIA4GE%2CyBAaE%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEA5HN%2CIA6GE%2CyBAkBE%3BEA9HJ%2CIA4GE%2CyBAkBE%3BIACE%2CSAAA%3B%3BEAhIN%2CIA6GE%2CyBAsBE%2CYACE%3BEAnIN%2CIA4GE%2CyBAsBE%2CYACE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3B%3BEAtIR%2CIA4IE%2CsBACE%3BEA5IJ%2CIA2IE%2CsBACE%3BIACE%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAhJN%2CIA4IE%2CsBAOE%3BEAlJJ%2CIA2IE%2CsBAOE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3B%3BEAvJN%2CIA4IE%2CsBAcE%3BEAzJJ%2CIA2IE%2CsBAcE%3BIACE%2CQAAA%3BIACA%2COAAA%3B%3BEA5JN%2CIA4IE%2CsBAmBE%3BEA9JJ%2CIA2IE%2CsBAmBE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAjKN%2CIA4IE%2CsBAwBE%3BEAnKJ%2CIA2IE%2CsBAwBE%3BIACE%2CeAAA%3B%3BEArKN%2CIA0KE%3BEAzKF%2CIAyKE%3BIACE%2CkBAAA%3BIACA%2CaAAA%3B%3BEA5KJ%2CIA0KE%2CsBAaE%3BEAtLJ%2CIAyKE%2CsBAaE%3BIACE%2CaAAA%3B%3BEAxLN%2CIA0KE%2CsBAyBE%3BEAlMJ%2CIAyKE%2CsBAyBE%3BIACE%2CaAAA%3B%3BEApMN%2CIA0KE%2CsBAyBE%2C8BAOE%3BEAzMN%2CIAyKE%2CsBAyBE%2C8BAOE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5MR%2CIA0KE%2CsBAyBE%2C8BAgBE%3BEAlNN%2CIAyKE%2CsBAyBE%2C8BAgBE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEArNR%2CIA0KE%2CsBAyBE%2C8BAqBE%3BEAvNN%2CIAyKE%2CsBAyBE%2C8BAqBE%3BIACE%2CeAAA%3B%3B%3BAAtCJ%2CQApLgC%2CmCA%2BKM%3BEAKtC%2CIATF%3BEASE%2CIATF%3BIAKI%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAAOF%2CQAxLgC%2CmCAoLK%3BEAIrC%2CIAbF%3BEAaE%2CIAbF%3BIAUI%2CiBAAA%3B%3B%3BAAUA%2CQA%5C%2FL8B%2CmCA2LQ%3BEAItC%2CIApBJ%2CsBAaE%3BEAOE%2CIApBJ%2CsBAaE%3BIAII%2CaAAA%3B%3B%3BAAMJ%2CQAlMgC%2CmCA%2BLO%3BEAGvC%2CIAvBF%2CsBAaE%3BEAUA%2CIAvBF%2CsBAaE%3BIAQI%2CaAAA%3B%3B%3BAAWF%2CQA3M8B%2CmCAuMO%3BEAIrC%2CIAhCJ%2CsBAyBE%3BEAOE%2CIAhCJ%2CsBAyBE%3BIAII%2CaAAA%3B%3B%3BAAUF%2CQAlN8B%2CmCA%2BMS%3BEAGvC%2CIAvCJ%2CsBAyBE%2C8BAOE%3BEAOA%2CIAvCJ%2CsBAyBE%2C8BAOE%3BIAKI%2CeAAA%3B%3B%3BAAyEZ%2CQAxDkC%3BEAChC%2CIAEE%3BEADF%2CIACE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3B%3BEARJ%2CIAEE%2CWAQE%3BEATJ%2CIACE%2CWAQE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAGF%2CIAbF%2CWAaG%3BEAAD%2CIAbF%2CWAaG%3BEACD%2CIAdF%2CWAcG%3BEAAD%2CIAdF%2CWAcG%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEArBN%2CIAyBE%3BEAxBF%2CIAwBE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEA3BJ%2CIA8BE%3BEA7BF%2CIA6BE%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEAhCJ%2CIAmCE%3BEAlCF%2CIAkCE%3BIACE%2CmBAAA%3B%3BEApCJ%2CIAmCE%2CcAGE%3BEArCJ%2CIAkCE%2CcAGE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAxCN%2CIAmCE%2CcAQE%3BEA1CJ%2CIAkCE%2CcAQE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEA7CN%2CIAmCE%2CcAaE%3BEA%5C%2FCJ%2CIAkCE%2CcAaE%3BIACE%2CeAAA%3B%3B%3BAAwFR%2CQAlFmC%3BEACjC%2CIAEE%3BEADF%2CIACE%3BIACE%2CcAAA%3B%3BEAHJ%2CIAME%3BEALF%2CIAKE%3BIACE%2CaAAA%3B%3BEAPJ%2CIAUE%3BEATF%2CIASE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CUAAA%3B%3BEAZJ%2CIAeE%3BEAdF%2CIAcE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3B%3BEArBJ%2CIAeE%2CWAQE%3BEAtBJ%2CIAcE%2CWAQE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAGF%2CIAbF%2CWAaG%3BEAAD%2CIAbF%2CWAaG%3BEACD%2CIAdF%2CWAcG%3BEAAD%2CIAdF%2CWAcG%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAlCN%2CIAsCE%3BEArCF%2CIAqCE%3BIACE%2CmBAAA%3B%3BEAvCJ%2CIAsCE%2CcAGE%3BEAxCJ%2CIAqCE%2CcAGE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA5CN%2CIAsCE%2CcASE%3BEA9CJ%2CIAqCE%2CcASE%3BIACE%2CeAAA%3B%3BEAhDN%2CIAsCE%2CcAaE%3BEAlDJ%2CIAqCE%2CcAaE%3BIACE%2CeAAA%3B%3BEApDN%2CIAwDE%3BEAvDF%2CIAuDE%3BIACE%2CYAAA%3B%3BEAzDJ%2CIAwDE%2CoBAGE%3BEA1DJ%2CIAuDE%2CoBAGE%3BIACE%2CQAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEA%5C%2FDN%2CIAwDE%2CoBAGE%2CmBAME%3BEAhEN%2CIAuDE%2CoBAGE%2CmBAME%3BIACE%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEApER%2CIAwDE%2CoBAGE%2CmBAME%2CmBAKE%3BEArER%2CIAuDE%2CoBAGE%2CmBAME%2CmBAKE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAqBZ%2CQAZoC%3BEAClC%2CUAAU%3BIACR%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFF%2CUAAU%2CgBAIR%3BIACE%2CiBAAA%3B%3B%3BAAgCN%2CQA1BsC%3BEACpC%2CUAAU%3BIACR%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEADF%2CaAGE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEALJ%2CaAQE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAVJ%2CaAaE%3BIACE%2CeAAA%3B%3B%3BAAoKN%2CQA9JsC%3BEACpC%2CIAEE%2COAAM%2CoBACJ%3BEAFJ%2CIACE%2COAAM%2CoBACJ%3BIACE%2CeAAA%3B%3BEAJN%2CIAEE%2COAAM%2CoBAKJ%3BEANJ%2CIACE%2COAAM%2CoBAKJ%3BIACE%2CeAAA%3B%3BEARN%2CIAEE%2COAAM%2CoBASJ%3BEAVJ%2CIACE%2COAAM%2CoBASJ%3BIACE%2CeAAA%3B%3BEAZN%2CIAgBE%3BEAfF%2CIAeE%3BIACE%2CSAAA%3B%3BEAjBJ%2CIAgBE%2CcAGE%3BEAlBJ%2CIAeE%2CcAGE%3BIACE%2CeAAA%3B%3BEApBN%2CIAgBE%2CcAOE%3BEAtBJ%2CIAeE%2CcAOE%3BIACE%2CeAAA%3B%3BEAxBN%2CIAgBE%2CcAWE%3BEA1BJ%2CIAeE%2CcAWE%3BIACE%2CeAAA%3B%3BEA5BN%2CIAiCE%3BEAhCF%2CIAgCE%3BIACE%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEA%2CIALF%2CsBAKG%3BEAAD%2CIALF%2CsBAKG%3BIACC%2CeAAA%3B%3BEAGF%2CIATF%2CsBASG%3BEAAD%2CIATF%2CsBASG%3BIACC%2CkBAAA%3B%3BEAIF%2CIAdF%2CsBAcG%2COACC%3BEADF%2CIAdF%2CsBAcG%2COACC%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKJ%2CIAtBF%2CsBAsBG%3BEAAD%2CIAtBF%2CsBAsBG%3BIACC%2CQAAA%3B%3BEAxDN%2CIA4DE%3BEA3DF%2CIA2DE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEA9DJ%2CIA4DE%2CkBAIE%3BEA%5C%2FDJ%2CIA2DE%2CkBAIE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAEA%2CIARJ%2CkBAIE%2CuBAIG%3BEAAD%2CIARJ%2CkBAIE%2CuBAIG%3BIACC%2CWAAW%2CgBAAgB%2CcAA3B%3B%3BEAGF%2CIAZJ%2CkBAIE%2CuBAQG%3BEAAD%2CIAZJ%2CkBAIE%2CuBAQG%3BIACC%2CWAAW%2CWAAW%2CmBAAmB%2CcAAzC%3B%3BEAzER%2CIA%2BEE%3BEA9EF%2CIA8EE%3BIACE%2CaAAA%3B%3BEAhFJ%2CIA%2BEE%2CyBAGE%3BEAjFJ%2CIA8EE%2CyBAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAzFN%2CIA%2BEE%2CyBAaE%3BEA3FJ%2CIA8EE%2CyBAaE%3BIACE%2CYAAA%3BIACA%2CcAAc%2CiBAAd%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAjGN%2CIA%2BEE%2CyBAqBE%3BEAnGJ%2CIA8EE%2CyBAqBE%3BIACE%2CSAAA%3BIACA%2CmBAAA%3B%3BEAtGN%2CIA%2BEE%2CyBA0BE%2CYACE%3BEAzGN%2CIA8EE%2CyBA0BE%2CYACE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3B%3BEA5GR%2CIAiHE%2CsBACE%3BEAjHJ%2CIAgHE%2CsBACE%3BIACE%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEArHN%2CIAiHE%2CsBAOE%3BEAvHJ%2CIAgHE%2CsBAOE%3BIACE%2CeAAA%3B%3BEAzHN%2CIA8HE%3BEA7HF%2CIA6HE%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAjIJ%2CIA8HE%2CsBAKE%3BEAlIJ%2CIA6HE%2CsBAKE%3BIACE%2CaAAA%3B%3BEApIN%2CIA8HE%2CsBASE%3BEAtIJ%2CIA6HE%2CsBASE%3BIACE%2CaAAA%3B%3BEAxIN%2CIA8HE%2CsBASE%2C8BAGE%3BEAzIN%2CIA6HE%2CsBASE%2C8BAGE%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEA7IR%2CIA8HE%2CsBASE%2C8BASE%3BEA%5C%2FIN%2CIA6HE%2CsBASE%2C8BASE%3BIACE%2CaAAA%3B%3B%3BA6CgSV%2CQAvfsC%3BEAEpC%3BIACE%2CeAAA%3B%3BEADF%2CkCAGE%2CkBACE%3BIACE%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAPN%2CkCAWE%3BIACE%2CmBAAA%3B%3BEAZJ%2CkCAeE%2CcACE%3BIACE%2CSAAA%3B%3BEAjBN%2CkCAeE%2CcACE%2CaAGE%3BIAEE%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAxBR%2CkCAeE%2CcACE%2CaAGE%2CaAOE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA9BV%2CkCAeE%2CcACE%2CaAGE%2CaAOE%2CUAME%3BIACE%2CWAAA%3B%3BEAjCZ%2CkCAeE%2CcACE%2CaAGE%2CaAkBE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAOV%2CmBACE%3BIAEE%2CoBAAA%3B%3BEAHJ%2CmBACE%2C4BAIE%3BIACE%2COAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEATN%2CmBACE%2C4BAYE%3BIACE%2CWAAW%2CiBAAX%3BIACA%2CcAAA%3B%3BEAfN%2CmBACE%2C4BAYE%2CeAIE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CoDAAA%3B%3BEArBR%2CmBACE%2C4BAYE%2CeAIE%2C4BAME%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAzBV%2CmBACE%2C4BAYE%2CeAIE%2C4BAME%2CqBAKE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FBZ%2CmBACE%2C4BAYE%2CeAIE%2C4BAME%2CqBAWE%3BIACE%2CiBAAiB%2CUAAjB%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAvCZ%2CmBACE%2C4BAYE%2CeAIE%2C4BAME%2CqBAWE%2CYAOE%3BIACE%2CUAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CmBA9CZ%2C4BAYE%2CeAIE%2C4BAME%2CqBAWE%2CYAOE%2CGAMG%3BIACC%2CWAAA%3B%3BEAhDhB%2CmBACE%2C4BAYE%2CeAIE%2C4BAqCE%3BIACE%2CkBAAA%3B%3BEAvDV%2CmBACE%2C4BAYE%2CeAIE%2C4BAqCE%2CwBAGE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEA7DZ%2CmBACE%2C4BAYE%2CeAIE%2C4BAqCE%2CwBAUE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlEZ%2CmBACE%2C4BAYE%2CeAIE%2C4BAqCE%2CwBAeE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CKAAK%2CgBAAL%3BIACA%2CMAAM%2CgBAAN%3B%3BEAzEZ%2CmBACE%2C4BAYE%2CeAIE%2C4BAqCE%2CwBAeE%2CiBAME%3BIACE%2CmBAAA%3BIACA%2C0CAAA%3BIACA%2CiBAAiB%2CSAAjB%3BIACA%2CoCAAA%3B%3BEAEA%2CmBAhFZ%2C4BAYE%2CeAIE%2C4BAqCE%2CwBAeE%2CiBAME%2CUAMG%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CKAAK%2CgBAAL%3BIACA%2CMAAM%2CgBAAN%3B%3BEAtFhB%2CmBACE%2C4BAYE%2CeAIE%2C4BAqCE%2CwBAeE%2CiBAqBE%3BIACE%2CcAAA%3BIACA%2CmBAAA%3B%3BEA5Fd%2CmBACE%2C4BAYE%2CeAIE%2C4BAqCE%2CwBAeE%2CiBA0BE%3BIACE%2CWAAA%3BIACA%2CKAAK%2CeAAL%3BIACA%2CMAAM%2CgBAAN%3B%3BEAlGd%2CmBA2GE%3BIACE%2CqBAAA%3B%3BEAII%2CmBALN%2C0BAGE%2CkBACE%2CWACG%3BIACC%2COAAA%3BIACA%2CUAAA%3B%3BEAGF%2CmBAVN%2C0BAGE%2CkBACE%2CWAMG%3BIACC%2CQAAA%3BIACA%2CUAAA%3B%3BEAvHV%2CmBA2GE%2C0BAiBE%3BIACE%2CmBAAA%3B%3BEA7HN%2CmBA2GE%2C0BAiBE%2CyBAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAjIR%2CmBA2GE%2C0BA0BE%2CwBACE%3BIACE%2CeAAA%3B%3BEAvIR%2CmBA6IE%3BIACE%2CeAAA%3B%3BEA9IJ%2CmBA6IE%2C8BAGE%3BIACE%2CmBAAA%3B%3BEAjJN%2CmBA6IE%2C8BAGE%2CcAGE%3BIACE%2CQAAA%3BIACA%2CeAAA%3B%3BEArJR%2CmBA6IE%2C8BAYE%2CcACE%3BIACE%2CoCAAA%3BIACA%2C%2BBAAA%3BIACA%2CSAAA%3B%3BEA7JR%2CmBA6IE%2C8BAYE%2CcACE%2C6BAKE%3BIACE%2CmBAAA%3BIAEA%2CaAAA%3B%3BEAlKV%2CmBA6IE%2C8BAYE%2CcACE%2C6BAKE%2CqBAKE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAxKZ%2CmBA6IE%2C8BAYE%2CcACE%2C6BAKE%2CqBAKE%2CUAME%3BIACE%2CWAAA%3B%3BEA3Kd%2CmBA6IE%2C8BAYE%2CcACE%2C6BAKE%2CqBAgBE%2CSACE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAlLd%2CmBA6IE%2C8BAYE%2CcACE%2C6BA6BE%3BIACE%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEA1LV%2CmBA6IE%2C8BAYE%2CcACE%2C6BA6BE%2CwBAKE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAiB%2CSAAjB%3B%3BEAnMZ%2CmBA6IE%2C8BAYE%2CcACE%2C6BA6BE%2CwBAKE%2CeASE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5Md%2CmBA6IE%2C8BAYE%2CcACE%2C6BA6BE%2CwBAKE%2CeAmBE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAjNd%2CmBA6IE%2C8BAYE%2CcACE%2C6BA6BE%2CwBAKE%2CeAwBE%3BIACE%2CWAAW%2CiBAAX%3B%3BEArNd%2CmBA8NE%3BIACE%2CeAAA%3B%3BEA%5C%2FNJ%2CmBA8NE%2CkCAGE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CkBAAX%3B%3BEAtOR%2CmBA8NE%2CkCAYE%3BIACE%2CoBAAA%3B%3BEA3ON%2CmBA8NE%2CkCAgBE%2CcACE%3BIACE%2CWAAW%2CiBAAX%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAnPR%2CmBA8NE%2CkCAgBE%2CcACE%2CWAME%3BIACE%2CmBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CmBA3BR%2CkCAgBE%2CcACE%2CWAME%2CWAIG%3BIACC%2CgBAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEAHF%2CmBA3BR%2CkCAgBE%2CcACE%2CWAME%2CWAIG%2CWAKC%3BIACE%2CWAAA%3BIACA%2CQAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CmBAzCR%2CkCAgBE%2CcACE%2CWAME%2CWAkBG%3BIACC%2CmBAAA%3B%3BEADF%2CmBAzCR%2CkCAgBE%2CcACE%2CWAME%2CWAkBG%2CQAGC%3BIACE%2CYAAA%3BIACA%2COAAA%3B%3BEALJ%2CmBAzCR%2CkCAgBE%2CcACE%2CWAME%2CWAkBG%2CQAQC%3BIACE%2CUAAA%3B%3BEAhRd%2CmBA8NE%2CkCAgBE%2CcACE%2CWAME%2CWA%2BBE%3BIACE%2CaAAA%3B%3BEArRZ%2CmBA8NE%2CkCAgBE%2CcACE%2CWAME%2CWA%2BBE%2CeAGE%3BIACE%2CSAAA%3B%3BEAxRd%2CmBA8NE%2CkCAgBE%2CcACE%2CWAME%2CWA%2BBE%2CeAOE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEA7Rd%2CmBA8NE%2CkCAgBE%2CcACE%2CWAME%2CWA%2BBE%2CeAYE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlSd%2CmBA8NE%2CkCAgBE%2CcACE%2CWAME%2CWAiDE%3BIACE%2CSAAA%3BIACA%2CaAAA%3B%3BEAxSZ%2CmBAgTE%3BIACE%2CeAAA%3B%3BEAjTJ%2CmBAgTE%2CoCAGE%3BIACE%2CSAAA%3BIACA%2C8BAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEAtTN%2CmBAgTE%2CoCAGE%2CiBAKE%2CUACE%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEA3TV%2CmBAgTE%2CoCAGE%2CiBAKE%2CUAME%3BIACE%2CeAAA%3B%3BEA%5C%2FTV%2CmBAgTE%2CoCAGE%2CiBAKE%2CUAUE%3BIACE%2CmBAAA%3B%3BEAnUV%2CmBAgTE%2CoCAGE%2CiBAKE%2CUAcE%3BIACE%2CmBAAA%3B%3BEAvUV%2CmBAgTE%2CoCAGE%2CiBAKE%2CUAcE%2CcAGE%3BIACE%2CSAAA%3B%3BEA1UZ%2CmBAgTE%2CoCAGE%2CiBAKE%2CUAcE%2CcAGE%2CoBAGE%3BIACE%2CWAAA%3B%3BEA7Ud%2CmBAgTE%2CoCAGE%2CiBAKE%2CUAcE%2CcAGE%2CoBAOE%3BIACE%2CeAAA%3B%3BEAjVd%2CmBAgTE%2CoCAGE%2CiBAoCE%2CWACE%3BIACE%2CiBAAiB%2CUAAjB%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3BEA5VV%2CmBAgTE%2CoCAGE%2CiBAoCE%2CWACE%2CiBAME%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhWZ%2CmBAgTE%2CoCAGE%2CiBAoCE%2CWACE%2CiBAWE%3BIACE%2CeAAA%3B%3BEApWZ%2CmBA4WE%3BIACE%2CeAAA%3B%3BEA7WJ%2CmBA4WE%2CmBAGE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAlXN%2CmBA4WE%2CmBAGE%2CkBAKE%3BIACE%2CYAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEAvXR%2CmBA4WE%2CmBAGE%2CkBAKE%2CUAKE%3BIACE%2CQAAA%3B%3BEA1XV%2CmBA4WE%2CmBAGE%2CkBAKE%2CUAKE%2CkBAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEA9XZ%2CmBA4WE%2CmBAGE%2CkBAKE%2CUAKE%2CkBAGE%2CeAIE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAlYd%2CmBA4WE%2CmBAGE%2CkBAyBE%3BIACE%2CaAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEA5YR%2CmBA4WE%2CmBAGE%2CkBAyBE%2CWAME%3BIACE%2CeAAA%3B%3BEA%5C%2FYV%2CmBA4WE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAGE%3BIACE%2CeAAA%3B%3BEAlZZ%2CmBA4WE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%3BIACE%2CkBAAA%3BIACA%2CaAAA%3B%3BEAvZZ%2CmBA4WE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%2CmBAIE%3BIACE%2CaAAA%3B%3BEA1Zd%2CmBA4WE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%2CmBAQE%3BIACE%2CaAAA%3B%3BEA9Zd%2CmBA4WE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%2CmBAQE%2CgBAGE%3BIACE%2CeAAA%3BIACA%2CeAAA%3B%3BEAlahB%2CmBA4aE%3BIACE%2CeAAA%3B%3BEA7aJ%2CmBA4aE%2CkCAGE%3BIACE%2CYAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEAjbN%2CmBA4aE%2CkCAGE%2CeAIE%2CoBACE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAtbV%2CmBA4aE%2CkCAGE%2CeAIE%2CoBAME%2CeACE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3B%3B%3BAAmed%2CQA1dkC%3BEAChC%3BIACE%2CaAAA%3B%3BEAGF%3BIACE%2CeAAA%3B%3BEADF%2CkCAGE%2CkBACE%3BIACE%2CQAAA%3BIACA%2CWAAA%3B%3BEANN%2CkCAUE%3BIACE%2CmBAAA%3B%3BEAXJ%2CkCAcE%2CcACE%3BIACE%2CSAAA%3B%3BEAhBN%2CkCAcE%2CcACE%2CaAGE%3BIAEE%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAvBR%2CkCAcE%2CcACE%2CaAGE%2CaAOE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA7BV%2CkCAcE%2CcACE%2CaAGE%2CaAOE%2CUAME%3BIACE%2CWAAA%3B%3BEAhCZ%2CkCAcE%2CcACE%2CaAGE%2CaAkBE%3BIACE%2CeAAA%3BIACA%2CeAAA%3B%3BEAOV%2CmBACE%3BIAEE%2CoBAAA%3B%3BEAHJ%2CmBACE%2C4BAIE%3BIACE%2COAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEARN%2CmBACE%2C4BAWE%3BIACE%2CWAAW%2CiBAAX%3B%3BEAbN%2CmBACE%2C4BAWE%2CeAGE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CmDAAA%3B%3BEAnBR%2CmBACE%2C4BAWE%2CeAGE%2C4BAME%3BIACE%2CYAAA%3B%3BEAtBV%2CmBACE%2C4BAWE%2CeAGE%2C4BAME%2CqBAIE%3BIACE%2CYAAA%3BIACA%2CmBAAA%3B%3BEA3BZ%2CmBACE%2C4BAWE%2CeAGE%2C4BAME%2CqBASE%3BIACE%2CiBAAiB%2CUAAjB%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAnCZ%2CmBACE%2C4BAWE%2CeAGE%2C4BAME%2CqBASE%2CYAOE%3BIACE%2CUAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CmBA1CZ%2C4BAWE%2CeAGE%2C4BAME%2CqBASE%2CYAOE%2CGAMG%3BIACC%2CWAAA%3B%3BEA5ChB%2CmBACE%2C4BAWE%2CeAGE%2C4BAmCE%3BIACE%2CiBAAA%3B%3BEAnDV%2CmBACE%2C4BAWE%2CeAGE%2C4BAmCE%2CwBAGE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAzDZ%2CmBACE%2C4BAWE%2CeAGE%2C4BAmCE%2CwBAcE%3BIACE%2CaAAA%3B%3BEAjEZ%2CmBAyEE%3BIACE%2CoBAAA%3B%3BEAII%2CmBALN%2C0BAGE%2CkBACE%2CWACG%3BIACC%2COAAA%3BIACA%2CUAAA%3B%3BEAGF%2CmBAVN%2C0BAGE%2CkBACE%2CWAMG%3BIACC%2CQAAA%3BIACA%2CUAAA%3B%3BEArFV%2CmBAyEE%2C0BAiBE%3BIACE%2CmBAAA%3B%3BEA3FN%2CmBAyEE%2C0BAiBE%2CyBAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEA%5C%2FFR%2CmBAyEE%2C0BA0BE%2CwBACE%3BIACE%2CeAAA%3B%3BEArGR%2CmBA2GE%3BIACE%2CeAAA%3B%3BEA5GJ%2CmBA2GE%2C8BAGE%3BIACE%2CmBAAA%3B%3BEA%5C%2FGN%2CmBA2GE%2C8BAGE%2CcAGE%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEApHR%2CmBA2GE%2C8BAaE%2CcACE%3BIACE%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CSAAA%3B%3BEA5HR%2CmBA2GE%2C8BAaE%2CcACE%2C6BAKE%3BIACE%2CmBAAA%3BIAEA%2CaAAA%3B%3BEAEA%2CmBAxBR%2C8BAaE%2CcACE%2C6BAKE%2CqBAKG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CmBA7BR%2C8BAaE%2CcACE%2C6BAKE%2CqBAUG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CmBAlCR%2C8BAaE%2CcACE%2C6BAKE%2CqBAeG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CmBAvCR%2C8BAaE%2CcACE%2C6BAKE%2CqBAoBG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEApJZ%2CmBA2GE%2C8BAaE%2CcACE%2C6BAKE%2CqBAyBE%2CUACE%3BIACE%2CWAAA%3B%3BEAzJd%2CmBA2GE%2C8BAaE%2CcACE%2C6BAKE%2CqBA%2BBE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAjKZ%2CmBA2GE%2C8BAaE%2CcACE%2C6BAKE%2CqBA%2BBE%2CUAME%3BIACE%2CWAAA%3B%3BEApKd%2CmBA2GE%2C8BAaE%2CcACE%2C6BAKE%2CqBA0CE%2CSACE%3BIACE%2CeAAA%3BIACA%2CeAAA%3B%3BEA3Kd%2CmBA2GE%2C8BAaE%2CcACE%2C6BAuDE%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAnLV%2CmBA2GE%2C8BAaE%2CcACE%2C6BAuDE%2CwBAKE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAiB%2CSAAjB%3B%3BEA5LZ%2CmBA2GE%2C8BAaE%2CcACE%2C6BAuDE%2CwBAKE%2CeASE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEArMd%2CmBA2GE%2C8BAaE%2CcACE%2C6BAuDE%2CwBAKE%2CeAmBE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEA1Md%2CmBA2GE%2C8BAaE%2CcACE%2C6BAuDE%2CwBAKE%2CeAwBE%3BIACE%2CWAAW%2CiBAAX%3B%3BEA9Md%2CmBAuNE%3BIACE%2CeAAA%3B%3BEAxNJ%2CmBAuNE%2CkCAGE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CSAAA%3B%3BEA7NR%2CmBAuNE%2CkCAUE%3BIACE%2CmBAAA%3B%3BEAlON%2CmBAuNE%2CkCAcE%2CcACE%3BIACE%2CWAAW%2CiBAAX%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAzOR%2CmBAuNE%2CkCAcE%2CcACE%2CWAKE%3BIACE%2CmBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CmBAxBR%2CkCAcE%2CcACE%2CWAKE%2CWAIG%3BIACC%2CgBAAA%3B%3BEAGF%2CmBA5BR%2CkCAcE%2CcACE%2CWAKE%2CWAQG%3BIACC%2CmBAAA%3B%3BEADF%2CmBA5BR%2CkCAcE%2CcACE%2CWAKE%2CWAQG%2CQAGC%3BIACE%2CYAAA%3BIACA%2COAAA%3B%3BEALJ%2CmBA5BR%2CkCAcE%2CcACE%2CWAKE%2CWAQG%2CQAQC%3BIACE%2CUAAA%3B%3BEA5Pd%2CmBAuNE%2CkCAcE%2CcACE%2CWAKE%2CWAqBE%3BIACE%2CaAAA%3B%3BEAjQZ%2CmBAuNE%2CkCAcE%2CcACE%2CWAKE%2CWAqBE%2CeAGE%3BIACE%2CSAAA%3B%3BEApQd%2CmBAuNE%2CkCAcE%2CcACE%2CWAKE%2CWAqBE%2CeAOE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAzQd%2CmBAuNE%2CkCAcE%2CcACE%2CWAKE%2CWAqBE%2CeAYE%3BIACE%2CeAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FQd%2CmBAuNE%2CkCAcE%2CcACE%2CWAKE%2CWAwCE%3BIACE%2CaAAA%3B%3BEApRZ%2CmBA4RE%3BIACE%2CeAAA%3B%3BEA7RJ%2CmBA4RE%2CoCAGE%3BIACE%2CSAAA%3BIACA%2C8BAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEAlSN%2CmBA4RE%2CoCAGE%2CiBAKE%2CUACE%3BIACE%2CmBAAA%3B%3BEAtSV%2CmBA4RE%2CoCAGE%2CiBAKE%2CUACE%2CcAGE%3BIACE%2CQAAA%3B%3BEAzSZ%2CmBA4RE%2CoCAGE%2CiBAKE%2CUACE%2CcAGE%2CoBAGE%3BIACE%2CWAAA%3B%3BEA5Sd%2CmBA4RE%2CoCAGE%2CiBAKE%2CUACE%2CcAGE%2CoBAOE%3BIACE%2CeAAA%3B%3BEAhTd%2CmBA4RE%2CoCAGE%2CiBAuBE%2CWACE%3BIACE%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEA5TV%2CmBA4RE%2CoCAGE%2CiBAuBE%2CWACE%2CiBAOE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhUZ%2CmBA4RE%2CoCAGE%2CiBAuBE%2CWACE%2CiBAYE%3BIACE%2CeAAA%3B%3BEApUZ%2CmBA4UE%3BIACE%2CeAAA%3B%3BEA7UJ%2CmBA4UE%2CmBAGE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAlVN%2CmBA4UE%2CmBAGE%2CkBAKE%3BIACE%2CYAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAvVR%2CmBA4UE%2CmBAGE%2CkBAKE%2CUAKE%3BIACE%2CQAAA%3B%3BEA1VV%2CmBA4UE%2CmBAGE%2CkBAKE%2CUAKE%2CkBAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEA9VZ%2CmBA4UE%2CmBAGE%2CkBAKE%2CUAKE%2CkBAGE%2CeAIE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAlWd%2CmBA4UE%2CmBAGE%2CkBAyBE%3BIACE%2CYAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEA5WR%2CmBA4UE%2CmBAGE%2CkBAyBE%2CWAME%3BIACE%2CeAAA%3B%3BEA%5C%2FWV%2CmBA4UE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAGE%3BIACE%2CeAAA%3B%3BEAlXZ%2CmBA4UE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%3BIACE%2CkBAAA%3BIACA%2CaAAA%3B%3BEAvXZ%2CmBA4UE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%2CmBAIE%3BIACE%2CaAAA%3B%3BEA1Xd%2CmBA4UE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%2CmBAQE%3BIACE%2CaAAA%3B%3BEA9Xd%2CmBA4UE%2CmBAGE%2CkBAyBE%2CWAME%2CyBAOE%2CmBAQE%2CgBAGE%3BIACE%2CeAAA%3BIACA%2CeAAA%3B%3BEAlYhB%2CmBA4YE%3BIACE%2CeAAA%3B%3BEA7YJ%2CmBA4YE%2CkCAGE%3BIACE%2CYAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEAjZN%2CmBA4YE%2CkCAGE%2CeAIE%2CoBACE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAtZV%2CmBA4YE%2CkCAGE%2CeAIE%2CoBAME%2CeACE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3B%3BAAujBd%2CQA9iBmC%3BEAEjC%3BIACE%2CeAAA%3B%3BEADF%2CkCAGE%2CkBACE%3BIACE%2CQAAA%3BIACA%2CWAAA%3B%3BEANN%2CkCAUE%3BIACE%2CmBAAA%3B%3BEAXJ%2CkCAcE%2CcACE%3BIACE%2CSAAA%3BIACA%2CcAAA%3B%3BEAjBN%2CkCAcE%2CcACE%2CaAIE%3BIAEE%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAzBR%2CkCAcE%2CcACE%2CaAIE%2CaAQE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAlCV%2CkCAcE%2CcACE%2CaAIE%2CaAQE%2CUASE%3BIACE%2CWAAA%3B%3BEArCZ%2CkCAcE%2CcACE%2CaAIE%2CaAsBE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAOV%2CmBACE%3BIAEE%2CoBAAA%3B%3BEAHJ%2CmBACE%2C4BAIE%3BIACE%2CaAAA%3BIACA%2CYAAA%3B%3BEAPN%2CmBACE%2C4BAUE%3BIACE%2CWAAW%2CiBAAX%3B%3BEAZN%2CmBACE%2C4BAUE%2CeAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CoDAAA%3B%3BEAlBR%2CmBACE%2C4BAUE%2CeAGE%2C4BAME%3BIACE%2CiBAAA%3B%3BEArBV%2CmBACE%2C4BAUE%2CeAGE%2C4BAME%2CwBAGE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEA5BZ%2CmBACE%2C4BAUE%2CeAGE%2C4BAME%2CwBAWE%3BIACE%2CaAAA%3B%3BEAhCZ%2CmBACE%2C4BAUE%2CeAGE%2C4BAME%2CwBAeE%3BIACE%2CaAAA%3B%3BEApCZ%2CmBA4CE%3BIACE%2CoBAAA%3B%3BEAII%2CmBALN%2C0BAGE%2CkBACE%2CWACG%3BIACC%2COAAA%3BIACA%2CUAAA%3B%3BEAGF%2CmBAVN%2C0BAGE%2CkBACE%2CWAMG%3BIACC%2CQAAA%3BIACA%2CUAAA%3B%3BEAxDV%2CmBA4CE%2C0BAiBE%3BIACE%2CmBAAA%3B%3BEA9DN%2CmBA4CE%2C0BAiBE%2CyBAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAlER%2CmBA4CE%2C0BA0BE%2CwBACE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEA1ER%2CmBAgFE%3BIACE%2CeAAA%3B%3BEAjFJ%2CmBAgFE%2C8BAGE%3BIACE%2CmBAAA%3B%3BEApFN%2CmBAgFE%2C8BAGE%2CcAGE%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEAzFR%2CmBAgFE%2C8BAaE%2CcACE%3BIACE%2C0BAAA%3BIACA%2C4CAAA%3BIACA%2CSAAA%3B%3BEAjGR%2CmBAgFE%2C8BAaE%2CcACE%2C6BAKE%3BIACE%2CmBAAA%3BIAEA%2CaAAA%3B%3BEAEA%2CmBAxBR%2C8BAaE%2CcACE%2C6BAKE%2CqBAKG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CmBA7BR%2C8BAaE%2CcACE%2C6BAKE%2CqBAUG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CmBAlCR%2C8BAaE%2CcACE%2C6BAKE%2CqBAeG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGF%2CmBAvCR%2C8BAaE%2CcACE%2C6BAKE%2CqBAoBG%3BIACC%2CcAAA%3BIACA%2CWAAA%3B%3BEAzHZ%2CmBAgFE%2C8BAaE%2CcACE%2C6BAKE%2CqBAyBE%2CUACE%3BIACE%2CWAAA%3B%3BEA9Hd%2CmBAgFE%2C8BAaE%2CcACE%2C6BAKE%2CqBA%2BBE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAzIZ%2CmBAgFE%2C8BAaE%2CcACE%2C6BAKE%2CqBA%2BBE%2CUASE%3BIACE%2CWAAA%3B%3BEA5Id%2CmBAgFE%2C8BAaE%2CcACE%2C6BAKE%2CqBA6CE%2CSACE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAtJd%2CmBAgFE%2C8BAaE%2CcACE%2C6BA6DE%3BIACE%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEA9JV%2CmBAgFE%2C8BAaE%2CcACE%2C6BA6DE%2CwBAKE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAiB%2CSAAjB%3B%3BEAvKZ%2CmBAgFE%2C8BAaE%2CcACE%2C6BA6DE%2CwBAKE%2CeASE%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhLd%2CmBAgFE%2C8BAaE%2CcACE%2C6BA6DE%2CwBAKE%2CeAmBE%3BIACE%2CaAAA%3B%3BEApLd%2CmBAgFE%2C8BAaE%2CcACE%2C6BA6DE%2CwBAKE%2CeAuBE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAzLd%2CmBAgFE%2C8BAaE%2CcACE%2C6BA6DE%2CwBAKE%2CeA4BE%3BIACE%2CaAAA%3B%3BEA7Ld%2CmBAsME%3BIACE%2CeAAA%3B%3BEAvMJ%2CmBAsME%2CkCAGE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3B%3BEA9MR%2CmBAsME%2CkCAYE%3BIACE%2CgBAAA%3B%3BEAnNN%2CmBAsME%2CkCAgBE%2CcACE%3BIACE%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEA5NR%2CmBAsME%2CkCAgBE%2CcACE%2CWAOE%3BIACE%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAlOV%2CmBAsME%2CkCAgBE%2CcACE%2CWAOE%2CWAME%3BIACE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CmBArCR%2CkCAgBE%2CcACE%2CWAOE%2CWAaG%3BIACC%2CaAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3B%3BEAHF%2CmBArCR%2CkCAgBE%2CcACE%2CWAOE%2CWAaG%2CWAKC%3BIACE%2CWAAA%3B%3BEAIJ%2CmBA%5C%2FCR%2CkCAgBE%2CcACE%2CWAOE%2CWAuBG%3BIACC%2CmBAAA%3B%3BEADF%2CmBA%5C%2FCR%2CkCAgBE%2CcACE%2CWAOE%2CWAuBG%2CQAGC%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3B%3BEANJ%2CmBA%5C%2FCR%2CkCAgBE%2CcACE%2CWAOE%2CWAuBG%2CQASC%3BIACE%2CUAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAjQd%2CmBAsME%2CkCAgBE%2CcACE%2CWAOE%2CWAuCE%3BIACE%2CaAAA%3B%3BEAtQZ%2CmBAsME%2CkCAgBE%2CcACE%2CWAOE%2CWAuCE%2CeAGE%3BIACE%2CSAAA%3BIACA%2CWAAA%3B%3BEA1Qd%2CmBAsME%2CkCAgBE%2CcACE%2CWAOE%2CWAuCE%2CeAQE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FQd%2CmBAsME%2CkCAgBE%2CcACE%2CWAOE%2CWAuCE%2CeAaE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEApRd%2CmBAsME%2CkCAgBE%2CcACE%2CWAOE%2CWA0DE%3BIACE%2CUAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA5RZ%2CmBAoSE%3BIACE%2CeAAA%3B%3BEArSJ%2CmBAoSE%2CoCAGE%3BIACE%2CWAAW%2CiBAAX%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEA5SN%2CmBAoSE%2CoCAGE%2CiBAOE%3BIACE%2CmBAAA%3B%3BEA%5C%2FSR%2CmBAoSE%2CoCAGE%2CiBAOE%2CUAGE%3BIACE%2CUAAA%3BIACA%2CmBAAA%3B%3BEAnTV%2CmBAoSE%2CoCAGE%2CiBAOE%2CUAGE%2CcAIE%3BIACE%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAxTZ%2CmBAoSE%2CoCAGE%2CiBAOE%2CUAGE%2CcAIE%2CoBAKE%3BIACE%2CWAAA%3B%3BEA3Td%2CmBAoSE%2CoCAGE%2CiBAOE%2CUAGE%2CcAIE%2CoBASE%3BIACE%2CeAAA%3B%3BEA%5C%2FTd%2CmBAoSE%2CoCAGE%2CiBA8BE%3BIACE%2CQAAQ%2CkBAAR%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAxUR%2CmBAoSE%2CoCAGE%2CiBA8BE%2CWAKE%3BIACE%2CYAAA%3BIACA%2CUAAA%3B%3BEA5UV%2CmBAoSE%2CoCAGE%2CiBA8BE%2CWAKE%2CiBAIE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhVZ%2CmBAoSE%2CoCAGE%2CiBA8BE%2CWAKE%2CiBASE%3BIACE%2CeAAA%3B%3BEApVZ%2CmBA4VE%3BIACE%2CeAAA%3B%3BEA7VJ%2CmBA4VE%2CmBAGE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEArWN%2CmBA4VE%2CmBAGE%2CkBAQE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEA3WR%2CmBA4VE%2CmBAGE%2CkBAQE%2CUAME%3BIACE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3B%3BEAlXV%2CmBA4VE%2CmBAGE%2CkBAQE%2CUAME%2CkBAOE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAtXZ%2CmBA4VE%2CmBAGE%2CkBAQE%2CUAME%2CkBAOE%2CeAIE%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEA7Xd%2CmBA4VE%2CmBAGE%2CkBAQE%2CUAME%2CkBAOE%2CeAYE%3BIACE%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3B%3BEAGF%2CmBA9CV%2CmBAGE%2CkBAQE%2CUAME%2CkBAOE%2CeAsBG%2CMACC%3BIACE%2CUAAA%3B%3BEA5YhB%2CmBA4VE%2CmBAGE%2CkBAoDE%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAzZR%2CmBA4VE%2CmBAGE%2CkBAoDE%2CWAQE%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEA7ZV%2CmBA4VE%2CmBAGE%2CkBAoDE%2CWAQE%2CyBAIE%3BIACE%2CeAAA%3B%3BEAhaZ%2CmBA4VE%2CmBAGE%2CkBAoDE%2CWAQE%2CyBAQE%3BIACE%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAxaZ%2CmBA4VE%2CmBAGE%2CkBAoDE%2CWAQE%2CyBAQE%2CmBAOE%3BIACE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3BEA7ad%2CmBA4VE%2CmBAGE%2CkBAoDE%2CWAQE%2CyBAQE%2CmBAaE%3BIACE%2CaAAA%3B%3BEAjbd%2CmBA4VE%2CmBAGE%2CkBAoDE%2CWAQE%2CyBAQE%2CmBAaE%2CgBAGE%3BIACE%2CeAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3B%3BEAzbhB%2CmBA4VE%2CmBAGE%2CkBAoDE%2CWAQE%2CyBAQE%2CmBAaE%2CgBAYE%3BIACE%2CaAAA%3B%3BEA7bhB%2CmBAucE%3BIACE%2CoBAAA%3B%3BEAxcJ%2CmBAucE%2CkCAGE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3B%3BEA5cN%2CmBAucE%2CkCAGE%2CeAIE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAldV%2CmBAucE%2CkCAGE%2CeAYE%3BIACE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAzdR%2CmBAucE%2CkCAGE%2CeAYE%2CoBAKE%3BIACE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAheV%2CmBAucE%2CkCAGE%2CeAYE%2CoBAaE%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEAxeV%2CmBAucE%2CkCAGE%2CeAYE%2CoBAaE%2CeAOE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAC92Dd%2CQAVoC%3BEAElC%3BEACA%3BEACA%3BIACE%2CiBAAA%3B%3B%3BAA0BJ%2CQArBsC%3BEACpC%2COAAO%3BIACL%2CoBAAA%3B%3BEADF%2COAAO%2CkBAGL%2CqBACE%3BIACE%2CeAAA%3B%3BEALN%2COAAO%2CkBASL%3BIACE%2CeAAA%3B%3BEAIJ%3BIACE%2CuBAAuB%2CcAAvB%3B%3B%3BAAsCJ%2CmBAjCsC%3BEACpC%3BIACE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAGF%3BIACE%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAA%2BbJ%2CQA1bsC%3BEAGpC%3BIACE%2C0BAAA%3B%3BEAGF%3BIACE%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAGF%3BIACE%2CsBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CkBAAC%2CIAAI%3BIACH%2CSAAA%3B%3BEALJ%2CkBAQE%3BIACE%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CkBAPF%2CqBAOG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CUAAA%3BIACA%2CYAAY%2C2HAAZ%3BIAOA%2CYAAA%3BIACA%2CUAAA%3B%3BEA7BN%2CkBAQE%2CqBAwBE%3BIACE%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CkBA7BF%2CqBA6BG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAiB%2CUAAU%2CcAA3B%3BIACA%2CyBAAyB%2CUAAU%2CcAAnC%3BIACA%2CoCAAA%3BIACA%2C0CAAA%3BIACA%2C0CAAA%3BIACA%2CgJAAA%3B%3BEAlDN%2CkBAwDE%3BIACE%2CaAAA%3B%3BEAzDJ%2CkBAwDE%2CqBAGE%2CqBACE%3BIACE%2CeAAA%3B%3BEA7DR%2CkBAwDE%2CqBAGE%2CqBAKE%3BIACE%2CeAAA%3B%3BEAMR%2COAAO%3BIACL%2CiBAAA%3B%3BEADF%2COAAO%2CeAGL%3BIACE%2CaAAA%3B%3BEAJJ%2COAAO%2CeAOL%2CmBACE%2CqBACE%2CqBACE%3BEAVR%2COAAO%2CeAOL%2CmBACE%2CqBACE%2CqBAEE%3BIACE%2CkBAAA%3B%3BEAOV%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CmBAGL%3BIAEE%2CYAAY%2C0KAAZ%3BIASA%2CQAAQ%2CiBAAR%3BIACA%2CMAAA%3B%3BEAfJ%2COAAO%2CmBAkBL%2C0BACE%3BIACE%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEAtBN%2COAAO%2CmBAkBL%2C0BACE%2CyBAKE%2CyBACE%2CoBACE%3BIACE%2CeAAA%3B%3BEA3BZ%2COAAO%2CmBAkBL%2C0BAeE%3BIACE%2CSAAA%3B%3BEAKN%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CeAGL%3BIACE%2CaAAA%3B%3BEAJJ%2COAAO%2CeAOL%2CsBACE%2CmBACE%2CqBACE%2CqBACE%3BEAXV%2COAAO%2CeAOL%2CsBACE%2CmBACE%2CqBACE%2CqBAEE%3BIACE%2CkBAAA%3B%3BEAbZ%2COAAO%2CeAOL%2CsBACE%2CmBACE%2CqBAOE%3BIACE%2CkBAAA%3B%3BEAOV%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CiBAGL%3BIAEE%2CQAAQ%2CYAAR%3BIACA%2CUAAA%3BIACA%2CYAAY%2CsHAAZ%3B%3BEAPJ%2COAAO%2CiBAgBL%2CwBACE%3BIACE%2C8BAAA%3B%3BEAlBN%2COAAO%2CiBAgBL%2CwBACE%2CmBAEE%2CqBACE%3BIACE%2CmBAAA%3B%3BEArBV%2COAAO%2CiBAgBL%2CwBACE%2CmBAEE%2CqBACE%2CqBAGE%3BEAvBV%2COAAO%2CiBAgBL%2CwBACE%2CmBAEE%2CqBACE%2CqBAIE%3BIACE%2CkBAAA%3B%3BEAzBZ%2COAAO%2CiBAgBL%2CwBACE%2CmBAEE%2CqBAUE%3BIACE%2CkBAAA%3B%3BEAGF%2COAjCD%2CiBAgBL%2CwBACE%2CmBAEE%2CqBAcG%2CoBACC%2C2BACE%3BIACE%2CsBAAA%3B%3BEAIA%2COAxCP%2CiBAgBL%2CwBACE%2CmBAEE%2CqBAcG%2CoBACC%2C2BAKE%2CsBACG%3BIACC%2CuBAAA%3B%3BEAYR%2COArDD%2CiBAkDL%2CuBACE%2C6BACE%2CsBACG%2CUAAU%3BIACT%2CiBAAA%3BIACA%2CeAAA%3B%3BEAOV%2COAAO%3BIACL%2CoBAAA%3B%3BEADF%2COAAO%2CuBAGL%3BIAEE%2CQAAQ%2CgBAAR%3BIACA%2CKAAK%2CeAAL%3BIACA%2CYAAY%2CsHAAZ%3B%3BEAPJ%2COAAO%2CuBAgBL%2C8BACE%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAnBN%2COAAO%2CuBAgBL%2C8BACE%2C6BAIE%2C6BACE%3BIACE%2CeAAA%3B%3BEAvBV%2COAAO%2CuBAgBL%2C8BACE%2C6BAIE%2C6BAKE%3BIACE%2CeAAA%3B%3BEAOV%2COAAO%2CeACL%3BIAEE%2CQAAQ%2CUAAR%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CYAAY%2CyIAAZ%3B%3BEANJ%2COAAO%2CeACL%2CoBAeE%3BIACE%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEA%2COAxBC%2CeACL%2CoBAeE%2CqBAQG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CUAAA%3BIACA%2CYAAY%2C2HAAZ%3BIAOA%2CYAAA%3BIACA%2CUAAA%3B%3BEAtCR%2COAAO%2CeACL%2CoBAeE%2CqBAyBE%3BIACE%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2COA9CC%2CeACL%2CoBAeE%2CqBA8BG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAiB%2CUAAU%2CcAA3B%3BIACA%2CyBAAyB%2CUAAU%2CcAAnC%3BIACA%2CoCAAA%3BIACA%2C0CAAA%3BIACA%2C0CAAA%3BIACA%2CgJAAA%3B%3BEA3DR%2COAAO%2CeAkEL%2CsBACE%2CqBACE%3BIACE%2C0BAAA%3B%3BEArER%2COAAO%2CeAkEL%2CsBACE%2CqBACE%2CqBAGE%3BIACE%2CsBAAA%3B%3BEAxEV%2COAAO%2CeAkEL%2CsBACE%2CqBACE%2CqBAGE%2CqBAGE%3BIACE%2CaAAA%3BIACA%2CcAAA%3B%3BEA5EZ%2COAAO%2CeAkEL%2CsBACE%2CqBACE%2CqBAGE%2CqBAGE%2C2BAIE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3B%3BEAlFd%2COAAO%2CeAkEL%2CsBACE%2CqBACE%2CqBAGE%2CqBAeE%3BIACE%2CcAAA%3BIACA%2CaAAA%3B%3BEAxFZ%2COAAO%2CeAkEL%2CsBACE%2CqBACE%2CqBAGE%2CqBAeE%2C6BAIE%3BIACE%2CSAAA%3BIACA%2CkBAAA%3B%3BEA5Fd%2COAAO%2CeAkEL%2CsBACE%2CqBACE%2CqBAGE%2CqBAeE%2C6BASE%3BIACE%2CmBAAA%3B%3BEASd%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CiBAGL%3BIACE%2CUAAA%3B%3BEAJJ%2COAAO%2CiBAGL%2CuBAGE%2CqBACE%3BIACE%2CeAAA%3B%3BEARR%2COAAO%2CiBAGL%2CuBASE%3BIACE%2C0BAAA%3BIACA%2CoBAAA%3B%3BEAKN%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CgBAGL%3BIACE%2CUAAA%3B%3BEAJJ%2COAAO%2CgBAGL%2CsBAGE%3BIACE%2CmBAAA%3BIACA%2CuBAAA%3B%3BEARN%2COAAO%2CgBAGL%2CsBAGE%2CwBAIE%2CqBACE%3BIACE%2CeAAA%3B%3BEAZV%2COAAO%2CgBAGL%2CsBAGE%2CwBAUE%3BIACE%2CaAAA%3B%3BEAjBR%2COAAO%2CgBAGL%2CsBAkBE%3BIACE%2CmBAAA%3B%3BEAGF%2COAzBG%2CgBAGL%2CsBAsBM%3BIACF%2CWAAA%3B%3BEAKN%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CaAGL%3BIACE%2CUAAA%3B%3BEAJJ%2COAAO%2CaAGL%2CmBAGE%3BIACE%2CiBAAA%3B%3BEAPN%2COAAO%2CaAGL%2CmBAGE%2CmBAGE%3BIACE%2CSAAA%3B%3BEAVR%2COAAO%2CaAGL%2CmBAGE%2CmBAGE%2CqBAGE%3BIACE%2CeAAA%3B%3BEAbV%2COAAO%2CaAGL%2CmBAeE%3BIACE%2COAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BACrMR%2CQAhXsC%3BEAEpC%3BIACE%2CeAAA%3B%3BEADF%2CwCAGE%3BIACE%2CyBAAA%3BIACA%2CSAAA%3B%3BEALJ%2CwCAGE%2CiBAIE%2CWACE%3BIACE%2CaAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C6BAAA%3B%3BEAXR%2CwCAGE%2CiBAIE%2CWACE%2CeAKE%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAOV%2CyBACE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CyBAOE%3BIACE%2CeAAA%3B%3BEARJ%2CyBAOE%2C8BAGE%3BIACE%2CmBAAA%3B%3BEAXN%2CyBAOE%2C8BAGE%2CcAGE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAfR%2CyBAOE%2C8BAGE%2CcAQE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEApBR%2CyBAOE%2C8BAGE%2CcAaE%3BIACE%2CeAAA%3B%3BEAxBR%2CyBAOE%2C8BAqBE%3BIACE%2CWAAW%2CiBAAX%3B%3BEA7BN%2CyBAkCE%3BIACE%2CeAAA%3B%3BEAnCJ%2CyBAkCE%2CiCAGE%3BIACE%2CmBAAA%3B%3BEAtCN%2CyBAkCE%2CiCAOE%3BIACE%2CSAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEA3CN%2CyBAkCE%2CiCAOE%2CwBAIE%3BIACE%2CUAAA%3B%3BEA9CR%2CyBAkCE%2CiCAOE%2CwBAIE%2CgBAGE%2CKACE%3BIACE%2CeAAA%3B%3BEAlDZ%2CyBAkCE%2CiCAOE%2CwBAIE%2CgBAGE%2CKAKE%3BIACE%2CeAAA%3B%3BEAtDZ%2CyBAkCE%2CiCAOE%2CwBAIE%2CgBAaE%3BIACE%2CeAAA%3B%3BEA3DV%2CyBAkEE%3BIACE%2CeAAA%3B%3BEAnEJ%2CyBAkEE%2CkCAGE%3BIACE%2CmBAAA%3B%3BEAtEN%2CyBAkEE%2CkCAOE%2CcACE%3BIACE%2CSAAA%3B%3BEA3ER%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%3BIACE%2CYAAY%2CmBAAZ%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEAlFV%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%2CiBAME%3BIACE%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAvFZ%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%2CiBAME%2CeAKE%3BIACE%2CeAAA%3BIACA%2CeAAA%3B%3BEA3Fd%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%2CiBAME%2CeAUE%3BIACE%2CYAAA%3B%3BEAIJ%2CyBAjCR%2CkCAOE%2CcACE%2CiBAIE%2CiBAqBG%3BIACC%2CYAAY%2CgBAAZ%3B%3BEApGZ%2CyBA4GE%3BIACE%2CeAAA%3B%3BEA7GJ%2CyBA4GE%2CqCAGE%3BIACE%2CaAAA%3BIACA%2CYAAA%3B%3BEAjHN%2CyBA4GE%2CqCAQE%2CqBACE%3BIACE%2CmBAAA%3B%3BEAtHR%2CyBA4GE%2CqCAQE%2CqBAKE%2CcACE%3BIACE%2CgCAAA%3BIACA%2CSAAA%3B%3BEA5HV%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAME%2CgBACE%3BIACE%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAnIZ%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%3BIACE%2CkBAAA%3B%3BEAvIZ%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%2CoBAGE%3BIACE%2CYAAA%3BIACA%2CeAAA%3B%3BEA3Id%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%2CoBAGE%2CoBAIE%3BIACE%2CeAAA%3B%3BEA9IhB%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%2CoBAGE%2CoBAQE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3B%3BEAEA%2CyBA9Cd%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%2CoBAGE%2CoBAQE%2CQASG%3BIACC%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CyBArDZ%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%2CoBAGE%2CoBAwBG%2CcACC%3BIACE%2CsBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CyBA1DhB%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%2CoBAGE%2CoBAwBG%2CcACC%2CQAIG%3BIACC%2CaAAA%3B%3BEAGF%2CyBA9DhB%2CqCAQE%2CqBAKE%2CcAME%2CgBAOE%2CoBAGE%2CoBAwBG%2CcACC%2CQAQG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAjLpB%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAgEE%3BIACE%2CaAAA%3B%3BEA1LV%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAgEE%2CiBAGE%2CyBACE%2CyBACE%3BIACE%2CaAAA%3B%3BEA%5C%2FLhB%2CyBA4GE%2CqCAQE%2CqBAKE%2CcAgEE%2CiBAGE%2CyBACE%2CyBACE%2CqBAGE%3BIACE%2CaAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEArMlB%2CyBAgNE%3BIACE%2CeAAA%3B%3BEAjNJ%2CyBAgNE%2C6BAGE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAvNR%2CyBAgNE%2C6BAWE%3BIACE%2CmBAAA%3B%3BEA5NN%2CyBAgNE%2C6BAeE%3BIACE%2CuBAAuB%2CcAAvB%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAlON%2CyBAgNE%2C6BAeE%2CqBAKE%3BIACE%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAtOR%2CyBAgNE%2C6BAeE%2CqBAKE%2CcAIE%3BIACE%2CWAAA%3BIACA%2CmBAAA%3B%3BEA1OV%2CyBAgNE%2C6BAeE%2CqBAKE%2CcASE%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FOV%2CyBAsPE%3BIACE%2CoBAAA%3B%3BEAvPJ%2CyBAsPE%2C%2BBAIE%3BIACE%2CaAAA%3BIACA%2CaAAa%2CyBAAb%3B%3BEAGA%2CyBATJ%2C%2BBAIE%2CgBAKG%3BEACD%2CyBAVJ%2C%2BBAIE%2CgBAMG%3BIACC%2CYAAA%3B%3BEAEF%2CyBAbJ%2C%2BBAIE%2CgBASG%3BIACC%2CMAAM%2C0BAAN%3BIACA%2CYAAY%2CkDAAZ%3B%3BEAEF%2CyBAjBJ%2C%2BBAIE%2CgBAaG%3BIACC%2COAAO%2C0BAAP%3BIACA%2CYAAY%2CmDAAZ%3B%3BEAzQR%2CyBAsPE%2C%2BBAuBE%3BIACE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAjRN%2CyBAsPE%2C%2BBA8BE%2CqBAAqB%3BIACnB%2CaAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAvRN%2CyBAsPE%2C%2BBAoCE%2CqBAAqB%3BIACnB%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5RN%2CyBAsPE%2C%2BBA0CE%2CgBAAgB%3BIACd%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEApSN%2CyBAsPE%2C%2BBA0CE%2CgBAAgB%2CYAMd%3BIACE%2CWAAA%3B%3BEAGA%2CyBApDN%2C%2BBA0CE%2CgBAAgB%2CYAMd%2CGAIG%3BIACC%2CWAAA%3BIACA%2CkBAAA%3B%3BEA5SV%2CyBAmTE%3BIACE%2CeAAA%3B%3BEApTJ%2CyBAmTE%2CmCAGE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEA7TN%2CyBAmTE%2CmCAGE%2CqBASE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAlUV%2CyBAmTE%2CmCAGE%2CqBAgBE%3BIACE%2CkBAAA%3B%3BEAvUR%2CyBAmTE%2CmCAGE%2CqBAgBE%2CeAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEA3UV%2CyBAmTE%2CmCAGE%2CqBAgBE%2CeAQE%3BIACE%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAiZZ%2CQAzYkC%3BEAChC%3BIACE%2CwBAAA%3B%3BEAIF%3BIACE%2CeAAA%3B%3BEADF%2CwCAGE%3BIACE%2CyBAAA%3BIACA%2CSAAA%3B%3BEALJ%2CwCAGE%2CiBAIE%2CWACE%3BIACE%2CaAAA%3BIACA%2CeAAA%3B%3BEAVR%2CwCAGE%2CiBAIE%2CWACE%2CeAIE%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAdV%2CwCAGE%2CiBAIE%2CWACE%2CeASE%3BIACE%2CUAAA%3B%3BEAOV%2CyBACE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CyBAOE%3BIACE%2CeAAA%3B%3BEARJ%2CyBAOE%2C8BAGE%3BIACE%2CmBAAA%3B%3BEAXN%2CyBAOE%2C8BAGE%2CcAGE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAfR%2CyBAOE%2C8BAGE%2CcAQE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEApBR%2CyBAOE%2C8BAGE%2CcAaE%3BIACE%2CeAAA%3B%3BEAxBR%2CyBAOE%2C8BAqBE%3BIACE%2CWAAW%2CiBAAX%3B%3BEA7BN%2CyBAkCE%3BIACE%2CeAAA%3B%3BEAnCJ%2CyBAkCE%2CiCAGE%3BIACE%2CmBAAA%3B%3BEAtCN%2CyBAkCE%2CiCAOE%3BIACE%2CSAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEA3CN%2CyBAkCE%2CiCAOE%2CwBAIE%3BIACE%2CUAAA%3B%3BEA9CR%2CyBAkCE%2CiCAOE%2CwBAIE%2CgBAGE%2CKACE%3BIACE%2CeAAA%3B%3BEAlDZ%2CyBAkCE%2CiCAOE%2CwBAIE%2CgBAGE%2CKAKE%3BIACE%2CeAAA%3B%3BEAtDZ%2CyBAkCE%2CiCAOE%2CwBAIE%2CgBAaE%3BIACE%2CeAAA%3B%3BEA3DV%2CyBAkEE%3BIACE%2CeAAA%3B%3BEAnEJ%2CyBAkEE%2CkCAGE%3BIACE%2CmBAAA%3B%3BEAtEN%2CyBAkEE%2CkCAOE%2CcACE%3BIACE%2CSAAA%3B%3BEA3ER%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%3BIACE%2CYAAY%2CmBAAZ%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3B%3BEAlFV%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%2CiBAME%3BIACE%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEAvFZ%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%2CiBAME%2CeAKE%3BIACE%2CeAAA%3BIACA%2CeAAA%3B%3BEA3Fd%2CyBAkEE%2CkCAOE%2CcACE%2CiBAIE%2CiBAME%2CeAUE%3BIACE%2CWAAA%3BIACA%2CeAAA%3B%3BEAIJ%2CyBAlCR%2CkCAOE%2CcACE%2CiBAIE%2CiBAsBG%3BIACC%2CYAAY%2CgBAAZ%3B%3BEArGZ%2CyBA6GE%3BIACE%2CeAAA%3B%3BEA9GJ%2CyBA6GE%2CqCAGE%3BIACE%2CaAAA%3BIACA%2CYAAA%3B%3BEAlHN%2CyBA6GE%2CqCAQE%2CqBACE%3BIACE%2CmBAAA%3B%3BEAvHR%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%3BIACE%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAhIV%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAOE%3BIACE%2CUAAA%3BIACA%2CiBAAA%3B%3BEApIZ%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAOE%2C6BAIE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIAEA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CeAAA%3BIAEA%2CiBAAiB%2CUAAU%2CcAA3B%3BIACA%2CyBAAyB%2CUAAU%2CcAAnC%3BIACA%2CoCAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2C2IAAA%3B%3BIAqBA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAnBA%2CyBA5CZ%2CqCAQE%2CqBAKE%2CcACE%2C6BAOE%2C6BAIE%2CYAmBG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAY%2CqFAAZ%3BIAKA%2CUAAA%3B%3BEAvKhB%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAOE%2C6BAIE%2CYAwCE%3BIACE%2CSAAA%3B%3BEA%5C%2FKhB%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAyDE%3BIACE%2CaAAA%3B%3BEArLZ%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAyDE%2C2BAGE%3BIACE%2CaAAA%3B%3BEAEA%2CyBA7EZ%2CqCAQE%2CqBAKE%2CcACE%2C6BAyDE%2C2BAGE%2CqBAGM%3BIACF%2CkBAAA%3BIACA%2CUAAA%3B%3BEA5LhB%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAyDE%2C2BAGE%2CqBAQE%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAtMhB%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAyDE%2C2BAGE%2CqBAkBE%3BIACE%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA7MhB%2CyBA6GE%2CqCAQE%2CqBAKE%2CcACE%2C6BAyDE%2C2BAGE%2CqBAyBE%3BIACE%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3B%3BEAxNhB%2CyBAkOE%3BIACE%2CeAAA%3B%3BEAnOJ%2CyBAkOE%2C6BAGE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAzOR%2CyBAkOE%2C6BAWE%3BIACE%2CmBAAA%3B%3BEA9ON%2CyBAkOE%2C6BAeE%3BIACE%2CuBAAuB%2CcAAvB%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEApPN%2CyBAkOE%2C6BAeE%2CqBAKE%3BIACE%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAxPR%2CyBAkOE%2C6BAeE%2CqBAKE%2CcAIE%3BIACE%2CWAAA%3BIACA%2CmBAAA%3B%3BEA5PV%2CyBAkOE%2C6BAeE%2CqBAKE%2CcASE%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAjQV%2CyBAwQE%3BIACE%2CoBAAA%3B%3BEAzQJ%2CyBAwQE%2C%2BBAIE%3BIACE%2CaAAA%3BIACA%2CaAAa%2CyBAAb%3B%3BEAGA%2CyBATJ%2C%2BBAIE%2CgBAKG%3BEACD%2CyBAVJ%2C%2BBAIE%2CgBAMG%3BIACC%2CYAAA%3B%3BEAEF%2CyBAbJ%2C%2BBAIE%2CgBASG%3BIACC%2CMAAM%2C0BAAN%3BIACA%2CYAAY%2CkDAAZ%3B%3BEAEF%2CyBAjBJ%2C%2BBAIE%2CgBAaG%3BIACC%2COAAO%2C0BAAP%3BIACA%2CYAAY%2CmDAAZ%3B%3BEA3RR%2CyBAwQE%2C%2BBAuBE%3BIACE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAnSN%2CyBAwQE%2C%2BBA8BE%2CqBAAqB%3BIACnB%2CaAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAzSN%2CyBAwQE%2C%2BBAoCE%2CqBAAqB%3BIACnB%2CeAAA%3BIACA%2CgBAAA%3B%3BEA9SN%2CyBAwQE%2C%2BBA0CE%2CgBAAgB%3BIACd%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAtTN%2CyBAwQE%2C%2BBA0CE%2CgBAAgB%2CYAMd%3BIACE%2CWAAA%3B%3BEAGA%2CyBApDN%2C%2BBA0CE%2CgBAAgB%2CYAMd%2CGAIG%3BIACC%2CWAAA%3BIACA%2CkBAAA%3B%3BEA9TV%2CyBAqUE%3BIACE%2CeAAA%3B%3BEAtUJ%2CyBAqUE%2CmCAGE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEA%5C%2FUN%2CyBAqUE%2CmCAGE%2CqBASE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEApVV%2CyBAqUE%2CmCAGE%2CqBAgBE%3BIACE%2CkBAAA%3B%3BEAzVR%2CyBAqUE%2CmCAGE%2CqBAgBE%2CeAGE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEA7VV%2CyBAqUE%2CmCAGE%2CqBAgBE%2CeAQE%3BIACE%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAigBZ%2CQAzfmC%3BEACjC%2CyBACE%2C8BACE%3BIACE%2CmBAAA%3B%3BEAHN%2CyBACE%2C8BACE%2CcAGE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEARR%2CyBACE%2C8BACE%2CcASE%3BIACE%2CeAAA%3B%3BEAZR%2CyBACE%2C8BACE%2CcAaE%3BIACE%2CeAAA%3B%3BEAhBR%2CyBAsBE%2CiCACE%3BIACE%2CsBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEA5BN%2CyBAsBE%2CiCACE%2CwBAOE%3BIACE%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3B%3BEAjCR%2CyBAsBE%2CiCACE%2CwBAOE%2CgBAKE%2CKACE%3BIACE%2CeAAA%3B%3BEArCZ%2CyBAsBE%2CiCACE%2CwBAOE%2CgBAWE%3BIACE%2CeAAA%3B%3BEA1CV%2CyBAiDE%3BIACE%2CeAAA%3B%3BEAlDJ%2CyBAiDE%2CkCAGE%3BIACE%2CmBAAA%3B%3BEArDN%2CyBAiDE%2CkCAOE%2CcACE%3BIACE%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEA5DR%2CyBAiDE%2CkCAOE%2CcACE%2CiBAKE%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAvEV%2CyBAiDE%2CkCAOE%2CcACE%2CiBAKE%2CiBAWE%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAhFZ%2CyBAiDE%2CkCAOE%2CcACE%2CiBAKE%2CiBAWE%2CkBASE%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CyBAxCZ%2CkCAOE%2CcACE%2CiBAKE%2CiBAWE%2CkBASE%2CIAOG%3BEACD%2CyBAzCZ%2CkCAOE%2CcACE%2CiBAKE%2CiBAWE%2CkBASE%2CIAQG%3BEACD%2CyBA1CZ%2CkCAOE%2CcACE%2CiBAKE%2CiBAWE%2CkBASE%2CIASG%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CyBAhDZ%2CkCAOE%2CcACE%2CiBAKE%2CiBAWE%2CkBASE%2CIAeG%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2C8BAAA%3BIACA%2COAAA%3B%3BEAGF%2CyBAxDZ%2CkCAOE%2CcACE%2CiBAKE%2CiBAWE%2CkBASE%2CIAuBG%3BIACC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEA%5C%2FGhB%2CyBAiDE%2CkCAOE%2CcACE%2CiBAKE%2CiBAsDE%3BIACE%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3B%3BEA5HZ%2CyBAiDE%2CkCAOE%2CcACE%2CiBAKE%2CiBAsDE%2CeAUE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAnId%2CyBAiDE%2CkCAOE%2CcACE%2CiBAKE%2CiBAsDE%2CeAkBE%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAIJ%2CyBA7FR%2CkCAOE%2CcACE%2CiBAKE%2CiBAgFG%3BIACC%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhJZ%2CyBAwJE%3BIACE%2CeAAA%3B%3BEAzJJ%2CyBAwJE%2C6BAGE%2CkBACE%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FJR%2CyBAwJE%2C6BAWE%3BIACE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAxKN%2CyBAwJE%2C6BAWE%2CqBAOE%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEA9KR%2CyBAwJE%2C6BAWE%2CqBAOE%2CcAME%3BIACE%2CWAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEArLV%2CyBAwJE%2C6BAWE%2CqBAOE%2CcAME%2CYAOE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAzLZ%2CyBAwJE%2C6BAWE%2CqBAOE%2CcAmBE%3BIACE%2CYAAA%3BIACA%2CcAAc%2CiBAAd%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3BEAnMV%2CyBAwJE%2C6BAWE%2CqBAOE%2CcA4BE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAxMV%2CyBA%2BME%2CqCAEE%3BIACE%2CaAAA%3BIACA%2CYAAA%3B%3BEAnNN%2CyBA%2BME%2CqCAOE%2CqBACE%3BIACE%2CkBAAA%3B%3BEAxNR%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%3BIACE%2CcAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAhOV%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BAOE%3BIACE%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAvOZ%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BAOE%2C6BAOE%3BIACE%2COAAO%2CiBAAP%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CeAAA%3BIAmBA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAnBA%2CyBApCZ%2CqCAOE%2CqBAIE%2CcACE%2C6BAOE%2C6BAOE%2CYAUG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAY%2CqFAAZ%3BIAKA%2CUAAA%3B%3BEAjQhB%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BAOE%2C6BAOE%2CYA%2BBE%3BIACE%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEA9QhB%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BAOE%2C6BAOE%2CYA%2BBE%2CGAQE%3BIACE%2CaAAA%3B%3BEAGF%2CyBArEd%2CqCAOE%2CqBAIE%2CcACE%2C6BAOE%2C6BAOE%2CYA%2BBE%2CGAYG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CwCAAA%3BIACA%2CyBAAA%3B%3BEAGF%2CyBA%5C%2FEd%2CqCAOE%2CqBAIE%2CcACE%2C6BAOE%2C6BAOE%2CYA%2BBE%2CGAsBG%2CaAAa%3BIACZ%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAlSlB%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%3BIACE%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3B%3BEAEA%2CyBAhGV%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAOG%3BEACD%2CyBAjGV%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAQG%3BIACC%2CYAAA%3B%3BEAjTd%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAYE%3BIACE%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2C%2BBAAA%3B%3BEAEA%2CyBA3GZ%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAYE%2CqBAMM%3BIACF%2CkBAAA%3BIACA%2CUAAA%3B%3BEA5ThB%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAYE%2CqBAWE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEArUhB%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAYE%2CqBAoBE%3BIACE%2CaAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA7UhB%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAYE%2CqBAoBE%2CmBAOE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAlVlB%2CyBA%2BME%2CqCAOE%2CqBAIE%2CcACE%2C6BA6EE%2C2BAYE%2CqBAkCE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAzVhB%2CyBAmWE%3BIACE%2CoBAAA%3B%3BEApWJ%2CyBAmWE%2C%2BBAIE%3BIAEE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CyBAbJ%2C%2BBAIE%2CgBASG%3BEACD%2CyBAdJ%2C%2BBAIE%2CgBAUG%3BIACC%2CaAAA%3B%3BEAlXR%2CyBAmWE%2C%2BBAqBE%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIAGA%2CcAAA%3BIACA%2CsBAAA%3B%3BEA9XN%2CyBAmWE%2C%2BBAqBE%2CcAQE%3BIACE%2CWAAA%3BIACA%2CWAAW%2CQAAX%3BIACA%2C4BAA4B%2CiCAA5B%3BIACA%2CsBAAA%3B%3BEAIF%2CyBArCJ%2C%2BBAqBE%2CcAgBG%2CaAAc%3BIACb%2CWAAW%2CQAAX%3B%3BEAIF%2CyBA1CJ%2C%2BBAqBE%2CcAqBG%2CaAAa%2CIAAI%2CeAAgB%3BIAChC%2CWAAW%2CYAAX%3B%3BEA9YR%2CyBAmWE%2C%2BBA%2BCE%3BIAEE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAvZN%2CyBAmWE%2C%2BBA%2BCE%2CqBAQE%3BIACE%2CWAAA%3BIAEA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEApaR%2CyBAmWE%2C%2BBA%2BCE%2CqBAQE%2CkBAYE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAzaV%2CyBAmWE%2C%2BBA%2BCE%2CqBA2BE%3BIACE%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEApbR%2CyBAmWE%2C%2BBAsFE%2CgBAAgB%3BIACd%2CwBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CgBAAA%3B%3BEAtcN%2CyBAmWE%2C%2BBAsFE%2CgBAAgB%2CYAed%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEA9cR%2CyBAmWE%2C%2BBAsFE%2CgBAAgB%2CYAed%2CGAQE%3BIACE%2CaAAA%3B%3BEAIF%2CyBAlHN%2C%2BBAsFE%2CgBAAgB%2CYAed%2CGAaG%3BIACC%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CSAAA%3B%3BEAIF%2CyBA7HN%2C%2BBAsFE%2CgBAAgB%2CYAed%2CGAwBG%2CaAAa%3BIACZ%2CmBAAA%3B%3BEAjeV%2CyBAweE%2CmCAEE%3BIACE%2CaAAA%3B%3BEA3eN%2CyBAweE%2CmCAEE%2CqBAGE%3BIACE%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3B%3B%3BAClvCV%2CQA%5C%2FTmC%3BEACjC%3BIACE%2CeAAA%3B%3BEADF%2CyBAGE%2C8BAEE%3BIACE%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEARN%2CyBAGE%2C8BAQE%2CqBACE%3BIACE%2CmBAAA%3B%3BEAbR%2CyBAGE%2C8BAQE%2CqBACE%2CoBAGE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAlBV%2CyBAGE%2C8BAQE%2CqBACE%2CoBASE%3BIACE%2CeAAA%3B%3BEAtBV%2CyBAGE%2C8BAQE%2CqBACE%2CoBAaE%3BIACE%2CeAAA%3B%3BEAQE%2CyBA%5C%2FBV%2C8BAQE%2CqBAmBE%2CoBACE%2CqBAEE%2CWACG%3BIACC%2COAAA%3BIACA%2CUAAA%3B%3BEAGF%2CyBApCV%2C8BAQE%2CqBAmBE%2CoBACE%2CqBAEE%2CWAMG%3BIACC%2CQAAA%3BIACA%2CUAAA%3B%3BEAzCd%2CyBAGE%2C8BAQE%2CqBAmBE%2CoBACE%2CqBAcE%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEA%5C%2FCZ%2CyBAsDE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3B%3BEAxDJ%2CyBAsDE%2CgCAIE%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3B%3BEAEA%2CyBAbJ%2CgCAIE%2C2BASG%3BIACC%2CaAAA%3B%3BEApER%2CyBAsDE%2CgCAIE%2C2BAaE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEA1ER%2CyBA%2BEE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEArFJ%2CyBA%2BEE%2CsBAQE%3BIACE%2CaAAA%3B%3BEAxFN%2CyBA%2BEE%2CsBAYE%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CyBA5BJ%2CsBAYE%2CsBAgBG%3BIACC%2CaAAA%3B%3BEA5GR%2CyBA%2BEE%2CsBAYE%2CsBAoBE%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CMAAA%3B%3BEAEA%2CyBAnDN%2CsBAYE%2CsBAoBE%2CoBAmBG%3BIACC%2CaAAA%3B%3BEAnIV%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3B%3BEAnJV%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAeE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAY%2C2CAAZ%3BIACA%2C6BAAA%3BIACA%2CoCAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FJZ%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBA4BE%3BIACE%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEA9KZ%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBA4BE%2CgBAcE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAnLd%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%3BIACE%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA1LZ%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%2CoBAKE%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAjMd%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%2CoBAKE%2CiBAOE%3BIACE%2CUAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3B%3BEAzMhB%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%2CoBAKE%2CiBAgBE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3B%3BEApNhB%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%2CoBAiCE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEA5Nd%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%2CoBAwCE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEAxOd%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%2CoBAoDE%3BIACE%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEAnPd%2CyBA%2BEE%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAiDE%2CoBA%2BDE%3BIACE%2CgBAAA%3B%3BEAKJ%2CyBA7KR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAsHG%2CUAAU%3BEACX%2CyBA9KR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAuHG%2CUAAU%3BIACT%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CyBAzLR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAkIG%2CUAAU%3BEACX%2CyBA1LR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAmIG%2CUAAU%3BIACT%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEATF%2CyBAzLR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAkIG%2CUAAU%2CGAWT%3BEAVF%2CyBA1LR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAmIG%2CUAAU%2CGAUT%3BIACE%2CSAAA%3BIACA%2CmBAAA%3B%3BEAbJ%2CyBAzLR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAkIG%2CUAAU%2CGAgBT%3BEAfF%2CyBA1LR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAmIG%2CUAAU%2CGAeT%3BIACE%2CcAAA%3BIACA%2CoBAAA%3B%3BEAlBJ%2CyBAzLR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAkIG%2CUAAU%2CGAgBT%2CoBAIE%2CiBACE%3BEApBN%2CyBA1LR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBAmIG%2CUAAU%2CGAeT%2CoBAIE%2CiBACE%3BIACE%2CYAAA%3BIACA%2CSAAA%3B%3BEAMR%2CyBAtNR%2CsBAYE%2CsBAoBE%2CoBAuBE%2CkBA%2BJG%2CUAAU%3BIACT%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CyBAlON%2CsBAYE%2CsBAoBE%2CoBAkMG%3BIACC%2CUAAA%3B%3BEAlTV%2CyBAwTE%3BIACE%2CaAAA%3B%3B%3BACrLN%2CQApCsC%3BEACpC%2COAAO%2CqBACL%2C0BACE%2C%2BBACE%3BIACE%2CcAAA%3BIACA%2CgBAAA%3B%3BEALR%2COAAO%2CqBACL%2C0BACE%2C%2BBAME%3BIACE%2CcAAA%3B%3BEASF%2COAHC%2CqBACL%2C2BACE%2CsBACG%2CIAAI%2C4BACH%2CyBACE%3BIACE%2CeAAA%3B%3BEAHN%2COAHC%2CqBACL%2C2BACE%2CsBACG%2CIAAI%2C4BACH%2CyBAKE%3BIACE%2CeAAA%3BIACA%2CqBAAA%3B%3B%3BAA8Dd%2CQArDkC%3BEAChC%2COAAO%2CqBACL%2C0BACE%2C%2BBACE%3BIACE%2CgBAAA%3B%3BEAMR%2COAAO%3BIACL%2CiBAAA%3B%3BEADF%2COAAO%2CmBAGL%3BIACE%2CsBAAA%3BIACA%2CSAAA%3B%3BEALJ%2COAAO%2CmBAGL%2C0BAIE%3BIACE%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAVN%2COAAO%2CmBAGL%2C0BAIE%2CqBAKE%3BIACE%2CkBAAA%3B%3BEAbR%2COAAO%2CmBAGL%2C0BAcE%2C4BACE%3BIACE%2CmBAAA%3B%3BEAnBR%2COAAO%2CmBAGL%2C0BAoBE%3BIACE%2CkBAAA%3BIACA%2CcAAA%3B%3BEAzBN%2COAAO%2CmBAGL%2C0BAyBE%2C2BACE%3BIACE%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAA6WV%2CQAlWsC%3BEACpC%3BIACE%2CgBAAgB%2CuEAAhB%3B%3BEAIF%2COAAO%3BIACL%2CsBAAA%3B%3BEADF%2COAAO%2CqBAGL%3BIACE%2CYAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CoBAAX%3BIACA%2CYAAY%2CoGAAZ%3B%3BEARJ%2COAAO%2CqBAeL%3BIACE%2CmBAAA%3B%3BEAhBJ%2COAAO%2CqBAeL%2CqBAGE%3BIACE%2CeAAA%3B%3BEAnBN%2COAAO%2CqBAeL%2CqBAOE%3BIACE%2CeAAA%3B%3BEAvBN%2COAAO%2CqBAeL%2CqBAWE%3BIACE%2CeAAA%3B%3BEA3BN%2COAAO%2CqBA%2BBL%3BIACE%2C0BAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAlCJ%2COAAO%2CqBA%2BBL%2C0BAKE%3BIACE%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAxCN%2COAAO%2CqBA%2BBL%2C0BAKE%2C%2BBAME%3BIACE%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEA9CR%2COAAO%2CqBA%2BBL%2C0BAKE%2C%2BBAME%2CuCAME%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlDV%2COAAO%2CqBA%2BBL%2C0BAKE%2C%2BBAME%2CuCAWE%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAvDV%2COAAO%2CqBA%2BBL%2C0BAKE%2C%2BBAME%2CuCAgBE%3BIACE%2CeAAA%3BIACA%2CmBAAA%3B%3BEA5DV%2COAAO%2CqBA%2BBL%2C0BAKE%2C%2BBAME%2CuCAqBE%3BIACE%2CaAAA%3B%3BEAhEV%2COAAO%2CqBA%2BBL%2C0BAKE%2C%2BBAgCE%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3B%3BEAzER%2COAAO%2CqBA%2BBL%2C0BAKE%2C%2BBAgCE%2CmCAOE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAOV%2COAAO%3BIACL%2CiBAAA%3BIACA%2CeAAA%3B%3BEAFF%2COAAO%2CqBAIH%2CUAAO%3BIACP%2CcAAA%3B%3BEALJ%2COAAO%2CqBAQL%3BIACE%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAZJ%2COAAO%2CqBAQL%2C6BAME%2CqBACE%3BIACE%2CeAAA%3B%3BEAhBR%2COAAO%2CqBAQL%2C6BAME%2CqBAKE%3BIACE%2CeAAA%3B%3BEApBR%2COAAO%2CqBAQL%2C6BAgBE%3BIACE%2CaAAA%3B%3BEAzBN%2COAAO%2CqBA6BL%3BIACE%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2CSAAA%3B%3BEAhCJ%2COAAO%2CqBA6BL%2C2BAKE%3BIACE%2CgBAAA%3B%3BEAEA%2COArCC%2CqBA6BL%2C2BAKE%2CsBAGG%2CIAAI%3BIACH%2CaAAA%3B%3BEADF%2COArCC%2CqBA6BL%2C2BAKE%2CsBAGG%2CIAAI%2C4BAGH%3BIACE%2CWAAA%3BIACA%2CaAAA%3B%3BEALJ%2COArCC%2CqBA6BL%2C2BAKE%2CsBAGG%2CIAAI%2C4BAQH%2CyBACE%3BIACE%2CeAAA%3B%3BEAVN%2COArCC%2CqBA6BL%2C2BAKE%2CsBAGG%2CIAAI%2C4BAQH%2CyBAKE%3BIACE%2CeAAA%3B%3BEAdN%2COArCC%2CqBA6BL%2C2BAKE%2CsBAGG%2CIAAI%2C4BAQH%2CyBASE%3BIACE%2CeAAA%3BIACA%2CqBAAA%3B%3BEAKN%2COA7DC%2CqBA6BL%2C2BAKE%2CsBA2BG%3BIACC%2CiBAAA%3B%3BEADF%2COA7DC%2CqBA6BL%2C2BAKE%2CsBA2BG%2C0BAGC%3BIACE%2CaAAA%3B%3BEAJJ%2COA7DC%2CqBA6BL%2C2BAKE%2CsBA2BG%2C0BAGC%2CyBAGE%3BIACE%2CeAAA%3B%3BEAPN%2COA7DC%2CqBA6BL%2C2BAKE%2CsBA2BG%2C0BAGC%2CyBAOE%3BIACE%2CeAAA%3B%3BEAOV%2COA%5C%2FEK%2CqBA%2BED%3BIACF%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEApFJ%2COAAO%2CqBAuFL%3BIACE%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGF%2COA5FK%2CqBA4FJ%2C2BACC%3BIACE%2CYAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAIJ%2COApGK%2CqBAoGJ%2CwBACC%3BIACE%2CaAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3B%3BEAIJ%2COA5GK%2CqBA4GJ%2C2BACC%3BIACE%2CYAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEALJ%2COA5GK%2CqBA4GJ%2C2BACC%2C4BAME%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3B%3BEAKN%2COA5HK%2CqBA4HJ%2CuBACC%3BIACE%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAKN%2COAAO%3BIACL%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJF%2COAAO%2CiBAML%3BIACE%2CYAAA%3B%3BEAPJ%2COAAO%2CiBAML%2CwBAGE%3BIACE%2CSAAA%3B%3BEAVN%2COAAO%2CiBAML%2CwBAGE%2C0BAGE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAdR%2COAAO%2CiBAML%2CwBAGE%2C0BAQE%3BIACE%2CeAAA%3B%3BEAlBR%2COAAO%2CiBAML%2CwBAgBE%3BIACE%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2COA1BC%2CiBAML%2CwBAgBE%2CwBAIG%3BIACC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3B%3BEAMR%2COAAO%3BIACL%2CiBAAA%3B%3BEADF%2COAAO%2CmBAGL%3BIACE%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEANJ%2COAAO%2CmBAGL%2C0BAKE%3BIACE%2CcAAA%3BIACA%2CWAAA%3B%3BEAVN%2COAAO%2CmBAGL%2C0BAKE%2C4BAIE%3BIACE%2CmBAAA%3B%3BEAbR%2COAAO%2CmBAGL%2C0BAKE%2C4BAIE%2CqBAGE%3BIACE%2CgBAAA%3B%3BEAhBV%2COAAO%2CmBAGL%2C0BAKE%2C4BAIE%2CqBAOE%3BIACE%2CeAAA%3B%3BEApBV%2COAAO%2CmBAGL%2C0BAKE%2C4BAIE%2CqBAWE%3BIACE%2CeAAA%3B%3BEAxBV%2COAAO%2CmBAGL%2C0BAKE%2C4BAIE%2CqBAeE%3BIACE%2CeAAA%3B%3BEA5BV%2COAAO%2CmBAGL%2C0BAKE%2C4BAwBE%3BIACE%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEApCR%2COAAO%2CmBAGL%2C0BAKE%2C4BAwBE%2C4BAME%2CeACE%3BIACE%2CYAAA%3B%3BEAxCZ%2COAAO%2CmBAGL%2C0BA2CE%3BIACE%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAlDN%2COAAO%2CmBAGL%2C0BA2CE%2C2BAME%3BIACE%2CWAAA%3BIACA%2CYAAA%3B%3BEAtDR%2COAAO%2CmBAGL%2C0BA2CE%2C2BAWE%3BIACE%2CiBAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEA3DR%2COAAO%2CmBAGL%2C0BA2CE%2C2BAgBE%3BIACE%2CaAAA%3B%3BEAMR%2COAAO%3BIACL%2CiBAAA%3B%3BEADF%2COAAO%2CyBAGL%3BIACE%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CuBAAA%3B%3BEAPJ%2COAAO%2CyBAGL%2CgCAME%3BIACE%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAbN%2COAAO%2CyBAGL%2CgCAME%2CkCAME%3BIACE%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAA%2BBV%2CQAxBmC%3BEACjC%2COAAO%2CqBACL%2C0BACE%3BIACE%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEALN%2COAAO%2CqBACL%2C0BACE%2C%2BBAKE%3BIACE%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAXR%2COAAO%2CqBACL%2C0BACE%2C%2BBAYE%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BACxlBV%2CQAlBoC%3BEAClC%2CUAAU%3BIACR%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFF%2CUAAU%2CgBAIR%3BIACE%2CiBAAA%3B%3BEAIJ%2COAAO%2CyBACL%3BIACE%2CiBAAA%3B%3B%3BAAyDN%2CQAnDsC%3BEACpC%2COAAO%3BIACL%2CuBAAA%3B%3BEADF%2COAAO%2CuBAGL%2C8BACE%2CqBACE%3BIACE%2CeAAA%3B%3BEAMR%2COAAO%2C0BACL%3BIACE%2CeAAA%3BIACA%2CSAAA%3B%3BEAIJ%2COAAO%3BIACL%2CkBAAA%3B%3BEADF%2COAAO%2CyBAGL%2CiCACE%2CqBACE%3BIACE%2CeAAA%3B%3BEAMR%2COAAO%3BIACL%2CkBAAA%3B%3BEADF%2COAAO%2CyBAGL%3BIACE%2CaAAA%3B%3BEAJJ%2COAAO%2CyBAOL%3BIACE%2CYAAA%3BIACA%2CyBAAA%3B%3BEATJ%2COAAO%2CyBAOL%2CkCAIE%3BIACE%2CeAAA%3B%3B%3BAA2HR%2CQApHsC%3BEAGpC%3BIACE%2CkBAAA%3B%3BEAGF%2COAAO%3BIACL%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAFF%2COAAO%2CuBAIL%3BIACE%2CaAAA%3B%3BEALJ%2COAAO%2CuBAQL%2C8BACE%3BIACE%2CSAAA%3B%3BEAVN%2COAAO%2CuBAQL%2C8BACE%2CqBAGE%3BIACE%2CeAAA%3B%3BEAbR%2COAAO%2CuBAQL%2C8BACE%2CqBAOE%3BIACE%2CeAAA%3BIACA%2CsBAAA%3B%3BEAlBR%2COAAO%2CuBAQL%2C8BACE%2CqBAYE%3BIACE%2CeAAA%3B%3BEAMR%2COAAO%3BIACL%2CiBAAA%3B%3BEADF%2COAAO%2C0BAGL%3BIACE%2CeAAA%3BIACA%2CSAAA%3B%3BEAIJ%2COAAO%3BIACL%2CkBAAA%3B%3BEADF%2COAAO%2CyBAGL%3BIACE%2CmBAAA%3B%3BEAJJ%2COAAO%2CyBAGL%2CiCAGE%2CqBACE%3BIACE%2CeAAA%3B%3BEARR%2COAAO%2CyBAGL%2CiCAGE%2CqBAKE%3BIACE%2CeAAA%3B%3BEAZR%2COAAO%2CyBAiBL%2C%2BBACE%3BIACE%2CYAAA%3B%3BEAnBN%2COAAO%2CyBAuBL%3BIACE%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEA1BJ%2COAAO%2CyBAuBL%2CiBAKE%3BIACE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEA%5C%2FBN%2COAAO%2CyBAuBL%2CiBAWE%2CyBACE%3BIACE%2CeAAA%3B%3BEApCR%2COAAO%2CyBAuBL%2CiBAWE%2CyBAKE%3BIACE%2CeAAA%3B%3BEAxCR%2COAAO%2CyBAuBL%2CiBAWE%2CyBASE%3BIACE%2CeAAA%3BIACA%2CqBAAA%3B%3BEAMR%2COAAO%3BIACL%2CkBAAA%3B%3BEADF%2COAAO%2CyBAGL%3BIACE%2CaAAA%3B%3BEAJJ%2COAAO%2CyBAOL%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAbJ%2COAAO%2CyBAOL%2CkCAQE%3BIACE%2CeAAA%3B%3B%3BACyCR%2CwBAAyB%3BEACvB%2CKAAK%2CiBAAL%3BEACA%2C0DAAA%3B%3BAAGF%2CwBAAyB%3BEACvB%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%3BIACE%2CWAAW%2CaAAX%3B%3BEAEF%3BIACE%2CWAAW%2CgBAAX%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC9lBA%2CgBALsC%3BECMtC%2CiCAzBA%3BECuLA%2C0BACI%2CcDxLJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECkLL%2C0BACI%2CcDxLJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAmBR%2CiCAfA%3BEC6KA%2C0BACI%2CcD9KJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA4BJ%3BEEgDA%2COACI%2CgBACI%2CeAGI%3BECgPZ%2CgBAGI%3BEAqEJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECzVhB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECyOhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIL7RhB%2CYAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEE2DX%2COACI%2CgBACI%2CeAGI%2CKFhEX%2CUAAU%3BEGgTX%2CgBAGI%2COHnTH%2CUAAU%3BEGwXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH9Xf%2CUAAU%3BEIqCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Cf%2CUAAU%3BEKoRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BEKqRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEEsDX%2COACI%2CgBACI%2CeAGI%2CKF3DX%2CUAAU%3BEG2SX%2CgBAGI%2COH9SH%2CUAAU%3BEGmXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHzXf%2CUAAU%3BEIgCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtCf%2CUAAU%3BEK%2BQX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BEKgRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BIACP%2CYAAA%3B%3BEAyNJ%3BEMxKI%2COAAO%2CKAAM%2CyBACT%3BECjCR%2CyBACI%2CQAAO%3BECwOH%2COAAO%2CKAAM%2CcADjB%3BEAoBA%2CKAAC%2CcAsCG%2CcACI%3BECrGZ%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BERvFA%2COAAO%2CKAAM%2CiCACT%3BESlNR%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BECyOR%2CqBASI%2CMACI%2CqBACI%3BIZvCZ%2CcAAA%3B%3BEA%2BDA%3BEAkFgB%2CuBAXZ%2CUASI%2CYACI%2CQACK%3BEClQjB%2CwBDuPI%2CUASI%2CYACI%2CQACK%3BECjQjB%2CuBDsPI%2CUASI%2CYACI%2CQACK%3BEatajB%2CqBb2ZI%2CUASI%2CYACI%2CQACK%3BEI9UjB%2CmBJmUI%2CUASI%2CYACI%2CQACK%3BEc3ajB%2CKAAK%2CKAAK%2COdgaN%2CUASI%2CYACI%2CQACK%3BIAjFb%2CkBAAA%3BIACA%2CQAAA%3B%3BEAuEQ%2CuBAFR%2CUACI%2COACK%2CIAAI%2CSACD%3BEC1PhB%2CwBDuPI%2CUACI%2COACK%2CIAAI%2CSACD%3BECzPhB%2CuBDsPI%2CUACI%2COACK%2CIAAI%2CSACD%3BEa9ZhB%2CqBb2ZI%2CUACI%2COACK%2CIAAI%2CSACD%3BEItUhB%2CmBJmUI%2CUACI%2COACK%2CIAAI%2CSACD%3BEcnahB%2CKAAK%2CKAAK%2COdgaN%2CUACI%2COACK%2CIAAI%2CSACD%3BIACI%2CUAAA%3B%3BEAyBpB%3BEe1SA%2CSACI%3BEC9HI%2COAAO%2CIAAI%2CeAAgB%2CKAD%5C%2FB%3BEAEI%2COAAO%2CIAAI%2CqBAAsB%2CKAFrC%3BEboXI%2CgBADJ%2CUACK%3BIzCnIT%2CkBAAA%3B%3BEsC6OA%3BEiB3UA%2CaAOI%3BECvDJ%3BEfmXA%3BEgB7bA%2CsBACI%3BIzDrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEsC8%5C%2FBD%2CkBtC%5C%2F%5C%2FBC%3BEsC%2B%5C%2FBD%2CkBtC9%5C%2FBC%3BE4CmFD%2CwBAKI%2Ce5CzFH%3BE4CoFD%2CwBAKI%2Ce5CxFH%3BE4CoID%2CiC5CrIC%3BE4CqID%2CiC5CpIC%3BE4C0JD%2CkB5C3JC%3BE4C2JD%2CkB5C1JC%3BEwC6FD%2CkBAWI%2CexCzGH%3BEwC8FD%2CkBAWI%2CexCxGH%3BEwC6GD%2COACI%2CgBACI%2CexChHP%3BEwC8GD%2COACI%2CgBACI%2CexC%5C%2FGP%3BE8C6RD%2Ce9C9RC%3BE8C8RD%2Ce9C7RC%3BEyCkWD%2CgBzCnWC%3BEyCmWD%2CgBzClWC%3BEyC0aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CezC9aX%3BEyC2aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CezC7aX%3BEyC4bD%2CqBACI%2COAAM%2CUzC9bT%3BEyC6bD%2CqBACI%2COAAM%2CUzC7bT%3BEuC0KD%2C0BACI%2CcvC5KH%3BEuC2KD%2C0BACI%2CcvC3KH%3BE0DyLD%2CcACI%2CQ1D3LH%3BE0D0LD%2CcACI%2CQ1D1LH%3BE0D%2BLD%2CMACI%2CeACI%2CS1DlMP%3BE0DgMD%2CMACI%2CeACI%2CS1DjMP%3BE2D6VD%2C0B3D9VC%3BE2D8VD%2C0B3D7VC%3BEiDoCD%2CcAKI%2CejD1CH%3BEiDqCD%2CcAKI%2CejDzCH%3BE0CuFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce1C3FX%3BE0CwFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce1C1FX%3BE2CsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce3C3UX%3BE2CuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce3C1UX%3BE2CuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce3C3UX%3BE2CwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce3C1UX%3BE4D0RG%2COAAC%2CQ5D3RJ%3BE4D2RG%2COAAC%2CQ5D1RJ%3BE4DgSD%2CYAQI%2CQAAO%2CM5DzSV%3BE4DiSD%2CYAQI%2CQAAO%2CM5DxSV%3BEyC0aD%2CQAaI%2CSzCxbH%3BEyC2aD%2CQAaI%2CSzCvbH%3BEuCsKD%2C6BvCvKC%3BEuCuKD%2C6BvCtKC%3BE2DybD%2CyB3D1bC%3BE2D0bD%2CyB3DzbC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEsCy%5C%2FBD%2CkBtCz%5C%2FBC%3BE4C8ED%2CwBAKI%2Ce5CnFH%3BE4C%2BHD%2CiC5C%5C%2FHC%3BE4CqJD%2CkB5CrJC%3BEwCwFD%2CkBAWI%2CexCnGH%3BEwCwGD%2COACI%2CgBACI%2CexC1GP%3BE8CwRD%2Ce9CxRC%3BEyC6VD%2CgBzC7VC%3BEyCqaD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CezCxaX%3BEyCubD%2CqBACI%2COAAM%2CUzCxbT%3BEuCqKD%2C0BACI%2CcvCtKH%3BE0DoLD%2CcACI%2CQ1DrLH%3BE0D0LD%2CMACI%2CeACI%2CS1D5LP%3BE2DwVD%2C0B3DxVC%3BEiD%2BBD%2CcAKI%2CejDpCH%3BE0CkFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce1CrFX%3BE2CiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce3CrUX%3BE2CkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce3CrUX%3BE4DqRG%2COAAC%2CQ5DrRJ%3BE4D2RD%2CYAQI%2CQAAO%2CM5DnSV%3BEyCqaD%2CQAaI%2CSzClbH%3BEuCiKD%2C6BvCjKC%3BE2DobD%2CyB3DpbC%3BIACG%2CWAAA%3B%3BEsC8hBJ%3BEuBrfA%2COAAO%3BEAMP%3BEAWA%3BIvB0dA%2CsBAAA%3B%3BEAsBA%3BEwB5gBA%3BIxBsfA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BEyBVlB%2CiBzBQI%2CUACM%3BEyBTV%2CiBzBQI%2CUAEI%2CQAAU%3BItC1UlB%2CgBAAA%3B%3BEgEulBA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEADN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEAfN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BE1BjSR%2C8BACI%2CUACM%2CS0B2KR%3BE1B7KF%2C8BACI%2CUAEI%2CQAAU%2CS0B0KhB%3BEDpLF%2CiBzBQI%2CUACM%2CS0B2KR%3BEDpLF%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0KhB%3BIhEpfF%2CeAAA%3BIgEwfI%2CqBAAA%3B%3BEA6HA%2C8B1B7SA%2CUACM%2CS0B0ST%2COAEI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEAAD%2C8B1B7SA%2CUACM%2CS0B2ST%2CSACI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B0ST%2COAEI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B2ST%2CSACI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BIACG%2CaAAA%3B%3BE1BzSI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA2YhB%3BE2B98BA%3BEC6FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI5Bg2BnC%2CaAAA%3B%3BEAkEA%3BEGplBA%2CQAaI%3BEFjRJ%3BEoBmRA%3BIrBskBI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CkBAKI%3BEGzlBJ%2CQAaI%2CSH4kBA%3BEC71BJ%2C6BD61BI%3BEqB1kBJ%2CyBrB0kBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CkBAWI%3BEG%5C%2FlBJ%2CQAaI%2CSHklBA%3BECn2BJ%2C6BDm2BI%3BEqBhlBJ%2CyBrBglBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBR%2CkBAmBI%3BEGvmBJ%2CQAaI%2CSH0lBA%3BEC32BJ%2C6BD22BI%3BEqBxlBJ%2CyBrBwlBI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4ER%3BEEngCA%3BEMgMA%2CeAEI%3BECjBJ%2CeACI%3BITk1BA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CgCAKI%3BEExgCJ%2CkBFwgCI%3BEQx0BJ%2CeAEI%2CWRs0BA%3BESv1BJ%2CeACI%2CgBTs1BA%3BIACI%2CiBAAA%3B%3BEAIA%2CgCADJ%2CQACK%3BEACD%2CgCAFJ%2CQAEK%3BEE9gCT%2CkBF4gCI%2CQACK%3BEE7gCT%2CkBF4gCI%2CQAEK%3BEQ90BT%2CeAEI%2CWR00BA%2CQACK%3BEQ70BT%2CeAEI%2CWR00BA%2CQAEK%3BES71BT%2CeACI%2CgBT01BA%2CQACK%3BES51BT%2CeACI%2CgBT01BA%2CQAEK%3BIACG%2CiBAAA%3B%3BEAGJ%2CgCANJ%2CQAMK%3BEElhCT%2CkBF4gCI%2CQAMK%3BEQl1BT%2CeAEI%2CWR00BA%2CQAMK%3BESj2BT%2CeACI%2CgBT01BA%2CQAMK%3BIACG%2CWAAA%3B%3BE6BvkCZ%3BInE0MA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE6D%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEOrDA%2CCAAC%2CmBAAwB%2CQPkDtB%3BI7DoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoErZL%2CCAAC%2CoBAAyB%2CQP%2BCvB%3BI7DoMP%2CmBAAA%3BIoE9KA%2CqBAAA%3BIpE8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoElZL%2CCAAC%2CyBAA%2BB%2CQP4C7B%3BI7DoMP%2CmBAAA%3BIoElLA%2CYAAA%3BIpEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoE%5C%2FYL%2CCAAC%2C0BAAgC%2CQPyC9B%3BI7DoMP%2CmBAAA%3BIoEtLA%2CWAAA%3BIpEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6DhWT%3BIAEI%2CiBAAA%3B%3BEO3CA%2CCAAC%2CoBAAyB%3BIpEuO9B%2CmBAAA%3BIoEtLA%2CWAAA%3BIpEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoEtYL%2CCAAC%2CyBAA%2BB%3BIpEoOpC%2CmBAAA%3BIoEtLA%2CWAAA%3BIpEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoEnYL%2CCAAC%2C0BAAgC%3BIpEiOrC%2CmBAAA%3BIoEtLA%2CWAAA%3BIpEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6D1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEO3CA%2CCAAC%2CoBAAyB%3BIpE2N9B%2CmBAAA%3BIoElLA%2CYAAA%3BIpEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoE1XL%2CCAAC%2CyBAA%2BB%3BIpEwNpC%2CmBAAA%3BIoElLA%2CYAAA%3BIpEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoEvXL%2CCAAC%2C0BAAgC%3BIpEqNrC%2CmBAAA%3BIoElLA%2CYAAA%3BIpEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6D9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEQ6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIrEiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIqEtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BItESA%2CmBAAA%3BIAAA%2CgBAAA%3BIsEJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BItEhBN%2CgBAAA%3B%3BEsETA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BItExBJ%2CkBAAA%3BIsE0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BItE%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIsEsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BItE1DtB%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsEkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BItEpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIsE2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BItEzFpB%2CqBAAA%3BIuEhOA%2CqBAAA%3B%3BEDmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBCnGhB%3BIvEhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuE2CA%2CWDkPI%2CQA2DK%2COACK%2CaAGI%2CgBCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvE9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwE9NQ%2COxE8NR%3BIAAA%2CayEzRe%2CmBzEyRf%3BIAAA%2CsBAAA%3BIuEqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDlFA%2CWAiCI%2CQA8EI%3BItEtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIsE8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BItElHZ%2CgBAAA%3B%3BEsETA%2CWAiCI%2CQA8EI%2CSAyIF%3BItE%5C%2FON%2CgBAAA%3B%3BEsEkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BItE1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIsE%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BItEpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIsEuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BItEzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEsEgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BItEjJjB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsETA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BItEzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEsETA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BItEpL5B%2CqBAAA%3BIuEhOA%2CqBAAA%3B%3BEDgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC9LxB%3BIvEhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuE2CA%2CWDkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvE9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwExPQ%2COxEwPR%3BIAAA%2CayEzRe%2CmBzEyRf%3BIAAA%2CsBAAA%3BIuEqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BED0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BItEpMZ%2CqBAAA%3BIuEhOA%2CqBAAA%3B%3BEAMA%2CWDkPI%2CQA2KK%2CKC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIvE9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwEzPgB%2COxEyPhB%3BIAAA%2CayEzRe%2CmBzEyRf%3BIAAA%2CsBAAA%3BIuEqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEhB9HR%2CSAKM%3BIrD8GN%2CgBAAA%3BIgEwcA%2CsBAAA%3BIXpjBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSWuvBJ%3BIAoDF%2CSAAA%3B%3BEhEj7BA%2CSqDsIM%2CSrDtIL%3BEACD%2CSqDqIM%2CSrDrIL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CSqDgIM%2CSrDhIL%3BIACG%2CWAAA%3B%3BEgEurBJ%2CSXxjBM%2CSWwjBL%2COAAO%3BEACR%2CSXzjBM%2CSWyjBL%2CSAAS%3BIhE3cV%2CqBAAA%3BIAAA%2CYAAA%3BIgE8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEXpkBJ%2CSAKM%2CSWkkBN%3BIhEpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIgEwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSX1kBM%2CSW0kBL%2CIAAI%2CSACC%3BIhE7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIgEkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSX1kBM%2CSW0kBL%2CIAAI%2CSAUC%3BIhEteN%2CYAAA%3BIgEweQ%2CWAAA%3B%3BEU7vBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BE3E0CA%2CQ0EjCQ%2CKAAK%2CM1EiCZ%3BEACD%2CQ0ElCQ%2CKAAK%2CM1EkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ0EvCQ%2CKAAK%2CM1EuCZ%3BIACG%2CWAAA%3B%3BE0ExCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BI3EwRN%2CYAAA%3BI2EtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BI3EgRP%2CgBAAA%3BI2E7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE3EsBJ%2CQ0EjCQ%2CKAAK%2CMCKX%2CQAAK%2CQ3E4BN%3BEACD%2CQ0ElCQ%2CKAAK%2CMCKX%2CQAAK%2CQ3E6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ0EvCQ%2CKAAK%2CMCKX%2CQAAK%2CQ3EkCN%3BIACG%2CWAAA%3B%3BE2E3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BI3EsNP%2CiBAAA%3B%3BE0ErRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BI3EoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI2E%5C%2FLQ%2CmBAAA%3BI3E%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE4EjJA%2CQFpIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCmEL%3BI5EiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE4E5IA%2CQFzIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCwEL%3BI5E4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE4EvIA%2CQF9IQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUC6EL%3BI5EuID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2E1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI3EyL9B%2CmBAAA%3B%3BE2ErLI%2CQDhGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDlGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDnGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI3EkLtB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2E5KI%2CQDzGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD1GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD3GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI3E0KtB%2CmBAAA%3B%3BE0ErRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BI3EqKP%2CmBAAA%3BI2EnKI%2CgBAAA%3BIACA%2C4BAAA%3BI3EkKJ%2CyBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEsDlBJ%2CgBuB0CA%3BIACI%2CWAAA%3B%3BEvB3CJ%2CgBuB8CA%3BIACI%2CYAAA%3B%3BEvB%5C%2FCJ%2CgBuBjBA%3BEvBiBA%2CgBuBhBA%3BIACI%2CqBAAA%3B%3BEvBeJ%2CgBuBjBA%2CSAQI%2CEAAC%3BEvBSL%2CgBuBhBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEvBQR%2CgBuBHA%2CSACI%3BI7EiQJ%2CiBAAA%3B%3BEsD%5C%2FPA%2CgBuBOA%2CWAKI%2CEAAC%3BI7EmPL%2CeAAA%3B%3BEsD%5C%2FPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEwB0NR%2CYAAC%2CYACG%3BI9E4BR%2C6BAAA%3BI8E1BY%2CiBAAA%3B%3B%3B%3B%3BECxEZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BEpCmEJ%2CwBACI%3BIACI%2CgCAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BI5C0GJ%2CmBAAA%3B%3BE4CtGY%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%3BEqCiTZ%2CQAAQ%3BIjF%5C%2FGR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEiFiHA%2CQAAQ%2CcAAe%2CQAAO%3BIAC1B%2CeAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAQ%2CcACJ%2CMAAK%3BEADT%2CQAAQ%2CcAEJ%2CMAAK%3BIACD%2CUAAA%3B%3BEAIR%2CQAAQ%3BEACR%2CQAAQ%3BIjFhIR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEiFkIA%2CQAAQ%2CkBAAmB%2CQAAO%3BIAC9B%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAQ%2CiBAAkB%2CQAAO%3BIAC7B%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAQ%2CkBAEJ%2CMAAK%3BEADT%2CQAAQ%2CiBACJ%2CMAAK%3BEAFT%2CQAAQ%2CkBAGJ%2CMAAK%3BEAFT%2CQAAQ%2CiBAEJ%2CMAAK%3BIACD%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%3BIAEQ%2CcAAA%3B%3BEAIR%3BIACI%2CsBAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BEACA%3BIACI%2CgBAAA%3B%3BEAGJ%2CoBACI%2CYAAW%3BIACP%2CSAAA%3B%3BEAFR%2CoBAKI%3BIjF3IJ%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BEiFoIR%2CoBASI%3BIAEQ%2CUAAA%3B%3BEAGJ%2CoBALJ%2CgBAKK%3BIACG%2CkBAAA%3B%3BEAfZ%2CoBAuBI%2CcAAa%2COAAU%3BEAvB3B%2CoBAwBI%2CcAAa%2CMAAS%3BIAClB%2CgBAAA%3B%3BEAzBR%2CoBA4BI%3BIAEQ%2CeAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBANJ%2CYAMK%3BIACG%2CmBAAA%3B%3BECpYZ%2CIAAI%2CwBACA%3BIACI%2CmBAAA%3B%3BEAFR%2CIAAI%2CwBAKA%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CIAAI%2CwBAUA%2CSAAS%2CeACL%2CeAAc%2CIAAI%3BIACd%2CmBAAA%3B%3BEAZZ%2CIAAI%2CwBAgBA%2CGAAE%3BIACE%2CiBAAA%3B%3BEAjBR%2CIAAI%2CwBAoBA%2CGAAE%2CaAAa%3BIAGX%2CiBAAA%3BIACA%2CmBAAA%3B%3BEnF1PR%2CImFkOI%2CwBAoBA%2CGAAE%2CaAAa%2CWnFtPlB%3BIACG%2C2YAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CiBAAiB%2CeAA5B%3BIACA%2CWAAA%3B%3BEAGJ%2CImFqNI%2CwBAoBA%2CGAAE%2CaAAa%2CWnFzOlB%2CQAAQ%3BIACL%2CWAAW%2CiBAAiB%2CSAA5B%3B%3BEoF2KJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%3BIACI%2C8BAAA%3BIACA%2CoBAAA%3B%3BEAPR%2CoBAUI%2CgBAAkB%2CIAAC%3BIACf%2CcAAA%3B%3BEAXR%2CoBAcI%2CgBAAkB%2CIAAC%2CIAAI%3BIACnB%2CeAAA%3B%3BEAfR%2CoBAkBI%2CgBAAkB%2CIAAC%2CIAAI%3BIACnB%2CeAAA%3B%3BEAnBR%2CoBAsBI%3BIACI%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAzBR%2CoBA4BI%3BIACI%2CaAAA%3B%3BEA7BR%2CoBAgCI%3BIACI%2CYAAA%3BIACA%2CyBAAA%3B%3BEAlCR%2CoBAqCI%2CoBAAsB%3BIAClB%2CkBAAA%3B%3BECmHR%2CqBAAqB%2CWAAc%3BEACnC%2CqBAAqB%2CWAAc%3BEACnC%2CuBAAwB%3BEACxB%2C0BAA2B%3BIACvB%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEC%5C%2FHA%2CsBAAC%2CUAAW%2CGAAE%3BIACV%2CeAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CsBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CsBAUI%2CiBAAgB%3BIACZ%2CkBAAA%3B%3BEAXR%2CsBAcI%3BIACI%2CiBAAA%3B%3BEAfR%2CsBAkBI%3BIrF0DJ%2CmjBAAA%3B%3BEqF5EA%2CsBAsBI%2CyBAAyB%3BIACrB%2CcAAA%3B%3BEAIR%2CsBAAuB%2CyBAAwB%2CMAC3C%3BIrFoKJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIA2BA%2CuBAAA%3BIACQ%2CeAAA%3BIqF9LA%2C8BAAA%3B%3BEALR%2CsBAAuB%2CyBAAwB%2CMAQ3C%3BIACI%2CsBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CQAAQ%2CWAAY%2CuBAAuB%2CgBAAgB%2CyBAAwB%2CMAC%5C%2FE%3BIACI%2CwBAAA%3B%3BEAFR%2CQAAQ%2CWAAY%2CuBAAuB%2CgBAAgB%2CyBAAwB%2CMAK%5C%2FE%3BIAEQ%2CqBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQAXA%2CWAAY%2CuBAAuB%2CgBAAgB%2CyBAAwB%2CMAK%5C%2FE%2CaAMK%2CUAAU%3BIACP%2CeAAA%3B%3BECjDZ%3BItF4LA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIA2BA%2CuBAAA%3BIACQ%2CeAAA%3BIAsBR%2C4BAAA%3BIACI%2CwBAAA%3BIACI%2CoBAAA%3BIsF5OA%2C8BAAA%3B%3BEANR%2CiBASM%3BIACE%2CUAAA%3B%3BEAVR%2CiBAaI%2CaAAY%3BItF2DhB%2CmBAAA%3BIsFxDQ%2CqBAAA%3B%3BEAhBR%2CiBAmBI%2CiBAAmB%3BIACf%2CkBAAA%3B%3BEApBR%2CiBAuBI%2CaAAa%3BIACT%2CkBAAA%3B%3BEAIR%2CqBAAsB%2CkBAChB%3BEADN%2CqBAAsB%2CkBAElB%2CaAAa%3BIACT%2CeAAA%3BIACA%2CWAAA%3B%3BECnMR%2COAAQ%2CmBACJ%2CWAAU%3BIACN%2CeAAA%3B%3BEAFR%2COAAQ%2CmBAKJ%2CYAAW%3BEALf%2COAAQ%2CmBAMJ%3BIACI%2CWAAW%2CgBAAX%3B%3BEAPR%2COAAQ%2CmBAUJ%3BIACI%2CcAAA%3B%3BEAXR%2COAAQ%2CmBAcJ%2CYAAW%3BIACP%2CQAAA%3BIACA%2CWAAA%3B%3BEC1BR%3BIACI%2CgCAAA%3B%3BEAGJ%3BIAEQ%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%3BIACG%2CuBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CKAAK%3BIACF%2CmBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEC6LJ%2CQAAQ%2CcAAe%2CwBAAuB%2CkBAAmB%3BIAC7D%2CgBAAA%3B%3BEAGJ%2CuBAAuB%2CkBAAmB%2CqBAAoB%2CIAAI%3BIAE1D%2CwBAAA%3B%3BEAFR%2CuBAAuB%2CkBAAmB%2CqBAAoB%2CIAAI%2CoBAK9D%3BIACI%2CcAAA%3B%3BEAIR%2CuBAAuB%2CkBACnB%3BIACI%2CkBAAA%3B%3BEvFsUR%2CqBACI%3BIACI%2CyBAAA%3B%3BEwFsUR%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%3BE%5C%2FFytBJ%2CuBAAwB%3BIACpB%2CUAAA%3B%3BEgGhmBJ%2CoBAAqB%3BEACrB%2CoBAAqB%3BIAEb%2CkBAAA%3B%3BEAHR%2CoBAAqB%2CyBAMjB%2CaAAa%3BEALjB%2CoBAAqB%2CQAKjB%2CaAAa%3BIACT%2CkBAAA%3B%3BEC2BR%3BIACI%2CUAAA%3BIACA%2CUAAA%3B%3BECsQJ%2CuBAAwB%3BIAEhB%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEANR%2CuBAAwB%2C2BASpB%2CqBAAoB%2CIAAI%3BIACpB%2CmBAAA%3B%3BEAVR%2CuBAAwB%2C2BAapB%2C2BAA2B%3BIAEnB%2CeAAA%3B%3BEAfZ%2CuBAAwB%2C2BAapB%2C2BAA2B%2CoBAKvB%3BIACI%2CgBAAA%3B%3BEAnBZ%2CuBAAwB%2C2BAuBpB%3BEAvBJ%2CuBAAwB%2C2BAwBpB%3BICrbA%2CaAAA%3BIDwbI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEA9BR%2CuBAAwB%2C2BAiCpB%3BIACI%2CcAAA%3B%3BEAlCR%2CuBAAwB%2C2BAqCpB%3BIACI%2CcAAA%3B%3BEAIR%2CuBAAwB%2CiBAAgB%3BIACpC%2CwBAAA%3B%3BEAGJ%2C0BAA2B%3BIAEnB%2CcAAA%3BIACA%2CYAAA%3B%3BEAHR%2C0BAA2B%2CqBAMvB%2CqBAAoB%3BIAChB%2CcAAA%3B%3BEAIR%2CoBAAoB%3BIAEZ%2CiBAAA%3BIACA%2C8BAAA%3B%3BEAHR%2CoBAAoB%2CMAMhB%3BIACI%2CiBAAA%3BIACA%2C6BAAA%3B%3BEAIR%2CoBAAoB%2CQAAS%3BEAC7B%2CoBAAoB%2CQAAW%3BIAC3B%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAoB%3BIAChB%2C%2BBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CcAAA%3B%3BEAGJ%2CoBAAoB%3BEACpB%2CoBAAoB%3BIAEZ%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CoBAAoB%2CMAShB%3BEARJ%2CoBAAoB%2CQAQhB%3BIACI%2CcAAA%3B%3BEAVR%2CoBAAoB%2CMAahB%3BEAZJ%2CoBAAoB%2CQAYhB%3BIACI%2CcAAA%3B%3BEAdR%2CoBAAoB%2CMAiBhB%3BEAhBJ%2CoBAAoB%2CQAgBhB%3BIACI%2CmBAAA%3B%3BEAIR%2CoBAAoB%3BIAChB%2CuBAAA%3B%3BEAGJ%2C0BAA2B%3BIAEnB%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEANR%2C0BAA2B%2C2BASvB%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEAXR%2C0BAA2B%2C2BAcvB%3BIACI%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEApBR%2C0BAA2B%2C2BAuBvB%3BIACI%2CeAAA%3B%3BEAxBR%2C0BAA2B%2C2BA2BvB%2C0BAA0B%3BIACtB%2CWAAA%3B%3BEAIR%2C0BAA0B%3BIACtB%2CkBAAA%3B%3BEAGJ%2CoBAAoB%2CMAAO%3BIAEnB%2CkBAAA%3B%3BEAFR%2CoBAAoB%2CMAAO%2CsBAKvB%3BIACI%2CmBAAA%3BIACA%2CkCAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CyBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAhBR%2CoBAAoB%2CMAAO%2CsBAmBvB%2CsBAAqB%3BIACjB%2CWAAA%3BIACA%2CQAAA%3B%3BEArBR%2CoBAAoB%2CMAAO%2CsBAwBvB%3BEAxBJ%2CoBAAoB%2CMAAO%2CsBAyBvB%3BEAzBJ%2CoBAAoB%2CMAAO%2CsBA0BvB%3BIACI%2CUAAA%3B%3BEAIR%2CoBAAoB%3BIAChB%2CeAAA%3B%3BEAGJ%2CoBAAoB%2CMAAO%2CsBAAqB%2CUAAW%3BIACvD%2CUAAA%3BIACA%2CWAAA%3B%3BEE7QJ%2C0BAA2B%3BIAEnB%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAHR%2C0BAA2B%2CwBAMvB%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CuBACI%2CgBAAe%3BIACX%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAJR%2CuBAOI%2CgBAAe%3BIACX%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAXR%2CuBAcI%2CgBAAe%3BEAdnB%2CuBAeI%2CgBAAe%3BIACX%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CeAAe%2CKACX%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CeAAe%2CKAMX%3BIACI%2CmBAAA%3B%3BEAPR%2CeAAe%2CKAUX%2CyBAAyB%3BIACrB%2CiBAAA%3B%3BEAIR%2CeAAe%2CQACX%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAHR%2CeAAe%2CQAMX%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAIR%2CuBAAwB%3BIAEhB%2CSAAA%3BIACA%2CsBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CuBAAwB%2C2BAWlB%3BIACE%2CSAAA%3BIACA%2CWAAA%3B%3BEAbR%2CuBAAwB%2C2BAgBpB%3BI3G9HJ%2CyBAAA%3B%3BE2GmIA%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BExF%5C%2FPA%2CyBADqB%2CSACpB%3BIAzJD%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CyBAkJyB%2CSACpB%2CMAnJJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA8IyB%2CSACpB%2CMA%5C%2FIJ%3BIDKD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CoCAAhB%3B%3BECwII%2CyBADqB%2CSACpB%2CMA3IL%3BIACI%2CaAAA%3B%3BEA8IA%2CyBALqB%2CSAKpB%3BIAxID%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BEAGJ%2CyBA8HyB%2CSAKpB%2CKAnIJ%3BIACG%2CoBAAA%3B%3BEAGJ%2CyBA0HyB%2CSAKpB%2CKA%5C%2FHJ%3BIDTD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CsCAAhB%3B%3BEC0II%2CyBATqB%2CSASpB%3BIA5HD%2CQAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CWAAW%2CeAAe%2CqBAA1B%3B%3BEAyHA%2CyBATqB%2CSASpB%2CKAtHL%3BIACI%2CkBAAA%3B%3BEAGJ%2CyBAyGyB%2CSASpB%2CKAlHJ%3BIACG%2C4BAAA%3B%3BEAGJ%2CyBAqGyB%2CSASpB%2CKA9GJ%3BIDpCD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CoCAAhB%3BICqCI%2CWAAW%2CcAAc%2CeAAzB%3B%3BEyFuNJ%3BIAEQ%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBAAC%3BIACG%2CYAAA%3B%3BEAIR%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CUAAA%3B%3BEC9QJ%3BIACI%2CsBAAA%3B%3BECklBJ%2CWAAW%3BIACP%2CgBAAA%3B%3BEAGJ%2CuBAAwB%2CEAAC%3BIACrB%2CqBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2C4BAAA%3B%3BEAGJ%2CuBACI%3BIACI%2CUAAA%3B%3BEAIR%2CQAAW%3BIACP%2CmBAAA%3B%3BEAGJ%3BIAEQ%2CeAAA%3B%3BEAGJ%2CsBAAC%2CeAAgB%2CgBAAgB%3BIAC7B%2CgBAAA%3BIACA%2CaAAA%3B%3BEAPR%2CsBAUI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAZR%2CsBAeI%3BIACI%2CaAAA%3B%3BEAhBR%2CsBAmBI%3BIACI%2CgBAAA%3B%3BEApBR%2CsBAuBI%3BIACI%2CgBAAA%3B%3BEAxBR%2CsBA2BI%2CqBAAoB%2CYAAa%3BIAC7B%2CeAAA%3B%3BEA5BR%2CsBA%2BBI%3BIACI%2CkBAAA%3B%3BEAhCR%2CsBAmCI%2CsBAAqB%3BIACjB%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEASR%2CQAAQ%2CaAAa%3BIAEb%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEALR%2CQAAQ%2CaAAa%2CiBAQjB%3BIzFzmBA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CQyF6lBQ%2CaAAa%2CiBAQjB%2CgBzFrmBH%3BIAEO%2CiDAAA%3B%3BEAGJ%2CQyFwlBI%2CaAAa%2CiBAQjB%2CgBzFrmBH%2CMAKI%3BIACG%2CmBAAA%3B%3BEAGJ%2CQyFolBI%2CaAAa%2CiBAQjB%2CgBzFrmBH%2CMASI%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQyF8kBI%2CaAAa%2CiBAQjB%2CgBzFrmBH%2CMAeI%3BIACG%2C8BAAA%3B%3BEAKJ%2CQyFwkBI%2CaAAa%2CiBAQjB%2CgBzFhlBC%3BIACG%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQyFmkBI%2CaAAa%2CiBAQjB%2CgBzF3kBC%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEyFikBR%2CQAAQ%2CaAAa%2CiBAQjB%2CgBzFtkBA%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BE0FxBR%2CsBAAuB%2CqBAAqB%2CwBAAwB%2CuBAAuB%2COAAM%3BIAC7F%2CaAAA%3BIACA%2CgBAAA%3B%3BECXJ%2CeAAgB%2CMAAK%3BI3FvErB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BI2FZI%2CkBAAA%3B%3BEAGJ%2CeAwEgB%2CMAAK%2CiBAxEjB%3BI3FcA%2CsBAAA%3BIACA%2CqBAAA%3BI2FZA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BE3GkCJ%2CKAAM%2CgB2G2BU%2CMAAK%2CiBAxEjB%3BI3G8CA%2CqBAAA%3B%3BEGxEJ%2CKAAM%2CgBwGkGU%2CMAAK%2CiBAxEjB%3BIxGzBA%2CqBAAA%3B%3BEMqBJ%2CKAAM%2CgBkG4EU%2CMAAK%2CiBAxEjB%3BIlGHA%2CqBAAA%3B%3BEIDJ%2CKAAM%2CgB8F4EU%2CMAAK%2CiBAxEjB%3BI9FHA%2CqBAAA%3B%3BEGqBJ%2CKAAM%2CgB2FsDU%2CMAAK%2CiBAxEjB%3BI3FmBA%2CqBAAA%3B%3BE2FLJ%2CeA0DgB%2CMAAK%2CiBA1DjB%2CmBAAgB%3BEACpB%2CeAyDgB%2CMAAK%2CiBAzDjB%2CmBAAgB%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CeA6CgB%2CMAAK%2CiBA7CjB%2CmBAAgB%3BIAChB%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAwCgB%2CMAAK%2CiBAxCjB%2CmBAAgB%3BIAChB%2CioCAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CeAmCgB%2CMAAK%2CiBAnCjB%2CmBAAgB%2CMAAM%3BEAC1B%2CeAkCgB%2CMAAK%2CiBAlCpB%2CQAAW%2CmBAAgB%3BIACxB%2CqBAAA%3B%3BEAGJ%2CeA8BgB%2CMAAK%2CiBA9BpB%2CQAAW%2CmBAAgB%3BIACxB%2CSAAS%2CEAAT%3B%3BEAKA%2CUAAW%2CgBAwBC%2CMAAK%2CiBA1BpB%2COAAU%2CmBAAgB%3BEAEvB%2CUAAW%2CgBAwBC%2CMAAK%2CiBAzBpB%2CMAAS%2CmBAAgB%3BEAEtB%2CeAuBY%2CMAAK%2CiBA1BpB%2COAAU%2CmBAAgB%3BEAGvB%2CeAuBY%2CMAAK%2CiBAzBpB%2CMAAS%2CmBAAgB%3BIAGlB%2CqBAAA%3B%3BEAIR%2CeAkBgB%2CMAAK%2CiBAlBpB%2CIAAI%2CUAAU%2CWAAc%2CmBAAgB%3BIACzC%2CqBAAA%3B%3BECLJ%3BIAEQ%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3B%3BEAGJ%2CwBAAC%2COAAQ%2CgBAAe%3BIACpB%2CaAAA%3B%3BEAIR%3BIAEQ%2CkBAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CqFAAA%3B%3BEAVR%2CeAaM%3BIACE%2CcAAA%3B%3BEAGJ%2CeAAC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%2CeAAC%2CUAAU%3BIACP%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CeAAC%2CYAAY%3BIACT%2C4BAAA%3BIACA%2C4BAAA%3B%3BECzFR%2C2BAA4B%2CwBAA0B%3BIAClD%2CQAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEC%2BFJ%3BIAEQ%2CaAAA%3B%3BEAFR%2CsBAKI%2CiBAAiB%3BIACb%2CeAAA%3B%3BEANR%2CsBASI%3BIACI%2CmBAAA%3B%3BEAVR%2CsBAaI%2CqBAAoB%3BIAChB%2CgBAAA%3B%3BEAdR%2CsBAiBI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BECzDR%2CeAAgB%2CkBAGZ%3BEAFJ%2CuBAAwB%2CkBAEpB%3BEADJ%2CgBAAiB%2CkBACb%3BIACI%2CWAAA%3B%3BEAJR%2CeAAgB%2CkBAOZ%2CqBAAoB%2CWAAW%3BEANnC%2CuBAAwB%2CkBAMpB%2CqBAAoB%2CWAAW%3BEALnC%2CgBAAiB%2CkBAKb%2CqBAAoB%2CWAAW%3BIAC3B%2CqBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBAAqB%3BIACjB%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEClGJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%2CMAAM%2CQAAQ%2CIAAI%3BIAChD%2CSAAA%3B%3BECsIJ%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAC5D%2CSAAM%3BIACJ%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAM5D%2CSAAM%3BIACJ%2CUAAA%3BIACA%2CWAAA%3B%3BEARR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAW5D%3BEAXN%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAY5D%3BIACE%2CeAAA%3B%3BEAKJ%2CsBADmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUACnD%2CiBAAkB%2CQAAU%3BEAC7B%2CsBAFmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAEnD%2CiBAAkB%2CQAAU%3BIACzB%2COAAO%2CgBAAP%3B%3BEC4GR%3BIAEQ%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2CiBAAC%2CaAAc%3BIACX%2C2BAAA%3B%3BEAGJ%2CiBAAC%2CcAAe%3BIACZ%2CmBAAA%3B%3BEAhBR%2CiBAmBI%3BIACI%2CYAAA%3B%3BEApBR%2CiBAuBI%3BIACI%2CYAAA%3B%3BEAxBR%2CiBA2BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BEA3BjD%2CiBA4BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BIACzC%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FBR%2CiBAkCI%2CuBAAuB%2CUAAS%2COAAO%2CKAAQ%2CSAAM%2CIAAI%3BIACrD%2CgBAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CsBAAA%3B%3BEAvCR%2CiBA0CI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA5CR%2CiBA%2BCI%2CmBAAmB%3BIACf%2CaAAA%3B%3BEAhDR%2CiBAmDI%3BIACI%2CmBAAA%3B%3BEApDR%2CiBAuDI%2CoBAAoB%2CqBAAoB%2CWAAW%3BIAC%5C%2FC%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%3BEAChC%2CiBAAiB%2CaAAc%3BIbrV3B%2CaAAA%3BIAYA%2CeAAA%3BIa6UI%2CoBAAA%3BIACA%2CWAAA%3B%3BEANR%2CiBAAiB%2CcAAe%2CoBAS5B%3BEARJ%2CiBAAiB%2CaAAc%2CoBAQ3B%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEAXR%2CiBAAiB%2CcAAe%2CoBAc5B%3BEAbJ%2CiBAAiB%2CaAAc%2CoBAa3B%3BEAdJ%2CiBAAiB%2CcAAe%2CoBAe5B%3BEAdJ%2CiBAAiB%2CaAAc%2CoBAc3B%3BIACI%2CgBAAA%3B%3BEAhBR%2CiBAAiB%2CcAAe%2CoBAmB5B%3BEAlBJ%2CiBAAiB%2CaAAc%2CoBAkB3B%3BIACI%2CcAAA%3B%3BEApBR%2CiBAAiB%2CcAAe%2CoBAuB5B%3BEAtBJ%2CiBAAiB%2CaAAc%2CoBAsB3B%3BIACI%2COAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA3BR%2CiBAAiB%2CcAAe%2CoBA8B5B%3BEA7BJ%2CiBAAiB%2CaAAc%2CoBA6B3B%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAjCR%2CiBAAiB%2CcAAe%2CoBAoC5B%2CmBAAmB%3BEAnCvB%2CiBAAiB%2CaAAc%2CoBAmC3B%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAvCR%2CiBAAiB%2CcAAe%2CoBA0C5B%2CmBAAmB%3BEAzCvB%2CiBAAiB%2CaAAc%2CoBAyC3B%2CmBAAmB%3BIACf%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEA9CR%2CiBAAiB%2CcAAe%2CoBAiD5B%2CYAAW%3BEAhDf%2CiBAAiB%2CaAAc%2CoBAgD3B%2CYAAW%3BIACP%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEApDR%2CiBAAiB%2CcAAe%2CoBAuD5B%2CYAAW%3BEAtDf%2CiBAAiB%2CaAAc%2CoBAsD3B%2CYAAW%3BIACP%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEA1DR%2CiBAAiB%2CcAAe%2CoBA6D5B%3BEA5DJ%2CiBAAiB%2CaAAc%2CoBA4D3B%3BIACI%2CkBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%2CoBAAmB%3BEACnD%2CiBAAiB%2CaAAc%2CoBAAmB%3BIAE1C%2CsBAAA%3B%3BEAHR%2CiBAAiB%2CcAAe%2CoBAAmB%2COAM%5C%2FC%3BEALJ%2CiBAAiB%2CaAAc%2CoBAAmB%2COAK9C%3BIACI%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CYAAa%2CoBAC1B%3BIACI%2CiBAAA%3B%3BEAFR%2CiBAAiB%2CYAAa%2CoBAK1B%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAPR%2CiBAAiB%2CYAAa%2CoBAU1B%3BIACI%2CmBAAA%3B%3BEAXR%2CiBAAiB%2CYAAa%2CoBAc1B%3BIACI%2CmBAAA%3B%3BEAIR%2CiBAAiB%2CeAAgB%3BIAC7B%2CsBAAA%3B%3BECtVJ%3BIAEQ%2CmBAAA%3B%3BEAFR%2CcAKI%3BIACI%2CUAAA%3B%3BECqDR%3BIACI%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BEAChB%2CgBAAiB%3BEACjB%2CuBAAwB%3BIAEhB%2CmBAAA%3BIACA%2CoBAAA%3B%3BEALR%2CeAAgB%2CmBAQZ%3BEAPJ%2CgBAAiB%2CmBAOb%3BEANJ%2CuBAAwB%2CmBAMpB%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAVR%2CeAAgB%2CmBAaZ%3BEAZJ%2CgBAAiB%2CmBAYb%3BEAXJ%2CuBAAwB%2CmBAWpB%3BIACI%2CmBAAA%3B%3BECukBR%2CyBAA0B%3BIAElB%2CUAAA%3B%3BEAFR%2CyBAA0B%2C4BAKtB%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CyBAA0B%2C4BAWtB%2CkBAAiB%3BIACb%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhBR%2CyBAA0B%2C4BAmBtB%2CkBAAiB%2CQAAQ%3BEAnB7B%2CyBAA0B%2C4BAoBtB%2CkBAAiB%2CQAAQ%3BIACrB%2CmBAAA%3BIACA%2CWAAA%3B%3BEAtBR%2CyBAA0B%2C4BAyBtB%2CiBAAgB%3BIACZ%2CaAAA%3B%3BEAIR%2CyBAA0B%3BIAElB%2CaAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CyBAA0B%2CyBAMtB%2CiBAAgB%3BIACZ%2CUAAA%3B%3BEAPR%2CyBAA0B%2CyBAUtB%2CiBAAgB%3BIACZ%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAdR%2CyBAA0B%2CyBAiBtB%2CiBAAgB%3BIACZ%2CWAAA%3BIACA%2CmBAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAtBR%2CyBAA0B%2CyBAyBtB%3BIACI%2CYAAA%3B%3BEA1BR%2CyBAA0B%2CyBA8BtB%2CeAAe%3BIACX%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CyBAA0B%2CsBAAsB%3BIAC5C%2CmBAAA%3B%3BEAGJ%2CyBAA0B%2C6BAA6B%3BIACnD%2CcAAA%3B%3BEAGJ%2CyBAA0B%2C6BAA6B%3BIACnD%2CaAAA%3B%3BEC3VJ%2CwBAAyB%3BI3HlDzB%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BE2HgDR%2CwBAAyB%2C8BAKnB%2CoBAAiB%3BEALvB%2CwBAAyB%2C8BAMrB%2CiBAAgB%3BIACZ%2CmBAAA%3B%3BEAPR%2CwBAAyB%2C8BAUnB%2CoBAAiB%3BIACf%2CUAAA%3B%3BEAXR%2CwBAAyB%2C8BAcnB%2CoBAAiB%3BIACf%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CwBAAyB%2C8BAoBrB%2CiBAAgB%3BIACZ%2CYAAA%3B%3BEArBR%2CwBAAyB%2C8BAwBrB%2C4BAA4B%3BIACxB%2CkBAAA%3B%3BEAzBR%2CwBAAyB%2C8BA4BrB%2C8BAA8B%3BIAC1B%2CaAAA%3B%3BEAIR%2CwBAAyB%3BIAEjB%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CwBANqB%2C8BAMpB%2CIAAI%3BIACD%2CaAAA%3B%3BEAGJ%2CwBAVqB%2C8BAUpB%2CYAAY%3BIACT%2CWAAA%3B%3BEAGJ%2CwBAdqB%2C8BAcpB%2CYAAY%3BIACT%2CYAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BECnZJ%2CuBAAwB%2COAAM%2CqBAAsB%3BIAChD%2CcAAA%3B%3BEC7FJ%2CkBAAmB%3BIACf%2CgBAAA%3B%3BEAGJ%2CkBAAmB%3BIAEX%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEALR%2CkBAAmB%2CqBAQf%3BIAEQ%2CmBAAA%3B%3BEAGJ%2CkBAbW%2CqBAQf%2CsBAKK%3BIACG%2CQAAA%3BIACA%2CUAAA%3B%3BEAfZ%2CkBAAmB%2CqBAmBf%3BIAEQ%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C8CAAA%3B%3BEAGJ%2CkBAhCW%2CqBAmBf%2CwBAaK%3BEACD%2CkBAjCW%2CqBAmBf%2CwBAcK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CkBA9CW%2CqBAmBf%2CwBA2BK%3BIACG%2CUAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3BEAjDZ%2CkBAAmB%2CqBAqDf%3BIAEQ%2CSAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CkBA3DW%2CqBAqDf%2CMAMK%3BIACG%2CyBAAA%3B%3BEA5DZ%2CkBAAmB%2CqBAqDf%2CMAUI%3BIACI%2CcAAA%3B%3BEAKZ%2C0BAA2B%2CeAAe%3BI7H2R1C%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIA2BA%2CuBAAA%3BIACQ%2CeAAA%3B%3BE6HzTR%2C0BAA2B%2CeAAe%2CeAMtC%3BI7HqRJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BI6HzZA%2CqBAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAsIA%2CyBAAyB%2C0BAA2B%2CeAAe%2CeAC%5C%2FD%3BIAEQ%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CyBAPiB%2C0BAA2B%2CeAAe%2CeAC%5C%2FD%2CcAMK%2CYAAY%3BIA%5C%2FIrB%2CuBAAA%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAiJQ%2CyBAXiB%2C0BAA2B%2CeAAe%2CeAC%5C%2FD%2CcAUK%2CYAAY%3BIAnJrB%2CyBAAA%3BIACA%2CmCAAA%3BIACA%2C2BAAA%3B%3BEAuJA%2CyBAAyB%2C0BAA2B%2CeAAe%2CeAAe%3BIAE1E%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CyBANqB%2C0BAA2B%2CeAAe%2CeAAe%2CcAM7E%2CYAAY%3BIA%5C%2FJjB%2CuBAAA%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAiKI%2CyBAVqB%2C0BAA2B%2CeAAe%2CeAAe%2CcAU7E%2CYAAY%3BIAnKjB%2CyBAAA%3BIACA%2CmCAAA%3BIACA%2C2BAAA%3B%3BEAsKA%2CyBAAyB%2C0BAA2B%2CeAAe%2CeAC%5C%2FD%3BIAEQ%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CyBAPiB%2C0BAA2B%2CeAAe%2CeAC%5C%2FD%2CcAMK%2CYAAY%3BIA%5C%2FKrB%2CuBAAA%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAiLQ%2CyBAXiB%2C0BAA2B%2CeAAe%2CeAC%5C%2FD%2CcAUK%2CYAAY%3BIAnLrB%2CyBAAA%3BIACA%2CmCAAA%3BIACA%2C2BAAA%3B%3BECwJA%2CeAAgB%3BIACZ%2CkBAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CkBAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CcAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3B%3BEpGhGJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEACA%2CaAAC%3BIACG%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CmDAAA%3BIACA%2C2CAAA%3B%3BEcuDR%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAJR%2CkBAOI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEK5BR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEkFpDR%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI%5C%2FHgMR%2CiBAAA%3B%3BE%2BHzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI%5C%2FHqLR%2CeAAA%3B%3BE%2BHzMA%2CqBAcI%2CQAUI%3BI%5C%2FHiLR%2CiBAAA%3BI%2BH%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI%5C%2FH0KR%2CeAAA%3B%3BE%2BHzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI%5C%2FHmKb%2CeAAA%3BI%2BHjKgB%2CWAAA%3B%3BExEmEhB%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAdR%2CaAiBI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApBR%2CaAuBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEvD2JR%2CauD%5C%2FJI%2CMvD%2BJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CauDpKI%2CMvDoKH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CauDzKI%2CMvDyKH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CauD9KI%2CMvD8KH%3BIAvGD%2CcAAA%3B%3BEuD9FA%2CaA8BI%2CQAAO%3BIvDgEX%2CqBAAA%3BIgIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIhIgDA%2CgBAAA%3BIuDxDQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2CaA8BI%2CQAAO%2COgBoDT%3BIvEhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuEHA%2CahBwMI%2CQAAO%2COgBxMV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvE9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwE3OU%2COxE2OV%3BIAAA%2CayEzRe%2CmBzEyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIuEqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CahB2LA%2CQAAO%2COgB5LV%2CMACI%3BIvE2PL%2CcAAA%3B%3BEuErPI%2CahBqLA%2CQAAO%2COgBtLV%2COACI%3BIvEqPL%2CcAAA%3B%3BEgI7CA%2CazEnBI%2CQAAO%2COyEmBV%3BEACD%2CazEpBI%2CQAAO%2COyEoBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CazEzBI%2CQAAO%2COyEyBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CazE9BI%2CQAAO%2COyE8BV%3BEACD%2CazE%5C%2FBI%2CQAAO%2COyE%2BBV%3BEACD%2CQAAQ%2CUAAW%2CczEhCf%2CQAAO%3BIyEiCP%2CoBAAA%3BIhI%2BBJ%2CYAAA%3B%3BEuDjDY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BIvDiDb%2CWAAA%3B%3BEuD1CA%3BIACI%2CaAAA%3B%3BE0E%2BFJ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcANR%2CeACI%2CcAKK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BEzE7PZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIxD0IA%2CcAAA%3BIwDxII%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIxDkIJ%2CqBAAA%3BIuE9QA%2CqBAAA%3B%3BEf%2BIQ%2CWADH%2CIAAI%2CSACA%3BIxD%2BHT%2CcAAA%3BIwD7HY%2CmBAAA%3B%3BEAIR%2CWAAC%3BIACG%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BIxDqHL%2CcAAA%3B%3BEwD1IA%2CWe8HE%3BIvEhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEuEHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIvE9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSwEnPQ%2COxEmPR%3BIAAA%2CayEzRe%2CmBzEyRf%3BIAAA%2CsBAAA%3BIuEqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIvE2PL%2CcAAA%3B%3BEuEzKA%2CUAAC%3BIvEyKD%2CSwErPQ%2COxEqPR%3B%3BEwDnGI%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEOiXR%2CkBAEI%3BEADJ%2CuBACI%3BIACI%2CcAAA%3B%3BEAHR%2CkBAEI%2CYAGI%2COAAM%3BEAJd%2CuBACI%2CYAGI%2COAAM%3BIACF%2CmBAAA%3B%3BEANZ%2CkBAEI%2CYAOI%3BEARR%2CuBACI%2CYAOI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAKZ%2CkBACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEAuCZ%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAII%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEjBlVR%2CeAMI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGI%2COAAO%2CKAAM%2CcADjB%2CiBAGU%3BIACE%2CWAAA%3B%3BEAThB%2CaAcI%2COACI%2CUACI%3BI9CzEZ%2CgBAAA%3BI8C2EgB%2CgBAAA%3B%3BEkB4gBhB%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BElB%5C%2FiBR%2CaAcI%2COACI%2CUACI%2COkB2aV%3BIhEpfF%2CeAAA%3BIgEwfI%2CqBAAA%3B%3BEA6HA%2CalB9iBA%2COACI%2CUACI%2COkB0iBX%2COAEI%3BEAAD%2CalB9iBA%2COACI%2CUACI%2COkB2iBX%2CSACI%3BIACG%2CaAAA%3B%3BElBpiBJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKI%2CKARX%2CcAMG%2CMACI%2CKACK%3BIACG%2CsBAAA%3B%3BEAIR%2CKAbP%2CcAMG%2CMAOK%2CQACG%3BIACI%2CiBAAA%3B%3BEAMR%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CcACI%3BIACI%2CgBAAA%3B%3BEAzChB%2CKA%2BCI%3BIACI%2CmBAAA%3B%3BEAKR%2CsBACI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAHR%2CsBAMI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGI%2CsBALR%2COAII%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEoFjDZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEpE3UR%3BI9D%2BMA%2CmBAAA%3BIoEtLA%2CWAAA%3BIpEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI8D9WL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEqEsER%3BInI%2BHA%2CYAAA%3B%3BEoI1QA%2CqBACI%2CaACI%3BIpIwQR%2CgBAAA%3B%3BEoI1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC8NhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BIrImBJ%2CgBAAA%3B%3BEqIdA%3BIACI%2CWAAA%3B%3BEC3QJ%3BItIwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIoElLA%2CYAAA%3BIpEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuI7QT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECnEZ%3BIxI2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIwIxKI%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%3BIxI4JL%2CYAAA%3BIwI1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIxIkJA%2CmBAAA%3BIwIhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIxI4IJ%2CiBAAA%3BIwI1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BIxIkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIwIrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIxIyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEwIjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEClCR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAZhB%2CwBAiBI%2CwBACI%2CUACM%3BIACE%2CgBAAA%3B%3BEAGI%2CwBANhB%2CwBACI%2CUACM%2CSAGG%2COACI%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3BEAIR%2CwBAZZ%2CwBACI%2CUACM%2CSAUG%2CKACG%3BIACI%2CkBAAA%3B%3BEAGJ%2CwBAjBhB%2CwBACI%2CUACM%2CSAUG%2CKAKI%2CaACG%3BIACI%2CcAAA%3B%3BEAS5B%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEC7CZ%2CwBACI%3BI1IoGJ%2CkBAAA%3B%3BE0IrGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BECjLhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BElG4XJ%2CgBAGI%2COAEI%2COACI%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATpB%2CgBAGI%2COAEI%2COACI%2CiBAMM%3BIACE%2CWAAA%3B%3BEAcpB%2CSACI%2CUACI%2COACI%3BIzC7IZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIyCkJgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BIzCtJZ%2CYAAA%3BIyCwJgB%2CWAAA%3B%3BEAMhB%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAOJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAsBR%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CiBAAA%3B%3BEAchB%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEmG%5C%2FbR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BE7FqKhB%2CaACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAdhB%2CaAII%2CiBAKI%2CWAQI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaArBR%2CiBAoBK%2CUAAU%2CGACN%3BI%5C%2FCAb%2C8BAAA%3BI%2BCEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BI%5C%2FCfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE%2BCsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BER5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CyBACI%2CUAEM%2C2BACI%3BIvCoFd%2CgBAAA%3BIgEwcA%2CsBAAA%3B%3BEzBhiBA%2CyBACI%2CUAEM%2C2BACI%2CSyB6tBZ%3BIAoDF%2CSAAA%3B%3BEhEj7BA%2CyBuC6JI%2CUAEM%2C2BACI%2CSvChKb%3BEACD%2CyBuC4JI%2CUAEM%2C2BACI%2CSvC%5C%2FJb%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBuCuJI%2CUAEM%2C2BACI%2CSvC1Jb%3BIACG%2CWAAA%3B%3BEgEurBJ%2CyBzBjiBI%2CUAEM%2C2BACI%2CSyB8hBb%2COAAO%3BEACR%2CyBzBliBI%2CUAEM%2C2BACI%2CSyB%2BhBb%2CSAAS%3BIhE3cV%2CqBAAA%3BIAAA%2CYAAA%3BIgE8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEzBziBJ%2CyBACI%2CUAEM%2C2BACI%2CSyBwiBd%3BIhEpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIgEwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSACC%3BIhE7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIgEkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSAUC%3BIhEteN%2CYAAA%3BIgEweQ%2CWAAA%3B%3BEzBliBA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEmBlBZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BI1DoCZ%2C8BAAA%3BI0DlCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEPlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BInD8PV%2CgBAAA%3B%3BEmDzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEQmVJ%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BI3DjGR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI2DsGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BI3D7FR%2CgBAAA%3B%3BEgEulBA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEL5gBJ%2CSAAC%2COAAO%2CMACJ%2COKuZN%3BIhEpfF%2CeAAA%3BIgEwfI%2CqBAAA%3B%3BEA6HA%2CSLzhBC%2COAAO%2CMACJ%2COKshBP%2COAEI%3BEAAD%2CSLzhBC%2COAAO%2CMACJ%2COKuhBP%2CSACI%3BIACG%2CaAAA%3B%3BEL5gBR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BI3DjKZ%2CeAAA%3B%3BE2DuKQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BEkF5ZpB%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%3BE5FHR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAEI%3BEAPR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAKI%2CeAUI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2CcA2BI%2CKAAI%3BEA3BR%2CcA4BI%3BEA5BJ%2CcA6BI%3BIACI%2CiBAAA%3B%3BE6F%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BErGoFR%2CmBAEI%2CYACI%2COAAM%3BIACF%2CgBAAA%3B%3BEASZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEAOpB%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BECsKZ%2CkBACI%3BEADJ%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAKI%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CYAAA%3B%3BEAIR%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CmBACI%3BI3CzEJ%2CiBAAA%3B%3BE2CmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEiB5FpB%2CaACM%3BEADN%2CaAEM%3BEAFN%2CaAGM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CWAAY%3BIACR%2CcAAA%3B%3BEAIA%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BI5DjBZ%2CSAAA%3BIAAA%2CUAAA%3BI4E1KA%2CqBAAA%3BIhB6LY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CMgBnLf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEhBgLA%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%3BI5D%5C%2FBpB%2CiBAAA%3B%3BE4DuCI%2COAAC%3BIAEG%2CoBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYAQI%2CQAAO%3BIAEH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CqBAAA%3B%3BEAIR%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CqBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CYAAA%3B%3BEAFR%2COAAC%2CQAKG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEATR%2COAAC%2CQAYG%2CUAAS%3BIACL%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEoF5UZ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BE9FoPA%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BIACG%2CgBAAA%3B%3BEANR%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%3BIACF%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAZZ%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%2CIAIF%3BIACI%2CWAAA%3B%3BEAfhB%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYACI%3BIACI%2CSAAA%3B%3BEAtBZ%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYAKI%3BIACI%2CgBAAA%3B%3BEAUR%2CqBAFR%2CSACK%2CKACI%3BIACG%2CYAAA%3B%3BEgB3OhB%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%3BErCmBZ%2CGAAG%2CiCACC%2CIAAG%3BIACC%2CuBAAA%3BIACA%2CyBAAA%3B%3BEAIR%2CUAAa%2CsBAAoB%3BIAC7B%2CgBAAA%3B%3BEoHuLJ%2CwBAAwB%3BIACpB%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CwBAAwB%2CYAGpB%2CQAAO%3BIACH%2CiBAAA%3B%3BEAJR%2CwBAAwB%2CYAGpB%2CQAAO%2CQAEH%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIjJ3EZ%2CWiJ4EgC%2CqBjJ5EhC%3B%3BEiJgFA%2CmBACI%3BIjJlVJ%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIiJ%2BUQ%2CaAAA%3B%3BEAHR%2CmBAKI%3BIACI%2CgBAAA%3B%3BEAGR%3BIACI%2CUAAA%3B%3BEAEJ%2CoBAAoB%2CSAChB%3BIACI%2CUAAA%3B%3BEAFR%2CoBAAoB%2CSAIhB%2CcAAa%3BIACT%2CQAAA%3BIACA%2CgBAAA%3B%3BEAEI%2CoBARQ%2CSAIhB%2CcAAa%2CMAGP%2CeACG%2CYACK%3BIACE%2CSAAA%3BIACA%2CUAAA%3B%3BEAHR%2CoBARQ%2CSAIhB%2CcAAa%2CMAGP%2CeACG%2CYACK%2CeAGE%3BIjJpXpB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEiJgXoB%2CoBAfA%2CSAIhB%2CcAAa%2CMAGP%2CeACG%2CYACK%2CeAMG%3BIACG%2CgBAAgB%2C0DAAhB%3BIACA%2CSAAS%2CEAAT%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAZZ%2CoBARQ%2CSAIhB%2CcAAa%2CMAGP%2CeACG%2CYAeG%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEA1BpB%2CoBAAoB%2CSA%2BBhB%3BIACI%2CeAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAlCR%2CoBAAoB%2CSA%2BBhB%2CwBAII%3BIACI%2CeAAA%3B%3BEACA%2CoBArCQ%2CSA%2BBhB%2CwBAII%2CiBAEK%3BIACG%2CcAAA%3B%3BEAtChB%2CoBAAoB%2CSA%2BBhB%2CwBAUI%2CiBAAgB%3BIACZ%2CiBAAA%3B%3BEA1CZ%2CoBAAoB%2CSA%2BBhB%2CwBAaI%2CiBAAgB%2CeAAe%3BIAC3B%2CiBAAA%3B%3BEA7CZ%2CoBAAoB%2CSA%2BBhB%2CwBAgBI%2CsBACI%2CEAAI%2CIAAI%3BIACJ%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAnDhB%2CoBAAoB%2CSA%2BBhB%2CwBAgBI%2CsBAMI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CoBA3DI%2CSA%2BBhB%2CwBAgBI%2CsBAMI%2CGAMQ%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEA9DpB%2CoBAAoB%2CSA%2BBhB%2CwBAgBI%2CsBAkBG%2C0BAA4B%3BIACvB%2CaAAA%3BIACA%2CWAAA%3B%3BEAnEhB%2CoBAAoB%2CSA%2BBhB%2CwBAgBI%2CsBAsBI%3BIACI%2CmBAAA%3BIACA%2CSAAA%3B%3BEAvEhB%2CoBAAoB%2CSA%2BBhB%2CwBAgBI%2CsBA0BI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAKhB%3BIACI%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CuBAII%3BIACI%2CaAAA%3B%3BEALR%2CuBAOI%3BIACI%2CaAAA%3B%3BEAMJ%2CIAAC%2CYACG%2CyBAAwB%2CYACpB%2CQAAO%3BIACH%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2C0CAAA%3BIjJhMhB%2CiBiJiM0C%2CSjJjM1C%3B%3BEiJ2LI%2CIAAC%2CYASG%2CqBAAoB%2CSAChB%3BIACI%2C0CAAA%3BIjJtMhB%2CiBiJuM0C%2CSjJvM1C%3BIiJwMgB%2C6BAAA%3BIACA%2CUAAA%3B%3BEAMhB%3BIACI%2C4BAAA%3B%3BEADJ%2CqBAEI%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEALR%2CqBAOI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEATR%2CqBAOI%2CGAGI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BECrOZ%3BIACI%2CgBAAgB%2CkEAAhB%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEAJJ%2CuBAKI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CqBAKI%3BIACI%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAZR%2CqBAKI%2CcAQI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAhBZ%2CqBAKI%2CcAaI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEApBZ%2CqBAKI%2CcAiBI%3BIACI%2CwBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAKZ%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEARJ%2CWASI%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAXR%2CWAaI%2CEAAC%3BIACG%2CaAAA%3B%3BEAdR%2CWAgBI%3BIACI%2CaAAA%3B%3BEAIR%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEAPJ%2CuBAQI%2CQAAO%3BIACH%2CSAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAGR%3BIACI%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2C4BAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3B%3BEAEH%2CqBAAqB%2CYAClB%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3B%3BEANP%2CqBAAqB%2CYAQlB%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEACA%2CqBAlBc%2CYAQlB%2CGAUK%3BIACG%2CaAAA%3B%3BEAGA%2CqBAtBU%2CYAQlB%2CGAaK%2COACI%3BIACG%2CaAAA%3B%3BEAvBf%2CqBAAqB%2CYA2BlB%3BIACI%2CSAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEACA%2CqBAhCc%2CYA2BlB%2CYAKK%3BIACG%2CSAAA%3B%3BEADJ%2CqBAhCc%2CYA2BlB%2CYAKK%2CWAEG%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEApCf%2CqBAAqB%2CYAwClB%3BIACI%2CwBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEA3CP%2CqBAAqB%2CYAwClB%2CGAII%3BIACI%2CgBAAA%3B%3BEAIZ%2CIAAK%2CEAAC%3BIACF%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEAFJ%2CmBAGI%3BIACI%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BEC1RR%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAFJ%2C2BAGI%2CqBACI%2CUACI%3BIACI%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CuBAAA%3B%3BEAZhB%2C2BAGI%2CqBACI%2CUACI%2CuBAQI%3BIACI%2CgBAAA%3B%3BEAdpB%2C2BAGI%2CqBACI%2CUACI%2CuBAWI%3BIACI%2CqBAAA%3B%3BEAjBpB%2C2BAGI%2CqBACI%2CUACI%2CuBAcI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAtBpB%2C2BAGI%2CqBACI%2CUACI%2CuBAmBI%3BIACI%2CaAAA%3B%3BECuBpB%2COAAO%2CkBACH%2CiBAAmB%3BEADvB%2COAAO%2CkBAC8C%3BIAC7C%2CaAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEADJ%2CgBAEI%3BIACI%2CeAAA%3B%3BEAHR%2CgBAKI%3BIACI%2CeAAA%3B%3BEAIR%2CqBACI%2CIAAG%3BIACC%2CgBAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BECvHJ%3BIACI%2CgBAAA%3B%3BEADJ%2C%2BBAEI%2C2BACI%2C4BAA4B%2CqBAAoB%3BIAC5C%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEANZ%2C%2BBAEI%2C2BACI%2C4BAA4B%2CqBAAoB%2C2BAI5C%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2C%2BBAEI%2C2BACI%2C4BAA4B%2CqBAAoB%2C2BAI5C%2C4BAMM%2CMAAG%3BIACD%2CeAAA%3B%3BEC0EpB%2CGAAG%2CiBACC%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAHR%2CGAAG%2CiBACC%2CkBAGI%3BIACI%2C4BAAA%3B%3BEALZ%2CGAAG%2CiBACC%2CkBAGI%2CeAEI%2CuBACI%3BIACI%2CeAAA%3B%3BEARpB%2CGAAG%2CiBACC%2CkBAWI%3BIACI%2CuCAAA%3B%3BEACA%2CGAdT%2CiBACC%2CkBAWI%2CWAEK%3BIACG%2CaAAA%3B%3BEAEJ%2CGAjBT%2CiBACC%2CkBAWI%2CWAKK%3BIACG%2CaAAA%3B%3BEC1GhB%2CUACI%3BIACI%2CeAAA%3B%3BEAGR%2CUACI%3BIACI%2CUAAA%3B%3BEAGR%2CUACI%3BIACI%2CeAAA%3B%3BEC%2BwBR%3BIACI%2CgBAAgB%2CoEAAhB%3BIACA%2CyBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CyBAII%2CqBACI%2CUACI%3BIACI%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAVhB%2CyBAII%2CqBACI%2CUACI%2CyBAKI%3BIACI%2CgBAAA%3B%3BEAZpB%2CyBAII%2CqBACI%2CUACI%2CyBAQI%3BIACI%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAhBpB%2CyBAII%2CqBACI%2CUACI%2CyBAYI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEApBpB%2CyBAII%2CqBACI%2CUACI%2CyBAgBI%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAMpB%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAJJ%2CyBAKI%2CiBACI%2CaACI%2CYAAW%3BIACP%2CeAAA%3B%3BEAKhB%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3BEADJ%2CqBAEI%3BIACI%2CkBAAA%3B%3BEAHR%2CqBAKI%3BIACI%2C4BAAA%3B%3BEANR%2CqBAQI%3BIACI%2CeAAA%3B%3BEATR%2CqBAWI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAhBR%2CqBAkBI%2CEAAC%3BIACG%2CaAAA%3B%3BEAGR%3BIACI%2CkBAAA%3B%3BEADJ%2C8BAEI%2CWACI%3BIACI%2CuBAAA%3BIACA%2CYAAY%2CgEAAZ%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEARZ%2C8BAEI%2CWAQI%3BIACI%2CuBAAA%3BIACA%2CYAAY%2CgEAAZ%3BIACA%2CuBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAfZ%2C8BAqBI%3BIACI%2CmBAAA%3B%3BEAtBR%2C8BAqBI%2CKAEI%3BIACI%2CYAAA%3B%3BEAxBZ%2C8BAqBI%2CKAKI%3BIACI%2CyBAAA%3B%3BEA3BZ%2C8BA8BI%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAjCR%2C8BA8BI%2CmBAII%3BIACI%2CeAAA%3B%3BEAnCZ%2C8BA8BI%2CmBAOI%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAxCZ%2C8BA2CI%2CkBAAiB%3BIACb%2C2BAAA%3B%3BEAGR%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAJJ%2CuBAKI%3BIACI%2CaAAA%3B%3BEAGR%2CqBACI%2CQAAO%2CiBACH%3BIACI%2CiBAAA%3B%3BEAIZ%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CsBAAC%2CgBAAiB%3BIACd%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CkBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CkBAII%3BIACI%2CgBAAA%3BIACA%2CSAAA%3B%3BEANR%2CkBAII%2CoBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CkBAII%2CoBAOI%3BIACI%2CeAAA%3B%3BEAZZ%2CkBAeI%2CcAAa%3BIACT%2CkBAAA%3BIACA%2CWAAA%3BIxJjxBR%2CWwJkxB4B%2CgBxJlxB5B%3BIwJmxBQ%2CQAAA%3BIACA%2CiBAAA%3B%3BEAGR%3BIACI%2CiBAAA%3B%3BEADJ%2CmBAEI%3BIACI%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAJR%2CmBAMI%2CqBACI%3BIACI%2CaAAA%3B%3BEARZ%2CmBAMI%2CqBAII%3BIACI%2CaAAA%3BIACA%2CWAAA%3B%3BEAZZ%2CmBAMI%2CqBAQI%3BIACI%2CaAAA%3BIACA%2C4BAAA%3B%3BEAhBZ%2CmBAMI%2CqBAQI%2CWAGI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAnBhB%2CmBAMI%2CqBAQI%2CWAOI%2CEAAC%3BIACG%2CaAAA%3B%3BEAtBhB%2CmBAMI%2CqBAmBI%3BIACI%2CaAAA%3B%3BEA1BZ%2CmBAMI%2CqBAsBI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3B%3BEAIZ%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3B%3BEAJJ%2CuBAKI%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAPR%2CuBAKI%2CWAGI%3BIACI%2CmBAAA%3B%3BEATZ%2CuBAYI%2CqBACI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAIZ%2CmBACI%3BIACI%2CmBAAA%3B%3BEAGR%2CuBACI%3BIACI%2CmBAAA%3B%3BEAGR%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEChvBJ%3BIACI%2CiBAAA%3B%3BEADJ%2CqBAGI%3BIACI%2CaAAA%3B%3BEAGR%2CmBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CmBACI%2C0BAEI%3BIACI%2CeAAA%3B%3BEAIZ%3BIACI%2CmBAAA%3B%3BEADJ%2CyBAEI%3BIACI%2CeAAA%3B%3BEAHR%2CyBAKI%3BIACI%2CeAAA%3B%3BEAGR%2CGAAG%2CwBACC%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAHR%2CGAAG%2CwBACC%2CkBAGI%3BIACI%2C4BAAA%3B%3BEAIZ%3BIACI%2CgBAAA%3B%3BEADJ%2CoCAEI%2C6BACI%2C4BAA4B%2CqBAAoB%3BIAC5C%2C4BAAA%3BIACA%2CqBAAA%3B%3BEALZ%2CoCAEI%2C6BACI%2C4BAA4B%2CqBAAoB%2C2BAG5C%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAVhB%2CoCAEI%2C6BACI%2C4BAA4B%2CqBAAoB%2C2BAG5C%2C4BAKM%2CMAAG%3BIACD%2CeAAA%3B%3BEAMpB%2CuBACI%2C6BAA6B%2C4BAA4B%2CqBAAoB%2C2BAA4B%3BIACrG%2C4BAAA%3B%3BEC9JR%2CsBACI%3BIACI%2CeAAA%3B%3BEAGR%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CsBAAsB%2C8CAAtB%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CYACI%3BIACI%2CgBAAA%3B%3BEAFR%2CYAII%3BIACI%2C4BAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAHJ%2CuCAII%2CgCACG%2CwBAAwB%2CeAAiB%3BIACpC%2CaAAA%3B%3BEAKZ%3BIACI%2CiBAAA%3B%3BECsUJ%2CsBACI%3BIACI%2CeAAA%3B%3BEAGR%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEACA%2CyCAAC%2C2BACI%2CqBAAqB%2CUAAU%3BIAC5B%2CQAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAIZ%3BIACI%2CsBAAsB%2C6CAAtB%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3BEADJ%2C%2BBAEI%3BIACI%2CkBAAA%3B%3BEAHR%2C%2BBAEI%2CwBAEG%2CwBAAwB%2CeAAiB%3BIACpC%2CaAAA%3B%3BEAKZ%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CsBAAsB%2C6CAAtB%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2C0BACI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAJR%2C0BACI%2CeAII%3BIACI%2C4BAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2C0BACI%2CeAII%2CUAGI%3BIACI%2CiBAAA%3B%3BEAThB%2C0BACI%2CeAII%2CUAMI%3BIACI%2CgBAAA%3B%3BEAMhB%3BIACI%2CgBAAA%3B%3BEADJ%2CuCAEI%3BIACI%2CwBAAA%3BIACA%2CUAAA%3B%3BEAGR%2CgBACI%3BIACI%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEAJR%2CgBACI%2CiBAII%3BIACI%2CeAAA%3B%3BEANZ%2CgBACI%2CiBAOI%3BIACI%2CeAAA%3B%3BEAIZ%2CgCACI%3BIACI%2CgBAAA%3B%3BEAFR%2CgCAII%3BIACI%2CmBAAA%3B%3BEAIJ%2CsBAAI%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAMI%2CqBAFP%2CWACG%2CuBACQ%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAKhB%3BIACI%2CeAAA%3BIACA%2CoBAAA%3B%3BEAFJ%2CmCAGI%2CaAAa%3BIACT%2CiBAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BEADJ%2C8BAEI%3BIACI%2CeAAA%3B%3BEAGR%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CiBAGI%2CoBACI%2CuBACI%3BIACI%2CeAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CiBAGI%2CoBACI%2CuBAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2C4BAAA%3B%3BEAbhB%2CiBAiBI%3BIACI%2CeAAA%3B%3BEAGR%3BIACI%2CkBAAA%3B%3BEAIY%2CaAHZ%2CcACG%2CGACK%2CGACK%2CUAAU%3BIACP%2CaAAA%3B%3BEAOpB%2CyBAAyB%3BIACrB%2CiBAAA%3BIACA%2CcAAA%3B%3BEACA%2CyBAHqB%2CqBAGpB%2CUAAU%2CGACP%3BEADY%2CyBAHK%2CqBAGJ%2CYACb%3BIACI%2CmBAAA%3B%3BEAIZ%2CmCACI%2CiBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIZ%2C8BAA%2BB%2CiBAAiB%3BIAC5C%2CeAAA%3B%3BECraJ%3BIACI%2CsBAAsB%2C4CAAtB%3B%3BEADJ%2CiBAEI%3BIACI%2C6BAAA%3B%3BEAHR%2CiBAEI%2C4BAEI%2CqBACI%2CUACI%3BIACI%2CWAAW%2CmBAAX%3BIACA%2CSAAA%3B%3BEARpB%2CiBAEI%2C4BAEI%2CqBACI%2CUACI%2CuBAGI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAZxB%2CiBAEI%2C4BAEI%2CqBACI%2CUACI%2CuBAQI%2CsBAAwB%3BIACpB%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAQxB%3BIACI%2CcAAA%3B%3BEADJ%2C8BAEI%3BIACI%2CaAAA%3BIACA%2CsBAAA%3B%3BEAJR%2C8BAMI%3BIACI%2CQAAA%3B%3BEAPR%2C8BAMI%2CiBAEI%3BIACI%2CgBAAA%3B%3BEAIZ%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CyBAMI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEARR%2CyBAUM%2CwBACI%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAbZ%2CyBAgBI%3BIACI%2CmBAAA%3B%3BEAjBR%2CyBAgBI%2CiBAEI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEApBZ%2CyBAwBI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3B%3BEA1BR%2CyBA4BI%3BIACI%2CSAAA%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAHJ%2CgCAII%3BIACI%2CgBAAA%3B%3BEALR%2CgCAOI%2CiBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAXZ%2CgCAcI%2CIAAG%2CiBACC%2CkBACI%2CeACI%2CuBACI%3BIACI%2CeAAA%3B%3BEAQxB%3BIACK%2CmBAAA%3B%3BEADL%2C4BAEK%3BIACG%2CmBAAA%3B%3BEAIR%3BIACI%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAJJ%2C%2BBAKI%3BIACI%2CgBAAA%3B%3BEANR%2C%2BBAQI%3BIACI%2CiBAAA%3B%3BEAMA%2C2BADJ%2CMACK%3BIACG%2CgBAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3B%3BEADJ%2CwBAEI%3BIACI%2CeAAA%3B%3BEAHR%2CwBAEI%2CsBAEI%3BIACI%2CUAAA%3B%3BEALZ%2CwBAEI%2CsBAKM%3BIACE%2CkBAAA%3BIACA%2CUAAA%3B%3BEATZ%2CwBAYI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CkBAAX%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAIR%3BIACI%2CiBAAA%3B%3BEADJ%2CsBAEI%3BIACI%2CeAAA%3B%3BEAHR%2CsBAKI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2C4BACI%2CgBACI%3BIACI%2CaAAA%3B%3BEAIZ%2CgCACI%2CiBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BECnOA%2CiCAFR%2C6BACM%2CMAAG%2CyBACA%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CiCANR%2C6BACM%2CMAAG%2CyBAKA%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CiCANR%2C6BACM%2CMAAG%2CyBAKA%2C8BAGG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAMpB%2CgBACI%3BIACI%2C4BAAA%3B%3BEAGR%2CIAAI%2CwBAAyB%3BIACzB%2CgBAAA%3B%3BEADJ%2CIAAI%2CwBAAyB%2CsBAEzB%3BIACI%2CeAAA%3B%3BEAGR%2CMAAM%2C2BACF%3BIACI%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAJR%2CMAAM%2C2BAMF%3BIACI%2CmBAAA%3B%3BEAGR%2CiCACI%3BIACI%2CgBAAA%3B%3BEAGR%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CoBAAA%3B%3BEACA%2C8BAAC%3BIACG%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEATR%2C8BAWI%3BIACI%2CmBAAA%3B%3BEAZR%2C8BAWI%2C4BAEI%2CIAAG%3BIACC%2CQAAA%3B%3BECsCZ%2CiBAAiB%3BIACb%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CsCACA%2C6BACM%2CMAAG%3BIACD%2CkBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CIALR%2CsCACA%2C6BACM%2CMAAG%2CyBAGA%3BIACG%2CiBAAA%3B%3BEAOR%2CiBADJ%2CWACK%3BIACG%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CMAAA%3B%3BEAHJ%2CiBADJ%2CWACK%2CYAIG%3BIACI%2CYAAA%3B%3BEALR%2CiBADJ%2CWACK%2CYAOG%3BIACI%2CYAAA%3B%3BEARR%2CiBADJ%2CWACK%2CYAUG%3BIACI%2C4BAAA%3B%3BEAGR%2CiBAfJ%2CWAeK%3BIACG%2C4BAAA%3B%3BEAEJ%2CiBAlBJ%2CWAkBK%3BIACG%2C4BAAA%3B%3BEAIZ%2CiCACI%3BIACI%2CaAAA%3B%3BEAFR%2CiCAII%3BIACI%2CeAAA%3B%3BEClLR%2CIAAI%3BEAAoC%2CIAAI%3BIACxC%2CgBAAgB%2CoFAAhB%3B%3BEAIJ%2CIAAI%2CqCACA%2CWAAa%2CsBAAoB%3BIAC7B%2CgBAAA%3B%3BEAGR%2CiBACM%2CaAAU%3BIACR%2C4BAAA%3B%3BEAGR%2CsBACI%2CWACM%2CsBACE%3BIACI%2CeAAA%3B%3BEAKhB%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BECmGJ%2CIAAI%3BIACA%2CgBAAgB%2CoFAAhB%3B%3BEAIJ%2CsBAAsB%2CWAClB%2CgBACI%2CmBACI%3BIACI%2CeAAA%3B%3BEAJhB%2CsBAAsB%2CWAClB%2CgBAMI%3BIACI%2CYAAA%3B%3BEARZ%2CsBAAsB%2CWAClB%2CgBASI%3BIACI%2CyBAAA%3B%3BEAXZ%2CsBAAsB%2CWAClB%2CgBAYI%2CeACM%2CMAAG%3BIACD%2CaAAA%3B%3BEAfhB%2CsBAAsB%2CWAmBlB%2CeACI%2CWAAW%3BIACP%2CaAAA%3B%3BECuNZ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BECrhBJ%3BIACI%2CaAAA%3B%3BEADJ%2CiBAEI%3BIACI%2CUAAA%3B%3BEAHR%2CiBAKI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEChCR%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CoBAII%3BIACI%2CaAAA%3B%3BEAGR%2CqBACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BECpER%2CkBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CIAEI%3BEADJ%2CIAAC%2CwBACG%3BIACI%2CiBAAA%3B%3BEAHR%2CIAEI%2CiBAGI%3BEAJR%2CIAAC%2CwBACG%2CiBAGI%3BIACI%2CaAAA%3B%3BECVhB%2C8CACI%2CkBACI%3BIACI%2CkBAAA%3B%3BEAHZ%2C8CACI%2CkBAII%2CWACI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BECoFhB%3BIACI%2CoBAAA%3B%3BEAEJ%2CkCACI%3BIACI%2CmBAAA%3B%3BEAFR%2CkCACI%2CkBAGI%3BIACI%2CcAAA%3B%3BEAIZ%2CuBACI%3BIACI%2CiBAAA%3B%3BEAFR%2CuBAII%3BIACI%2CiBAAA%3B%3BECqBR%2C2BACI%3BIACI%2CaAAA%3B%3BECoRR%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2C0BAAC%3BIACG%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C0BAAC%3BIACG%2CaAAA%3B%3BEACA%2C0BAFH%2CKAEI%3BIACG%2C4BAAA%3B%3BEAKZ%3BIACI%2CeAAA%3B%3BEAGA%2CkCAAC%3BIACG%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BECvWR%2CsBACI%3BIACI%2COAAO%2CqBAAP%3B%3BEAFR%2CsBAII%3BIACI%2CeAAA%3BIACA%2CYAAA%3B%3BEAGR%2CqBACI%3BIACI%2CiBAAA%3B%3BEAGR%2CuBACI%3BIACI%2CmBAAA%3B%3BECmRJ%2CeAAC%2CwBACG%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C6BAII%3BIACI%2CYAAA%3B%3BEALR%2C6BAII%2CsCAEI%2CiBACI%3BIACI%2CeAAA%3B%3BEARhB%2C6BAYI%3BIACI%2CyBAAA%3B%3BEAIR%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAHJ%2CsBAII%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGR%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CwBACI%2CiBAAgB%3BIACZ%2CmBAAA%3BIACA%2CeAAA%3B%3BEAHR%2CwBACI%2CiBAAgB%2C2BAGZ%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAVZ%2CwBAaI%3BIACI%2CSAAA%3BIACA%2CiBAAA%3B%3BEAfR%2CwBAaI%2CeAGI%2CUAAS%3BIACL%2CaAAA%3BIACA%2CYAAA%3B%3BEACA%2CwBANR%2CeAGI%2CUAAS%2CcAGJ%2CUAAU%3BIACP%2CYAAA%3B%3BEAOZ%2C6CAAC%2CwBACG%3BEADJ%2CoBAAC%2CwBACG%3BIACI%2CmBAAA%3B%3BEAKZ%2CgBAAgB%3BIACZ%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CsBAII%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CWAAA%3B%3BECpKR%2CgBAAgB%3BIACZ%2CmBAAA%3BIACA%2CSAAA%3B%3BEAFJ%2CgBAAgB%2CmBAGZ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEALR%2CgBAAgB%2CmBAOZ%3BIACI%2CeAAA%3B%3BEARR%2CgBAAgB%2CmBAUZ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEI%2CgBADJ%2CwBACK%3BIACG%2CaAAA%3B%3BEAEJ%2CgBAJJ%2CwBAIK%3BIACG%2CaAAA%3BIACA%2CYAAA%3B%3BEAXZ%2CgBAcI%3BIACI%2CyBAAA%3B%3BEAIR%2CKAAK%3BIACD%2CkBAAA%3B%3BEAGJ%2CSAAS%3BIACL%2CmBAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CSAAS%2CWAGL%3BIACI%2CWAAA%3B%3BEACA%2CSALC%2CWAGL%2COAEK%3BEAAQ%2CSALR%2CWAGL%2COAEc%3BEAAQ%2CSALjB%2CWAGL%2COAEuB%3BIACf%2C4BAAA%3B%3BEAEJ%2CSARC%2CWAGL%2COAKK%3BEAAe%2CSARf%2CWAGL%2COAKqB%3BIACb%2C4BAAA%3B%3BEAIZ%2CgBAAgB%3BIACZ%2CmBAAA%3B%3BEADJ%2CgBAAgB%2CsBAEZ%3BIACI%2CeAAA%3B%3BEAGR%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAHJ%2CwBAII%3BIACI%2CSAAA%3B%3BEAKA%2CKAFH%2CsBACD%2COACK%3BIACG%2CYAAA%3B%3BEAEJ%2CKALH%2CsBACD%2COAIK%3BEAAO%2CKALX%2CsBACD%2COAIa%3BIACL%2CaAAA%3BIACA%2C6BAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CmBAGI%3BIACI%2C4BAAA%3B%3BEAGR%2CgBAAgB%3BIACZ%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CgBAAgB%2CwBAIZ%3BIACI%2CeAAA%3B%3BEC7aR%2CgBAAgB%3BIACZ%2CiBAAA%3B%3BEC0bJ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BAxI5dR%2CgBAL4C%3BEV6E5C%2CcACI%3BI3BqJJ%2CYAAA%3BIAAA%2CSAAA%3BI2BlJQ%2CUAAA%3B%3B%3BAUvER%2CgBALsC%3BE4CsiBtC%2CQAAQ%2CcACJ%2CMAAK%3BEADT%2CQAAQ%2CcAEJ%2CMAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CQAAQ%2CcAAe%2CQAAO%3BIAC1B%2CUAAA%3B%3BEAGJ%2CQAAQ%2CkBAEJ%2CMAAK%3BEADT%2CQAAQ%2CiBACJ%2CMAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BE6FpfJ%2CkBAAkB%2COAAQ%2CaAAY%3BIAClC%2C2BAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEzFgIJ%2CsBAAuB%2CyBAAwB%2CMAAO%3BIAClD%2CUAAA%3B%3BECnBJ%3BIAEQ%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAJR%2CiBAOM%3BEAPN%2CiBAQI%2CaAAa%3BIACT%2CgBAAA%3BIACA%2CUAAA%3B%3BEAVR%2CiBAaM%3BIACE%2CgBAAA%3B%3BEAdR%2CiBAiBI%2CaAAa%3BIACT%2CgBAAA%3B%3BEAlBR%2CiBAqBM%2CeAAY%2CUAAU%3BEArB5B%2CiBAsBI%2CaAAa%2CaAAY%2CUAAU%3BIAC%5C%2FB%2CeAAA%3B%3BEAIR%2CqBAAsB%3BIAEd%2C8BAAA%3B%3BEAFR%2CqBAAsB%2CkBAKhB%3BEALN%2CqBAAsB%2CkBAMlB%2CaAAa%3BIACT%2CkBAAA%3BIACA%2COAAO%2CgBAAP%3B%3BEARR%2CqBAAsB%2CkBAWhB%2CeAAY%2CUAAU%3BEAX5B%2CqBAAsB%2CkBAYlB%2CaAAa%2CaAAY%2CUAAU%3BIAC%5C%2FB%2CeAAA%3B%3BEpF%2BTR%2CqBAAsB%2CaAAY%2CeAAgB%3BIAC9C%2CUAAA%3B%3B%3BEwFyUA%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%3BE9FofJ%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CuBACI%3BIACI%2CUAAA%3B%3BEAIR%2CuBACI%3BIACI%2CeAAA%3B%3BEkGvGR%2CuBAAwB%2C2BACpB%3BEADJ%2CuBAAwB%2C2BAEpB%3BIACI%2CeAAA%3BIACA%2CaAAA%3B%3BEAIR%2CoBAAoB%2CQAAS%3BIACzB%2CkBAAA%3B%3BEEnMJ%2C0BAA2B%3BIACvB%2CYAAA%3B%3BEAGJ%2CuBACI%2CgBAAe%3BEADnB%2CuBAEI%2CgBAAe%3BIACX%2CmBAAA%3B%3BEAIR%2CuBAAwB%2C2BACpB%3BIACI%2CsBAAA%3B%3BEAFR%2CuBAAwB%2C2BAKlB%3BIACE%2CgBAAA%3B%3BE3FnOR%3BIAEQ%2CgBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CsBAMI%2CcAAa%3BIACT%2CmBAAA%3B%3BE%2BJyHR%2CSAAU%3BIACN%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEjE%2BWJ%2CuBAAwB%3BIACpB%2CUAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CUAAA%3B%3BEkEvfJ%2CwBAAyB%3BIACrB%2CmBAAA%3B%3BE7DnDJ%2CsBAAuB%3BIACnB%2CmBAAA%3BIACA%2CcAAA%3B%3BE8DzJJ%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CsFAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CmBAAmB%2CMAAO%3BEAC1B%2CYAAY%2CMAAO%3BIACf%2CcAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBAAqB%3BIAGb%2CcAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CiDAAA%3BIACA%2C6CAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAXR%2CoBAAqB%2CyBAcjB%3BIACI%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAhBR%2CoBAAqB%2CyBAmBjB%2CiBAAgB%3BIACZ%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%3BIAEd%2CWAAA%3B%3BEAFR%2CqBAAsB%2CuBAKlB%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAVkB%2CuBAUjB%2CWAAY%3BIACT%2CgBAAA%3B%3BEAXR%2CqBAAsB%2CuBAclB%3BIACI%2CgBAAA%3B%3BEAIR%2CqBAAsB%2CuBAAuB%3BIAErC%2CgBAAA%3B%3BEAFR%2CqBAAsB%2CuBAAuB%2CqBAKzC%3BIACI%2CgBAAA%3B%3BEAGJ%2CqBATkB%2CuBAAuB%2CqBASxC%3BIACG%2CgBAAA%3B%3BEAIR%2CqBAAsB%2CiBAAiB%2CqBAAqB%3BIACxD%2CgBAAA%3BIACA%2CeAAA%3B%3BEpD0EJ%2C0BAA2B%2CeAAe%3BIACtC%2CSAAA%3B%3BECdJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAGJ%2CSAAU%2CiBAAiB%3BIACvB%2CgBAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CUAAA%3B%3BEG6LJ%2CcACI%3BIACI%2CUAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CcAAC%2CqBACG%2CeACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcANX%2CqBACG%2CeACI%2CcAIK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAVX%2CqBACG%2CeACI%2CcAQK%2CUAAU%3BIACP%2CcAAA%3B%3BEG3YpB%2CqBACI%2CaACI%3BIpImPR%2CmBAAA%3BIAAA%2CYAAA%3BIoIhPY%2CSAAA%3B%3BECwOZ%2CYACI%3BIrIOJ%2CmBAAA%3B%3BEqIJQ%2CYAHJ%2CuBAGK%3BIrIIT%2CgBAAA%3BIAAA%2CQqIxQoC%2CiBrIwQpC%3BIqIDY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BEnFyCJ%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CcAAA%3B%3BEgBxNhB%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%3BEqF%5C%2FDR%2COACI%3BIACI%2CaAAA%3B%3BEUolBR%3BIAtgBA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAsgBA%3BIACI%2CoBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEExiBJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEADJ%2CgBAEI%3BIACI%2CeAAA%3B%3BEAGR%2CoBACI%3BIACI%2CeAAA%3B%3BEAFR%2CoBAII%3BIACI%2CSAAA%3B%3BEAGR%3BIACI%2CmBAAA%3B%3BEADJ%2CqBAGI%3BIACI%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGR%2CmBACI%3BIACI%2CkBAAA%3B%3BEGoBR%2CmBACI%2COAAM%2C2BACF%3BIACI%2CaAAA%3B%3BECoBZ%3BIACI%2CiBAAA%3B%3BEAEJ%2CwBACI%3BIACI%2CaAAA%3B%3BEAGR%3BIACI%2CiBAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CaAAA%3B%3BEAGR%3BIACI%2CgBAAA%3B%3BEADJ%2CiBAEI%3BIACI%2CaAAA%3B%3BEAHR%2CiBAKI%3BIACI%2CUAAA%3B%3BEANR%2CiBAQI%2CsBACI%3BIACI%2CiBAAA%3B%3BEE%5C%2FDZ%2CsBACI%3BIACI%2CuBAAA%3B%3BEAFR%2CsBAII%3BIACI%2CeAAA%3B%3BEAIR%2C%2BBACI%3BIACI%2CqBAAA%3B%3BEAFR%2C%2BBACI%2CsBAEI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEALZ%2C%2BBAQI%3BIACI%2CqBAAA%3B%3BEAGR%2CuBACI%3BIACI%2CeAAA%3B%3BECgWJ%2C2BAAC%2C2BACG%2CqBAAqB%2CUAAU%3BIAC3B%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEQ5fZ%2CmBACI%3BIACI%2CaAAA%3B%3B%3BA7IjBZ%2CgBAJ2C%3BEoEmjBvC%2CoBAAoB%2CMAChB%2CqBAAoB%3BICpnBpB%2CaAAA%3B%3BEDmnBJ%2CoBAAoB%2CMAKhB%3BIACI%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEATR%2CoBAAoB%2CMAYhB%3BEAZJ%2CoBAAoB%2CMAahB%3BIACI%2CkBAAA%3B%3BEAIR%2CoBAAoB%3BIAEZ%2CaAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBANgB%2CMAMf%3BIACG%2CeAAA%3BIACA%2CYAAA%3B%3BEARR%2CoBAAoB%2CMAWhB%3BIChpBA%2CaAAA%3BIDmpBI%2CgBAAA%3B%3BEAdR%2CoBAAoB%2CMAiBhB%3BIACI%2CiBAAA%3B%3BEAlBR%2CoBAAoB%2CMAqBhB%3BIACI%2CSAAA%3B%3BEsE3TR%2CSAAU%3BIACN%2CuBAAA%3B%3BErDseJ%2CyBAA0B%2CgBAAe%3BIACrC%2CiBAAA%3BIACA%2CiBAAA%3B%3BE3DtOJ%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%3B%3BEkG%2BGZ%3BIACI%2CeAAA%3B%3BECriBJ%3BIACI%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBACI%3BIACI%2CkBAAA%3B%3BECkBR%2CqBACI%3BIACI%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CmBACI%3BIACI%2CkBAAA%3B%3BECvFR%2CkBACI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CgBACI%3BIACI%2CaAAA%3B%3BEG6IR%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2C4BAAA%3B%3BEAJR%2CiBAMI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEEnDR%2CsBACI%3BIACI%2CiBAAA%22%7D */