/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.rma-rma-view .fieldset > .field:not(.choice) > .control textarea {
  background: #fff;
  border: 1px solid #ccc;
}
.fieldset.rmaReturnMsg .field:not(.choice) label {
  position: relative;
  top: 10px;
  text-align: left;
}
nav.menu {
  position: relative;
}
.menu > ul {
  margin: 0 auto;
  width: 1300px;
  display: table;
  padding: 0;
}
@media (min-width: 1025px) {
  .menu > ul {
    display: flex;
    justify-content: center;
  }
}
.menu > ul > li {
  list-style: none;
  display: table-cell;
  line-height: 28px;
  padding: 0 0px;
  text-align: center;
}
.menu > ul > li > a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  /*border-bottom: solid 2px #fff;*/
  letter-spacing: 0.1em;
  padding-top: 7px;
  line-height: 18px;
}
.menu > ul > li > a:hover {
  color: #ffffff;
  /*border-bottom: solid 2px #000;*/
  background-color: #000;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.menu > ul li.sale a {
  color: #ce0e25;
}
.xs-menu li {
  color: #fff;
  padding: 14px 30px;
  border-bottom: 1px solid #ccc;
  background: #FF7F50;
}
.xs-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 0px 4px;
  text-transform: uppercase;
  border-bottom: solid 2px #fff;
}
.xs-menu a {
  text-decoration: none;
}
.displaynone {
  display: none;
}
.xs-menu-cont {
  display: none;
}
.xs-menu-cont > a {
  background: none repeat scroll 0 0 #ff7f50;
  border-radius: 3px;
  padding: 3px 6px;
  display: block;
  border-bottom: 1px solid #E67248;
  box-shadow: 0 1px 2px #e67248;
  -webkit-box-shadow: 0 1px 2px #e67248;
  -moz-box-shadow: 0 1px 2px #e67248;
}
.xs-menu-cont > a:hover {
  cursor: pointer;
}
.mega-menu {
  background: none repeat scroll 0 0 #fff;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 15px;
  display: none;
  transition-duration: 0.9s;
  text-align: left;
  z-index: 999;
  min-height: 440px;
  max-height: 500px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
.mega-menu > .container .mm-column:first-child .categories-list > ul {
  padding-left: 0;
}
#menutoggle i {
  color: #fff;
  font-size: 33px;
  margin: 0;
  padding: 0;
}
.mm-column {
  float: left;
  position: relative;
  width: 170px;
  padding-right: 30px;
}
.mm-column:after {
  content: "";
  display: table;
  clear: both;
}
.mm-column:before {
  content: "";
  display: table;
  clear: both;
}
.mm-wrapper {
  width: 1480px;
  margin: 0 auto;
}
.mm-column.right-images {
  float: right;
  width: 300px;
  padding-right: 0;
  line-height: normal;
}
.mm-column.right-images img {
  margin-bottom: 10px;
}
.mm-column.right-images h6 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.categories-list li {
  display: block;
  line-height: normal;
  margin: 0;
  padding: 5px 0;
}
.categories-list li a {
  font-weight: 300;
  position: relative;
  padding-bottom: 8px;
  letter-spacing: 0.025em;
  line-height: 20px;
}
.categories-list li a:hover {
  color: #858585;
}
.categories-list li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list li a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
.categories-list li a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
.categories-list li a:focus:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categories-list h5 {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.1em;
  border-bottom: solid 0px #eeeeee;
  font-size: 1em;
}
.display-on {
  display: block;
  transition-duration: 0.9s;
}
@media (max-width: 1025px) {
  .menu {
    display: block;
  }
  .xs-menu li a {
    padding: 0px;
  }
  .xs-menu-cont {
    display: block;
  }
}
@media (max-width: 991px) {
  .menu {
    display: none;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@media (max-width: 1440px) {
  .menu > ul {
    width: 100%;
  }
}
.new-in .mm-column .categories-list h5 {
  font-weight: 600;
  color: #333;
  padding: 10px 0;
  border-bottom: none;
  /* font-family: 'FuturaLTProHeavy';*/
  font-size: 12px;
  line-height: 18px;
  font-family: 'FuturaLTProBook';
}
.categories-list h5 {
  font-weight: 700!important;
  font-family: 'FuturaLTProBook';
  font-size: 12px;
}
/*.new-in .mm-column {
    display: block;
    width: 12.5%;
    padding-right: 15px;
    position: relative;
    clear: both;
    top: 0;
    z-index: 10;
    clear: both;
}*/
.new-in .mm-column:has(~ .menubannerimg) {
  display: block;
  width: 12.5%;
  padding-right: 15px;
  position: relative;
  top: 0;
  z-index: 10;
  clear: both;
}
.new-in .mm-column.right-images {
  width: 300px;
  clear: initial;
  top: -100px;
}
.new-in .container {
  display: block;
  /*display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 400px;*/
}
.new-in .mm-column.menubannerimg {
  /*    flex-basis: 100%;    width: auto;
    clear: left;    margin-left: auto;max-width: 400px;*/
  clear: left;
  margin-left: auto;
  max-width: max-content;
  width: auto;
  display: inline-flex;
  float: none;
  flex-direction: column;
}
.new-in .banner-description {
  width: 90%;
}
.banner-description .linkdisc {
  color: #222;
}
.banner-description .linkdisc:hover {
  color: #888;
}
.banner-description {
  transform: translateY(-20px) !important;
}
.sm_menu_outer .mobile_menu .mm-column.menubannerimg a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@-webkit-keyframes slide-down {
  0% {
    right: -100%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-5%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.new-in .mm-column {
  clear: both;
}
@media (max-width: 767px) {
  .sm_menu_outer .mobile_menu .submenu {
    display: none;
  }
  .sm_menu_outer .mobile_menu li.active > .submenu {
    display: block;
    -webkit-animation: slide-down 250ms ease-out;
    -moz-animation: slide-down 250ms ease-out;
  }
  .mm-column.menubannerimg img {
    height: auto!important;
  }
  .sm_menu_outer .mobile_menu .submenu li.banner-img {
    padding-bottom: 80px;
  }
}
button {
  outline: none;
  border: 0;
}
button:hover {
  outline: none;
  border: 0;
}
button:focus {
  outline: none;
  border: 0;
}
.button-1 {
  color: #ffffff !important;
  box-shadow: #333 0 0px 0px 40px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
}
.button-1:hover {
  box-shadow: #000 0 0px 0px 40px inset;
}
a.button-1 {
  line-height: 45px;
}
.button-3 {
  background: #ffffff !important;
  color: #000 !important;
  box-shadow: #000 0 0px 0px 2px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
}
a.button-3 {
  line-height: 45px;
}
.button-2 {
  position: relative;
  padding-bottom: 8px;
}
.button-2:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.button-2:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 1024px) {
  .button-2 {
    /*&:focus {
            &:before {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
            &:after {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
        }*/
  }
  .button-2:hover {
    /*            &:before {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
                transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
            &:after {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
                transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
                transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }*/
    color: #222;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.required-captcha.checkbox {
  display: block;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: visible;
  width: 1px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2021 Adobe
 * All Rights Reserved.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright 2024 Adobe
 * All Rights Reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.slick-dots {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots > li {
  margin: 0 0.4rem;
}
.slick-dots button {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #999;
  background-color: transparent;
  box-shadow: none;
  text-indent: -100vw;
  overflow: hidden;
}
.slick-dots .slick-active button {
  border-color: #ff5501;
  background-color: #ff5501;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
.rma-rma-view .mst-rma-badge {
  margin: 0 !important;
}
@media (max-width: 480px) {
  .rma-rma-view .status-branch-yellow {
    display: block;
    margin-top: 10px;
  }
}
.rma-rma-view .field.attachFileSec {
  clear: both;
}
.rma-rma-list .mst-rma-list__actions a {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 4px 15px;
  border-radius: 20px;
}
.rma-rma-list .mst-rma-list__actions a:hover {
  background: #000;
}
.rma-rma-list .mst-rma-status.status-branch-yellow {
  background: #ccc;
  color: #000;
  font-size: 13px;
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
@media (max-width: 767px) {
  .mst-rma-create__order-selector .field select {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #000;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
  overflow: hidden;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
.init-rma-container .fieldset .label {
  text-align: left;
}
#algoliaAutocomplete {
  transition: all 0.3s ease;
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#algoliaAutocomplete.algolia-search-popup {
  display: block !important;
}
#algoliaAutocomplete.search-initial-state,
#algoliaAutocomplete.search-compact-state {
  height: 126px;
  overflow: hidden;
}
#algoliaAutocomplete.search-initial-state .aa-Panel,
#algoliaAutocomplete.search-compact-state .aa-Panel,
#algoliaAutocomplete.search-initial-state .aa-Source,
#algoliaAutocomplete.search-compact-state .aa-Source,
#algoliaAutocomplete.search-initial-state .aa-PanelLayout,
#algoliaAutocomplete.search-compact-state .aa-PanelLayout,
#algoliaAutocomplete.search-initial-state .aa-PanelSections,
#algoliaAutocomplete.search-compact-state .aa-PanelSections {
  display: none !important;
}
#algoliaAutocomplete.search-expanded-state .aa-Panel {
  display: block;
}
#algoliaAutocomplete .search-header {
  text-align: center;
  /*padding: 15px 0;*/
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}
#algoliaAutocomplete .close-button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  color: #333;
}
.r-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 999998;
}
.aa-Autocomplete {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.aa-Form {
  display: flex;
  align-items: center;
  padding: 0 0px;
  height: 68px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.aa-InputWrapper {
  flex: 1;
  margin: 0 0px;
}
.aa-Input {
  width: 100%;
  border: none !important;
  font-size: 20px;
  padding: 10px 0;
  outline: none;
  color: #333;
}
.aa-Input::placeholder {
  color: #999;
}
.aa-Panel {
  background: #fff;
}
#algolia-autocomplete-container {
  width: 100%;
}
.aa-Panel.productColumn1 {
  left: 0 !important;
  margin-top: 0;
  width: 100% !important;
  top: auto !important;
  position: relative;
}
.aa-PanelLayout.aa-Panel--scrollable {
  width: 100%;
  max-width: 1400px;
  position: relative;
}
.autocomplete-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.autocomplete-wrapper:after {
  clear: both;
  content: '';
}
#algolia-autocomplete-container .col3 {
  float: right;
  width: 20%;
  box-sizing: border-box;
  padding: 40px 15px 90px 20px;
  margin-right: 0;
}
#algolia-autocomplete-container .col9 {
  float: left;
  width: 67%;
  box-sizing: border-box;
  padding: 20px 0 43px 20px !important;
  position: relative;
}
.aa-SourceHeader {
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
.aa-SourceHeader .aa-SourceHeaderTitle {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #A6A6A6;
}
.aa-List {
  list-style: none;
  padding: 0;
  margin: -9px !important;
  display: block;
}
.aa-dataset-products .aa-Item {
  width: 36%;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-left: 9px;
}
.aa-dataset-products .aa-Item .algoliasearch-autocomplete-hit {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 15px 12px;
  padding: 25px 12px;
}
.aa-dataset-products .aa-Item .thumb {
  float: left;
  width: 50px;
  flex-shrink: 0;
}
.aa-dataset-products .aa-Item .thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.aa-dataset-products .aa-Item .info {
  margin-left: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: FuturaStdBook;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.3px !important;
  color: #000000;
}
.aa-dataset-products .aa-Item .algoliasearch-autocomplete-category {
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-top: 2px;
  font-weight: 400 !important;
  font-size: 9.6px !important;
}
.aa-dataset-products .aa-Item .algoliasearch-autocomplete-price {
  font-size: 1.1em;
  color: #000;
  height: 22px;
  margin-top: 0px !important;
  white-space: nowrap;
}
.aa-dataset-products .aa-Item .after_special {
  color: #000;
  font-weight: 600;
}
.aa-dataset-products .aa-Item .after_special.promotion {
  color: #b44;
}
.aa-dataset-products .aa-Item .before_special {
  color: #777;
  text-decoration: line-through;
  margin-left: 8px;
}
.aa-dataset-products .aa-Item .aa-Item.no-results {
  width: 100%;
}
.aa-dataset-products .aa-Item .aa-ItemLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.aa-dataset-products .aa-Item .aa-ItemContentTitle {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.2;
  color: #000;
}
.aa-dataset-products .aa-Item .aa-ItemContentSubtitle {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}
.aa-dataset-products .aa-Item .aa-ItemContentPrice {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.aa-dataset-products .aa-Item .aa-ItemContentPrice.normal-price-box {
  color: #000;
}
.aa-dataset-products .aa-Item .aa-ItemContentPrice.special-price-box {
  color: #000;
}
.aa-dataset-products .aa-Item .aa-ItemContentPrice .regular-price {
  color: #000;
  font-weight: 600;
}
.aa-dataset-products .aa-Item .aa-ItemContentPrice .special-price {
  color: #b44;
  font-weight: 600;
}
.aa-dataset-products .aa-Item .aa-ItemContentPrice .old-price {
  color: #777;
  text-decoration: line-through;
  font-weight: 400;
}
.aa-dataset-categories .aa-Item,
.aa-dataset-brands .aa-Item {
  width: 96%;
  padding: 5px 0;
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  padding: 11px 10px;
  text-decoration: none;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.aa-dataset-categories .aa-Item:hover,
.aa-dataset-brands .aa-Item:hover {
  color: #000;
  text-decoration: underline;
}
.aa-dataset-categories .aa-Item .aa-ItemLink,
.aa-dataset-brands .aa-Item .aa-ItemLink {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.aa-dataset-categories .aa-Item .aa-ItemLink:hover,
.aa-dataset-brands .aa-Item .aa-ItemLink:hover {
  color: #000;
  text-decoration: underline;
}
.aa-SourceFooter {
  padding: 0;
  text-align: center;
  width: 100%;
}
.aa-SourceFooter a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #000;
}
.aa-SourceFooter a:hover {
  color: #777;
  border-bottom-color: #777;
}
#autocomplete-products-footer {
  background-color: #F9F9F9;
  text-align: center;
  display: block;
  position: static;
  width: 100%;
  padding: 12px 0;
}
#autocomplete-products-footer a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 0;
}
#autocomplete-products-footer a:hover {
  color: #777;
  border-bottom: 0;
}
#autocomplete-products-footer span {
  color: #000;
  font-weight: 400;
}
#autocomplete-products-footer .see-products-label,
#autocomplete-products-footer .product-count {
  color: #000;
}
.aa-SubmitButton {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.aa-ClearButton {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
}
.search-icon-svg::before {
  content: "\e615";
  font-family: 'luma-icons';
  font-size: 20px;
}
.clear-icon-svg::before {
  content: "\e616";
  font-family: 'luma-icons';
  font-size: 20px;
}
/* Responsive */
@media (max-width: 767px) {
  #autocomplete-products-footer {
    display: none !important;
  }
  .aa-dataset-products .aa-Item .aa-ItemContentPrice.normal-price-box {
    color: #000 !important;
  }
  .aa-dataset-products .aa-Item .aa-ItemContentPrice.normal-price-box .regular-price {
    color: #000 !important;
  }
  .aa-dataset-products .aa-Item .aa-ItemContentPrice.special-price-box .special-price {
    color: #b44 !important;
  }
  .aa-dataset-products .aa-Item .aa-ItemContentPrice.special-price-box .old-price {
    color: #000000 !important;
  }
  html.search-popup-open,
  body.search-popup-open {
    overflow: hidden !important;
    height: 100%;
  }
  body.search-popup-open {
    position: relative;
    touch-action: none;
  }
  #algoliaAutocomplete.fullscreen {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    display: block !important;
    overflow: hidden !important;
    background: #f7f7f7 !important;
    z-index: 999999 !important;
    box-shadow: none;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 5px;
  }
  #algoliaAutocomplete.fullscreen.search-initial-state,
  #algoliaAutocomplete.fullscreen.search-compact-state,
  #algoliaAutocomplete.fullscreen.search-expanded-state {
    height: 100vh !important;
    max-height: 100vh;
  }
  #algoliaAutocomplete.fullscreen .search-header {
    background: #f7f7f7;
  }
  #algoliaAutocomplete.fullscreen .close-button {
    position: absolute;
    top: 22px;
    right: 18px;
    z-index: 12;
  }
  #algoliaAutocomplete.fullscreen .aa-Autocomplete {
    min-height: 100vh;
    background: #f7f7f7;
  }
  #algoliaAutocomplete.fullscreen .aa-Form {
    position: sticky;
    top: 0;
    z-index: 11;
    background: #f7f7f7;
    padding: 0 0px;
  }
  #algoliaAutocomplete.fullscreen .aa-Panel {
    min-height: calc(100vh - 68px);
    background: #f7f7f7;
    overflow-y: auto;
  }
  #algoliaAutocomplete.fullscreen.search-compact-state .aa-Panel,
  #algoliaAutocomplete.fullscreen.search-initial-state .aa-Panel {
    display: block !important;
  }
  #algoliaAutocomplete.fullscreen.search-compact-state #search-results-container,
  #algoliaAutocomplete.fullscreen.search-initial-state #search-results-container {
    display: none !important;
  }
  #algoliaAutocomplete.fullscreen .aa-PanelLayout,
  #algoliaAutocomplete.fullscreen .autocomplete-wrapper,
  #algoliaAutocomplete.fullscreen .col3,
  #algoliaAutocomplete.fullscreen .col9 {
    background: #f7f7f7;
  }
  #algoliaAutocomplete.fullscreen .aa-Input {
    font-size: 16px;
  }
  .r-modal-backdrop {
    z-index: 999998;
  }
  body.search-popup-open .r-modal-backdrop {
    background: #f7f7f7 !important;
    opacity: 1 !important;
    display: block !important;
  }
  body.search-popup-open .page,
  body.search-popup-open .columns,
  body.search-popup-open .page-main,
  body.search-popup-open .widget,
  body.search-popup-open .main {
    pointer-events: none;
  }
  body.search-popup-open #algoliaAutocomplete,
  body.search-popup-open #algoliaAutocomplete * {
    pointer-events: auto;
  }
  #algoliaAutocomplete.search-expanded-state {
    max-height: 100vh;
  }
  .header-search-wrapper-mobile {
    display: none !important;
  }
  .col3,
  .col9 {
    width: 100%;
    border-right: none;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col3 {
    order: 2;
  }
  .col9 {
    order: 1;
    border-bottom: 1px solid #eee;
  }
  .aa-dataset-products .aa-Item {
    width: 100%;
  }
  .aa-Input {
    font-size: 16px;
  }
}
/* NEW isolated search empty state - ONLY for no results */
.search-empty-state {
  display: block;
  width: 100%;
  background: #fff;
  border-top: none !important;
}
.search-empty-state .search-empty-content {
  display: flex;
  flex-direction: row;
  min-height: 212px;
  width: 100%;
  box-sizing: border-box;
}
.search-empty-state .search-left-column {
  width: 260px;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 3px;
  padding-left: 19px;
}
.search-empty-state .search-left-column .category-title {
  font-size: 9.6px;
  color: #A6A6A6;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: -6px;
  letter-spacing: 0.3px !important;
  line-height: 9.6px !important;
}
.search-empty-state .search-left-column .category-empty {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 14px;
}
.search-empty-state .search-divider {
  width: 1px;
  background-color: #bbb5b5;
  align-self: stretch;
  margin-left: 9px !important;
}
.search-empty-state .search-right-column {
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
  padding-left: 21px;
  margin-top: 3px !important;
}
.search-empty-state .search-right-column .search-no-results {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 14px;
}
.search-empty-state .search-footer-cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 10px 0;
  text-align: center;
  z-index: 10;
}
.search-empty-state .search-footer-cta .see-products-label,
.search-empty-state .search-footer-cta .product-count {
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.search-empty-state .search-footer-cta .all-departments-label {
  color: #000000;
  font-weight: 600;
  margin-left: 0px;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 12px;
}
.search-empty-state .search-footer-cta .all-departments-label a {
  color: #000000 !important;
  text-decoration: none !important;
}
.search-empty-state .search-footer-cta .all-departments-label a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.search-empty-state .search-footer-cta a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.search-empty-state .search-footer-cta a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .search-empty-state .search-empty-content {
    flex-direction: column;
  }
  .search-empty-state .search-left-column {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .search-empty-state .search-divider {
    display: none;
  }
  .search-empty-state .search-right-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-footer-cta {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .search-empty-state .search-left-column {
    width: 41%;
    border-bottom: 1px solid #eee;
  }
  .search-empty-state .search-right-column {
    width: 36%;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.product-brand-logo img {
  max-width: 30px;
  max-height: 30px;
}
.product-list-container {
  border-top: solid 1px #dfdfdf;
  padding-top: 20px;
}
.phone-input-wrapper {
  display: flex;
  align-items: center;
}
.country-code-select {
  width: 80px;
  margin-right: 10px;
}
#phone {
  flex: 1;
}
.popup-terms {
  margin-top: 20px;
}
.resend-code {
  margin-top: 20px;
}
.resend-code a {
  color: #fff;
  text-decoration: underline;
}
.sticky-button {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 50px;
  height: 190px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
.sticky-button.open {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
#sticky-discount-button button {
  font-size: 18px;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 3px;
}
.popup-terms {
  margin-top: 20px;
}
.resend-code {
  margin-top: 20px;
}
.resend-code a {
  color: #fff;
  text-decoration: underline;
}
.complete-the-look-section {
  padding: 20px 0;
  text-align: center;
  max-width: 1460px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .complete-the-look-section {
    max-width: 90%;
  }
}
.complete-the-look-section .section-title {
  font-size: 1.3em;
  letter-spacing: 1.34px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
}
.complete-the-look-section .section-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
}
.complete-the-look-section .section-title span {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  /* letter-spacing: 1.8px; */
  letter-spacing: 1.6px;
  font-size: 16px;
}
.complete-the-look-section .complete-the-look-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  max-width: 1033px;
  margin: auto;
}
.complete-the-look-section .complete-the-look-images .image-wrapper,
.complete-the-look-section .complete-the-look-images .related-product-wrapper {
  width: 33%;
}
.complete-the-look-section .complete-the-look-images .image-wrapper img,
.complete-the-look-section .complete-the-look-images .related-product-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0px solid #e0e0e0;
  margin-bottom: 5px;
  width: 100%;
}
.complete-the-look-section .complete-the-look-images .image-wrapper p,
.complete-the-look-section .complete-the-look-images .related-product-wrapper p {
  font-size: 16px;
  margin: 0;
  text-align: center;
}
/**
 * Copyright 2019 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright 2025 Adobe
 * All Rights Reserved.
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.giftCarFormContent {
  /*background:#eee;*/
  position: relative;
  margin-bottom: 40px;
  word-break: break-all;
}
@media (max-width: 480px) {
  .giftCarFormContent {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.giftCarFormContent .gift-info,
.giftCarFormContent .giftCardBottomInfo {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    line-height: 1.5;
  }
}
@media (max-width: 320px) {
  .giftCarFormContent .gift-info,
  .giftCarFormContent .giftCardBottomInfo {
    font-size: 14px;
  }
}
.giftCarFormContent .gift-info {
  top: 0;
  padding-top: 40px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .gift-info {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .gift-info {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .gift-info {
    padding-top: 30px;
  }
}
@media (max-width: 320px) {
  .giftCarFormContent .gift-info {
    padding-top: 10px;
  }
}
.giftCarFormContent .gift-info .giftCardTitle {
  font-weight: 700;
  color: #000;
  font-style: italic;
}
.giftCarFormContent .giftCardBottomInfo {
  top: 60%;
  padding-top: 30px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .giftCardBottomInfo {
    top: 50%;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .giftCardBottomInfo {
    top: 72%;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .giftCardBottomInfo {
    top: 60%;
  }
}
.giftCarFormContent .giftCardBottomInfo .giftCardCurrency {
  line-height: 1.5;
}
.giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardSar {
  font-size: 60px;
}
@media (max-width: 1366px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardSar {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardSar {
    font-size: 30px;
  }
}
.giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardValue {
  font-size: 60px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1366px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardValue {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .giftCarFormContent .giftCardBottomInfo .giftCardCurrency .giftCardValue {
    font-size: 30px;
  }
}
.giftCarFormContent .giftCardBottomInfo .giftCardMsg {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 0 10px;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    /*left: unset;*/
    /*max-width:55%;*/
    /*max-width:100%;*/
  }
}
@media (max-width: 1024px) {
  .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    /*left: unset;*/
    /*max-width:100%;*/
  }
}
/*.page-layout-customgiftcard{
    .fotorama__stage{
        @media(max-width:1440px){
            height:auto !important;
        }
    }
}*/
@media (max-width: 1980px) {
  .product-e-gift-card .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    max-width: 60%;
  }
}
@media (max-width: 1366px) {
  .product-e-gift-card .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    left: unset;
    max-width: 55%;
  }
}
@media (max-width: 1024px) {
  .product-e-gift-card .giftCarFormContent .fotorama__stage__frame .fotorama__img {
    left: unset;
    max-width: 80%;
  }
}
.product-e-gift-card .page-title-wrapper {
  padding: 10px 0 0;
}
.product-e-gift-card .columns .column.main .page-title {
  font-size: 40px;
}
@media (max-width: 1366px) {
  .product-e-gift-card .columns .column.main .page-title {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .product-e-gift-card .columns .column.main .page-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .product-e-gift-card .columns .column.main .page-title {
    font-size: 26px;
  }
}
.giftcard-index-index .columns .column.main h1.page-title,
.product-physical-gift-card .columns .column.main h1.page-title,
.product-e-gift-card .columns .column.main h1.page-title {
  font-size: 36px;
  letter-spacing: 0.01em;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main h1.page-title,
  .product-physical-gift-card .columns .column.main h1.page-title,
  .product-e-gift-card .columns .column.main h1.page-title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main h1.page-title,
  .product-physical-gift-card .columns .column.main h1.page-title,
  .product-e-gift-card .columns .column.main h1.page-title {
    font-size: 20px;
  }
}
.giftcard-index-index .columns .column.main .page-title span,
.product-physical-gift-card .columns .column.main .page-title span,
.product-e-gift-card .columns .column.main .page-title span {
  font-size: unset !important;
}
.product-e-gift-card .fotorama__stage,
.product-physical-gift-card .fotorama__stage {
  left: 0 !important;
}
.product-e-gift-card .fotorama__stage__shaft {
  max-width: unset !important;
}
.product-e-gift-card .fotorama__stage__frame .fotorama__img {
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  transition-duration: unset;
  transition-property: unset;
  position: static;
}
.giftcard-index-index .columns .column.main,
.product-physical-gift-card .columns .column.main,
.product-e-gift-card .columns .column.main {
  max-width: 1460px;
  margin: 20px auto;
  padding: 0 10px;
  color: #000;
}
.giftcard-index-index .columns .column.main .page-title,
.product-physical-gift-card .columns .column.main .page-title,
.product-e-gift-card .columns .column.main .page-title {
  margin-bottom: 15px;
  display: block;
}
.giftcard-index-index .columns .column.main .page-title span,
.product-physical-gift-card .columns .column.main .page-title span,
.product-e-gift-card .columns .column.main .page-title span {
  display: block;
  font-weight: 700;
  font-size: 1.8em;
  color: #000;
}
.giftcard-index-index .columns .column.main .giftcard-tabs,
.product-physical-gift-card .columns .column.main .giftcard-tabs,
.product-e-gift-card .columns .column.main .giftcard-tabs {
  margin: 30px 0;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs,
  .product-physical-gift-card .columns .column.main .giftcard-tabs,
  .product-e-gift-card .columns .column.main .giftcard-tabs {
    margin: 20px 0;
  }
}
.giftcard-index-index .columns .column.main .giftcard-tabs span,
.product-physical-gift-card .columns .column.main .giftcard-tabs span,
.product-e-gift-card .columns .column.main .giftcard-tabs span {
  width: 33.33%;
  border: solid 1px #cccccc;
  display: block;
  float: left;
  position: relative;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span:nth-child(1),
.product-physical-gift-card .columns .column.main .giftcard-tabs span:nth-child(1),
.product-e-gift-card .columns .column.main .giftcard-tabs span:nth-child(1) {
  border-right: none;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span:nth-child(2),
.product-physical-gift-card .columns .column.main .giftcard-tabs span:nth-child(2),
.product-e-gift-card .columns .column.main .giftcard-tabs span:nth-child(2) {
  border-right: none;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span a,
.product-physical-gift-card .columns .column.main .giftcard-tabs span a,
.product-e-gift-card .columns .column.main .giftcard-tabs span a {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 17px;
  display: block;
  text-align: center;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs span a,
  .product-physical-gift-card .columns .column.main .giftcard-tabs span a,
  .product-e-gift-card .columns .column.main .giftcard-tabs span a {
    padding: 12px 17px 10px;
    font-size: 1.15em;
  }
}
@media (max-width: 320px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs span a,
  .product-physical-gift-card .columns .column.main .giftcard-tabs span a,
  .product-e-gift-card .columns .column.main .giftcard-tabs span a {
    font-size: 1em;
  }
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active {
  border: solid 1px #000;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:after,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:after,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:after,
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:before,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:before,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:after,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:after,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}
.giftcard-index-index .columns .column.main .giftcard-tabs span.active:before,
.product-physical-gift-card .columns .column.main .giftcard-tabs span.active:before,
.product-e-gift-card .columns .column.main .giftcard-tabs span.active:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000;
  border-width: 12px;
  margin-left: -12px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper {
  float: left;
  width: 720px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift {
  overflow: hidden;
  margin: 0;
  padding: 15px 0 0 75px;
  background: transparent;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .title,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title {
  margin-bottom: 20px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .title strong,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title strong,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .title strong {
  font-size: 2.0833em;
  text-transform: uppercase;
  font-weight: normal;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error > div,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error > div,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error > div {
  margin-bottom: 10px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info {
  margin-top: 30px;
  padding-top: 15px;
  border-top: solid 1px #000;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .title,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .title,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .title {
  margin-bottom: 10px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details {
  margin-bottom: 10px;
  font-size: 15px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details strong,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details strong,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .error .amgiftcard-info .details strong {
  font-weight: 200;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form {
  margin-bottom: 0;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset {
  margin-bottom: 20px;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field {
  width: 100%;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .label,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .label,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .label {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  float: none;
  font-size: 1.33333333em;
  font-weight: normal;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control {
  width: 100%;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control input,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control input,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .fieldset .field .control input {
  border: solid 1px #dadada;
}
.giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button,
.product-physical-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button,
.product-e-gift-card .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button {
  display: inline-block;
  margin-right: 15px;
  max-width: 270px;
}
.giftcard-index-index .columns .column.main .product.media,
.product-physical-gift-card .columns .column.main .product.media,
.product-e-gift-card .columns .column.main .product.media {
  width: 720px;
  padding-right: 0;
  border: none;
}
@media (max-width: 1440px) {
  .giftcard-index-index .columns .column.main .product.media,
  .product-physical-gift-card .columns .column.main .product.media,
  .product-e-gift-card .columns .column.main .product.media {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main .product.media,
  .product-physical-gift-card .columns .column.main .product.media,
  .product-e-gift-card .columns .column.main .product.media {
    width: 100%;
  }
}
.giftcard-index-index .columns .column.main .product-info-main,
.product-physical-gift-card .columns .column.main .product-info-main,
.product-e-gift-card .columns .column.main .product-info-main {
  width: auto;
  float: none;
  overflow: hidden;
  margin: 0px;
  padding: 15px 0px 0px 75px;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .product-info-main,
  .product-physical-gift-card .columns .column.main .product-info-main,
  .product-e-gift-card .columns .column.main .product-info-main {
    padding: 10px 0px 0px 75px;
  }
}
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main .product-info-main,
  .product-physical-gift-card .columns .column.main .product-info-main,
  .product-e-gift-card .columns .column.main .product-info-main {
    padding: 15px 0px 0px 0;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-info-price,
.product-physical-gift-card .columns .column.main .product-info-main .product-info-price,
.product-e-gift-card .columns .column.main .product-info-main .product-info-price {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field {
  margin-bottom: 25px;
}
@media (max-width: 1366px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .field,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .field {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .field,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .field {
    margin-bottom: 10px !important;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field label,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field label,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field label {
  display: block;
  width: 100%;
  text-align: left;
  float: none;
  font-size: 1.22em;
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 3px;
  text-transform: capitalize;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box {
  position: relative;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box input,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box input,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box input,
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box textarea,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box textarea,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box textarea,
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field .input-box select,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box select,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field .input-box select {
  border: solid 1px #dadada;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control {
  width: 100%;
  margin: 0;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list {
  display: inline-block;
  position: relative;
}
@media (max-width: 480px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list {
    margin-bottom: 20px;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 320px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field {
    margin-right: 5px;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field.choice,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field.choice,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .fieldset > .field .control .options-list .field.choice {
  width: auto;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .product-options-bottom .field.qty,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .field.qty,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .field.qty {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.primary.black-btn,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.primary.black-btn,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .product-options-bottom .box-tocart .actions .action.primary.black-btn {
  /*width: 220px;*/
  /*min-width: 220px;*/
  /*max-width: 220px;*/
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .field.qty,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .field.qty,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .field.qty {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form .actions .action.primary.black-btn,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form .actions .action.primary.black-btn,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form .actions .action.primary.black-btn {
  /*width: 220px;*/
  /*min-width: 220px;*/
  /*max-width: 220px;*/
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"],
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"],
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] {
  display: none;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label {
  display: inline-block;
  padding: 12px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 1.16666667em;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 380px) {
  .giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
  .product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label,
  .product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label {
    font-size: 1em;
    padding: 6px;
  }
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"] + label .price-container .price,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label .price-container .price,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"] + label .price-container .price {
  font-size: 1.16666667em;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label {
  border-color: #000000;
  color: #000000;
  position: relative;
}
.giftcard-index-index .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after,
.product-physical-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after,
.product-e-gift-card .columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-right-color: #000000;
  border-top-color: #000000;
}
.giftcard-index-index .columns .column.main .product.info.detailed,
.product-physical-gift-card .columns .column.main .product.info.detailed,
.product-e-gift-card .columns .column.main .product.info.detailed,
.giftcard-index-index .columns .column.main .product-social-links,
.product-physical-gift-card .columns .column.main .product-social-links,
.product-e-gift-card .columns .column.main .product-social-links {
  display: none;
}
.product-e-gift-card .fieldset > .field.required > .label:after,
.product-physical-gift-card .fieldset > .field.required > .label:after,
.amgiftcard-form .fieldset > .field.required > .label:after {
  margin: 0;
  position: relative;
  left: -4px;
}
/*.product-e-gift-card .giftCarFormContent,
.giftcard-index-index .giftCarFormContent,
.product-e-gift-card .giftCarFormContent{
    background: #eee !important;
}*/
@media (max-width: 1024px) {
  .giftcard-index-index .columns .column.main .page-title-wrapper {
    padding: 0;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .gift-card-image-wrapper img {
    width: 100%;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .giftcard-index-index .columns .column.main .giftcard-tabs span {
    line-height: 21px;
  }
  .giftcard-index-index .columns .column.main .amgiftcard-apply-code .block.discount.gift .amgiftcard-form .amactions-toolbar button {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus) {
  background-color: transparent;
}
/*20/12/2018*/
.listpage-products .row {
  margin: 0 -5px;
}
.listpage-products ol.product-items {
  margin: 5px 0;
}
.listpage-products ol.product-items li {
  padding: 5px;
  max-height: 360px;
}
.listpage-products ol.product-items li .product-item-info {
  position: relative;
  width: 100%;
  transition: all 0.4s;
  overflow: hidden;
}
.listpage-products ol.product-items li .product-item-info:after {
  content: '';
  display: table;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo {
  display: table;
  width: 100%;
  text-align: center;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo > span {
  display: table-cell;
  width: 100%;
  height: 250px;
  vertical-align: middle;
  text-align: center;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo > span span {
  display: inline-block;
  width: 90%;
}
.listpage-products ol.product-items li .product-item-info a.product-item-photo > span span img {
  max-height: 220px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: auto;
}
.listpage-products ol.product-items li .product-item-info .product-item-details {
  text-align: center;
}
.listpage-products ol.product-items li .product-item-info .product-item-details strong {
  font-weight: normal;
}
.listpage-products ol.product-items li .product-item-info .product-item-details strong a {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .special-price {
  display: inline;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .special-price .price-wrapper > .price {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 8px 0;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .price-box {
  display: block;
  margin: 8px 0;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .old-price .price-wrapper .price {
  font-size: 13px;
  color: #666;
  text-decoration: line-through;
  margin: 0 5px;
}
.listpage-products ol.product-items li .product-item-info .product-item-details .price-discount-percent {
  font-size: 13px;
  color: #382063;
  font-weight: 500;
}
.listpage-products .common-nav {
  display: inline-block;
}
.listpage-products ul.slick-dots {
  position: relative;
  bottom: 0;
  width: auto;
  display: inline-block !important;
}
.listpage-products ol.product-items .slick-dots li {
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: auto;
  height: auto;
}
.listpage-products .slick-dots li button {
  position: relative;
  margin: 0px;
  padding: 0;
  width: 9px;
  height: 9px;
}
.listpage-products button.slick-arrow {
  bottom: 0;
  color: #000;
  top: auto;
  z-index: 2;
  position: relative;
  display: inline-block !important;
}
.listpage-products .slick-prev {
  left: auto;
  transform: rotateZ(180deg);
}
.listpage-products .slick-next {
  right: auto;
  float: right;
  transform: none;
}
.listpage-products .slick-next,
.listpage-products .slick-prev {
  height: 30px;
}
.listpage-products button.slick-arrow::before {
  opacity: 1;
  color: #000;
  line-height: 30px;
  font-size: 10px;
}
.listpage-products .slick-dots li button:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b3b3b3;
}
.listpage-products .slick-dots li.slick-active button:before {
  background: #382063;
}
.listpage-products button.slick-arrow.slick-prev:before {
  font-family: 'mycustomfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904';
}
.listpage-products button:hover {
  border: none;
}
.listpage-products button.slick-arrow.slick-next:before {
  font-family: 'mycustomfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e904';
}
.listpage-products .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
}
.listpage-products .common-nav-wrapper {
  background: #fff;
  margin: 0 2px 20px 5px;
  text-align: center;
}
/*product list common style*/
.product-item-details .product-item-inner .product-item-actions .actions-primary {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  transition: all 0.4s;
}
.product-item-details .product-item-inner .product-item-actions .actions-primary.out-of-stock {
  top: 10px;
  left: 10px;
  bottom: auto;
  width: auto;
  padding: 5px 10px;
  background: #efefef;
  color: red;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'FuturaStdMedium';
  z-index: 2;
  border-radius: 4px;
}
.product-item-details .product-item-inner .product-item-actions .actions-primary button,
.product-item-details .product-item-inner .product-item-actions button.action.primary.tocart.buynow {
  width: 50%;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  border: 0;
  border-top: 1px solid #e7e7e7;
  float: left;
  cursor: pointer;
  transition: all 0.4s;
}
.product-item-details .product-item-inner .product-item-actions button.buynow.action.primary.tocart {
  border-left: 1px solid #e7e7e7;
}
.product-item-details .product-item-inner .product-item-actions .actions-secondary {
  position: absolute;
  top: 0;
  right: -25px;
  padding: 0;
  width: 22px;
  transition: all 0.4s;
  z-index: 9;
  display: none;
}
.product-item-details .product-item-inner .product-item-actions .actions-secondary a {
  display: block;
  font-size: 14px;
  color: #555;
  width: 22px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.4s;
}
.product-item-actions .actions-secondary > .action.tocompare:before {
  content: '\e900';
  font-size: 15px;
}
.product-item-actions .actions-secondary > .action.tocompare:hover:before {
  content: '\e921';
  color: #c40018;
}
.product-item-actions .actions-secondary > .action.towishlist:before {
  content: '\e90b';
  transition: all 0.4s;
  font-size: 15px !important;
}
.product-item-actions .actions-secondary > .action.towishlist:hover:before,
.product-item-actions .actions-secondary .bss-quickview:hover:before {
  color: #c40018 !important;
}
.product-item-actions .actions-secondary .bss-quickview:before {
  font-family: 'mycustomfont';
  content: '\e91b';
  font-size: 15px;
}
.listpage-products.products.wrapper.grid.products-grid {
  margin: 10px 0;
}
.pages .action {
  border: 0;
}
.pages .action.next {
  margin-left: 0;
}
.pages .action.next:before {
  font-size: 14px;
  content: '\e90a';
}
.pages .action.previous {
  margin-right: 0;
}
.pages .action.previous:before {
  content: '\e90a';
  font-size: 14px;
  transform: rotateY(180deg);
}
@media (min-width: 1025px) {
  .listpage-products ol.product-items li:hover .product-item-info {
    -webkit-box-shadow: 0 0 1px 2px #dcdcdc;
    -moz-box-shadow: 0 0 1px 2px #dcdcdc;
    box-shadow: 0 0 1px 2px #dcdcdc;
    transition: all 0.4s;
  }
  ol.product-items li:hover .product-item-details .product-item-inner .product-item-actions .actions-primary {
    bottom: 0;
    transition: all 0.4s;
  }
  ol.product-items li:hover .product-item-details .product-item-inner .product-item-actions .actions-primary.out-of-stock {
    bottom: auto;
    transition: all 0.4s;
  }
  ol.product-items li:hover .product-item-details .product-item-inner .product-item-actions .actions-secondary {
    right: 0;
    transition: all 0.4s;
    display: block;
  }
  .product-item-details .product-item-inner .product-item-actions .actions-secondary .towishlist:hover:before {
    content: '\e90e';
    transition: all 0.4s;
    color: #c40018;
  }
  .product-item-details .product-item-inner .product-item-actions button.action.primary.tocart.buynow:hover {
    color: #fff;
    background: #382063;
    border-left-color: transparent;
    transition: all 0.4s;
  }
  .product-item-details .product-item-inner .product-item-actions .actions-primary button.tocart:hover {
    color: #fff;
    background: #e8be21;
    transition: all 0.4s;
  }
  .product-item-details .product-item-inner .product-item-actions .actions-secondary a:hover {
    border-color: transparent;
    color: #c40018;
    background: #f0f0f0;
    transition: all 0.4s;
  }
  .product-item-actions .actions-secondary .bss-quickview:hover:before {
    content: '\e922';
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .product-item-actions {
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .listpage-products ol.product-items li {
    padding: 0;
    border-right: 1px solid #e7e7e7;
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper {
    padding: 10px 10px 30px;
  }
  .page-title-wrapper .page-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
  }
  .listpage-products ol.product-items {
    margin: 0 -2px;
  }
  .listpage-products ol.product-items li {
    padding: 2px;
  }
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span {
    height: 225px;
  }
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span span {
    width: 80%;
  }
  .listpage-products ol.product-items li .product-item-info {
    min-height: 200px !important;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details strong a {
    font-size: 10px;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details .special-price .price-wrapper > .price {
    font-size: 13px;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details .price-box {
    margin: 0 0 8px 0;
  }
  .listpage-products ol.product-items li .product-item-info .product-item-details .old-price .price-wrapper .price,
  .listpage-products ol.product-items li .product-item-info .product-item-details .price-discount-percent {
    font-size: 10px;
  }
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span span img,
  .listpage-products ol.product-items li .product-item-info a.product-item-photo > span span {
    min-height: inherit;
  }
}
.swatch-option-tooltip,
.swatch-option-tooltip-layered {
  margin-top: 5px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: -5px;
}
.modal-popup.cantFindSizeContent .modal-inner-wrap {
  width: 520px;
  margin: 50px auto;
}
.modal-popup.cantFindSizeContent header {
  position: relative;
}
.modal-popup.cantFindSizeContent + aside .modal-inner-wrap {
  margin: 50px auto;
}
.modal-popup.cantFindSizeContent + aside header {
  position: relative;
}
.modal-popup .modal-header {
  padding: 15px 35px 15px 15px;
  background: #e4e4e4;
}
.modal-popup .modal-header .action-close {
  padding: 15px;
  color: #000;
}
.modal-popup .modal-header .modal-title {
  font-weight: 700;
  font-size: 1.167em;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
}
.modal-popup .modal-content {
  padding: 0 15px;
}
@media all and (max-width: 768px) {
  .modal-popup .modal-content {
    padding-top: 50px;
  }
}
.modal-popup .modal-content > div {
  font-size: 12px !important;
}
.modal-popup .modal-content #sizechart-modal {
  text-align: center;
}
@media (min-width: 767px) {
  .modal-popup .modal-content #sizechart-modal {
    height: 80vh;
  }
}
.modal-popup .modal-content .field {
  margin-bottom: 10px;
}
.modal-popup .modal-content .field .label {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  float: none;
  font-weight: 400;
  font-size: 1.167em;
}
.modal-popup .modal-content .field .control {
  position: relative;
}
.modal-popup .modal-content .field .control .input-text {
  border: solid 1px #e4e4e4;
  padding: 6px;
  font-size: 12px;
}
.modal-popup .modal-content button {
  padding: 8px 0;
  min-width: 100%;
}
.modal-popup .modal-content .special-text {
  margin: 10px 0;
}
.modal-popup .modal-content .special-text h5 {
  font-weight: 700;
  text-transform: uppercase;
}
.modal-popup .modal-content .special-text ul {
  list-style-type: square;
  list-style-position: inside;
}
.modal-popup .modal-content .special-text ul li {
  margin-bottom: 2px;
}
.modal-popup .modal-footer {
  display: none;
}
@media (max-width: 1400px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.title > .switch {
    padding: 15px 12px;
  }
}
/*tooltip desktop media querry*/
@media (max-width: 1366px) {
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .royalty-text .open-tooltip {
    width: 215px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .royalty-text .open-tooltip,
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .royalty-text .show-tooltip {
    display: none;
  }
}
@media (max-width: 768px) {
  .cantFindSizeContent.modal-popup .modal-content {
    padding-top: 15px;
  }
  .cantFindSizeContent + aside.modal-popup .modal-content {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .fotorama__nav--dots .fotorama__nav__frame {
    display: none;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.title > .switch {
    padding: 15px 5px;
    font-size: 14px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__title {
    padding: 20px 0 18px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .slick-prev {
    left: 0;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .slick-next {
    right: 0;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item {
    margin: 0 10px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item img {
    max-width: 100%;
    height: inherit;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item a.product-item-photo {
    width: inherit;
    margin: 0 0 10px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .product-item-name {
    font-size: 11px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .product-description {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box .price-container .price {
    font-size: 11px;
    margin: 0;
  }
  /*//.catalog-product-view .columns .column.main .aw-arp-container{
	//	margin-bottom: 20px;
	//}*/
}
.actions-toolbar.amxnotif_guest_action {
  margin-left: 0 !important;
  display: block;
}
@media (max-width: 767px) {
  .actions-toolbar.amxnotif_guest_action {
    max-width: 100%;
  }
}
.actions-toolbar.amxnotif_guest_action .action.primary {
  background: #000;
  border-color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
@media (min-width: 767px) {
  .gallery-placeholder .loading-mask .loader {
    flex: auto;
    width: 84%;
    height: 700px;
    float: right;
    display: flex;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .gallery-placeholder .loading-mask .loader {
    width: 81%;
  }
}
.gallery-placeholder .loading-mask .loader > img {
  position: absolute;
}
@media (min-width: 767px) {
  .gallery-placeholder .loading-mask .loader > img {
    position: static;
  }
}
.description-two {
  margin-bottom: 15px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .description-two {
    margin-bottom: 0;
  }
}
.description-two .description-content {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.description-two .value {
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 0.26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 5px;
}
.description-two .value.active {
  display: block;
}
.description-two .read-more {
  color: #858585;
  text-decoration: underline;
  font-size: 13px;
  margin-top: 0;
  margin-left: 0px;
  display: inline-block;
  line-height: 1.5em;
}
.description-two .read-more.active {
  display: none;
}
/*05-02-2021*/
.catalog-product-view .slick-lightbox {
  background-color: #fff !important;
  z-index: 99999;
}
.catalog-product-view .slick-lightbox .slick-arrow {
  background: transparent;
  color: #858585;
  width: 70px;
  height: 80px;
}
@media (max-width: 767px) {
  .catalog-product-view .slick-lightbox .slick-arrow {
    display: none;
  }
}
.catalog-product-view .slick-lightbox .slick-arrow svg {
  display: none;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-prev:before {
  content: '\e90b';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999;
  font-weight: 500;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-prev:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-next:before {
  content: '\e90a';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999;
  font-weight: 500;
}
.catalog-product-view .slick-lightbox .slick-arrow.slick-next:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close {
  background-color: #fff;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close:before {
  content: '\e90c';
  color: #000;
  font-size: 20px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick {
  height: 100%;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-list.draggable {
  height: 100%;
  overflow: auto;
  padding: 0;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-dots li button {
  background: #333333;
}
.catalog-product-view .slick-lightbox .thumbs {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .catalog-product-view .slick-lightbox .thumbs {
    display: none;
  }
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs {
  width: 50%;
  margin: 0 auto;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-arrow {
  display: none !important;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track {
  text-align: center;
  transform: translate3d(0px, 0px, 0px) !important;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow {
  background: transparent;
  width: 30px;
  height: 50px;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-prev:before {
  content: '\e90b';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999;
  font-weight: 500;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-prev:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-next:before {
  content: '\e90a';
  font-family: 'mycustomfont';
  font-size: 35px;
  color: #999;
  font-weight: 500;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow.slick-next:hover:before {
  color: #8c8c8c;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow svg {
  display: none;
}
/*covid popup*/
.CovidModelPopUp .modal-inner-wrap {
  width: 55%;
}
.CovidModelPopUp .modal-inner-wrap .modal-header {
  min-height: 45px;
}
.CovidModelPopUp .modal-inner-wrap .modal-content .content {
  padding-top: 10px;
}
.CovidModelPopUp .modal-inner-wrap .modal-content .content span {
  padding: 10px 0 20px;
  line-height: 18px;
  display: block;
}
.product-info-main .size-guide-div .view-size-guide {
  display: block;
  line-height: 22px;
}
.product-info-main .size-guide-div .view-size-guide .button-2 {
  text-decoration: underline;
  font-size: 12px;
}
.product-info-main .size-guide-div .view-size-guide .button-2:before {
  content: "\e90e";
  font-family: 'mycustomfont';
  font-size: 8px;
  position: relative;
  opacity: 1;
  background: transparent;
  margin-right: 10px;
  top: 0;
}
.product-info-main .size-guide-div .view-size-guide .button-2:after {
  display: none;
}
.product-info-main .size-guide-div .view-size-guide .button-2:hover {
  color: #888;
}
.product-info-main .size-guide-div .need-help-link {
  display: block;
  line-height: 22px;
}
.product-info-main .size-guide-div .need-help-link .button-2 {
  text-decoration: none;
  font-size: 12px;
}
.product-info-main .size-guide-div .need-help-link .button-2:before {
  content: "\e909";
  font-family: 'mycustomfont';
  font-size: 12px;
  position: relative;
  opacity: 1;
  background: transparent;
  margin-right: 10px;
  top: 0;
}
.product-info-main .size-guide-div .need-help-link .button-2:after {
  display: none;
}
.product-info-main .size-guide-div .need-help-link .button-2:hover {
  color: #888;
}
/*loader gallery*/
.notorama.loading::after {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.4rem solid #c5c5c5;
  border-top-color: #222;
}
@media (max-width: 1024px) {
  .catalog-product-view .columns .column.main .product.media {
    margin-top: 10px;
  }
  .catalog-product-view .breadcrumbs {
    padding: 90px 15px 10px;
  }
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-attribute.size {
  margin-bottom: 0;
}
.catalog-product-view .columns .column.main .product-info-main .product-info-price .price-box .old-price.og-price .price-container .price {
  text-decoration: line-through;
  color: #8A8A8A;
  /*font-size: 15px;*/
  font-size: 14px;
  letter-spacing: 0.325px;
}
.gift_card input {
  border: solid 1px #e4e4e4;
}
.gift_card .input-box {
  margin-bottom: 10px;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card label.label {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1.09em;
  letter-spacing: 0.26px;
}
.gift_card textarea#am_giftcard_message {
  border: solid 1px #e4e4e4;
}
.gift_card .options-list label.label.admin__field-label span.price {
  font-size: 14px;
}
.options-list input {
  position: absolute;
  margin-right: 10px;
}
.options-list label.label.admin__field-label {
  margin-left: 20px;
}
.product-gift.catalog-product-view .columns .column.main .product-info-main .product-info-price .price-box {
  display: none;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card .fieldset .control {
  width: 100%;
}
.options-list .field {
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 12px;
  margin-bottom: 5px;
}
.columns .column.main .product-info-main .product-add-form input[type="radio"] {
  display: none;
}
.options-list input {
  position: absolute;
  margin-right: 10px;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card .options-list label.label.admin__field-label {
  display: inline-block;
  padding: 12px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 0;
  margin-right: 12px;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .gift_card input[type="radio"]:checked + label,
.catalog-product-view .columns .column.main .product-info-main .product-add-form .gift_card input[type="radio"]:checked + label {
  border-color: #000000;
  color: #000000;
  position: relative;
}
.catalog-product-view .columns .column.main .product-info-main .gift_card .options-list label.label.admin__field-label {
  display: inline-block;
  padding: 12px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 13px;
  margin-bottom: 0;
  cursor: pointer;
  margin-left: 0;
  margin-right: 12px;
  text-align: center;
}
.columns .column.main .product-info-main .product-add-form .gift_card input[type="radio"]:checked + label {
  border-color: #000000;
  color: #000000;
  position: relative;
}
.columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after,
.columns .column.main .product-info-main .product-add-form input[type="radio"]:checked + label:after {
  content: "";
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-right-color: #000000;
  border-top-color: #000000;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku .value {
  margin-left: 0px;
  color: #999;
  margin-right: 20px;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
  display: inline;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku .value {
  margin-right: 20px;
  color: #505050 !important;
}
@media (max-width: 767px) {
  .page-product-configurable.catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
    margin-top: 0px!important;
  }
  .page-product-configurable.catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute {
    margin-bottom: 0px !important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container {
    width: 100%!important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku .value {
    margin-left: 10px;
    color: #999;
    margin-right: 0px;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: contents;
  }
}
.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box span.normal-price.special-price span.price {
  color: #b44;
}
@media (min-width: 767px) {
  .catalog-product-view .columns .column.main .product-info-main .actions {
    width: 425px;
  }
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none !important;
  max-height: 100%;
  max-width: 140px;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
  top: 562px !important;
}
.swatch-option-tooltip .corner:before {
  position: absolute;
  top: -36px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 8px solid #999;
  border-left: 8px solid transparent;
  border-top: 1px solid transparent;
}
.swatch-option-tooltip .corner:after {
  position: absolute;
  top: -34px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-width: 0 7.5px 7px 7.5px;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  position: relative;
}
@media (max-width: 767px) {
  .swatch-option-tooltip {
    top: 1028px !important;
  }
}
@media (max-width: 361px) {
  .swatch-option-tooltip {
    top: 986px !important;
  }
}
@media (max-width: 376px) {
  .swatch-option-tooltip {
    top: 1008px !important;
  }
}
.click-to-top .tooltip {
  background: #fff;
  top: 100%;
  color: #282828;
  display: block;
  /* left: -20px; */
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  max-width: 140px;
  max-height: 100%;
  max-width: 160px;
  min-height: 20px;
  min-width: 50px;
  padding: 5px;
  text-align: center;
  border: 1px solid #dadada;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.click-to-top .tooltip:before {
  top: -20px;
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  left: 0;
  bottom: 22px;
  border-left: solid transparent 10px;
  border-right: solid #adadad 10px;
  border-top: solid #fff 10px;
  border-color: #adadad transparent transparent transparent;
  left: 22%;
  rotate: 180deg;
}
/* CSS Triangles - see Trevor's post */
.click-to-top .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #fefbfb 10px;
  top: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.click-to-top:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* IE can just show/hide with no transition */
.lte8 .click-to-top .tooltip {
  display: none;
}
.lte8 .click-to-top:hover .tooltip {
  display: block;
}
.click-to-top {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
.catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
  margin-top: 40px;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.color.click-to-top {
  position: absolute;
  left: 0;
}
.catalog-product-view .columns .column.main .swatch-opt .click-to-top:first-child {
  order: 3;
  margin-left: 60px;
}
.catalog-product-view .columns .column.main .swatch-opt {
  margin: 0;
  position: relative;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin-top: 0px;
}
.catalog-product-view .columns .column.main .clickOut .click-to-top {
  position: relative!important;
  margin-left: 0px!important;
}
.click-to-top.selected {
  border: 2px solid;
}
/*.catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box span.special-price span.price {
    color: #b44;
}

.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box span.special-price span.price {
	color: #b44;
}*/
.swatch-attribute-options .swatch-option.image {
  position: relative;
  overflow: initial;
  margin: 0 0 1px 1px;
}
.swatch-attribute-options .swatch-option:hover span.tooltip {
  display: block;
}
.swatch-attribute.beauty_color span.tooltip {
  max-height: 100%;
  max-width: max-content;
  min-height: 20px;
  min-width: fit-content;
  position: initial;
  border: 1px solid #dadada;
  color: #949494;
  padding: 5px 2px;
  position: absolute;
  text-align: center;
  background: #ffffff;
  top: 38px;
  display: none;
  color: #282828;
  opacity: 3;
  z-index: 999;
  left: 50%;
  width: max-content;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
span.tooltip {
  max-height: 100%;
  max-width: 91px;
  min-height: 20px;
  min-width: 10px;
  border: 1px solid #dadada;
  color: #949494;
  padding: 5px 2px;
  position: absolute;
  text-align: center;
  background: #ffffff;
  top: 68px;
  display: none;
  color: #282828;
  opacity: 3;
  z-index: 999;
  left: 10%;
  right: 10%;
}
span.tooltip:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-left: 7px solid transparent;
}
span.tooltip:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: '';
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
@media (max-width: 767px) {
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute {
    margin-bottom: 40px !important;
  }
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value {
  width: 85%;
  margin: 0 auto;
  display: block;
  flex-wrap: wrap;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 40px;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value li {
  list-style: disc;
  padding-right: 10px;
  font-size: 14px;
  color: #222;
  letter-spacing: 0.3px;
  line-height: 21px;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value li::marker {
  font-size: 14px;
}
@media (max-width: 640px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .size_fit .value {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-left: 0px;
    width: 95%;
  }
  .size_fit .value li {
    margin-right: 0px !important;
  }
}
.size_fit .value li {
  margin-right: 25px;
}
a.product-item-photo:hover span.product-image-container img.product-image-photo {
  position: relative !important;
}
a.product-item-photo:hover img.product-image-photo {
  display: block !important;
  position: absolute;
  width: 100%;
  top: 0;
}
ul.size_chart_sec li {
  font-size: 10px;
  list-style: none;
  cursor: pointer;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 10px;
  line-height: 20px;
}
ul.size_chart_sec {
  display: block;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 9;
  right: 0;
  width: 94px;
  padding: 6px;
  pointer-events: none;
  opacity: 0.9;
  background-color: #fff;
}
ul.size_chart_sec {
  display: none;
}
a.product-item-photo:hover ul.size_chart_sec {
  display: block;
}
img.product-image-photo.first_pdp_img {
  /* max-height: 318px; */
  top: 1px;
  /* position: absolute; */
  position: relative;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  z-index: 1;
  /* max-width: calc(100% - 5px); */
  max-width: 100%;
  transition: all 0.5s ease;
}
a.product-item-photo:hover img.product-image-photo.first_pdp_img {
  /* display: block !important; */
  position: relative;
  width: 100%;
  /* top: 0; */
}
img.product-image-photo.second_pdp_img {
  position: absolute;
  top: 50.3%;
  transform: translateY(-52%) scale(1);
  opacity: 0;
  transition: all 0.5s ease;
  max-width: 100%;
}
a.product-item-photo:hover img.product-image-photo.second_pdp_img {
  /* display: block !important; */
  position: relative;
  /* top: 0; */
  opacity: 1;
  z-index: 2;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  top: 50.3%;
  transition: all 0.5s ease;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container {
  width: 80%!important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}
.catalog-product-view .columns .column.main .product-info-main .actions {
  width: 100%;
}
.catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .custom-dropdown {
  margin-right: 0px!important;
}
.swatch-attribute.size .jqTransformSelectWrapper > div > span {
  width: 100%!important;
}
.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item .price-box .price-container .price {
  font-size: 14px;
}
.catalog-product-view .columns .column.main .aw-arp-container .aw-arp-container__items .aw-arp-container__item h5 {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: block!important;
    width: 100%;
    white-space: pre!important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container {
    width: 100%!important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .value {
    width: auto;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: inline!important;
  }
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku {
    display: flex!important;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
  }
  div#product-options-wrapper .custom-dropdown:after,
  div#product-options-wrapper .custom-dropdown:before {
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px!important;
    color: #666;
    display: block;
    content: "\e90a";
    right: 6px!important;
    top: 50%;
    margin-top: -21px !important;
    position: absolute;
    font-weight: 400;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg) !important;
  }
  .custom-dropdown:after {
    margin-right: -4px !important;
    padding: 0px!important;
    border: solid 6px #fff !important;
  }
  footer ul.social-links li {
    display: flex!important;
    justify-content: center!important;
  }
  footer ul.social-links {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
  }
}
@media all and (max-width: 360px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items > .item.content .container .product.attribute.sku div {
    display: flex !important;
    white-space: nowrap;
  }
  .catalog-product-view .columns .column.main .product-social-links .social-share-pdp li a {
    width: 24px;
    margin-left: 0px;
  }
}
.catalog-product-view .columns .column.main .product-info-main .product-info-price .product-subtile .value {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.4px;
  font-family: 'FuturaLTProBook';
  color: #222;
}
.catalog-product-view .columns .column.main .product-social-links .social-share-pdp li {
  font-size: 14px;
  margin-left: 0px!important;
}
.catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box .price-container .price {
  color: #222 !important;
  letter-spacing: 0.35px;
  font-size: 14px!important;
}
/*set width*/
.cart.table-wrapper .col.qty {
  white-space: nowrap;
}
.opc-sidebar .discount-code .message-error.error {
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 0 4px;
}
/*cart footer*/
@media (max-width: 767px) {
  .cart-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-footer h4 {
  border-bottom: 2px solid #000;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.36px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 400;
}
.cart-footer .link {
  color: #000;
  font-size: 13px;
  letter-spacing: 0.26px;
  padding-bottom: 10px;
  display: inline-block;
}
.cart-footer .duration {
  padding-left: 10px;
  font-size: 13px;
  color: #222;
}
#credit-form .discount h2 {
  border-bottom: 2px solid #000;
  font-weight: 400;
  color: #000;
  padding-bottom: 5px;
}
#credit-form .discount .buttons-set button {
  background: #333;
}
#credit-form .discount .buttons-set span {
  font-weight: 400;
}
span.location_map {
  margin: 0px 0 0 40px;
  position: relative;
  display: inline-block;
  line-height: 16px;
  clear: both;
  width: 61%;
  cursor: default;
}
/* span.location_map:after {
    position: absolute;
    background: url(../images/mapicon.png);
    content: '';
    width: 14px;
    height: 20px;
    right: -345px;
    top: -6px;
}
*/
span.location_map:before {
  position: absolute;
  background: url(../images/Pickup.svg);
  width: 27px;
  content: '';
  height: 27px;
  top: -2px;
  background-repeat: no-repeat;
  left: -40px;
}
.cart.table-wrapper .item .col.price span {
  margin-left: 0px;
}
.cart.table-wrapper .item .col.price span.orignal-price {
  margin-left: 0px;
  color: #8A8A8A;
  font-size: 12px;
  /*letter-spacing: 0.33px;*/
  font-family: 'FuturaLTProHeavy';
}
.cart.table-wrapper .item .col.price .discount-label {
  color: #000000;
}
.cart.table-wrapper .item .col.price .discount_price.member-offer-price {
  color: #000000 !important;
}
.cart.table-wrapper .item .col.price .discount_price.special_price {
  color: #C8102E !important;
}
.checkout-index-index .page.messages {
  top: 112px;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .product-item-details .actions-toolbar {
    margin-top: 0px;
  }
  .cart-summary > .title {
    margin-bottom: 15px;
  }
  .cart.table-wrapper .item-options dd:last-child {
    padding-right: 0!important;
    padding-left: 15px;
  }
  .checkout-index-index .main-wrapper {
    margin-top: 73px;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .field.qty label.label {
    font-size: 0;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .actions-toolbar .action-delete {
    float: right;
    text-align: right;
    padding-right: 0px;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100%;
    top: -56px;
    right: -15px;
  }
  span.actions-toolbar.pickup {
    position: relative;
    left: 0px;
    display: none;
  }
  span.location_map:before {
    height: 23px;
    top: 10px;
  }
  span.location_map:after {
    right: -20px;
  }
  span.location_map {
    font-size: 10px;
    margin: 0px 10px 0 35px;
  }
}
.cart-summary .cart-totals .grand .amount strong {
  /*font-weight: 400;*/
  text-transform: uppercase;
  font-weight: 100;
  color: #222;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-shadow: none;
  font-size: 16px;
  margin-bottom: 11px;
  font-family: 'FuturaLTProHeavy';
}
a.tc_cart {
  font-size: 13px;
  color: #999999;
}
table.data.table.totals.order_pickup_stores {
  border-top: 0px solid #222222;
  margin-top: 0px;
}
strong.summary.title.order_pickup_title {
  /*font-weight: 600;
    font-size: 20px;*/
  line-height: 22px;
  color: #222222;
  border-bottom: 0;
  padding-bottom: 8px;
  margin: 0px;
  padding-top: 10px;
  text-align: left;
  font-size: 20px;
  margin-bottom: 0px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'SaolDisplay-Regular';
}
tr.totals.totals-coupon.customsubtotal.excl th.mark {
  padding: 8px 0;
}
/*a.action.button-1.continue_shopping {display: none;}*/
.cart.table-wrapper .product-image-wrapper .product-image-photo {
  border: 0px solid #707070;
  width: 80px;
  height: 112px;
  display: block !important;
}
table.data.table.totals.order_pickup_stores td.amount {
  text-align: right;
}
table.data.table.totals.order_pickup_stores tr.totals.totals-coupon.customsubtotal.excl th.mark {
  padding: 12px 0 10px;
}
.cart.table-wrapper .product-item-details .actions-toolbar.pickup label {
  vertical-align: top;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .checkout_mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .checkout_mobile {
    display: block;
    margin-top: 90px;
  }
  .checkout_mobile button.action.button-1.checkout {
    width: 100%;
    max-width: 100%;
  }
  .checkout-cart-index .widget.block.block-static-block {
    margin-bottom: 0;
  }
  .cart-container {
    padding-top: 8px;
  }
}
a.map_point {
  position: relative;
}
a.map_point:after {
  position: absolute;
  background: url(../images/mapicon.png);
  content: '';
  width: 14px;
  height: 20px;
  right: 0;
  top: -17px;
}
@media only screen and (max-width: 767px) {
  span.location_map {
    display: inline-flex;
    width: 61%;
    vertical-align: middle;
    margin-left: 26px;
  }
  span.location_map:before {
    left: -41px;
  }
  a.map_point:after {
    right: -10px;
    top: -6px;
  }
}
a.action.button-1.continue_shopping {
  background: #fff;
  color: #000 !important;
  box-shadow: none;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  border: 1px solid;
}
.cart.table-wrapper .item .col.price {
  /*display: grid;position: absolute; right: 0;*/
  text-align: left;
  position: static;
  margin-top: 30px;
  display: block;
}
.cart-container {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
}
.checkout-cart-index .cart-container .form-cart {
  float: left;
  position: relative;
  width: 70%;
  margin-right: 50px;
}
.checkout-cart-index .cart-summary {
  width: 30%;
  float: right;
  /* border: 1px solid #ebebeb;*/
  padding: 15px 15px 10px;
  border: 0px solid #ebebeb;
  margin-top: 78px;
}
.cart.table-wrapper .items > .item .field .control {
  position: relative;
  position: absolute;
  /* left: -260px;*/
  left: 0px;
}
@media only screen and (max-width: 768px) {
  .checkout-cart-index .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart {
    float: left;
    position: relative;
    width: 100%;
    margin-right: 0px;
  }
  .cart-container {
    display: block;
  }
}
body.checkout-cart-index .container {
  max-width: 1110px;
}
.cart_continue_shopping {
  position: relative;
  padding-left: 16px;
  font-size: 1.111em;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  cursor: pointer;
  height: 0px;
  margin-bottom: 40px;
  display: inline-block;
  color: #333;
  text-transform: capitalize;
}
.cart_continue_shopping:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 10px;
}
.message.error > *:first-child:before {
  color: transparent;
}
.cart.table-wrapper .product-item-photo {
  float: left;
  width: 25%;
}
.cart.table-wrapper .product-item-details {
  width: 70%!important;
}
.cart.table-wrapper .item-options {
  position: absolute;
  right: 0;
  top: 35px!important;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.cart.table-wrapper .items > tbody.item {
  border-bottom: 0px solid #000000;
}
.cart.table-wrapper .items > tbody.item:before {
  content: "";
  display: block;
  height: 2px;
  background-image: url(../images/bb.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
}
.cart-summary > .title {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'SaolDisplay-Regular';
  line-height: 24px;
}
.cart.table-wrapper .product-item-details .item-options dd {
  font-family: 'FuturaLTProHeavy';
  line-height: 15px;
  padding-right: 10px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .cart-summary > .title {
    margin-bottom: 15px;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-summary {
    margin-top: 0;
  }
  .cart.table-wrapper .product-item-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    max-width: none;
    padding: 0;
    position: static;
  }
  .cart.table-wrapper .item-options dt {
    margin-right: 20px;
  }
  .cart.table-wrapper .item .col.price {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 35px;
    width: auto;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .show-mobile .field.qty {
    margin-top: 56px;
    margin-bottom: 0px;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile .orignal-price,
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile .discount_price {
    display: none!important;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile .discount-label {
    display: none !important;
  }
  .cart.table-wrapper .item-options {
    position: absolute;
    left: 0px;
    top: 43px!important;
    display: flex!important;
  }
  .removeic {
    /*  position: absolute;
    top: -57px;
    right: 11px;*/
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr {
    position: relative;
    display: contents;
    width: 100%;
  }
  .cart.table-wrapper .product-item-details {
    /*   width: 100%!important;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667% !important;
    position: relative;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    font-size: 0px;
    padding-bottom: 0px;
  }
  .cart.table-wrapper .items > .item .field .control {
    position: relative;
    position: absolute;
    left: 0;
    margin: -4px 0;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile span.discount_price.special-price .price-including-tax .price {
    color: #C8102E;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile span.discount_price.member-offer-price {
    color: #000000 !important;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile .orignal-price {
    color: #8A8A8A !important;
  }
  .checkout-cart-index.page-layout-1column .cart.table-wrapper .cart tbody tr td .product-item-details .show-mobile .discount-label {
    color: #000000 !important;
  }
  .cart.table-wrapper .product-item-details .actions-toolbar.pickup label {
    vertical-align: middle;
    width: 50px;
    word-break: normal;
    position: static;
    display: inline-table;
  }
}
.cart.table-wrapper .product-item-details .product-item-name-new {
  width: 100% !important;
  display: block;
}
.cart.table-wrapper .product-item-details .product-short-description {
  width: 100% !important;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .cart.table-wrapper .product-item-details .product-item-name-new {
    width: 100% !important;
    display: block;
  }
  .cart.table-wrapper .product-item-details .product-short-description {
    width: 100% !important;
    display: block;
  }
}
a.tc_cart {
  font-size: 12px!important;
  color: #333;
  letter-spacing: 0.3px !important;
  text-decoration: underline;
}
.checkout-cart-index .message.error {
  font-size: 14px;
}
.checkout-cart-index .page-footer {
  background-color: #fafafa;
  padding: 40px 97px;
}
.modal-popup.confirm .modal-inner-wrap {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  text-align: center;
}
.modal-popup.confirm .modal-content {
  padding: 0 15px;
  color: #b44;
  /*font-family: "Futura LT Pro Heavy";*/
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: 'FuturaLTProHeavy';
}
.modal-popup.confirm .modal-footer,
.modal-popup.confirm .modal-header {
  padding: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-popup.confirm .modal-footer button {
  margin-bottom: 10px;
  width: 240px;
}
.action-secondary.action-dismiss {
  box-shadow: #333333 0 0px 0px 40px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 240px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
}
.action-secondary.action-dismiss:hover {
  box-shadow: #000 0 0px 0px 40px inset;
}
.action-primary.action-accept {
  background: #fff;
  color: #000 !important;
  box-shadow: none;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  border: 1px solid;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 15px !important;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-width: 100%;
  font-weight: 600;
  letter-spacing: 1.4px;
  max-width: 240px;
}
.action-primary.action-accept:hover {
  border: 2px solid;
}
@media only screen and (max-width: 1024px) {
  .checkout-cart-index .page-footer {
    padding: 0px;
  }
}
.cart.table-wrapper .item-options:hover dd,
.cart.table-wrapper .item-options:hover dt {
  color: #888 !important;
  cursor: pointer;
}
.cart.table-wrapper .item-options:hover .cart-item-edit:after {
  opacity: 0.6;
}
.cart.table-wrapper .item-options:hover {
  color: #888 !important;
  cursor: pointer;
}
.removepopup .modals-overlay {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.removepopup .modal-popup._inner-scroll .modal-inner-wrap {
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 0px;
  border: none;
  border-radius: 5px;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  box-shadow: none;
  display: flex;
  align-items: center;
  height: 100vh;
  max-height: 100%;
  margin-top: 0px;
}
.checkout-cart-index.removepopup .modal-popup._inner-scroll .modal-content {
  padding: 1.25em;
  background: #fff;
}
#remove_popup h2 {
  color: #b44;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  /* font-family: 'FuturaLTProHeavy';*/
  font-family: 'FuturaLT-Heavy';
}
#remove_product {
  background-color: #333;
  border: #333;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  /* font-family: "Futura LT Pro Book"; */
  height: 40px;
  letter-spacing: 1.6px;
  border: 0;
  /* min-width: 160px; */
  font-family: 'FuturaLTProBook';
  width: 241px;
  margin-top: 30px;
}
#cancel_popup {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  font-family: "Futura LT Pro Book";
  height: 40px;
  letter-spacing: 1.6px;
  border: 0;
  min-width: 160px;
  margin-bottom: 8px;
  font-family: 'FuturaLTProBook';
  margin-left: 0;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  width: 241px;
  margin-top: 16px;
}
#remove_popup {
  text-align: center;
}
.cart-item-remove-footer {
  text-decoration: underline;
  color: #222;
  font-size: 14px;
  line-height: 21px;
  font-family: 'FuturaLTProBook';
  text-align: center;
  margin: 1.25em 0 0;
  padding: 0.5em 0 0;
  display: block;
  cursor: pointer;
}
.cart-item-remove-footer:hover {
  color: #888;
  text-decoration: underline;
}
.checkout-cart-index.removepopup .modal-popup .modal-header .action-close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .removepopup .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    background-color: transparent;
  }
}
li#shipping {
  padding-bottom: 20px;
}
.opc-wrapper .shipping-address-item.outerAddress {
  padding-top: 8px !important;
  padding-left: 44px!important;
  padding-bottom: 0px!important;
  border-bottom: 0px!important;
  margin-bottom: 0px!important;
  display: inline-block;
  line-height: 12px!important;
  margin-bottom: 10px!important;
}
.opc-wrapper .shipping-address-item {
  padding-left: 0px!important;
  padding-bottom: 0px!important;
  border-bottom: 0px!important;
  margin-bottom: 0px!important;
  padding-top: 7px!important;
}
@media (max-width: 767px) {
  .checkout-onepage-success .checkout-success {
    margin-top: 60px;
    text-align: center;
  }
  .checkout-index-index .opc-estimated-wrapper {
    margin-top: 27px!important;
  }
}
.minicart-items {
  margin-top: 2px!important;
}
@media (max-width: 800px) {
  .checkout-index-index .header-mid-section .col:nth-child(3) {
    width: 86px;
    margin-left: auto;
    margin-right: auto;
  }
  .opc-estimated-wrapper {
    border-bottom: 0;
    margin: 0 0 0;
    padding: 10px 5px 0;
    position: absolute;
    top: 100px;
    z-index: 8;
    width: calc(100% - 20px);
  }
  .opc-estimated-wrapper .estimated-block {
    font-weight: normal;
    font-size: 14px;
  }
  .opc-estimated-wrapper .estimated-price {
    font-weight: bold;
  }
  .minicart-wrapper {
    margin-top: 4px;
  }
  .minicart-wrapper .action.showcart {
    background: transparent;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
  }
  .minicart-wrapper .action.showcart:hover,
  .minicart-wrapper .action.showcart:focus {
    background: transparent;
    color: #333333;
    font-weight: normal;
  }
  .minicart-wrapper .action.showcart:before {
    content: "\e904";
    color: #666;
    font-size: 18px;
    line-height: 30px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    color: #333333;
    margin: 5px 0 0;
    padding: 0;
    min-width: inherit;
  }
}
.hidden-fields .actions-toolbar {
  margin-left: 0 !important;
  margin-bottom: 20px;
}
.hidden-fields .actions-toolbar .primary button {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'FuturaStdBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  border: 0;
  box-shadow: none;
  outline: none;
  background: #000;
  height: 45px;
  line-height: 1 !important;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.333em;
  font-weight: normal;
}
.checkout-container.guestcheckout [data-role="checkout-messages"] {
  text-align: center;
}
.payment-method-content iframe {
  height: 350px !important;
  margin-top: -25px;
}
.checkout-index-index .page-header {
  border-bottom: 2px solid #000;
  padding: 5px 0;
}
.opc-block-summary .cart-totals .grand .amount strong,
.column.main .opc-block-summary .table-totals .grand .amount strong {
  font-weight: 400;
}
.checkout-index-index.page-layout-1column .widget.block.block-static-block {
  display: none;
}
@media (max-width: 767px) {
  .checkout-index-index .header-mid-section .col {
    width: 55%!important;
  }
  .checkout-index-index.page-layout-1column .widget.block.block-static-block {
    display: block;
  }
  .checkout-index-index .page-header .header-mid-section .col:nth-child(1) {
    height: 11px;
  }
  .checkout-container .modal-custom .action-close {
    top: 18px;
  }
  button.action.action-apply-gift {
    width: 100%;
    font-size: 12px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span {
    justify-content: center;
    padding: 0 10px !important;
    display: flex;
  }
}
.column.main .opc-block-summary .items-in-cart .product {
  margin-bottom: 10px!important;
}
@media screen and (max-width: 992px) {
  [name="customCheckoutForm.city_id"] {
    width: 100%;
    padding-right: 0;
  }
}
.shipping-information {
  border: none;
}
.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-shipping-information .shipping-information-title {
  border-bottom: none;
  margin: 0 0 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.39px;
  color: #222;
}
.opc-block-shipping-information .shipping-information-title .action-edit span:after {
  content: '';
  position: absolute;
  background: url(../images/edit.png);
  width: 18px;
  height: 16px;
  margin: 0 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit span {
  position: relative;
}
.opc-block-shipping-information .shipping-information-title > button.action-edit {
  right: 10px;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 20px;
  position: relative;
  left: 0;
  width: 100%;
  padding-left: 0px;
}
.qty_item_section {
  width: 100%;
  display: -webkit-inline-box;
}
.color_qty {
  display: flex;
  width: 90%;
}
.column.main .opc-block-summary .items-in-cart .product {
  margin-bottom: 5px;
}
.column.main .opc-block-summary .items-in-cart .product.options {
  margin-top: 10px;
  border-bottom: 0;
}
.minicart-items .product-item-details .details-qty.price_section {
  position: relative;
  margin-top: 0;
}
.minicart-items .product-item-details .details-qty.price_section span.value {
  position: absolute;
  right: 0;
  top: 12px;
}
.column.main .opc-block-summary .items-in-cart .product {
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.column.main .opc-block-summary .items-in-cart .minicart-items .product-item:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}
.content.minicart-items .product-item {
  border-bottom: 0;
}
.opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.checkout-payment-method .payment-method-title:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.checkout-payment-method .payment-method-title input + label.label {
  position: relative;
  display: block;
  float: left;
  width: calc(100% - 20px) !important;
}
.checkout-payment-method .payment-method-title label.label {
  width: 100%;
}
.checkout-payment-method .payment-method-title label.label:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  background: url("../images/payment_sprites.png");
  transform: translateY(-50%);
}
.field.payment-method-title.choice input {
  margin-top: 0;
  float: left;
}
.checkout-payment-method .payment-method-title label.label[for="cashondelivery"]:before {
  width: 44px;
  height: 38px;
  background-position: -10px -10px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Amex"]:before {
  width: 38px;
  height: 24px;
  background-position: -10px -68px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Mada"]:before {
  width: 48px;
  height: 16px;
  background-position: -138px -10px;
}
.checkout-payment-method .payment-method-title label.label[for="checkmo"]:before {
  width: 44px;
  height: 26px;
  background-position: -74px -10px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Master"]:before {
  width: 39px;
  height: 23px;
  background-position: -68px -68px;
}
.checkout-payment-method .payment-method-title label.label[for="HyperPay_Visa"]:before {
  width: 39px;
  height: 12px;
  background-position: -59px -112px;
}
.checkout-payment-method .payment-method-title label.label[for="git_card_input"]:before {
  width: 29px;
  height: 21px;
  background-position: -10px -112px;
}
.checkout-payment-method .payment-method-title label.label[for="block-discount-heading_input"]:before {
  width: 25px;
  height: 25px;
  background-position: -138px -46px;
}
.block-customer-register .fieldset .field #firstname {
  text-transform: capitalize;
}
.block-customer-register .fieldset .field #lastname {
  text-transform: capitalize;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form {
  margin-bottom: 30px;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset {
  margin: 0 0 15px;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset .legend {
  margin: 0 0 10px;
}
@media (max-width: 480px) {
  .amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset .legend {
    margin: 10px 0;
  }
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-form .field .input-text {
  border: solid 1px #dadada;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info {
  margin-bottom: 10px;
  box-shadow: 3px 2px 10px #ccc;
  padding: 15px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .amgiftcard-account-index .amgiftcard .amgiftcard-info {
    width: 100%;
  }
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info p {
  margin-bottom: 25px;
  font-size: 13px;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info p strong {
  font-weight: normal;
}
.amgiftcard-account-index .amgiftcard .amgiftcard-info a {
  text-decoration: underline;
}
.amgiftcard-account-index .amgiftcard .action.save {
  background: #000;
  padding: 12px 25px;
  border: 0;
}
@media (max-width: 1500px) {
  .customer-account-forgotpassword .forget-password-wrapper {
    padding: 0 40px;
  }
}
.item-description .ui-rma-item-checkbox {
  clip: unset !important;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}
.login-register-wrapper .block-customer-login .fieldset .actions-toolbar .primary .action.login.button-1.signin {
  background: #000000;
  line-height: normal;
  font-weight: 400;
}
.account .actions-toolbar .primary .action.add {
  display: none;
}
.account .actions-toolbar .primary.custombtn .action.add {
  display: block;
}
.account .block-addresses-list.custom .actions-toolbar .primary .action.add {
  display: block;
}
.pages strong.page {
  line-height: 0px !important;
  font-size: 13px;
}
body.account .toolbar .pages .pages-item-next .next:before {
  font-size: 14px!important;
  content: '\e90a' !important;
}
.account.customer-address-index .block.block-addresses-list {
  margin-top: 30px;
}
.account .pages .item {
  line-height: 27px;
}
body.account .toolbar .pages .pages-item-next .action.next:after {
  display: none;
}
body.account .block.block-addresses-list.custom {
  display: block;
}
body.account .block.block-addresses-list {
  display: none;
}
.pages a.page {
  font-size: 13px!important;
}
@media (max-width: 767px) {
  .login-register-wrapper .login-tabs {
    margin-top: 60px;
  }
  .control.captcha-image {
    display: flex;
    align-items: flex-start;
  }
  .login-register-wrapper {
    margin: 30px auto 0px;
  }
  .page.messages {
    /* top: 114px;
    position: static;
    width: 100%;
    transform: none;
    margin-top: 47px;*/
    position: absolute!important;
    background: #333;
    width: 100%!important;
    top: 109px!important;
    left: 50%;
    text-align: center;
    border-bottom: 0;
    z-index: 10!important;
    margin: 0 auto;
    display: inline-block;
    transform: translateX(-50%) !important;
    margin-top: 12px!important;
  }
  .login-register-wrapper .block-customer-register .fieldset > .field.register {
    margin-top: 22px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    top: 0px!important;
    position: relative!important;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content {
    display: none;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content.active {
    display: block;
  }
  .account .columns {
    flex-wrap: wrap-reverse !important;
  }
}
@media (max-width: 360px) {
  .page-with-filter .header-mid-section .header-user-links > li > a.action.cart-icon {
    margin-left: 5px;
  }
  .login-register-wrapper .block-customer-register .fieldset > .field .col-1 {
    width: 33%;
  }
  .login-register-wrapper .block-customer-register .fieldset > .field .col-2 {
    width: 67%;
  }
  .login-register-wrapper .login-tabs li {
    padding: 15px 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.custom-dropdown:before {
  display: none;
}
.custom-dropdown:after {
  width: 18px;
  height: 18px;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  color: #666;
  display: block;
  content: "\e90a";
  right: 6px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.account .toolbar .pages .pages-item-previous .action.previous .previousSpan {
  position: static;
  width: auto;
  height: auto;
  font-size: 0px;
}
body.account .toolbar .pages .pages-item-previous .action.previous:after {
  font-size: 14px;
  line-height: 32px;
  color: #000;
  content: '\e90a';
  font-family: 'mycustomfont';
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 5px;
  transform: rotateZ(180deg) !important;
  color: #7d7d7d !important;
}
body.account .toolbar .pages .pages-item-previous .action.previous {
  margin-right: 0px!important;
  padding: 0 0 0 15px!important;
}
.account.page-layout-2columns-left .sidebar-main .block .content ul li a,
.account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
  letter-spacing: 0.3px;
  text-transform: capitalize!important;
  color: #222 !important;
  border-left: 0px;
}
.account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
  font-weight: 800;
  font-family: 'FuturaLTProBook';
}
body.rma-rma-list .mst-rma-list__new-request {
  font-size: 16px;
  text-transform: uppercase;
}
body.rma-rma-list .mst-rma-list__new-request:hover {
  background: #000;
}
.login-register-wrapper .block-customer-login .fieldset > .field input[type=checkbox] + label {
  line-height: 15px;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
 > .mCustomScrollBox.mCustomScrollbar ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCustomScrollBox:hover.mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
 > .mCSB_outside.mCS-dir-rtl + .mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
  left: 20px;
}
 > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside + .mCSB_scrollTools.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
 > .mCSB_outside.mCS-dir-rtl + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
 > .mCSB_outside.mCS-dir-rtl + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
a.mCSB_scrollTools + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonLeft {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonLeft:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonLeft:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
a.mCSB_scrollTools.mCSB_scrollTools_horizontal + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  right: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
 > .mCustomScrollBox.mCS-autoHide ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
 > .mCustomScrollBox.mCS-autoHide:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #555;
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #555;
  width: 8px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCSB_dragger.mCSB_dragger_onDrag_expanded.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand + .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
@media (min-width: 1025px) {
  .feature-footer .row .col-3 .icon:hover span.icon-truck {
    -webkit-animation: passing 2s ease-in-out infinite;
    animation: passing 2s ease-in-out infinite;
  }
  .feature-footer .row .col-3 .icon:hover span.icon-easy-return {
    -webkit-animation: ring 2s ease-in-out infinite;
    animation: spin 2s ease-in-out infinite;
  }
  .feature-footer .row .col-3 .icon:hover span.icon-wallet,
  .feature-footer .row .col-3 .icon:hover span.icon-award {
    -webkit-animation: tada 2s ease-in-out infinite;
    animation: tada 2s ease-in-out infinite;
  }
  .bottom-footer .social-links ul li a:hover {
    color: #000;
    transition: all 0.4s;
    text-decoration: none;
  }
  .middle-footer ul li a:hover {
    text-decoration: none;
    outline: none;
  }
  @-webkit-keyframes passing {
    0% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
  }
  @keyframes passing {
    0% {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-8deg);
      transform: scale(0.9) rotate(-8deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: scale(1.3) rotate(8deg);
      transform: scale(1.3) rotate(8deg);
    }
    40%,
    60% {
      -webkit-transform: scale(1.3) rotate(-8deg);
      transform: scale(1.3) rotate(-8deg);
    }
    100%,
    80% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-8deg);
      transform: scale(0.9) rotate(-8deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: scale(1.3) rotate(8deg);
      transform: scale(1.3) rotate(8deg);
    }
    40%,
    60% {
      -webkit-transform: scale(1.3) rotate(-8deg);
      transform: scale(1.3) rotate(-8deg);
    }
    100%,
    80% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .authorization-link {
    padding: 0 15px;
  }
  .authorization-link a {
    padding-left: 15px;
  }
  .header.content .logo {
    max-width: 200px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header.page-header {
    top: 26px!important;
  }
  .feature-footer .col-3 {
    padding: 10px;
  }
  .feature-footer .row .col-3 .icon {
    margin-right: 8px;
  }
  .feature-footer .row .col-3 .data {
    width: calc(100% - 48px);
  }
  .middle-footer .contact-info,
  .middle-footer .site-logo {
    width: 25%;
  }
  .middle-footer .site-logo .image {
    padding: 50px 15px;
  }
  .middle-footer h4 {
    font-size: 13px;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li {
    width: 50%;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li:nth-child(3n +3) {
    padding-right: 0px;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li:nth-child(2n +2) {
    padding-right: 30px;
  }
  .feature-footer .row .col-3 .icon span.icon-truck {
    font-size: 38px;
  }
  .authorization-link {
    padding: 0 10px;
    margin-top: 0;
  }
  .authorization-link a {
    padding-left: 10px;
  }
  .header.content .logo {
    max-width: 150px;
  }
}
@media (max-width: 800px) {
  .page-header {
    margin-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media (max-width: 767px) {
  .banner-top-mobile-links {
    margin-top: 14px!important;
  }
  header.page-header {
    top: 26px!important;
  }
  .container {
    padding: 0 10px;
  }
  .feature-footer .col-3 {
    padding: 0;
  }
  .feature-footer .row .col-3 .icon {
    width: 100%;
    padding: 10px 0;
    margin-right: 0px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    line-height: 33px;
  }
  .feature-footer .row .col-3:last-child .icon {
    border-right: 1px solid transparent;
  }
  .feature-footer .row .col-3 .icon.active {
    border-bottom: 1px solid transparent;
  }
  .feature-footer .mobile-data-wrapper .data {
    display: none;
  }
  .feature-footer .mobile-data-wrapper .data.active {
    display: block;
  }
  .feature-footer .mobile-data-wrapper .data {
    padding: 12px 0;
  }
  .feature-footer .mobile-data-wrapper .data h5 {
    display: inline-block;
    font-size: 14px;
    color: #382063;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
  }
  .feature-footer .mobile-data-wrapper .data p {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 0;
  }
  .feature-footer .col-3 {
    border: 0;
  }
  .middle-footer .container {
    padding: 0;
  }
  .middle-footer .site-logo {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
  }
  .middle-footer {
    padding: 0;
  }
  .middle-footer .site-logo .image {
    padding: 15px 10px;
  }
  .middle-footer .site-logo .image img {
    width: 120px;
  }
  .middle-footer .footer-links,
  .middle-footer .contact-info,
  .middle-footer .footer-links .col-half {
    width: 100%;
  }
  .middle-footer .footer-links {
    padding: 0;
  }
  .middle-footer h4 {
    margin: 0;
    position: relative;
    padding-right: 35px;
  }
  .middle-footer h4::before {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 10px;
    font-family: 'mycustomfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904';
    transform: rotateZ(90deg);
    transition: all 0.4s;
  }
  .middle-footer .active h4::before {
    transform: rotateZ(-90deg);
    transition: all 0.4s;
  }
  .middle-footer .footer-links .col-half,
  .middle-footer .contact-info {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  .middle-footer .data {
    display: none;
  }
  .middle-footer .contact-info p,
  .middle-footer .footer-links .col-half ul li {
    font-size: 12px;
  }
  .bottom-footer {
    border-top: 0;
  }
  .bottom-footer .copyrights,
  .bottom-footer .social-links {
    float: none;
  }
  .bottom-footer .social-links ul li a {
    padding: 0 12px;
  }
  .bottom-footer .social-links {
    margin-bottom: 20px;
  }
  .bottom-footer .social-links ul li:first-child a {
    padding-left: 0;
  }
  .bottom-footer .copyrights p {
    line-height: 18px;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li {
    width: 100%;
  }
  .fullstore-directory .directory-wrapper .directory ul li ul li:nth-child(3n +3) {
    padding-right: 0px;
  }
}
/*12-01-2021*/
@media (min-width: 768px) {
  .product-container {
    overflow: hidden;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-container .fotorama__thumb {
    border: 0;
  }
  .product-container .fotorama__nav--thumbs {
    text-align: center;
    margin-top: 10px;
  }
  .product-container .fotorama__thumb-border {
    border-width: 0 !important;
    opacity: 0;
  }
  .product-container .fotorama__nav__frame {
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-container .fotorama__nav__frame--thumb {
    opacity: 0.5;
  }
  .product-container .fotorama__nav__frame--thumb.fotorama__active {
    opacity: 1;
  }
  .product-container .product-options-bottom {
    display: block;
  }
  .product-container .notorama {
    width: calc(30vw + 60px);
    margin: 0 auto;
  }
  .product-container .notorama .gallery-placeholder .notorama-view-wrapper .slick-item img {
    width: auto;
  }
  .product-container .notorama .notorama-carousel {
    margin-top: 10px;
  }
  .product-container .notorama .notorama-carousel .slick-item img {
    border: 0;
    opacity: 0.7;
  }
  .product-container .notorama .notorama-carousel .slick-item.slick-current img {
    border: 0;
    opacity: 1;
  }
  .product-container .notorama .notorama-carousel .slick-arrow {
    display: none !important;
  }
  .product-container .notorama #notorama-dots {
    display: none;
  }
  .product-container .notorama .slick-arrow {
    /*width: 60px;*/
    /*height: 100px;*/
    /*color: #888;*/
  }
  .product-container .notorama .slick-arrow svg {
    display: none;
  }
  .product-container .notorama .slick-arrow {
    /*background: none;*/
  }
  .product-container .notorama .slick-arrow:hover {
    /*background-color:url(../images/sprite.png);*/
  }
  .product-container .notorama-zoom {
    display: none;
  }
  .catalog-product-view .columns .column.main {
    max-width: 100%;
    padding: 0;
  }
  .catalog-product-view .columns .column.main .product.media {
    border-right: 0;
  }
  .catalog-product-view .columns .column.main .product-container {
    max-width: 1460px;
    margin: 0 auto;
  }
  .catalog-product-view .columns .column.main .product-container .product.media {
    width: 60%;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    width: 34%;
    /*padding-top: 70px;*/
    padding-left: 0;
    margin-top: 60px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-final_price {
    padding-bottom: 35px;
    padding-top: 10px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product_brand {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 2px solid #222222;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    /*padding-right: 30px;*/
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product_brand a {
    color: #222;
    text-transform: uppercase;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product.attribute.name {
    font-size: 1.09em;
    margin-bottom: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product-info-stock-sku {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box .price-container .price {
    color: #000;
    letter-spacing: 0.35px;
    font-size: 16px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .royalty-text {
    font-size: 1.17em;
    line-height: 1.4em;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.18px;
    margin-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .pDpProductLabels {
    /*display: none;*/
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form {
    border-top: 0;
    padding-top: 10px;
    margin-top: 7px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
    padding-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .custom-dropdown {
    width: 100%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .view-size-guide,
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .cant-find-my-size {
    display: block;
    width: 100%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute.size .swatch-attribute-options .view-size-guide {
    margin-top: 10px;
  }
  .fotorama__nav.fotorama__nav--thumbs {
    text-align: center;
  }
  .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb-border {
    border-width: 0 !important;
    opacity: 0;
  }
  .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
    margin-left: 10px;
    margin-right: 10px;
  }
  .fotorama__nav.fotorama__nav--thumbs {
    /*opacity: 0.5;*/
  }
  .fotorama__nav.fotorama__nav--thumbs.fotorama__active {
    opacity: 1;
  }
  .fotorama__arr .fotorama__arr__arr {
    width: 40px;
    height: 20px;
  }
  .fotorama__arr--next .fotorama__arr__arr {
    background-position: -188px -110px;
  }
  .fotorama__arr--prev .fotorama__arr__arr {
    background-position: -80px -110px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .product-container .notorama .gallery-placeholder .notorama-view-wrapper .slick-item img {
    height: 65vh;
  }
}
@media (max-width: 1024px) and (min-width: 991px) {
  .product-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog-product-view .columns .column.main .product-container .product.media {
    width: 60%;
    float: left;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    float: right;
    width: 38%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .action.towishlist {
    top: -5px;
  }
}
@media (max-width: 990px) and (min-width: 767px) {
  .product-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog-product-view .columns .column.main .product-container .product.media {
    width: 55%;
    float: left;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    float: right;
    width: 36%;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .action.towishlist {
    top: -5px;
  }
}
@media (max-width: 991px) {
  #algoliaAutocomplete .aa-SubmitButton {
    left: 0px;
  }
  .mmactive #sm_menu_ham::before {
    background-image: url(../images/closeic.svg);
    content: "";
    height: 56px;
    font-size: 0;
    background-size: contain;
    width: 56px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
    border-radius: 50px;
  }
  .mmactive #sm_menu_ham {
    left: auto !important;
    padding-left: 10px;
    margin-left: 20px;
    top: 0px;
    margin-top: 17px;
    right: 10px !important;
    z-index: 999999;
    width: 70px;
    height: 50px;
  }
  .r-modal-backdrop {
    display: none;
  }
  .mmactive .r-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999999!important;
    opacity: 0.7;
    display: block;
  }
  .sm_menu_outer .mobile_menu li.btn a {
    width: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    padding: 9px 16px 12px 16px;
    margin: 1px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    background-color: #fff;
    box-shadow: none;
    color: #222 !important;
    border: solid 1px #222;
    text-transform: capitalize;
  }
  .sm_menu_outer .mobile_menu li.btn a::after {
    content: "";
    right: 0;
    top: 7px;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #000000;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "\e906";
    margin-right: 10px;
    content: "\e907";
    position: absolute;
    left: auto;
    font-weight: 400;
  }
  .sm_menu_outer.active {
    z-index: 999999!important;
    top: 81px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
    max-width: 75vw;
    width: 75vw;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .sm_menu_outer .mobile_menu li.btn a {
    position: relative;
  }
  .sm_menu_outer .mobile_menu li.btn a:after {
    content: "";
    right: 0;
    top: 7px;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #000000;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "\e906";
    margin-right: 10px;
    content: "\e907";
    position: absolute;
    left: auto;
    font-weight: 400;
  }
  .r-modal-backdrop {
    display: none;
  }
  .mmactive .r-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999999;
    opacity: 0.7;
    display: block;
  }
  .mmactive #sm_menu_ham {
    left: auto !important;
    padding-left: 10px;
    margin-left: 20px;
    top: 0px;
    margin-top: 17px;
    right: 10px !important;
    z-index: 999999;
  }
  .mmactive #sm_menu_ham:before {
    background-image: url(../images/closeic.svg);
    content: "";
    height: 56px;
    font-size: 0;
    background-size: contain;
    width: 56px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
    border-radius: 50px;
  }
  #sm_menu_ham:before {
    background-image: url(../images/hamburger.svg);
    content: "";
    height: 14px;
    font-size: 0;
    background-size: contain;
    width: 14px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    vertical-align: top;
  }
  #sm_menu_ham span {
    display: none!important;
  }
  .product-container .fotorama__active .fotorama__dot {
    background-color: #222222;
    border-color: #222222;
  }
  .product-container .fotorama__dot {
    width: 11px;
    height: 11px;
    background-color: #888888;
    border-color: #888888;
  }
  .product-container .product-options-bottom {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main {
    padding-top: 30px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-final_price {
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product_brand {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 2px solid #222222;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    color: #222;
    margin-bottom: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product.attribute.name {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .product-info-stock-sku {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box .price-container .price {
    color: #333333;
    letter-spacing: 0.35px;
    font-size: 1.2em;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .royalty-text {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 15px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .pDpProductLabels {
    display: none;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form {
    border-top: 0;
    padding-top: 10px;
    margin-top: 10px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute {
    margin-bottom: 10px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute.size {
    padding-top: 5px;
  }
  .catalog-product-view .columns .column.main .product-container .product-info-main .product-add-form .swatch-opt .swatch-attribute .size .swatch-attribute-options .custom-dropdown {
    width: 100%;
  }
  .notorama-carousel {
    display: none !important;
  }
  #notorama-dots .slick-dots {
    bottom: 10px;
  }
  #notorama-dots .slick-dots li {
    margin: 0 5px !important;
  }
  #notorama-dots .slick-dots li button {
    background: #333333;
  }
}
.catalog-product-view .columns .column.main .product.info.detailed {
  background-color: #F0F0F0;
}
.catalog-product-view .columns .column.main .product.info.detailed .product.data.items {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .catalog-product-view .columns .column.main .product.info.detailed .product.data.items {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
/*plp pages*/
@media (max-width: 1440px) and (min-width: 768px) {
  #algolia_instant_selector .ais-hits .ais-hits--item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  #algolia-left-container {
    width: 20%;
  }
  #algolia-left-container.left-fixed-filter {
    position: fixed;
    top: 115px;
  }
  #algolia-right-container {
    width: 80%;
  }
}
#algolia_instant_selector .result-sub-content {
  margin-top: 0px;
}
#algolia_instant_selector .result .result-description {
  font-size: 1.09em;
  padding-bottom: 2px;
  color: #000 !important;
}
#algolia_instant_selector .result .wishlist-icon:before {
  width: 17px !important;
  height: 24px !important;
  font-size: 16px !important;
}
#algolia_instant_selector .result-sub-content .result-sub-content {
  margin-top: 0;
}
#algolia_instant_selector .result .price {
  color: #000 !important;
  line-height: 1.4em;
  font-size: 1.09em;
}
#algolia_instant_selector .result .price .after_special {
  color: #333;
}
#algolia_instant_selector .before_special {
  color: #000 !important;
}
#algolia_instant_selector .result:hover .result-thumbnail a:before,
#algolia_instant_selector .result:hover .result-thumbnail a:after {
  border-color: transparent;
}
#algolia_instant_selector .result .result-thumbnail img {
  width: 100%;
}
#algolia_instant_selector .ais-hits .ais-hits--item {
  padding-left: 18px;
  padding-right: 18px;
}
.algolia-instant-results-wrapper .top-filter-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  padding-top: 15px;
}
.custom-dropdown select {
  /*color: #888 !important;*/
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.top-filter-wrapper .custom-dropdown-wrapper {
  color: #888 !important;
  letter-spacing: 0.1em;
}
.top-filter-wrapper .container > ul {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.top-filter-wrapper.fixed-filter .container > ul {
  border-bottom: 0px solid #e8e8e8;
  padding-bottom: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #algolia_instant_selector .ais-hits .ais-hits--item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #algolia_instant_selector .result {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .top-filter-wrapper .custom-dropdown-wrapper {
    width: 260px;
  }
  #algolia_instant_selector .result .result-thumbnail a {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #algolia_instant_selector .result-sub-content {
    /*margin-top: -24px;*/
  }
  .top-filter-wrapper #algolia_instant_selector .result .result-description {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #algolia_instant_selector .ais-hits .ais-hits--item:nth-of-type(odd) {
    padding: 4% 2% 4% 4%;
  }
  #algolia_instant_selector .ais-hits .ais-hits--item:nth-of-type(even) {
    padding: 4% 4% 4% 2%;
  }
  #algolia_instant_selector .result .result-thumbnail a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .fotorama__wrap {
    padding: 0 40px;
  }
}
/*pdp pages*/
.aw-arp-container {
  max-width: 1460px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.aw-arp-container .aw-arp-container__title {
  font-size: 1.3em;
  letter-spacing: 1.34px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
}
.aw-arp-container .aw-arp-container__title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
  z-index: -1;
}
.aw-arp-container .aw-arp-container__title span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
.aw-arp-container .aw-arp-container__items {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .aw-arp-container .aw-arp-container__items {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .aw-arp-container .aw-arp-container__items {
    width: 100%;
  }
}
.aw-arp-container .aw-arp-container__items .product-item {
  padding: 10px 0 40px;
}
@media (max-width: 767px) {
  .aw-arp-container .aw-arp-container__items .product-item {
    padding-bottom: 20px;
  }
}
.aw-arp-container .aw-arp-container__items .product-item .product-item-photo img {
  margin-bottom: 10px;
  width: 100%;
}
.aw-arp-container .aw-arp-container__items .product-item h5 {
  letter-spacing: 0.1em;
  margin: 0px 0 5px;
  line-height: 18px;
  font-size: 13px;
  text-transform: uppercase;
}
.aw-arp-container .aw-arp-container__items .product-item .price-box {
  margin: 5px 0 20px;
}
.aw-arp-container .aw-arp-container__items .product-item .price-box .price {
  font-size: 13px;
  letter-spacing: 0.26px;
  font-weight: 400;
  line-height: 1.3em;
}
.aw-arp-container .aw-arp-container__items .product-item .price-box #old-price-203 {
  text-decoration: line-through;
}
.aw-arp-container .aw-arp-container__items .product-item .new-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.aw-arp-container .aw-arp-container__items .product-item .product-item-name {
  line-height: 1.3em;
}
.aw-arp-container__items .slick-dots {
  bottom: -20px;
}
@media (max-width: 767px) {
  .aw-arp-container__items .slick-dots {
    bottom: -20px;
  }
}
.aw-arp-container__items .slick-dots li {
  margin: 0 5px !important;
}
.aw-arp-container__items .slick-dots li button {
  background: #333333;
}
.aw-arp-container__items .slick-dots li button:before {
  display: none;
}
.help-and-advice {
  max-width: 1460px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .help-and-advice {
    padding-top: 10px;
  }
}
.help-and-advice .section-title {
  font-size: 1.3em;
  letter-spacing: 1.34px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
}
.help-and-advice .section-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
}
.help-and-advice .section-title span {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  /*letter-spacing: 1.8px;*/
  letter-spacing: 1.6px;
  font-size: 16px;
}
.help-and-advice .section-title span span {
  display: none;
}
.help-and-advice .content .delivery {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .help-and-advice .content .delivery {
    flex-direction: column;
  }
}
.help-and-advice .content .delivery .delivery__section {
  flex: 1;
  padding: 20px;
  text-align: center;
}
.help-and-advice .content .delivery .delivery__section .delivery__title {
  font-size: 15px;
  text-transform: uppercase;
  /* color: #222;*/
  color: #000;
  /* letter-spacing: 1px;*/
  /*margin-bottom: 10px;*/
  line-height: 20px;
  margin: 10px 0;
}
.help-and-advice .content .delivery .delivery__section .delivery__text {
  font-size: 13px;
  /*letter-spacing: 0.55px;*/
  color: #000;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.help-and-advice .content .delivery .delivery__section .link {
  cursor: pointer;
  /*text-decoration: underline;
                    color: #888;*/
  font-size: 13px;
  color: #595959;
  text-decoration: underline;
  letter-spacing: 0.325px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  #algoliaAutocomplete .aa-Autocomplete {
    width: 100%;
  }
  .aa-Form {
    display: block;
    float: none;
    text-align: left;
    width: 100%;
    margin-left: 0%!important;
  }
  #algoliaAutocomplete {
    margin-bottom: 10px;
    clear: both;
    margin-top: 0px;
    text-align: center;
    /*  display: flex!important;*/
    align-items: center;
    justify-content: center!important;
  }
  #algoliaAutocomplete.block-search input[type="search"]::placeholder {
    text-align: center;
  }
  #algoliaAutocomplete .aa-InputWrapperPrefix {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 42%;
    position: absolute;
  }
  #algoliaAutocomplete .aa-SubmitButton {
    height: 9px;
  }
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__arr.fotorama__arr--next,
.fotorama__arr,
.fotorama__arr--next .fotorama__arr__arr {
  display: block !important;
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__arr.fotorama__arr--prev,
.fotorama__arr--prev .fotorama__arr__arr {
  display: block !important;
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__zoom-in.zoom-in-loaded {
  display: none;
}
.fotorama-item.fotorama.fotorama--fullscreen .fotorama__zoom-out.zoom-out-loaded {
  display: none;
}
.fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin-left: 30px;
  margin-right: 30px;
}
#algolia_instant_selector .result .price span.after_special.promotion {
  color: #b44;
}
.catalog-product-view .columns .column.main .product-container .product-info-main .product-info-price .price-box span.normal-price.special-price span.price {
  color: #b44 !important;
}
.prod_qty_sec {
  display: flex;
}
.prod_qty_sec .box-tocart {
  height: -webkit-fill-available;
  width: initial;
  min-width: 120px;
  margin-right: 10px;
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
  border: 1px solid #999;
}
.catalog-product-view .columns .column.main .product-info-main .prod_qty_sec .fieldset .control {
  margin-top: 0;
  width: 100%;
}
.catalog-product-view .columns .column.main .product-info-main .prod_qty_sec .fieldset .label {
  display: none;
}
.prod_qty_sec select#pdp_qty {
  border: none;
}
.column.main {
  min-height: auto!important;
}
@media (max-width: 767px) {
  .column.main {
    min-height: auto!important;
  }
  .checkout-cart-index .header-mid-section .col,
  .checkout-index-index .header-mid-section .col {
    width: 58%;
    /*padding-top: 10px;*/
  }
  .prod_qty_sec {
    display: inline;
  }
  .prod_qty_sec .box-tocart {
    margin-right: 0;
  }
}
html {
  height: auto !important;
}
@media only screen and (max-width: 1440px) {
  header .header-mid-section {
    padding: 20px 25px;
  }
  .container {
    max-width: 96%!important;
    WIDTH: 96%!important;
  }
  .catalog-category-view .main-wrapper,
  .catalogsearch-result-index .main-wrapper {
    width: 100%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header .header-mid-section {
    padding: 20px 25px!important;
  }
}
@media (max-width: 767px) {
  header .header-mid-section {
    padding-bottom: 15px !important;
  }
}
.cart-footer .link {
  color: #000 !important;
}
.mage-error {
  /* color: #bb4444;*/
  /* padding-top: 10px;*/
}
div.mage-error {
  color: #bb4444;
  padding-top: 10px;
  background: #fff;
}
.aa-InputWrapper {
  margin-left: 20px;
}
button.captcha-reload {
  background: transparent;
  font-size: 0px;
  position: relative;
  padding: 0px 0px;
  vertical-align: top;
}
button.captcha-reload:before {
  background-image: url(../images/refresh.svg);
  content: "";
  height: 56px;
  font-size: 0;
  background-size: contain;
  width: 56px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
  border-radius: 50px;
  background-size: 60%;
  margin-top: 5px;
}
.subscribe_btn:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  line-height: 22px;
}
.modal-popup.confirm._show {
  z-index: 9999 !important;
}
.modal-popup.confirm .modal-footer,
.modal-popup.confirm .modal-header {
  padding-top: 6px!important;
}
.catalog-product-view .modal-popup.modal-slide._show {
  z-index: 999999 !important;
}
@media (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 0px !important;
  }
  .checkout-index-index .page-header {
    z-index: 99!important;
  }
}
@media only screen and (min-width: 769px) {
  .page-products.page-with-filter.catalogsearch-result-index.page-layout-2columns-left h1.page-title {
    display: none;
  }
  .page-products.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .block {
    display: none;
  }
  .page-products.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .search.results {
    margin-top: -50px !important;
  }
  .page-products.page-with-filter.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs {
    display: none !important;
  }
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart + .product-item-actions .action.edit {
  display: none;
}
@media only screen and (max-width: 768px) {
  .account.wishlist-index-index .wishlist-index-index .products-grid .product-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-photo {
    width: 100px;
    float: none;
    margin-right: 0;
    margin: auto;
    display: block;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-left: 0px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
    margin-left: 0;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary button.action.primary.tocart {
    padding: 0px 5px;
    font-size: 14px;
    top: 0;
  }
  .account.wishlist-index-index .products-grid .product-items {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin-left: 0px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart + .product-item-actions {
    top: -230px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary {
    width: 90%;
    margin: 15px auto auto;
  }
}
.products-grid.wishlist .product-item-brand {
  text-transform: uppercase;
  font-family: "FuturaStdBook";
}
@media only screen and (max-width: 767px) {
  .account.page-layout-2columns-left .sidebar-main .block .content {
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    background: #f6f6f6;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .box-tocart + .product-item-actions {
    top: 0px!important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
    position: static!important;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.update.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action.update.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .action-gift.action.update.button-3,
  .products-grid.wishlist + .actions-toolbar .primary button.action.share.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action.share.button-3,
  .products-grid.wishlist + .actions-toolbar .primary .action-gift.action.share.button-3 {
    width: 140px!important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-name {
    margin-left: 0px;
    min-height: 29px;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.update.button-3 {
    width: 158px;
    height: 40px;
    font-size: 14px;
    margin-left: 30px;
    font-weight: 100;
    letter-spacing: 1.4px;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.share.button-3 {
    width: 158px;
    height: 40px;
    float: right;
    font-size: 14px;
    margin-right: 30px;
    font-weight: 100;
    letter-spacing: 1.4px;
  }
  .products-grid.wishlist + .actions-toolbar .primary button.action.tocart.button-1 {
    width: 335px;
    margin: auto;
    clear: both;
    text-align: center;
    float: inherit;
    font-weight: 100;
    letter-spacing: 1.4px;
    font-size: 14px;
  }
}
.wishlist-index-index .toolbar.wishlist-toolbar {
  display: none;
}
.account .action.back {
  display: none;
}
.account .form.form-edit-account.row-info .field.date input {
  width: calc(100% - 0px);
}
.account.wishlist-index-index.page-layout-2columns-left .products-grid.wishlist .product-item .old-price .price {
  font-size: 13px !important;
}
.account.wishlist-index-index.page-layout-2columns-left .products-grid.wishlist .product-item .old-price .price {
  font-size: 13px !important;
}
.account.wishlist-index-index.page-layout-2columns-left .product-item-name > a {
  font-family: 'FuturaStdBook' !important;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns: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),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns: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),
  .login-container .block:nth-child(even),
  .account .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,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .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.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .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,
  .dashboard-welcome-toggler {
    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-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .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,
  .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,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar: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-wishlist-management:after,
  .paypal-review .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,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-wishlist-results:after,
  .account .toolbar: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 {
    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 {
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 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 {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .newsletter .content,
  .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: 1480px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
    position: relative;
  }
  .ie9 .page-main {
    width: auto;
  }
  .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 .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .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: #7d7d7d;
    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: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #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: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .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;
  }
  .notorama-carousel {
    display: block;
  }
  .notorama-carousel .placeholder {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .notorama-carousel .loading {
    width: 100%;
  }
  .notorama-placeholder-thumb {
    width: 25%;
  }
  .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-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: #656565;
  }
  .block-search input:-moz-placeholder {
    color: #656565;
  }
  .block-search input::-moz-placeholder {
    color: #656565;
  }
  .block-search input:-ms-input-placeholder {
    color: #656565;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    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: #000000;
    content: '\e91f';
    font-family: 'mycustomfont';
    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: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: 1;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .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%;
  }
  .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 {
    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 #ccc;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #000000;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .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;
  }
  .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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .amgiftcard .fieldset {
    width: 48%;
  }
  .amgiftcard .fieldset.w-100 {
    width: 100%;
  }
  .filter-label {
    display: none;
  }
  .page-products .products-grid .product-item {
    width: 100%/2;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 100%/4;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%/2;
  }
  .cart-container .widget {
    float: left;
  }
  .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 {
    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: 20px 8px @indent__s;*/
    padding: 40px 8px 90px;
  }
  .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: 140px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: calc(100% - 110px);
  }
  .cart.table-wrapper .product-item-details .product-item-name-new {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .cart.table-wrapper .product-item-details .product-item-name-new a {
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 1.6px;
    margin-bottom: 0;
    font-size: 12px;
    color: #222;
    font-family: 'FuturaLTProHeavy';
    font-weight: 400;
  }
  .cart.table-wrapper .product-item-details .product-short-description {
    display: block;
    margin-top: 8px;
    color: #222;
    font-size: 12px;
    width: 80%;
    letter-spacing: 0.3px;
    line-height: 14px;
    font-family: 'FuturaLTProBook';
  }
  .cart.table-wrapper .product-item-details .actions-toolbar {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
  }
  .cart.table-wrapper .product-item-details .actions-toolbar.pickup {
    display: none;
  }
  .cart.table-wrapper .product-item-details .item-options dt,
  .cart.table-wrapper .product-item-details .item-options dd {
    clear: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    color: #333;
    margin-right: 0px;
    font-size: 12px;
  }
  .cart.table-wrapper .product-item-details .item-options dt.cart-item-edit,
  .cart.table-wrapper .product-item-details .item-options dd.cart-item-edit {
    font-family: 'FuturaStdBook';
    text-decoration: underline;
  }
  .cart.table-wrapper .product-item-details .item-options dt {
    color: #888;
    margin-right: 4px;
    font-weight: 600;
  }
  .cart.table-wrapper .product-item-details .item-options dt:after {
    content: ":";
  }
  .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: 360px;
  }
  .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-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 20%;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 0;
    position: absolute;
    top: 0px;
  }
  .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;
  }
  .billing-address-form > form .fieldset > .field .label {
    padding-right: 0;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .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 .actions-toolbar .primary .action:last-child {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
    font-weight: 400;
  }
  .checkout-payment-method .actions-toolbar .action-apply-gift {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0;
    font-weight: 400;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .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 {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 200px;
  }
  .account.page-layout-2columns-left .column.main {
    width: calc(100% - 200px);
  }
  .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;
  }
  .nav-label {
    position: relative;
    background: #000000;
    min-width: 230px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
  }
  .nav-label:before {
    content: '\e91e';
    color: #fff;
    font-family: 'mycustomfont';
    position: absolute;
    left: 20px;
  }
  .nav-label:after {
    position: absolute;
    content: '\e904';
    color: #fff;
    font-family: 'mycustomfont';
    font-size: 12px;
    transform: rotate(90deg);
    margin-top: 5px;
    right: 20px;
  }
  .nav-label:hover ~ .ui-menu {
    display: block !important;
  }
  .nav-label ~ .ui-menu:hover {
    display: block !important;
  }
  .todays_deal_coll_toll {
    display: inline-block;
    width: calc(100% - 236px);
  }
  .todays_deal_coll_toll .todayslink {
    min-width: 160px;
    display: inline-block;
    text-align: center;
  }
  .todays_deal_coll_toll .todayslink a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }
  .todays_deal_coll_toll .todayslink a:hover {
    text-decoration: none;
  }
  .todays_deal_coll_toll .calltoll {
    float: right;
  }
  .todays_deal_coll_toll .calltoll a {
    color: #000000;
  }
  .todays_deal_coll_toll .calltoll a:hover {
    text-decoration: none;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0;
    background: #fff;
    position: absolute;
    max-width: 230px;
    top: 40px;
    display: none;
    border: 1px solid #cdced1;
  }
  .navigation ul li {
    width: 100%;
  }
  .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: 20px 15px;
  }
  .page-header {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    background: #fff;
    -moz-transition: all 5s ease;
    -webkit-transition: all 5s ease;
    transition: all 5s ease;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .catalog-category-view .fixed-header {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (min-width: 769px), print {
  .cart-summary {
    width: 23%;
    float: right;
    border: 1px solid #ebebeb;
    padding: 15px 15px 10px;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 100%/5;
  }
  .page-layout-1column .products-grid .product-item {
    width: 100%/6;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 100%/4;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin: 0;
    padding: 0;
    width: 33.33%;
    border: 1px solid #e7e7e7;
    margin-left: 0;
  }
  .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: 100%/5;
  }
  .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: 65%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    display: none;
  }
  .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;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px !important;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 0!important;
    width: 25%!important;
    margin: 0 0 40px!important;
    float: left!important;
    padding: 0 10px 10px!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
    border: 1px solid transparent;
    position: relative!important;
  }
  .wishlist-index-index .products-grid .product-item:hover {
    border: 1px solid #eaeaea !important;
  }
  .wishlist-index-index .products-grid .product-item:hover .product-item-inner {
    /*padding: 15px;*/
    /*top: 100%;*/
    /*position: absolute;*/
    /*width: calc(~'100% + 2px');*/
    /*clip: unset;*/
    /*height: inherit;*/
    /*margin: 0;*/
  }
}
@media all and (min-width: 1025px), print {
  .page-products .products-grid .product-items .product-item {
    width: 25%;
  }
}
@media all and (max-width: 1024px) {
  .cart.table-wrapper .item .col.item,
  .cart.table-wrapper th.col.item {
    width: 400px;
  }
  .checkout-index-index header {
    position: static;
  }
  .checkout-index-index header .header-mid-section {
    justify-content: unset;
    display: flex;
    justify-content: space-between;
  }
  .checkout-index-index header .header-mid-section .customer-support-contact,
  .checkout-index-index header .header-mid-section .col:nth-child(2) {
    /*display: none;*/
    margin: 0 auto;
  }
  .account-dashboard .account-box .account-brief {
    padding: 0 5px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary {
    margin-top: 15px;
  }
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary button.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary button.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary .action-gift.action.primary.tocart,
  .products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary .action-gift.action.primary.tocart {
    position: relative;
    top: 0;
    right: 0;
  }
  .products-grid.wishlist + .actions-toolbar .primary .action.button-1,
  .products-grid.wishlist + .actions-toolbar .primary .action.button-3 {
    min-width: inherit;
  }
  .products-grid.wishlist + .actions-toolbar {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 50%;
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 5px 15px;
    margin: 0 0 15px;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .products-grid.wishlist .product-item-photo {
    height: inherit;
    max-height: inherit;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 20%;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-photo img.product-image-photo {
    width: 100%;
    position: static;
  }
  .products-grid.wishlist .product-item .product-item-inner {
    border: 0;
    clip: unset;
    height: inherit;
    width: inherit;
    margin: 0;
    overflow: inherit;
    position: relative;
    left: 0;
  }
}
@media all and (max-width: 991px) {
  .checkout-index-index .opc-progress-bar {
    width: inherit;
  }
  .checkout-index-index .checkout-container .opc-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .checkout-index-index .checkout-container .opc-sidebar {
    width: 100%;
    margin-top: 0;
    left: unset;
    right: 0;
  }
  .checkout-index-index .minicart-items .product-item-brand {
    display: block;
    margin-bottom: 4px;
  }
  .field-tooltip .field-tooltip-content {
    right: 0;
    top: 39px;
  }
  .field-tooltip .field-tooltip-content:before {
    border: 10px solid transparent;
    border-bottom-color: #fff;
    margin-top: -20px;
    left: auto;
    right: 8px;
    top: 0;
  }
  .account .main-wrapper {
    padding: 0;
    max-width: 100%;
  }
  .form-edit-account.row-info,
  .form.wishlist.share,
  .form-address-edit {
    margin: 0 -10px;
  }
  .form-edit-account.row-info .col-account-info,
  .form-edit-account.row-info .col-change-passwd,
  .form-edit-account.row-info .bottom-form,
  .form.wishlist.share .bottom-form,
  .form-address-edit .bottom-form {
    padding: 0 10px;
  }
  body.account .toolbar,
  body.account .block,
  body.account .sidebar .widget.block:not(:last-child),
  body.account .sidebar .widget:not(:last-child),
  body.account .block-banners,
  body.account .block-banners-inline {
    margin: 0;
  }
  body.account .page-header {
    border-bottom: 1px solid #dadada;
  }
  .account .main-wrapper {
    position: relative;
    margin: 80px auto 25px;
  }
  .account-dashboard .account-box {
    min-height: 180px;
    padding-bottom: 10px;
  }
  .account-dashboard .account-box .anchor-box {
    position: relative;
  }
  .account-dashboard .account-box .account-brief span.title {
    font-size: 16px;
  }
  .account-dashboard .account-box .account-brief span.description {
    /*display: none;*/
    font-size: 13px;
  }
  body.account .columns .column.main .block {
    margin: 20px 0;
  }
  body.account .columns .column.main .block .table-wrapper {
    margin: 0;
  }
  .account.page-layout-2columns-left .column.main {
    border: 0;
    width: 100%;
    padding: 0 10px;
    min-height: inherit;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    border: 0;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: -50px;
  }
  .account.page-layout-2columns-left .sidebar-main .block.account-nav,
  .account.page-layout-2columns-left .sidebar-additional .block.account-nav {
    position: relative;
  }
  .account.page-layout-2columns-left .sidebar-main #account-nav,
  .account.page-layout-2columns-left .sidebar-additional #account-nav {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    background: #f6f6f6;
  }
  .account.page-layout-2columns-left .sidebar-main .block .title {
    display: block;
    clip: unset;
    width: 100%;
    height: inherit;
    margin: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .title strong {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    /*padding: 0 10px;*/
    display: block;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e2e2e2;
    /*background: #f6f6f6;*/
    letter-spacing: 1.8px;
    font-weight: 600;
  }
  .account.page-layout-2columns-left .sidebar-main .block .title strong:after {
    position: absolute;
    content: "\e90a";
    right: 10px;
    top: 0;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #000;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: rotate(90deg);
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
    border: 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #666;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li a,
  .account.page-layout-2columns-left .sidebar-main .block .content ul li strong {
    padding: 0 10px;
    border: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li a strong {
    padding: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul {
    border-top: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block .content ul li {
    border-bottom: 0;
    padding: 0;
  }
}
.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-loading .slick-list {
  background: none;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-dots {
  bottom: 10px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  width: 14px;
  height: 36px;
  background: none;
  background-image: url(../images/sprite.png);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -18px;
}
.slick-prev {
  background-position: 0 0;
  left: 25px;
}
@media (max-width: 480px) {
  .slick-prev {
    left: 0;
  }
}
.slick-next {
  background-position: -14px 0;
  right: 25px;
}
@media (max-width: 480px) {
  .slick-next {
    right: 0;
  }
}
.product-slider .slick-prev {
  left: -15px;
}
@media (max-width: 480px) {
  .product-slider .slick-prev {
    left: -20px;
  }
}
.product-slider .slick-next {
  right: -15px;
}
@media (max-width: 480px) {
  .product-slider .slick-next {
    right: -20px;
  }
}
* {
  box-sizing: border-box;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 0px 0!important;
}
.radio-wrapper .radio label {
  cursor: pointer;
}
.sub-head {
  font-family: 'FuturaLTProBook';
  font-size: 13px;
  border-bottom: 1px solid #000;
  padding: 0px 10px 10px 10px;
  color: #222;
  letter-spacing: 0.325px;
  margin-top: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  min-height: 40px;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 12px;
  background-image: url(../images/downar.svg);
}
@font-face {
  font-family: 'SaolDisplay-Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/SaolDisplay-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaLT-Heavy';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLT-Heavy.ttf') format('truetype');
}
@font-face {
  font-family: 'FuturaLTProHeavy';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLTProHeavy.otf') format('opentype');
}
@font-face {
  font-family: 'FuturaLTProBold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/FuturaW02-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'FuturaW02-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/FuturaW02-Bold.woff2') format('woff2');
}
/*    @font-face {
    font-family: 'FuturaLTProBook';
     font-style: normal;
   font-weight: normal;
    src: url('../fonts/FuturaLTPro-Book.ttf') format('truetype');
     }*/
@font-face {
  font-family: 'FuturaLTProBook';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLTProBook.otf') format('opentype');
}
@font-face {
  font-family: 'FuturaStdBook';
  font-style: normal;
  font-weight: normal;
  /*  src: url('../fonts/FuturaStdBook.otf') format('opentype');*/
  src: url('../fonts/FuturaLTPro-Book.ttf') format('truetype');
}
@font-face {
  font-family: "Futura Book";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLTPro-Book.ttf') format('truetype');
}
#minicart-content-wrapper .price-including-tax .minicart-price .price .currency-img {
  width: 10px!important;
  height: 10px!important;
  fill: black;
  margin-right: -1px !important;
  top: 1px !important;
}
@media screen and (max-width: 767px) {
  .show-mobile.checkout-price .price-wrapper .currency-img {
    margin-right: 4px !important;
    margin-top: 1px !important;
    vertical-align: text-bottom !important;
    max-width: 11px !important;
    max-height: 11px !important;
  }
}
.whats-new-section .currency-logo-container {
  vertical-align: inherit;
  margin-right: 3px !important;
}
.trending-col-1 .currency-logo-container {
  margin-right: 3px !important;
}
.details-qty.price_section .value .currency-img {
  width: 10px!important;
  height: 10px!important;
  margin-right: 3px !important;
}
.page-with-filter .currency-logo-container {
  margin-right: -1px !important;
  display: inline-block;
  vertical-align: middle;
}
.cart-summary .currency-img {
  width: 14px !important;
  height: 14px !important;
  vertical-align: top;
  margin-right: 3px !important;
}
.checkout-index-index .currency-img {
  width: 14px !important;
  height: 14px !important;
  vertical-align: top;
  margin-right: 3px !important;
}
.product-info-main .currency-img {
  width: 12px !important;
  height: 12px !important;
  vertical-align: top;
  margin-right: 0px;
}
.currency-img {
  width: 10px!important;
  height: 10px!important;
  margin-right: 5px;
}
.price-with-logo .currency-logo-container {
  margin-right: 3px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px !important;
}
.currency-logo-container svg {
  width: 16px!important;
  height: 16px!important;
}
.algoliasearch-autocomplete-price .currency-img {
  margin-right: 2px !important;
}
.page-with-filter .currency-img {
  margin-top: 0px !important;
  margin-right: 5px !important;
}
.result-sub-content .after_special {
  margin-right: 2px !important;
  margin-left: -4px !important;
}
.before_special .currency-img {
  vertical-align: text-top;
  margin-right: 2px !important;
}
.price-wrapper .currency-img {
  margin-right: 3px !important;
  margin-top: 0.5px !important;
  position: relative;
  top: -0.3px !important;
}
.checkout-cart-index .orignal-price .currency-img {
  vertical-align: middle;
  position: relative;
  top: -1px !important;
  margin-right: 3px !important;
}
.checkout-cart-index .discount_price .currency-img {
  vertical-align: middle;
  height: 9px !important;
  width: 9px !important;
  position: relative;
  top: -0.5px !important;
}
.checkout-cart-index .discount_price {
  position: relative;
  top: -1px !important;
}
.minicart-price .currency-img {
  margin-right: 4px !important;
  top: 1px !important;
}
.checkout-cart-index .product-info .currency-img {
  margin-right: 3px !important;
  vertical-align: middle !important;
}
.cms-home .price-box .currency-img {
  position: relative;
  top: 0.7px;
  margin-right: 1px !important;
}
.page-product-configurable .minicart-price .currency-img {
  position: relative;
  top: 0.7px !important;
  vertical-align: baseline;
}
.page-products .page-with-filter .currency-img {
  margin-top: 0 !important;
  margin-right: 3px !important;
  vertical-align: text-top;
}
.page-products .before_special .currency-img {
  vertical-align: text-top;
  margin-right: 4px !important;
}
.page-product-configurable .minicart-price .currency-img {
  position: relative;
  top: 0.7px !important;
  vertical-align: baseline;
}
.page-products .page-with-filter .currency-img {
  margin-top: 0 !important;
  margin-right: 3px !important;
  vertical-align: text-top;
}
.page-products .before_special .currency-img {
  vertical-align: text-top;
  margin-right: 4px !important;
}
.price-hover:hover {
  color: #8A8A8A !important;
}
/* Minicart: dim price + product name/brand to grey on hover */
.minicart-items .product-item-details:hover .product-item-name,
.minicart-items .product-item-details:hover .product-item-name a,
.minicart-items .product-item-details:hover .product-item-brand,
.minicart-items .product-item-details:hover .product-item-brand a,
.minicart-items .product-item-details:hover .price,
.minicart-items .product-item-details:hover .tier-price,
.minicart-items .product-item-details:hover .special-price,
.minicart-items .product-item-details:hover .old-price,
.minicart-items .product-item-details:hover .normal-price,
.minicart-items .product-item-details:hover .price-hover,
.minicart-items .product-item-details:hover .price-amount,
.minicart-items .product-item-details:hover .after_special,
.minicart-items .product-item-details:hover .before_special {
  color: #8A8A8A !important;
}
/*plp page imahes*/
.simple-config {
  margin-bottom: 15px;
}
.simple-config .image {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin: 1px;
}
.simple-config .image img {
  width: 40px;
  height: 40px;
  margin: 0px;
  object-fit: contain;
}
.simple-config .image.active img {
  border: 2px solid #000;
}
/*end plp page images*/
.menu > ul li.sale a {
  color: #000 !important;
}
.menu > ul li.sale a:hover {
  color: #fff !important;
}
.fotorama__arr--prev .fotorama__arr__arr {
  position: relative;
  background-image: none!important;
}
.custom-sort.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -2px !important;
}
.custom-sort:after {
  position: absolute;
  right: 24px;
  margin-top: 0px !important;
  background-image: url(../images/chevron-down.svg);
  content: "";
  width: 16px;
  height: 16px;
  left: auto;
  background-repeat: no-repeat;
  background-size: 100%;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/preva.svg);
  content: "";
  width: 40px;
  height: 40px;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr,
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr {
  width: 20px;
  height: 40px;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr:hover,
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr:hover {
  opacity: 0.8;
}
.fotorama__arr .fotorama__arr__arr {
  z-index: 9999999999999;
}
.fotorama--fullscreen.fotorama-item {
  z-index: 99999 !important;
}
.fotorama--fullscreen .fotorama__arr--prev .fotorama__arr__arr:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/leftslick.svg);
  content: "";
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  z-index: 9999999999999;
}
.fotorama--fullscreen .fotorama__arr--next .fotorama__arr__arr:before {
  position: absolute;
  z-index: 9999999999999;
  right: 0;
  top: 4px;
  background-image: url(../images/rightslick.svg);
  content: "";
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
}
.fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 0 5px!important;
}
.fotorama__arr--next .fotorama__arr__arr {
  position: relative;
  background-image: none!important;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url(../images/nexta.svg);
  content: "";
  width: 30px;
  height: 40px;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 0 5px!important;
  min-width: 120px;
}
.fotorama--fullscreen .fotorama__thumb {
  min-width: 120px;
  display: flex;
  justify-content: center;
}
.fotorama--fullscreen .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  width: auto;
}
.fotorama__fullscreen-icon {
  background-image: none!important;
  margin-top: 30px;
  margin-right: 50px;
  background-position: initial!important;
}
.fotorama__fullscreen-icon:after,
.fotorama__fullscreen-icon:focus:after {
  content: "✕" !important;
  font-size: 22px;
  padding-left: 20px;
  color: #000;
  position: static !important;
  box-shadow: none !important;
}
.fotorama__fullscreen-icon:before {
  content: "CLOSE";
  font-size: 14px;
  padding-left: 20px;
  color: #000;
  vertical-align: top;
  line-height: 23px;
}
.fotorama__fullscreen-icon:focus:after {
  position: static;
  box-shadow: none;
}
.fotorama__stage {
  max-height: 500px;
}
.fotorama--fullscreen .fotorama__stage {
  max-height: 750px;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
  height: 140px !important;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs .fotorama__thumb-border {
  height: 140px !important;
  width: 120px !important;
}
.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 0 5px !important;
  min-width: 120px;
  height: 140px !important;
  width: 120px !important;
}
.fotorama--fullscreen .fotorama__thumb {
  min-width: 120px;
  display: flex;
  justify-content: center;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-color: transparent !important;
}
body {
  letter-spacing: 0.025em;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-family: 'FuturaStdBook' !important;
}
.message.global.noscript,
.message.global.cookie {
  background-color: #000 !important;
  font-size: 16px;
  background: #333 !important;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  color: #fff;
  font-family: 'FuturaStdBook' !important;
}
.message.global p {
  margin: 0;
  float: left!important;
  line-height: 38px;
}
.message.global.cookie .actions {
  margin-top: 0px!important;
}
#btn-cookie-allow {
  background: #fff !important;
  color: #000 !important;
  font-size: 13px!important;
  font-weight: 400!important;
  border: 0px!important;
  /*margin-bottom: 40px;*/
  border-radius: 5px;
  float: right;
  text-transform: uppercase;
}
.cc-banner.cc-bottom .cc-btn:last-child {
  background: #fff !important;
  color: #000 !important;
  font-size: 13px!important;
  font-weight: 400!important;
  border: 0px!important;
  /* margin-bottom: 40px; */
  border-radius: 5px;
  float: right;
  text-transform: uppercase;
}
.opc-sidebar .discount-code .message-error.error {
  line-height: 30px!important;
  padding: 10px 0 10px!important;
  background: #333 !important;
}
.login-register-wrapper .block-customer-register .fieldset > .field .label[for="subscribed"] span {
  padding-left: 25px;
}
.form-create-account .fieldset .field .label[for="subscribed"] span {
  padding-left: 25px;
}
.customer-account-create .page-title {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 2px solid #000;
  text-align: left;
  padding: 0 0 8px;
  margin-top: 40px;
  max-width: 600px;
  margin: 40px auto;
  width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button,
button:hover,
button:focus {
  outline: none;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'FuturaStdBook';
  color: #333333;
  font-size: 12px;
}
@media (max-width: 1024px) {
  body {
    font-size: 11px;
  }
}
.breadcrumbs {
  font-family: "Futura Book";
}
.breadcrumbs .item {
  margin-bottom: 8px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.container::before {
  content: '';
  display: table;
  clear: both;
}
.container::after {
  content: '';
  display: table;
  clear: both;
}
.container-fix {
  max-width: 1050px;
  margin: 0 auto;
}
.container-fix::before {
  content: '';
  display: table;
  clear: both;
}
.container-fix::after {
  content: '';
  display: table;
  clear: both;
}
.row::before {
  content: '';
  display: table;
  clear: both;
}
.row::after {
  content: '';
  display: table;
  clear: both;
}
.clearfix::before {
  content: '';
  display: table;
  clear: both;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.container-fluid {
  width: 100%;
}
.container-fluid::before {
  content: '';
  display: table;
  clear: both;
}
.container-fluid::after {
  content: '';
  display: table;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/*page messages common*/
.page.messages {
  position: absolute;
  font-family: 'FuturaLTProBook';
  background: #333;
  width: 100%;
  top: 197px;
  left: 50%;
  text-align: center;
  border-bottom: 0;
  z-index: 10;
  margin: 0 auto;
  display: inline-block;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .page.messages {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .page.messages {
    width: 100%;
    z-index: 1000;
  }
}
.page.messages .message {
  font-size: 16px;
  background: #333;
  border-radius: 5px;
  /*border: 1px solid;*/
  padding: 10px 30px;
  width: 90%;
  color: #fff;
}
@media (max-width: 767px) {
  .page.messages .message {
    background: transparent;
  }
}
/*for radio button start*/
.radio-wrapper .radio {
  margin-bottom: 15px;
  position: relative;
}
.radio-wrapper .radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.radio-wrapper .radio label {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  line-height: 16px;
  min-height: 16px;
  display: inline-block;
  vertical-align: top;
}
.radio-wrapper .radio label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
}
.radio-wrapper .radio label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.radio-wrapper .radio label span.name {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.radio-wrapper .radio label span.location {
  color: #666;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.radio-wrapper .radio label span.location:after {
  content: "\e913";
  font-family: 'mycustomfont';
  font-size: 18px;
  color: #000;
  position: absolute;
}
.radio-wrapper .radio input[type="radio"]:checked + label:after {
  opacity: 1;
  transition: all 0.4s;
}
/*for radio button end*/
.effect-15 {
  background: transparent;
  position: relative;
  border: none;
  padding: 10px;
}
.effect-15 ~ .focus-bg:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #ededed;
  transition: 0.3s;
  z-index: -1;
}
.effect-15 ~ .focus-bg:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #ededed;
  transition: 0.3s;
  z-index: -1;
  left: auto;
  right: 50%;
  top: auto;
  bottom: 50%;
}
.effect-15:focus ~ .focus-bg:before {
  transition: 0.3s;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
}
.effect-15:focus ~ .focus-bg:after {
  transition: 0.3s;
  width: 50%;
  height: 100%;
  bottom: 0;
  right: 0;
}
/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.custom-dropdown select {
  background-color: #ffffff;
  color: #000;
  padding: 0 12px;
  border: 0;
  margin: 0;
  text-indent: 0.01px;
  text-overflow: '';
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #999;
  padding-right: 23px;
  width: 100%;
  font-size: 12px;
  height: 39px;
  line-height: 36px;
}
.custom-dropdown select:focus {
  outline: none;
}
.custom-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.custom-dropdown select::-ms-expand {
  display: none;
}
.custom-dropdown:after,
.custom-dropdown:before {
  top: 17px;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.custom-dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-right: -3px;
}
.custom-dropdown:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333333;
  border-width: 6px;
  margin-right: -4px;
}
.custom-dropdown::after {
  color: rgba(0, 0, 0, 0.6);
}
.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
/* Custom Checkbox */
input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox] + label {
  padding-left: 25px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
input[type=checkbox] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  content: '';
}
input[type=checkbox] + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #000;
  opacity: 0;
  transition: all 0.4s;
  content: '';
}
input[type=checkbox]:checked + label:before {
  border: 1px solid #000;
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
  transition: all 0.4s;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  padding: 6px 25px 6px 0;
  color: #333333;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  border-bottom: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  z-index: 2;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 130px;
  margin: 5px 0;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  left: 10px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #b5b5b5;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:hover {
  background: #f9f9f9;
}
.custom-option.selection {
  background: #f9f9f9;
}
.cms-noroute-index .sidebar-additional {
  display: none;
}
.cms-noroute-index .page-not-found {
  margin: 55px auto;
  width: 700px;
  text-align: center;
}
@media (max-width: 700px) {
  .cms-noroute-index .page-not-found {
    width: 90%;
  }
}
.cms-noroute-index .page-not-found img {
  margin-bottom: 25px;
}
.cms-noroute-index .page-not-found h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 700px) {
  .cms-noroute-index .page-not-found h3 {
    line-height: 25px;
  }
}
.cms-noroute-index .page-not-found p {
  font-size: 15px;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .cms-noroute-index .page-not-found p {
    line-height: 25px;
  }
}
.cms-noroute-index .page-not-found a {
  margin: 0 auto;
}
.back-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  cursor: pointer;
  background: url(../images/Back_to_top.svg);
  z-index: 99;
}
@media (max-width: 480px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
@media (max-width: 360px) {
  .back-to-top {
    width: 35px;
    height: 35px;
  }
}
.catalog-product-view .breadcrumbs {
  display: block;
}
/*Order Success page start*/
.checkout-onepage-success > .main-page-div > .main-wrapper,
.hyperpay-index-status > .main-page-div > .main-wrapper {
  max-width: 1490px;
  margin: 0 auto;
  padding: 80px 10px;
  text-align: center;
}
.checkout-onepage-success > .main-page-div > .main-wrapper .page-title-wrapper,
.hyperpay-index-status > .main-page-div > .main-wrapper .page-title-wrapper {
  display: none;
}
.checkout-onepage-success > .main-page-div > .main-wrapper .columns .column.main,
.hyperpay-index-status > .main-page-div > .main-wrapper .columns .column.main {
  min-height: inherit;
}
.checkout-success {
  text-align: center;
}
.checkout-success h2 {
  margin: 0 0 15px;
  color: #333333;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-success .custom-msg {
  font-weight: bold;
}
.checkout-success p {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin: 10px 0 10px;
}
.checkout-success p .order-number,
.checkout-success p span {
  text-decoration: none;
  outline: none;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}
.checkout-success p .order-number:hover,
.checkout-success p span:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.checkout-success .actions-toolbar {
  margin: 15px 0 0;
  display: inline-block;
  vertical-align: top;
}
.checkout-success .actions-toolbar .button-3 {
  margin: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 0;
  min-width: 300px;
  font-weight: 600;
}
.guest-success {
  margin-top: 40px;
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
}
.guest-success p {
  margin-bottom: 4px;
}
.guest-success .btn-wrapper {
  margin: 25px 0 0;
  display: inline-block;
  vertical-align: top;
}
.guest-success .btn-wrapper .button-1 {
  text-decoration: none;
  outline: none;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 0;
  min-width: auto;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 0;
  font-size: 1.111em;
}
.guest-success .btn-wrapper .button-1:hover {
  text-decoration: none;
  outline: none;
  border: 0;
}
/*Order Success page end*/
footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  /*background: #323433;*/
  padding-top: 60px;
}
footer .footer_links {
  margin: 0 0 30px 0;
  padding-top: 30px;
}
@media (max-width: 767px) {
  footer .footer_links {
    padding-top: 0;
  }
}
footer .footer_links > li {
  float: left;
  width: 20%;
  padding-right: 30px;
}
footer .footer_links > li h6 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 23px;
  letter-spacing: 1.6px;
  font-size: 13px;
}
footer .footer_links > li ul {
  margin: 0;
  padding: 0;
}
footer .footer_links > li ul li {
  margin-bottom: 10px;
  font-size: 1.083em;
}
footer .footer_links > li ul li a {
  position: relative;
  padding-bottom: 5px;
  color: #333333;
  /*font-size: 1em;
						letter-spacing: 0.26px;*/
  letter-spacing: 0.325px;
  line-height: 30px;
  font-size: 13px;
}
footer .footer_links > li ul li a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999999;
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
footer .footer_links > li ul li a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #999999;
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
footer .footer_links > li ul li a:hover {
  color: #858585;
}
footer .footer_links > li ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li a:focus:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
footer .footer_links > li ul li > p {
  color: #333333;
  margin-bottom: 15px;
  line-height: 17px;
}
footer .footer_links > li ul li > span {
  color: #333333;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  line-height: 18px;
}
footer .footer_links > li ul li > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7f8080;
}
footer .footer_links > li ul li > span.call:before {
  content: "\e908";
  height: 15px;
  font-size: 18px;
  color: #000;
}
footer .footer_links > li ul li > span.email {
  line-height: 12px;
}
footer .footer_links > li ul li > span.email:before {
  content: "\e909";
  height: 12px;
  font-size: 16px;
  color: #000;
}
footer ul.social-links {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  footer ul.social-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer ul.social-links li {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  width: 35px;
}
footer ul.social-links li a {
  height: 16px;
  position: relative;
  display: block;
  font-size: 16px;
}
footer ul.social-links li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  height: 16px;
  background-color: transparent;
  transform: translateY(0px);
  speak: none;
  color: #222;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer ul.social-links li a:hover:before {
  color: #222;
}
footer ul.social-links li a.instagram:before {
  width: 16px;
  content: "\e901";
}
footer ul.social-links li a.facebook:before {
  width: 7px;
  content: "\e903";
}
footer ul.social-links li a.pintrest:before {
  width: 12px;
  content: "\e900";
}
footer ul.social-links li a.youtube:before {
  width: 16px;
  content: "\e907";
}
footer ul.social-links li a.twitter:before {
  width: 16px;
  content: "\e902";
  font-size: 18px;
}
footer .copyright {
  /*text-align: center;*/
  padding: 20px 0;
  color: #333333;
  letter-spacing: 0.4px;
  font-size: 10px;
  /*border-top: solid 1px #3e4140;*/
}
footer .bg-gray {
  background-color: #EBEBEB;
}
@media (max-width: 640px) {
  footer .bg-gray {
    background-color: transparent;
  }
}
footer .bg-gray .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 1440px) {
  footer .bg-gray .container {
    padding: 20px;
  }
}
@media (max-width: 1025px) {
  footer .bg-gray .container {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .bg-gray .container {
    padding: 0px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container {
    flex-direction: column;
  }
}
footer .bg-gray .container .action-btn-div {
  border: 1px solid #3A3A3A;
  font-size: 1.18em;
  line-height: 1.4em;
}
footer .bg-gray .container .action-btn-div a {
  display: block;
  padding: 10px 20px;
}
footer .bg-gray .container .alfa-rewards {
  position: relative;
  padding-left: 95px;
  align-self: center;
}
@media (max-width: 1024px) {
  footer .bg-gray .container .alfa-rewards {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  footer .bg-gray .container .alfa-rewards {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .bg-gray .container .alfa-rewards {
    background: #EBEBEB;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 100px;
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container .alfa-rewards {
    width: 100%;
  }
}
footer .bg-gray .container .alfa-rewards:before {
  content: "";
  position: absolute;
  width: 77px;
  height: 50px;
  background: url(../images/sprite.png) -123px 0;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
@media (max-width: 767px) {
  footer .bg-gray .container .alfa-rewards:before {
    left: 14px;
  }
}
footer .bg-gray .container .alfa-rewards h5 {
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  color: #222;
  font-size: 1.167em;
  margin-bottom: 5px;
  letter-spacing: 1.4px;
}
footer .bg-gray .container .alfa-rewards p {
  font-size: 1.13em;
  color: #222;
  line-height: 20px;
}
@media (max-width: 767px) {
  footer .bg-gray .container .alfa-rewards p {
    font-size: 9px;
    line-height: 1.35em;
  }
}
footer .bg-gray .container .alfa-rewards a.button-2 {
  text-decoration: underline;
}
footer .bg-gray .container .newsletter-footer {
  margin-right: auto;
}
@media (max-width: 1024px) {
  footer .bg-gray .container .newsletter-footer {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  footer .bg-gray .container .newsletter-footer {
    /*flex: 0 0 100%;*/
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer {
    flex: 0 0 100%;
  }
}
footer .bg-gray .container .newsletter-footer .form.subscribe {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer .form.subscribe {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter {
    width: 100%;
  }
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .label {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .control {
  position: relative;
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .control input[type="email"] {
  border: 1px solid #000;
  padding: 9.4px;
  font-size: 13px;
  height: 40px;
  color: #000;
}
footer .bg-gray .container .newsletter-footer .form.subscribe .newsletter .control div.mage-error[generated] {
  position: absolute;
  background: transparent;
  padding: 0;
}
@media (max-width: 640px) {
  footer .bg-gray .container .newsletter-footer .form.subscribe .actions {
    width: 100%;
    margin-top: 30px;
  }
  footer .bg-gray .container .newsletter-footer .form.subscribe .actions .subscribe {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
  }
}
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
}
header .header-mid-section {
  padding: 20px 0;
}
@media (max-width: 1400px) {
  header .header-mid-section {
    padding: 27px 25px;
  }
}
header .header-search-wrapper-mobile {
  display: none;
}
@media (max-width: 1024px) {
  header .header-search-wrapper-mobile {
    display: block;
  }
}
header .header-search-wrapper-mobile div.header-search {
  border-top: solid 1px #dadada;
}
header .header-search-wrapper-mobile div.header-search input[type=text] {
  border: none;
  outline: none;
  padding: 10px;
  font-size: 1.167em;
  width: 90%;
  float: left;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  header .header-search-wrapper-mobile div.header-search input[type=text] {
    padding: 8px 15px;
  }
}
header .header-search-wrapper-mobile div.header-search button {
  background: none;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px 10px;
  font-size: 17px;
  float: right;
  cursor: pointer;
  line-height: normal;
  color: #727272;
  height: 37px;
  font-weight: 400;
  width: 10%;
}
header .header-search-wrapper-mobile div.header-search button:before {
  font-family: 'mycustomfont';
  content: "\e905";
}
header .header-search-wrapper-mobile.hide {
  display: none;
}
.header-mid-section {
  display: flex;
  justify-content: space-between;
}
.header-mid-section .col {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: column;
}
.header-mid-section .col:nth-child(1) {
  width: 35%;
}
.header-mid-section .col:nth-child(2) {
  text-align: center;
  width: 30%;
}
@media (max-width: 767px) {
  .header-mid-section .col:nth-child(2) {
    margin-top: 5px;
  }
}
.header-mid-section .col:nth-child(3) {
  width: 35%;
  padding-top: 14px;
}
.header-mid-section .col.wishlist-div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 16px;
}
.header-mid-section .col.wishlist-div .header-user-links {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .header-mid-section .col.wishlist-div .header-user-links {
    display: none;
  }
}
.header-mid-section .col.wishlist-div .header-user-links > li {
  padding: 5px 0 !important;
  margin-left: 40px;
}
.header-mid-section .col.wishlist-div .language-wrapper li:nth-child(2) {
  padding-top: 5px;
}
@media (max-width: 1024px) {
  .header-mid-section .col.wishlist-div .nav-search-wrapper {
    display: none;
  }
}
.header-mid-section .nav-search-wrapper {
  display: none;
}
.header-mid-section .nav-search-wrapper.show {
  display: block;
}
.header-mid-section .language-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-mid-section .language-wrapper li {
  float: left;
  margin-right: 20px;
  margin: 0;
}
.header-mid-section .language-wrapper li:nth-child(2) {
  padding-left: 20px !important;
  /*border-left: solid 1px #cccccc;*/
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger {
  padding-left: 20px;
  position: relative;
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/sprite.png);
  content: "";
  width: 16px;
  height: 16px;
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger.SAR:before {
  background-position: -38px 0;
}
.header-mid-section .language-wrapper li.country-code .custom-select-trigger.UAE:before {
  background-position: -38px 0;
}
.header-mid-section .language-wrapper li.default {
  padding: 6px 20px 6px 0;
  color: #333333;
  margin-right: 0;
}
.header-mid-section .language-wrapper li.default.sar {
  padding-left: 20px;
  position: relative;
}
.header-mid-section .language-wrapper li.default.sar:before {
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/sprite.png);
  content: "";
  width: 16px;
  height: 16px;
  background-position: -38px 0;
}
.header-mid-section .link.wishlist {
  padding: 4px 0;
}
.header-mid-section .link.wishlist a {
  display: block;
  line-height: normal;
  padding: 0;
}
.header-mid-section .link.wishlist a.wishlist-icon::before {
  content: "\e906";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-mid-section .header-user-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}
.header-mid-section .header-user-links > li {
  margin-left: 20px;
  margin-bottom: 0;
  float: left;
}
@media (max-width: 1400px) {
  .header-mid-section .header-user-links > li {
    margin-left: 10px;
  }
}
.header-mid-section .header-user-links > li.header-search-wrapper {
  margin-left: 0;
}
.header-mid-section .header-user-links > li.header-user-wrapper {
  padding: 7px 0;
  border-right: none;
  margin-top: 0;
  position: relative;
  cursor: pointer;
}
.header-mid-section .header-user-links > li.header-user-wrapper a {
  display: inline-block;
}
.header-mid-section .header-user-links > li.header-user-wrapper a .user-icon {
  display: inline-block;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-name {
  display: inline-block;
  padding-left: 5px;
  text-transform: capitalize;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-name > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 90px;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu {
  right: -15px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #bbb;
  z-index: 9999;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  margin-top: 4px;
  display: none;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu:before {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
  right: 26px;
  top: -12px;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  right: 25px;
  top: -14px;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu.active {
  display: block;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li {
  margin: 0;
  float: none;
  display: block;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li a {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #e2e2e2;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li a:before {
  display: none;
}
.header-mid-section .header-user-links > li.header-user-wrapper .customer-menu li a .counter {
  display: none;
}
.header-mid-section .header-user-links > li.link.wishlist {
  padding: 4px 0;
}
.header-mid-section .header-user-links > li.minicart-wrapper {
  padding: 7px 0;
  margin-left: 20px;
}
@media (max-width: 800px) {
  .header-mid-section .header-user-links > li.minicart-wrapper {
    margin-top: 0;
  }
}
.header-mid-section .header-user-links > li > a {
  display: block;
  line-height: normal;
  padding: 0;
}
.header-mid-section .header-user-links > li > a:before {
  content: "";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #000;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-mid-section .header-user-links > li a.user-icon:before {
  content: "\e907";
}
.header-mid-section .header-user-links > li a.wishlist-icon:before {
  content: "\e906";
}
.header-mid-section .header-user-links > li a.wishlist-icon.active:before {
  content: "\e911";
}
.header-mid-section .header-user-links > li a.cart-icon:before {
  content: "\e904";
  margin: 1px !important;
}
.header-mid-section .header-user-links > li a.cart-icon span.empty {
  /*display:none;*/
}
.header-mid-section .header-user-links > li div.header-search {
  overflow: hidden;
}
.header-mid-section .header-user-links > li div.header-search input[type=text] {
  border: none;
  outline: none;
  padding: 5px 0 5px 10px;
  font-size: 1.167em;
  width: 232px;
  float: left;
  line-height: normal;
  font-weight: 400;
  border-bottom: solid 1px #222222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]::-webkit-input-placeholder {
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
}
.header-mid-section .header-user-links > li div.header-search button {
  background: none;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px 10px;
  font-size: 17px;
  float: right;
  cursor: pointer;
  line-height: normal;
  color: #727272;
  height: 27px;
  font-weight: 400;
}
.header-mid-section .header-user-links > li div.header-search button:before {
  font-family: 'mycustomfont';
  content: "\e905";
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.5s ease;
}
header.fixed-header .header-mid-section {
  padding: 7px 20px;
}
header.fixed-header nav {
  border-bottom: solid 1px #e5e5e5;
}
.top-band {
  /*background: #323433;*/
  background: #000;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0;
  font-size: 1em;
  letter-spacing: 0.26px;
}
@media (max-width: 1024px) {
  .top-band {
    display: none;
  }
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  font-family: 'mycustomfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  top: 0;
  right: 20px;
  color: #333;
  font-size: 7px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 30px;
  outline: none;
}
.select-wrapper select::-ms-expand {
  display: none;
}
/*Mobile Menu*/
body.mmactive {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 9999;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
  padding-bottom: 40px;
}
.sm_menu_outer {
  /*height: calc(~'100% - 60px');*/
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -9;
  width: 85%;
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 112px;
}
.sm_menu_outer .mobile_menu li.back {
  border-bottom: 1px solid #000;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 18px 15px;
  font-weight: 600 !important;
  font-size: 1.083em;
  text-align: center;
  position: relative;
}
.sm_menu_outer .mobile_menu li.back a:before {
  content: "";
  left: 15px;
  top: 43%;
  background-image: url(../images/sprite.png);
  background-position: -89px 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -4px;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  -ms-flex-item-align: center;
  align-self: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none!important;
  font-size: 13px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.sm_menu_outer .mobile_menu a {
  color: #000;
  padding: 15px 35px 15px 15px;
  text-decoration: none;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 40px 10px 20px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu a > span {
  float: right;
  color: #333333;
  font-size: 11px;
  padding-left: 20px;
  position: relative;
}
.sm_menu_outer .mobile_menu a > span.sar:before {
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/sprite.png);
  content: "";
  width: 16px;
  height: 16px;
  background-position: -38px 0;
}
.sm_menu_outer .mobile_menu .submenu {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer .mobile_menu .submenu li {
  transition: all 0.5s ease 0s;
}
.sm_menu_outer .mobile_menu .submenu li > a {
  font-weight: 500;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu .submenu li > a.toggle {
  position: relative;
}
.sm_menu_outer .mobile_menu .submenu li > a.toggle:before {
  content: "";
  right: 15px;
  top: 43%;
  background-image: url(../images/sprite.png);
  background-position: -91px -23px;
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -3px;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  -ms-flex-item-align: center;
  align-self: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none!important;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu .submenu li.active {
  transition: all 0.5s ease 0s;
}
.sm_menu_outer .mobile_menu .submenu li.active > a.toggle:before {
  /*	transform: rotateZ(-180deg);*/
  transform: rotateZ(227deg);
}
.sm_menu_outer .mobile_menu li.active > .submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
  color: #ffffff;
  margin: 0;
}
.sm_menu_outer .mobile_menu li.btn {
  border-bottom: none;
  padding: 0 10px 10px 10px;
  padding: 24px;
}
.sm_menu_outer .mobile_menu li.btn a {
  min-width: 100%;
  padding: 0;
  font-size: 1em;
  line-height: 35px;
  height: 35px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sm_menu_outer .mobile_menu li.btn a {
    width: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    padding: 9px 16px 12px 16px;
    margin: 1px;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    background-color: #fff;
    box-shadow: none;
    color: #222 !important;
    border: solid 1px #222;
    text-transform: capitalize;
  }
}
.sm_menu_outer .mobile_menu li.user-name {
  border-bottom: none;
}
.sm_menu_outer .mobile_menu li.user-name a {
  position: relative;
}
.sm_menu_outer .mobile_menu li.user-name a:before {
  content: "";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "\e906";
  margin-right: 10px;
}
.sm_menu_outer .mobile_menu li.sale a {
  color: #cd1026;
}
.sm_menu_outer .mobile_menu li.hasChild > a {
  position: relative;
}
.sm_menu_outer .mobile_menu li.hasChild > a:before {
  content: "";
  right: 15px;
  top: 40%;
  background-image: url(../images/sprite.png);
  background-position: -97px 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -4px;
  border: solid #222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin: 0 5px;
  -ms-flex-item-align: center;
  align-self: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-image: none!important;
  font-size: 13px;
}
.sm_menu_outer .mobile_menu a.level-top.sale {
  color: #E11F27;
  font-weight: 700;
}
#sm_menu_ham {
  cursor: pointer;
  float: left;
  height: 23px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 19px;
  top: 16px;
  left: 13px;
  z-index: 9999;
}
@media (max-width: 480px) {
  #sm_menu_ham {
    right: 20px;
    top: 45px;
  }
}
@media (max-width: 380px) {
  #sm_menu_ham {
    top: 44px;
  }
}
@media (max-width: 320px) {
  #sm_menu_ham {
    right: 15px;
  }
}
#sm_menu_ham span {
  background-color: #000;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 20px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2) {
  top: 9px;
}
#sm_menu_ham span:nth-child(3) {
  top: 9px;
}
#sm_menu_ham span:nth-child(4) {
  top: 18px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
.sm_menu_outer .mobile_menu .inner {
  display: none;
}
.sm_menu_outer .mobile_menu .inner li {
  border-bottom: none;
}
.sm_menu_outer .mobile_menu .inner li a {
  padding: 12px 15px;
  text-transform: capitalize;
  font-weight: 600;
}
/*Store Locator page start*/
.store_locator {
  margin: 40px auto;
  max-width: 1490px;
  padding: 0 10px;
}
.store_locator .data-wrapper .data-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
}
.store_locator .data-wrapper .data-title h2 {
  font-size: 21px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.store_locator .data-wrapper .data-content {
  margin-top: 30px;
}
.store_locator .data-wrapper .data-content .content-row:before,
.store_locator .data-wrapper .data-content .content-row:after {
  content: '';
  display: table;
  clear: both;
}
.store_locator .data-wrapper .data-content .content-row .store-set {
  float: left;
  width: 33.33%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .store_locator .data-wrapper .data-content .content-row .store-set .image {
    text-align: center;
  }
}
.store_locator .data-wrapper .data-content .content-row .store-set .description {
  margin: -20px 55px 55px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
  padding: 15px 0;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description:hover h4.name:before {
  left: 8px;
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description:hover h4.name:after {
  right: 10px;
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name {
  margin: 0;
  font-size: 12px;
  margin-bottom: 4px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: #000;
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:after {
  content: '\e901';
  right: 18px;
  top: 4px;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7px;
  color: #000;
  position: absolute;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description h4.name a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  color: #333;
  padding-left: 15px;
  padding-right: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description span.place {
  margin: 0;
  font-size: 12px;
  color: #333;
  position: relative;
  display: block;
}
.store_locator .data-wrapper .data-content .content-row .store-set .description span.place a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  color: #333;
  padding-left: 15px;
  padding-right: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
/*Store Locator page end*/
/*Store details page start*/
.store-details {
  margin: 45px auto;
  max-width: 1490px;
  padding: 0 10px;
}
.store-details .data-title h2 {
  font-size: 18px;
  color: #333;
  margin: 0 0 25px;
  text-align: center;
  font-weight: bold;
}
.store-details .store-info .tab-wrapper .tab-names {
  text-align: center;
}
.store-details .store-info .tab-wrapper .tab-names ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.store-details .store-info .tab-wrapper .tab-names ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.store-details .store-info .tab-wrapper .tab-names ul li a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.store-details .store-info .tab-wrapper .tab-names ul li:hover,
.store-details .store-info .tab-wrapper .tab-names ul li.active {
  color: #333;
  transition: all 0.5s;
}
.store-details .store-info .tab-wrapper .tab-names ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "|";
  color: #999999;
}
.store-details .store-info .tab-wrapper .tab-names ul li:first-child {
  padding-left: 0;
}
.store-details .store-info .tab-wrapper .tab-names ul li:last-child {
  padding-right: 0;
}
.store-details .store-info .tab-wrapper .tab-names ul li:last-child:after {
  content: none;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content {
  display: none;
  border-top: 1px solid #999999;
  padding-top: 20px;
  text-align: center;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content.active {
  display: block;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 20px;
  max-height: 500px;
  overflow: hidden;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-prev {
  left: -35px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-next {
  right: -35px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots {
  position: relative;
  top: 0px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li {
  width: auto;
  height: inherit;
  opacity: 1;
  margin: 0;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li button {
  width: 20px;
  height: 4px;
  background: #cbcbcb;
  padding: 0;
  border-radius: 0;
  margin: 0 5px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li button:before,
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li button:after {
  content: none;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-dots li.slick-active button {
  background: #000000;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-main {
  border-top: 1px solid #999999;
  margin-top: 15px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper {
  padding-top: 40px;
  text-align: left;
  max-width: 1304px;
  margin: 0 auto;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map {
  text-align: left;
  float: left;
  width: calc(100% - 700px);
  padding-right: 30px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .store-address {
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings h2 {
  margin-bottom: 4px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table {
  width: auto;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table tr td {
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table tr td:first-child {
  padding-left: 0px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .timings table tr td:last-child {
  padding-right: 0px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
  margin: 4px 0 15px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  margin-bottom: 8px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map a {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-decoration: underline;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .share-direction a {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  position: relative;
  padding-left: 23px;
  margin-right: 25px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .share-direction a:before {
  position: absolute;
  content: "\e920";
  left: 0;
  top: 0;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000;
  transition: all 0.5s;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map .share-direction .share:before {
  content: "\e91f";
  font-size: 14px;
}
.store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
  float: left;
  width: 700px;
}
/*customer-account-logoutsuccess*/
.customer-account-logoutsuccess > .main-page-div > .main-wrapper {
  max-width: 1490px;
  margin: 0 auto;
  padding: 80px 10px;
}
.customer-account-logoutsuccess .page-title-wrapper {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
}
.customer-account-logoutsuccess .page-title-wrapper h1 {
  font-size: 21px;
  margin: 0;
}
.customer-account-logoutsuccess .column.main p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0;
}
/*Store details page end*/
/*Brand Page Start*/
.brand-list-page {
  margin: 0 auto;
  max-width: 1490px;
  padding: 40px 10px;
  padding-top: 0;
}
.brand-list-page .cpage-title h2 {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 28px;
  text-align: center;
  letter-spacing: 1.1px;
}
.brand-list-page .banner-wrapper {
  position: relative;
  margin-bottom: 155px;
}
.common-banner-data {
  background: #ffffff;
  left: 0;
  margin: auto;
  padding: 30px 60px;
  position: absolute;
  right: 0;
  top: calc(100% - 50px);
  width: 80%;
  z-index: 1;
}
.common-banner-data h3 {
  color: #222;
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 24px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.common-banner-data p {
  color: #222;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0 0 15px;
}
.common-banner-data .show-more {
  color: #222;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.common-banner-data .hidden-data {
  display: none;
}
.brand-list-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.brand-list-row .reduce-opacity.open-item {
  opacity: 0.2;
  transition: all 0.4s;
}
.brand-list-row .reduce-opacity.open-item .common-banner-data:after {
  content: '';
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
}
.brand-list-row .col-half {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  min-height: 1px;
  padding: 0 15px;
  margin-bottom: 155px;
  transition: all 0.4s;
}
.brand-list-row .col-half .common-banner-data {
  padding: 25px 40px;
}
.brand-benheart-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-benheart-layout .brand-logo {
  padding: 20px 0;
  text-align: center;
}
.brand-benheart-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-benheart-layout .product-types {
  padding: 30px 0;
  border-bottom: 1px solid #000;
}
.brand-benheart-layout .product-types .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.brand-benheart-layout .product-types .row .col-3 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 10px;
}
.brand-benheart-layout .product-types .data-wrapper {
  position: relative;
  margin-bottom: -80px;
}
.brand-benheart-layout .product-types .data-wrapper .data {
  background: #fff;
  width: 85%;
  padding: 20px 20px 35px;
  position: relative;
  top: -80px;
  text-align: center;
  margin: 0 auto;
}
.brand-benheart-layout .product-types .data-wrapper .data h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.brand-benheart-layout .product-types .data-wrapper .data p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 0 12px;
}
.brand-benheart-layout .product-types .data-wrapper .data .button-2 {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  width: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
.brand-benheart-layout .product-types .data-wrapper .data:hover .button-2 {
  bottom: 20px;
  opacity: 1;
  transition: all 0.4s;
}
.brand-benheart-layout .top-picks {
  margin: 25px 0 60px;
}
.brand-benheart-layout .top-picks .section-title h3 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 18px;
  text-align: center;
  font-weight: bold;
}
.brand-benheart-layout .top-picks .picks-slider {
  /* the parent */
}
.brand-benheart-layout .top-picks .picks-slider .title {
  padding: 20px 5px 0;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}
.brand-benheart-layout .top-picks .picks-slider .slick-slide {
  margin: 0 10px;
}
.brand-benheart-layout .top-picks .picks-slider .slick-list {
  margin: 0 -10px;
}
.brand-eic-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-eic-layout .brand-logo {
  padding: 20px 0;
  text-align: center;
}
.brand-eic-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-eic-layout .eic-banner-slider {
  position: relative;
  margin-bottom: 80px;
}
.brand-eic-layout .eic-banner-slider .slide-data {
  width: 360px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  text-align: center;
}
.brand-eic-layout .eic-banner-slider .slide-data h3 {
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.brand-eic-layout .eic-banner-slider .slide-data p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 20px;
}
.brand-eic-layout .eic-banner-slider .slide-data .shop-btn {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 0 30px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.brand-eic-layout .product-row {
  margin: 0 -23px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.brand-eic-layout .product-row .col-3 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 23px;
  margin: 0 0 80px;
  text-align: center;
}
.brand-eic-layout .product-row .col-3 .wrapper-product {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .image {
  position: relative;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .image:before {
  content: '';
  width: 100px;
  height: 200px;
  background: #000;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .image img {
  position: relative;
  z-index: 2;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  padding-bottom: 15px;
  border-bottom: 5px solid #fff;
  margin: 0 0 18px;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2 {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 52px;
  bottom: -40px;
  opacity: 0;
  transition: all 0.4s;
}
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2:before,
.brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2:after {
  background-color: #fff;
}
.brand-eic-layout .product-row .col-3 .wrapper-product:hover .absolute-data .button-2 {
  bottom: -25px;
  opacity: 1;
  transition: all 0.4s;
}
.brand-eic-layout .product-row .col-3:nth-child(2) .wrapper-product .image:before,
.brand-eic-layout .product-row .col-3:nth-child(5) .wrapper-product .image:before {
  top: auto;
  bottom: -20px;
}
.brand-eic-layout .gift-section {
  padding: 25px 50px;
  border-top: 1px solid #000;
}
.brand-eic-layout .gift-section .title-data {
  max-width: 745px;
  margin: 0 auto;
  text-align: center;
}
.brand-eic-layout .gift-section .title-data h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 8px;
}
.brand-eic-layout .gift-section .title-data p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin: 0 0 25px;
}
.brand-eic-layout .gift-section .gift-row {
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
}
.brand-eic-layout .gift-section .gift-row .col-half {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 35px;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative {
  position: relative;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title {
  margin-top: 20px;
  position: relative;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title .button-1 {
  padding: 0 15px;
  max-width: 170px;
  min-width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title h4 {
  line-height: 48px;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  background: #fff;
  padding-right: 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}
.brand-gentleman-tonic-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-gentleman-tonic-layout .brand-logo {
  padding: 20px 0;
  text-align: center;
}
.brand-gentleman-tonic-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-gentleman-tonic-layout .main-product-container {
  padding: 0 5px;
  margin: 0 -5px;
  margin-bottom: 30px;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  text-align: center;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name {
  position: absolute;
  right: 0;
  padding: 20px;
  background: #fff;
  z-index: 1;
  bottom: 20px;
}
.brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name h2 {
  color: #17233d;
  margin: 0;
  padding: 0;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.brand-gentleman-tonic-layout .best-sellers {
  padding: 0 60px;
  margin-bottom: 25px;
  padding-bottom: 55px;
  border-bottom: 1px solid #000;
}
.brand-gentleman-tonic-layout .best-sellers .title h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 28px;
  text-align: center;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-track {
  display: flex;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-slide {
  position: relative;
  padding-bottom: 52px;
  height: auto;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-prev {
  left: -25px;
}
.brand-gentleman-tonic-layout .best-product-slider .slick-next {
  right: -25px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a {
  display: block;
  height: 100%;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .image {
  display: block;
  border: 1px solid transparent;
  min-height: 100%;
  position: relative;
  text-align: center;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .image img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  height: auto;
  top: 158px;
  transform: translateY(-50%);
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description {
  display: block;
  text-align: left;
  margin-top: 12px;
  position: absolute;
  bottom: 0;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .pname,
.brand-gentleman-tonic-layout .best-product-slider .item a .description .psize,
.brand-gentleman-tonic-layout .best-product-slider .item a .description .price {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 21px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .psize {
  margin-left: 10px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .price {
  display: block;
  font-weight: 600;
  color: #000;
}
.brand-gentleman-tonic-layout .best-product-slider .item a .description .dpercent {
  display: inline-block;
  vertical-align: bottom;
  font-size: 10px;
  line-height: 15px;
}
.brand-gentleman-tonic-layout .best-product-slider .item a:hover .image {
  border: 1px solid #ebebeb;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .collage-products {
  padding: 0 5px;
  margin: 0 -5px;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-height: 1px;
  padding: 0 15px;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .image {
  margin-bottom: 30px;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage {
  position: relative;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid transparent;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data:hover {
  border: 1px solid #555b60;
  transition: all 0.5s;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data:hover .explore-btn {
  opacity: 1;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data h2 {
  font-size: 21px;
  line-height: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data .explore-btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 16px;
  text-decoration: underline;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  max-width: 116px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.89);
  opacity: 0;
  text-align: center;
}
.brand-gentleman-tonic-layout .world-locations {
  border-top: 1px solid #000;
  padding: 30px 5px;
}
.brand-gentleman-tonic-layout .world-locations .title h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  margin: 0 0 25px;
  text-align: center;
}
.brand-gentleman-tonic-layout .world-locations .location-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.brand-gentleman-tonic-layout .world-locations .location-row .col-8 {
  max-width: 12.5%;
  flex: 0 0 12.5%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.brand-gentleman-tonic-layout .world-locations .location-row .col-8 .title h4 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin: 8px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.brand-boggi-layout {
  margin: 0 auto;
  max-width: 1490px;
  padding: 0 10px;
}
.brand-boggi-layout .brand-logo {
  padding: 20px 0 12px;
  text-align: center;
}
.brand-boggi-layout .brand-logo a {
  display: inline-block;
  vertical-align: top;
}
.brand-boggi-layout .milano-banner-slider {
  margin-bottom: 35px;
}
.brand-boggi-layout .season-products .title h2 {
  font-size: 30px;
  line-height: 32px;
  color: #061d3b;
  margin: 0 0 25px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.brand-boggi-layout .season-products .season-products-row {
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
}
.brand-boggi-layout .season-products .season-products-row .col-half {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 35px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper {
  margin: 0 0 17px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data {
  margin: -50px 35px 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px 35px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #17233d;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin: 0 0 14px;
}
.brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data .button-2 {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.brand-boggi-layout .summer-collection {
  margin-top: 25px;
  border-top: 1px solid #000;
  padding: 40px 0;
}
.brand-boggi-layout .summer-collection .product-wrapper {
  position: relative;
}
.brand-boggi-layout .summer-collection .product-wrapper .image {
  position: relative;
}
.brand-boggi-layout .summer-collection .product-wrapper .image .playicon {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.brand-boggi-layout .summer-collection .product-wrapper .data {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  background: #17233d;
  height: 100%;
  z-index: 1;
  border-right: 7px solid #fff;
}
.brand-boggi-layout .summer-collection .product-wrapper .data h2 {
  font-size: 66px;
  font-weight: bold;
  line-height: 84px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  padding-left: 60px;
}
.brand-boggi-layout .summer-collection .product-wrapper .data h2 span {
  font-weight: normal;
}
.brand-boggi-layout .multi-product {
  margin-bottom: 50px;
}
.brand-boggi-layout .multi-product .multi-product-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper {
  position: relative;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data {
  position: absolute;
  left: 0;
  width: 165px;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px 20px;
  z-index: 1;
  background: #fff;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data h2 {
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0 0 4px;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data a {
  font-size: 10px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data:hover {
  background: #17233d;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data:hover h2,
.brand-boggi-layout .multi-product .multi-product-row .col-3 .pwrapper .data:hover a {
  color: #fff;
  transition: all 0.5s;
}
.brand-boggi-layout .multi-product .multi-product-row .col-3:nth-child(even) .pwrapper .data {
  top: auto;
  bottom: 45px;
  transform: none;
}
.cpopup-overlay {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  display: none;
}
.cpopup {
  position: fixed;
  margin: 40px 0;
  max-width: 1470px;
  padding: 25px;
  background: #fff;
  z-index: 12;
  display: none;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}
.cpopup iframe {
  width: 100%;
  height: 60vh;
}
.cpopup .cclose-icon {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  padding: 4px;
  position: absolute;
  top: -10px;
  right: -40px;
}
.cpopup .cclose-icon:before {
  content: "\e918";
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-family: 'mycustomfont';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.hide-overflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*Brand Page Start*/
/*About Us page*/
.aboutus-layout {
  max-width: 1490px;
  padding: 30px 10px 50px;
  margin: 0 auto;
}
.aboutus-layout .about-banner {
  margin-bottom: 30px;
}
.aboutus-layout .about-data {
  margin: 0 40px 40px;
}
.aboutus-layout .our-team {
  margin: 0 60px;
}
.aboutus-layout .our-team .row {
  display: flex;
  flex-wrap: wrap;
}
.aboutus-layout .our-team .row .team-thumb {
  flex: 0 0 60%;
  max-width: 60%;
}
.aboutus-layout .our-team .row .team-thumb .image {
  position: relative;
  background: #e8e8e8;
  padding: 48px 0 26px 67px;
}
.aboutus-layout .our-team .row .team-thumb .image:before {
  content: '';
  height: 100%;
  width: 150px;
  top: 0;
  right: 0;
  background: #fff;
  position: absolute;
}
.aboutus-layout .our-team .row .team-thumb .image img {
  position: relative;
}
.aboutus-layout .our-team .row .team-data {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 95px 20px 0 70px;
}
.aboutus-layout .title h2 {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 24px;
  letter-spacing: 1.51px;
  text-transform: uppercase;
}
.aboutus-layout .data {
  padding: 20px;
}
@media (max-width: 767px) {
  .aboutus-layout .data {
    padding-left: 0;
    padding-right: 0;
  }
}
.aboutus-layout .data p {
  font-size: 13px;
  letter-spacing: 0.39px;
  color: #222;
  line-height: 21px;
  margin: 0 0 0px!important;
}
/*Contact Us*/
.contact-us-layout {
  max-width: 1240px;
  padding: 0px 10px 50px;
  margin: 0 auto;
}
.contact-us-layout .contact-row {
  display: flex;
  flex-wrap: wrap;
}
.contact-us-layout .contact-row .contact-wrapper {
  flex: 0 0 calc(100% - 540px);
  max-width: calc(100% - 540px);
  padding-right: 15%;
  padding-top: 20px;
}
.contact-us-layout .contact-row .contact-wrapper .title h2 {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  margin: 0 0 12px;
}
.contact-us-layout .contact-row .contact-wrapper .data p {
  font-size: 13px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0;
}
.contact-us-layout .contact-row .contact-wrapper .data h4 {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
}
.contact-us-layout .contact-row .contact-wrapper .timing {
  margin-bottom: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .phone {
  display: inline-block;
  vertical-align: top;
  padding: 5px 35px 5px 0;
  border-right: 1px solid #cecece;
  margin-right: 50px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .email {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 24px;
  margin: 0 0 2px;
  letter-spacing: 0.26px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #333333;
  line-height: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a {
  font-size: 14px;
  color: #222;
  letter-spacing: 0.28px;
  line-height: 22px;
}
.contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a.tel {
  font-size: 14px;
}
.contact-us-layout .contact-row .map-wrapper {
  flex: 0 0 540px;
  max-width: 540px;
}
/*Business Page*/
.business-layout {
  max-width: 1490px;
  padding: 30px 10px 45px;
  margin: 0 auto;
}
.business-layout .business-data-wrapper {
  max-width: 80%;
  margin: -100px auto 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 60px;
}
.business-layout .business-data-wrapper > .data {
  margin-bottom: 50px;
}
.business-layout .business-data-wrapper .retail-food-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.business-layout .business-data-wrapper .retail-food-wrapper .retail,
.business-layout .business-data-wrapper .retail-food-wrapper .food {
  flex: 0 0 50%;
  padding: 0 30px;
  max-width: 50%;
}
.business-layout .business-data-wrapper .retail-food-wrapper .retail .title h2,
.business-layout .business-data-wrapper .retail-food-wrapper .food .title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.business-layout .business-data-wrapper .retail-food-wrapper .food .data p {
  margin: 0 0 20px;
}
.business-layout .our-service {
  border-top: 1px solid #999999;
  padding-top: 70px;
}
.business-layout .our-service .row {
  display: flex;
  flex-wrap: wrap;
}
.business-layout .our-service .row .service-thumb {
  flex: 0 0 60%;
  max-width: 60%;
}
.business-layout .our-service .row .service-thumb .image {
  position: relative;
  background: #ededed;
  padding: 80px 0 26px 55px;
}
.business-layout .our-service .row .service-thumb .image:before {
  content: '';
  height: 100%;
  width: 110px;
  top: 0;
  right: 0;
  background: #fff;
  position: absolute;
}
.business-layout .our-service .row .service-thumb .image img {
  position: relative;
}
.business-layout .our-service .row .service-data {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 75px 20px 0 70px;
}
.business-layout .title h2 {
  font-size: 18px;
  line-height: 24px;
  color: #222;
  margin: 0 0 12px;
  font-weight: 700;
}
.business-layout .data p {
  font-size: 14px;
  line-height: 22px;
  color: #222;
  margin: 0;
  letter-spacing: 1px;
}
body.account .language-wrapper {
  margin: inherit;
}
.cc-banner.cc-bottom {
  background: #000 !important;
}
.cc-banner.cc-bottom .cc-btn:last-child {
  background: #fff !important;
  color: #000 !important;
  box-shadow: #000 0 0px 0px 2px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  max-width: 200px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.333em;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  border: 0;
}
.cc-animate.cc-revoke.cc-bottom {
  display: none !important;
}
.cc-revoke.cc-bottom {
  font-size: 12px !important;
}
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.job-index-apply .career-wrapper h2 {
  padding: 20px;
}
.customer-account-createpassword .column.main {
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 30px;
}
.customer-account-createpassword .column.main .page-title {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 1.333em;
  margin-bottom: 15px;
}
.customer-account-createpassword .column.main .fieldset > .field {
  margin: 0 0 20px;
}
.customer-account-createpassword .column.main .fieldset > .field:not(.choice) > .label {
  display: block;
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 1.167em;
  text-align: left;
  font-weight: normal;
}
.customer-account-createpassword .column.main .fieldset > .field:not(.choice) .control .input-text {
  border: solid 1px #e4e4e4;
}
.customer-account-createpassword .column.main .actions-toolbar {
  margin: 0 0 20px 0 !important;
}
.customer-account-createpassword .column.main .actions-toolbar .primary {
  width: 100%;
}
.customer-account-createpassword .column.main .actions-toolbar .action.submit.primary {
  color: #ffffff !important;
  box-shadow: #000000 0 0px 0px 40px inset;
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  min-width: 180px;
  /*max-width: 200px;*/
  max-width: 100%;
  width: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.111em;
  font-weight: 600;
  letter-spacing: 1.3px;
  cursor: pointer;
  height: 40px;
  border: 0;
}
.customer-account-createpassword .forget-password-wrapper {
  margin-top: 0;
}
.mpbrand-index-index .brand-mix-container .product-item-link {
  display: inline-block;
}
@media (min-width: 1024px) {
  #sm_menu_ham {
    display: none;
  }
  .sm_menu_outer {
    display: none;
  }
}
@media (max-width: 1440px) {
  .brand-boggi-layout .season-products .season-products-row {
    margin: 0;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(odd) {
    padding-left: 0px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(even) {
    padding-right: 0px;
  }
  .cpopup {
    width: 80%;
  }
  .brand-gentleman-tonic-layout .main-product-container,
  .brand-gentleman-tonic-layout .collage-products {
    padding: 0;
    margin: 0;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row,
  .brand-gentleman-tonic-layout .collage-products .collage-products-row {
    margin: 0;
  }
  .brand-eic-layout .product-row {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .brand-gentleman-tonic-layout .main-product-container {
    margin-bottom: 30px;
  }
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-prev {
    left: -20px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper .slick-next {
    right: -20px;
  }
}
@media (max-width: 1366px) {
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    font-size: 54px;
    line-height: 72px;
  }
  .brand-list-row .col-half .common-banner-data {
    padding: 25px 30px;
  }
  .brand-list-row .col-half .common-banner-data br {
    display: none;
  }
}
@media (max-width: 1286px) {
  .header-mid-section .header-user-links li div.header-search input[type=text] {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .contact-us-layout .contact-row .contact-wrapper {
    padding-right: 15px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .phone {
    padding: 5px 15px 5px 0;
    margin-right: 20px;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    font-size: 45px;
    line-height: 56px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data h2 {
    font-size: 14px;
    line-height: 11px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data {
    border-color: #555b60;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data .explore-btn {
    opacity: 1;
  }
  .common-banner-data {
    width: 90%;
    padding: 30px 45px;
  }
  .brand-list-row .col-half {
    margin-bottom: 175px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map p {
    line-height: 22px;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:before,
  .store_locator .data-wrapper .data-content .content-row .store-set .description h4.name:after {
    content: none;
  }
  footer {
    padding-top: 0;
  }
  footer .container {
    max-width: 100%;
    padding: 0;
  }
  footer .footer_links {
    margin-bottom: 0;
  }
  footer .footer_links > li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  footer .footer_links > li h6 {
    margin-bottom: 0;
    padding: 20px 15px;
    border-top: solid 1px #ebebeb;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 13px;
  }
  footer .footer_links > li h6:before {
    /*	position: absolute;
					    content: "+";
					    right: 15px;
					    top: 10px;
					    font-size: 30px;
					    color:#666666;*/
    margin-left: auto;
    content: " ";
    width: 15px;
    height: 1px ;
    background: #888;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer_links > li h6:after {
    content: " ";
    height: 15px;
    width: 1.5px;
    background: #888;
    position: absolute;
    right: calc(20px + (13.5px / 2));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .footer_links > li h6.open_foot:before {
    /*content: "-";
						    font-size: 40px;
						    top:2px;
						    right:20px;*/
  }
  footer .footer_links > li h6.open_foot:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%) rotate(90deg);
    background: #222;
  }
  footer .footer_links > li ul {
    display: none;
    padding: 5px 15px;
  }
  footer .footer_links > li ul li ul.social-links {
    display: block;
    margin-top: 10px;
    padding-left: 0;
  }
  footer .footer_links > li ul li ul.social-links li {
    width: 40px;
  }
  footer .footer_links > li:first-child h6 {
    border-top: none;
  }
  footer .copyright {
    padding: 15px 0 45px;
  }
  header .header-mid-section {
    padding: 10px 20px;
  }
  header .header-mid-section .language-wrapper {
    display: none;
  }
  header .header-mid-section .header-user-links .header-search-wrapper {
    /*display:none;*/
  }
  header .header-mid-section .header-user-links .header-user-wrapper {
    display: none;
  }
  header .header-mid-section .header-user-links li a:before {
    font-size: 18px;
  }
  header .header-mid-section .nav-search-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  header .header-mid-section .nav-search-wrapper li {
    float: left;
    margin: 0 0 0 40px;
  }
  header .header-mid-section .nav-search-wrapper li a {
    display: block;
    line-height: normal;
    padding: 0;
  }
  header .header-mid-section .nav-search-wrapper li a:before {
    content: "";
    left: 0;
    top: 0;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #000;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .header-mid-section .nav-search-wrapper li a.search-icon-mobile:before {
    content: "\e905";
    font-size: 18px;
  }
  header .header-mid-section .nav-search-wrapper li a#menutoggle:before {
    content: "\e912";
  }
  .header-mid-section .col:nth-child(1) {
    width: 33.33%;
  }
  .header-mid-section .col:nth-child(2) {
    width: 33.33%;
  }
  .header-mid-section .col:nth-child(3) {
    width: 33.33%;
  }
  header {
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: none;
  }
  body {
    padding-top: 88px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  footer .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  header .header-mid-section {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) and (max-width: 320px) {
  header .header-mid-section {
    padding: 10px 10px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .header-mid-section .col:nth-child(2) {
    width: 80%;
  }
}
/*header animation test*/
@media (min-width: 1025px) {
  .header-mid-section .col:nth-child(2) {
    width: 30%;
    min-width: 30%;
    text-align: center;
  }
  .header-mid-section .col:nth-child(2) strong,
  .header-mid-section .col:nth-child(2) a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    min-width: 147px;
    margin: 0 auto;
    transition: all 0.5s ease;
  }
  .fixed-header .header-mid-section .col:nth-child(2) strong,
  .fixed-header .header-mid-section .col:nth-child(2) a {
    width: 100%;
    min-width: 36px;
    position: relative;
    overflow: visible;
    transition: all 0.5s ease;
    /*min-height: 32px;*/
    margin: 0 auto;
  }
  .fixed-header .header-mid-section .col:nth-child(2) img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*min-width: 147px;*/
  }
  ul.nav-search-wrapper.clearfix li {
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  .header-mid-section .col:nth-child(2) {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .business-layout .business-data-wrapper {
    max-width: 90%;
    padding: 25px;
    margin: -30px auto 0;
  }
  .business-layout .business-data-wrapper > .data {
    margin-bottom: 30px;
  }
  .business-layout .our-service .row .service-data {
    padding: 10px 0 10px 10px;
  }
  .contact-us-layout .contact-row .contact-wrapper,
  .contact-us-layout .contact-row .map-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-us-layout .contact-row .map-wrapper {
    margin-top: 20px;
  }
  .aboutus-layout .our-team .row .team-data {
    flex: 0 0 40%;
    padding: 20px 0 0 20px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(odd) {
    padding-right: 10px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(even) {
    padding-left: 10px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data {
    margin: -50px 15px 0;
    padding: 25px;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    font-size: 35px;
    line-height: 48px;
    padding-left: 25px;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name {
    padding: 15px;
    bottom: 10px;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name h2 {
    font-size: 18px;
  }
  .brand-gentleman-tonic-layout .best-product-slider .item a .image {
    border-color: #ebebeb;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage .collage-data h2 {
    font-size: 12px;
    line-height: 10px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 {
    padding: 0 5px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .image {
    margin-bottom: 15px;
  }
  .brand-gentleman-tonic-layout .world-locations .location-row .col-8 .title h4 {
    font-size: 9px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data {
    width: 240px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
  }
  .brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data h3 {
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .brand-eic-layout .product-row .col-3 .wrapper-product .absolute-data .button-2 {
    opacity: 1;
    bottom: -25px;
  }
  .brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title h4 {
    font-size: 13px;
    line-height: 35px;
  }
  .brand-eic-layout .gift-section .gift-row .col-half .wrap-relative .data-title .button-1 {
    height: 35px;
    line-height: 35px;
    max-width: 120px;
    min-width: 120px;
    font-size: 12px;
  }
  .common-banner-data {
    padding: 20px 30px;
  }
  .common-banner-data h3 {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .brand-list-row .col-half .common-banner-data {
    padding: 15px 25px;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set {
    width: 50%;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .timings-map,
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
    width: 100%;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
    margin-top: 30px;
  }
  .brand-benheart-layout .product-types .data-wrapper {
    margin-bottom: -45px;
  }
  .brand-benheart-layout .product-types .data-wrapper .data {
    top: -45px;
  }
  .brand-benheart-layout .product-types .data-wrapper .data h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 4px;
  }
  .brand-benheart-layout .product-types .data-wrapper .data .button-2 {
    opacity: 1;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  #algolia_instant_selector #refine-toggle:before {
    /*       width: 18px;
    height: 18px;
    font-family: 'mycustomfont';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    color: #666;
    display: block;
    content: "\e90a";
    right: 10px;
    top: 50%;
    margin-top: -9px;
    position: absolute;*/
    position: absolute;
    right: 20px;
    top: 14px !important;
    background-image: url(../images/chevron-right-light.svg);
    content: "";
    width: 16px;
    height: 16px;
    left: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    margin: 5px;
  }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    max-width: 80%!important;
  }
  .fotorama__wrap {
    padding: 0 0px!important;
  }
  .header-mid-section .header-user-links > li > a.action.cart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .page-with-filter.show-filters .top_bar.responsive_display {
    display: none;
  }
  .control.captcha-image .captcha-img {
    display: inline-block !important;
  }
  .business-layout .business-data-wrapper {
    padding: 0;
    margin: 10px auto 0;
    max-width: 100%;
  }
  .business-layout .title h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 4px;
  }
  .business-layout .data p {
    font-size: 13px;
    line-height: 18px;
  }
  .business-layout .business-data-wrapper > .data {
    margin-bottom: 15px;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper {
    margin: 0;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper .retail,
  .business-layout .business-data-wrapper .retail-food-wrapper .food {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper .food .data p {
    margin: 0 0 4px;
  }
  .business-layout .business-data-wrapper .retail-food-wrapper .food {
    margin: 15px 0;
  }
  .business-layout .our-service {
    padding-top: 20px;
  }
  .business-layout .our-service .row .service-thumb,
  .business-layout .our-service .row .service-data {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  .business-layout .our-service .row .service-thumb .image {
    padding: 10px;
  }
  .business-layout {
    padding: 20px 10px 25px;
  }
  .contact-us-layout .contact-row .contact-wrapper {
    padding: 0;
  }
  .contact-us-layout {
    padding: 20px 10px 30px;
  }
  .contact-us-layout .contact-row .contact-wrapper .title h2 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 8px;
  }
  .contact-us-layout .contact-row .contact-wrapper .data p {
    font-size: 13px;
    line-height: 18px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .phone,
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper .email {
    padding: 5px 0;
    display: block;
    margin-right: 0;
    border-right: 0;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-us-layout .contact-row .map-wrapper iframe {
    height: 240px;
  }
  .contact-us-layout .contact-row .contact-wrapper .timing,
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper {
    margin-bottom: 12px;
  }
  .contact-us-layout .contact-row .contact-wrapper .data h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p,
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a {
    font-size: 13px;
    line-height: 19px;
  }
  .contact-us-layout .contact-row .contact-wrapper .phone-email-wrapper p a.tel {
    font-size: 12px;
  }
  .aboutus-layout .about-data {
    margin: 0 0 20px;
  }
  .aboutus-layout .our-team {
    margin: 0;
  }
  .aboutus-layout .our-team .row .team-thumb {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .aboutus-layout .our-team .row .team-thumb .image {
    padding: 10px;
  }
  .aboutus-layout .our-team .row .team-data {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px 0;
  }
  .aboutus-layout .title h2 {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 22px;
  }
  .aboutus-layout .data p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 12px;
  }
  .aboutus-layout {
    padding: 20px 10px 10px;
  }
  .aboutus-layout .about-banner {
    margin-bottom: 15px;
  }
  .brand-boggi-layout .milano-banner-slider {
    margin-bottom: 20px;
  }
  .brand-boggi-layout .milano-banner-slider .slick-arrow {
    margin-top: 0;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data {
    margin: -25px 10px 0;
    padding: 15px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper .data p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half .season-product-wrapper {
    margin: 0 0 8px;
  }
  .brand-boggi-layout .summer-collection {
    margin-top: 0px;
    padding: 20px 0;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data {
    position: static;
    transform: none;
    padding: 10px;
    width: 100%;
    border: 0;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .data h2 {
    position: static;
    transform: none;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .brand-boggi-layout .summer-collection .product-wrapper .image .playicon {
    left: 50%;
  }
  .brand-boggi-layout .multi-product {
    margin-bottom: 25px;
  }
  .brand-boggi-layout .multi-product .multi-product-row {
    margin: 0;
  }
  .brand-boggi-layout .multi-product .multi-product-row .col-3 {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .cpopup {
    width: 80%;
    padding: 10px;
  }
  .cpopup iframe {
    height: 200px;
  }
  .brand-boggi-layout .season-products .title h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 12px;
  }
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(odd),
  .brand-boggi-layout .season-products .season-products-row .col-half:nth-child(even) {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half .product-wrapper .title-name {
    display: none;
  }
  .brand-gentleman-tonic-layout .main-product-container .main-product-row .col-half:last-child {
    margin-bottom: 0;
  }
  .brand-gentleman-tonic-layout .best-sellers {
    padding: 0 0 10px;
  }
  .brand-gentleman-tonic-layout .best-sellers {
    margin-bottom: 20px;
  }
  .brand-gentleman-tonic-layout .best-sellers .title h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4:last-child {
    margin-bottom: 0;
  }
  .brand-gentleman-tonic-layout .best-product-slider .slick-next {
    right: 25px;
  }
  .brand-gentleman-tonic-layout .best-product-slider .slick-prev {
    left: 25px;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .image {
    margin-bottom: 0;
  }
  .brand-gentleman-tonic-layout .collage-products .collage-products-row .col-4 .product-collage + .product-collage {
    margin-top: 10px;
  }
  .brand-gentleman-tonic-layout .world-locations {
    padding: 25px 5px;
  }
  .brand-gentleman-tonic-layout .world-locations .title h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px;
  }
  .brand-gentleman-tonic-layout .world-locations .location-row .col-8 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .brand-gentleman-tonic-layout .world-locations .location-row .col-8 .title h4 {
    font-size: 12px;
  }
  .brand-eic-layout .product-row {
    margin: 0;
    padding: 0 20px;
  }
  .brand-eic-layout .product-row .col-3 {
    padding: 0;
    margin: 0 0 40px;
  }
  .brand-eic-layout .product-row .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brand-eic-layout .gift-section {
    padding: 25px 0;
  }
  .brand-eic-layout .gift-section .gift-row {
    margin: 0;
  }
  .brand-eic-layout .gift-section .gift-row .col-half {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .brand-eic-layout .gift-section .title-data h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    transform: none;
    margin-top: 10px;
    background: #000;
    padding: 10px;
  }
  .brand-eic-layout .eic-banner-slider {
    margin-bottom: 50px;
  }
  .brand-eic-layout .eic-banner-slider .slide-data .shop-btn {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .benheart-banner-slider .slick-arrow {
    margin-top: 0;
  }
  .benheart-banner-slider .slick-prev {
    left: 5px;
  }
  .benheart-banner-slider .slick-next {
    right: 5px;
  }
  .brand-benheart-layout .product-types {
    padding: 15px 0;
  }
  .brand-benheart-layout .product-types .row {
    margin: 0;
  }
  .brand-benheart-layout .product-types .row .col-3 {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .brand-benheart-layout .top-picks {
    margin-bottom: 35px;
  }
  .brand-benheart-layout .top-picks .section-title h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .brand-benheart-layout .top-picks .picks-slider .title {
    padding: 12px 5px 0;
    font-size: 14px;
  }
  .common-banner-data h3 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px;
  }
  .common-banner-data p {
    font-size: 12px;
  }
  .common-banner-data,
  .brand-list-row .col-half .common-banner-data {
    padding: 10px 15px;
    position: relative;
    bottom: auto;
    top: -20px;
  }
  .brand-list-row {
    margin: 0;
  }
  .brand-list-row .col-half {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0px;
    padding: 0px;
  }
  .brand-list-page {
    padding: 25px 10px;
  }
  .brand-list-page .banner-wrapper {
    margin-bottom: 0px;
  }
  .brand-list-page .cpage-title h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px;
  }
  .store-details .store-info .tab-wrapper .tab-names ul li {
    display: block;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .store-details .store-info .tab-wrapper .tab-names ul li:after {
    content: none;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .store-slider-wrapper {
    max-height: 200px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper {
    padding-top: 20px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map {
    margin-top: 10px;
  }
  .store-details .store-info .tab-wrapper .tab-data .tab-content .timings-map-wrapper .map iframe {
    width: 100%;
    height: 280px;
  }
  .store-details {
    margin: 30px auto;
  }
  .checkout-onepage-success > .main-page-div > .main-wrapper,
  .hyperpay-index-status > .main-page-div > .main-wrapper {
    padding: 40px 10px;
  }
  /*customer-account-logoutsuccess*/
  .customer-account-logoutsuccess > .main-page-div > .main-wrapper {
    max-width: 1490px;
    margin: 0 auto;
    padding: 40px 10px;
  }
  .customer-account-logoutsuccess .page-title-wrapper {
    margin: 0;
  }
  .customer-account-logoutsuccess .page-title-wrapper h1 {
    font-size: 18px;
    margin: 0;
  }
  .customer-account-logoutsuccess .column.main p {
    font-size: 14px;
    line-height: 20px;
  }
  .checkout-success h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .checkout-success .custom-title + p {
    font-size: 16px;
    line-height: 21px;
  }
  .checkout-success .custom-title + p .order-number,
  .checkout-success .custom-title + p span {
    font-size: 13px;
  }
  .checkout-success .custom-title {
    margin-bottom: 25px;
  }
  .checkout-success p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 4px;
  }
  .checkout-success .actions-toolbar {
    margin-top: 10px;
  }
  .checkout-success .actions-toolbar .button-3 {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .guest-success {
    margin-top: 30px;
    padding-top: 30px;
  }
  .guest-success p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 2px;
  }
  .guest-success .btn-wrapper {
    margin-top: 12px;
  }
  .guest-success .btn-wrapper .button-1 {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .store_locator {
    margin: 30px auto;
  }
  .store_locator .data-wrapper .data-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
  }
  .store_locator .data-wrapper .data-title h2 {
    font-size: 14px;
  }
  .store_locator .data-wrapper .data-content {
    margin-top: 20px;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set {
    width: 100%;
    padding: 0;
  }
  .store_locator .data-wrapper .data-content .content-row .store-set .description {
    margin: -20px 55px 20px;
  }
  .cc-banner.cc-bottom .cc-btn:last-child {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}
@media (max-width: 640px) {
  header .header-mid-section .header-user-links li a:before {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .header-mid-section .header-user-links > li {
    margin-left: 15px;
  }
}
.navBrandsImgContainer {
  float: right;
}
.page-not-found .goTotHome {
  display: inline-block;
  margin: 20px 0;
}
/*chirag award css 13-02-2020*/
.award-list-page .w-100 {
  width: 100%;
}
.award-list-page .banner-wrapper {
  margin-bottom: 190px;
}
.award-list-page h3 {
  font-size: 21px;
  color: #000;
}
.award-list-page p {
  font-size: 14px;
  color: #333;
  line-height: 21px;
}
.award-list-page .cpage-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.award-list-page .cpage-title h3 {
  font-size: 21px;
  font-weight: 400;
  margin-top: 10px;
}
.award-list-page .common-banner-data {
  padding-top: 30px;
  padding-bottom: 30px;
}
.award-list-page .common-banner-data h3 {
  position: relative;
}
.award-list-page .common-banner-data h3:before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  height: 21px;
  width: 3px;
  background: #000;
}
.award-list-page .black-banner {
  background: #000;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
}
.award-list-page .black-banner h3 {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
}
.award-list-page .black-banner h2 {
  font-size: 34px;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.award-list-page .reward-program {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.award-list-page .reward-program .list {
  width: 50%;
  display: flex;
  padding: 50px 25px;
  align-items: center;
}
.award-list-page .reward-program .list .number {
  font-size: 39px;
  color: #000;
  font-style: italic;
  font-weight: 700;
  margin-right: 40px;
}
.award-list-page .reward-program .list p {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  width: 80%;
}
.award-list-page .reward-program .list p.w-55 {
  width: 65%;
}
.award-list-page .tiers-benefit {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.award-list-page .tiers-benefit .center {
  text-align: center;
}
.award-list-page .tiers-benefit h3 {
  margin-bottom: 10px;
}
.award-list-page .tiers-benefit .flex {
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  align-items: center;
}
.award-list-page .tiers-benefit .flex .media {
  width: 50%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.award-list-page .tiers-benefit .flex .desc {
  width: 50%;
}
.award-list-page .tiers-benefit .flex .desc li {
  margin-bottom: 25px;
}
.award-list-page .tiers-benefit .flex .desc h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.award-list-page .tiers-benefit .flex .desc p strong {
  color: #000;
  font-weight: 400;
}
.award-list-page .center {
  text-align: center;
}
.award-list-page .additional-privileges {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.award-list-page .additional-privileges h3 {
  margin-bottom: 10px;
}
.award-list-page .additional-privileges .privileges-list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.award-list-page .additional-privileges .privileges-list li {
  width: 24%;
  display: flex;
  padding: 15px;
  background-color: #f7f7f7;
}
.award-list-page .additional-privileges .privileges-list li img {
  margin-right: 30px;
}
.award-list-page .additional-privileges .privileges-list li h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 21px;
}
.award-list-page .additional-privileges .banner-wrapper {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #ccc;
}
.award-list-page .participate-store {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.award-list-page .participate-store .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.award-list-page .participate-store .logos li {
  padding: 20px 40px;
}
.award-list-page .register-award {
  display: flex;
  padding: 20px 0px 20px;
  border-top: 1px solid #000;
  margin-top: 30px;
}
.award-list-page .register-award .media {
  margin-right: 20px;
}
.award-list-page .register-award h4 {
  color: #000;
  font-size: 16px;
}
.award-list-page .register-award p {
  font-size: 16px;
  margin-top: 5px;
}
.award-list-page .register-award p strong {
  text-transform: uppercase;
}
.award-list-page .register-award p a {
  text-decoration: underline;
}
.award-list-page .register-award .b-left {
  position: relative;
}
.award-list-page .register-award .b-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background: #cbcbcb;
  width: 1px;
  height: 100%;
}
.award-list-page .register-award .form {
  position: relative;
}
.award-list-page .register-award .field input {
  border: 1px solid #999999;
  text-transform: uppercase;
  padding-right: 180px;
}
.award-list-page .register-award .field input::-webkit-input-placeholder {
  font-weight: 300;
}
.award-list-page .register-award .field input:-ms-input-placeholder {
  font-weight: 300;
}
.award-list-page .register-award .field input::placeholder {
  font-weight: 300;
}
.award-list-page .register-award .label {
  margin-bottom: 10px;
}
.award-list-page .register-award .actions {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 39px;
}
.award-list-page .col-50 {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.award-list-page .flex {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .brand-list-page.award-list-page {
    width: 100%;
  }
  .award-list-page .black-banner h2 {
    font-size: 28px;
  }
  .award-list-page .black-banner h3 {
    font-size: 18px;
  }
  .award-list-page .reward-program {
    width: 100%;
  }
  .award-list-page .reward-program .list {
    padding: 30px;
  }
  .award-list-page .reward-program .list p.w-55 {
    width: 100%;
  }
  .award-list-page .tiers-benefit {
    width: 100%;
  }
  .award-list-page .additional-privileges .privileges-list li h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .award-list-page .register-award h4 {
    font-size: 14px;
  }
  .award-list-page .register-award p {
    font-size: 14px;
  }
  .award-list-page .cpage-title h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .award-list-page h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .award-list-page .common-banner-data {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .award-list-page .black-banner h2 {
    font-size: 24px;
  }
  .award-list-page .reward-program .list {
    padding: 30px 15px 20px;
  }
  .award-list-page .black-banner h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .award-list-page .reward-program .list .number {
    margin-right: 15px;
  }
  .award-list-page .additional-privileges .privileges-list li {
    padding: 15px 10px;
    align-items: center;
  }
  .award-list-page .additional-privileges .privileges-list li img {
    margin-right: 10px;
  }
  .award-list-page .additional-privileges .privileges-list li h4 {
    font-size: 14px;
  }
  .award-list-page .col-50 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-list-page .register-award {
    flex-wrap: wrap;
  }
  .award-list-page .register-award .b-left:before {
    display: none;
  }
  .award-list-page .cpage-title h3 {
    font-size: 16px;
  }
  .award-list-page h3 {
    font-size: 16px;
  }
  .award-list-page .black-banner h2 {
    font-size: 21px;
    margin-top: 10px;
  }
  .award-list-page .reward-program .list .number {
    font-size: 30px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .fotorama__stage {
    max-height: 600px;
  }
  .fotorama--fullscreen .fotorama__thumb {
    min-width: auto;
  }
  .fotorama--fullscreen .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    min-width: auto;
  }
  .fotorama__nav--dots .fotorama__nav__frame--thumb {
    display: inline-block !important;
  }
  .award-list-page .banner-wrapper {
    margin-bottom: 00px;
  }
  .award-list-page .common-banner-data {
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-list-page .black-banner h2 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .award-list-page .award-list-page h3 {
    /*font-size: 14px;*/
  }
  .award-list-page .reward-program {
    flex-wrap: wrap;
  }
  .award-list-page .reward-program .list {
    width: 100%;
    padding: 15px 0px 10px;
  }
  .award-list-page .reward-program .list .number {
    font-size: 26px;
  }
  .award-list-page .tiers-benefit {
    padding-top: 20px;
  }
  .award-list-page .tiers-benefit .flex {
    flex-wrap: wrap;
  }
  .award-list-page .tiers-benefit .flex .media {
    width: 100%;
    margin-bottom: 20px;
  }
  .award-list-page .tiers-benefit .flex .desc {
    width: 100%;
  }
  .award-list-page .tiers-benefit .flex .desc h4 {
    font-size: 16px;
  }
  .award-list-page .additional-privileges .privileges-list {
    flex-wrap: wrap;
  }
  .award-list-page .additional-privileges .privileges-list li {
    width: calc(50% - 5px);
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 0px;
  }
  .award-list-page .participate-store .logos li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-list-page .register-award .field .action {
    position: relative;
    margin-top: 10px;
  }
  .award-list-page .register-award .field input {
    padding-right: 15px;
  }
  .award-list-page .register-award .actions {
    position: relative;
    top: 15px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 0;
  }
  .award-list-page .black-banner h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .award-list-page .banner-wrapper {
    margin-bottom: 260px;
  }
}
@media screen and (max-width: 480px) {
  .award-list-page .banner-wrapper {
    margin-bottom: 00px;
  }
  .award-list-page .black-banner h2 {
    font-size: 16px;
  }
  .award-list-page .additional-privileges .privileges-list li h4 {
    font-size: 12px;
  }
  .award-list-page a.button-1 {
    line-height: 40px;
  }
  .award-list-page .additional-privileges .banner-wrapper {
    margin-bottom: 00px;
  }
}
@media screen and (max-width: 370px) {
  .award-list-page .banner-wrapper {
    margin-bottom: 00px;
  }
}
/*14/02/2020*/
.aramex-trackingshipment-index .columns .main form {
  margin-top: 20px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .aramex-trackingshipment-index .columns .main form {
    width: 100%;
  }
}
.sales-order-invoice .page-title-wrapper .order-date {
  margin-top: 0;
}
.order-links .item {
  padding: 8px 10px;
}
.order-links .item.current {
  background: #d3d3d3bd;
}
.order-details-items .order-title > strong {
  margin-right: 10px;
}
.order-details-items .order-title a {
  text-decoration: underline;
}
.order-details-items.shipments .actions-toolbar {
  padding-left: 10px;
  padding-top: 10px;
}
.order-details-items.shipments .actions-toolbar .action {
  padding-right: 15px;
  text-decoration: underline;
}
.order-details-items.shipments .allTracks {
  padding: 10px;
}
.order-details-items.shipments .allTracks .active {
  padding: 15px;
  box-shadow: 2px 1px 6px #ccc;
}
@media (max-width: 767px) {
  .order-details-items.shipments .allTracks .active {
    width: 100%;
  }
}
.order-details-items.shipments .allTracks .active div {
  padding: 10px 0;
  font-weight: 700;
}
.order-details-items.shipments .allTracks .active div span {
  font-weight: 400;
  display: inline-block;
  padding-right: 5px;
}
@media (min-width: 767px) {
  .order-details-items.shipments .allTracks .active div span {
    min-width: 130px;
  }
}
/*17-02-2020*/
.loyalty-page .table-repsonsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.toyalty-table table th {
  background: #f0f0f0;
  height: 41px;
  vertical-align: middle;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #cbcbcb;
  text-transform: uppercase;
  font-size: 16px;
}
.toyalty-table table th:not(:first-child),
.toyalty-table table td:not(:first-child) {
  text-align: center;
}
.toyalty-table table td {
  border-bottom: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  vertical-align: middle;
  height: 41px;
  color: #222;
  font-size: 14px;
  line-height: 18px;
}
.toyalty-table table th:last-child,
.toyalty-table table td:last-child {
  border-right: 0;
}
.toyalty-table table td .correct {
  color: #cccccc;
  font-size: 20px;
}
.toyalty-table.tair_1 tr td:nth-child(2) .correct,
.toyalty-table.tair_2 tr td:nth-child(3) .correct,
.toyalty-table.tair_3 tr td:nth-child(4) .correct,
.toyalty-table.tair_4 tr td:nth-child(5) .correct {
  color: #333;
}
.toyalty-table.tair_1 tr th:nth-child(2) {
  background: #333;
  color: #fff;
}
.tier_title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.tier_msg_title {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #999999;
  font-size: 16px;
}
.tier_msg_title strong {
  font-weight: 600;
}
/*17/02/2020*/
.loyalty-page .media {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.loyalty-page .media p {
  margin: 5px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.03em;
}
.loyalty-page .product.data.items > .item.title {
  margin-right: 0;
}
.loyalty-page .product.data.items > .item.title .switch {
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size: 16px;
  line-height: 18px;
  color: #666666;
  font-weight: 500;
  text-align: center;
  background: #fff;
  letter-spacing: 1px;
}
.loyalty-page .product.data.items > .item.title.active > .switch,
.loyalty-page .product.data.items > .item.title.active > .switch:focus,
.loyalty-page .product.data.items > .item.title.active > .switch:hover {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  background: #000;
  border-color: #000;
  position: relative;
}
.loyalty-page .product.data.items > .item.title.active > .switch:before {
  position: absolute;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  bottom: -8px;
  left: 50%;
  margin-left: -3px;
}
.loyalty-page .icon {
  display: inline-block;
}
.loyalty-page .bg-beauty_dept {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -10px -10px;
}
.loyalty-page .bg-discount {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -65px -10px;
}
.loyalty-page .bg-express_aleration {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -10px -65px;
}
.loyalty-page .bg-foodhall {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -65px -65px;
}
.loyalty-page .bg-makeover {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -120px -10px;
}
.loyalty-page .bg-sale_access {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -120px -65px;
}
.loyalty-page .bg-sales_preview {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -10px -120px;
}
.loyalty-page .bg-upgrade_gift {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -65px -120px;
}
.loyalty-page .bg-vip {
  width: 35px;
  height: 35px;
  background: url('../images/css_sprites.png') -120px -120px;
}
.loyalty-page .my-benefit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.loyalty-page .col-50 {
  width: 48%;
}
.loyalty-page .my-benefit .current-benefit-div {
  border: 1px solid #dadada;
  padding: 20px;
}
.loyalty-page .my-benefit .current-benefit-div h3 {
  font-size: 16px;
  text-align: center;
  color: #222;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.loyalty-page .my-benefit .current-benefit-div h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
.loyalty-page .my-benefit .tier_list {
  display: flex;
  align-items: center;
  margin: 50px 0;
  justify-content: space-evenly;
}
.loyalty-page .my-benefit .tier_list li {
  /*margin-right: 60px;*/
  padding: 5px;
  background: #fff;
  position: relative;
  border-radius: 50%;
}
.loyalty-page .my-benefit .tier_list .item {
  background: #dadada;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loyalty-page .my-benefit .tier_list .item:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 70px;
  background: #e4e4e4;
  right: -75px;
}
.loyalty-page .my-benefit .tier_list .item:before {
  content: '';
  width: 105%;
  height: 105%;
  border: 2px solid #dadada;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.loyalty-page .my-benefit .tier_list .active .item {
  width: 62px;
  height: 62px;
  background: #878787;
}
.loyalty-page .my-benefit .tier_list .active .item:before {
  border-color: #878787;
}
.loyalty-page .my-benefit .tier_list .active .item span {
  color: #fff;
  font-size: 14px;
}
.loyalty-page .my-benefit .tier_list .item span {
  color: #999999;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.loyalty-page .my-benefit .tier_list li:last-child {
  margin-right: 0;
}
.loyalty-page .my-benefit .tier_list li:last-child .item:after {
  display: none;
}
.loyalty-page .my-benefit .title {
  font-size: 14px;
  line-height: 18px;
  color: #222;
  text-align: center;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}
.loyalty-page .my-benefit .benefit_list {
  margin-top: 15px;
  margin-bottom: 20px;
}
.loyalty-page .my-benefit .benefit_list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}
.loyalty-page .my-benefit .benefit_list li:last-child {
  border-bottom: 0;
}
.loyalty-page .my-benefit .benefit_list li .icon {
  margin-right: 15px;
}
.loyalty-page .my-benefit .current-benefit-div.bg {
  background: #f3f3f3;
  border: 0;
}
.loyalty-page .my-benefit .current-benefit-div.bg h4 {
  color: #000;
}
.loyalty-page .my-benefit .tier-status {
  display: flex;
  margin-top: 12px;
  margin-bottom: 15px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.loyalty-page .my-benefit .tier-status li {
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex: 1 auto;
  border-right: 1px solid #dadada;
  justify-content: center;
  align-items: center;
}
.loyalty-page .my-benefit .tier-status li span {
  font-size: 16px;
}
.loyalty-page .my-benefit .tier-status li small {
  font-size: 14px;
  color: #000;
}
.loyalty-page .my-benefit .tier-status li:last-child {
  border-right: 0;
}
.loyalty-page .my-benefit .spend-circle {
  width: 142px;
  height: 142px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.loyalty-page .my-benefit .spend-circle p {
  font-size: 16px;
  line-height: 25px;
}
.loyalty-page .my-benefit .spend-circle p span.total_to_purchase,
.loyalty-page .my-benefit .spend-circle p span.next_tier {
  display: inline-block;
  color: #000000;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 0;
  border-bottom: 0;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li .icon {
  margin-right: 15px;
}
.loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li span,
.loyalty-page .my-benefit .benefit_list li span {
  width: 80%;
}
.loyalty-page .product.data.items > .item.content {
  margin-top: 35px;
  border-top: 2px solid #000;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
/*media css*/
@media screen and (min-width: 990px) {
  .toyalty-table tr th:nth-child(1) {
    min-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .toyalty-table tr th:nth-child(1) {
    min-width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .tier_title {
    font-size: 20px;
  }
  .tier_msg_title {
    font-size: 20px;
  }
  .loyalty-page .my-benefit .current-benefit-div h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .loyalty-page .my-benefit .current-benefit-div h4 {
    font-size: 16px;
  }
  .loyalty-page .my-benefit .spend-circle p {
    font-size: 14px;
  }
  .loyalty-page .my-benefit .spend-circle p strong {
    font-size: 16px;
  }
  .loyalty-page .my-benefit .title {
    font-size: 14px;
  }
  .loyalty-page .my-benefit .tier_list .item:after {
    width: 60px;
    right: -65px;
  }
}
@media screen and (max-width: 767px) {
  .tier_title {
    font-size: 18px;
  }
  .tier_msg_title {
    font-size: 18px;
  }
  .toyalty-table table th {
    font-size: 14px;
  }
  .toyalty-table table td {
    font-size: 13px;
  }
  .toyalty-table tr th:nth-child(1) {
    min-width: 300px;
  }
  .loyalty-page .my-benefit .current-benefit-div h3 {
    font-size: 16px;
  }
  .loyalty-page .col-50 {
    width: 100%;
  }
  .loyalty-page .my-benefit .tier_list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .loyalty-page .product.data.items > .item.title.active > .switch,
  .loyalty-page .product.data.items > .item.title.active > .switch:focus,
  .loyalty-page .product.data.items > .item.title.active > .switch:hover {
    font-size: 14px;
  }
  .loyalty-page .product.data.items > .item.title .switch {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px;
  }
  .loyalty-page .my-benefit .current-benefit-div {
    padding: 15px;
    margin-bottom: 15px;
  }
  .loyalty-page .my-benefit .current-benefit-div.bg .benefit_list {
    padding-left: 0;
    padding-right: 0;
  }
  .loyalty-page .my-benefit .benefit_list li .icon {
    margin-right: 10px;
  }
  .loyalty-page .my-benefit .current-benefit-div.bg .benefit_list li .icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .toyalty-table tr th:nth-child(1) {
    min-width: 200px;
  }
}
.aramex-index-display .main-wrapper .tracking-width {
  margin-top: 10px;
  width: 400px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .aramex-index-display .main-wrapper .tracking-width {
    width: 100%;
  }
}
.aramex-index-display .main-wrapper .tracking-width form {
  margin-top: 10px;
}
.loyalty-page .benefits_list {
  text-align: left;
  list-style: disc;
  padding-left: 20px;
}
.loyalty-page .benefits_list li {
  line-height: 30px;
}
.loyalty-page .benefits_list li img {
  width: 50px;
  display: none;
}
.loyalty-page .benefits_list li span {
  display: block;
  font-size: 14px;
}
.product-slider .slick-dots {
  bottom: -40px;
}
@media (max-width: 767px) {
  .product-slider .slick-dots {
    bottom: -40px;
  }
}
.product-slider .slick-dots li {
  margin: 0 5px !important;
}
.product-slider .slick-dots li button {
  background: #333333;
}
.product-slider .slick-dots li button:before {
  display: none;
}
.career-wrapper .career-title h2 {
  color: #333333;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.career-wrapper .career-banner {
  background-color: transparent;
}
.career-wrapper .career-banner .data-wrapper h4 {
  font-size: 18px;
  color: #222;
}
.career-wrapper .career-banner .data-wrapper h3 {
  font-size: 16px;
  color: #222;
  font-weight: 800;
}
.career-wrapper .career-banner .data-wrapper p {
  font-size: 14px;
  color: #222;
}
.career-wrapper .career-banner .relative-wrapper {
  position: relative !important;
  width: 100%;
}
.career-wrapper .career-banner .relative-wrapper .data-wrapper {
  position: static !important;
  transform: none;
  width: 100%;
  max-width: 100%;
}
.career-wrapper .join-team {
  padding: 20px;
}
.career-wrapper .join-team h4 {
  font-size: 18px;
  color: #222;
}
.career-wrapper .join-team p {
  color: #222;
  font-size: 13px;
}
.career-wrapper .job-list th {
  background-color: #333333;
  font-size: 14px;
  letter-spacing: 1px;
}
.career-wrapper .job-list td {
  color: #333333;
}
.career-wrapper .job-list td > span {
  color: #222;
}
.career-wrapper .job-list table tr:nth-child(odd) td .arrow:after {
  content: '\e90a' !important;
}
.cms-layout .contact-row .contact-wrapper .title h2 {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}
.cms-layout .contact-row .contact-wrapper .phone-email-wrapper {
  flex-direction: column;
}
.cms-layout .contact-row .contact-wrapper .phone-email-wrapper .phone {
  border-right: 0;
  margin-right: 0;
}
.cms-layout .contact-row .contact-wrapper .phone-email-wrapper h3 {
  font-size: 14px;
  letter-spacing: 1.1px;
}
.cms-layout .contact-row .contact-wrapper .data p {
  margin-bottom: 15px;
}
.cms-layout .contact-row .contact-wrapper .con-data p {
  margin-bottom: 3px;
}
.cms-layout .subtitle {
  margin-bottom: 10px;
  margin-top: 15px;
}
.cms-layout .subtitle h3 {
  border-bottom: 2px solid #222;
  font-size: 16px;
  color: #222;
  font-weight: 800;
  padding-bottom: 8px;
  letter-spacing: 1.5px;
}
.cms-layout .title h2 {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}
.cms-layout .our-address h5 {
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  padding-top: 10px;
}
.cms-layout address {
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
.cms-layout .cms-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.cms-layout .cms-list li {
  line-height: 1.4em;
  font-size: 13px;
}
.aboutus-layout.cms-layout .about-data strong {
  font-weight: 700;
}
body.account .columns .column.main .page-title-wrapper .page-title {
  font-weight: 600;
  border-bottom: 2px solid #CCCCCC;
  text-transform: uppercase;
  padding: 0 0 10px;
}
body.account .main-wrapper .column.main .block-title {
  border-bottom: none;
  padding-top: 10px;
}
.customer-address-index .block.block-addresses-list {
  border-top: 2px solid #CCCCCC;
  padding-top: 10px;
}
.account .form-edit-account.row-info .col-account-info .legend-title {
  border-bottom: none;
  margin-bottom: 5px;
}
.form-edit-account.row-info .bottom-form .legend-title {
  border-bottom: 0;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-bottom: 5px;
}
body.account .form-edit-account.row-info .col-account-info .currency-wrapper span.legend-title {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.customer-account-edit .form-edit-account.row-info .col-change-passwd .data-wrapper .legend-title {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  border-bottom: 0px;
  margin-bottom: 5px;
}
.form-edit-account.row-info .col-change-passwd .legend-title {
  border-bottom: none;
}
.account.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .box-tocart .fieldset .actions-primary button.action.primary.tocart {
  padding: 2px 5px;
  font-size: 14px;
  font-family: "Futura Book";
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary button.action.primary.tocart {
  font-size: 14px;
}
.products-grid.wishlist .product-item .product-item-inner .box-tocart .product-item-actions .actions-primary button.action.primary.tocart span {
  padding: 2px 5px;
}
@media (max-width: 991px) {
  body.account .columns .column.main .page-title-wrapper {
    display: block;
    padding: 10px 10px 0px;
  }
}
@media (max-width: 767px) {
  footer .bg-gray .container .newsletter-footer {
    margin-right: initial;
  }
}
@media (min-width: 1025px) {
  footer .footer_links > li {
    float: left;
    width: 16%;
    padding-right: 30px;
  }
}
.email-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0 auto;
}
.email-subscribe__container.email-subscribe__container--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding: 40px 20px 100px;
  position: relative;
}
.email-subscribe__container.email-subscribe__container--max-width-medium {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
h2.email-subscribe__title {
  width: 100%;
  margin: 0 0 20px;
  font-size: 17px;
  text-transform: uppercase;
}
ul.email-subscribe__list {
  margin: 20px 0 20px 21px;
  list-style: outside;
}
li.email-subscribe__list-item {
  margin: 0 0 7px;
  font-size: 16px;
  line-height: 1.2;
}
form.email-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto 0;
}
.form-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.form-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.form-name__item.form-name__item--title {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
}
.form-name__item {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.custom-select {
  position: relative;
  display: block;
}
.custom-input__label {
  display: block;
  margin: 15px 0 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
span.custom-select__container {
  position: relative;
  display: block;
}
select.custom-select__select.custom-select__select--no-border-right {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-family: 'FuturaStdBook';
  color: #333;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  display: block;
}
.custom-input__label {
  display: block;
  margin: 15px 0 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
input.custom-input__input.custom-input__input--validation-error {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-family: 'FuturaStdBook';
  color: #333;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}
.email-subscribe__image {
  display: block;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 100%;
  height: -webkit-calc(-40vh);
  height: calc(100vh - 140px);
  min-height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat !important;
}
.email-subscribe__container.email-subscribe__container--image {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.form-details span.custom-select-trigger.SAR {
  display: none;
}
.custom-select.extion {
  display: block;
}
.custom-select-wrapper {
  position: relative;
  display: block;
}
.form-name__item--firstname {
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
}
label.custom-select__label {
  display: block;
  margin: 15px 0 10px;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
}
button.email-subscribe-form__button.bttn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 100;
}
button.email-subscribe-form__button.bttn {
  width: 100%;
  margin: 35px 0 20px;
}
a.email-subscribe-form__link {
  color: #888;
  text-decoration: underline;
}
p.email-subscribe-form__text {
  font-size: 14px;
}
.subscribe-index-index .breadcrumbs {
  display: none;
}
.subscribe-index-index .page-title-wrapper {
  display: none;
}
.subscribe-index-index .page-footer {
  padding: 0;
}
.custom-select.extion {
  display: block !important;
}
.form-details__item {
  width: 100%;
}
div#amstockstatus-stockalert {
  display: none;
}
.sub_thankyou_section {
  height: 90vh;
}
.subscribe-index-thankyou .page-footer {
  padding: 0;
}
.subscribe-index-thankyou .page-title-wrapper {
  display: none;
}
.subscribe-index-thankyou .breadcrumbs {
  display: none;
}
.subscribe-index-thankyou p.email-subscribe__title {
  font-size: 14px;
  line-height: 1.8;
}
.subscribe-index-thankyou h3.email-subscribe__title {
  font-size: 17px;
  margin-bottom: 30px;
}
.subscribe-index-thankyou a.email-subscribe__link.link.link--button.link--grey-3 {
  color: #fff;
  background-color: #333;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 100;
  margin: 35px 0 20px;
}
.subscribe-index-thankyou a.email-subscribe__link.link.link--button.link--grey-3:hover {
  background-color: #000;
}
@media (max-width: 767px) {
  .email-subscribe {
    display: block;
  }
  .email-subscribe__container.email-subscribe__container--image {
    display: none;
  }
  .email-subscribe__container.email-subscribe__container--flex {
    flex-basis: 100%;
    padding: 70px 20px 20px;
    position: relative;
  }
  .sub_thankyou_section {
    height: auto;
    margin-top: 10px;
  }
}
body.rma-rma-list .column.main .page-title-wrapper {
  float: none;
}
.message.error a {
  color: #fff;
  text-decoration: underline;
}
.message.success a {
  color: #fff !important;
  text-decoration: underline;
}
span#addtocartclose {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
span.customClose {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.click-to-top.selected {
  margin-bottom: 20px;
}
.checkout-container .message.error {
  position: absolute!important;
  background: #333;
  width: 100%!important;
  top: 109px!important;
  left: 50%;
  text-align: center;
  border-bottom: 0;
  z-index: 10;
  margin: 0 auto;
  display: inline-block;
  transform: translateX(-50%);
  color: #fff !important;
  font-size: 16px!important;
}
@media (max-width: 767px) {
  .header-mid-section .header-user-links > li > a .counter {
    margin-left: 5px;
    margin-top: 5px;
  }
  .checkout-container .message.error {
    top: 74px!important;
  }
  .page.messages {
    top: 114px;
    position: static;
    width: 100%;
    transform: none;
    margin-top: -60px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 361px) {
  header .header-search-wrapper-mobile div.header-search input[type=text] {
    padding: 9px 15px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #sm_menu_ham {
    top: 36px;
  }
  header .header-search-wrapper-mobile.hide {
    display: block;
  }
  header.page-header {
    border-bottom: 1px solid #000;
  }
  header .header-search-wrapper-mobile div.header-search {
    border-top: solid 1px #000;
    text-align: center;
  }
  header .header-search-wrapper-mobile div.header-search input[type=text] {
    width: 100%;
    float: left;
    line-height: normal;
    font-weight: 400;
    text-align: center;
  }
  header .header-search-wrapper-mobile div.header-search button {
    text-align: left;
    position: absolute;
    left: 330px;
  }
  .top-filter-wrapper .parent-category-link {
    border-bottom: none;
  }
  .page-footer {
    margin: 0 12px;
    margin-top: auto;
  }
  .checkout-cart-index .column.main .cart-container .form-cart {
    width: 100%;
  }
  .checkout-cart-index .column.main .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details .product-short-description {
    width: 100%;
  }
  .checkout-cart-index .cart-container {
    display: block;
  }
  .wrap-details a.map_point:after {
    left: auto;
    top: -20px;
    right: -10px;
  }
  .wrap-details span.location_map {
    width: 100%;
  }
  footer .bg-gray .container .newsletter-footer {
    flex: 0 0 40%;
  }
  footer .bg-gray .container .alfa-rewards {
    flex: 0 0 50%;
  }
  #algolia_instant_selector .result .result-title {
    width: 80%;
  }
  footer .bg-gray .container {
    align-items: center;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-info-price .product-subtile .value {
    width: 99%;
  }
  .catalog-product-view .main-page-div .breadcrumbs {
    padding: 30px 15px 10px;
  }
  .hero-banner img {
    top: 20px;
  }
  .catalog-category-view .category-heading {
    margin: 48px 0 14px;
  }
  .jqTransformSelectWrapper > div > span {
    width: 100% !important;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute .swatch-attribute-options {
    margin-right: 0px;
  }
  .catalog-product-view .columns .column.main .product-info-main .product-add-form .swatch-opt .swatch-attribute-options .custom-dropdown {
    margin-right: 0px;
  }
  .cart-container .checkout-methods-items {
    width: 100%;
  }
  #algolia_instant_selector .result .result-description {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .sm_menu_outer {
    top: 118px;
  }
}
@media (min-width: 801px) and (max-width: 900px) {
  .sm_menu_outer {
    top: 124px;
  }
}
@media only screen and (max-width: 361px) {
  .actions-toolbar.pickup a.map_point:after {
    right: -8px;
    top: -18px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .cms-dashboardlanding .account-dashboard .col-3 {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .CovidModelPopUp header.modal-header {
    top: 0;
  }
  .CovidModelPopUp .modal-inner-wrap {
    top: 60px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  header .header-search-wrapper-mobile div.header-search button {
    text-align: left;
    position: absolute;
    left: 350px;
    top: 0;
  }
  form#search_mini_form_mbl {
    position: relative;
  }
  .prod_qty_sec select#pdp_qty {
    line-height: 1;
  }
}
@media (min-width: 1000px) and (max-width: 1190px) {
  .top-filter-wrapper.fixed-filter {
    top: 100px;
  }
}
@media (max-width: 1024px) {
  header .header-search-wrapper-mobile {
    /* display: none !important;*/
  }
  .header-mid-section .header-user-links li div.header-search input[type=text] {
    display: none !important;
  }
}
.header-mid-section .header-user-links > li > a .counter {
  margin-left: 0px;
}
.field-error {
  font-size: 12px;
}
.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li a {
  text-transform: uppercase;
}
.checkout-cart-index .modal-popup .action-close:before,
.checkout-cart-index .modal-slide .action-close:before {
  font-family: 'mycustomfont';
  content: "\e90c";
  background-image: url(../images/modal-close.svg);
  content: "";
  height: 16px;
  font-size: 0;
  background-size: contain;
  width: 16px;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.header.search-header:before {
  position: absolute;
  left: auto;
  top: 0px;
  background-image: url(../images/searchbarlogo.svg);
  content: "";
  width: 138px;
  height: 22px;
}
.header.search-header {
  text-align: left;
  font-size: 24px;
  padding: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding-bottom: 23px;
  line-height: 0px;
  box-shadow: none!important;
  width: 138px;
  margin: auto;
}
.block-search {
  padding-left: 0px!important;
  margin-top: 0px!important;
}
.aa-Form {
  width: 103%;
}
.aa-InputWrapper {
  margin-left: 0px!important;
  padding: 15px 24px;
  width: 100%;
  border-bottom: solid 2px #000;
  border-top: solid 1px #000;
  margin-bottom: 40px;
  height: 66px;
  padding-left: 45px !important;
  font-size: 16px !important;
}
#algoliaAutocomplete > * {
  box-shadow: none!important;
}
.block-search input {
  padding: 0px!important;
  margin: 0px!important;
  padding-left: 14px!important;
  height: 32px;
  border-bottom: 0px !important;
  font-size: 16px !important;
  width: 100%;
  line-height: 22px;
  color: #222;
  letter-spacing: 1.2px;
}
.aa-Panel {
  left: 0px !important;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100% !important;
  right: auto !important;
}
#algoliaAutocomplete .aa-SubmitButton {
  display: block!important;
  top: 23px!important;
  left: 26px!important;
  position: absolute;
  right: 0px;
  /* margin: auto; */
  height: 7px;
  font-weight: 400;
  width: 20px;
}
#algoliaAutocomplete .aa-SubmitButton::before {
  font-size: 0px;
  position: absolute;
  left: auto;
  top: 0px;
  background-image: url(../images/search.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0px;
}
#algoliaAutocomplete .close-button {
  z-index: 99999;
  width: 20px;
  font-size: 0px!important;
  margin-top: 13px!important;
}
.close-button::before {
  font-size: 0px;
  position: absolute;
  left: auto;
  top: 14px;
  background-image: url(../images/close.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
}
#algoliaAutocomplete .header {
  text-align: left!important;
  font-size: 24px;
  padding: 10px;
  background-color: #fff !important;
  border-bottom: 1px solid #ccc;
  width: 158px!important;
  position: relative!important;
}
.search-icon {
  position: relative;
  font-size: 0px;
}
.search-icon::before {
  font-size: 0px;
  position: absolute;
  left: -24px;
  top: 7px;
  background-image: url(../images/search.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
.search-container {
  display: flex;
  max-width: 159px;
}
#autocomplete-0-input::placeholder {
  opacity: 0.1 !important;
  text-align: left;
}
.search-input::placeholder {
  opacity: 1;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.4px;
}
.search-input {
  min-width: 113px!important;
  border-bottom: 1px solid #000 !important;
  text-align: left;
  font-size: 12px;
  text-transform: none;
  cursor: pointer;
  font-weight: 400;
  padding: 0px!important;
  height: 23px!important;
}
.sb-search-open .r-modal-backdrop {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 99999;
  opacity: 0.5;
  display: block;
}
#algoliaAutocomplete .header {
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 0px;
}
.aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
  min-height: 200px;
  padding-left: 10px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close:before {
  line-height: 21px;
}
@media (max-width: 767px) {
  .block-search input::placeholder {
    text-align: left;
    opacity: 0.5;
  }
  .header-mid-section .header-user-links > li.minicart-wrapper {
    margin-left: 10px !important;
  }
  #sm_menu_ham {
    width: 70px;
    height: 50px;
    left: 0px;
    padding-left: 10px;
    margin-left: 20px;
    top: 41px;
    margin-top: 22px;
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-close:before {
    line-height: 1;
  }
  .aa-Panel.productColumn1 .aa-PanelLayout section:nth-child(1) {
    min-height: auto;
    padding-bottom: 10px;
  }
  .header-mid-section .col:nth-child(2) {
    margin-top: 10px!important;
  }
  header .header-mid-section {
    padding: 20px 25px !important;
    padding-bottom: 15px !important;
  }
  .header-mid-section .col:nth-child(3) {
    padding-top: 5px;
  }
  .aa-Panel.productColumn1 {
    top: 94px !important;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .aa-InputWrapper {
    margin-bottom: 20px;
  }
  #autocomplete-0-input::placeholder {
    opacity: 0.1 !important;
    text-align: left!important;
  }
  .block-search input {
    padding-left: 28px !important;
  }
  #algoliaAutocomplete .aa-SubmitButton {
    left: 21px!important;
  }
  .sb-search-open #sm_menu_ham {
    z-index: 0;
  }
  .sb-search-open #algoliaAutocomplete {
    z-index: 999999;
    height: 100vh;
  }
  .sb-search-open .r-modal-backdrop {
    background: transparent;
  }
  .aa-Input {
    padding-left: 45px !important;
  }
  .search-input {
    display: none;
  }
  .search-icon::before {
    left: 4px;
    top: 10px;
  }
  .page-with-filter .search-icon::before {
    left: 12px;
    top: 10px;
  }
  #algoliaAutocomplete .aa-InputWrapperPrefix {
    margin-left: 0px;
  }
  .block.block-search.algolia-search-block.algolia-search-input {
    /*	display: inline-block!important;*/
  }
  #algoliaAutocomplete .aa-SubmitButton::before {
    font-size: 0px!important;
  }
  #algoliaAutocomplete .aa-InputWrapperPrefix {
    margin-left: 0px!important;
  }
}
/*css for pdp zoom*/
.product-container .notorama .notorama-carousel .slick-item img {
  width: 50px;
  object-fit: contain;
  position: relative;
  cursor: pointer;
}
.product-container .notorama .notorama-carousel .slick-item {
  border: 0px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 75px;
  padding: 0.35714rem;
  position: relative;
  width: auto !important;
}
.notorama-carousel .slick-list.draggable .slick-track {
  max-width: 492px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  transform: none !important;
}
.product-container .notorama .notorama-carousel .slick-item img {
  opacity: 0.7 !important;
}
.product-container .notorama .notorama-carousel .slick-item.slick-current img {
  opacity: 1!important;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track {
  text-align: center;
  transform: translate3d(0px, 0px, 0px) !important;
  max-width: 650px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  transform: none !important;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track img {
  min-width: 120px;
  max-width: 120px;
  cursor: pointer;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%!important;
  max-height: 90%;
  margin: 0 5px!important;
  width: 90%;
}
.slick-lightbox-close::before {
  content: "CLOSE" !important;
  font-size: 14px!important;
  padding-left: 20px;
  color: #000;
  vertical-align: top;
  line-height: 19px;
  font-family: 'FuturaStdBook', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.slick-lightbox-close::after,
.slick-lightbox-close:focus::after {
  content: "✕" !important;
  font-size: 22px;
  padding-left: 20px;
  color: #000;
  box-shadow: none !important;
  padding-top: 11px;
  position: absolute;
  font-weight: 400!important;
  font-family: initial;
}
.slick-lightbox-close {
  background-image: none !important;
  margin-top: 30px;
  margin-right: 50px;
  background-position: initial !important;
  background-position: 0 0;
  height: 15px !important;
  right: 10px!important;
  top: -80px !important;
  width: 80px !important;
  z-index: 1000;
}
.thumbs .slick-slider .slick-list {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  background-color: transparent;
  overflow-y: auto;
  bottom: 0px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-list.draggable {
  border-top: solid 1px #000;
  margin-top: 80px;
}
.slick-lightbox-inner {
  position: relative!important;
}
.slick-lightbox-inner:before {
  left: 0;
  top: 4px;
  background-image: url(../images/svglogo.svg);
  content: "";
  width: 365px;
  height: 58px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -72px);
  background-repeat: no-repeat;
}
.product-container .notorama .notorama-carousel .slick-item img {
  border: 0px;
}
.catalog-product-view .product-container .notorama .gallery-placeholder .slick-arrow {
  cursor: auto;
}
.product-container .notorama .gallery-placeholder .notorama-view-wrapper .notorama-gallery-view .slick-item img {
  cursor: crosshair;
  max-height: 65vh;
  width: auto;
  margin: 0 auto;
  max-width: 70vw;
}
.slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  padding-bottom: 240px;
  width: 65%;
}
.thumbs .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  padding-bottom: 0px;
}
.catalog-product-view .slick-lightbox .slick-lightbox-close:before {
  line-height: 21px;
}
@media (max-width: 767px) {
  .product-container .notorama .gallery-placeholder .notorama-view-wrapper .notorama-gallery-view .slick-item img {
    pointer-events: none;
    min-width: 263px;
  }
  .slick-lightbox-inner {
    padding-bottom: 50px;
    margin-top: 0px;
    top: 43px !important;
    overflow-y: auto;
  }
  .slick-lightbox-close {
    right: 0px !important;
    top: -66px !important;
    margin-top: 28px;
  }
  .slick-lightbox-slick-item-inner {
    width: 99%;
  }
  .slick-lightbox {
    /*overflow-y: auto;*/
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick {
    height: auto!important;
  }
  .slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
  }
  .slick-dots {
    display: none!important;
  }
  .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
    padding-bottom: 0px;
    width: 100%;
  }
  .catalog-product-view .slick-lightbox .slick-arrow {
    display: none!important;
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick .slick-list.draggable {
    padding: 0px 0px!important;
    border-top: 0px;
    margin-top: 0px;
    overflow: hidden!important;
  }
  .notorama-zoom {
    background: none!important;
    background-image: url(../images/plusic.svg) !important;
    width: 32px!important;
    height: 32px!important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
  }
  .slick-lightbox-inner:before {
    display: none;
  }
  .slick-lightbox-close::after,
  .slick-lightbox-close:focus::after {
    padding-top: 7px;
  }
  .catalog-product-view .slick-lightbox .thumbs {
    display: inline-block !important;
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs .slick-track {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    max-width: fit-content;
  }
  .thumbs .slick-slider .slick-list {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    padding: 0px !important;
  }
  .catalog-product-view .slick-lightbox .slick-lightbox-slick-thumbs {
    width: 90%!important;
    margin: 0 auto;
  }
  #notorama-dots .slick-dots {
    display: none!important;
  }
  .notorama-carousel .slick-arrow {
    display: none!important;
  }
  .notorama-carousel .slick-list.draggable .slick-track {
    max-width: 250px;
  }
  .notorama-carousel.slick-slider {
    display: inline-block !important;
    margin-top: 30px;
  }
  .catalog-product-view .slick-lightbox .thumbs {
    display: inline-block;
    position: static!important;
    padding-top: 0px;
  }
  .slick-lightbox-close {
    position: fixed!important;
    top: 0px !important;
  }
}
/**code for menu banner*/
.mm-column.menubannerimg {
  width: auto;
}
.mm-column.menubannerimg img {
  display: block;
  height: 205px;
  width: 100%;
  min-width: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-description {
  text-align: center;
  padding: 15px 20px 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  max-width: 90%;
  margin: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner-description .heading-5 {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  line-height: 18px;
}
.banner-description .linkdisc {
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.header-mid-section .col:nth-child(2) img {
  display: none;
}
.header-mid-section .col:nth-child(2) {
  position: relative;
}
.header-mid-section .col:nth-child(2) a:before {
  font-size: 0px;
  position: absolute;
  left: 6px;
  top: 14px;
  background-image: url(../images/afalogo.svg);
  content: "";
  width: 340px;
  height: 38px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
.header-mid-section .col:nth-child(2) strong:before {
  font-size: 0px;
  position: absolute;
  left: 6px;
  top: 14px;
  background-image: url(../images/afalogo.svg);
  content: "";
  width: 340px;
  height: 38px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .header-mid-section .col:nth-child(2) img {
    display: none;
  }
  .header-mid-section .col:nth-child(2) {
    position: relative;
  }
  .header-mid-section .col:nth-child(2) a:before {
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url(../images/afalogo.svg);
    content: "";
    width: 170px;
    height: 22px;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
  }
  .header-mid-section .col:nth-child(2) strong:before {
    font-size: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url(../images/afalogo.svg);
    content: "";
    width: 170px;
    height: 22px;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
  }
  .mm-column.menubannerimg {
    width: auto;
    padding: 20px 20px 0 20px;
    text-align: center;
    float: none;
  }
  .sm_menu_outer .mobile_menu .mm-column.menubannerimg a {
    width: auto;
    padding: 0px;
    text-align: center;
    text-transform: none;
    border-bottom: 0px;
  }
}
/***/
.best-sellers-section .slick-arrow.slick-prev,
.new-products-section .slick-arrow.slick-prev {
  width: 20px;
  height: 40px;
  background: none;
  background-image: url(../images/previc.svg);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -18px;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.best-sellers-section .slick-arrow.slick-next,
.new-products-section .slick-arrow.slick-next {
  width: 20px;
  height: 40px;
  background: none;
  background-image: url(../images/nextic.svg);
  text-indent: -1005em;
  cursor: pointer;
  position: absolute;
  z-index: 8;
  top: 50%;
  margin-top: -18px;
  background-size: contain;
  background-repeat: no-repeat;
}
/*12 may 26 design issue new css start*/
.header-user-links {
  display: flex;
}
.header-mid-section .header-user-links > li.minicart-wrapper {
  order: 2;
  margin-left: 59px !important;
}
.minicart-items .product-image-container {
  /*display: none;*/
  display: block;
  min-width: 70px;
  height: auto!important;
}
.block.block-search.algolia-search-block.algolia-search-input {
  width: 180px;
  z-index: 4;
}
.header-search .aa-Form,
.block.block-search.algolia-search-block .aa-Form {
  position: relative;
  width: 180px;
  display: flex;
  flex-direction: row-reverse;
}
.catalog-product-view .columns .column.main .product-container .product-info-main {
  margin-top: 0px !important;
}
.header-mid-section .header-user-links > li div.header-search {
  overflow: hidden;
  display: flex;
  /* max-width: 160px;*/
}
.block-search input {
  position: static !important;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.4px;
  border: none;
  outline: none;
  padding: 0px 0 0px 0px;
  float: left;
  line-height: normal;
  font-weight: 400;
  border-bottom: solid 1px #222;
  line-height: 20px;
  margin-top: 0px!important;
}
.header-mid-section .header-user-links > li div.header-search button {
  float: left!important;
}
.header-mid-section .header-user-links > li > a.action.cart-icon {
  height: 20px;
  letter-spacing: 2px !important;
}
.header-mid-section .header-user-links > li div.header-search input[type=text] {
  display: flex;
  max-width: 155px;
}
.header-mid-section .header-user-links > li div.header-search button:before {
  font-size: 0px;
  position: absolute;
  left: 0px;
  top: 7px!important;
  background-image: url(../images/search.svg);
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
}
.header-mid-section .header-user-links > li div.header-search button {
  position: relative;
  font-size: 0px;
}
.header-user-links {
  display: flex;
}
.filter-options-item.active .filter-options-title::after {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.filter-options-item .filter-options-title::after {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.filter-options-item .filter-options-title::before {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 10px;
  top: 20px;
  transition: background-color 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotateZ(270deg) translate3d(0, 0, 0);
}
.filter-options-item.active .filter-options-title::before {
  content: '';
  background: transparent;
}
.catalog-category-view.page-layout-2columns-left .column.main .page-title-wrapper {
  display: none;
}
.products-grid .brand-list-content .product-item-name {
  margin: 0px 0 0px 0 !important;
  line-height: 13px !important;
}
.products-grid .brand-list-content .product-item-name a {
  line-height: 13px;
}
.sort-dropdown .custom-sort {
  padding-right: 45px;
}
.ais-Pagination-item--selected a,
.ais-Pagination-item--selected span {
  color: #000;
  background-color: #000;
  color: #fff !important;
  cursor: default;
  font-weight: 400;
  padding: 7px 15px;
  min-width: 29px;
  min-height: 38px;
  text-align: center;
  font-size: 13px;
  color: #595959;
  letter-spacing: 0.4px;
  line-height: 13px;
  padding: 8px 15px !important;
  min-height: 29px !important;
  min-width: 38px !important;
}
.catalog-product-view .columns .column.main .product-info-main .product-info-price .action.towishlist:before {
  background: url(../images/wishlistic.png);
  background-repeat: no-repeat;
  transition: 0.6s;
  content: "";
  display: block;
  /* background-size: 100%; */
  background-size: 80%;
  background-position: top right;
}
.catalog-product-view .columns .column.main .product-info-main .product-info-price .action.towishlist.added:before {
  background: url(../images/wishlistActive.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  transition: 0.6s;
  content: "";
  display: block;
  background-size: 100%;
}
#autocomplete-input::placeholder {
  opacity: 0.2;
}
.algolia-search-popup .aa-Form {
  flex-direction: row;
  width: 100%;
}
.page-with-filter .products-grid .product-item-details {
  width: 100%;
}
#autocomplete-products-footer {
  position: absolute!important;
  width: 100%;
  padding: 10px 0;
  bottom: 0!important;
  left: 0%;
}
.header-mid-section .header-user-links > li div.header-search button {
  margin-right: 5px;
}
#search-results-list {
  margin-bottom: 30px !important;
  border-left: solid 1px #b9b8b8;
}
.sort-list {
  min-width: 200px;
  float: left;
  right: 0px;
  top: 0!important;
  margin-top: 30px !important;
  z-index: 999;
  border: 1px solid #ebebeb;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  background: #fff;
  padding: 0.5rem 0;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.025em;
  color: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #222 !important;
  min-width: 300px;
  right: 0;
  left: auto!important;
}
.sort-list li {
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 0px!important;
}
.custom-brand-list .brand-checkbox + .brand-name {
  padding-left: 25px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.custom-brand-list .brand-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.custom-brand-list .brand-checkbox + .brand-name {
  --animate-duration: 1s;
  float: left;
  display: contents !important;
  margin-left: 90px;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.custom-brand-list .brand-checkbox + .brand-name::before {
  height: 12px;
  margin-right: 10px;
  margin-left: -27px;
  background-size: 20px;
  align-items: normal;
  display: inline-flex !important;
  top: 0;
  content: '';
}
.custom-brand-list .brand-checkbox + .brand-name:after {
  height: 12px !important;
  margin-left: -27px;
  top: 0px;
  left: 0;
  content: '';
  background: #000;
  left: 0px;
  position: absolute;
}
.custom-brand-list .brand-checkbox[type=checkbox]:checked + .brand-name:after {
  width: 11px;
  height: 11px;
  content: '';
}
.custom-brand-list .brand-checkbox[type=checkbox]:checked + .brand-name::before {
  border: 1px solid #000;
}
.custom-brand-list .brand-checkbox[type=checkbox]:checked + .brand-name:after {
  opacity: 1;
  transition: all 0.4s;
}
.custom-brand-list .brand-checkbox[type=checkbox] + .brand-name:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  content: '';
}
.custom-brand-list .brand-checkbox[type=checkbox] + .brand-name:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #000;
  opacity: 0;
  transition: all 0.4s;
  content: '';
}
.brand-label {
  margin-left: 30px;
  position: relative;
  line-height: 1em;
  padding: 0;
  cursor: pointer;
  color: #222;
  text-decoration: none;
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.filter-options-item[attribute-code="brand"] .custom-brand-list {
  margin-left: 10px;
}
.custom-brand-list .brand-checkbox[type=checkbox] + .brand-name:after {
  top: 0px;
  left: 0px;
}
.custom-brand-list .brand-checkbox[type=checkbox] + .brand-name:before {
  width: 10px;
  height: 10px;
}
.ais-Pagination li.ais-Pagination-item--nextPage span:after,
.ais-Pagination li.ais-Pagination-item--nextPage a:after {
  font-size: 15px;
  line-height: 18px;
  color: #999;
  top: 7px!important;
}
.page-with-filter .products-grid .product-item-details .ratings {
  margin-top: 8px;
}
.block.filter .clear-filter-tabs .customClearAll {
  text-transform: capitalize;
  letter-spacing: 0px;
}
.block.filter .filters-top-row .clear-filter-tabs {
  font-size: 12px;
  letter-spacing: 0px!important;
  width: 100%;
}
.ais-CurrentRefinements-item {
  color: #636363;
  border-radius: 2px;
  border: solid 1px #ddd;
  background-color: #f4f4f4;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  padding: 0.2em 0.5em;
  overflow: hidden;
  margin-right: 0.4em;
  margin-bottom: 0;
}
.ais-CurrentRefinements-delete {
  font-size: 0px!important;
}
.ais-CurrentRefinements-delete:after {
  font-family: 'mycustomfont';
  content: '\e90c';
  display: inline-block;
  font-size: 9px !important;
  font-weight: 600;
  line-height: 1;
  color: #999;
  line-height: 15px;
}
.page-products .product-item-info {
  width: 250px;
}
.custom-brand-list {
  width: 93%;
  margin: 0 10px 5px;
  height: 160px;
  overflow-y: auto;
  margin: 0 10px 5px !important;
}
.ais-RefinementList-searchBox {
  position: sticky!important;
  top: 0!important;
  background: #fff;
  z-index: 2;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-form {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  padding: 1px 10px;
  align-items: center;
  margin: 8px 5px 9px;
  background: #fff;
  /* border: solid 1px #ccc; */
  border: 1px solid #ebebeb;
}
.wishlist-index-index .products-grid.wishlist .product-item-name {
  font-family: "Futura Book";
}
.page-with-filter .products-grid .result-title {
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-right: 30px;
  font-size: 14px;
  color: #222;
  white-space: normal;
  line-height: 21px;
}
.page-with-filter .products-grid .product-items {
  margin-top: 35px !important;
}
.page-with-filter .page-footer {
  padding-top: 70px;
  border-top: solid 1px #ccc;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .ais-Pagination-list {
    border-top: solid 1px #ccc;
    padding-top: 30px;
  }
  .page-with-filter .page-footer {
    padding-top: 0;
    border-top: solid 0px #ccc;
    margin-top: 0px;
  }
  .parent-category-link {
    display: none!important;
  }
  .mobilesort.fixed-filter {
    margin-top: 101px !important;
    position: fixed;
    top: 0;
    left: 50%;
    /* top: 103px; */
    background: #fff;
    z-index: 9999;
  }
  .breadcrumbs .items > li {
    font-family: "FuturaStdBook";
  }
  .sort-by-label.fixed-filter {
    margin-top: 103px !important;
    position: fixed;
    top: 0;
  }
  .mobile-refine-toggle.fixed-filter {
    margin-top: 101px !important;
    position: fixed;
    top: 0;
  }
  .sort-dropdown .sort-by-label,
  .sort-dropdown .custom-sort {
    margin-bottom: 0px!important;
    height: 44px !important;
  }
  .filter-options-content {
    height: inherit;
    max-height: 200px;
    margin: 0;
    width: 100%;
    padding: 15px!important;
    background-color: #fafafa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow: auto !important;
  }
  .custom-brand-list {
    width: 90%;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-item[attribute-code="brand"] .ais-SearchBox-form,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-options-item[attribute-code="brand"] .ais-SearchBox-form {
    margin: 0 0px 16px!important;
    width: 100%!important;
  }
  .products-grid .product-items {
    margin: 0 0px !important;
  }
  .catalog-category-view .main-wrapper,
  .catalogsearch-result-index .main-wrapper {
    padding: 0px!important;
  }
  .breadcrumbs {
    display: block!important;
  }
  .catalog-category-view .columns {
    padding-top: 0px!important;
    border-top: 0px!important;
  }
  .catalog-category-view .toolbar.toolbar-products-top {
    margin-top: 0px!important;
  }
  .toolbar.toolbar-products-top .toolbar-primary {
    order: 3;
    width: 100%;
  }
  .catalog-category-view .toolbar.toolbar-products-top .toolbar-amount {
    border-right: 0px !important;
  }
  .toolbar.toolbar-products-top .toolbar-primary {
    max-width: 100%!important;
  }
  .header-mid-section .header-user-links > li div.header-search button:before {
    top: 9px;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-list {
    left: auto !important;
    float: left;
    right: 0px;
    top: 13px !important;
    margin-top: 30px !important;
    z-index: 999;
    border: 1px solid #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    background: #fff;
    padding: 0.5rem 0;
    font-size: 13px;
    /* text-align: center; */
    letter-spacing: 0.025em;
    color: inherit;
    /* display: none; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #222 !important;
    min-width: 300px;
    right: 0;
  }
  .sort-list li {
    border-bottom: 0px !important;
    cursor: pointer;
    font-family: 'FuturaLTProBook';
    font-size: 13px;
    text-transform: none;
    margin-top: 0px !important;
    /* padding: 0 1rem !important; */
    background-color: transparent;
    line-height: 18px;
    color: #000;
    /* margin-top: 10px !important; */
    text-align: left;
    padding: 0 1rem !important;
    line-height: 19px !important;
    margin-top: 10px !important;
  }
  .custom-sort.active:after {
    top: 10px !important;
  }
  .sort-dropdown .custom-sort {
    padding-right: 0px!important;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .custom-sort:after {
    top: 17px;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-clear-all {
    border-color: #ccc !important;
    color: #ccc !important;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-filter-header {
    padding: 10px 20px!important;
    border-bottom: 2px solid #333;
    background-color: #fff;
    display: flex !important;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-clear-all,
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-apply-all {
    font-family: 'FuturaStdBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 40px!important;
    padding: 0;
    font-size: 13px;
    line-height: 40px;
    cursor: pointer;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    width: calc(50% - 10px);
    text-align: center;
    text-decoration: none !important;
    /* color: #ccc; */
    border-color: #ccc;
    /* background-color: #fff; */
    box-shadow: none;
    font-weight: 400!important;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-title {
    padding: 15px 10px 15px 10px!important;
    line-height: 21px!important;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 21px;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer {
    z-index: 99999!important;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-by-label {
    letter-spacing: 0.5px;
    display: flex;
    text-align: left;
    padding-right: 0px;
    justify-content: flex-start;
    align-items: center;
    /*padding-top: 0px;*/
    font-weight: 400;
    color: #333;
    font-family: 'FuturaLTProBook' !important;
    font-size: 14px!important;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts {
    min-height: 44px;
    height: 44px !important;
    line-height: 44px !important;
    min-height: 44px!important;
  }
  .catalog-category-view .toolbar.toolbar-products-top {
    border-bottom: 0px!important;
  }
  .field.limiter.pull-left {
    margin-right: 0px!important;
  }
  #mobile-refine-toggle {
    order: 1;
    text-align: center;
    height: 45px;
    line-height: 38px;
    border-right: solid 1px #ccc !important;
    margin: 0px;
    font-weight: bold;
    cursor: pointer;
    border-right: 0px;
    letter-spacing: 1.3px;
    width: 50%;
    float: left;
    color: #333 !important;
    font-size: 13px;
    font-weight: 400 !important;
    text-transform: uppercase;
    min-height: 45px;
  }
  .toolbar-amount.pull-left {
    order: 3;
    border-right: 0px !important;
  }
  .outview-button.pull-left {
    order: 4;
  }
  .pull-right.mobilesort {
    order: 2;
    min-height: 45px!important;
  }
  .aa-dataset-products .aa-Item .algoliasearch-autocomplete-hit {
    color: #000;
    text-align: left;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
  }
  .aa-PanelLayout {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  #categories-results-list .algoliasearch-autocomplete-hit {
    text-align: left;
    text-decoration: none;
    font: inherit;
    color: inherit;
    display: block;
    padding: 5px 10px;
  }
  .aa-SourceHeader {
    padding: 4px;
    color: #a6a6a6;
    text-align: left;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
  }
  .aa-dataset-products .aa-Item .aa-ItemContentPrice {
    font-size: 12px!important;
    color: #b44 !important;
  }
  .aa-ItemContentBody {
    text-align: left;
  }
  .aa-ItemContentTitle {
    font-size: 13px!important;
  }
  .aa-dataset-products .aa-Item .aa-ItemContentSubtitle {
    font-size: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .header-mid-section .header-user-links > li.minicart-wrapper {
    order: 2;
    margin-left: 10px !important;
    /* padding-top: 1px; */
  }
  .products-grid .brand-list-content .product-items {
    padding: 0 !important;
    column-count: 2;
    display: block !important;
  }
  .mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li a {
    padding: 0px 0 !important;
  }
  .mpbrand-index-index .main-wrapper {
    margin-top: 40px;
  }
  .mpbrand-index-index .products-grid .product-item {
    padding: 0px !important;
  }
}
/*.counter-number{
	margin-left: 5px;
}*/
/* 12 may 26 design issue new css end */
.category-banner {
  display: none;
}
#autocomplete-products-footer .see-products-label,
#autocomplete-products-footer .product-count,
.all-departments-label .product-count {
  color: #595959 !important;
}
#autocomplete-products-footer a,
.all-departments-label a {
  color: #000000 !important;
  text-decoration: none !important;
}
#autocomplete-products-footer a:hover,
.all-departments-label a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.block-minicart .items-total .count {
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .catalog-category-view .toolbar.toolbar-products-top .toolbar-amount,
  .catalogsearch-result-index .toolbar.toolbar-products-top .toolbar-amount {
    border-right: none !important;
  }
}
.cms-home.cms-index-index.page-layout-1column .for-members-label {
  display: block !important;
  margin-left: 0px !important;
}
/* Styles for Filter Accordion - NEW */
.filter-options-item {
  border-top: solid 1px #efefef;
  /*padding: 10px 0;*/
}
.filter-options-title {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #1f1f1f;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #EBEBEB;
  font-size: 1rem;
  font-size: 14px;
  letter-spacing: 1.3px;
  line-height: 21px;
}
.filter-options-title::after {
  /* content: '+';*/
  float: right;
}
.filter-options-item.active .filter-options-title::after {
  /*content: '-';*/
  float: right;
}
.filter-options-content {
  display: none;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-top: 10px;
}
/* PLP filter sidebar back link — replaces static DEPARTMENT heading */
.block.filter .parent-category-link {
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 20px;
  font-weight: 100;
  padding: 0 15px 13px;
  margin-left: -7px;
}
.block.filter .parent-category-link span {
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 20px;
  font-weight: 400;
}
.block.filter .parent-category-link a {
  display: inline-block;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1.09px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
}
.block.filter .parent-category-link a:hover {
  color: #888;
}
.block.filter .parent-category-link a:before {
  font-family: 'mycustomfont';
  content: '\e90b';
  font-size: 11px;
  vertical-align: middle;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -2px !important;
  color: #222 !important;
}
/* Brand filter search box (Algolia-parity UI, no Algolia JS) */
.filter-options-item[attribute-code="brand"] .ais-RefinementList-searchBox,
.filter-options-item[attribute-code="brand"] .ais-SearchBox {
  width: 100%;
  margin: 12px auto 8px;
  position: relative;
  padding-right: 7px;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-form {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 1px 10px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-sizing: border-box;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-input.brand-live-search {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 10px 8px 10px 4px;
  border: 0 !important;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  box-shadow: none;
  outline: none;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-input.brand-live-search::placeholder {
  color: #888;
  opacity: 0.9;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-input.brand-live-search::-webkit-search-decoration,
.filter-options-item[attribute-code="brand"] .ais-SearchBox-input.brand-live-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-submit,
.filter-options-item[attribute-code="brand"] .ais-SearchBox-reset {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #222;
  line-height: 0;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-reset {
  display: none;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-form.has-query .ais-SearchBox-reset {
  display: inline-flex;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-form.has-query .ais-SearchBox-submit {
  display: none;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-submit .custom-search-icon {
  width: 14px;
  height: 16px;
  display: block;
}
.filter-options-item[attribute-code="brand"] .ais-SearchBox-resetIcon {
  width: 10px;
  height: 10px;
  fill: #222;
  display: block;
}
.filter-options-item[attribute-code="brand"] .brand-search-no-results {
  display: none;
  margin: 0 0 10px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #888;
  letter-spacing: 0.025em;
}
.filter-options-item[attribute-code="brand"] .filter-options-content,
.filter-options-item[attribute-code="size"] .filter-options-content,
.filter-options-item[attribute-code="color"] .filter-options-content {
  /* Parent should not create the scrollbar; child list handles scrolling */
  overflow: hidden;
}
/* Brand / Size / Colour list scroll container (single scrollbar) */
.filter-options-item[attribute-code="brand"] .custom-brand-list,
.filter-options-item[attribute-code="size"] .custom-brand-list,
.filter-options-item[attribute-code="color"] .custom-brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.filter-options-item[attribute-code="brand"] .custom-brand-list .custom-brand-search-item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
}
/* Algolia-style Refinement List (Checkbox UI) */
.ais-RefinementList-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ais-RefinementList-item {
  padding: 5px 0;
}
.ais-RefinementList-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
}
.ais-RefinementList-label .label {
  font-size: 13px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.025em;
}
.ais-RefinementList-count {
  color: #888;
  font-size: 13px !important;
}
/* Moved from template inline styles to theme LESS */
.custom-brand-item {
  display: block;
  padding: 5px 0;
}
.brand-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  cursor: pointer;
}
/*.custom-brand-list .brand-checkbox {
    position: static !important;
    z-index: auto !important;
    left: auto !important;
    overflow: visible !important;
    clip: auto !important;
    height: 14px !important;
    width: 14px !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #000 !important;
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    opacity: 1 !important;
    display: inline-block !important;
    vertical-align: middle;
}*/
.brand-name {
  flex: none;
}
.brand-count {
  color: #808080;
  font-size: 13px;
}
.count {
  color: gray;
}
/* Sort dropdown styling (make full-width, aligned, no floating box) */
.mobilesort {
  display: flex;
  align-items: center;
}
.sort-dropdown {
  position: relative;
  cursor: pointer;
  border: 0px solid #e5e5e5;
  padding: 0;
  min-width: auto;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 4px!important;
  letter-spacing: 0.1em;
}
.sort-dropdown .sort-by-label,
.sort-dropdown .custom-sort,
.sort-list li {
  font-family: 'FuturaLTProBook';
  font-weight: 400;
  font-style: normal;
  color: #222222;
}
.sort-dropdown .sort-by-label,
.sort-list li {
  font-size: 13px;
  line-height: 12px;
}
.sort-dropdown .custom-sort {
  display: block;
  position: relative;
  font-size: 13px;
}
.sort-dropdown .sort-by-label,
.sort-dropdown .custom-sort {
  text-transform: uppercase;
  margin-bottom: 42px;
}
.sort-dropdown .sort-current {
  flex: 1;
}
.sort-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  max-height: 320px;
  overflow-y: auto;
}
.sort-list li {
  padding: 10px 15px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.sort-list li:hover {
  background-color: #f9f9f9;
}
.custom-sort.active:after {
  transform: rotate(180deg);
}
.custom-sort:after {
  position: absolute;
  right: 24px;
  margin-top: 0px;
  top: 1px;
  background-image: url('../images/chevron-down.svg');
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mobile-refine-toggle {
  display: none;
}
.mobile-filter-header {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body.mobile-filter-open {
    overflow: hidden;
  }
  .mobile-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .mobile-filter-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer {
    position: fixed !important;
    top: 0 !important;
    left: -85% !important;
    right: auto !important;
    width: 85% !important;
    max-width: 85% !important;
    height: 100vh !important;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s ease !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.12);
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer.active,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer.active {
    left: 0 !important;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-filter-close,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .mobile-filter-close {
    display: none !important;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-filter-header,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .mobile-filter-header {
    position: sticky;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 20px 16px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-clear-all,
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-apply-all,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .mobile-clear-all,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .mobile-apply-all {
    width: 48%;
    height: 48px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #111;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'FuturaStdBook';
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .mobile-apply-all,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .mobile-apply-all {
    background: #2c2c2c;
    color: #fff;
    border-color: #2c2c2c;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .block.filter,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .block.filter {
    height: auto !important;
    overflow: visible !important;
    margin: 0;
    padding-bottom: 24px;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .block.filter .filter-content,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .block.filter .filter-content {
    padding-top: 0;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .block.filter .parent-category-link,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .block.filter .parent-category-link {
    display: block;
    padding: 16px 16px 12px;
    margin-left: 0;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-item,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-options-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-title,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-options-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 16px;
    margin: 0;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-title::after,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-options-title::after {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #111;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-content,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-options-content {
    margin: 0;
    padding: 0 0 20px;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-content ol.items li.item,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-options-content ol.items li.item {
    margin: 0;
    padding: 0 16px 12px;
    line-height: 18px;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-options-item[attribute-code="brand"] .ais-SearchBox-form,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-options-item[attribute-code="brand"] .ais-SearchBox-form {
    margin: 0 16px 16px;
    width: calc(100% - 32px);
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .custom-brand-list,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .custom-brand-list,
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .custom-size-list,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .custom-size-list,
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .custom-colour-list,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .custom-colour-list {
    max-height: none;
    padding: 0 16px 16px;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .custom-brand-item,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .custom-brand-item,
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .custom-size-item,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .custom-size-item,
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .custom-colour-item,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .custom-colour-item {
    padding: 0 0 12px;
  }
  .catalog-category-view .sidebar.sidebar-main.mobile-filter-drawer .filter-price-slider,
  .catalogsearch-result-index .sidebar.sidebar-main.mobile-filter-drawer .filter-price-slider {
    padding: 12px 16px 20px;
  }
  .catalog-category-view .toolbar.toolbar-products-top,
  .catalogsearch-result-index .toolbar.toolbar-products-top {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-top: 1px solid #cfcfcf !important;
    /* border-bottom: 1px solid #cfcfcf !important;*/
    background: #fff;
    margin-top: 15px;
    padding: 0;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobile-refine-toggle,
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobile-refine-toggle,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort {
    width: 50%;
    flex: 0 0 50%;
    min-height: 56px;
    border-bottom: 1px solid #cfcfcf;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobile-refine-toggle,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobile-refine-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-right: 1px solid #cfcfcf;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-family: 'FuturaStdBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobile-refine-toggle .arrow-down,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobile-refine-toggle .arrow-down {
    width: 10px;
    height: 10px;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort {
    display: flex;
    align-items: stretch;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts {
    width: 100%;
    padding: 16px 20px;
    border: 0;
    gap: 0;
    justify-content: space-between;
    min-height: 56px;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-by-label,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-by-label {
    /* color: #111;
        font-size: 16px;
        font-family: 'FuturaStdBook', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        letter-spacing: 0.5px;*/
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 0.1em;
    color: #333;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-by-label:hover,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-by-label:hover {
    opacity: 0.8;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-current,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-current {
    flex: 0 0 16px;
    width: 16px;
    overflow: hidden;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .custom-sort,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts .custom-sort {
    display: block;
    width: 16px;
    min-width: 16px;
    font-size: 0;
    color: transparent;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .custom-sort:after,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts .custom-sort:after {
    right: 0;
    margin-top: 0;
  }
  .catalog-category-view .toolbar.toolbar-products-top .toolbar-amount,
  .catalog-category-view .toolbar.toolbar-products-top .outview-button,
  .catalogsearch-result-index .toolbar.toolbar-products-top .toolbar-amount,
  .catalogsearch-result-index .toolbar.toolbar-products-top .outview-button {
    width: 50%;
    flex: 0 0 50%;
    display: flex !important;
    align-items: center;
    min-height: 48px;
    padding: 12px 20px;
    margin: 0 !important;
    float: none !important;
    font-size: 14px;
    line-height: 1.2;
  }
  .catalog-category-view .toolbar.toolbar-products-top .toolbar-amount,
  .catalogsearch-result-index .toolbar.toolbar-products-top .toolbar-amount {
    justify-content: flex-start;
    border-right: 1px solid #cfcfcf;
  }
  .catalog-category-view .toolbar.toolbar-products-top .outview-button,
  .catalogsearch-result-index .toolbar.toolbar-products-top .outview-button {
    justify-content: flex-end;
    padding-left: 12px;
  }
  .catalog-category-view .toolbar.toolbar-products-top .outview-button::before,
  .catalogsearch-result-index .toolbar.toolbar-products-top .outview-button::before,
  .catalog-category-view .toolbar.toolbar-products-top .field.limiter,
  .catalogsearch-result-index .toolbar.toolbar-products-top .field.limiter {
    display: none !important;
  }
  .catalog-category-view .toolbar.toolbar-products-top .outview-button button,
  .catalogsearch-result-index .toolbar.toolbar-products-top .outview-button button {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-list,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts .sort-list {
    top: calc(100% + 1px);
    left: -1px;
    width: calc(100% + 1px) !important;
    border-top: 1px solid #cfcfcf;
    border-right: 0;
    border-left: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: none;
  }
}
/* Mobile sticky REFINE + SORT BY buttons only (not full toolbar) */
@media only screen and (max-width: 768px) {
  .mobile-refine-toggle.fixed-filter,
  .sort-by-label.fixed-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    padding: 16px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cfcfcf;
  }
  .mobile-refine-toggle.fixed-filter {
    left: 0;
    border-right: 1px solid #cfcfcf;
  }
  .sort-by-label.fixed-filter {
    left: 50%;
  }
}
.filter-options-item .item {
  padding-top: 0px;
  margin-top: 10px;
  padding-right: 25px;
  padding-left: 15px;
  line-height: 13px;
}
/* Price slider — static left/right labels; only handles and fill move */
.filter-price-slider {
  padding: 12px 8px 8px;
}
.filter-price-slider .price-range-controls {
  position: relative;
  padding: 0 9px;
  height: auto;
}
.filter-price-slider .price-range-labels {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: center;
  width: 100% !important;
  min-height: 22px;
  margin: 0 0 8px;
  padding: 0;
  font-weight: 600;
  box-sizing: border-box;
}
.filter-price-slider .price-range-labels .price-min,
.filter-price-slider .price-range-labels .price-max {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  flex: 0 0 auto;
  max-width: 48%;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1.2;
}
.filter-price-slider .price-range-labels .price-min {
  text-align: left;
  margin-right: auto;
}
.filter-price-slider .price-range-labels .price-max {
  text-align: right;
  margin-left: auto;
}
.filter-price-slider .range-inputs {
  position: relative;
  height: 28px;
}
.filter-price-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background: transparent;
  margin: 0;
  pointer-events: none;
  z-index: 5;
}
.filter-price-slider .range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background: #eee;
  border-radius: 4px;
  z-index: 1;
}
/* Chrome/Safari */
.filter-price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  pointer-events: auto;
  /* Thumbs remain clickable */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-top: -1px;
}
/* Firefox */
.filter-price-slider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #333;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
}
.filter-price-slider .range-fill {
  z-index: 2;
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #000 !important;
  border-radius: 2px;
}
.filter-price-slider .filter-actions {
  display: none;
}
/* Legacy rheostat styles (unused) */
.filter-price-slider .rheostat {
  position: relative;
  width: 100%;
  height: 28px;
  margin: 6px 0;
  box-sizing: border-box;
}
.filter-price-slider .rheostat .rheostat-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  margin-top: -3px;
  background: #eee;
  /* light gray track */
  border-radius: 3px;
}
.filter-price-slider .rheostat .rheostat-progress {
  position: absolute;
  top: 50%;
  height: 6px;
  margin-top: -3px;
  border-radius: 3px;
  background: #2a9d8f;
  /* brand green */
  z-index: 2;
}
@media (max-width: 767px) {
  .price-box.price-final_price {
    flex-wrap: wrap !important;
    border-left: none;
  }
}
.filter-price-slider .rheostat .rheostat-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: box-shadow 0.12s ease, transform 0.12s ease;
  z-index: 3;
}
.filter-price-slider .rheostat .rheostat-handle:hover,
.filter-price-slider .rheostat .rheostat-handle:active {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%) scale(1.06);
}
.filter-price-slider .rheostat .rheostat-handle-lower {
  z-index: 4;
}
.filter-price-slider .rheostat .rheostat-handle-upper {
  z-index: 5;
}
/* Keep labels aligned and readable */
.filter-price-slider .price-range-labels {
  font-size: 13px;
  color: #333333;
  font-weight: 400 !important;
}
@media (max-width: 480px) {
  .filter-price-slider .rheostat {
    height: 26px;
  }
  .filter-price-slider .rheostat .rheostat-handle {
    width: 18px;
    height: 18px;
    margin-left: -9px;
  }
  .filter-price-slider .rheostat .rheostat-background,
  .filter-price-slider .rheostat .rheostat-progress {
    height: 5px;
    margin-top: -2.5px;
  }
}
.price-box.price-final_price {
  display: flex !important;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.price-box .special-price .price,
.price-box .old-price ~ .price-container .final-price,
.price-box .old-price ~ .special-price .final-price {
  color: #b44 !important;
}
.price-box .final-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block !important;
}
.price-box .old-price .price,
.price-box .old-price-text {
  color: #000 !important;
  text-decoration: line-through !important;
  opacity: 1.8;
  font-size: 13px;
  margin-left: 4px;
  display: inline-block !important;
}
.price-box .old-price,
.price-box .special-price,
.price-box .price-container,
.price-box .price-wrapper {
  display: inline-block !important;
  vertical-align: middle;
}
.price-box span {
  margin: 0;
  padding: 0;
}
/* ============================================================
   CATEGORIES filter: keep as plain text links - never a checkbox.
   Markup-side guard lives in layer/filter.phtml; this is a belt &
   suspenders rule in case any other module/template ever slips a
   checkbox into the CATEGORIES section.
   ============================================================ */
.filter-options-item[attribute-code="cat"] .ais-RefinementList-checkbox,
.filter-options-item[attribute-code="cat"] input[type="checkbox"] {
  display: none !important;
}
.filter-options-item[attribute-code="cat"] .ais-RefinementList-label {
  gap: 0;
}
/* ============================================================
   PLP applied-filter chips + filter action bar
   Sidebar stays LEFT / product grid RIGHT (standard 25/75 columns).
   FILTERS + chips sit on one horizontal line inside the sidebar block.
   ============================================================ */
/* Hidden unless active refinements exist (server omits markup; JS/CSS safety net) */
.block.filter:not(.has-active-refinements) > .filters-top-row {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* Single horizontal row: FILTERS | Clear All */
.block.filter .filters-top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  padding: 15px 12px;
  margin: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.block.filter .filters-top-row .filter-toolbar-wrap {
  margin: 0;
  padding: 0;
  border: 0;
  flex: 0 0 auto;
  width: 100%;
}
.block.filter .filters-top-row .clear-filter-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  width: 100%;
}
.block.filter .clear-filter-tabs > li {
  margin: 0;
  padding: 0;
}
.block.filter .clear-filter-tabs .filter_mobile {
  display: inline-flex;
  font-weight: 400 !important;
  color: #333333 !important;
  font-family: 'FuturaStdBook';
  font-size: 12px !important;
  line-height: 12px !important;
  letter-spacing: 0.3px !important;
}
.block.filter .clear-filter-tabs .close-filters {
  display: none;
}
.block.filter .clear-filter-tabs .customClearAll {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.block.filter .clear-filter-tabs .customClearAll.is-disabled {
  color: #b3b3b3;
  text-decoration: none;
  pointer-events: none;
}
.block.filter .clear-filter-tabs .customClearAll.has-active {
  color: #000000;
  letter-spacing: 0.3px !important;
}
/* Applied chips sit below item count + Outfit View (left), not near SORT BY */
.toolbar.toolbar-products-top .toolbar-primary {
  float: left;
  max-width: 75%;
  box-sizing: border-box;
}
.toolbar.toolbar-products-top .toolbar-stats-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.toolbar.toolbar-products-top .toolbar-stats-row .toolbar-amount,
.toolbar.toolbar-products-top .toolbar-stats-row .outview-button {
  float: none;
}
.toolbar.toolbar-products-top .toolbar-refinements {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 10px;
  width: 100%;
  padding: 8px 0 10px;
  margin: 0;
  box-sizing: border-box;
  border-bottom: 0px solid #ebebeb;
}
.toolbar.toolbar-products-top .toolbar-refinements #current-refinements {
  margin: 0;
  padding: 0;
}
#current-refinements {
  margin: 0;
}
.ais-CurrentRefinements-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.ais-CurrentRefinements-item {
  /*display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    flex: 1 0 100%;
    font-size: 12px;
    color: #333;*/
  color: #636363;
  border-radius: 2px;
  border: solid 1px #ddd;
  background-color: #f4f4f4;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  padding: 0.2em 0.5em;
  overflow: hidden;
  margin-right: 0.4em;
  margin-bottom: 0;
  flex: auto;
}
.ais-CurrentRefinements-label {
  display: inline;
  font-weight: bold;
  flex: 0 0 auto;
}
.ais-CurrentRefinements-category {
  /*display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    background: #f7f7f7;
    color: #222;
    line-height: 1.2;
    transition: border-color .15s ease, background .15s ease;*/
  color: #333;
  border: solid 1px #e2e2e2;
  background-color: #fff !important;
  display: inline-block !important;
  max-width: 100%;
  white-space: nowrap;
  padding: 5px !important;
  border-radius: 0px !important;
  margin: 0 0.5em;
  margin-top: 10px;
}
.ais-CurrentRefinements-category:hover {
  border-color: #111;
  background: #fff;
}
.ais-CurrentRefinements-categoryLabel {
  text-transform: capitalize;
}
.ais-CurrentRefinements-delete {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #555;
  font-size: 14px;
  line-height: 1;
}
.ais-CurrentRefinements-delete:hover {
  color: #111;
}
/* Desktop: enforce native two-column PLP — sidebar LEFT, products RIGHT */
@media (min-width: 1025px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }
  .catalog-category-view .sidebar.sidebar-main,
  .catalogsearch-result-index .sidebar.sidebar-main,
  .catalog-category-view .sidebar-main,
  .catalogsearch-result-index .sidebar-main {
    display: block !important;
    order: 1 !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
    float: none !important;
  }
  .catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    display: block !important;
    order: 2 !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    width: 80% !important;
    float: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-category-view .block.filter,
  .catalogsearch-result-index .block.filter {
    display: block !important;
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .block.filter .filters-top-row {
    padding: 10px 16px;
  }
  .block.filter .clear-filter-tabs {
    justify-content: space-between;
  }
  .block.filter .clear-filter-tabs .close-filters {
    display: inline-flex;
    margin-left: auto;
  }
  .block.filter .clear-filter-tabs #applyAll {
    color: #fff;
    background: #2c2c2c;
    padding: 8px 14px;
    text-decoration: none;
    letter-spacing: 1px;
  }
}
/* Mobile PLP: hide applied chips + FILTERS / Clear All / Apply All row (visibility only) */
@media only screen and (max-width: 768px) {
  .catalog-category-view .toolbar-refinements,
  .catalogsearch-result-index .toolbar-refinements,
  .catalog-category-view .filters-top-row,
  .catalogsearch-result-index .filters-top-row {
    display: none !important;
  }
}
/* PLP product grid price only — not PDP, cart, minicart, search popup, etc. */
.catalog-category-view.page-with-filter.page-products .products-grid .after_special,
.catalog-category-view.page-with-filter.page-products .products-grid .before_special,
.catalogsearch-result-index.page-with-filter.page-products .products-grid .after_special,
.catalogsearch-result-index.page-with-filter.page-products .products-grid .before_special {
  font-size: 13.08px !important;
  font-family: "FuturaStdBook";
  font-weight: 400;
  font-size: 13.08px;
  line-height: 18.3px;
  letter-spacing: 0.3px;
}
/* Search popup product prices only — not PLP, PDP, cart, etc. */
body.sb-search-open .aa-dataset-products .aa-Item .before_special,
.algolia-search-popup .aa-dataset-products .aa-Item .before_special {
  margin-left: 4px !important;
}
/* PLP New Season / Sale / Exclusive label */
body.page-with-filter .new-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26px;
  float: left;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 25px;
  position: absolute;
  line-height: 20px;
  color: #333;
  transform: translateY(-15px);
}
.products-grid .product-item-info:has(.new-tag) .result-title {
  margin: 9px 0 0 0 !important;
}
/* Homepage + category PLP search popup — mobile only */
@media screen and (max-width: 767px) {
  body.cms-index-index.cms-home.sb-search-open #search-results-list,
  body.cms-index-index.cms-home.search-popup-open #search-results-list,
  body.page-with-filter.page-products.catalog-category-view.sb-search-open #search-results-list,
  body.page-with-filter.page-products.catalog-category-view.search-popup-open #search-results-list {
    border-left: none !important;
  }
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    border-top: none !important;
  }
}
.page-with-filter.page-products.categorypath-beauty.category-beauty.catalog-category-view.page-layout-2columns-left.sb-search-open .after_special,
.cms-home.cms-index-index.page-layout-1column.sb-search-open .after_special {
  color: #000 !important;
  font-family: "FuturaStdBook";
  font-size: 12px !important;
  text-align: left;
}
.page-with-filter.page-products.categorypath-beauty.category-beauty.catalog-category-view.page-layout-2columns-left.sb-search-open .after_special.promotion,
.cms-home.cms-index-index.page-layout-1column.sb-search-open .after_special.promotion {
  color: #b44 !important;
}
.sb-search-open .aa-dataset-products .aa-Item .before_special {
  color: #000;
  text-decoration: line-through;
  margin-left: 8px;
  font-size: 12px !important;
}
.block-content.filter-content {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 768px) {
  .catalog-category-view .toolbar.toolbar-products-top .mobilesort #algolia-sorts,
  .catalogsearch-result-index .toolbar.toolbar-products-top .mobilesort #algolia-sorts {
    height: 44px !important;
    line-height: 44px !important;
    min-height: 44px !important;
  }
  .sort-dropdown .sort-by-label,
  .sort-list li {
    line-height: 44px !important;
  }
  .custom-sort:after {
    top: 17px !important;
  }
}
/* Overlay search bar: keep icon inside the full-width input (Magento 2.4.9 .block-search no longer applies). */
body.sb-search-open .header-search .search-autocomplete {
  display: none !important;
}
#algoliaAutocomplete.algolia-search-popup {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}
#algoliaAutocomplete.algolia-search-popup .aa-Label:before,
#algoliaAutocomplete.algolia-search-popup .aa-Label:after {
  display: none !important;
  content: none !important;
}
#algoliaAutocomplete.algolia-search-popup .aa-Form {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  height: 66px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff;
  box-sizing: border-box;
}
#algoliaAutocomplete.algolia-search-popup .aa-InputWrapperPrefix {
  position: absolute !important;
  left: 24px !important;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 2;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}
#algoliaAutocomplete.algolia-search-popup .aa-SubmitButton {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  line-height: 1 !important;
}
#algoliaAutocomplete.algolia-search-popup .aa-SubmitButton:after {
  display: none !important;
  content: none !important;
}
#algoliaAutocomplete.algolia-search-popup .aa-SubmitButton:before {
  font-size: 0 !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  background: url('../images/search.svg') no-repeat center / contain !important;
  content: "" !important;
}
#algoliaAutocomplete.algolia-search-popup .search-icon-svg {
  display: none !important;
}
#algoliaAutocomplete.algolia-search-popup .search-icon-svg:before {
  display: none !important;
  content: none !important;
}
#algoliaAutocomplete.algolia-search-popup .aa-InputWrapper {
  flex: 1 1 auto !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 15px 72px 15px 52px !important;
  height: 66px !important;
  border-top: 1px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  box-sizing: border-box !important;
}
#algoliaAutocomplete.algolia-search-popup input.aa-Input,
#algoliaAutocomplete.algolia-search-popup input[type='search'] {
  position: static !important;
  left: auto !important;
  float: none !important;
  width: 100% !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 1.2px;
  color: #222;
}
#algoliaAutocomplete.algolia-search-popup .aa-InputWrapperSuffix {
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 !important;
}
#algoliaAutocomplete.algolia-search-popup .aa-ClearButton {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
#algoliaAutocomplete.algolia-search-popup .close-button {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2023 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FAimes_Notorama%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_dots.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMirasvit_Rma%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_common.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMirasvit_Rma%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_view.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMirasvit_Rma%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_print_page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMirasvit_Rma%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_create-rma.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FAmbab_SearchPopup%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMageplaza_Shopbybrand%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FTechsevin_CmsPopup%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FTechsevin_CompleteLook%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FAmasty_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_jquery.mCustomScrollbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FAimes_Notorama%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FAimes_Notorama%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2Fslick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme-styles.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAA4xBA%2CaACI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%2CWAAS%3BEACvC%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CSAAS%2CaACL%2COAAM%2CIAAI%2CSACN%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAC7xBZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEJ%2CKACK%3BEACG%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CKATH%3BIAMO%2CaAAA%3BIACA%2CuBAAA%3B%3B%3BAARZ%2CKACK%2CKASI%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAfZ%2CKACK%2CKASI%2CKAMI%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BEAEA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CKA1BX%2CKASI%2CKAMI%2CIAWI%3BEACG%2CcAAA%3B%3BEAEA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3B%3BAAjCpB%2CKACK%2CKAoCG%2CGAAE%2CKACE%3BEACI%2CcAAA%3B%3BAAKhB%2CQACI%3BEASI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CQACI%2CGACI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAARZ%2CQAeI%3BEACI%2CqBAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAADJ%2CaAEK%3BEACG%2C0CAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3B%3BAACA%2CaATH%2CIASI%3BEACG%2CeAAA%3B%3BAAIZ%3BEACI%2CuCAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAGQ%2CUAFN%2CaACE%2CWACK%2CYACG%2CiBACM%3BEACE%2CeAAA%3B%3BAAOxB%2CWACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%3BEAWI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAbA%2CUAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAOR%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CUAAU%2CaAKN%3BEACI%2CmBAAA%3B%3BAANR%2CUAAU%2CaAQN%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CgBACI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAALR%2CgBACI%2CGAKI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CgBAXR%2CGAKI%2CEAMK%3BEACG%2CcAAA%3B%3BAACA%2CgBAbZ%2CGAKI%2CEAMK%2CMAEI%3BEACG%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CiDAAiD%2CuCAAjD%3BEACA%2C2BAA2B%2CqDAA3B%3BEACA%2C2BAA2B%2C8EAA8E%2CuCAAzG%3B%3BAAEJ%2CgBArBZ%2CGAKI%2CEAMK%2CMAUI%3BEACG%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CuDAAuD%2CuCAAvD%3BEACA%2C8BAA8B%2CwDAA9B%3BEACA%2C8BAA8B%2CoFAAoF%2CuCAAlH%3B%3BAAGR%2CgBA9BR%2CGAKI%2CEAyBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C6CAA6C%2CuCAA7C%3BEACA%2CyBAAyB%2CmDAAzB%3BEACA%2CyBAAyB%2C0EAA0E%2CuCAAnG%3BEACA%2CaAAA%3B%3BAAEJ%2CgBA9CR%2CGAKI%2CEAyCK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CWAAW%2CeAAX%3BEACA%2CiDAAiD%2CuCAAjD%3BEACA%2C2BAA2B%2CqDAA3B%3BEACA%2C2BAA2B%2C8EAA8E%2CuCAAzG%3BEACA%2CaAAA%3B%3BAAIA%2CgBAhEZ%2CGAKI%2CEA0DK%2CMACI%3BEACG%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CiDAAiD%2CuCAAjD%3BEACA%2C2BAA2B%2CqDAA3B%3BEACA%2C2BAA2B%2C8EAA8E%2CuCAAzG%3B%3BAAEJ%2CgBAxEZ%2CGAKI%2CEA0DK%2CMASI%3BEACG%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CuDAAuD%2CuCAAvD%3BEACA%2C8BAA8B%2CwDAA9B%3BEACA%2C8BAA8B%2CoFAAoF%2CuCAAlH%3B%3BAA%5C%2FEpB%2CgBAoFI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CyBAAA%3B%3BAAkBJ%2CQAhB2B%3BEACvB%3BIACI%2CcAAA%3B%3BEAEJ%2CQACI%2CGACI%3BIACI%2CYAAA%3B%3BEAIZ%3BIACI%2CcAAA%3B%3B%3BAASR%2CQAL0B%3BEAC1B%3BIACQ%2CaAAA%3B%3B%3BAAGR%3BEACI%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAGR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAGR%3BEACI%2C8BAAA%3BEACA%2CsBAAA%3B%3BAAWJ%2CQAR0B%3BEACtB%2CKACK%3BIACG%2CWAAA%3B%3B%3BAAKZ%2COAAQ%2CWAAW%2CiBAAiB%3BEAChC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BEAEA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CiBAAb%3B%3BAAEJ%2CgBAAiB%3BEACb%2C0BAAA%3BEAA4B%2CaAAa%2CiBAAb%3BEAC5B%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYJ%2COAAQ%2CWAAU%2CIAAI%3BEAClB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAAQ%2CWAAU%3BEACd%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAAQ%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3BAAMR%2COAAQ%2CWAAU%3B%3B%3BEAGV%2CWAAA%3BEACJ%2CiBAAA%3BEACI%2CsBAAA%3BEACJ%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CUAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CUAAS%3BEACzB%2CWAAA%3B%3BAAEJ%3BEACQ%2CWAAW%2CiBAAX%3B%3BAAER%2CcAAe%2CaAAa%2CWAAU%2CcAAe%3BEACnD%2CwCAAA%3BEACE%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACE%3BIACA%2CYAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CQAAA%3B%3B%3BAAIF%3BEACA%3BIACE%2CUAAA%3BIACA%2CgBAAgB%2CeAAhB%3B%3BEAEA%3BIACC%2CUAAA%3BIACD%2CgBAAgB%2CaAAhB%3B%3B%3BAAGF%2COAAQ%3BEACF%2CWAAA%3B%3BAAkBL%2CQAhByB%3BEAEtB%2CcAAe%2CaAAa%3BIACxB%2CaAAA%3B%3BEAEJ%2CcAAe%2CaAAa%2CGAAE%2COAAQ%3BIAClC%2CcAAA%3BIACC%2C4CAAA%3BIACJ%2CyCAAA%3B%3BEAED%2CUAAU%2CcAAe%3BIACrB%2CsBAAA%3B%3BEAER%2CcAAe%2CaAAa%2CSAAS%2CGAAE%3BIACnC%2CoBAAA%3B%3B%3BACzZJ%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAACA%2CMAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CqCAAA%3BEACA%2C8BAA8B%2CmCAA9B%3BEACA%2C2BAA2B%2CmCAA3B%3BEACA%2C0BAA0B%2CmCAA1B%3BEACA%2CyBAAyB%2CmCAAzB%3BEACA%2CsBAAsB%2CmCAAtB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAACA%2CSAAC%3BEACG%2CqCAAA%3B%3BAAGR%2CCAAC%3BEACE%2CiBAAA%3B%3BAAEH%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2C8BAA8B%2CmCAA9B%3BEACA%2C2BAA2B%2CmCAA3B%3BEACA%2C0BAA0B%2CmCAA1B%3BEACA%2CyBAAyB%2CmCAAzB%3BEACA%2CsBAAsB%2CmCAAtB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CCAAC%3BEACE%2CiBAAA%3B%3BAAGH%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CSAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C6CAA6C%2CuCAA7C%3BEACA%2CyBAAyB%2CmDAAzB%3BEACA%2CyBAAyB%2C0EAA0E%2CuCAAnG%3B%3BAAGJ%2CSAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CWAAW%2CeAAX%3BEACA%2CiDAAiD%2CuCAAjD%3BEACA%2C2BAA2B%2CqDAA3B%3BEACA%2C2BAA2B%2C8EAA8E%2CuCAAzG%3B%3BAA4CP%2CQAxCyB%3BEACtB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEACI%2CSAAC%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAiBG%2CWAAA%3B%3B%3BAC%5C%2FHX%2CQAJwB%3BEACxB%3BIACC%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACXF%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3BACHY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACLpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACCI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACVR%3BECiSI%2CgBAAA%3BEAAA%2CUAAA%3BECrMA%2CqBAAA%3BEF1FA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CWAMM%3BEACE%2CgBAAA%3B%3BAAPR%2CWAUI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CWAuBI%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CyBAAA%3B%3BAGlCR%3BEACI%2CQAAA%3B%3BAACA%2CSAAC%3BAACD%2CSAAC%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAC%3BEACG%2CWAAA%3B%3BAAgIL%2CQArBuB%3BEAElB%2CQAAC%3BIACG%2CWAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CQAJH%2CIAII%3BIACG%2CeAAA%3B%3B%3BACmFhB%2CaACI%3BEACI%2CoBAAA%3B%3BAAOJ%2CQAJ2B%3BEAI3B%2CaALA%3BIAEQ%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAPZ%2CaAUI%2COAAM%3BEACF%2CWAAA%3B%3BAAGR%2CaACI%2CuBACI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CaARR%2CuBACI%2CEAOK%3BEACG%2CgBAAA%3B%3BAAVhB%2CaAcI%2CgBAAe%3BEACX%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BACzGP%3BEAnIC%2CcACE%3BIACE%2CcAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CcAME%3BIACE%2CgCAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEATJ%2CcAaE%3BIACE%2C%2BBAAA%3BIACA%2CkCAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAlBJ%2CcAoBE%3BEApBF%2CcAqBE%2CEAAC%3BIACC%2CqCAAA%3B%3BEAtBJ%2CcAwBE%3BEAxBF%2CcAyBE%3BIACE%2CyBAAA%3BIACA%2CwBAAA%3B%3BEA3BJ%2CcA6BE%3BIACE%2C2BAAA%3B%3BEA9BJ%2CcAgCE%2CeAAe%3BIACb%2CWAAA%3BIACA%2CmBAAA%3B%3BEAlCJ%2CcAoCE%2CeAAe%2CMAAM%3BIACnB%2CWAAA%3B%3BEArCJ%2CcAuCE%2CeAAe%2CMAAQ%2CQAAQ%2CKAAE%3BIAC%5C%2FB%2C6BAAA%3B%3BEAxCJ%2CcA0CE%3BEA1CF%2CcA2CE%3BEA3CF%2CcA4CE%3BIACE%2CwBAAA%3B%3BEA7CJ%2CcA%2BCE%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CWAAA%3B%3BEAnDJ%2CcAqDE%3BEArDF%2CcAsDE%3BEAtDF%2CcAuDE%3BEAvDF%2CcAwDE%3BIACE%2CUAAA%3BIACA%2CSAAA%3B%3BEA1DJ%2CcA4DE%3BIACE%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEA%5C%2FDJ%2CcAiEE%3BEAjEF%2CcAkEE%3BEAlEF%2CcAmEE%3BIACE%2CuBAAA%3B%3BEApEJ%2CcAsEE%3BIACE%2CwBAAA%3B%3BEAvEJ%2CcAyEE%3BEAzEF%2CcA0EE%3BEA1EF%2CcA2EE%2CQAAO%2CQAAW%2CIAAC%3BEA3ErB%2CcA4EE%2COAAM%2CQAAW%2CIAAC%3BEA5EpB%2CcA6EE%2CQAAO%2CQAAW%2CIAAC%3BIACjB%2CaAAA%3B%3BEA9EJ%2CcAgFE%3BEAhFF%2CcAiFE%2CQAAQ%3BIACN%2CyBAAA%3BIACA%2CcAAA%3B%3BEAnFJ%2CcAqFE%2CqBAAqB%2CaAAa%2CoBAAmB%2CIAAI%3BIACvD%2CYAAA%3BIACA%2CmBAAA%3B%3BEAvFJ%2CcAyFE%2CQAAO%3BIACL%2CsBAAA%3BIACA%2CsBAAA%3B%3BEA3FJ%2CcA6FE%3BIACE%2CcAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FFJ%2CcAiGE%2CQAAO%3BIACL%2CUAAA%3B%3BEAlGJ%2CcAqGE%3BIACE%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA3GJ%2CcA6GE%2CMAAK%2CMAAO%3BIACV%2CaAAA%3B%3BEA9GJ%2CcAgHE%3BIACE%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAzHJ%2CcA2HE%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BEA3HhD%2CcA4HE%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BIAC5C%2CYAAA%3B%3BEA7HJ%2CcA%2BHE%3BEA%5C%2FHF%2CcA%2BHyB%3BIACrB%2CaAAA%3B%3B%3BACjIN%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CYAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAHR%2C%2BBACI%2COAII%3BEACI%2CgBAAA%3B%3BAAKJ%2CQAJ4B%3BEAI5B%2C%2BBAVJ%2COAII%3BIAGQ%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAThB%2C%2BBACI%2COAYI%3BEACI%2CiBAAA%3B%3BAAdZ%2C%2BBAkBI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CsBAMI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAARR%2CsBAMI%2C8BAII%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAZZ%2CsBAMI%2C8BASI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAEA%2CsBAfR%2C8BASI%2CQAMK%3BEACG%2CqBAAA%3B%3BAAMhB%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CaALU%2CiBAKT%2CUAAU%3BEACP%2CWAAA%3B%3BAAGR%2CmBACI%2CUACI%3BEACI%2CgBAAA%3B%3BACzEZ%3BEACI%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyCAAA%3B%3BAAEA%2CoBAAC%3BEACG%2CyBAAA%3B%3BAAGJ%2CoBAAC%3BAAAuB%2CoBAAC%3BEACrB%2CaAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CoBAAC%2CqBAIG%3BAAJoB%2CoBAAC%2CqBAIrB%3BAAJJ%2CoBAAC%2CqBAIc%3BAAJS%2CoBAAC%2CqBAIV%3BAAJf%2CoBAAC%2CqBAI0B%3BAAJH%2CoBAAC%2CqBAIE%3BAAJ3B%2CoBAAC%2CqBAI2C%3BAAJpB%2CoBAAC%2CqBAImB%3BEACpC%2CwBAAA%3B%3BAAIR%2CoBAAC%2CsBAKG%3BEACI%2CcAAA%3B%3BAA9BZ%2CoBAkCI%3BEACI%2CkBAAA%3B%3BEAEA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAzCR%2CoBA4CI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2COAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEA%2CSAAC%3BEACG%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CWAAA%3BEACA%2CiBAAA%3BEAEA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2C%2BBAAgC%3BEAC5B%2CYAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAIJ%2C%2BBAAgC%3BEAC5B%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CgBAKI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CoBAAqB%2CSAQjB%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CoBAAqB%2CSAiBjB%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAApBR%2CoBAAqB%2CSAiBjB%2COAKI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAzBZ%2CoBAAqB%2CSA6BjB%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAvCR%2CoBAAqB%2CSA0CjB%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAlDR%2CoBAAqB%2CSAqDjB%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAA1DR%2CoBAAqB%2CSA6DjB%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDR%2CoBAAqB%2CSAkEjB%2CeAAc%3BEACV%2CWAAA%3B%3BAAnER%2CoBAAqB%2CSAsEjB%3BEACI%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAzER%2CoBAAqB%2CSA4EjB%2CSAAQ%3BEACJ%2CWAAA%3B%3BAA7ER%2CoBAAqB%2CSAgFjB%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAnFR%2CoBAAqB%2CSAsFjB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA3FR%2CoBAAqB%2CSA8FjB%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAjGR%2CoBAAqB%2CSAoGjB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CoBA7Ga%2CSAoGjB%2CqBASK%3BEACG%2CWAAA%3B%3BAAGJ%2CoBAjHa%2CSAoGjB%2CqBAaK%3BEACG%2CWAAA%3B%3BAAlHZ%2CoBAAqB%2CSAoGjB%2CqBAiBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvHZ%2CoBAAqB%2CSAoGjB%2CqBAsBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAA5HZ%2CoBAAqB%2CSAoGjB%2CqBA2BI%3BEACI%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CsBACI%3BAADoB%2CkBACpB%3BEACI%2CUAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEAGA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CsBAfR%2CSAeS%3BAAAD%2CkBAfR%2CSAeS%3BEACG%2CWAAA%3BEACA%2C0BAAA%3B%3BAAlBhB%2CsBACI%2CSAqBI%3BAAtBgB%2CkBACpB%2CSAqBI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBA1BR%2CSAqBI%2CaAKK%3BAAAD%2CkBA1BR%2CSAqBI%2CaAKK%3BEACG%2CWAAA%3BEACA%2C0BAAA%3B%3BAAMhB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CgBAKI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CgBAPJ%2CEAOK%3BEACG%2CWAAA%3BEACA%2CyBAAA%3B%3BAAKZ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANJ%2C6BAQI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C6BAPJ%2CEAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2C6BAqBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvBR%2C6BA0BI%3BAA1BJ%2C6BA0ByB%3BEACjB%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3B%3B%3BAA8KJ%2CQA1K0B%3BEACtB%3BIACI%2CwBAAA%3B%3BEAGJ%2CoBAAqB%2CSAAS%2CqBAAoB%3BIAC9C%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CSAAS%2CqBAAoB%2CiBAAkB%3BIAChE%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CSAAS%2CqBAAoB%2CkBAAmB%3BIACjE%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CSAAS%2CqBAAoB%2CkBAAmB%3BIACjE%2CcAAA%3B%3BEAGJ%2CIAAI%3BEACJ%2CIAAI%3BIACA%2C2BAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CIAAI%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAIA%2CoBAAC%3BIACG%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3BIACJ%2C6BAAA%3BIACA%2CYAAA%3B%3BEAGA%2CoBAAC%2CWAAW%3BEACZ%2CoBAAC%2CWAAW%3BEACZ%2CoBAAC%2CWAAW%3BIACR%2CwBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CoBAAC%2CWAAY%3BIACT%2CmBAAA%3B%3BEAGJ%2CoBAAC%2CWAAY%3BIACT%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CWAAY%3BIACT%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAC%2CWAAY%3BIACT%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CoBAAC%2CWAAY%3BIACT%2CYAAY%2CkBAAZ%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CWAAW%2CqBAAsB%3BEAClC%2CoBAAC%2CWAAW%2CqBAAsB%3BIAC9B%2CyBAAA%3B%3BEAGJ%2CoBAAC%2CWAAW%2CqBAAsB%3BEAClC%2CoBAAC%2CWAAW%2CqBAAsB%3BIAC9B%2CwBAAA%3B%3BEAGJ%2CoBAAC%2CWAAY%3BEACb%2CoBAAC%2CWAAY%3BEACb%2CoBAAC%2CWAAY%3BEACb%2CoBAAC%2CWAAY%3BIACT%2CmBAAA%3B%3BEAGJ%2CoBAAC%2CWAAY%3BIACT%2CeAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BEAGJ%2CIAAI%2CkBAAmB%3BIACnB%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CIAAI%2CkBAAmB%3BEACvB%2CIAAI%2CkBAAmB%3BEACvB%2CIAAI%2CkBAAmB%3BEACvB%2CIAAI%2CkBAAmB%3BEACvB%2CIAAI%2CkBAAmB%3BIACnB%2CoBAAA%3B%3BEAGJ%2CIAAI%2CkBAAmB%3BEACvB%2CIAAI%2CkBAAmB%2CqBAAqB%3BIACxC%2CoBAAA%3B%3BEAGJ%2CoBAAoB%3BIAChB%2CiBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BIACI%2CQAAA%3B%3BEAGJ%3BIACI%2CQAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CWAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3B%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEAED%2C2BAAA%3B%3BAALH%2CmBAOI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAZR%2CmBAeI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CmBAeI%2CoBAOI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAjCZ%2CmBAeI%2CoBAqBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAzCZ%2CmBA6CI%3BEACI%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAjDR%2CmBAoDI%3BEACI%2COAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAzDR%2CmBAoDI%2CqBAOI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAhEZ%2CmBAoEI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA5ER%2CmBAoEI%2CmBAUI%3BAA9ER%2CmBAoEI%2CmBAUyB%3BEACjB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjFZ%2CmBAoEI%2CmBAgBI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA1FZ%2CmBAoEI%2CmBAgBI%2CuBAQI%3BEACI%2CcAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CmBA5BZ%2CmBAgBI%2CuBAQI%2CEAIK%3BEACG%2CcAAA%3BEACA%2CgCAAA%3B%3BAAlGpB%2CmBAoEI%2CmBAmCI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CmBA1CR%2CmBAmCI%2CEAOK%3BEACG%2C0BAAA%3B%3BAAyBhB%2CQAnB0B%3BEACtB%2CmBACI%3BIACI%2CsBAAA%3B%3BEAFR%2CmBAII%3BIACI%2CWAAA%3BIACA%2C6BAAA%3B%3BEANR%2CmBAQI%3BIACI%2CaAAA%3B%3BEATR%2CmBAWI%3BIACI%2CWAAA%3B%3B%3BAAYR%2CQANsB%3BEACtB%3BIACI%2CwBAAA%3B%3B%3BAAcH%2CQATD%3BEACI%2CmBAAoB%3BIAChB%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACntBZ%2CmBAAoB%3BEAClB%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2C6BAAA%3BEACA%2CiBAAA%3B%3BAC3BF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2COAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAGF%2CYAAa%3BEACX%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEF%3BEACE%2CeAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACC%2CiCAAA%3BEACH%2CyCAAA%3B%3BAAEA%2CcAAc%3BEACd%2CkCAAA%3BEACA%2C0CAAA%3B%3BAAsCA%2CuBAAwB%3BEACxB%2CeAAA%3BEACE%2CcAAA%3BEACA%2CyCAAA%3BEACA%2CgBAAA%3BEAAiB%2CYAAA%3B%3BAAEnB%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAGF%2CYAAa%3BEACX%2CWAAA%3BEACA%2C0BAAA%3B%3BACpGF%3BEACE%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACM%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAQN%2CQANgC%3BEAMhC%3BIAJM%2CcAAA%3B%3B%3BAAXR%2C0BAeE%3BEACM%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2C0BAZN%2CeAYO%3BEACD%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAnCR%2C0BAeE%2CeAuBM%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CqBAAA%3BEACA%2CeAAA%3B%3BAA9CR%2C0BAoDE%3BEACE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACC%2CiBAAA%3BEACG%2CYAAA%3B%3BAA1DR%2C0BAoDE%2C0BAQA%3BAA5DF%2C0BAoDE%2C0BAQgB%3BEACd%2CUAAA%3B%3BAA7DJ%2C0BAoDE%2C0BAQA%2CeAGE%3BAA%5C%2FDJ%2C0BAoDE%2C0BAQgB%2CyBAGd%3BEACE%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArEN%2C0BAoDE%2C0BAQA%2CeAYE%3BAAxEJ%2C0BAoDE%2C0BAQgB%2CyBAYd%3BEACE%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC%2BBL%2CwBAND%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACqHR%3B%3BEAEI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAKA%2CQAJuB%3BEAIvB%3BIAHI%2CoBAAA%3BIACA%2CgBAAA%3B%3B%3BAAPR%2CmBASI%3BAATJ%2CmBASgB%3BEACR%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CmBAfJ%3BEAeI%2CmBAfQ%3BIAaJ%2CeAAA%3B%3B%3BAAKJ%2CQAHwB%3BEAGxB%2CmBAlBJ%3BEAkBI%2CmBAlBQ%3BIAgBJ%2CeAAA%3B%3B%3BAAKJ%2CQAHuB%3BEAGvB%2CmBArBJ%3BEAqBI%2CmBArBQ%3BIAmBJ%2CgBAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CmBAxBA%3BEAwBA%2CmBAxBY%3BIAsBJ%2CeAAA%3B%3B%3BAA%5C%2FBZ%2CmBAkCI%3BEACI%2CMAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CmBANJ%3BIAIQ%2CiBAAA%3B%3B%3BAAKJ%2CQAHwB%3BEAGxB%2CmBATJ%3BIAOQ%2CiBAAA%3B%3B%3BAAKJ%2CQAHuB%3BEAGvB%2CmBAZJ%3BIAUQ%2CiBAAA%3B%3B%3BAAKJ%2CQAHuB%3BEAGvB%2CmBAfJ%3BIAaQ%2CiBAAA%3B%3B%3BAA%5C%2FCZ%2CmBAkCI%2CWAeI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApDZ%2CmBAuDI%3BEACI%2CQAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CmBAPJ%3BIAIQ%2CQAAA%3BIACA%2CiBAAA%3B%3B%3BAAKJ%2CQAHwB%3BEAGxB%2CmBAVJ%3BIAQQ%2CQAAA%3B%3B%3BAAKJ%2CQAHuB%3BEAGvB%2CmBAbJ%3BIAWQ%2CQAAA%3B%3B%3BAAlEZ%2CmBAuDI%2CoBAaI%3BEACI%2CgBAAA%3B%3BAArEZ%2CmBAuDI%2CoBAaI%2CkBAEI%3BEACI%2CeAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CmBApBZ%2CoBAaI%2CkBAEI%3BIAGQ%2CeAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CmBAvBR%2CoBAaI%2CkBAEI%3BIAMQ%2CeAAA%3B%3B%3BAA5EpB%2CmBAuDI%2CoBAaI%2CkBAWI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CmBA%5C%2FBZ%2CoBAaI%2CkBAWI%3BIAKQ%2CeAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CmBAlCR%2CoBAaI%2CkBAWI%3BIAQQ%2CeAAA%3B%3B%3BAAvFpB%2CmBAuDI%2CoBAoCI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAASJ%2CQALwB%3BEAKxB%2CmBANJ%2CwBAAwB%3B%3B%3B%3B%3B%3BAAUxB%2CQAJ4B%3BEAI5B%2CmBAVA%2CwBAAwB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAwBxB%2CQAHyB%3BEAGzB%2CoBAJiB%2CoBAAoB%2CwBAAwB%3BIAEzD%2CcAAA%3B%3B%3BAAMA%2CQAJoB%3BEAIpB%2CoBARa%2CoBAAoB%2CwBAAwB%3BIAKrD%2CWAAA%3BIACA%2CcAAA%3B%3B%3BAAMZ%2CQAJgC%3BEAIhC%2CoBAZqB%2CoBAAoB%2CwBAAwB%3BIASrD%2CWAAA%3BIACA%2CcAAA%3B%3B%3BAAGZ%2CoBAAqB%3BEACjB%2CiBAAA%3B%3BAAEJ%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%3BEACvC%2CeAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CoBALiB%2CSAAS%2CQAAO%2CKAAM%3BIAGnC%2CeAAA%3B%3B%3BAAKJ%2CQAHwB%3BEAGxB%2CoBARiB%2CSAAS%2CQAAO%2CKAAM%3BIAMnC%2CeAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CoBAXqB%2CSAAS%2CQAAO%2CKAAM%3BIASnC%2CeAAA%3B%3B%3BAAGR%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BAAAa%2C2BAA4B%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BAAAa%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BEACrK%2CeAAA%3BEACA%2CsBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CqBANkB%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BEAM1C%2C2BANmF%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BEAM3G%2CoBAN6I%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BIAIjK%2CeAAA%3B%3B%3BAAKR%2CQAH4B%3BEAG5B%2CqBATsB%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BEAS9C%2C2BATuF%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BEAS%5C%2FG%2CoBATiJ%2CSAAS%2CQAAO%2CKAAM%2CGAAE%3BIAOjK%2CeAAA%3B%3B%3BAAGR%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CYAAY%3BAAAM%2C2BAA4B%2CSAAS%2CQAAO%2CKAAM%2CYAAY%3BAAAM%2CoBAAqB%2CSAAS%2CQAAO%2CKAAM%2CYAAY%3BEAAK%2CgBAAA%3B%3BAAC9L%2CoBAAqB%3BAAAkB%2C2BAA4B%3BEAC%5C%2FD%2CkBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2C2BAAA%3B%3BAAEJ%2CoBAAqB%2CwBAAwB%3BEACzC%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%3BAAAO%2C2BAA4B%2CSAAS%2CQAAO%3BAAAO%2CoBAAqB%2CSAAS%2CQAAO%3BEACjI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAKlC%3BAALyC%2C2BAA4B%2CSAAS%2CQAAO%2CKAKrF%3BAAL4F%2CoBAAqB%2CSAAS%2CQAAO%2CKAKjI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAPR%2CqBAAsB%2CSAAS%2CQAAO%2CKAKlC%2CYAGI%3BAARqC%2C2BAA4B%2CSAAS%2CQAAO%2CKAKrF%2CYAGI%3BAARwF%2CoBAAqB%2CSAAS%2CQAAO%2CKAKjI%2CYAGI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAZZ%2CqBAAsB%2CSAAS%2CQAAO%2CKAelC%3BAAfyC%2C2BAA4B%2CSAAS%2CQAAO%2CKAerF%3BAAf4F%2CoBAAqB%2CSAAS%2CQAAO%2CKAejI%3BEACI%2CcAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CqBApBc%2CSAAS%2CQAAO%2CKAelC%3BEAKI%2C2BApBiE%2CSAAS%2CQAAO%2CKAerF%3BEAKI%2CoBApB6G%2CSAAS%2CQAAO%2CKAejI%3BIAGQ%2CcAAA%3B%3B%3BAAlBZ%2CqBAAsB%2CSAAS%2CQAAO%2CKAelC%2CeAKI%3BAApBqC%2C2BAA4B%2CSAAS%2CQAAO%2CKAerF%2CeAKI%3BAApBwF%2CoBAAqB%2CSAAS%2CQAAO%2CKAejI%2CeAKI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBA1BU%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKAMK%2CUAAU%3BAAAX%2C2BA1B6D%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKAMK%2CUAAU%3BAAAX%2CoBA1ByG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKAMK%2CUAAU%3BEACP%2CkBAAA%3B%3BAAEJ%2CqBA7BU%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKASK%2CUAAU%3BAAAX%2C2BA7B6D%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKASK%2CUAAU%3BAAAX%2CoBA7ByG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKASK%2CUAAU%3BEACP%2CkBAAA%3B%3BAA9BhB%2CqBAAsB%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKAYI%3BAAhCiC%2C2BAA4B%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKAYI%3BAAhCoF%2CoBAAqB%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKAYI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CqBA3CM%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKAYI%3BEAWI%2C2BA3CyD%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKAYI%3BEAWI%2CoBA3CqG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKAYI%3BIAQQ%2CuBAAA%3BIACA%2CiBAAA%3B%3B%3BAAKR%2CQAH2B%3BEAG3B%2CqBA9CU%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKAYI%3BEAcA%2C2BA9C6D%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKAYI%3BEAcA%2CoBA9CyG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKAYI%3BIAYQ%2CcAAA%3B%3B%3BAAGR%2CqBA%5C%2FCU%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKA2BK%3BAAAD%2C2BA%5C%2FC6D%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKA2BK%3BAAAD%2CoBA%5C%2FCyG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKA2BK%3BEACG%2CsBAAA%3B%3BAACA%2CqBAjDM%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKA2BK%2COAEI%3BAAAD%2C2BAjDyD%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKA2BK%2COAEI%3BAAAD%2CoBAjDqG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKA2BK%2COAEI%3BAAAQ%2CqBAjDH%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKA2BK%2COAEa%3BAAAD%2C2BAjDgD%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKA2BK%2COAEa%3BAAAD%2CoBAjD4F%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKA2BK%2COAEa%3BEACN%2CSAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CqBA3DM%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKA2BK%2COAYI%3BAAAD%2C2BA3DyD%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKA2BK%2COAYI%3BAAAD%2CoBA3DqG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKA2BK%2COAYI%3BEACG%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAjEM%2CSAAS%2CQAAO%2CKAelC%2CeAKI%2CKA2BK%2COAkBI%3BAAAD%2C2BAjEyD%2CSAAS%2CQAAO%2CKAerF%2CeAKI%2CKA2BK%2COAkBI%3BAAAD%2CoBAjEqG%2CSAAS%2CQAAO%2CKAejI%2CeAKI%2CKA2BK%2COAkBI%3BEACG%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArEpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBACI%3BAA3EqC%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBACI%3BAA3EwF%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAA7EZ%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%3BAA%5C%2FEsB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%3BAA%5C%2FEyE%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%3BEACX%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAnFZ%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAKX%3BAApFiC%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAKX%3BAApFoF%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAKX%3BEACI%2CmBAAA%3B%3BAArFhB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAKX%2COAEI%3BAAtF6B%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAKX%2COAEI%3BAAtFgF%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAKX%2COAEI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAzFpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COACM%3BAA7F2B%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COACM%3BAA7F8E%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COACM%3BEACE%2CmBAAA%3B%3BAA9FpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%3BAAhG6B%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%3BAAhGgF%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAnGpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAII%3BAApGyB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAII%3BAApG4E%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAII%3BEACI%2CmBAAA%3B%3BAArGxB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAOI%3BAAvGyB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAOI%3BAAvG4E%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAOI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAzGxB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAOI%2CSAGI%3BAA1GqB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAOI%2CSAGI%3BAA1GwE%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAaX%2COAII%2CiBAOI%2CSAGI%3BEACI%2CgBAAA%3B%3BAA3G5B%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%3BAAhHiC%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%3BAAhHoF%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%3BEACI%2CgBAAA%3B%3BAAjHhB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%3BAAlH6B%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%3BAAlHgF%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%3BEACI%2CmBAAA%3B%3BAAnHpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%3BAApHyB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%3BAApH4E%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%3BEACI%2CWAAA%3B%3BAArHxB%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAEI%3BAAtHqB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAEI%3BAAtHwE%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAEI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAA9H5B%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAYI%3BAAhIqB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAYI%3BAAhIwE%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAYI%3BEACI%2CWAAA%3B%3BAAjI5B%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAYI%2CSAEI%3BAAlIiB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAYI%2CSAEI%3BAAlIoE%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAEI%2CUAEI%2COAYI%2CSAEI%3BEACI%2CyBAAA%3B%3BAAnIhC%2CqBAAsB%2CSAAS%2CQAAO%2CKA0ElC%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAwBI%2CmBACI%3BAAzIyB%2C2BAA4B%2CSAAS%2CQAAO%2CKA0ErF%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAwBI%2CmBACI%3BAAzI4E%2CoBAAqB%2CSAAS%2CQAAO%2CKA0EjI%2CuBAKI%2COAAM%2CSAAS%2CKAiCX%2CiBAwBI%2CmBACI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5IxB%2CqBAAsB%2CSAAS%2CQAAO%2CKAkJlC%2CSAAQ%3BAAlJiC%2C2BAA4B%2CSAAS%2CQAAO%2CKAkJrF%2CSAAQ%3BAAlJoF%2CoBAAqB%2CSAAS%2CQAAO%2CKAkJjI%2CSAAQ%3BEACJ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CqBAzJc%2CSAAS%2CQAAO%2CKAkJlC%2CSAAQ%3BEAOJ%2C2BAzJiE%2CSAAS%2CQAAO%2CKAkJrF%2CSAAQ%3BEAOJ%2CoBAzJ6G%2CSAAS%2CQAAO%2CKAkJjI%2CSAAQ%3BIAKA%2CUAAA%3B%3B%3BAAKR%2CQAH4B%3BEAG5B%2CqBA5JkB%2CSAAS%2CQAAO%2CKAkJlC%2CSAAQ%3BEAUR%2C2BA5JqE%2CSAAS%2CQAAO%2CKAkJrF%2CSAAQ%3BEAUR%2CoBA5JiH%2CSAAS%2CQAAO%2CKAkJjI%2CSAAQ%3BIAQA%2CWAAA%3B%3B%3BAA1JZ%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%3BAA7JyC%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%3BAA7J4F%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CqBAtKc%2CSAAS%2CQAAO%2CKA6JlC%3BEASI%2C2BAtKiE%2CSAAS%2CQAAO%2CKA6JrF%3BEASI%2CoBAtK6G%2CSAAS%2CQAAO%2CKA6JjI%3BIAOQ%2C0BAAA%3B%3B%3BAAKJ%2CQAHwB%3BEAGxB%2CqBAzKc%2CSAAS%2CQAAO%2CKA6JlC%3BEAYI%2C2BAzKiE%2CSAAS%2CQAAO%2CKA6JrF%3BEAYI%2CoBAzK6G%2CSAAS%2CQAAO%2CKA6JjI%3BIAUQ%2CuBAAA%3B%3B%3BAAvKZ%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAYI%3BAAzKqC%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAYI%3BAAzKwF%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAYI%3BEACI%2CaAAA%3B%3BAA1KZ%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%3BAA5KqC%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%3BAA5KwF%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FKZ%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%3BAAhLiC%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%3BAAhLoF%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%3BEACI%2CmBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CqBArLM%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%3BEAKI%2C2BArLyD%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%3BEAKI%2CoBArLqG%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%3BIAGQ%2CmBAAA%3B%3B%3BAAKJ%2CQAHuB%3BEAGvB%2CqBAxLM%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%3BEAQI%2C2BAxLyD%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%3BEAQI%2CoBAxLqG%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%3BIAMQ%2C8BAAA%3B%3B%3BAAtLpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%2COAQI%3BAAxL6B%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%2COAQI%3BAAxLgF%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%2COAQI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAjMpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%2COAmBI%3BAAnM6B%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%2COAmBI%3BAAnMgF%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%2COAmBI%3BEACI%2CkBAAA%3B%3BAApMpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%2COAmBI%2CWAEI%3BAArMyB%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%2COAmBI%2CWAEI%3BAArM4E%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%2COAmBI%2CWAEI%3BAArMpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%2COAmBI%2CWAEW%3BAArMkB%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%2COAmBI%2CWAEW%3BAArMqE%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%2COAmBI%2CWAEW%3BAArM3B%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAII%2COAmBI%2CWAEqB%3BAArMQ%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAII%2COAmBI%2CWAEqB%3BAArM2D%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAII%2COAmBI%2CWAEqB%3BEACb%2CyBAAA%3B%3BAAtMxB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%3BAA5MyB%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%3BAA5M4E%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAA9MxB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%3BAA%5C%2FMqB%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%3BAA%5C%2FMwE%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAHuB%3BEAGvB%2CqBArNN%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%3BEAMI%2C2BArN6C%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%3BEAMI%2CoBArNyF%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%3BIAIQ%2CmBAAA%3B%3B%3BAAnNhC%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAMI%3BAArNiB%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAMI%3BAArNoE%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAMI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%2CqBA5NN%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAMI%3BEAOA%2C2BA5N6C%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAMI%3BEAOA%2CoBA5NyF%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAMI%3BIAKQ%2CiBAAA%3B%3B%3BAA1NpC%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAcI%2COAAM%3BAA7NW%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAcI%2COAAM%3BAA7N8D%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBA8BI%2CUACM%2CSACE%2CSAGI%2CcAcI%2COAAM%3BEACF%2CWAAA%3B%3BAA9NhC%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAyDI%2CwBACI%2COAAM%3BAAtOuB%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAyDI%2CwBACI%2COAAM%3BAAtO0E%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAyDI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAvOpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAyDI%2CwBAII%2CYACI%2CSACI%2CQAAO%2CQAAQ%3BAA3OM%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAyDI%2CwBAII%2CYACI%2CSACI%2CQAAO%2CQAAQ%3BAA3OyD%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAyDI%2CwBAII%2CYACI%2CSACI%2CQAAO%2CQAAQ%3B%3B%3B%3B%3BAA3OvC%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAuEI%2COAAM%3BAAnP2B%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAuEI%2COAAM%3BAAnP8E%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAuEI%2COAAM%3BEACF%2CaAAA%3B%3BAApPhB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBA0EI%2CSACI%2CQAAO%2CQAAQ%3BAAvPc%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBA0EI%2CSACI%2CQAAO%2CQAAQ%3BAAvPiE%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBA0EI%2CSACI%2CQAAO%2CQAAQ%3B%3B%3B%3B%3BAAvP%5C%2FB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAiFI%2CMAAK%3BAA7P4B%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAiFI%2CMAAK%3BAA7P%2BE%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAiFI%2CMAAK%3BEACD%2CaAAA%3B%3BAA9PhB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%3BAAhQW%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%3BAAhQ8D%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%3BEAClB%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKA%2CQAJuB%3BEAIvB%2CqBA5QM%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%3BEAYlB%2C2BA5QyD%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%3BEAYlB%2CoBA5QqG%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%3BIASd%2CcAAA%3BIACA%2CYAAA%3B%3B%3BAA1QpB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%2CQAYlB%2CiBACI%3BAA7QyB%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%2CQAYlB%2CiBACI%3BAA7Q4E%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAoFI%2CMAAK%2CcAAiB%2CQAYlB%2CiBACI%3BEACI%2CuBAAA%3B%3BAA9QxB%2CqBAAsB%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAsGI%2CMAAK%2CcAAc%2CQAAW%3BAAlRG%2C2BAA4B%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAsGI%2CMAAK%2CcAAc%2CQAAW%3BAAlRsD%2CoBAAqB%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAsGI%2CMAAK%2CcAAc%2CQAAW%3BEAC1B%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAtRM%2CSAAS%2CQAAO%2CKA6JlC%2CmBAeI%2CkBAsGI%2CMAAK%2CcAAc%2CQAAW%2CQAIzB%3BAAAD%2C2BAtRyD%2CSAAS%2CQAAO%2CKA6JrF%2CmBAeI%2CkBAsGI%2CMAAK%2CcAAc%2CQAAW%2CQAIzB%3BAAAD%2CoBAtRqG%2CSAAS%2CQAAO%2CKA6JjI%2CmBAeI%2CkBAsGI%2CMAAK%2CcAAc%2CQAAW%2CQAIzB%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FRpB%2CqBAAsB%2CSAAS%2CQAAO%2CKAqSlC%2CSAAQ%2CKAAK%3BAArS4B%2C2BAA4B%2CSAAS%2CQAAO%2CKAqSrF%2CSAAQ%2CKAAK%3BAArS%2BE%2CoBAAqB%2CSAAS%2CQAAO%2CKAqSjI%2CSAAQ%2CKAAK%3BAArSjB%2CqBAAsB%2CSAAS%2CQAAO%2CKAqSV%3BAArSiB%2C2BAA4B%2CSAAS%2CQAAO%2CKAqS7D%3BAArSoE%2CoBAAqB%2CSAAS%2CQAAO%2CKAqSzG%3BEACpB%2CaAAA%3B%3BAAGR%2CoBAAqB%2CUAAY%2CSAAM%2CSAAY%2CSAAM%3BAAAQ%2C2BAA4B%2CUAAY%2CSAAM%2CSAAY%2CSAAM%3BAAAQ%2CgBAAiB%2CUAAY%2CSAAM%2CSAAY%2CSAAM%3BEAC1L%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3B%3BAAkCJ%2CQA3B0B%3BEACxB%2CqBACE%2CSACI%2CQAAO%2CKACH%3BIACI%2CUAAA%3B%3BEAJd%2CqBACE%2CSACI%2CQAAO%2CKAIH%2CuBACI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEATlB%2CqBACE%2CSACI%2CQAAO%2CKAIH%2CuBACI%2CyBAGI%3BIACI%2CWAAA%3B%3BEAXtB%2CqBACE%2CSACI%2CQAAO%2CKAIH%2CuBAQI%2COAAM%2CSAAS%3BIACX%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAAqCpB%2CQA5ByB%3BEACrB%2CqBACI%2CSACI%2CQAAO%2CKACH%2CeACI%3BIACI%2CiBAAA%3B%3BEALpB%2CqBACI%2CSACI%2CQAAO%2CKAMH%2CuBACI%2COAAM%2CSAAS%2CKACX%2CiBACI%2CmBACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAYpC%2CqBAAsB%2CeAAc%2CIAAI%3BEACpC%2C6BAAA%3B%3B%3BACyHJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%3BEACjB%2CaAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%3BEAChC%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%3BEACnC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAkB%3BEACrD%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%3BEACvD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%2CmBAAqB%3BEAC5E%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%2CmBAAqB%2COAAK%3BEACjF%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%2CmBAAqB%2COAAK%2CKAAK%3BEACtF%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%3BEACtD%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%3BEAC5E%2CmBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%2COAAO%3BEACnF%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%3BEAC5E%2CeAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%2CeAAe%2CeAAiB%3BEAC5G%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%3BEAC5E%2CcAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%2CWAAW%2CeAAe%3BEACtG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%3BEAC5E%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CqBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%3BEACjB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CYAAY%3BEAC5C%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CkBAAmB%2CYAAY%2CGAAG%3BEAC9B%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%2COAAM%3BEACrB%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CUAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CkBAAmB%3BAAAa%2CkBAAmB%3BEAC%5C%2FC%2CYAAA%3B%3BAAEJ%2CkBAAmB%2COAAM%2CYAAY%3BEACjC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CkBAAmB%2CYAAY%2CGAAG%2COAAM%3BEACpC%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAAmB%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEACjD%2CmBAAA%3B%3BAAEJ%2CkBAAmB%2COAAM%2CYAAY%2CWAAW%3BEAC5C%2CaC5%2BBe%2CcD4%2BBf%3BEACF%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BEACE%2CSEr9BQ%2COFq9BR%3B%3BAAEJ%2CkBAAmB%2COAAM%3BEACrB%2CYAAA%3B%3BAAEJ%2CkBAAmB%2COAAM%2CYAAY%2CWAAW%3BEAC5C%2CaC7%5C%2FBe%2CcD6%5C%2FBf%3BEACF%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BEACE%2CSEt%2BBQ%2COFs%2BBR%3B%3BAAEJ%2CkBAAmB%2CYAAY%3BEAC3B%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3B%3BAAGJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%3BEAC5D%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2CiBAAgB%3BEAC5E%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaG3iC6B%2CiBH2iC7B%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2CiBAAiB%3BAAAQ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2COAAM%2COAAO%2CQAAQ%2COAAO%3BEACjL%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2COAAM%2COAAO%2COAAO%2CQAAQ%3BEACxF%2C8BAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%3BEAC5D%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2CmBAAmB%3BEAC%5C%2FE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAqB%2CUAAO%2CUAAU%3BEACxD%2CSE%5C%2FhCiB%2COF%2BhCjB%3BEACA%2CeAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAqB%2CUAAO%2CUAAU%2CMAAM%3BEAC9D%2CSEpiCgB%2COFoiChB%3BEACA%2CcAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAqB%2CUAAO%2CWAAW%3BEACzD%2CSEvkCkB%2COFukClB%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAqB%2CUAAO%2CWAAW%2CMAAM%3BAAAS%2CqBAAsB%2CmBAAmB%2CeAAc%2CMAAM%3BEACrI%2CcAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAmB%2CeAAc%3BEACnD%2CaCzmCe%2CcDymCf%3BEACA%2CSEliCa%2COFkiCb%3BEACA%2CeAAA%3B%3BAAEJ%2CkBAAkB%2CSAAS%2CQAAQ%2CKAAK%3BEACpC%2CcAAA%3B%3BAAEJ%2CMACI%3BEACI%2CSAAA%3B%3BAAFR%2CMAII%2CQAAO%3BEACP%2CcAAA%3B%3BAACI%2CMAFJ%2CQAAO%2CKAEF%3BEACG%2CeAAA%3BEACA%2CSAAS%2COAAT%3B%3BAARZ%2CMAWI%2CQAAO%3BEACH%2CeAAA%3B%3BAACA%2CMAFJ%2CQAAO%2CSAEF%3BEACG%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAmDZ%2CQA%5C%2FC0B%3BEACtB%2CkBAAmB%2CGAAE%2CcAAe%2CGAAE%2CMAAO%3BIACzC%2CuCAAA%3BIACA%2CoCAAA%3BIACA%2C%2BBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CEAAE%2CcAAe%2CGAAE%2CMAAO%2CsBAAsB%2CoBAAoB%2CsBAAsB%3BIACtF%2CSAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CEAAE%2CcAAe%2CGAAE%2CMAAO%2CsBAAsB%2CoBAAoB%2CsBAAsB%2CiBAAgB%3BIACtG%2CYAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CEAAE%2CcAAe%2CGAAE%2CMAAO%2CsBAAsB%2CoBAAoB%2CsBAAsB%3BIACtF%2CQAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2CmBAAmB%2CYAAW%2CMAAM%3BIAChG%2CSEhoCa%2COFgoCb%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2COAAM%2COAAO%2CQAAQ%2COAAO%2COAAO%3BIAC%5C%2FF%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2CiBAAiB%2COAAM%2COAAO%3BIAC1F%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CoBAAoB%2CsBAAsB%2CmBAAmB%2CEAAC%3BIAChF%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CeAAc%2CMAAM%3BIACzD%2CSEtmCe%2COFsmCf%3BIACA%2CeAAA%3B%3B%3BAAQR%2CQAL0B%3BEACtB%3BIACI%2CcAAA%3B%3B%3BAAUR%2CQAP0B%2CuBAAuB%3BEAC7C%2CkBAAmB%2CGAAE%2CcAAe%3BIACjC%2CUAAA%3BIACA%2C%2BBAAA%3BIACA%2CkBAAA%3B%3B%3BAAgDN%2CQA7CwB%3BEACrB%3BIACI%2CuBAAA%3B%3BEADJ%2CmBAGI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CkBACI%2CGAAE%3BIACE%2CcAAA%3B%3BEAFR%2CkBACI%2CGAAE%2CcAEE%3BIACI%2CYAAA%3B%3BEAIZ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%2CmBAAsB%3BIAC7E%2CaAAA%3B%3BEAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%2CmBAAqB%2COAAK%3BIACjF%2CUAAA%3B%3BEAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%3BIACnC%2C4BAAA%3B%3BEAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%2COAAO%3BIACnF%2CeAAA%3B%3BEAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%2CeAAe%2CeAAiB%3BIAC5G%2CeAAA%3B%3BEAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%3BIAC5E%2CiBAAA%3B%3BEAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%2CWAAW%2CeAAe%3BEAC1G%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CsBAAsB%3BIAC5E%2CeAAA%3B%3BEAEJ%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%2CmBAAqB%2COAAK%2CKAAK%3BEAC1F%2CkBAAmB%2CGAAE%2CcAAe%2CGAAG%2CmBAAmB%2CEAAC%2CmBAAqB%2COAAK%3BIACjF%2CmBAAA%3B%3B%3BAIiDR%3BAACA%3BEACC%2CeAAA%3B%3BAAFD%2CsBAGC%3BAAFD%2C8BAEC%3BEACC%2CYAAA%3B%3BAAIF%2CYAAY%2CoBACX%3BEACC%2CYAAA%3BEACA%2CiBAAA%3B%3BAAHF%2CYAAY%2CoBAKX%3BEACC%2CkBAAA%3B%3BAAGF%2CYAAY%2CoBAAuB%2CQAClC%3BEACC%2CiBAAA%3B%3BAAFF%2CYAAY%2CoBAAuB%2CQAIlC%3BEACC%2CkBAAA%3B%3BAAGF%2CYACC%3BEACC%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CYACC%2CcAGC%3BEACC%2CaAAA%3BEACA%2CWAAA%3B%3BAANH%2CYACC%2CcAOC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACG%2CiBAAA%3B%3BAAbN%2CYAgBC%3BEACC%2CeAAA%3B%3BAAIA%2CgBAHkC%3BEAGlC%2CYALD%3BIAGE%2CiBAAA%3B%3B%3BAAnBH%2CYAgBC%2CeAKG%3BEACD%2C0BAAA%3B%3BAAtBH%2CYAgBC%2CeAQC%3BEACC%2CkBAAA%3B%3BAAID%2CQAHyB%3BEAGzB%2CYAbD%2CeAQC%3BIAGE%2CYAAA%3B%3B%3BAA3BJ%2CYAgBC%2CeAcC%3BEACC%2CmBAAA%3B%3BAA%5C%2FBH%2CYAgBC%2CeAcC%2COAEC%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvCP%2CYAgBC%2CeAcC%2COAWC%3BEACC%2CkBAAA%3B%3BAA1CJ%2CYAgBC%2CeAcC%2COAWC%2CSAEC%3BEACC%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAA9CL%2CYAgBC%2CeAkCC%3BEACC%2CcAAA%3BEACA%2CeAAA%3B%3BAApDH%2CYAgBC%2CeAsCC%3BEACC%2CcAAA%3B%3BAAvDH%2CYAgBC%2CeAsCC%2CcAEC%3BEACC%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA1DJ%2CYAgBC%2CeAsCC%2CcAMC%3BEACC%2CuBAAA%3BEACG%2C2BAAA%3B%3BAA9DP%2CYAgBC%2CeAsCC%2CcAMC%2CGAGI%3BEACC%2CkBAAA%3B%3BAAhER%2CYAqEC%3BEACC%2CaAAA%3B%3BAAUF%2CQAN0B%3BEACzB%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIACtG%2CkBAAA%3B%3B%3B%3BAASF%2CQAL0B%3BEACzB%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CcAAc%3BIAChG%2CYAAA%3B%3B%3BAAQF%2CQAL0B%3BEACzB%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CcAAc%3BEAAe%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CcAAc%3BIAChN%2CaAAA%3B%3B%3BAAWF%2CQARyB%3BEACxB%2CoBAAoB%2CYAAa%3BIAChC%2CiBAAA%3B%3BEAED%2CoBAAuB%2CQAAK%2CYAAa%3BIACxC%2CiBAAA%3B%3B%3BAAmDF%2CQAhDyB%3BEACxB%2CoBAAqB%3BIACpB%2CaAAA%3B%3BEAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIACtG%2CiBAAA%3BIACA%2CeAAA%3B%3BEAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAC3C%3BIACC%2CoBAAA%3B%3BEAFF%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAI3C%3BIACC%2COAAA%3B%3BEALF%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAO3C%3BIACC%2CQAAA%3B%3BEAGF%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%3BIACtF%2CcAAA%3B%3BEADD%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAGtF%3BIACC%2CeAAA%3BIACA%2CeAAA%3B%3BEAGF%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAAwB%2CEAAC%3BIAC%5C%2FG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAAwB%3BIAC9G%2CeAAA%3B%3BEAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAAwB%3BIAC9G%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAAwB%2CWAAW%2CiBAAiB%3BIAC1I%2CeAAA%3BIACA%2CSAAA%3B%3B%3B%3B%3B%3BAAOF%2CgBAAgB%3BEACf%2CyBAAA%3BEACG%2CcAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CgBANY%3BIAIX%2CeAAA%3B%3B%3BAAJL%2CgBAAgB%2CsBAMZ%2CQAAO%3BEACJ%2CgBAAA%3BEACC%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CoBACC%3BEACC%2CgBAAA%3BEACM%2CgBAAA%3B%3BAAUE%2CQARkB%3BEAQlB%2CoBAZT%2CcAGC%3BIAEG%2CUAAA%3BIACO%2CUAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3B%3BAAKF%2CQAHwB%3BEAGxB%2CoBAfT%2CcAGC%3BIAUS%2CUAAA%3B%3B%3BAAdX%2CoBACC%2CcAGC%2CQAYS%3BEACA%2CkBAAA%3B%3BAAID%2CQAHyB%3BEAGzB%2CoBApBT%2CcAGC%2CQAYS%3BIAGC%2CgBAAA%3B%3B%3BAAMZ%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%3BIAFC%2CgBAAA%3B%3B%3BAAJF%2CgBAMC%3B%3B%3B%3BAAND%2CgBAUC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACM%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CgBATP%2COASQ%3BEACA%2CcAAA%3B%3BAApBT%2CgBAuBC%3BEACC%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CgBARD%2CWAQE%3BEACA%2CaAAA%3B%3B%3BAAMH%2CqBACA%3BEACE%2CsBAAA%3BEACA%2CcAAA%3B%3BAAHF%2CqBACA%2CgBAGE%3BEACC%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CqBAXH%2CgBAGE%3BIAME%2CaAAA%3B%3B%3BAAVJ%2CqBACA%2CgBAGE%2CaAQC%3BEACC%2CaAAA%3B%3BAAGC%2CqBAfL%2CgBAGE%2CaAWE%2CWACE%3BEACF%2CSAAS%2COAAT%3BEACA%2CaAAa%2CcAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGK%2CqBAvBT%2CgBAGE%2CaAWE%2CWAQI%2CMACE%3BEACD%2CcAAA%3B%3BAAKF%2CqBA7BP%2CgBAGE%2CaAyBE%2CWACI%3BEACF%2CSAAS%2COAAT%3BEACA%2CaAAa%2CcAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGD%2CqBArCL%2CgBAGE%2CaAyBE%2CWAQO%2CMACL%3BEACA%2CcAAA%3B%3BAAvCN%2CqBACA%2CgBA2CE%3BEACC%2CsBAAA%3B%3BAACA%2CqBA7CH%2CgBA2CE%2CsBAEE%3BEACK%2CSAAQ%2COAAR%3BEACH%2CWAAA%3BEACA%2CeAAA%3B%3BAAjDN%2CqBACA%2CgBAmDE%3BEACC%2CYAAA%3B%3BAAEC%2CqBAtDJ%2CgBAmDE%2CsBAEC%2CYACE%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA1DL%2CqBACA%2CgBAmDE%2CsBASC%2CYACC%2CGACC%3BEACC%2CmBAAA%3B%3BAAhEN%2CqBACA%2CgBAqEE%3BEACC%2CeAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKD%2CQAJyB%3BEAIzB%2CqBAhFF%2CgBAqEE%3BIAQE%2CaAAA%3B%3B%3BAA9EJ%2CqBACA%2CgBAiFE%3BEACC%2CUAAA%3BEACA%2CcAAA%3B%3BAApFH%2CqBACA%2CgBAiFE%2C6BAGC%3BEACC%2CwBAAA%3B%3BAAtFJ%2CqBACA%2CgBAiFE%2C6BAMC%3BEACC%2CkBAAA%3BEACA%2CWAAW%2C0BAAX%3B%3BAAMJ%2CqBACA%2CmBACC%2CUACC%2CqBACC%3BEACC%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEG%2CqBARP%2CmBACC%2CUACC%2CqBACC%2CaAIE%2CWACG%3BEACG%2CSAAS%2COAAT%3BEACH%2CaAAa%2CcAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACD%2CgBAAA%3B%3BAAGC%2CqBAhBR%2CmBACC%2CUACC%2CqBACC%2CaAIE%2CWAQG%2CMACC%3BEACH%2CcAAA%3B%3BAAKC%2CqBAtBP%2CmBACC%2CUACC%2CqBACC%2CaAkBC%2CWACI%3BEACD%2CSAAS%2COAAT%3BEACA%2CaAAa%2CcAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGI%2CqBA9BX%2CmBACC%2CUACC%2CqBACC%2CaAkBC%2CWAQU%2CMACF%3BEACF%2CcAAA%3B%3BAAhCV%2CqBACA%2CmBACC%2CUACC%2CqBACC%2CaAgCO%3BEACC%2CaAAA%3B%3B%3BAASX%2CgBACC%3BEACC%2CUAAA%3B%3BAAFF%2CgBACC%2CkBAEC%3BEACC%2CgBAAA%3B%3BAAJH%2CgBACC%2CkBAKC%2CeACC%3BEACC%2CiBAAA%3B%3BAARJ%2CgBACC%2CkBAKC%2CeACC%2CSAEC%3BEACC%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAOL%2CkBACC%2CgBACC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3B%3BAAJH%2CkBACC%2CgBACC%2CiBAGC%3BEACC%2C0BAAA%3BEACI%2CeAAA%3B%3BAACJ%2CkBAPH%2CgBACC%2CiBAGC%2CUAGE%3BEACA%2CSAAQ%2COAAR%3BEACA%2CaAAa%2CcAAb%3BEACA%2CcAAA%3BEACe%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEhB%2CkBAjBH%2CgBACC%2CiBAGC%2CUAaE%3BEACA%2CaAAA%3B%3BAAED%2CkBApBH%2CgBACC%2CiBAGC%2CUAgBE%3BEACA%2CWAAA%3B%3BAAtBL%2CkBACC%2CgBAyBC%3BEACC%2CcAAA%3BEACA%2CiBAAA%3B%3BAA5BH%2CkBACC%2CgBAyBC%2CgBAGC%3BEACC%2CqBAAA%3BEACI%2CeAAA%3B%3BAACJ%2CkBA%5C%2FBH%2CgBAyBC%2CgBAGC%2CUAGE%3BEACA%2CSAAQ%2COAAR%3BEACA%2CaAAa%2CcAAb%3BEACA%2CeAAA%3BEACe%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEhB%2CkBAzCH%2CgBAyBC%2CgBAGC%2CUAaE%3BEACA%2CaAAA%3B%3BAAED%2CkBA5CH%2CgBAyBC%2CgBAGC%2CUAgBE%3BEACA%2CWAAA%3B%3B%3BAASE%2CSADH%2CQACI%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAgBT%2CQAR2B%3BEAC1B%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%3BIAChD%2CgBAAA%3B%3BEAEJ%2CqBAAsB%3BIAAc%2CuBAAA%3B%3B%3BAAIrC%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CkBAAiB%3BEAC9F%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CWAAW%2CWAAU%2CSAAU%2CiBAAiB%3BEAC%5C%2FH%2C6BAAA%3BEACA%2CcAAA%3B%3BEAEI%2CeAAA%3BEACJ%2CuBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CyBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CWAAW%2CMAAK%3BEAC3E%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%2CSAAQ%3BEAAsB%2CyBAAA%3B%3BAACzC%2CUAAW%2CcAAc%2CMAAK%2CMAAM%2CmBAAoB%2CKAAI%3BEACxD%2CeAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%2CMAAK%2CMAAM%3BEAAqB%2CiBAAA%3B%3BAAC9C%2CaAAa%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%3BEAC5F%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CWAAW%2CUAAU%3BEAChF%2CWAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CqBAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CMAAK%3BEAC5D%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CWAAW%2CcAAc%2CMAAK%2CMAAM%3BEAC%5C%2FF%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CWAAW%2CMAAK%2CcAAc%2CQAAW%3BAAAO%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CWAAW%2CMAAK%2CcAAc%2CQAAW%3BEACvP%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CWAAW%2CcAAc%2CMAAK%2CMAAM%3BEAC%5C%2FF%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CWAAW%2CMAAK%2CcAAc%2CQAAW%3BEAChG%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BAAAQ%2CQAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAChM%2CSAAS%2CEAAT%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BEACrI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BEACrI%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BEAAO%2CkBAAA%3BEAAmB%2CcAAA%3B%3BAAsBnK%2CQArB0B%3BEACzB%2C0BAA0B%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAiB%3BIAC1J%2CyBAAA%3B%3BEAED%2C0BAA0B%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CmBAAmB%2CkBAAkB%2CYAAY%3BIACzI%2C6BAAA%3B%3BEAEF%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%3BIACtG%2CqBAAA%3B%3BEAEA%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BIACrI%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BIACtI%2CiBAAA%3B%3B%3BAAKJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAAwB%2CWAAW%2CKAAI%2CaAAa%2CcAAe%2CKAAI%3BEAC1J%2CWAAA%3B%3BAAUJ%2CQAP0B%3BEACzB%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%3BIAC9D%2CYAAA%3B%3B%3BAAKF%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CsBAAuB%2CQAAO%3BEAC7B%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2CiCAAA%3B%3BAAEJ%2CsBAAuB%2CQAAO%3BEAC7B%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAkB%2C0BAA0B%3BEAAiB%2CkBAAA%3B%3BAAS1J%2CQAJ0B%3BEACzB%3BIAAyB%2CsBAAA%3B%3B%3BAAM1B%2CQAH0B%3BEACzB%3BIAAyB%2CqBAAA%3B%3B%3BAAO1B%2CQAL0B%3BEACzB%3BIAAyB%2CsBAAA%3B%3B%3BAAI1B%2CaAAc%3BEACd%2CgBAAA%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BEAEA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3B%3BAAIJ%2CaAAc%2CSAAQ%3BEAClB%2CUAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CyDAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%2CaAAc%2CSAAQ%3BEACtB%2CmCAAA%3BEACI%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CaAAa%2CMAAO%3BEACpB%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAmB%2CeAAnB%3BEACE%2CgBAAgB%2CeAAhB%3BEACA%2CeAAe%2CeAAf%3BEACC%2CcAAc%2CeAAd%3BEACC%2CWAAW%2CeAAX%3B%3B%3BAAIJ%2CKAAM%2CcAAc%3BEACpB%2CaAAA%3B%3BAAGA%2CKAAM%2CcAAa%2CMAAO%3BEAC1B%2CcAAA%3B%3BAAGA%3BEAAe%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAAE1D%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAiB%3BEAC7H%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAiB%2CMAAM%3BEAChH%2CkBAAA%3BEACA%2COAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CYAAY%2CcAAa%3BEACjE%2CQAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%3BEACxC%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAkB%3BEAA4B%2CeAAA%3B%3BAAE3I%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CUAAU%3BEAClD%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CiBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAWJ%2CyBAA0B%2CeAAc%3BEACvC%2CkBAAA%3BEACG%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%2CeAAc%2CMAAO%2CKAAI%3BEAC%5C%2FC%2CcAAA%3B%3BAAEJ%2CiBAAiB%2CaAAc%2CKAAI%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CIAAI%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CIAAI%2CQAAQ%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CIAAI%2CQAAQ%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3BEACA%2CkCAAA%3B%3BAAUJ%2CQAP0B%3BEACzB%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CmBAAmB%2CkBAAkB%2CYAAY%3BIAC5G%2C8BAAA%3B%3B%3BAAKL%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CUAAU%3BEAC7G%2CUAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAAS%2CUAAU%2COAAO%3BEAClH%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAAS%2CUAAU%2COAAO%2CGAAE%3BEACpH%2CeAAA%3B%3BAAcJ%2CQAX0B%3BEAC1B%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CUAAU%3BIAChH%2CuBAAA%3BIACG%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIAAsB%2CUAAA%3B%3BEAEvB%2CSAAU%2COAAO%3BIAAK%2C4BAAA%3B%3B%3BAAIzB%2CSAAU%2COAAO%3BEAAI%2CkBAAA%3B%3BAAGrB%2CCAAC%2CmBAAmB%2CMAAO%2CKAAI%2CwBAAyB%2CIAAG%3BEACvD%2C6BAAA%3B%3BAAIJ%2CCAAC%2CmBAAmB%2CMAAO%2CIAAG%3BEAC1B%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAMJ%2CEAAE%2CeAAgB%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CcAAA%3BEAEA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CaAAA%3B%3BAAEJ%2CCAAC%2CmBAAmB%2CMAAO%2CGAAE%3BEACzB%2CcAAA%3B%3BAAIJ%2CGAAG%2CoBAAoB%3B%3BEAInB%2CQAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BEAEA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CCAAC%2CmBAAmB%2CMAAO%2CIAAG%2CoBAAoB%3B%3BEAE9C%2CkBAAA%3BEACA%2CWAAA%3B%3B%3BAAKJ%2CGAAG%2CoBAAoB%3BEACnB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CiBAAiB%2CQAA5B%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CCAAC%2CmBAAmB%2CMAAO%2CIAAG%2CoBAAoB%3B%3BEAE9C%2CkBAAA%3B%3BEAGA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAAS%3BEACpG%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%3BEAC9D%2CWAAA%3B%3BAAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAiB%2CKAAM%2C0BAA0B%3BEAC1I%2C2BAAA%3B%3BAAEJ%2CiBAAiB%2CKAAM%2C0BAA0B%2CMAAI%3BEACjD%2CqBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAAwB%2CWAAW%2CiBAAiB%3BEAC1I%2CeAAA%3B%3BAAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CkBAAkB%2CyBAAyB%2CwBAAwB%3BEAC9G%2CeAAA%3BEAAoB%2CqBAAA%3B%3BAAqEpB%2CgBAnEiC%3BEAEjC%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BIACpI%2CwBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CQAAS%3BIACpG%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAED%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%3BIACvG%2CWAAA%3B%3BEAEC%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BIACzI%2CyBAAA%3B%3BEAEA%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%3BIACjI%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGI%2CGAAG%2CwBAAyB%2CiBAAgB%3BEAAQ%2CGAAG%2CwBAAyB%2CiBAAgB%3BIAC5F%2CaAAa%2CcAAb%3BIACJ%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CoBAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CaAAnB%3BIACA%2CgBAAgB%2CaAAhB%3BIACA%2CeAAe%2CaAAf%3BIACA%2CcAAc%2CaAAd%3BIACA%2CWAAW%2CaAAX%3B%3BEAGA%2CgBAAgB%3BIACZ%2CkBAAA%3BIACJ%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGA%2CMAAO%2CGAAE%2CaAAc%3BIACnB%2CuBAAA%3BIACJ%2CiCAAA%3B%3BEAEA%2CMAAO%2CGAAE%3BIACL%2CuBAAA%3BIACJ%2C6BAAA%3BIAEA%2CiCAAA%3B%3B%3BAAoBP%2CgBAdkC%3BEAElC%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CWAAW%2CSAAQ%2CUAAU%2CIAAK%3BIACrI%2CwBAAA%3BIACD%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CsBAAsB%2CkBAAkB%2CGAAG%3BIAClF%2CWAAA%3BIACD%2CgBAAA%3B%3B%3BAAKH%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BEAC%5C%2FF%2CiBAAA%3BEACF%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CiBAAb%3BEACA%2CWAAA%3B%3BAAGH%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CsBAAsB%2CkBAAkB%3BEAC%5C%2FE%2CeAAA%3BEAAoB%2C0BAAA%3B%3BAAE1B%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CmBAAmB%2CoBAAoB%2CWAAW%2CiBAAiB%3BEAC9H%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3B%3BAC7mBJ%2CKAAK%2CcAAe%2CKAAI%3BEACpB%2CmBAAA%3B%3BAAOJ%2CYAAa%2CeAAe%2CeAAc%3BEACtC%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3B%3BAASA%2CQAJwB%3BEAIxB%3BIAHI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAHR%2CYAKI%3BEACI%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CYAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAnBR%2CYAqBI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGR%2CYACK%2CUACG%3BEACQ%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAANhB%2CYACK%2CUAOG%2CaACI%3BEACI%2CgBAAA%3B%3BAAVhB%2CYACK%2CUAOG%2CaAII%3BEACI%2CgBAAA%3B%3BAAQhB%2CIAAI%3BEAQA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaJ%2CIAAI%2CaAAa%3BEACb%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%2CMAAO%3BEAAM%2CgBAAA%3B%3BAAC3C%2CKAAK%2CcAAe%2CMAAM%2CKAAI%2CMAAO%2CKAAI%3BEACrC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BEAEK%2CaAAa%2CkBAAb%3B%3BAAET%2CKAAK%2CcAAe%2CMAAM%2CKAAI%2CMAAO%3BEACjC%2CcAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%2CMAAO%2CgBAAe%3BEAChD%2CcAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%2CMAAO%2CgBAAe%3BEAChD%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CMAAK%3BEAEvB%2CUAAA%3B%3BAA2CJ%2CwBAzC0C%3BEACpC%2CKAAK%2CcAAe%2CsBAAsB%3BIACpC%2CeAAA%3B%3BEAER%2CaAAgB%3BIACZ%2CmBAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CcAAc%2CGAAE%3BIAC5B%2C0BAAA%3BIAA%2BB%2CkBAAA%3B%3BEAEvC%2CqBAAsB%3BIACtB%2CgBAAA%3B%3BEAEJ%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2COAAM%2CIAAK%2CMAAK%3BIAC3F%2CYAAA%3B%3BEAEJ%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CiBAAiB%3BIAClH%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACG%2C0BAAA%3BIACH%2C8BAAA%3BIACA%2CWAAA%3BIACI%2CUAAA%3BIACJ%2CYAAA%3B%3BEAEJ%2CIAAI%2CgBAAgB%3BIAChB%2CkBAAA%3BIACA%2CSAAA%3BIAAU%2CaAAA%3B%3BEAEd%2CIAAI%2CaAAa%3BIACb%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CIAAI%2CaAAa%3BIAAQ%2CYAAA%3B%3BEAEzB%2CIAAI%3BIAAe%2CeAAA%3BIAAiB%2CuBAAA%3B%3B%3BAAIpC%2CaAAc%2CaAAa%2COAAO%2CQAAQ%3B%3BEAElC%2CyBAAA%3BEACJ%2CgBAAA%3BEACA%2CWAAA%3BEAGA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAAGJ%2CCAAC%2CEAAG%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CKAAK%2CKAAK%2CMAAM%2COAAO%3BEACnB%2C6BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAM%2CQAAQ%2CMAAM%3B%3B%3BEAGhB%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAEJ%2CEAAE%2COAAO%2CcAAc%2CeAAe%2CKAAM%2CGAAE%3BEAAO%2CcAAA%3B%3B%3BAAIrD%2CKAAK%2CcAAe%2CuBAAuB%3BEAAsB%2CyBAAA%3BEAA%2BB%2CWAAA%3BEAC5F%2CaAAA%3BEAAc%2CyBAAA%3B%3BAAGlB%2CKAAK%2CKAAK%2CMAAM%2COAAO%2CoBAAqB%2CGAAE%3BEAC1C%2CiBAAA%3B%3BAAGJ%2CKAAK%2CKAAK%2CMAAM%2COAAO%2CoBAAqB%2CGAAE%2COAAO%2CcAAc%2CeAAe%2CKAAM%2CGAAE%3BEACtF%2CoBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CsBAAsB%2CiBAAgB%2COAAQ%3BEAC9D%2CmBAAA%3BEAAwB%2CiBAAA%3B%3BAAM5B%2CwBAJ0C%3BEACtC%3BIAAkB%2CaAAA%3B%3B%3BAAatB%2CwBAV0C%3BEACtC%3BIAAkB%2CcAAA%3BIAAe%2CgBAAA%3B%3BEACjC%2CgBAAiB%2COAAM%2COAAO%2CSAAS%3BIACnC%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CQAAO%2CMAAM%3BIAAqB%2CgBAAA%3B%3BEACvD%3BIAAiB%2CgBAAA%3B%3B%3BAAGrB%2CCAAC%3BEACG%2CkBAAA%3B%3BAAEH%2CCAAC%2CUAAU%3BEACR%2CkBAAA%3BEACA%2CsCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAWJ%2CwBAR0C%3BEACtC%2CIAAI%3BIAAe%2CoBAAA%3BIACf%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEACJ%2CIAAI%2CaAAa%3BIAAS%2CWAAA%3B%3BEAC1B%2CCAAC%2CUAAU%3BIAAQ%2CYAAA%3BIAAc%2CSAAA%3B%3B%3BAAErC%2CCAAC%2COAAO%2CSAAS%3BEACb%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C8BAA8B%2CmCAA9B%3BEACA%2C2BAA2B%2CmCAA3B%3BEACA%2C0BAA0B%2CmCAA1B%3BEACA%2CyBAAyB%2CmCAAzB%3BEACA%2CiBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3B%3BEAE9B%2CgBAAA%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBAAqB%2CgBAAgB%3BEACjC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CYAAA%3B%3BEAEA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2COAAS%2CQAAM%2COAAO%3BEACtC%2CkBAAA%3BEACA%2CkBAAA%3B%3BEAED%2CSAAA%3B%3BAAiBH%2CwBAb0C%3BEACtC%2CoBAAqB%3BIAAe%2CWAAA%3B%3BEACpC%2CoBAAqB%2CgBAAgB%3BIACjC%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIAAiB%2CcAAA%3B%3B%3BAAKrB%2CIAAI%2CoBAAqB%3BEACrB%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CuBAAuB%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAQ%2CMAAS%2CIAAC%2CYAAY%3BEAC1B%2CkBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEAChB%2CWAAA%3BEAAY%2CUAAA%3B%3BAAEhB%2CKAAK%2CcAAe%3BEAChB%2CoBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEACZ%2CkBAAA%3BEACJ%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2COAAS%2CQAAK%3BEAC9B%2CgCAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2COAAS%2CQAAK%2CKAAK%3BEACvC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CuCAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3B%3BAAEA%2CaAAgB%3BEACZ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CiBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CsBAAsB%2CcAAc%3BEAChD%2CaAAa%2CkBAAb%3BEACJ%2CiBAAA%3BEAAsB%2CmBAAA%3BEAAoB%2CiBAAA%3B%3BAAsF9C%2CwBApF0C%3BEACtC%2CaAAgB%3BIACZ%2CmBAAA%3B%3BEAEJ%2CoBAAoB%2CoBAAqB%2CMAAK%3BIACtC%2CgBAAA%3B%3BEAER%2CoBAAqB%3BIACb%2CaAAA%3B%3BEAER%2CKAAK%2CcAAe%3BIACZ%2CmBAAA%3BIACR%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACI%2CeAAA%3BIACJ%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CKAAK%2CcAAe%2CcAAc%3BIAC1B%2CkBAAA%3B%3BEAER%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC3B%2CeAAA%3BIACH%2CiBAAA%3BIACI%2CoBAAA%3BIACJ%2CWAAA%3B%3BEAEA%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CaAAa%2COAAM%3BIACvF%2CgBAAA%3BIACX%2CkBAAA%3B%3BEAEA%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CaAAa%3BEAClH%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CaAAa%3BIAC9G%2CuBAAA%3B%3BEAEJ%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CaAAa%3BIAC9G%2CwBAAA%3B%3BEAGJ%2CKAAK%2CcAAe%3BIACZ%2CkBAAA%3BIACR%2CSAAA%3BIAAc%2CmBAAA%3BIAAmB%2CuBAAA%3B%3BEAEjC%3B%3B%3B%3B%3BEAKA%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%3BIACrE%2CkBAAA%3BIACJ%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CKAAK%2CcAAe%3B%3BIAEvB%2CmBAAA%3BIACG%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIAA2B%2CkBAAA%3B%3BEAE7B%2CKAAK%2CcAAe%2CKAAI%2CIAAI%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CMAAM%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CMAAM%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CKAAK%2CSAAS%3BIAC%5C%2FK%2CcAAA%3BIAAe%2CmBAAA%3B%3BEAElB%2CKAAK%2CcAAe%2COAAS%2CQAAM%2COAAO%3BIACtC%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CaAAa%2CKAAI%2CeAAe%2CcAAe%2CqBAAqB%3BIAAS%2CcAAA%3B%3BEAClL%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CaAAa%2CKAAI%2CeAAe%3BIAAsB%2CcAAA%3B%3BEAC3J%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CaAAa%3BIAAiB%2CcAAA%3B%3BEACnI%2CoBAAoB%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAG%2CsBAAsB%2CaAAa%3BIAAkB%2CcAAA%3B%3BEAEpI%2CKAAK%2CcAAe%2CsBAAsB%2CiBAAgB%2COAAQ%3BIAC9D%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3B%3BAAIR%2CKAAK%2CcAAe%2CsBAAsB%3BEACtC%2CsBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CsBAAsB%3BEACtC%2CsBAAA%3BEACA%2CcAAA%3B%3BAAgBJ%2CwBAZ2C%3BEACvC%2CKAAK%2CcAAe%2CsBAAsB%3BIACtC%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CsBAAsB%3BIACtC%2CsBAAA%3BIACA%2CcAAA%3B%3B%3BAAIR%2CCAAC%3BEACG%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CoBAAqB%2CSAAQ%3BEACzB%2CeAAA%3B%3BAAIJ%2CoBAAqB%3BEACb%2CyBAAA%3BEACJ%2CkBAAA%3B%3BAAIJ%2CYAAY%2CQAAS%3BEACrB%2CaAAA%3BEACA%2CkBAAA%3BEACE%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACE%2CyBAAA%3BEACF%2CoBAAA%3BEACA%2CeAAA%3BEAAgB%2CkBAAA%3B%3BAAGlB%2CYAAY%2CQAAU%3BEACpB%2CeAAA%3BEACA%2CWAAA%3B%3BEAEA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAAGF%2CYAAY%2CQAAS%3BAAAe%2CYAAY%2CQAAS%3BEACzD%2CaAAA%3BEACE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CYAAY%2CQAAS%2CcAAc%3BEAEhC%2CmBAAA%3BEAAoB%2CYAAA%3B%3BAAEvB%2CiBAAiB%3BEACjB%2CwCAAA%3BEACE%2C8BAA8B%2CmCAA9B%3BEACA%2C2BAA2B%2CmCAA3B%3BEACA%2C0BAA0B%2CmCAA1B%3BEACA%2CyBAAyB%2CmCAAzB%3BEACA%2CsBAAsB%2CmCAAtB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGF%2CiBAAiB%2CeAAe%3BEAC7B%2CqCAAA%3B%3BAAEH%2CeAAe%3BEACf%2CgBAAA%3BEACE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C8BAA8B%2CmCAA9B%3BEACA%2C2BAA2B%2CmCAA3B%3BEACA%2C0BAA0B%2CmCAA1B%3BEACA%2CyBAAyB%2CmCAAzB%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CeAAe%2CcAAc%3BEACvB%2CiBAAA%3B%3BAAWN%2CwBAR2C%3BEAE3C%2CoBAAqB%3BIACjB%2CYAAA%3B%3B%3BAAKJ%2CKAAK%2CcAAe%2CcAAa%2CMAAO%3BAAAI%2CKAAK%2CcAAe%2CcAAa%2CMAAO%3BEAChF%2CWAAA%3BEAAsB%2CeAAA%3B%3BAAE1B%2CKAAK%2CcAAe%2CcAAa%2CMAAO%2CgBAAe%3BEACvD%2CYAAA%3B%3BAAEA%2CKAAK%2CcAAe%2CcAAa%3BEAC9B%2CWAAA%3BEAAsB%2CeAAA%3B%3BAAEzB%2CYAAa%3BEACT%2C0CAAA%3B%3BAAEJ%2CYAAa%2CaAAY%2CcAAe%3BEACpC%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CoBAAoB%2CYAAa%2CaAAY%2CcAAe%3BEACxD%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BEAEA%2CaAAa%2CgBAAb%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEAEA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BEAEA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BEAEA%2CaAAa%2CiBAAb%3BEACA%2CYAAA%3BEAAa%2CgBAAA%3B%3BAAEjB%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CoBAAb%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CiBAAb%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACQ%2C0BAAA%3BEACJ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAwB%3BEACpB%2CWAAA%3BEAAY%2C0BAAA%3B%3BAAEhB%2CoBAAoB%2CYAAa%2CaAAa%2CcAAc%3BEACxD%2CaAAA%3B%3BAAQH%2CwBALyC%3BEAC1C%2CYAAa%2CaAAY%2CYAAY%2CcAAe%3BIAChD%2C6BAAA%3B%3B%3BAC14DJ%2CEAAE%3BEACE%2CoBAAA%3B%3BAAIJ%2CYAAa%2CuBAAsB%3BEAE%5C%2FB%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CYAAa%3BEACL%2C2BAAA%3BEACJ%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAcJ%2CQAX0B%3BEAC1B%2CyBAA0B%3BIACtB%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CqBAAsB%3BIACd%2C0BAAA%3B%3B%3BAAKR%3BEACK%2CyBAAA%3B%3BACjCL%2CQA9DuB%3BEACnB%2CqBACI%2CoBAAoB%2CKAAI%2CUAAU%3BIAC9B%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEAPJ%2CsBASI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAXR%2CsBAaI%3BIACI%2CiBAAA%3B%3BEAGR%3BIACI%2CeAAA%3B%3BEADJ%2CiBAGI%2CQAAO%3BIACH%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAEA%2CiBAPJ%2CQAAO%2CSAOF%3BEAAQ%2CiBAPb%2CQAAO%2CSAOO%3BIACN%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CiBAbJ%2CQAAO%2CSAaF%3BIACG%2CSAAS%2COAAT%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEApBZ%2CiBAGI%2CQAAO%2CSAmBH%2CSAAQ%3BIACJ%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAAiFhB%2CcAAe%3BEACX%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CcAAe%2CiBAGX%2CSACI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CiBAAiB%2C8CAA9B%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAIZ%2CqBAAsB%2CyBAAyB%2CwBAAwB%2CmBAAiB%2CWAAS%2CQAAO%3BEACpG%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBAAmB%2CcAAe%3BEAC9B%2CkBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CwBAAA%3BEACA%2CiBAAA%3B%3BAACH%2CqBACA%3BEACW%2C6BAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CkBAAmB%2CaAAa%2COAAO%2CQAAQ%3BAAAQ%2COAAO%2CKAAM%2CmBAAmB%2CcAAc%2COAAO%2CQAAQ%3BEAChH%2CgBAAA%3B%3BAAGJ%2CqBAAqB%2CoBAAqB%2CQAAO%2CMAAM%3BEACnD%2CaAAA%3B%3BAAsBJ%2CQAnB0B%3BEACtB%2CqBAAsB%2CoBAAoB%3BIACtC%2CoBAAA%3B%3BEAEN%2CqBAAqB%2CoBAAqB%2CQAAO%2CMAAM%3BIACjD%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CaAAa%2CoBAAoB%2CKAAI%2CUAAU%3BIAAM%2CYAAA%3B%3BEAC3E%2CmBAAoB%2CcAAc%3BIAAgB%2CSAAA%3B%3BEAClD%2CMAAM%2COAAO%3BIAAqB%2CWAAA%3BIAAY%2CeAAA%3B%3BEAE9C%2CqBAAsB%2CkBAAkB%2CuBAAuB%3BIAC3D%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2CaAAA%3B%3B%3BAAKR%2COAAO%2CKAAM%2CmBAAmB%2CeAAe%3BEACvC%2C6BAAA%3B%3BAC5mBP%2CmBALoC%3BEACjC%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAC9ER%3BEACI%2CYAAA%3B%3BAAGJ%2CYAAY%2CoBAAoB%2CaAAc%2CgCAAgC%3BEAC1E%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C%2BBAAgC%2C4BAA4B%2CaAAa%2CKAAI%3BEACzE%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C%2BBAAgC%2C4BAA4B%2CaAAa%3BEACrE%2CkBAAA%3B%3BAAEJ%2C%2BBAAgC%2C4BAA8B%2CSAAM%3BEAChE%2CWAAA%3B%3BAC4MJ%2CeAAgB%2CsBAAsB%3BEAClC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAGJ%3BEAAY%2CaAAA%3BEAAc%2CUAAA%3B%3BAAC1B%2COAAO%2CKAAM%2CmBAAmB%2CeAAe%3BEAC3C%2CkBAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBAAmB%2CeAAe%2CSAAQ%3BEACnD%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%2CsBAAsB%2CaAAY%3BEAC9C%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CeAAgB%2CsBAAsB%2CaAAY%2CcAAe%2CKAAI%3BEACpE%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CSAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBAAmB%2CeAAe%3BEAC3C%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBAAmB%2CeAAe%2CgBAAgB%2CcAAa%3BEACxE%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAQ%2CeAAgB%3BEACpB%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CgBAAgB%2CcAAa%2CIAAI%3BEAChD%2CiCAAA%3B%3BACjBJ%2CwBAAyB%2CsBAAqB%3BEAC3C%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAEH%2CwBAAyB%2CsBAAsB%2CMAAQ%2CQAAK%3BEACzD%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAEH%2CwBAAyB%2CsBAAsB%2CMAAK%3BEACjD%2CWAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%3BEACvD%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CgCAAhB%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGH%2CMAAM%2CqBAAqB%2COAAQ%3BEAChC%2CaAAA%3BEACA%2CWAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CsBAAsB%3BEAC7E%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CqBAAqB%3BEAC5E%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CqBAAqB%3BEAC5E%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CeAAe%3BEACtE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CuBAAuB%3BEAC9E%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CqBAAqB%3BEAC5E%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CsBAAsB%3BEAC7E%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3B%3BAAGH%2CwBAAyB%2CsBAAsB%2CMAAK%2CMAAM%2CoCAAoC%3BEAC3F%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3B%3BAC20CH%2CwBAAyB%2CUAAU%2COAAO%3BEACtC%2C0BAAA%3B%3BAAEJ%2CwBAAyB%2CUAAU%2COAAO%3BEACtC%2C0BAAA%3B%3BAA4VJ%2CyBACI%2CYACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CyBACI%2CYACI%2CiBAEI%3BEACI%2CgBAAA%3B%3BAALhB%2CyBACI%2CYACI%2CiBAEI%2CUAEI%3BEACI%2CgBAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%2CyBAVZ%2CYACI%2CiBAEI%2CUAEI%3BIAGQ%2CcAAA%3B%3B%3BAATxB%2CyBACI%2CYACI%2CiBAWI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CWAAA%3B%3BAAdhB%2CyBACI%2CYACI%2CiBAcI%2COACI%3BEACI%2CyBAAA%3B%3BAAlBpB%2CyBACI%2CYAqBI%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAHuB%3BEAGvB%2CyBA9BR%2CYAqBI%3BIAOQ%2CWAAA%3B%3B%3BAA7BhB%2CyBACI%2CYAqBI%2CiBASI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAAjChB%2CyBACI%2CYAqBI%2CiBASI%2CEAGI%3BEACI%2CmBAAA%3B%3BAAnCpB%2CyBACI%2CYAqBI%2CiBAgBI%3BEACI%2C0BAAA%3B%3BAAvChB%2CyBACI%2CYAyCI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAASR%2CQAH6B%3BEAG7B%2CgCAJA%3BIAEQ%2CeAAA%3B%3B%3BAAIZ%2CiBAAkB%3BEACf%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAIH%2CuBACI%2CsBACI%2CUACI%2CiBACI%2CSACI%2CQAAO%2CMAAM%2CSAAS%3BEAClB%2CmBAAA%3BEACI%2CmBAAA%3BEACJ%2CgBAAA%3B%3BAAOxB%2CQAAS%2CiBAAiB%2CSAAS%2CQAAO%3BEACtC%2CaAAA%3B%3BAAEA%2CQAAS%2CiBAAiB%2CSAAQ%2CUAAW%2CQAAO%3BEACpD%2CcAAA%3B%3BAAEA%2CQAAS%2CsBAAqB%2COAAQ%2CiBAAiB%2CSAAS%2CQAAO%3BEACvE%2CcAAA%3B%3BAAEA%2CMAAO%2COAAM%3BEACT%2C2BAAA%3BEAA4B%2CeAAA%3B%3BAAEhC%2CIAAI%2CQAAS%2CSAAS%2COAAO%2CiBAAiB%2CMAAK%3BEAC%5C%2FC%2CyBAAA%3BEACJ%2CSAAS%2COAAT%3B%3BAAEA%2CQAAQ%2CuBAAwB%2COAAM%3BEACtC%2CgBAAA%3B%3BAAEA%2CQAAS%2COAAO%3BEACZ%2CiBAAA%3B%3BAAEJ%2CIAAI%2CQAAS%2CSAAS%2COAAO%2CiBAAiB%2CQAAO%2CKAAK%3BEAC1D%2CaAAA%3B%3BAAEE%2CIAAI%2CQAAS%2COAAM%2CqBAAqB%3BEAC1C%2CcAAA%3B%3BAAEG%2CIAAI%2CQAAS%2COAAM%3BEACtB%2CaAAA%3B%3BAAEA%2CMAAO%2CEAAC%3BEACR%2CyBAAA%3B%3BAAqDJ%2CQAjDwB%3BEACxB%2CuBAAwB%3BIAChB%2CgBAAA%3B%3BEAEJ%2CQAAQ%3BIACR%2CaAAA%3BIAAkB%2CuBAAA%3B%3BEAGtB%3BIACQ%2CqBAAA%3B%3BEAEP%2CKAAK%3B%3B%3B%3B%3B%3BIAMF%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C0BAAA%3B%3BEAEA%2CuBAAwB%2CyBAAyB%2CUAAY%2CSAAM%3BIAC%5C%2FD%2CgBAAA%3B%3BEAEH%2CQAAQ%2C0BAA2B%3BEAAe%2CQAAQ%2C0BAA2B%3BIAClF%2CkBAAA%3BIACA%2C4BAAA%3B%3BEAEH%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%3BIACxD%2CaAAA%3B%3BEAED%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAQ%3BIAChE%2CcAAA%3B%3BEAGA%2CQAAS%3BIACT%2CuBAAA%3B%3B%3BAA0BJ%2CQAtBwB%3BEAExB%2CiBAAkB%2CoBAAoB%2CmBAAmB%2CKAAG%2CIAAC%2COAAO%3BIAC5D%2CgBAAA%3B%3BEAGR%2CuBAAwB%2CyBAAyB%2CUAAY%2CSAAO%3BIAC5D%2CUAAA%3B%3BEAER%2CuBAAwB%2CyBAAyB%2CUAAY%2CSAAO%3BIAC5D%2CUAAA%3B%3BEAER%2CuBAAwB%2CYAAY%3BIAC5B%2CkBAAA%3BIACJ%2CYAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKJ%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAEJ%2CgBAAgB%3BEACT%2CWAAA%3BEACH%2CYAAA%3BEACA%2CaAAa%2CcAAb%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEAAmB%2CgBAAA%3BEACnB%2CmBAAmB%2CaAAnB%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CcAAc%2CaAAd%3BEACA%2CWAAW%2CaAAX%3B%3BAAIJ%2CIAAI%2CQAAS%2CSAAS%2COAAO%2CqBAAqB%2CQAAO%2CSAAU%3BEAC%5C%2FD%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAI%2CQAAS%2CSAAS%2COAAO%2CqBAAqB%2CQAAO%2CSAAS%3BEAC1D%2CeAAA%3BEACJ%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CcAAb%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAI%2CQAAS%2CSAAS%2COAAO%2CqBAAqB%2CQAAO%3BEACrD%2C2BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAAG%2CGAAG%3BAAAG%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAAG%2CGAAG%3BEAC7I%2CqBAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3BEAAsB%2CgBAAA%3B%3BAAE1B%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAAG%2CGAAG%3BEACnE%2CgBAAA%3BEAAqB%2CaAAa%2CiBAAb%3B%3BAAEzB%2CIAAI%2CaAAc%3BEACd%2CeAAA%3BEAAgB%2CyBAAA%3B%3BAAGpB%2CIAAI%2CaAAc%2C2BAA0B%3BEACxC%2CgBAAA%3B%3BAAGJ%2CuBAAwB%2CsBAAsB%2CUAAU%2CSAAO%2CMAAK%2CeAAgB%3BEAC5E%2CiBAAA%3B%3BAC9zER%3BEACC%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAFD%2CiBAGE%2CoBACC%2CoBAAiB%3BEACjB%2CUAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CYAAY%2CoBAAZ%3B%3BAAGD%2CoBAAiB%2CiBAAE%2CoBAAiB%3BEACpC%2CUAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CYAAY%2CoBAAZ%3B%3BAAGF%2CiBAAiB%3BEAChB%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CiBAAiB%3BEAChB%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAACA%2CiBAAC%2CMACC%3BEACA%2CUAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CYAAY%2CoBAAZ%3B%3BAAGF%2CiBAAC%2CMAAM%2CiBAAE%3BEACR%2CUAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CYAAY%2CoBAAZ%3B%3BAAGF%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAED%2CYACE%3BEACA%2CkBAAA%3B%3BAAGF%2CeAAe%2CmBAAmB%3BEACjC%2CeAAA%3B%3BAAED%2CYACE%2CeACC%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAJH%2CYACE%2CeAKC%2CkBAAe%2CmBAAmB%3BEAClC%2CcAAA%3B%3BAAPH%2CYACE%2CeAQC%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAXH%2CYACE%2CeAYC%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CgBAAa%2CYAAE%3BEACf%2CWAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAArBF%2CYAuBE%2CoBAAiB%2CyBAAyB%2CYACzC%2CoBAAiB%3BEACjB%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2C0BAAuB%2CmBAAmB%2CaAAa%2CYALxD%2CoBAAiB%2CyBAAyB%2CYAKgB%2CoBAAiB%2CYAL3E%2CoBAAiB%2CyBAAyB%2CYAKmC%2CoBAAiB%3BEAC7F%2COAAA%3B%3BAAGD%2CgBAAa%2CYAAE%2CoBAAiB%3BEAChC%2COAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBAAa%2CYAAE%2CeAAY%3BEAC3B%2COAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2C%2BEAAA%3BEACA%2C4EAAA%3BEACA%2C0EAAA%3BEACA%2CuEAAA%3B%3BAAdD%2CiBAeC%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAED%2CCAAC%2CiBAAE%3BEACF%2CcAAA%3B%3BAAxBF%2CiBA0BC%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAApCF%2CiBAsCC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA1CF%2CiBAsCC%2CcAKC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BEAAA%3BEACA%2C4EAAA%3BEACA%2C0EAAA%3BEACA%2CuEAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAED%2CiBAvBD%2CcAuBE%2CMACA%3BEACC%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAGF%2CiBA%5C%2FBD%2CcA%2BBE%2COACA%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAA1EJ%2CiBA8EC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2C%2BEAAA%3BEACA%2C4EAAA%3BEACA%2C0EAAA%3BEACA%2CuEAAA%3BEACA%2CuCAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2C4BAAA%3B%3BAACA%2CiBAnBD%2CiBAmBE%3BEACA%2CaAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAED%2CiBAxBD%2CiBAwBE%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAzGH%2CiBA4GC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C%2BEAAA%3BEACA%2C4EAAA%3BEACA%2C0EAAA%3BEACA%2CuEAAA%3BEACA%2CuCAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2CwBAAA%3B%3BAACA%2CiBAlBD%2CeAkBE%3BEACA%2CaAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAED%2CiBAvBD%2CeAuBE%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAtIH%2CiBAyIC%3BEACC%2C%2BEAAA%3BEACA%2C4EAAA%3BEACA%2C0EAAA%3BEACA%2CuEAAA%3BEACA%2CuCAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2C4BAAA%3B%3BAACA%2CiBAXD%2CiBAWE%3BEACA%2CaAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAED%2CiBAhBD%2CiBAgBE%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAA5JH%2CiBA%2BJC%3BEACC%2C%2BEAAA%3BEACA%2C4EAAA%3BEACA%2C0EAAA%3BEACA%2CuEAAA%3BEACA%2CuCAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2C4BAAA%3B%3BAACA%2CiBAXD%2CkBAWE%3BEACA%2CaAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAED%2CiBAhBD%2CkBAgBE%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAlLH%2CiBAqLC%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAIH%2CaAAe%3BEACd%2CYAAA%3B%3BAAED%2C0BAA0B%2C%2BBACzB%2CcAAa%2C6BACZ%3BEACC%2CWAAA%3B%3BAAID%2C0BAPwB%2C%2BBAMzB%2CuBACE%2CMACA%2CcACC%3BEACC%2CWAAA%3B%3BAAHH%2C0BAPwB%2C%2BBAMzB%2CuBACE%2CMAMA%3BEACC%2CUAAA%3B%3BAAIH%2CaAAa%2C6BAA6B%2C0BAlBjB%2C%2BBAkBmB%3BEAC3C%2CUAAA%3B%3BAAnBF%2C0BAA0B%2C%2BBAqBzB%3BEACC%2CsQAAA%3BEACA%2CmQAAA%3BEACA%2CiQAAA%3BEACA%2C8PAAA%3B%3BAAzBF%2C0BAA0B%2C%2BBA2BzB%3BEACC%2CsQAAA%3BEACA%2CmQAAA%3BEACA%2CiQAAA%3BEACA%2C8PAAA%3B%3BAAGF%2CgBAAgB%2CYACd%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CgBAAgB%2CaACd%3BEACA%2CgBAAA%3B%3BAAGF%2CgBACE%2CkBAAe%2CmBAAmB%3BEAClC%2CgBAAA%3B%3BAAGF%2CiBAAiB%3BEAChB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAACA%2CCAAC%2CiBAPe%2C4BAOb%3BEACF%2CcAAA%3B%3BAARF%2CiBAAiB%2C4BAUhB%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAbF%2CiBAAiB%2C4BAehB%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAlBF%2CiBAAiB%2C4BAehB%2CcAIC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtBH%2CiBAAiB%2C4BAyBhB%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3B%3BAAjCF%2CiBAAiB%2C4BAmChB%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAAGF%2CiBAAmB%2CoBAAmB%2CoBAAiB%3BEACtD%2CaAAA%3B%3BAAED%2CiBAAmB%2CoBAAiB%3BEACnC%2CaAAA%3B%3BAAED%2C4BAA4B%2C%2BBAC3B%2CcAAa%2C6BACZ%3BEACC%2CYAAA%3BEACA%2CgBAAA%3B%3BAAID%2C4BAR0B%2C%2BBAO3B%2CuBACE%2CMACA%2CcACC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3B%3BAAJH%2C4BAR0B%2C%2BBAO3B%2CuBACE%2CMAOA%3BEACC%2CWAAA%3BEACA%2CaAAA%3B%3BAAIH%2CaAAa%2C6BAA6B%2C4BArBf%2C%2BBAqBiB%3BEAC3C%2CWAAA%3BEACA%2CaAAA%3B%3BAAvBF%2C4BAA4B%2C%2BBAyB3B%3BEACC%2CsQAAA%3BEACA%2CmQAAA%3BEACA%2CiQAAA%3BEACA%2C8PAAA%3B%3BAA7BF%2C4BAA4B%2C%2BBA%2BB3B%3BEACC%2CsQAAA%3BEACA%2CmQAAA%3BEACA%2CiQAAA%3BEACA%2C8PAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAVD%2CuBAWE%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CyBACE%2CoBAAiB%3BEACjB%2CYAAA%3B%3BAAFF%2CyBAIE%2CoBAAiB%3BEACjB%2CWAAA%3B%3BAAGF%2CuBAAuB%2CmBAAmB%2CaAAe%2CoBAAiB%3BEACzE%2CSAAA%3B%3BAAED%2CuBAAuB%2CmBAAmB%2CaAAe%2CoBAAmB%2CoBAAiB%3BEAC5F%2CQAAA%3B%3BAAED%2CuBAAuB%2CmBAAmB%2CaACxC%3BEACA%2CgBAAA%3B%3BAAGF%2CuBAAuB%2CmBAAmB%2CaACxC%3BEACA%2CiBAAA%3B%3BAAGF%2CiBAAiB%2CyBAAyB%2CYACxC%2C0BAAuB%2CmBAAmB%3BEAC1C%2CeAAA%3BEACA%2CcAAA%3B%3BAAHF%2CiBAAiB%2CyBAAyB%2CYAKxC%2C0BAAuB%2CmBAAmB%3BEAC1C%2CgBAAA%3B%3BAAGF%2CaACE%2CoBACC%3BEACA%2CUAAA%3BEACA%2CQAAQ%2CkBAAR%3BEACA%2CYAAY%2CkBAAZ%3B%3BAAGD%2CoBAAiB%2CaAAE%3BEACnB%2CUAAA%3BEACA%2CQAAQ%2CkBAAR%3BEACA%2CYAAY%2CkBAAZ%3B%3BAAED%2CaAAC%2CMACC%2CoBACC%3BEACA%2CUAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CYAAY%2CoBAAZ%3B%3BAAGD%2CoBAAiB%2CaARlB%2CMAQoB%3BEACnB%2CUAAA%3BEACA%2CQAAQ%2CoBAAR%3BEACA%2CYAAY%2CoBAAZ%3B%3BAAIH%2CSAAS%2CiBACR%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAHF%2CSAAS%2CiBAKR%2CcACC%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CSAVO%2CiBAKR%2CcAKE%2CMACA%3BEACC%2CqCAAA%3B%3BAAGF%2CSAfO%2CiBAKR%2CcAUE%2COACA%3BEACC%2CoCAAA%3B%3BAAjBJ%2CSAAS%2CiBAqBR%2CcAAa%2CoBACZ%3BEACC%2CoCAAA%3B%3BAAvBH%2CSAAS%2CiBA0BR%3BEACC%2C4BAAA%3B%3BAA3BF%2CSAAS%2CiBA6BR%3BEACC%2CgCAAA%3B%3BAA9BF%2CSAAS%2CiBAgCR%3BEACC%2CgCAAA%3B%3BAAjCF%2CSAAS%2CiBAmCR%3BEACC%2CgCAAA%3B%3BAAGF%2CWAAW%2CiBACV%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3BEAIA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAZF%2CWAAW%2CiBAcV%2CcACC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEAIA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CWA5BS%2CiBAcV%2CcAcE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CWAlCS%2CiBAcV%2CcAoBE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAArCJ%2CWAAW%2CiBAyCV%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA5CH%2CWAAW%2CiBA%2BCV%3BEACC%2C6BAAA%3B%3BAAhDF%2CWAAW%2CiBAkDV%3BEACC%2CiCAAA%3B%3BAAnDF%2CWAAW%2CiBAqDV%3BEACC%2CiCAAA%3B%3BAAtDF%2CWAAW%2CiBAwDV%3BEACC%2CiCAAA%3B%3BAAGF%2CYAAY%2CiBACX%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAPF%2CYAAY%2CiBASX%2CcACC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CYAlBU%2CiBASX%2CcASE%2CMACA%3BEACC%2CsBAAA%3BEACA%2C2CAAA%3B%3BAAGF%2CYAxBU%2CiBASX%2CcAeE%2COACA%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3B%3BAA3BJ%2CYAAY%2CiBA%2BBX%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3B%3BAAlCH%2CYAAY%2CiBAqCX%3BEACC%2C4BAAA%3B%3BAAtCF%2CYAAY%2CiBAwCX%3BEACC%2CgCAAA%3B%3BAAzCF%2CYAAY%2CiBA2CX%3BEACC%2CgCAAA%3B%3BAA5CF%2CYAAY%2CiBA8CX%3BEACC%2CgCAAA%3B%3BAAGF%2CWAAW%2C4BACV%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALH%2CWAAW%2C4BAQV%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CYAAY%2C4BACX%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALH%2CYAAY%2C4BAQX%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CeAAe%2CiBACd%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3BEAIA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAZF%2CeAAe%2CiBAcd%2CcACC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEAIA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CeA5Ba%2CiBAcd%2CcAcE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CeAlCa%2CiBAcd%2CcAoBE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAArCJ%2CeAAe%2CiBAyCd%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA5CH%2CeAAe%2CiBA%2BCd%3BEACC%2C4BAAA%3B%3BAAhDF%2CeAAe%2CiBAkDd%3BEACC%2CgCAAA%3B%3BAAnDF%2CeAAe%2CiBAqDd%3BEACC%2CiCAAA%3B%3BAAtDF%2CeAAe%2CiBAwDd%3BEACC%2CiCAAA%3B%3BAAGF%2CgBAAgB%2CiBACf%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAPF%2CgBAAgB%2CiBASf%2CcACC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CgBAlBc%2CiBASf%2CcASE%2CMACA%3BEACC%2CsBAAA%3BEACA%2C2CAAA%3B%3BAAGF%2CgBAxBc%2CiBASf%2CcAeE%2COACA%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3B%3BAA3BJ%2CgBAAgB%2CiBA%2BBf%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3B%3BAAlCH%2CgBAAgB%2CiBAqCf%3BEACC%2C4BAAA%3B%3BAAtCF%2CgBAAgB%2CiBAwCf%3BEACC%2CgCAAA%3B%3BAAzCF%2CgBAAgB%2CiBA2Cf%3BEACC%2CgCAAA%3B%3BAA5CF%2CgBAAgB%2CiBA8Cf%3BEACC%2CgCAAA%3B%3BAAGF%2CeAAe%2C4BACd%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAJF%2CeAAe%2C4BAMd%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIH%2CgBAAgB%2C4BACf%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAJF%2CgBAAgB%2C4BAMf%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIH%2CeAAe%2CiBACd%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3B%3BAAHF%2CeAAe%2CiBAKd%2CcACC%3BEACC%2CUAAA%3B%3BAAIH%2CcAAc%2CiBACb%2CcACC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CcAPY%2CiBACb%2CcAME%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CcAbY%2CiBACb%2CcAYE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAhBJ%2CcAAc%2CiBAoBb%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAtBF%2CcAAc%2CiBAwBb%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA3BH%2CcAAc%2CiBA8Bb%3BEACC%2C4BAAA%3B%3BAA%5C%2FBF%2CcAAc%2CiBAiCb%3BEACC%2CgCAAA%3B%3BAAlCF%2CcAAc%2CiBAoCb%3BEACC%2CgCAAA%3B%3BAArCF%2CcAAc%2CiBAuCb%3BEACC%2CgCAAA%3B%3BAAGF%2CcAAc%2C4BACb%3BEACC%2CWAAA%3B%3BAAFF%2CcAAc%2C4BAIb%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIH%2CeAAe%2C4BACd%3BEACC%2CWAAA%3B%3BAAFF%2CeAAe%2C4BAId%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIH%2CYAAY%2CiBACX%3BEACC%2CsBAAA%3BEACA%2C2CAAA%3B%3BAAHF%2CYAAY%2CiBAKX%3BEACC%2CYAAA%3B%3BAANF%2CYAAY%2CiBAKX%2CcAEC%3BEACC%2CWAAA%3BEACA%2CaAAA%3B%3BAATH%2CYAAY%2CiBAYX%3BEACC%2C4BAAA%3B%3BAAbF%2CYAAY%2CiBAeX%3BEACC%2C4BAAA%3B%3BAAhBF%2CYAAY%2CiBAkBX%3BEACC%2C6BAAA%3B%3BAAnBF%2CYAAY%2CiBAqBX%3BEACC%2C6BAAA%3B%3BAAGF%2CiBAAiB%2CiBAChB%3BEACC%2CYAAA%3B%3BAAFF%2CiBAAiB%2CiBAChB%2CcAEC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CiBATe%2CiBAChB%2CcAQE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CiBAfe%2CiBAChB%2CcAcE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAlBJ%2CiBAAiB%2CiBAsBhB%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAxBF%2CiBAAiB%2CiBA0BhB%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA7BH%2CiBAAiB%2CiBAgChB%3BEACC%2CgCAAA%3B%3BAAjCF%2CiBAAiB%2CiBAmChB%3BEACC%2CgCAAA%3B%3BAApCF%2CiBAAiB%2CiBAsChB%3BEACC%2CiCAAA%3B%3BAAvCF%2CiBAAiB%2CiBAyChB%3BEACC%2CiCAAA%3B%3BAAGF%2CsBAAsB%2CiBACrB%3BEACC%2CYAAA%3B%3BAAFF%2CsBAAsB%2CiBACrB%2CcAEC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CsBAToB%2CiBACrB%2CcAQE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CsBAfoB%2CiBACrB%2CcAcE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAlBJ%2CsBAAsB%2CiBAsBrB%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAzBH%2CsBAAsB%2CiBA4BrB%3BEACC%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CiMAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2CqLAAA%3B%3BAApCF%2CsBAAsB%2CiBAsCrB%3BEACC%2CgCAAA%3B%3BAAvCF%2CsBAAsB%2CiBAyCrB%3BEACC%2CgCAAA%3B%3BAA1CF%2CsBAAsB%2CiBA4CrB%3BEACC%2CkCAAA%3B%3BAA7CF%2CsBAAsB%2CiBA%2BCrB%3BEACC%2CkCAAA%3B%3BAAGF%2CiBAAiB%2CiBAChB%3BEACC%2CYAAA%3B%3BAAFF%2CiBAAiB%2CiBAChB%2CcAEC%3BEACC%2CWAAA%3BEACA%2CaAAA%3B%3BAALH%2CiBAAiB%2CiBAQhB%3BEACC%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CiMAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAfF%2CiBAAiB%2CiBAiBhB%3BEACC%2CgCAAA%3B%3BAAlBF%2CiBAAiB%2CiBAoBhB%3BEACC%2CgCAAA%3B%3BAArBF%2CiBAAiB%2CiBAuBhB%3BEACC%2CiCAAA%3B%3BAAxBF%2CiBAAiB%2CiBA0BhB%3BEACC%2CiCAAA%3B%3BAAGF%2CiBAAiB%2C4BAChB%3BEACC%2CWAAA%3B%3BAAFF%2CiBAAiB%2C4BAChB%2CcAEC%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAAIH%2CsBAAsB%2C4BACrB%3BEACC%2CWAAA%3B%3BAAFF%2CsBAAsB%2C4BACrB%2CcAEC%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAALH%2CsBAAsB%2C4BAQrB%3BEACC%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CiBAAiB%2C4BAChB%3BEACC%2CWAAA%3B%3BAAFF%2CiBAAiB%2C4BAChB%2CcAEC%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAALH%2CiBAAiB%2C4BAQhB%3BEACC%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CYAAY%2C4BACX%3BEACC%2CWAAA%3B%3BAAFF%2CYAAY%2C4BACX%2CcAEC%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAAIH%2CiBAAiB%2C0BAA0B%2C%2BBAC1C%2CcAAa%2C6BACZ%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAID%2CiBATe%2C0BAA0B%2C%2BBAQ1C%2CuBACE%2CMACA%2CcACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAALH%2CiBATe%2C0BAA0B%2C%2BBAQ1C%2CuBACE%2CMAQA%3BEACC%2CUAAA%3B%3BAAIH%2CaAAa%2C6BAA6B%2CiBAtB1B%2C0BAA0B%2C%2BBAsBE%3BEAC3C%2CUAAA%3B%3BAAGF%2CYAAY%2C0BAA0B%2C%2BBACrC%2CcAAa%2C6BACZ%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAID%2CYATU%2C0BAA0B%2C%2BBAQrC%2CuBACE%2CMACA%2CcACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAALH%2CYATU%2C0BAA0B%2C%2BBAQrC%2CuBACE%2CMAQA%3BEACC%2CUAAA%3B%3BAAIH%2CaAAa%2C6BAA6B%2CYAtB%5C%2FB%2C0BAA0B%2C%2BBAsBO%3BEAC3C%2CUAAA%3B%3BAAGF%2CiBAAiB%2C4BAA4B%2C%2BBAC5C%2CcAAa%2C6BACZ%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAID%2CiBATe%2C4BAA4B%2C%2BBAQ5C%2CuBACE%2CMACA%2CcACC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAALH%2CiBATe%2C4BAA4B%2C%2BBAQ5C%2CuBACE%2CMAQA%3BEACC%2CWAAA%3BEACA%2CaAAA%3B%3BAAIH%2CaAAa%2C6BAA6B%2CiBAvB1B%2C4BAA4B%2C%2BBAuBA%3BEAC3C%2CWAAA%3BEACA%2CaAAA%3B%3BAAGF%2CYAAY%2C4BAA4B%2C%2BBACvC%2CcAAa%2C6BACZ%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAID%2CYATU%2C4BAA4B%2C%2BBAQvC%2CuBACE%2CMACA%2CcACC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAALH%2CYATU%2C4BAA4B%2C%2BBAQvC%2CuBACE%2CMAQA%3BEACC%2CWAAA%3BEACA%2CaAAA%3B%3BAAIH%2CaAAa%2C6BAA6B%2CYAvB%5C%2FB%2C4BAA4B%2C%2BBAuBK%3BEAC3C%2CWAAA%3BEACA%2CaAAA%3B%3BAAGF%2CsBAAsB%2C0BACrB%3BEACC%2CUAAA%3B%3BAAGF%2CiBAAiB%2C0BAChB%3BEACC%2CUAAA%3B%3BAAGF%2CYAAY%3BEA2BX%2CUAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAA7BD%2CYAAY%2CiBACX%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CkBAAkB%2C8CAA2C%2CyCAAmC%2CyCAAhG%3BEACA%2CkBAAkB%2CsFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAED%2CYAhBU%2CiBACX%2CcAeE%2COACA%3BEACC%2CsBAAA%3B%3BAAGF%2CYArBU%2CiBACX%2CcAoBE%2CMACA%3BEACC%2CsBAAA%3B%3BAAvBJ%2CYAAY%2CiBA8BX%3BEACC%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEAEA%2CoCAAA%3BEACA%2CyFAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2C8CAAA%3B%3BAAxCF%2CYAAY%2CiBA0CX%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3B%3BAA5CH%2CYAAY%2CiBA%2BCX%3BEACC%2CiCAAA%3B%3BAAhDF%2CYAAY%2CiBAkDX%3BEACC%2CiCAAA%3B%3BAAnDF%2CYAAY%2CiBAqDX%3BEACC%2CkCAAA%3B%3BAAtDF%2CYAAY%2CiBAwDX%3BEACC%2CkCAAA%3B%3BAAGF%2CkBAAkB%3BEAoCjB%2CUAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C6CAAA%3B%3BAA1CD%2CkBAAkB%2CiBACjB%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CkBAAkB%2C8CAA2C%2CyCAAmC%2CyCAAhG%3BEACA%2CkBAAkB%2CsFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkDAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CqFAAA%3BEACA%2CsBAAA%3B%3BAAED%2CkBAzBgB%2CiBACjB%2CcAwBE%2COACA%3BEACC%2CsBAAA%3B%3BAAGF%2CkBA9BgB%2CiBACjB%2CcA6BE%2CMACA%3BEACC%2CsBAAA%3B%3BAAhCJ%2CkBAAkB%2CiBA2CjB%3BEACC%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CiDAAA%3B%3BAAjDF%2CkBAAkB%2CiBAmDjB%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3B%3BAArDH%2CkBAAkB%2CiBAwDjB%3BEACC%2C6BAAA%3B%3BAAzDF%2CkBAAkB%2CiBA2DjB%3BEACC%2CiCAAA%3B%3BAA5DF%2CkBAAkB%2CiBA8DjB%3BEACC%2CiCAAA%3B%3BAA%5C%2FDF%2CkBAAkB%2CiBAiEjB%3BEACC%2CkCAAA%3B%3BAAlEF%2CkBAAkB%2CiBAoEjB%3BEACC%2CkCAAA%3B%3BAAGF%2CaAAa%3BEAmCZ%2CUAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAxCD%2CaAAa%2CiBACZ%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CkBAAkB%2C8CAA2C%2CyCAAmC%2CyCAAhG%3BEACA%2CkBAAkB%2CsFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkDAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3B%3BAAED%2CaAxBW%2CiBACZ%2CcAuBE%2COACA%3BEACC%2CsBAAA%3B%3BAAGF%2CaA7BW%2CiBACZ%2CcA4BE%2CMACA%3BEACC%2CsBAAA%3B%3BAA%5C%2FBJ%2CaAAa%2CiBAyCZ%3BEACC%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CiDAAA%3B%3BAA%5C%2FCF%2CaAAa%2CiBAiDZ%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3B%3BAAnDH%2CaAAa%2CiBAsDZ%3BEACC%2C6BAAA%3B%3BAAvDF%2CaAAa%2CiBAyDZ%3BEACC%2CgCAAA%3B%3BAA1DF%2CaAAa%2CiBA4DZ%3BEACC%2CgCAAA%3B%3BAA7DF%2CaAAa%2CiBA%2BDZ%3BEACC%2CiCAAA%3B%3BAAhEF%2CaAAa%2CiBAkEZ%3BEACC%2CiCAAA%3B%3BAAGF%2COAAO%3BEA2BN%2CUAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAA7BD%2COAAO%2CiBACN%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CkBAAkB%2C8CAA2C%2CyCAAmC%2CyCAAhG%3BEACA%2CkBAAkB%2CsFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAED%2COAhBK%2CiBACN%2CcAeE%2COACA%3BEACC%2CsBAAA%3B%3BAAGF%2COArBK%2CiBACN%2CcAoBE%2CMACA%3BEACC%2CsBAAA%3B%3BAAvBJ%2COAAO%2CiBA8BN%3BEACC%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CyFAAA%3B%3BAArCF%2COAAO%2CiBAuCN%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3B%3BAAzCH%2COAAO%2CiBA4CN%3BEACC%2CgCAAA%3B%3BAA7CF%2COAAO%2CiBA%2BCN%3BEACC%2CgCAAA%3B%3BAAhDF%2COAAO%2CiBAkDN%3BEACC%2CiCAAA%3B%3BAAnDF%2COAAO%2CiBAqDN%3BEACC%2CiCAAA%3B%3BAAGF%2CYAAY%2C4BACX%3BEAaC%2CWAAA%3B%3BAAdF%2CYAAY%2C4BACX%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CgDAA6C%2CyCAAmC%2CyCAAlG%3BEACA%2CkBAAkB%2CqFAAlB%3BEACA%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZH%2CYAAY%2C4BAgBX%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyFAAA%3BEACA%2C8CAAA%3B%3BAAGF%2CkBAAkB%3BEAgBjB%2CWAAA%3BEACA%2CiFAAA%3BEACA%2CiFAAA%3B%3BAAlBD%2CkBAAkB%2C4BACjB%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CgDAA6C%2CyCAAmC%2CyCAAlG%3BEACA%2CkBAAkB%2CqFAAlB%3BEACA%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CkDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqFAAA%3B%3BAAOH%2CaAAa%3BEAeZ%2CWAAA%3BEACA%2CiFAAA%3B%3BAAhBD%2CaAAa%2C4BACZ%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CgDAA6C%2CyCAAmC%2CyCAAlG%3BEACA%2CkBAAkB%2CqFAAlB%3BEACA%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CkDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAMH%2COAAO%2C4BACN%3BEAaC%2CWAAA%3B%3BAAdF%2COAAO%2C4BACN%2CcACC%3BEACC%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CkBAAkB%2CgDAA6C%2CyCAAmC%2CyCAAlG%3BEACA%2CkBAAkB%2CqFAAlB%3BEACA%2CkBAAkB%2CgFAAlB%3BEACA%2CkBAAkB%2CiFAAlB%3BEACA%2CkBAAkB%2CmFAAlB%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAZH%2COAAO%2C4BAgBN%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyFAAA%3B%3BAAGF%2CYAAY%2C0BACX%3BEACC%2CYAAA%3B%3BAAGF%2COAAO%2C0BACN%3BEACC%2CYAAA%3B%3BAAGF%2CYAAc%2CqBAAkB%3BEAC%5C%2FB%2CUAAA%3B%3BAAED%2CYAAc%2CgBAAa%3BEAC1B%2CUAAA%3B%3BAAED%2CkBAAkB%3BEACjB%2CiFAAA%3B%3BAAED%2CaAAa%3BEACZ%2CiFAAA%3B%3BAAED%2CiBAAiB%2CiBAChB%3BEACC%2C6BAAA%3B%3BAAFF%2CiBAAiB%2CiBAIhB%2CcACC%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAED%2CiBAXe%2CiBAIhB%2CcAOE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAhBJ%2CiBAAiB%2CiBAoBhB%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAIH%2CYAAY%2CiBACX%3BEACC%2C6BAAA%3B%3BAAFF%2CYAAY%2CiBAIX%2CcACC%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAED%2CYAXU%2CiBAIX%2CcAOE%2COACA%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAhBJ%2CYAAY%2CiBAoBX%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2C0CAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CYAAY%2CmBAAZ%3B%3BAAIH%2CaAAe%2CoBAAiB%3BEAC%5C%2FB%2CQAAA%3BEACA%2CcAAA%3B%3BAAED%2CaAAe%2CeAAY%3BEAC1B%2CQAAA%3BEACA%2CcAAA%3B%3BAAED%2CiBAAiB%2CYAAc%2CoBAAmB%2CoBAAiB%3BEAClE%2CSAAA%3BEACA%2CcAAA%3B%3BAAED%2CiBAAiB%2CYAAc%2CoBAAiB%3BEAC%5C%2FC%2CSAAA%3BEACA%2CcAAA%3B%3BAAED%2CiBAAiB%2CiBAAmB%2CoBAAmB%2CoBAAiB%3BEACvE%2CSAAA%3BEACA%2CcAAA%3B%3BAAED%2CiBAAiB%2CiBAAmB%2CoBAAiB%3BEACpD%2CSAAA%3BEACA%2CcAAA%3B%3BAAED%2CiBAAiB%2C0BAChB%3BEACC%2CYAAA%3B%3BAAGF%2CYAAY%2C0BACX%3BEACC%2CYAAA%3B%3BAAGF%2CiBAAiB%2C4BAChB%3BEACC%2CWAAA%3B%3BAAGF%2CYAAY%2C4BACX%3BEACC%2CWAAA%3B%3BAAGF%2CWAAW%2CiBACV%3BEACC%2CUAAA%3BEAEA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3B%3BAANF%2CWAAW%2CiBAQV%2CcACC%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CWAdS%2CiBAQV%2CcAME%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CWApBS%2CiBAQV%2CcAYE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAvBJ%2CWAAW%2CiBA2BV%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA9BH%2CWAAW%2CiBAiCV%3BEACC%2CiCAAA%3B%3BAAlCF%2CWAAW%2CiBAoCV%3BEACC%2CiCAAA%3B%3BAArCF%2CWAAW%2CiBAuCV%3BEACC%2CkCAAA%3B%3BAAxCF%2CWAAW%2CiBA0CV%3BEACC%2CkCAAA%3B%3BAAGF%2CYAAY%2CiBACX%3BEACC%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAJF%2CYAAY%2CiBAMX%2CcACC%3BEACC%2CUAAA%3B%3BAARH%2CYAAY%2CiBAWX%3BEACC%2CgCAAA%3B%3BAAZF%2CYAAY%2CiBAcX%3BEACC%2CgCAAA%3B%3BAAfF%2CYAAY%2CiBAiBX%3BEACC%2CiCAAA%3B%3BAAlBF%2CYAAY%2CiBAoBX%3BEACC%2CiCAAA%3B%3BAAGF%2CWAAW%2C4BACV%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAALH%2CWAAW%2C4BAQV%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGF%2CYAAY%2C4BACX%2CcACC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAALH%2CYAAY%2C4BAQX%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAID%2CaAAa%2C6BAA6B%2CWADhC%2C0BAA0B%2C%2BBACQ%3BEAC3C%2CWAAA%3B%3BAAGA%2CWALS%2C0BAA0B%2C%2BBAIpC%2CuBACE%2CMACA%3BEACC%2CWAAA%3B%3BAAMH%2CaAAa%2C6BAA6B%2CYAD%5C%2FB%2C0BAA0B%2C%2BBACO%3BEAC3C%2CWAAA%3B%3BAAGA%2CYALU%2C0BAA0B%2C%2BBAIrC%2CuBACE%2CMACA%3BEACC%2CWAAA%3B%3BAAMH%2CaAAa%2C6BAA6B%2CWADhC%2C4BAA4B%2C%2BBACM%3BEAC3C%2CYAAA%3BEACA%2CaAAA%3B%3BAAGA%2CWANS%2C4BAA4B%2C%2BBAKtC%2CuBACE%2CMACA%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAAMH%2CaAAa%2C6BAA6B%2CYAD%5C%2FB%2C4BAA4B%2C%2BBACK%3BEAC3C%2CYAAA%3BEACA%2CaAAA%3B%3BAAGA%2CYANU%2C4BAA4B%2C%2BBAKvC%2CuBACE%2CMACA%3BEACC%2CYAAA%3BEACA%2CaAAA%3B%3BAAKJ%2CiBAAiB%2CiBAChB%3BEACC%2CWAAA%3BEAEA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAhBF%2CiBAAiB%2CiBAkBhB%2CcACC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CiBA%5C%2FBe%2CiBAkBhB%2CcAaE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CiBArCe%2CiBAkBhB%2CcAmBE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAxCJ%2CiBAAiB%2CiBA4ChB%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA%5C%2FCH%2CiBAAiB%2CiBAkDhB%3BEACC%2CiCAAA%3B%3BAAnDF%2CiBAAiB%2CiBAqDhB%3BEACC%2CiCAAA%3B%3BAAtDF%2CiBAAiB%2CiBAwDhB%3BEACC%2CkCAAA%3B%3BAAzDF%2CiBAAiB%2CiBA2DhB%3BEACC%2CkCAAA%3B%3BAAGF%2CYAAY%2CiBACX%3BEACC%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAZF%2CYAAY%2CiBAcX%2CcACC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAvBH%2CYAAY%2CiBA0BX%3BEACC%2CgCAAA%3B%3BAA3BF%2CYAAY%2CiBA6BX%3BEACC%2CgCAAA%3B%3BAA9BF%2CYAAY%2CiBAgCX%3BEACC%2CiCAAA%3B%3BAAjCF%2CYAAY%2CiBAmCX%3BEACC%2CiCAAA%3B%3BAAGF%2CiBAAiB%2CiBAChB%3BEACC%2CWAAA%3BEAEA%2CoCAAA%3BEAEA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3B%3BAARF%2CiBAAiB%2CiBAUhB%2CcACC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3B%3BAAED%2CiBAzBe%2CiBAUhB%2CcAeE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3B%3BAAGF%2CiBAjCe%2CiBAUhB%2CcAuBE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3B%3BAAtCJ%2CiBAAiB%2CiBA0ChB%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3B%3BAA%5C%2FCH%2CiBAAiB%2CiBAkDhB%3BEACC%2CiCAAA%3B%3BAAnDF%2CiBAAiB%2CiBAqDhB%3BEACC%2CiCAAA%3B%3BAAtDF%2CiBAAiB%2CiBAwDhB%3BEACC%2CkCAAA%3B%3BAAzDF%2CiBAAiB%2CiBA2DhB%3BEACC%2CkCAAA%3B%3BAAGF%2CYAAY%2CiBACX%3BEACC%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2C0CAAA%3B%3BAANF%2CYAAY%2CiBAQX%2CcACC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CYArBU%2CiBAQX%2CcAaE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CYA3BU%2CiBAQX%2CcAmBE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA9BJ%2CYAAY%2CiBAkCX%3BEACC%2CgCAAA%3B%3BAAnCF%2CYAAY%2CiBAqCX%3BEACC%2CgCAAA%3B%3BAAtCF%2CYAAY%2CiBAwCX%3BEACC%2CiCAAA%3B%3BAAzCF%2CYAAY%2CiBA2CX%3BEACC%2CiCAAA%3B%3BAA5CF%2CYAAY%2CiBA8CX%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAIH%2CeAAe%2CiBACd%3BEACC%2CWAAA%3BEAEA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3B%3BAANF%2CeAAe%2CiBAQd%2CcACC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAED%2CeArBa%2CiBAQd%2CcAaE%2CMACA%3BEACC%2CsBAAA%3BEACA%2CqCAAA%3B%3BAAGF%2CeA3Ba%2CiBAQd%2CcAmBE%2COACA%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAA9BJ%2CeAAe%2CiBAkCd%2CcAAa%2CoBACZ%3BEACC%2CsBAAA%3BEACA%2CoCAAA%3B%3BAArCH%2CeAAe%2CiBAwCd%3BEACC%2CiCAAA%3B%3BAAzCF%2CeAAe%2CiBA2Cd%3BEACC%2CiCAAA%3B%3BAA5CF%2CeAAe%2CiBA8Cd%3BEACC%2CkCAAA%3B%3BAA%5C%2FCF%2CeAAe%2CiBAiDd%3BEACC%2CkCAAA%3B%3BAAGF%2CUAAU%2CiBACT%3BEACC%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3B%3BAAJF%2CUAAU%2CiBAMT%2CcACC%3BEACC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAfH%2CUAAU%2CiBAkBT%3BEACC%2CgCAAA%3B%3BAAnBF%2CUAAU%2CiBAqBT%3BEACC%2CgCAAA%3B%3BAAtBF%2CUAAU%2CiBAwBT%3BEACC%2CiCAAA%3B%3BAAzBF%2CUAAU%2CiBA2BT%3BEACC%2CiCAAA%3B%3BAAGF%2CiBAAiB%2C4BAChB%2CcACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAVH%2CiBAAiB%2C4BAahB%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CYAAY%2C4BACX%2CcACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAVH%2CYAAY%2C4BAaX%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CiBAAiB%2C4BAChB%2CcACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAVH%2CiBAAiB%2C4BAahB%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CYAAY%2C4BACX%2CcACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAVH%2CYAAY%2C4BAaX%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CeAAe%2C4BACd%2CcACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAVH%2CeAAe%2C4BAad%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CUAAU%2C4BACT%2CcACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAVH%2CUAAU%2C4BAaT%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BACtoCF%2CQAzI2B%3BEAGvB%2CeAAgB%2CKAAK%2COAAO%2CMAAK%2CMAAO%2CKAAI%3BIACxC%2CkDAAA%3BIACA%2C0CAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAO%2CMAAK%2CMAAO%2CKAAI%3BIACxC%2C%2BCAAA%3BIACA%2CuCAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAO%2CMAAK%2CMAAO%2CKAAI%3BEAC5C%2CeAAgB%2CKAAK%2COAAO%2CMAAK%2CMAAO%2CKAAI%3BIACxC%2C%2BCAAA%3BIACA%2CuCAAA%3B%3BEAGJ%2CcAAe%2CcAAc%2CGAAG%2CGAAG%2CEAAC%3BIAChC%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CcAAe%2CGAAG%2CGAAG%2CEAAC%3BIAClB%2CqBAAA%3BIACA%2CaAAA%3B%3BEAIJ%3BIACI%3BMACI%2CmBAAmB%2CgBAAnB%3BMACA%2CWAAW%2CgBAAX%3BMACA%2CUAAA%3B%3BIAGJ%3BMACI%2CmBAAmB%2CeAAnB%3BMACA%2CWAAW%2CeAAX%3BMACA%2CUAAA%3B%3B%3BEAIR%3BIACI%3BMACI%2CmBAAmB%2CgBAAnB%3BMACA%2CWAAW%2CgBAAX%3BMACA%2CUAAA%3B%3BIAGJ%3BMACI%2CmBAAmB%2CeAAnB%3BMACA%2CWAAW%2CeAAX%3BMACA%2CUAAA%3B%3B%3BEAIR%3BIACI%3BMACI%2CmBAAmB%2CQAAnB%3BMACA%2CWAAW%2CQAAX%3B%3BIAGJ%3BIACA%3BMACI%2CmBAAmB%2CWAAU%2CaAA7B%3BMACA%2CWAAW%2CWAAU%2CaAArB%3B%3BIAGJ%3BIACA%3BIACA%3BMACI%2CmBAAmB%2CWAAW%2CYAA9B%3BMACA%2CWAAW%2CWAAW%2CYAAtB%3B%3BIAGJ%3BIACA%3BMACI%2CmBAAmB%2CWAAW%2CaAA9B%3BMACA%2CWAAW%2CWAAW%2CaAAtB%3B%3BIAGJ%3BIACA%3BMACI%2CmBAAmB%2CSAAS%2CSAA5B%3BMACA%2CWAAW%2CSAAS%2CSAApB%3B%3B%3BEAIR%3BIACI%3BMACI%2CmBAAmB%2CQAAnB%3BMACA%2CWAAW%2CQAAX%3B%3BIAGJ%3BIACA%3BMACI%2CmBAAmB%2CWAAU%2CaAA7B%3BMACA%2CWAAW%2CWAAU%2CaAArB%3B%3BIAGJ%3BIACA%3BIACA%3BMACI%2CmBAAmB%2CWAAW%2CYAA9B%3BMACA%2CWAAW%2CWAAW%2CYAAtB%3B%3BIAGJ%3BIACA%3BMACI%2CmBAAmB%2CWAAW%2CaAA9B%3BMACA%2CWAAW%2CWAAW%2CaAAtB%3B%3BIAGJ%3BIACA%3BMACI%2CmBAAmB%2CSAAS%2CSAA5B%3BMACA%2CWAAW%2CSAAS%2CSAApB%3B%3B%3BEAIR%3BIACI%3BMACI%2CmBAAmB%2CSAAnB%3BMACA%2CWAAW%2CSAAX%3B%3BIAGJ%3BMACI%2CmBAAmB%2CcAAnB%3BMACA%2CWAAW%2CcAAX%3B%3B%3B%3BAAyBZ%2CQAnB2B%2CwBAAuB%3BEAC9C%3BIACI%2CeAAA%3B%3BEADJ%2CmBAGI%3BIACI%2CkBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CgBAAA%3B%3B%3BAA2EhB%2CQApE0B%2CuBAAuB%3BEAG7C%2CMAAM%3BIACV%2CmBAAA%3B%3BEAKI%2CeAAgB%3BIACZ%2CaAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAO%3BIACxB%2CiBAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAO%3BIACxB%2COAAO%2CiBAAP%3B%3BEAGJ%2CcAAe%3BEACf%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%2CcAAe%2CWAAW%3BIACtB%2CkBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CeAAA%3B%3BEAGJ%2CoBAAqB%2CmBAAmB%2CWAAW%2CGAAG%2CGAAG%2CGAAG%3BIACxD%2CUAAA%3B%3BEAGJ%2CoBAAqB%2CmBAAmB%2CWAAW%2CGAAG%2CGAAG%2CGAAG%2CGAAE%2CUAAU%3BIACpE%2CkBAAA%3B%3BEAGJ%2CoBAAqB%2CmBAAmB%2CWAAW%2CGAAG%2CGAAG%2CGAAG%2CGAAE%2CUAAU%3BIACpE%2CmBAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAO%2CMAAM%2CKAAI%3BIAClC%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CaAAA%3B%3BEAFJ%2CmBAII%3BIACI%2CkBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CgBAAA%3B%3B%3BAAehB%2CQAT0B%3BEACtB%3BIACI%2CkBAAA%3BIACA%2CgCAAA%3B%3B%3BAA0LR%2CQApL0B%3BEAC1B%3BIACQ%2C0BAAA%3B%3BEAGR%2CMAAM%3BIACN%2CmBAAA%3B%3BEAII%3BIACI%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CUAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAO%3BIACxB%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C%2BBAAA%3BIACA%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAM%2CWAAY%3BIACnC%2CmCAAA%3B%3BEAGJ%2CeAAgB%2CKAAK%2COAAO%2CMAAK%3BIAC7B%2CoCAAA%3B%3BEAGJ%2CeAAgB%2CqBAAqB%3BIACjC%2CaAAA%3B%3BEAGJ%2CeAAgB%2CqBAAqB%2CMAAK%3BIACtC%2CcAAA%3B%3BEAGJ%2CeAAgB%2CqBAAqB%3BIACjC%2CeAAA%3B%3BEAGJ%2CeAAgB%2CqBAAqB%2CMAAM%3BIACvC%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CeAAgB%2CqBAAqB%2CMAAM%3BIACvC%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CSAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIACA%2CgCAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%2CcAAe%2CWAAW%3BIACtB%2CkBAAA%3B%3BEAGJ%2CcAAe%2CWAAW%2COAAO%3BIAC7B%2CYAAA%3B%3BEAGJ%2CcAAe%3BEACf%2CcAAe%3BEACf%2CcAAe%2CcAAc%3BIACzB%2CWAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CcAAe%2CGAAE%3BIACb%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CablyCW%2CcakyCX%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CSZzwCI%2COYywCJ%3BIACA%2CWAAW%2CcAAX%3BIACA%2CoBAAA%3B%3BEAGJ%2CcAAe%2CQAAQ%2CGAAE%3BIACrB%2CWAAW%2CeAAX%3BIACA%2CoBAAA%3B%3BEAGJ%2CcAAe%2CcAAc%3BEAC7B%2CcAAe%3BIACX%2CaAAA%3BIACA%2CgCAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CaAAA%3B%3BEAGJ%2CcAAe%2CcAAc%3BEAC7B%2CcAAe%2CcAAc%2CUAAU%2CGAAG%3BIACtC%2CeAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2CcAAe%3BEACf%2CcAAe%3BIACX%2CWAAA%3B%3BEAGJ%2CcAAe%2CcAAc%2CGAAG%2CGAAG%3BIAC%5C%2FB%2CeAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CmBAAA%3B%3BEAGJ%2CcAAe%2CcAAc%2CGAAG%2CGAAE%2CYAAa%3BIAC3C%2CeAAA%3B%3BEAGJ%2CcAAe%2CYAAY%3BIACvB%2CiBAAA%3B%3BEAGJ%2CoBAAqB%2CmBAAmB%2CWAAW%2CGAAG%2CGAAG%2CGAAG%3BIACxD%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CmBAAmB%2CWAAW%2CGAAG%2CGAAG%2CGAAG%2CGAAE%2CUAAU%3BIACpE%2CkBAAA%3B%3B%3B%3BAA8RR%2CQAzRyB%3BEACrB%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEANJ%2CkBAQI%3BIACI%2CSAAA%3B%3BEATR%2CkBAYI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAdR%2CkBAiBI%3BIACI%2C0BAAA%3BIACA%2CUAAA%3B%3BEAnBR%2CkBAsBI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAxBR%2CkBA2BI%3BIACI%2CYAAA%3B%3BEA5BR%2CkBA%2BBI%2C6BAA4B%3BIACxB%2CUAAA%3B%3BEAhCR%2CkBAmCI%3BIACI%2CcAAA%3B%3BEApCR%2CkBAuCI%3BIACI%2CwBAAA%3BIACA%2CcAAA%3B%3BEAzCR%2CkBAuCI%2CUAII%2CqBACI%2CuBACI%2CYACI%3BIAKI%2CWAAA%3B%3BEAnDxB%2CkBAuCI%2CUAmBI%3BIACI%2CgBAAA%3B%3BEA3DZ%2CkBAuCI%2CUAmBI%2CmBASI%2CYAMI%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CkBAvCZ%2CUAmBI%2CmBASI%2CYAWK%2CcACG%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAjFxB%2CkBAuCI%2CUAmBI%2CmBA6BI%3BIACI%2CwBAAA%3B%3BEAxFhB%2CkBAuCI%2CUAqDI%3BIACI%2CaAAA%3B%3BEA7FZ%2CkBAuCI%2CUAyDI%3B%3B%3B%3B%3BEAhGR%2CkBAuCI%2CUAyDI%2CaAKI%3BIACI%2CaAAA%3B%3BEAtGhB%2CkBAuCI%2CUAoEI%3B%3B%3BEAGI%2CkBAvER%2CUAoEI%2CaAGK%3B%3B%3BEA9Gb%2CkBAoHI%3BIACI%2CaAAA%3B%3BEAIR%2CqBACI%2CSACI%2CQAAO%3BIACH%2CeAAA%3BIACA%2CUAAA%3B%3BEAJZ%2CqBACI%2CSACI%2CQAAO%2CKAIH%2CSAAQ%3BIACJ%2CeAAA%3B%3BEAPhB%2CqBACI%2CSACI%2CQAAO%2CKAQH%3BIACI%2CiBAAA%3BIACA%2CcAAA%3B%3BEAZhB%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAOI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAlBpB%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%3BIACI%2CUAAA%3B%3BIAEA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAzBpB%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBACI%3BIACI%2CoBAAA%3BIACA%2CiBAAA%3B%3BEA9B5B%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBAMI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3B%3BEAtC5B%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBAMI%2CeAQI%3BIACI%2CWAAA%3BIACA%2CyBAAA%3B%3BEA3ChC%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBAoBI%2CSAAQ%2CUAAU%3BIACd%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAjD5B%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBAyBI%3BIACI%2CaAAA%3B%3BEArD5B%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBA6BI%2CWACI%2CiBACI%3BIACI%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEA7DpC%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBAuCI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAzE5B%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBAMI%2CoBAiDI%3B%3B%3BEA5ExB%2CqBACI%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBA4DI%3BIACI%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIQ%2CqBAvF5B%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBA4DI%2CkBAKI%2CYACI%2CkBACK%3BIACG%2CgBAAA%3B%3BEADJ%2CqBAvF5B%2CSACI%2CQAAO%2CKAQH%2CmBAWI%2CmBA4DI%2CkBAKI%2CYACI%2CkBACK%2CKAGG%2C0BACI%3BIACI%2CWAAA%3B%3BEAe5C%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAiB%2CKAAM%2C0BAA0B%3BEAC9I%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAiB%2CKAAM%2C0BAA0B%3BIAC1I%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAiB%2CKAAM%2C0BAA0B%3BIAC1I%2CgBAAA%3B%3BEAGJ%2CcAAc%3BIACV%2CkBAAA%3B%3BEAGJ%2CcAAc%2CsBAAuB%3BIACjC%2C0BAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CcAAc%2CsBAAuB%3BIACjC%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAAc%2CsBAAuB%3BIACjC%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAAc%3B%3B%3BEAId%2CcAAc%2CsBAAsB%3BIAChC%2CUAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CkCAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CiCAAA%3B%3B%3BAAjOoB%2CQApDH%2CuBAgD4B%3BEAIzB%2CkBAZpB%2CUAII%2CqBACI%2CuBACI%2CYACI%3BIAEQ%2CYAAA%3B%3B%3BAA6PhC%2CQArB2B%2CwBAAuB%3BEAC9C%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CSAAQ%3BIACnE%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%3BIAC3D%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CQAAO%3BIACtF%2CSAAA%3B%3B%3BAA4BR%2CQAxB0B%2CuBAAuB%3BEAE7C%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CSAAQ%3BIACnE%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%3BIAC3D%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CQAAO%3BIACtF%2CSAAA%3B%3B%3BAAkHR%2CQA5G0B%3BEACtB%2CoBAAqB%3BIACjB%2CSAAA%3B%3BEAEL%2CSAAU%2CaAAY%3BIACrB%2C4CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CSAAU%3BIACV%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3BEAEA%2CSAAU%3BIACV%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEAGA%2CcAAe%2CaAAa%2CGAAE%2CIAAK%3BIACnC%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAGD%2CcAAe%2CaAAa%2CGAAE%2CIAAK%2CEAAC%3BIACnC%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIACA%2CaAAa%2CcAAb%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAED%2CcAAc%3BIACb%2CyBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CmBAAmB%2CiBAAnB%3BIACA%2CWAAW%2CiBAAX%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3BIACA%2C0BAAA%3BIACA%2CkDAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAA8NJ%2CQAxNyB%3BEACrB%2CcAAe%2CaAAa%2CGAAE%2CIAAK%3BIAC%5C%2FB%2CkBAAA%3B%3BEAEJ%2CcAAe%2CaAAa%2CGAAE%2CIAAK%2CEAAC%3BIAChC%2CSAAS%2CEAAT%3BIACJ%2CQAAA%3BIACA%2CQAAA%3BIACA%2CaAAa%2CcAAb%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAEJ%2CSAAU%3BIACF%2CeAAA%3BIACJ%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEAEC%2CSAAU%3BIACA%2CqBAAA%3BIACX%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CSAAU%2CaAAY%3BIACtB%2C4CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIAEA%2CmBAAA%3B%3BEAGA%2CYAAY%3BIACZ%2C8CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CYAAa%3BIACT%2CuBAAA%3B%3BEAEJ%2CkBACI%2CkBAAkB%3BIACd%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAHR%2CkBAMI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAVR%2CkBAaI%3BIACI%2CaAAA%3B%3BEAIR%2CqBACI%2CSACI%2CQAAO%2CKACH%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEARhB%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%3BIACI%2CiBAAA%3B%3BEAXpB%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAGI%2CoBACI%3BIACI%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAhB5B%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAGI%2CoBAMI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEA1B5B%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAGI%2CoBAgBI%2CSAAQ%2CUAAU%3BIACd%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FB5B%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAGI%2CoBAqBI%3BIACI%2CaAAA%3B%3BEAnC5B%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAGI%2CoBAyBI%2CWACI%2CiBACI%3BIACI%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEA3CpC%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAGI%2CoBAmCI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAvD5B%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAGI%2CoBA6CI%3BIACI%2CaAAA%3B%3BEA3D5B%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAqDI%3BIACI%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlExB%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAqDI%2CkBAKI%2CYACI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBAvE5B%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAqDI%2CkBAKI%2CYACI%2CkBAGK%3BIACG%2CgBAAA%3B%3BEAzEpC%2CqBACI%2CSACI%2CQAAO%2CKACH%2CmBAOI%2CmBAqDI%2CkBAKI%2CYACI%2CkBAOI%2CMACI%2C0BACI%3BIACI%2CWAAA%3B%3BEAa5C%3BIACI%2CwBAAA%3B%3BEAGJ%2CcACI%3BIACI%2CYAAA%3B%3BEAFR%2CcACI%2CYAGI%3BIACI%2CwBAAA%3B%3BEALZ%2CcACI%2CYAGI%2CGAGI%3BIACI%2CmBAAA%3B%3B%3BAAUR%2CqBAHU%2CSAAS%2CQAAO%2CKAClC%2CSACK%2CKACI%3BEACG%2CyBAAA%3B%3BAADJ%2CqBAHU%2CSAAS%2CQAAO%2CKAClC%2CSACK%2CKACI%2CSAGG%2CSAAQ%2CKAAK%3BEACT%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAOJ%2CQAL6B%3BEAK7B%2CqBApBM%2CSAAS%2CQAAO%2CKAClC%2CSACK%2CKACI%2CSAGG%2CSAAQ%2CKAAK%3BIAUL%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3B%3B%3BAAexB%2CQAN2B%2CwBAAuB%3BEAC9C%2CyBAA0B%2CUAAU%3BIAChC%2CaAAA%3B%3B%3BAAmBR%2CQAfyB%3BEACrB%3BIACI%2CUAAA%3B%3BEAGJ%2CuBAAuB%3BIACnB%2CeAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAAIR%2CyBACI%3BEACI%2CeAAA%3B%3BAAFR%2CyBAKI%2CQACI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAQZ%2CyBAA0B%2CQAAQ%2CeAAc%3BEAC5C%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CyBAA0B%2CoBAAoB%3BEAC1C%2CaAAA%3B%3BAAGJ%2CyBAA0B%2CQAAQ%3BEAC9B%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CQAAQ%2COAAO%3BEACrC%2CWAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CWAAA%3B%3BAAGJ%2CyBAA0B%2CQAAO%2CMAAO%2CkBAAkB%2CEAAC%3BAAC3D%2CyBAA0B%2CQAAO%2CMAAO%2CkBAAkB%2CEAAC%3BEACvD%2CyBAAA%3B%3BAAGJ%2CyBAA0B%2CQAAQ%2CkBAAkB%3BEAChD%2CWAAA%3B%3BAAGJ%2CyBAA0B%2CUAAU%3BEAChC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgCAAiC%3BEAC7B%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAAiB%3B%3BEAEb%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CmBAAoB%2CWAAW%3BEAC3B%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CmBAAmB%2CaAAc%2CWAAW%3BEACxC%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAcJ%2CQAX2B%2CwBAAuB%3BEAC9C%2CyBAA0B%2CUAAU%3BIAChC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CyBAA0B%3BIACtB%2CgBAAA%3B%3B%3BAAcR%2CQAVyB%3BEACrB%2CmBAAoB%3BIAChB%2CYAAA%3B%3BEAGJ%2CyBAA0B%2CQAAQ%2CkBAAkB%3BIAChD%2CmBAAA%3B%3B%3BAAiCR%2CQA7ByB%3BEACrB%2CyBAA0B%3B%3B%3BEAI1B%2CmBAAoB%2C0BAA0B%2CQAAQ%3BIAClD%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CyBAA0B%2CUAAU%2CgBAAe%2CYAAY%3BIAC3D%2CoBAAA%3B%3BEAGJ%2CyBAA0B%2CUAAU%2CgBAAe%2CYAAY%3BIAC3D%2CoBAAA%3B%3BEAGJ%2CyBAA0B%2CQAAQ%2CkBAAkB%3BIAChD%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3B%3B%3BAAKR%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CiBAOI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CiBAXJ%2CyBAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAA3BZ%2CiBAOI%2CyBAuBI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CiBAwCI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CiBATJ%3BIAMQ%2CUAAA%3B%3B%3BAAOJ%2CQAJyB%3BEAIzB%2CiBAbJ%3BIAUQ%2CWAAA%3B%3B%3BAAlDZ%2CiBAwCI%2CyBAaI%3BEACI%2CoBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CiBApBR%2CyBAaI%3BIAIQ%2CoBAAA%3B%3B%3BAAzDhB%2CiBAwCI%2CyBAaI%2CcAOI%2CoBACI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDpB%2CiBAwCI%2CyBAaI%2CcAcI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAxEhB%2CiBAwCI%2CyBAaI%2CcAsBI%3BEACI%2CkBAAA%3B%3BAA5EhB%2CiBAwCI%2CyBAaI%2CcAsBI%2CWAGI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlFpB%2CiBAwCI%2CyBAaI%2CcAsBI%2CWAUI%3BEACI%2C6BAAA%3B%3BAAtFpB%2CiBAwCI%2CyBAaI%2CcAqCI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAhGhB%2CiBAwCI%2CyBAaI%2CcA8CI%3BEACI%2CkBAAA%3B%3BAAMhB%2CwBACI%3BEACI%2CaAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CwBAPJ%3BIAIQ%2CaAAA%3B%3B%3BAALZ%2CwBACI%2CYAOI%3BEACI%2CwBAAA%3B%3BAATZ%2CwBACI%2CYAOI%2CGAGI%3BEACI%2CmBAAA%3B%3BAAMhB%2CwBAAyB%2CYAAY%2CGAAG%2COAAM%3BEAC1C%2CaAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%3BIAHI%2CiBAAA%3B%3B%3BAARR%2CgBAWI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CgBAXJ%2CeAWK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAA9BZ%2CgBAWI%2CeAsBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BEAEI%2CqBAAA%3BEACJ%2CeAAA%3B%3BAAzCZ%2CgBAWI%2CeAsBI%2CKAUI%3BEACI%2CaAAA%3B%3BAA5ChB%2CgBAiDI%2CSACI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAMA%2CQAJyB%3BEAIzB%2CgBATR%2CSACI%3BIAKQ%2CsBAAA%3B%3B%3BAAvDhB%2CgBAiDI%2CSACI%2CUAQI%3BEACI%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA7DhB%2CgBAiDI%2CSACI%2CUAQI%2CmBAKI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3B%3BEAED%2CWAAA%3B%3B%3BEAGC%2CiBAAA%3BEACC%2CcAAA%3B%3BAAvErB%2CgBAiDI%2CSACI%2CUAQI%2CmBAgBI%3BEACI%2CeAAA%3B%3BEAEA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FEpB%2CgBAiDI%2CSACI%2CUAQI%2CmBAwBI%3BEACI%2CeAAA%3B%3B%3BEAGA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACI%2CuBAAA%3BEACJ%2CiBAAA%3B%3BAAgDpB%2CwBAzCyC%3BEACrC%2CoBAAqB%3BIACjB%2CWAAA%3B%3BEAGR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BIAEA%2CmBAAA%3BIACA%2CiCAAA%3B%3BEAEJ%2CoBAAoB%2CaAAc%2CMAAK%2CeAAe%3BIACtD%2CkBAAA%3B%3BEAGI%2CoBAAqB%3BIAEvB%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGE%2CoBAAqB%3BIACjB%2CWAAA%3B%3B%3BAAKR%2CcAAc%2CSAAS%2CqBAAsB%2CeAAc%3BAAC3D%3BAACA%2CoBAAqB%3BEACjB%2CyBAAA%3B%3BAAGJ%2CcAAc%2CSAAS%2CqBAAsB%2CeAAc%3BAAC3D%2CoBAAqB%3BEACjB%2CyBAAA%3B%3BAAGJ%2CcAAc%2CSAAS%2CqBAAsB%2CmBAAkB%3BEAC3D%2CaAAA%3B%3BAAGJ%2CcAAc%2CSAAS%2CqBAAsB%2CoBAAmB%3BEAC5D%2CaAAA%3B%3BAAGJ%2CcAAc%2CsBAAuB%3BEACjC%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAA0B%2CQAAQ%2COAAO%2CKAAI%2CcAAc%3BEACvD%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CmBAAmB%2CoBAAoB%2CWAAW%2CKAAI%2CaAAa%2CcAAe%2CKAAI%3BEACjJ%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CcAAc%2CUAAU%3BEACnF%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CcAAc%2CUAAU%3BEACnF%2CaAAA%3B%3BAAGJ%2CaAAc%2COAAM%3BEAChB%2CYAAA%3B%3BAAGJ%2COAAO%3BEACH%2C0BAAA%3B%3BAA8BJ%2CQA5ByB%3BEACzB%2COAAO%3BIACH%2C0BAAA%3B%3BEAEJ%2CoBAAsB%2CoBAAoB%3BEAC1C%2CqBAAuB%2CoBAAoB%3BIACnC%2CUAAA%3B%3B%3BEAIJ%3BIACI%2CeAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CeAAA%3B%3B%3BAAaR%3BEACI%2CuBAAA%3B%3BAAkBJ%2CwBAf0C%3BEACtC%2CMAAO%3BIACH%2CkBAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CsBAAuB%3BEAAe%2C2BAA4B%3BIAC9D%2CWAAA%3B%3B%3BAAYR%2CmBANA%3BEACA%2CMAAO%3BIACJ%2C4BAAA%3B%3B%3BAAaH%2CQAT0B%3BEAC1B%2CMAAO%3BIACL%2C%2BBAAA%3B%3B%3BAAOF%2CYAAa%3BEACT%2CWAAA%3B%3BAAEJ%3B%3B%3B%3BAAIA%2CGAAG%3BEACG%2CcAAA%3BEACF%2CiBAAA%3BEAAsB%2CgBAAA%3B%3BAAE1B%3BEACG%2CiBAAA%3B%3BAAEH%2CMAAM%3BEACF%2CuBAAA%3BEAAwB%2CcAAA%3BEAAe%2CkBAAA%3BEAAsB%2CgBAAA%3BEAC5D%2CmBAAA%3B%3BAAEL%2CMAAM%2CeAAe%3BEAChB%2C4CAAA%3BEACD%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEAEA%2CmBAAA%3BEACI%2CoBAAA%3BEACJ%2CeAAA%3B%3BAAEJ%2CcAAc%3BEACN%2CwCAAA%3BEACJ%2CgCAAA%3B%3BAAEJ%2CKAAK%3BAAAe%2CKAAK%3BAAAmB%2CKAAK%3BAAAc%2CKAAK%3BAAAc%2CKAAK%3BAAAiB%2CKAAK%3BAAAiB%2CKAAK%3BAAAmB%2CKAAK%3BEACvJ%2CiBAAA%3B%3BAAGJ%2CYAAY%2CQAAQ%3BEACZ%2CwBAAA%3B%3BAAER%2CYAAY%2CQAAS%3BAAAe%2CYAAY%2CQAAS%3BEACrD%2C0BAAA%3B%3BAAGJ%2CqBAAsB%2CaAAY%2CYAAY%3BEACxC%2C0BAAA%3B%3BAAYN%2CQAT0B%3BEACtB%2CYAAY%3BIACR%2CoBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CqBAAA%3B%3B%3BAA0BP%2CwBAtByC%3BEAEtC%2CcAAc%2CiBAAiB%2C2BAA2B%2C0BAC1D%2CGAAE%3BIACE%2CaAAA%3B%3BEAGJ%2CcAAc%2CiBAAiB%2C2BAA2B%2C0BAC1D%3BIACI%2CaAAA%3B%3BEAGJ%2CcAAc%2CiBAAiB%2C2BAA2B%2C0BAC1D%2CQAAO%3BIACH%2CiBAAA%3B%3BEAGJ%2CcAAc%2CiBAAiB%2C2BAA2B%2C0BAC1D%3BIACI%2CwBAAA%3B%3B%3BACx3DR%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAc%2CwBAAsB%2CQAAO%3BEACjG%2CaAAA%3B%3BAA6CJ%2CwBA1C0C%3BEACtC%2CQAAQ%2CqBAAsB%2CsBAAsB%2CeAAe%3BIAC%5C%2FD%2CSAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%3BIACtD%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEAEA%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%3BIAC9C%2CgBAAA%3B%3BEAER%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%2CcAAc%3BIAChE%2CcAAA%3B%3BEAEJ%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CUAAU%2CiBAAiB%2COAAM%2COAAO%2CQAAQ%3BIAChJ%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3B%3BEAEJ%2CQAAQ%2CqBAAsB%2CeAAe%3BIAC7C%2CSAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEA%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%2CcAAc%3BIAAa%2CgBAAA%3B%3BEACjF%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAc%3BIACpE%2CWAAA%3B%3BEAEJ%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CUAAU%3BEAAkB%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CsBAAsB%3BIAC1L%2CUAAA%3BIACA%2CsBAAA%3B%3B%3BAAOR%2CcAAc%2CSAAU%3BEACpB%2CyBAAA%3BEACA%2CaAAa%2CeAAb%3B%3BAA6DJ%2CwBA1D0C%3BEAC1C%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%3BIACpD%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAc%3BIAClG%2CkBAAA%3B%3BEAEJ%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%2CcAAc%3BIAChE%2C0BAAA%3B%3BEAEJ%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2COAAM%2COAAO%2COAAO%3BEAAW%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2CMAAK%2CcAAe%2CiBAAmB%2CUAAO%2COAAO%2COAAO%3BEAAW%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2CaAAY%2COAAO%2COAAO%3BEAC5R%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2COAAM%2COAAO%2CMAAM%3BEAAW%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2CMAAK%2CcAAe%2CiBAAmB%2CUAAO%2COAAO%2CMAAM%3BEAAW%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2CaAAY%2COAAO%2CMAAM%3BIACrR%2CsBAAA%3B%3BEAEJ%2CQAAQ%2CqBAAsB%2CeAAc%2CSAAU%3BIAClD%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2COAAM%2COAAO%2COAAO%3BIACpE%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2COAAM%2COAAO%2CMAAM%3BIACnE%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2COAAM%2COAAO%2COAAO%3BIACpE%2CYAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3B%3BAAMR%2CqBAAsB%2CSAAQ%3BEAC1B%2CaAAA%3B%3BAAIJ%2CQAAS%2CQAAO%3BEACZ%2CaAAA%3B%3BAAGJ%2CQAAS%2CMAAK%2CkBAAkB%2CSAAU%2COAAM%2CKAAM%3BEAC9C%2COAAO%2CgBAAP%3B%3BAAGR%2CQAAQ%2CqBAAqB%2C0BAC7B%2CeAAc%2CSAAU%2CcAAc%2CWAAW%3BEAC7C%2C0BAAA%3B%3BAAGJ%2CQAAQ%2CqBAAqB%2C0BAC7B%2CeAAc%2CSAAU%2CcAAc%2CWAAW%3BEAC7C%2C0BAAA%3B%3BAAGJ%2CQAAQ%2CqBAAqB%2C0BAC7B%2CmBAAqB%3BEACjB%2CaAAa%2CeAAb%3B%3BAC31BA%2CgBALsC%3BECFtC%2CiCAxBA%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAkBR%2CiCAdA%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA4BJ%3BEC4QA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BENglDhB%2CgBAGI%3BEA0EJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIKn8DhB%2CYAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BECuRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKD9Rf%2CUAAU%3BECwRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKD9Rf%2CUAAU%3BEL82DX%2CgBAGI%2COKj3DH%2CUAAU%3BEL27DX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKKj8Df%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BECkRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKDzRf%2CUAAU%3BECmRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKDzRf%2CUAAU%3BELy2DX%2CgBAGI%2COK52DH%2CUAAU%3BELs7DX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKK57Df%2CUAAU%3BIACP%2CYAAA%3B%3BEAoNJ%3BEEhKI%2COAAO%2CKAAM%2CyBACT%3BECjCR%2CyBACI%2CQAAO%3BEC6LX%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BECxSJ%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BElB8%2BCA%2COAAO%2CKAAM%2CcADjB%3BEAoBA%2CKAAC%2CcAuGG%2CcACI%3BEUz%5C%2FBZ%2CqBASI%2CMACI%2CqBACI%3BIEtbZ%2CcAAA%3B%3BEAyCA%3BEAkFgB%2CuBAXZ%2CUASI%2CYACI%2CQACK%3BEO7YjB%2CKAAK%2CKAAK%2COPkYN%2CUASI%2CYACI%2CQACK%3BIAjFb%2CkBAAA%3BIACA%2CQAAA%3B%3BEAuEQ%2CuBAFR%2CUACI%2COACK%2CIAAI%2CSACD%3BEOrYhB%2CKAAK%2CKAAK%2COPkYN%2CUACI%2COACK%2CIAAI%2CSACD%3BIACI%2CUAAA%3B%3BEAyBpB%3BEQxRA%2CSACI%3BECxHI%2COAAO%2CIAAI%2CeAAgB%2CKAD%5C%2FB%3BEAEI%2COAAO%2CIAAI%2CqBAAsB%2CKAFrC%3BEdq7DI%2CgBADJ%2CUACK%3BIxB9rDT%2CkBAAA%3B%3BE6B%2BMA%3BEU7SA%2CaAOI%3BEf43DJ%3BIxBjjEA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BE6Bm9BD%2CkB7Bp9BC%3BE6Bo9BD%2CkB7Bn9BC%3BE%2BBmFD%2CwBAKI%2Ce%5C%2FBzFH%3BE%2BBoFD%2CwBAKI%2Ce%5C%2FBxFH%3BE%2BBoID%2CiC%5C%2FBrIC%3BE%2BBqID%2CiC%5C%2FBpIC%3BE%2BB0JD%2CkB%5C%2FB3JC%3BE%2BB2JD%2CkB%5C%2FB1JC%3BEwCgWD%2C0BxCjWC%3BEwCiWD%2C0BxChWC%3BEmCoCD%2CcAKI%2CenC1CH%3BEmCqCD%2CcAKI%2CenCzCH%3BE8BsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9B3UX%3BE8BuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9B1UX%3BE8BuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9B3UX%3BE8BwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9B1UX%3BEiB4hDD%2CejB7hDC%3BEiB6hDD%2CejB5hDC%3BEwB65DD%2CgBxB95DC%3BEwB85DD%2CgBxB75DC%3BEwB0%2BDD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexB9%2BDX%3BEwB2%2BDD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexB7%2BDX%3BEwB4%5C%2FDD%2CqBACI%2COAAM%2CUxB9%5C%2FDT%3BEwB6%5C%2FDD%2CqBACI%2COAAM%2CUxB7%5C%2FDT%3BE0BoyBG%2COAAC%2CQ1BryBJ%3BE0BqyBG%2COAAC%2CQ1BpyBJ%3BE0B0yBD%2CYAcI%2CQAAO%2CM1BzzBV%3BE0B2yBD%2CYAcI%2CQAAO%2CM1BxzBV%3BEwC4bD%2CyBxC7bC%3BEwC6bD%2CyBxC5bC%3BEwB0%2BDD%2CQAaI%2CSxBx%5C%2FDH%3BEwB2%2BDD%2CQAaI%2CSxBv%5C%2FDH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BE6B88BD%2CkB7B98BC%3BE%2BB8ED%2CwBAKI%2Ce%5C%2FBnFH%3BE%2BB%2BHD%2CiC%5C%2FB%5C%2FHC%3BE%2BBqJD%2CkB%5C%2FBrJC%3BEwC2VD%2C0BxC3VC%3BEmC%2BBD%2CcAKI%2CenCpCH%3BE8BiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9BrUX%3BE8BkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ce9BrUX%3BEiBuhDD%2CejBvhDC%3BEwBw5DD%2CgBxBx5DC%3BEwBq%2BDD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexBx%2BDX%3BEwBu%5C%2FDD%2CqBACI%2COAAM%2CUxBx%5C%2FDT%3BE0B%2BxBG%2COAAC%2CQ1B%5C%2FxBJ%3BE0BqyBD%2CYAcI%2CQAAO%2CM1BnzBV%3BEwCubD%2CyBxCvbC%3BEwBq%2BDD%2CQAaI%2CSxBl%5C%2FDH%3BIACG%2CWAAA%3B%3BE6BggBJ%3BEYxdA%2COAAO%3BEAMP%3BEAWA%3BIZ6bA%2CsBAAA%3B%3BEAsBA%3BEV8DA%3BIUpFA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BI7B5SlB%2CgBAAA%3B%3BEhB6mBA%2C8B6CnUI%2CUACM%2CS7CkUT%2CIAAI%2CSACC%3BEADN%2C8B6CnUI%2CUAEI%2CQAAU%2CS7CiUjB%2CIAAI%2CSACC%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEAzFA%2C8B6CnUI%2CUACM%2CS7CkUT%2CIAAI%2CSAcC%3BEAdN%2C8B6CnUI%2CUAEI%2CQAAU%2CS7CiUjB%2CIAAI%2CSAcC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BE6CpVR%2C8BACI%2CUACM%2CS7C%2BNR%3BE6CjOF%2C8BACI%2CUAEI%2CQAAU%2CS7C8NhB%3BIgB1gBF%2CeAAA%3BIhB8gBI%2CqBAAA%3B%3BEA4HA%2C8B6ChWA%2CUACM%2CS7C6VT%2COAEI%3BEAAD%2C8B6ChWA%2CUAEI%2CQAAU%2CS7C4VjB%2COAEI%3BEAAD%2C8B6ChWA%2CUACM%2CS7C8VT%2CSACI%3BEAAD%2C8B6ChWA%2CUAEI%2CQAAU%2CS7C6VjB%2CSACI%3BIACG%2CaAAA%3B%3BE6C5VI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA8XhB%3BIAhBA%2CaAAA%3B%3BEAkEA%3BEWvhBA%3BEhB8iDA%2CQAaI%3BIKniCA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CkBAKI%3BEW5hBJ%2CyBX4hBI%3BELkhCJ%2CQAaI%2CSK%5C%2FhCA%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CkBAWI%3BEWliBJ%2CyBXkiBI%3BEL4gCJ%2CQAaI%2CSKzhCA%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBR%2CkBAmBI%3BEW1iBJ%2CyBX0iBI%3BELogCJ%2CQAaI%2CSKjhCA%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4ER%3BEIvyBA%2CeACI%3BEhB6wCJ%2CeAEI%3BIYxeA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CgCAKI%3BEI5yBJ%2CeACI%2CgBJ2yBA%3BEZkeJ%2CeAEI%2CWYpeA%3BIACI%2CiBAAA%3B%3BEAIA%2CgCADJ%2CQACK%3BEACD%2CgCAFJ%2CQAEK%3BEIlzBT%2CeACI%2CgBJ%2ByBA%2CQACK%3BEIjzBT%2CeACI%2CgBJ%2ByBA%2CQAEK%3BEZ4dT%2CeAEI%2CWYheA%2CQACK%3BEZ6dT%2CeAEI%2CWYheA%2CQAEK%3BIACG%2CiBAAA%3B%3BEAGJ%2CgCANJ%2CQAMK%3BEItzBT%2CeACI%2CgBJ%2ByBA%2CQAMK%3BEZwdT%2CeAEI%2CWYheA%2CQAMK%3BIACG%2CWAAA%3B%3BEankCZ%3BI1CiPA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEyCtOA%2CWAAY%3BEACZ%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%3BIACA%2CkBAAA%3B%3BEAEA%2CIAAK%3BIACD%2CWAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEEpDA%2CCAAC%2CmBAAwB%2CQFiDtB%3BIzCqMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2CrZL%2CCAAC%2CoBAAyB%2CQF8CvB%3BIzCqMP%2CmBAAA%3BI2C9KA%2CqBAAA%3BI3C8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2ClZL%2CCAAC%2CyBAA%2BB%2CQF2C7B%3BIzCqMP%2CmBAAA%3BI2ClLA%2CYAAA%3BI3CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2C%5C%2FYL%2CCAAC%2C0BAAgC%2CQFwC9B%3BIzCqMP%2CmBAAA%3BI2CtLA%2CWAAA%3BI3CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyCjWT%3BIAEI%2CiBAAA%3B%3BEE1CA%2CCAAC%2CoBAAyB%3BI3CuO9B%2CmBAAA%3BI2CtLA%2CWAAA%3BI3CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2CtYL%2CCAAC%2CyBAA%2BB%3BI3CoOpC%2CmBAAA%3BI2CtLA%2CWAAA%3BI3CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2CnYL%2CCAAC%2C0BAAgC%3BI3CiOrC%2CmBAAA%3BI2CtLA%2CWAAA%3BI3CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyC3VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEE1CA%2CCAAC%2CoBAAyB%3BI3C2N9B%2CmBAAA%3BI2ClLA%2CYAAA%3BI3CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2C1XL%2CCAAC%2CyBAA%2BB%3BI3CwNpC%2CmBAAA%3BI2ClLA%2CYAAA%3BI3CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2CvXL%2CCAAC%2C0BAAgC%3BI3CqNrC%2CmBAAA%3BI2ClLA%2CYAAA%3BI3CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyC%5C%2FUT%2C0BACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEJoCJ%2CSAKM%3BIrC0HN%2CgBAAA%3BIhB8cA%2CsBAAA%3BIqDtkBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSrDwxBJ%3BIAoDF%2CSAAA%3B%3BEgBt8BA%2CSqC0HM%2CSrC1HL%3BEACD%2CSqCyHM%2CSrCzHL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CSqCoHM%2CSrCpHL%3BIACG%2CWAAA%3B%3BEhB6rBJ%2CSqD1kBM%2CSrD0kBL%2COAAO%3BEACR%2CSqD3kBM%2CSrD2kBL%2CSAAS%3BIgBjdV%2CqBAAA%3BIAAA%2CYAAA%3BIhBodI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEqDtlBJ%2CSAKM%2CSrDolBN%3BIgB1dA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIhB8dI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSqD5lBM%2CSrD4lBL%2CIAAI%2CSACC%3BIgBneN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIhBweQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSqD5lBM%2CSrD4lBL%2CIAAI%2CSAUC%3BIgB5eN%2CYAAA%3BIhB8eQ%2CWAAA%3B%3BE4DnwBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BE7C0CA%2CQ4CjCQ%2CKAAK%2CM5CiCZ%3BEACD%2CQ4ClCQ%2CKAAK%2CM5CkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4CvCQ%2CKAAK%2CM5CuCZ%3BIACG%2CWAAA%3B%3BE4CxCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BI7CwRN%2CYAAA%3BI6CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BI7CgRP%2CgBAAA%3BI6C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE7CsBJ%2CQ4CjCQ%2CKAAK%2CMCKX%2CQAAK%2CQ7C4BN%3BEACD%2CQ4ClCQ%2CKAAK%2CMCKX%2CQAAK%2CQ7C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ4CvCQ%2CKAAK%2CMCKX%2CQAAK%2CQ7CkCN%3BIACG%2CWAAA%3B%3BE6C3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BI7CsNP%2CiBAAA%3B%3BE4CrRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BI7CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI6C%5C%2FLQ%2CmBAAA%3BI7C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEC5KA%2CQ2CzGQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CU5CwCL%3BID4KD%2CcAAA%3BIAAA%2CqBAAA%3B%3BECvKA%2CQ2C9GQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CU5C6CL%3BIDuKD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEClKA%2CQ2CnHQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CU5CkDL%3BIDkKD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI7CyL9B%2CmBAAA%3B%3BE6CrLI%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%3BI7CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5KI%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%3BI7C0KtB%2CmBAAA%3B%3BE4CrRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BI7CqKP%2CmBAAA%3BI6CnKI%2CgBAAA%3BIACA%2C4BAAA%3BIAoBJ%2CSAAA%3BI7C8IA%2C6BAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEsCxBJ%2CgBQgDA%3BIACI%2CWAAA%3B%3BERjDJ%2CgBQoDA%3BIACI%2CYAAA%3B%3BERrDJ%2CgBQXA%3BERWA%2CgBQVA%3BIACI%2CqBAAA%3B%3BERSJ%2CgBQXA%2CSAQI%2CEAAC%3BERGL%2CgBQVA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BERER%2CgBQGA%2CSACI%3BI9CiQJ%2CiBAAA%3B%3BEsCrQA%2CgBQaA%2CWAKI%2CEAAC%3BI9CmPL%2CeAAA%3B%3BEsCrQA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BESqJR%2CYAAC%2CYACG%3BI%5C%2FCuGR%2C6BAAA%3BI%2BCrGY%2CiBAAA%3B%3BEhB3DZ%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%3BI%5C%2FB0GJ%2CmBAAA%3B%3BE%2BBtGY%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%3BEiBlMZ%3BIACI%2CcAAA%3B%3BEADJ%2CkBAGI%3BIACI%2CaAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3B%3BEANR%2CkBASI%3BIACI%2CWAAA%3B%3BECER%3BIACI%2CUAAA%3B%3BEjByFJ%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%3BEOsDZ%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%3BEvC2JR%2CauC%5C%2FJI%2CMvC%2BJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CauCpKI%2CMvCoKH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CauCzKI%2CMvCyKH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CauC9KI%2CMvC8KH%3BIAvGD%2CcAAA%3B%3BEuC9FA%2CaA8BI%2CQAAO%3BIvCgEX%2CqBAAA%3BIkDnFA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIlD2EA%2CgBAAA%3BIuCxDQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2CaA8BI%2CQAAO%2COYwCT%3BInDpPF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmDNA%2CaZ2MI%2CQAAO%2COY3MV%3BIA4TD%2CmCAAA%3BIACA%2CkCAAA%3BInDlDA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSc1OU%2COd0OV%3BIAAA%2CaazRe%2CcbyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BImDyDA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA3TI%2CaZ8LA%2CQAAO%2COY%5C%2FLV%2CMACI%3BInD8PL%2CcAAA%3B%3BEmDxPI%2CaZwLA%2CQAAO%2COYzLV%2COACI%3BInDwPL%2CcAAA%3B%3BEkDxEA%2CaXQI%2CQAAO%2COWRV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CaXGI%2CQAAO%2COWHV%3BEACD%2CaXEI%2CQAAO%2COWFV%3BEACD%2CQAAQ%2CUAAW%2CcXCf%2CQAAO%3BIWAP%2CoBAAA%3BIlDgEJ%2CUAAA%3B%3BEuCjDY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BIvCiDb%2CWAAA%3B%3BEuC1CA%3BIACI%2CaAAA%3B%3BEarOJ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BECyDJ%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BEpBqKhB%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%3BIjCAb%2C8BAAA%3BIiCEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIjCfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEiCsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BEO2CJ%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BIxCpGR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIwCyGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BIxChGR%2CgBAAA%3B%3BEhB6mBA%2CSwD9gBK%2COAAO%2CMACJ%2COxD6gBP%2CIAAI%2CSACC%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEAzFA%2CSwD9gBK%2COAAO%2CMACJ%2COxD6gBP%2CIAAI%2CSAcC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEwD9hBJ%2CSAAC%2COAAO%2CMACJ%2COxD0aN%3BIgB1gBF%2CeAAA%3BIhB8gBI%2CqBAAA%3B%3BEA4HA%2CSwD3iBC%2COAAO%2CMACJ%2COxDwiBP%2COAEI%3BEAAD%2CSwD3iBC%2COAAO%2CMACJ%2COxDyiBP%2CSACI%3BIACG%2CaAAA%3B%3BEwD9hBR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2C6BAAA%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%3BIxCpKZ%2CeAAA%3B%3BEwC0KQ%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%3BEc%5C%2FZpB%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%3BEnBHR%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%3BEoB%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BE1B8RR%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%3BI9BzEJ%2CiBAAA%3B%3BE8BmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BE2BnUpB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BE9C%2BIZ%2CWAAY%3BIACR%2CUAAA%3B%3BEAEJ%2CWAAY%2CUAAS%3BIACjB%2CWAAA%3B%3BECsiBJ%3BIACI%2CaAAA%3B%3BEAGJ%2CcACI%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CcAAc%2CoBACV%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CaAAA%3B%3BEK6zBZ%2CeAMI%3BIACI%2CWAAA%3B%3BEAKA%2COAAO%2CKAAM%2CcADjB%2CiBAGU%3BIACE%2CWAAA%3B%3BEALhB%2CaAUI%2COACI%2CUACI%3BIjB%5C%2FzCZ%2CgBAAA%3BIiBi0CgB%2CgBAAA%3B%3BEjCptBhB%2CaiCgtBI%2COACI%2CUACI%2COjCltBX%2CIAAI%2CSACC%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEAzFA%2CaiCgtBI%2COACI%2CUACI%2COjCltBX%2CIAAI%2CSAcC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEiCsrBR%2CaAUI%2COACI%2CUACI%2COjCrzBV%3BIgB1gBF%2CeAAA%3BIhB8gBI%2CqBAAA%3B%3BEA4HA%2CaiCmrBA%2COACI%2CUACI%2COjCvrBX%2COAEI%3BEAAD%2CaiCmrBA%2COACI%2CUACI%2COjCtrBX%2CSACI%3BIACG%2CaAAA%3B%3BEiC6rBJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKI%2CKARX%2CcAMG%2CMACI%2CKACK%3B%3BIAEO%2CsBAAA%3B%3BEAIZ%2CKAdP%2CcAMG%2CMAQK%2CQACG%3BIACI%2CiBAAA%3B%3BEAMR%2CKAtBP%2CcAqBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CKA%5C%2FBP%2CcAqBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2COAAO%2CkBAAP%3B%3BEAJJ%2CKA%5C%2FBP%2CcAqBG%2CSAUK%2CaAMG%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAXR%2CKA%5C%2FBP%2CcAqBG%2CSAUK%2CaAMG%2CuBAMI%3BIACQ%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CaAAa%2CkBAAb%3BIACI%2CgBAAA%3B%3BEAtBpB%2CKA%5C%2FBP%2CcAqBG%2CSAUK%2CaAyBG%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIAAkB%2CaAAa%2CiBAAb%3B%3BEAhC1B%2CKA%5C%2FBP%2CcAqBG%2CSAUK%2CaAkCG%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CKAvEf%2CcAqBG%2CSAUK%2CaAkCG%2CiBAMK%3BIACG%2CaAAA%3B%3BEAzCZ%2CKA%5C%2FBP%2CcAqBG%2CSAUK%2CaA6CG%2CcACI%3BEA9CR%2CKA%5C%2FBP%2CcAqBG%2CSAUK%2CaA6CG%2CcACQ%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEACA%2CKArFnB%2CcAqBG%2CSAUK%2CaA6CG%2CcACI%2CGAQK%3BEAAD%2CKArFnB%2CcAqBG%2CSAUK%2CaA6CG%2CcACQ%2CGAQC%3BIACO%2CaAAa%2CeAAb%3BIACJ%2C0BAAA%3B%3BEAxDhB%2CKA%5C%2FBP%2CcAqBG%2CSAUK%2CaA6CG%2CcAcI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CKA%5C%2FFnB%2CcAqBG%2CSAUK%2CaA6CG%2CcAcI%2CGAKK%3BIACG%2CSAAS%2CGAAT%3B%3BEAhGxB%2CKAAC%2CcAuGG%2CcACI%3BIACI%2CgBAAA%3B%3BEA1GhB%2CKAgHI%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%3BEC%5C%2FoCZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAEI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BECSR%3BInB7VA%2CmBAAA%3BI2CtLA%2CWAAA%3BI3CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BImB8LL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEuC%5C%2FlBR%3BIACI%2CaAAA%3B%3BEC8HJ%3BIACI%2CUAAA%3B%3BEvClDQ%2CYAFR%2CUACM%2CSACG%3BEACD%2CYAHR%2CUACM%2CSAEG%3BIACG%2CkBAAA%3B%3BEAFJ%2CYAFR%2CUACM%2CSACG%2CSAIK%3BEAHN%2CYAHR%2CUACM%2CSAEG%2CUAGK%3BIACE%2CmBAAA%3B%3BEAEA%2CYAThB%2CUACM%2CSACG%2CSAIK%2CQAGG%3BEAAD%2CYAThB%2CUACM%2CSAEG%2CUAGK%2CQAGG%3BIACG%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEwC1GxB%2CqBACI%2CaACI%3BI5DwQR%2CgBAAA%3B%3BE4D1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC2bhB%2CqBAAwB%2COAEpB%2CUAAY%2CSAAO%3BIACf%2CgBAAA%3B%3BEAGR%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAOhB%3BIACI%2CWAAA%3B%3BEAEJ%2CYACI%3BEADJ%2CYAEI%3BIACI%2CkBAAA%3BIACA%2CaAAA%3B%3BEC9eR%3BI9DwRA%2CmBAAA%3BIAAA%2CmBAAA%3BI2ClLA%2CYAAA%3BI3CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsB5JT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEyCpLZ%3BI%5C%2FD2KA%2CsBAAA%3BIAAA%2CyBAAA%3BI%2BDxKI%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%3BI%5C%2FD4JL%2CYAAA%3BI%2BD1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BI%5C%2FDkJA%2CmBAAA%3BI%2BDhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BI%5C%2FD4IJ%2CiBAAA%3BI%2BD1IQ%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%3BI%5C%2FDkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI%2BDrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BI%5C%2FDyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE%2BDjPR%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%3BExC4DR%2CwBACI%2CiBAEI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEALZ%2CwBACI%2CiBAEI%2CSAGI%2CQAAO%3BIACH%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAXhB%2CwBACI%2CiBAaI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAnBZ%2CwBAuBI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEA3BhB%2CwBAgCI%2CwBACI%2CUACM%3BIACE%2CSAAA%3B%3BEAEA%2CwBALZ%2CwBACI%2CUACM%2CSAGG%2CKACG%3BIACI%2CkBAAA%3B%3BEAGJ%2CwBAVhB%2CwBACI%2CUACM%2CSAGG%2CKAKI%2CaACG%3BIACI%2CcAAA%3B%3BEAS5B%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEyCpDZ%2CwBACI%3BIhEKJ%2CkBAAA%3B%3BEgENA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BExC6qDR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUAKM%2CSACI%3BIACE%2CUAAA%3B%3BEAOhB%2CSACI%2CUACI%2COACI%3BIxB9sDZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIwBmtDgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BIxBvtDZ%2CYAAA%3BIwBytDgB%2CWAAA%3B%3BEAMhB%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BIACR%2CgBAAA%3BIACA%2CUAAA%3B%3BEAOJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CyBAAA%3B%3BEAuBR%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%3BEEh4CR%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIAEA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEA%2CUAAC%3BIACG%2CSZhrBA%2COYgrBA%3BIACA%2CWAAA%3BIACA%2CabrtBO%2CcaqtBP%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CUAAC%3BIACG%2CkBAAA%3BIACA%2CSZ1rBA%2COY0rBA%3BIACA%2CWAAA%3BIACA%2Cab9tBO%2Cca8tBP%3BIACA%2CeAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CUAAC%2CMACI%3BIACG%2CyBAAA%3B%3BEAnCZ%2CUAuCK%2CWAAQ%3BIACL%2CyBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2COAAO%2CkBAAP%3B%3BEAFJ%2CsBAII%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAPR%2CsBAII%2CYAKI%3BIACI%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CsBAXR%2CYAKI%2CEAMK%3BIACG%2CqBAAA%3B%3BEAhBhB%2CsBAqBI%3BIACI%2CYAAA%3B%3BEAtBR%2CsBAqBI%2CUAGI%3BIACI%2CcAAA%3B%3BEAEA%2CsBANR%2CUAGI%2CEAGK%3BIACG%2CqBAAA%3B%3BEAMhB%2CaAEK%3BEAFL%2CaAGK%3BEAHL%2CaAIK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CKAAM%3BEACN%2CKAAM%3BIACF%2CYAAA%3B%3BEAIR%2CWAAY%3BIACR%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3BEAPJ%2CWAAY%2CGASR%3BIACI%2CWAAA%3B%3BEAMJ%2COAAC%2CMACI%2CUAAO%3BIACJ%2CYAAA%3BIACA%2CYAAA%3BI1B3hBZ%2CSAAA%3BIAAA%2CUAAA%3BICrMA%2CqBAAA%3BIyBkuBY%2CiBAAA%3B%3BEALR%2COAAC%2CMACI%2CUAAO%2CMzBxtBd%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEyBqtBA%2COAAC%2CMACI%2CUAAO%2CMAMH%3BIACG%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2COAXX%2CMACI%2CUAAO%2CMAMH%2CKAII%3BEAXb%2COAAC%2CMACI%2CUAAO%2CMAMH%2CKAKG%3BIACI%2CgBAAA%3B%3BEAGJ%2COAhBX%2CMACI%2CUAAO%2CMAMH%2CKASI%2CQACG%3BI1BziBpB%2CiBAAA%3B%3BE0BijBI%2COAAC%3BIAEG%2CkBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3B%3BEAPJ%2CYASI%2COAAM%3BIAEF%2CaAAA%3B%3BEAXR%2CYAcI%2CQAAO%3BIAEH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAjBR%2CYAoBI%3BIACI%2CqBAAA%3B%3BEAIR%2CsBACI%3BIACI%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CUACK%2CsBACG%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACK%2CsBAKG%2CYAAY%3BIACR%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CSAAA%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%3BECtOA%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%3BEsC%5C%2FKhB%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BArCpfR%2CgBAL4C%3BEXysD5C%3BIACI%2CUAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3B%3B%3BAW1rDJ%2CgBALsC%3BEhBusBtC%2CcACI%3BIACI%2CaAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcAZR%2CeAKI%2CcAOK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CaAAA%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%3BEgDtyBpB%2CqBACI%2CaACI%3BI5DmPR%2CmBAAA%3BIAAA%2CYAAA%3BI4DhPY%2CSAAA%3B%3BEC4cZ%2CYACI%3BI7D7NJ%2CUAAA%3B%3BE6DgOQ%2CYAHJ%2CuBAGK%3BI7DhOT%2CgBAAA%3BIAAA%2CQ6DxQoC%2CiB7DwQpC%3BI6DmOY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAIA%2CYAfR%2CuBAcK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYArBR%2CuBAoBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYA1BZ%2CuBAoBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BElC2MJ%2CqBACI%2CeACI%3BIACI%2CSAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACE%2C2BAAA%3B%3BEANd%2CqBACI%2CeAQI%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2C8BAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2C4BAAA%3B%3BEAEA%2CqBAnBR%2CeAQI%2CcAWK%3BIACG%2CyBAAA%3B%3BEADJ%2CqBAnBR%2CeAQI%2CcAWK%2CMAGD%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC7qBZ%2CgBAL4C%3BEhBywB7C%2CcACK%2CeACI%2CeACI%3BIACI%2CUAAA%3B%3B%3BAgBpvBhB%2CgBAHuC%3BEX2sDvC%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BEAAO%2CKAAK%2CcAAe%2CGAAE%2CIAAI%3BIAC3D%2CYAAA%3B%3BEEtqCJ%2CqBACI%3BIACI%2CgBAAA%3B%3BEAFR%2CqBACI%2COAEI%3BIACI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3B%3BEANZ%2CqBACI%2COAEI%2CoBAII%3BEAPZ%2CqBACI%2COAEI%2CoBAI%2BB%2CKAAI%2CUAAU%3B%3BIAErC%2CcAAA%3B%3BEKu5BhB%2CkBAAmB%2CaAAa%3BIAC5B%2CcAAA%3B%3BEG3lCJ%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CUAAU%3BEAAkB%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CsBAAsB%3BIAC1L%2CgBAAA%3B%3BEAEJ%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CUAAU%2CiBAAiB%2COAAM%2COAAO%2CQAAQ%3BEAAS%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CsBAAsB%2CiBAAiB%2COAAM%2COAAO%2CQAAQ%3BEAAS%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CUAAU%2CiBAAiB%2CMAAK%2CcAAe%2CiBAAmB%2CUAAO%2COAAO%2CQAAQ%3BEAAS%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CsBAAsB%2CiBAAiB%2CMAAK%2CcAAe%2CiBAAmB%2CUAAO%2COAAO%2CQAAQ%3BEAAS%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CUAAU%2CiBAAiB%2CaAAY%2COAAO%2CQAAQ%3BEAAS%2CcAAc%2CSAAU%2CcAAc%2CoBAAoB%2CYAAY%2CsBAAsB%2CiBAAiB%2CaAAY%2COAAO%2CQAAQ%3BIAC72B%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2CQAAO%3BEAAW%2CcAAc%2CSAAY%2CmBAAiB%2CSAAS%2CQAAO%3BIAC7H%2CkBAAA%3B%3BEAEJ%2CcAAc%2CSAAY%3BIACtB%2CaAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CqBACI%2CeAAe%3BIACX%2CUAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgCAAA%3B%3BEARR%2CqBAUI%3BIACI%2CWAAA%3B%3BEAGR%2CcAAc%2CSACV%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEARR%2CcAAc%2CSACV%2CoBASI%2CIAAG%3BIACC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAZZ%2CcAAc%2CSAeV%2CcACI%3BIACI%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3B%3B%3BAC5ZhB%2CgBAH4C%3BETmjBxC%2CqBACI%3BIACI%2CcAAA%3B%3BEAFR%2CqBAII%2CoBACI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2CqBAII%2CoBAKI%3BIACI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAbZ%2CqBAgBI%2CgBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAIZ%2CcAAe%3BIACX%2CQAAA%3BIACA%2CSAAA%3B%3BEAEA%2CcAJW%2CuBAIV%3BIACG%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3B%3BEKo3BR%2CQAAS%3BIACL%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CkBAAkB%3BEAAW%2CKAAK%2CSAAS%3BEAAQ%3BIAC%5C%2FC%2CeAAA%3B%3BEAEJ%2CkBAAkB%2CSAAU%3BEAAmB%2CkBAAkB%2CSAAU%3BEAAoB%2CkBAAkB%2CSAAU%3BEAAc%2CKAAK%2CSAAS%2CMAAO%3BEAAc%2CkBAAmB%3BIAC3L%2CeAAA%3B%3BEAEJ%2CIAAI%2CQAAS%3BEAAU%2CIAAI%2CQAAS%3BEAAQ%2CIAAI%2CQAAS%2CSAAS%2CQAAO%2CMAAM%2CIAAI%3BEAAe%2CIAAI%2CQAAS%2CSAAS%2CQAAO%2CIAAI%3BEAAe%2CIAAI%2CQAAS%3BEAAgB%2CIAAI%2CQAAS%3BIACxL%2CSAAA%3B%3BEAEJ%2CIAAI%2CQAAS%3BIACT%2CgCAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAFJ%2CkBAAmB%2CaAGf%3BIACI%2CkBAAA%3B%3BEAJR%2CkBAAmB%2CaAOf%2CeACI%2CKAAI%3BIACA%2CeAAA%3B%3BEATZ%2CkBAAmB%2CaAOf%2CeAII%2CKAAI%3B%3BIAEA%2CeAAA%3B%3BEAIZ%2CIAAI%2CQAAS%2CSAAS%2CQAAO%2CKAAM%3BIAC%5C%2FB%2CcAAA%3B%3BEADJ%2CIAAI%2CQAAS%2CSAAS%2CQAAO%2CKAAM%2COAG%5C%2FB%3BIACI%2CSAAA%3B%3BEAMR%2CQAAQ%2C0BAA2B%2CQAAO%3BIACtC%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CQAAQ%2C0BAA2B%3BEAAe%2CQAAQ%2C0BAA2B%3BIACjF%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEALJ%2CQAAQ%2C0BAA2B%2CcAO%5C%2FB%2COAAM%3BEAPwC%2CQAAQ%2C0BAA2B%2CoBAOjF%2COAAM%3BIACF%2CkBAAA%3B%3BEARR%2CQAAQ%2C0BAA2B%2CcAU%5C%2FB%3BEAV8C%2CQAAQ%2C0BAA2B%2CoBAUjF%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%3BIACpD%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3B%3BEALJ%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2COAOpD%3BIACI%2CSAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3B%3BIAEA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CgCAAA%3B%3BIAEA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CQApBA%2C0BAA2B%2CcAAc%2COAAO%2COAOpD%2COAaK%3BIACG%2CkBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CaAAa%2CcAAb%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CaAAX%3B%3BEAIZ%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAAG%2CGAAG%3BIACnE%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAAG%2CGAAG%3BEAAG%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAAG%2CGAAG%3BIAC7I%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAAG%2CGAAG%2CEAAE%3BIACrE%2CUAAA%3B%3BEAEJ%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%3BIAC7D%2CaAAA%3B%3BEADJ%2CQAAQ%2C0BAA2B%2CcAAc%2COAAO%2CSAAS%2CGAG7D%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3B%3BA0ChsDZ%3BAACA%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CiCAAiC%2COAAO%2C4CAA4C%2COAAO%2C8BAA8B%2COAAO%2CwCAAwC%2COAAO%2CMAA%5C%2FK%3B%3BAAGJ%3BAACA%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CWAAW%2CeAAe%3BAAC1B%2CWAAW%2CeAAe%3BEACtB%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAY%2CGAAG%3BEACX%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CWAAY%2CGAAG%2COAAM%3BEACjB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAY%2CGAAE%3BEACV%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAAe%3BAACf%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CUAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%3BAACZ%2CYAAY%3BEACR%2CcAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CYAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3B%3BAAGJ%2CYAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAAGJ%2CYAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%3BIAFQ%2COAAA%3B%3B%3BAAGR%3BEACI%2C4BAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%3BIAFQ%2CQAAA%3B%3B%3BAAGR%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%2CeALgB%3BIAGR%2CWAAA%3B%3B%3BAAGR%2CeAAgB%3BEACZ%2CYAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%2CeALgB%3BIAGR%2CYAAA%3B%3B%3BAC5PR%3BEACI%2CsBAAA%3B%3BAAEJ%2CYAAa%2CQAAO%3BAAAQ%2CYAAa%2CQAAO%3BEAC5C%2CuBAAA%3B%3BAAEJ%2CcAAe%2COAAO%3BEAClB%2CeAAA%3B%3BAAEJ%3BEACQ%2CaAAa%2CiBAAb%3BEACJ%2CeAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACG%2CgBAAA%3BEACH%2CoCAAA%3BEACA%2C6CAAA%3BEACA%2CqBAAA%3BEACA%2C2CAAA%3B%3BAAIJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CoCAAoC%2COAAO%2CWAApD%3B%3BAAGA%3BEACA%2CaAAa%2CgBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2C%2BBAA%2BB%2COAAO%2CWAA%5C%2FC%3B%3BAAEC%3BEACD%2CaAAa%2CkBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CiCAAiC%2COAAO%2CWAAjD%3B%3BAAEE%3BEACF%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACI%2CgBAAA%3BEACJ%2CSAAS%2CiCAAiC%2COAAO%2CQAAjD%3B%3BAAEI%3BEACJ%2CaAAa%2CgBAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CiCAAiC%2COAAO%2CQAAjD%3B%3B%3B%3B%3B%3B%3B%3BAAQE%3BEACF%2CaAAa%2CiBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CgCAAgC%2COAAO%2CWAAhD%3B%3BAAIE%3BEACD%2CaAAa%2CeAAb%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3B%3BEAEF%2CSAAS%2CiCAAiC%2COAAO%2CWAAjD%3B%3BAAED%3BEACG%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CiCAAiC%2COAAO%2CWAAjD%3B%3BAAEJ%2CyBACC%2CqBACC%2CgBACC%2COACC%3BEACK%2CqBAAA%3BEACF%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAsBN%2CmBAZsC%3BEAYtC%2CYAbC%2CeAEC%2CeAEC%3BIACG%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3B%3BAAOP%2CkBACI%3BEACF%2CuBAAA%3BEACA%2C4BAAA%3B%3BAAGF%2CeACC%3BEACC%2C4BAAA%3B%3BAAKF%2CYAAC%2CcACA%2COACC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAaH%2CiBACC%3BEACO%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CaAEC%3BEACO%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAIR%2CqBAEC%3BEACO%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAIR%2CkBAEC%3BEACO%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACC%2CqBAAA%3BEACC%2CsBAAA%3BEACD%2CiBAAA%3B%3BAAcG%2CgBACF%3BEACC%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIE%2CwBACC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAIH%2CiCACC%3BEACK%2C4BAAA%3B%3BAAIP%2CiBAEF%3BEACC%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAIF%2CmBACI%3BEACY%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAIhB%2CeACI%3BEACI%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIR%2CcACI%3BEAEF%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIF%2CoBAEQ%2CeAEC%3BEAEI%2CsBAAA%3BEACN%2CkBAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3B%3BAATP%2CoBAcQ%2CgBAEC%3BEAEC%2CsBAAA%3BEAKM%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CoBA8BQ%3BEAEK%2CkBAAA%3BEACN%2CSAAA%3B%3BAAIP%2CeACU%3BEAEA%2C4BAAA%3BEACP%2CmBAAA%3B%3BAAIH%2CoBACC%2CcACC%3BEACC%2C4BAAA%3BEACG%2CiCAAA%3B%3BAAKN%2CSACC%2CWACQ%3BEAEF%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3B%3BAAIP%2C0BACC%2CgBACE%3BEACE%2CkBAAA%3BEACD%2CUAAA%3BEACA%2CwBAAA%3B%3BAAKJ%2CcACC%2CkBACI%3BEACA%2CwBAAA%3BEACF%2C4BAAA%3BEACA%2CwBAAA%3B%3BAALH%2CcASC%2CgBAEE%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIH%2C0BACC%2CgBACE%3BEACE%2CkBAAA%3BEACD%2CUAAA%3BEACA%2CwBAAA%3B%3BAAKJ%2CcACC%2CkBACI%3BEACA%2CwBAAA%3BEACF%2C4BAAA%3BEACA%2CwBAAA%3B%3BAALH%2CcASC%2CgBAEE%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIF%2CYAAY%3BEACX%2CcAAA%3B%3B%3BAAID%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%2CmBAAmB%3BAAC%5C%2FD%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%2CoBAAoB%3BAAChE%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BAAC5C%2CeAAgB%2CsBAAqB%2CMAAO%3BEAC3C%2CcAAA%3B%3B%3BAAIE%3BEACD%2CmBAAA%3B%3BAAGF%2CcAAe%3BEACR%2CWAAA%3BEACJ%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEH%2CcAAe%2COAAO%3BEACf%2CWAAA%3BEACJ%2CYAAA%3BEACA%2CWAAA%3BEAEA%2CmBAAA%3B%3BAAEH%2CcAAe%2COAAM%2COAAQ%3BEAE1B%2CsBAAA%3B%3B%3BAAIJ%2CKAAQ%2CKAAG%2CGAAE%2CKAAM%3BEAClB%2CWAAA%3B%3BAAGD%2CKAAQ%2CKAAG%2CGAAE%2CKAAM%2CEAAC%3BEACnB%2CWAAA%3B%3BAAKG%2CoBAAqB%3BEACpB%2CkBAAA%3BEAAmB%2CgCAAA%3B%3BAAGpB%2CYAAY%2COAAO%3BEAChB%2CmBAAmB%2CcAAnB%3BEACH%2CgBAAgB%2CcAAhB%3BEACA%2CeAAe%2CcAAf%3BEACA%2CcAAc%2CcAAd%3BEACA%2CWAAW%2CcAAX%3BEAA4B%2CSAAA%3B%3BAAE3B%2CYAAY%3BEACb%2CkBAAA%3BEACE%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CiDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAED%2CoBAAqB%2CoBAAmB%3BEACxC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%2CqBAAqB%3BAAC1C%2CqBAAsB%2CqBAAqB%3BEACrC%2CWAAA%3BEACH%2CYAAA%3B%3BAAEH%2CqBAAsB%2CqBAAqB%2CoBAAmB%3BAAC9D%2CqBAAsB%2CqBAAqB%2CoBAAmB%3BEAC7D%2CYAAA%3B%3BAAED%2CcAAe%3BEACd%2CsBAAA%3B%3BAAED%2CqBAAqB%3BEACpB%2CyBAAA%3B%3BAAEF%2CqBAAsB%2CqBAAqB%2CoBAAmB%3BEAC9D%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2C8CAAA%3BEACA%2CSAAS%2CEAAT%3BEACK%2CWAAA%3BEACF%2CYAAA%3BEAAa%2C4BAAA%3BEAA6B%2CsBAAA%3B%3BAAE7C%2CqBAAsB%2CqBAAqB%2CoBAAmB%3BEAC9D%2CkBAAA%3BEAAmB%2CsBAAA%3BEACnB%2CQAAA%3BEACA%2CQAAA%3BEACA%2C%2BCAAA%3BEACA%2CSAAS%2CEAAT%3BEACQ%2CWAAA%3BEACL%2CYAAA%3BEAAa%2C4BAAA%3B%3BAAEjB%2CcAAc%2CsBAAuB%3BEAElC%2CuBAAA%3B%3BAAGH%2CoBAAqB%3BEACpB%2CkBAAA%3BEAAmB%2CgCAAA%3B%3BAAGnB%2CoBAAqB%2CoBAAmB%3BEACxC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGA%2CqBAAsB%2CeAAc%2CsBAAuB%3BEAC1D%2CuBAAA%3BEACE%2CgBAAA%3B%3BAAGH%2CqBAAsB%3BEACtB%2CgBAAA%3BEACE%2CaAAA%3BEACA%2CuBAAA%3B%3BAAIF%2CqBAAsB%2CoBAAoB%2CyBAAyB%3BEAC%5C%2FD%2CWAAA%3B%3BAAGL%3BEAEA%2CgCAAA%3BEAAqC%2CgBAAA%3BEACjC%2CkBAAA%3BEAAmB%2CsCAAA%3B%3BAAGvB%2C0BAA0B%3BAAAO%2C0BAA0B%2CMAAM%3BEAChE%2CSAAS%2CKAAT%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAAEF%2C0BAA0B%3BEACzB%2CSAAS%2COAAT%3BEACE%2CeAAA%3BEACA%2CkBAAA%3BEAAmB%2CWAAA%3BEAAW%2CmBAAA%3BEAE%5C%2FB%2CiBAAA%3B%3BAAEF%2C0BAA0B%2CMAAM%3BEAC3B%2CgBAAA%3BEAAqB%2CgBAAA%3B%3BAAG1B%3BEAEE%2CiBAAA%3B%3BAAGF%2CqBAAsB%3BEACrB%2CiBAAA%3B%3BAAEL%2CqBAAsB%2CeAAc%3BEACnC%2CwBAAA%3B%3BAAED%2CqBAAsB%2CeAAc%2CsBAAuB%3BEAC1D%2CwBAAA%3BEACG%2CuBAAA%3B%3BAAEJ%2CqBAAsB%2CeAAc%2CsBAAuB%3BEACzD%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CqBAAsB%3BEACpB%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CqBAAsB%3BEACrB%2CwCAAA%3B%3BAAEG%3BEACC%2CuBAAA%3B%3BAAED%2CUAAW%3BEACX%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CeAAb%3B%3BAAEA%2CQAAQ%2COAAO%3BAAAW%2CQAAQ%2COAAO%3BEACpC%2CsBAAA%3BEACL%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CeAAb%3B%3BAAEC%2CQAAQ%2COAAQ%3BEACjB%2CSAAA%3BEACA%2CqBAAA%3BEAA0B%2CiBAAA%3B%3BAAE9B%2CQAAQ%2COAAO%2COAAQ%3BEACnB%2CyBAAA%3B%3BAAEJ%3BEACC%2CgBAAA%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CUAAU%2CUAAW%2CQAAO%3BEACvB%2CgBAAA%3BEACD%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAKJ%2CYAAa%2CeAAe%2CeAAc%3BEACrC%2C2BAAA%3BEACD%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CuBAAwB%2CyBAAyB%2CUAAY%2CSAAO%2COAAM%2CkBAAoB%3BEACzF%2CkBAAA%3B%3BAAEL%2CoBAAqB%2CUAAU%2COAAO%2COAAM%2CkBAAmB%3BEAC7D%2CkBAAA%3B%3BAAEF%2CwBAAyB%3BEACpB%2CeAAA%3BEACL%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAAAM%3BAAAM%3BAAAK%3BAAAM%3BAAAQ%3BAAAQ%3BAACvC%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAG%3BAAAY%3BAACvC%3BAAAG%3BAAAM%3BAAAS%3BAAAS%3BAAAK%3BAAAM%3BAACtC%3BAAAK%3BAAAK%3BAAAI%3BAAAK%3BAAAK%3BAAAK%3BAAAG%3BAAAG%3BAACnC%3BAAAO%3BAAAQ%3BAAAQ%3BAAAK%3BAAAK%3BAAAI%3BAACrC%3BAAAG%3BAAAG%3BAAAG%3BAACT%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAAAU%3BAAAM%3BAAAO%3BAACvB%3BAAAO%3BAAAS%3BAAAO%3BAAAO%3BAAAO%3BAAAI%3BAAAI%3BAAC7C%3BAAAS%3BAAAO%3BAAAQ%3BAAAS%3BAACjC%3BAAAQ%3BAAAY%3BAAAQ%3BAAAQ%3BAACpC%3BAAAM%3BAAAK%3BAAAQ%3BAAAM%3BAAAS%3BAAClC%3BAAAM%3BAAAM%3BAAAO%3BEAClB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3B%3BAAED%3BEACC%2CsBAAA%3B%3BAAED%3BAAAG%2CCAAC%3BAAAQ%2CCAAC%3BEACZ%2CqBAAA%3BEACA%2CaAAA%3B%3BAAED%3BAAAQ%2CMAAM%3BAAAQ%2CMAAM%3BEAC3B%2CaAAA%3BEACA%2CSAAA%3B%3B%3BAAGD%3BAAAS%3BAAAO%3BAAAS%3BAAAY%3BAACrC%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAM%3BAAAK%3BEAClC%2CcAAA%3B%3BAAED%3BEACC%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAID%2CQAH2B%3BEAG3B%3BIAFE%2CeAAA%3B%3B%3BAAIF%3BEACK%2CaAAa%2CaAAb%3B%3BAADL%2CYAEC%3BEACC%2CkBAAA%3B%3BAAMF%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEAC%5C%2FB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAED%3BAAAI%3BEACH%2CgBAAA%3BEACG%2CUAAA%3B%3BAAEJ%3BAAAY%3BEACX%2CYAAA%3B%3BAAED%2CUAAU%3BAAAS%2CUAAU%3BAAC7B%2CCAAC%3BAAAS%2CCAAC%3BEACV%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAED%3BEACC%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAED%3BEACC%2CWAAA%3B%3BAAGD%3BEAWC%2CiBAAA%3BEACA%2CcAAA%3B%3BAAXA%2CUAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2CUAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAKF%3BEAWC%2CiBAAA%3BEACA%2CcAAA%3B%3BAAXA%2CcAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2CcAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAMD%2CIAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2CIAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAID%2CSAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2CSAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEAWC%2CWAAA%3B%3BAAVA%2CgBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAED%2CgBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIF%3BEACC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3B%3BAAGD%2CKAAK%3BEACD%2CkBAAA%3BEAAmB%2CaAAa%2CiBAAb%3BEACnB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACH%2CWAAA%3BEACA%2CcAAA%3BEACG%2CqBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAIF%2CQAH4B%3BEAG5B%2CKAfG%3BIAaH%2CSAAA%3B%3B%3BAAOE%2CQALsB%3BEAKtB%2CKApBC%3BIAgBF%2CWAAA%3BIACA%2CaAAA%3B%3B%3BAAjBH%2CKAAK%2CSAoBD%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BEAEG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAIP%2CQAH4B%3BEAG5B%2CKA%5C%2FBI%2CSAoBD%3BIASE%2CuBAAA%3B%3B%3B%3BAAKN%2CcACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CcACI%2COAII%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAXZ%2CcACI%2COAaI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CcAvBR%2COAaI%2CMAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAlCR%2COAaI%2CMAqBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAA7ChB%2CcACI%2COAaI%2CMAkCI%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAvDhB%2CcACI%2COAaI%2CMA2CI%2CKAAI%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CcA9DZ%2COAaI%2CMA2CI%2CKAAI%2CSAMC%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CcAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CcAxER%2COAuEI%2CMAAK%2CcAAc%2CQAAW%2CQACzB%3BEACG%2CUAAA%3BEACA%2CoBAAA%3B%3B%3BAAMhB%3BEACC%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEC%2CUADC%2CYACA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAED%2CUAZC%2CYAYA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAKA%2CUAFD%2CMACE%2CYACA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAED%2CUATD%2CMACE%2CYAQA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3B%3BAAQJ%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAED%2CgBAAiB%3BEACb%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CgBAlBa%2COAkBZ%3BEACH%2CaAAA%3B%3BAAGF%2CgBAAiB%2COAAM%3BEACnB%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CgBAAiB%2COAAM%3BEACnB%2CaAAA%3B%3BAAEJ%2CgBAAgB%3BAAAQ%2CgBAAgB%3BEACvC%2CSAAA%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CgBAAgB%3BEACf%2CoCAAA%3BEACG%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAgB%3BEACf%2CiCAAA%3BEACG%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAgB%3BEACd%2CyBAAA%3B%3BAAEF%2CgBAAiB%2COAAM%3BEACrB%2C0BAAA%3B%3B%3BAAIF%2CKAAK%3BEACJ%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CaAAN%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAED%2CKAAK%2CeAAkB%3BEACtB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CKAZI%2CeAAkB%2CQAYrB%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGD%2CKAtBI%2CeAAkB%2CQAsBrB%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAID%2CKADI%2CeAAe%2CQAAW%2CQAC7B%3BEACA%2CsBAAA%3B%3BAAED%2CKAJI%2CeAAe%2CQAAW%2CQAI7B%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAqBF%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAHD%2CsBAIC%3BEACC%2CaAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CsBAAC%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAW%2CcAAc%2CgBAAzB%3BEACA%2CgCAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CcAFY%2COACb%2CuBACE%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAgB%2CgBAA3B%3B%3BAAJH%2CcAAc%2COAOb%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAACA%2CeAAC%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CgCAAA%3B%3BAAID%2CaAAC%3BEACA%2CmBAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAACA%2CcAAC%3BEACA%2CmBAAA%3B%3BAAGF%2CcAAc%3BEACb%2CmBAAA%3B%3BAAGD%2CkBACC%3BEACC%2CaAAA%3B%3BAAFF%2CkBAIC%3BEACC%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CkBAPD%3BIAKE%2CUAAA%3B%3B%3BAATH%2CkBAIC%2CgBAOC%3BEACC%2CmBAAA%3B%3BAAZH%2CkBAIC%2CgBAUC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAID%2CQAH0B%3BEAG1B%2CkBAjBD%2CgBAUC%3BIAKE%2CiBAAA%3B%3B%3BAAnBJ%2CkBAIC%2CgBAkBC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3B%3BAAID%2CQAH0B%3BEAG1B%2CkBAxBD%2CgBAkBC%3BIAIE%2CiBAAA%3B%3B%3BAA1BJ%2CkBAIC%2CgBAyBC%3BEACC%2CcAAA%3B%3BAAKH%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3B%3BAAMA%2CQALuB%3BEAKvB%3BIAJC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAMF%2CQAJwB%3BEAIxB%3BIAHE%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAGF%2CqBACC%3BEACC%2CcAAA%3B%3B%3BAAIF%2CyBAA6B%2CiBAAiB%3BAAAe%2CsBAAyB%2CiBAAiB%3BEACtG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAJD%2CyBAA6B%2CiBAAiB%2CgBAM7C%3BAAN4D%2CsBAAyB%2CiBAAiB%2CgBAMtG%3BEACC%2CaAAA%3B%3BAAPF%2CyBAA6B%2CiBAAiB%2CgBAS7C%2CSAAS%2CQAAO%3BAAT4C%2CsBAAyB%2CiBAAiB%2CgBAStG%2CSAAS%2CQAAO%3BEACf%2CmBAAA%3B%3BAAGF%3BEACC%2CkBAAA%3B%3BAADD%2CiBAEC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAARF%2CiBAUC%3BEACC%2CiBAAA%3B%3BAAXF%2CiBAaC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAjBF%2CiBAaC%2CEAMC%3BAAnBF%2CiBAaC%2CEAMgB%3BEACd%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CiBAbF%2CEAMC%2CcAOE%3BAAAD%2CiBAbF%2CEAMgB%2CKAOb%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAA7BJ%2CiBAiCC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApCF%2CiBAiCC%2CiBAKC%3BEACC%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIH%3BEACC%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAHD%2CcAKC%3BEACC%2CkBAAA%3B%3BAANF%2CcAQC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAXF%2CcAQC%2CaAKC%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEH%2CcAnBF%2CaAKC%2CUAcE%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3B%3BAAMJ%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BEAEA%2CiBAAA%3B%3BAATD%2CMAUC%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CMAND%3BIAIE%2CcAAA%3B%3B%3BAAdH%2CMAUC%2CcAME%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnBH%2CMAUC%2CcAME%2CKAIA%3BEACC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACG%2CqBAAA%3BEACI%2CeAAA%3B%3BAA1BX%2CMAUC%2CcAME%2CKAYA%3BEACC%2CSAAA%3BEACA%2CUAAA%3B%3BAA9BJ%2CMAUC%2CcAME%2CKAYA%2CGAGC%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjCL%2CMAUC%2CcAME%2CKAYA%2CGAGC%2CGAGC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3B%3BEAGI%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACJ%2CMAjCL%2CcAME%2CKAYA%2CGAGC%2CGAGC%2CEASE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C6CAA6C%2CuCAA7C%3BEACA%2CyBAAyB%2CmDAAzB%3BEACA%2CyBAAyB%2C0EAA0E%2CuCAAnG%3BEACA%2CaAAA%3B%3BAAED%2CMAjDL%2CcAME%2CKAYA%2CGAGC%2CGAGC%2CEAyBE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CWAAW%2CeAAX%3BEACA%2CiDAAiD%2CuCAAjD%3BEACA%2C2BAA2B%2CqDAA3B%3BEACA%2C2BAA2B%2C8EAA8E%2CuCAAzG%3BEACA%2CaAAA%3B%3BAAED%2CMAjEL%2CcAME%2CKAYA%2CGAGC%2CGAGC%2CEAyCE%3BEACA%2CcAAA%3B%3BAACA%2CMAnEN%2CcAME%2CKAYA%2CGAGC%2CGAGC%2CEAyCE%2CMAEC%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CiDAAiD%2CuCAAjD%3BEACA%2C2BAA2B%2CqDAA3B%3BEACA%2C2BAA2B%2C8EAA8E%2CuCAAzG%3B%3BAAED%2CMA3EN%2CcAME%2CKAYA%2CGAGC%2CGAGC%2CEAyCE%2CMAUC%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CuDAAuD%2CuCAAvD%3BEACA%2C8BAA8B%2CwDAA9B%3BEACA%2C8BAA8B%2CoFAAoF%2CuCAAlH%3B%3BAAID%2CMArFN%2CcAME%2CKAYA%2CGAGC%2CGAGC%2CEA4DE%2CMACC%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CiDAAiD%2CuCAAjD%3BEACA%2C2BAA2B%2CqDAA3B%3BEACA%2C2BAA2B%2C8EAA8E%2CuCAAzG%3B%3BAAED%2CMA7FN%2CcAME%2CKAYA%2CGAGC%2CGAGC%2CEA4DE%2CMASC%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CuDAAuD%2CuCAAvD%3BEACA%2C8BAA8B%2CwDAA9B%3BEACA%2C8BAA8B%2CoFAAoF%2CuCAAlH%3B%3BAA7GR%2CMAUC%2CcAME%2CKAYA%2CGAGC%2CGAkFE%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAApHN%2CMAUC%2CcAME%2CKAYA%2CGAGC%2CGAuFE%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CMAnHL%2CcAME%2CKAYA%2CGAGC%2CGAuFE%2COAOC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CatD99CY%2CcsD89CZ%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3B%3BAAID%2CMAhIL%2CcAME%2CKAYA%2CGAGC%2CGA0GE%2COAAI%2CKACH%3BEACA%2CSAAS%2COAAT%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA9IP%2CMAUC%2CcAME%2CKAYA%2CGAGC%2CGAmHE%2COAAI%3BEAQJ%2CiBAAA%3B%3BAAPA%2CMAzIL%2CcAME%2CKAYA%2CGAGC%2CGAmHE%2COAAI%2CMACH%3BEACA%2CSAAS%2COAAT%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvJP%2CMAiKC%2CGAAE%3BEACG%2CgBAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CMANL%2CGAAE%3BIAGI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAArKP%2CMAiKC%2CGAAE%2CaAMG%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA3KP%2CMAiKC%2CGAAE%2CaAMG%2CGAKC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CMAhBP%2CGAAE%2CaAMG%2CGAKC%2CEAKE%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CatDjhDU%2CcsDihDV%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CMArCR%2CGAAE%2CaAMG%2CGAKC%2CEAyBE%2CMACC%3BEACA%2CWAAA%3B%3BAAKF%2CMA3CP%2CGAAE%2CaAMG%2CGAoCC%2CEAAC%2CUACC%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAID%2CMAjDP%2CGAAE%2CaAMG%2CGA0CC%2CEAAC%2CSACC%3BEACA%2CUAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAID%2CMAvDP%2CGAAE%2CaAMG%2CGAgDC%2CEAAC%2CSACC%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAID%2CMA7DP%2CGAAE%2CaAMG%2CGAsDC%2CEAAC%2CQACC%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAID%2CMAnEP%2CGAAE%2CaAMG%2CGA4DC%2CEAAC%2CQACC%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAAvOT%2CMA6OC%3B%3BEAEC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3B%3BAAlPF%2CMAqPC%3BEACC%2CyBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CMALD%3BIAGE%2C6BAAA%3B%3B%3BAAxPH%2CMAqPC%2CSAKC%3BEACC%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAIA%2CQAH2B%3BEAG3B%2CMAZF%2CSAKC%3BIAKE%2CaAAA%3B%3B%3BAAOD%2CQALyB%3BEAKzB%2CMAjBF%2CSAKC%3BIAQE%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3B%3BAAOD%2CQALwB%3BEAKxB%2CMAtBF%2CSAKC%3BIAaE%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKD%2CQAHwB%3BEAGxB%2CMAzBF%2CSAKC%3BIAkBE%2CsBAAA%3B%3B%3BAA5QJ%2CMAqPC%2CSAKC%2CWAoBC%3BEACC%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjRJ%2CMAqPC%2CSAKC%2CWAoBC%2CgBAIC%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAApRL%2CMAqPC%2CSAKC%2CWA6BC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2CQAH2B%3BEAG3B%2CMAzCH%2CSAKC%2CWA6BC%3BIAKE%2CaAAA%3B%3B%3BAAKD%2CQAH0B%3BEAG1B%2CMA5CH%2CSAKC%2CWA6BC%3BIAQE%2CcAAA%3B%3B%3BAAUD%2CQARwB%3BEAQxB%2CMApDH%2CSAKC%2CWA6BC%3BIAWE%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKD%2CQAH0B%3BEAG1B%2CMAvDH%2CSAKC%2CWA6BC%3BIAmBE%2CWAAA%3B%3B%3BAAED%2CMAvDH%2CSAKC%2CWA6BC%2CcAqBE%3BEACE%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8CAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAAIH%2CQAH2B%3BEAG3B%2CMAnEH%2CSAKC%2CWA6BC%2CcAqBE%3BIAUG%2CUAAA%3B%3B%3BAAtTR%2CMAqPC%2CSAKC%2CWA6BC%2CcAkCC%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAhUN%2CMAqPC%2CSAKC%2CWA6BC%2CcA2CC%3BEACE%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAKF%2CQAJ0B%3BEAI1B%2CMArFH%2CSAKC%2CWA6BC%2CcA2CC%3BIAKG%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAxUP%2CMAqPC%2CSAKC%2CWA6BC%2CcAoDC%2CEAAC%3BEACG%2C0BAAA%3B%3BAA5UR%2CMAqPC%2CSAKC%2CWAsFC%3BEACC%2CkBAAA%3B%3BAAIA%2CQAH2B%3BEAG3B%2CMAhGH%2CSAKC%2CWAsFC%3BIAGE%2CaAAA%3B%3B%3BAAKD%2CQAH0B%3BEAG1B%2CMAnGH%2CSAKC%2CWAsFC%3B%3B%3B%3BAAWC%2CQAH0B%3BEAG1B%2CMAtGH%2CSAKC%2CWAsFC%3BIASE%2CcAAA%3B%3B%3BAAGA%2CMAvGJ%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%2CMA7GL%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%3BIAIC%2CeAAA%3B%3B%3BAAMA%2CQAH0B%3BEAG1B%2CMAjHN%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%2CUAMA%3BIAEE%2CWAAA%3B%3B%3BAARH%2CMAvGJ%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%2CUAMA%2CYAIC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAbH%2CMAvGJ%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%2CUAMA%2CYASC%3BEACC%2CkBAAA%3B%3BAAhBH%2CMAvGJ%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%2CUAMA%2CYASC%2CSAEC%2CMAAK%3BEACJ%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAtBJ%2CMAvGJ%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%2CUAMA%2CYASC%2CSASC%2CIAAG%2CWAAW%3BEACb%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAcH%2CQAT2B%3BEAS3B%2CMAhJL%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%2CUA%2BBA%3BIAEE%2CWAAA%3BIACA%2CgBAAA%3B%3BEAOF%2CMAhJL%2CSAKC%2CWAsFC%2CmBAWC%2CMACE%2CUA%2BBA%2CSAIE%3BIACC%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3B%3BAAYT%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAPD%2CMASC%3BEACC%2CeAAA%3B%3BAAID%2CQAH2B%3BEAG3B%2CMALA%3BIAGE%2CkBAAA%3B%3B%3BAAZH%2CMAeC%3BEACC%2CaAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CMALD%3BIAGE%2CcAAA%3B%3B%3BAAlBH%2CMAeC%2C8BAKC%2CIAAG%3BEACF%2C6BAAA%3B%3BAArBH%2CMAeC%2C8BAKC%2CIAAG%2CcAEF%2CMAAK%3BEACJ%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEAEA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAID%2CQAH2B%3BEAG3B%2CMApBF%2C8BAKC%2CIAAG%2CcAEF%2CMAAK%3BIAWH%2CiBAAA%3B%3B%3BAAjCL%2CMAeC%2C8BAKC%2CIAAG%2CcAgBF%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAACA%2CMAnCH%2C8BAKC%2CIAAG%2CcAgBF%2COAcE%3BEACA%2CatD5xDc%2CcsD4xDd%3BEACA%2CSAAS%2COAAT%3B%3BAAIH%2CMAzCD%2C8BAyCE%3BEACA%2CaAAA%3B%3BAAIH%3BEACC%2CaAAA%3BEACA%2C8BAAA%3B%3BAAFD%2CmBAGC%3BEACC%2CaAAA%3BEACI%2C2BAAA%3BEACJ%2CsBAAA%3B%3BAACA%2CmBAJD%2CKAIE%2CUAAU%3BEACV%2CUAAA%3B%3BAAED%2CmBAPD%2CKAOE%2CUAAU%3BEACV%2CkBAAA%3BEACA%2CUAAA%3B%3BAAID%2CQAHyB%3BEAGzB%2CmBAbD%2CKAOE%2CUAAU%3BIAIR%2CeAAA%3B%3B%3BAAGH%2CmBAdD%2CKAcE%2CUAAU%3BEACV%2CUAAA%3BEAAW%2CiBAAA%3B%3BAAEZ%2CmBAjBD%2CKAiBE%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAJD%2CmBAjBD%2CKAiBE%2CaAKA%3BEACC%2CcAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CmBA3BH%2CKAiBE%2CaAKA%3BIAGE%2CaAAA%3B%3B%3BAARH%2CmBAjBD%2CKAiBE%2CaAKA%2CmBAKE%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAZH%2CmBAjBD%2CKAiBE%2CaAeA%2CkBACC%2CGAAE%2CUAAU%3BEACX%2CgBAAA%3B%3BAAQF%2CQAJ0B%3BEAI1B%2CmBA1CF%2CKAiBE%2CaAoBA%3BIAEE%2CaAAA%3B%3B%3BAA1CL%2CmBAgDC%3BEACC%2CaAAA%3B%3BAACA%2CmBAFD%2CoBAEE%3BEACE%2CcAAA%3B%3BAAnDL%2CmBAsDC%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAzDF%2CmBAsDC%2CkBAIC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAACA%2CmBARF%2CkBAIC%2CGAIE%2CUAAU%3BEACV%2C6BAAA%3B%3B%3BAA%5C%2FDJ%2CmBAsDC%2CkBAaC%2CGAAE%2CaACD%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CmBAjBH%2CkBAaC%2CGAAE%2CaACD%2CuBAGE%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAID%2CmBA5BH%2CkBAaC%2CGAAE%2CaAcD%2CuBAAsB%2CIACpB%3BEACA%2C4BAAA%3B%3BAAID%2CmBAjCH%2CkBAaC%2CGAAE%2CaAmBD%2CuBAAsB%2CIACpB%3BEACA%2C4BAAA%3B%3BAAxFL%2CmBAsDC%2CkBAsCC%2CGAAE%3BEACD%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FFH%2CmBAsDC%2CkBA2CC%2CGAAE%2CQAAQ%3BEACT%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CmBA9CF%2CkBA2CC%2CGAAE%2CQAAQ%2CIAGR%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3B%3BAA5GJ%2CmBAgHC%2CMAAK%3BEACL%2CcAAA%3B%3BAAjHD%2CmBAgHC%2CMAAK%2CSAEL%3BEACI%2CcAAA%3BEACS%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEC%2CmBAPd%2CMAAK%2CSAEL%2CEAIc%2CcACC%3BEACE%2CSAAS%2COAAT%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CaAAa%2CcAAb%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAApIlB%2CmBA0IC%3BEACC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA9IF%2CmBA0IC%2CmBAKG%3BEACD%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CmBAZF%2CmBAKG%3BIAKC%2CiBAAA%3B%3B%3BAAEF%2CmBAZF%2CmBAKG%2CKAOA%3BEACA%2CcAAA%3B%3BAAED%2CmBAfF%2CmBAKG%2CKAUA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAALJ%2CmBAfF%2CmBAKG%2CKAUA%2CoBAMG%3BEACC%2CqBAAA%3B%3BAAPL%2CmBAfF%2CmBAKG%2CKAUA%2CoBAMG%2CEAEC%3BEACC%2CqBAAA%3B%3BAATN%2CmBAfF%2CmBAKG%2CKAUA%2CoBAYG%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAfL%2CmBAfF%2CmBAKG%2CKAUA%2CoBAYG%2CeAIG%3BEACJ%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAtBH%2CmBAfF%2CmBAKG%2CKAUA%2CoBAyBG%3BEACC%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CyCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAACA%2CmBAnDP%2CmBAKG%2CKAUA%2CoBAyBG%2CeAWE%3BEACH%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACG%2CyDAAA%3BEACA%2CWAAA%3BEACH%2CWAAA%3BEACA%2CUAAA%3B%3BAAEE%2CmBAhEP%2CmBAKG%2CKAUA%2CoBAyBG%2CeAwBE%3BEACH%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CsDAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEE%2CmBA7EP%2CmBAKG%2CKAUA%2CoBAyBG%2CeAqCE%3BEACA%2CcAAA%3B%3BAA%5C%2FDN%2CmBAfF%2CmBAKG%2CKAUA%2CoBAyBG%2CeAwCC%3BEACC%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAApEN%2CmBAfF%2CmBAKG%2CKAUA%2CoBAyBG%2CeAwCC%2CGAIC%3BEACC%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3B%3BAACA%2CmBAxFT%2CmBAKG%2CKAUA%2CoBAyBG%2CeAwCC%2CGAIC%2CEAIE%3BEACA%2CaAAA%3B%3BAA1ER%2CmBAfF%2CmBAKG%2CKAUA%2CoBAyBG%2CeAwCC%2CGAIC%2CEAOC%3BEACC%2CaAAA%3B%3BAAMR%2CmBAlGF%2CmBAKG%2CKA6FA%2CKAAK%3BEACL%2CcAAA%3B%3BAAED%2CmBArGF%2CmBAKG%2CKAgGA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAID%2CQAHwB%3BEAGxB%2CmBA3GF%2CmBAKG%2CKAgGA%3BIAIC%2CaAAA%3B%3B%3BAAnPL%2CmBA0IC%2CmBAKG%2CKAuGC%3BEACD%2CcAAA%3BEACA%2CmBAAA%3BEACG%2CUAAA%3B%3BAACH%2CmBAhHH%2CmBAKG%2CKAuGC%2CIAIA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CatDpiEc%2CcsDoiEd%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAID%2CmBAjIH%2CmBAKG%2CKA2HD%2CEAAC%2CUACC%3BEACA%2CSAAS%2COAAT%3B%3BAAID%2CmBAtIH%2CmBAKG%2CKAgID%2CEAAC%2CcACC%3BEACA%2CSAAS%2COAAT%3B%3BAAGA%2CmBA1IJ%2CmBAKG%2CKAgID%2CEAAC%2CcAIC%2COACC%3BEACA%2CSAAS%2COAAT%3B%3BAAKF%2CmBAhJH%2CmBAKG%2CKA0ID%2CEAAC%2CUACC%3BEACA%2CSAAS%2COAAT%3BEACA%2CsBAAA%3B%3BAA5RL%2CmBA0IC%2CmBAKG%2CKA0ID%2CEAAC%2CUAKA%2CKAAI%3B%3B%3BAA9RR%2CmBA0IC%2CmBAKG%2CKAmJD%2CIAAG%3BEAEF%2CgBAAA%3B%3BAApSJ%2CmBA0IC%2CmBAKG%2CKAmJD%2CIAAG%2CcAGF%2CMAAK%3BEACJ%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEAEA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAACA%2CmBAtKJ%2CmBAKG%2CKAmJD%2CIAAG%2CcAGF%2CMAAK%2CWAWH%3BEACA%2CWAAA%3B%3BAAEc%2CmBAzKnB%2CmBAKG%2CKAmJD%2CIAAG%2CcAGF%2CMAAK%2CWAcY%3B%3BEACC%2CWAAA%3B%3BAAEF%2CmBA5KnB%2CmBAKG%2CKAmJD%2CIAAG%2CcAGF%2CMAAK%2CWAiBY%3B%3BEACC%2CWAAA%3B%3BAAEF%2CmBA%5C%2FKnB%2CmBAKG%2CKAmJD%2CIAAG%2CcAGF%2CMAAK%2CWAoBY%3B%3BEACC%2CWAAA%3B%3BAA1TtB%2CmBA0IC%2CmBAKG%2CKAmJD%2CIAAG%2CcA2BF%3BEACC%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBAhMJ%2CmBAKG%2CKAmJD%2CIAAG%2CcA2BF%2COAaE%3BEACA%2CatDjnEa%2CcsDinEb%3BEACA%2CSAAS%2COAAT%3B%3BAAON%2CMAAM%3BEACL%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAPD%2CMAAM%2CaASL%3BEACC%2CiBAAA%3B%3BAAVF%2CMAAM%2CaAYL%3BEACC%2CgCAAA%3B%3BAAGF%3B%3BEAEC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAID%2CQAH2B%3BEAG3B%3BIAFE%2CaAAA%3B%3B%3BAAGF%3BEACC%2CkBAAA%3B%3BAACA%2CeAAC%3BEACA%2CatD1pEiB%2CcsD0pEjB%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAjBF%2CeAmBC%3BEACC%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAACA%2CeAPD%2COAOE%3BEACA%2CaAAA%3B%3B%3BAAOH%2CIAAI%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACG%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACC%2CaAAA%3BEACA%2CkBAAA%3B%3BAAED%2CcAAc%3BEAKb%2CUAAA%3BEACA%2CaAAA%3B%3BAAND%2CcAAc%2COACb%3BEACC%2CcAAA%3BEACA%2CoBAAA%3B%3BAAKF%3B%3BEAEC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3B%3BAAfD%2CcAgBC%2CaACC%2CGAAE%3BEACD%2C6BAAA%3B%3BAAlBH%2CcAgBC%2CaACC%2CGAAE%2CKAED%3BEACC%2CkBAAA%3BEACA%2C2BAAA%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACH%2CcATH%2CaACC%2CGAAE%2CKAED%2CEAME%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACI%2CkBAAA%3BEACD%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3B%3BAA%5C%2FCR%2CcAgBC%2CaAqCC%3BEACC%2CWAAA%3BEAEA%2C4BAAA%3BEAEA%2CqBAAA%3BEACA%2CkBAAA%3BEACG%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAxEN%2CcAgBC%2CaAqCC%2CEAqBG%3BEACD%2CYAAA%3BEACA%2CcAAA%3BEACG%2CeAAA%3BEACA%2CkBAAA%3BEACH%2CkBAAA%3B%3BAAEC%2CcAjEJ%2CaAqCC%2CEAqBG%2COAMA%2CIACC%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3B%3BAAzFN%2CcAgBC%2CaA8EC%3BEACC%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAtGH%2CcAgBC%2CaA8EC%2CSAUC%3BEACC%2C4BAAA%3B%3BAAzGJ%2CcAgBC%2CaA8EC%2CSAUC%2CGAEE%3BEACA%2CgBAAA%3BEACG%2CeAAA%3B%3BAA5GR%2CcAgBC%2CaA8EC%2CSAUC%2CGAME%2CIAAC%3BEACD%2CkBAAA%3B%3BAAEA%2CcAjGJ%2CaA8EC%2CSAUC%2CGAME%2CIAAC%2COAGA%3BEACA%2CSAAS%2CEAAT%3BEACG%2CWAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACI%2CkBAAA%3BEACJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAIL%2CcAzHH%2CaA8EC%2CSAUC%2CGAiCE%3BEACA%2C4BAAA%3B%3BAAEC%2CcA5HL%2CaA8EC%2CSAUC%2CGAiCE%2COAEC%2CIAAC%2COACA%3B%3BEAEG%2CWAAW%2CeAAX%3B%3BAA9IV%2CcAgBC%2CaAoIC%2CGAAE%2COACA%3BEACA%2CQAAA%3B%3BAAtJJ%2CcAgBC%2CaAyIC%3BEACC%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAACA%2CcA9IF%2CaAyIC%2CGAKE%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAHD%2CcA9IF%2CaAyIC%2CGAKE%2CIAIA%3BEACC%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAkBD%2CQAjB2B%3BEAiB3B%2CcA1KH%2CaAyIC%2CGAKE%2CIAIA%3BIAQM%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIAEA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3BAAIP%2CcA5KF%2CaAyIC%2CGAmCE%3BEACA%2CmBAAA%3B%3BAADD%2CcA5KF%2CaAyIC%2CGAmCE%2CUAEA%3BEACC%2CkBAAA%3B%3BAACA%2CcAhLJ%2CaAyIC%2CGAmCE%2CUAEA%2CEAEE%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CatDj5Ea%2CcsDi5Eb%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CkBAAA%3B%3BAA%5C%2FMN%2CcAgBC%2CaAoMC%2CGAAE%2CKACD%3BEACC%2CcAAA%3B%3BAAtNJ%2CcAgBC%2CaAyMC%2CGAAE%2CSACA%3BEACA%2CkBAAA%3B%3BAACA%2CcA5MH%2CaAyMC%2CGAAE%2CSACA%2CIAEC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACC%2CkBAAA%3BEACE%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAMR%2CcAAe%2CaAAa%2CEAAC%2CUAAU%3BEACnC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACC%2CeAAA%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CgBAAgB%2CYAAhB%3BEACA%2CWAAW%2CYAAX%3BEACA%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CsCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAQA%2CQAJuB%3BEAIvB%3BIAHC%2CWAAA%3BIACA%2CSAAA%3B%3B%3BAAKD%2CQAHuB%3BEAGvB%3BIAFC%2CSAAA%3B%3B%3BAAKJ%2CQAH0B%3BEAG1B%3BIAFI%2CWAAA%3B%3B%3BAA3BL%2CYA6BC%3BEACC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAmB%2CYAAnB%3BEACA%2CgBAAgB%2CYAAhB%3BEACA%2CWAAW%2CYAAX%3BEACA%2C4CAAA%3BEACA%2CyCAAA%3BEACA%2CuCAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAACA%2CYAhBD%2CKAgBE%2CUAAU%3BEACV%2CMAAA%3B%3BAAED%2CYAnBD%2CKAmBE%2CUAAU%3BEACV%2CQAAA%3B%3BAAED%2CYAtBD%2CKAsBE%2CUAAU%3BEACV%2CQAAA%3B%3BAAED%2CYAzBD%2CKAyBE%2CUAAU%3BEACV%2CSAAA%3B%3BAAMD%2CYAFU%2CKACX%2CKACE%2CUAAU%3BEACV%2CSAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAED%2CYAPU%2CKACX%2CKAME%2CUAAU%3BEACV%2CmBAAmB%2CaAAnB%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CWAAW%2CaAAX%3B%3BAAED%2CYAZU%2CKACX%2CKAWE%2CUAAU%3BEACV%2CmBAAmB%2CcAAnB%3BEACA%2CgBAAgB%2CcAAhB%3BEACA%2CWAAW%2CcAAX%3B%3BAAED%2CYAjBU%2CKACX%2CKAgBE%2CUAAU%3BEACV%2CSAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAIH%2CcACC%2CaACC%3BEACC%2CaAAA%3B%3BAAHH%2CcACC%2CaACC%2COAEC%3BEACC%2CmBAAA%3B%3BAALJ%2CcACC%2CaACC%2COAEC%2CGAEC%3BEACC%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3B%3BAAQL%3BEACC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAHD%2CcAKC%2CcACC%3BEACC%2CoBAAA%3BEACA%2CgCAAA%3B%3BAARH%2CcAKC%2CcACC%2CYAIC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAdJ%2CcAKC%2CcAYC%3BEACC%2CgBAAA%3B%3BAAGC%2CcAhBH%2CcAYC%2CcAGC%2CaACE%3BAAAS%2CcAhBb%2CcAYC%2CcAGC%2CaACY%3BEACV%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAxBL%2CcAKC%2CcAYC%2CcAGC%2CaAMC%3BEACC%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAKA%2CQAHyB%3BEAGzB%2CcA7BJ%2CcAYC%2CcAGC%2CaAMC%2CWAIC%3BIAEE%2CkBAAA%3B%3B%3BAAhCP%2CcAKC%2CcAYC%2CcAGC%2CaAMC%2CWASC%3BEACC%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAGE%2CcA3CP%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAWE%2CMACA%2CGAAE%2CKACA%3BEACA%2CSAAA%3BEACG%2CoBAAA%3B%3BAAEJ%2CcA%5C%2FCP%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAWE%2CMACA%2CGAAE%2CKAKA%3BEACA%2CWAAA%3BEACG%2CoBAAA%3B%3BAAtDZ%2CcAKC%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAwBC%2CGAAE%3BEACD%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcA9DN%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAwBC%2CGAAE%2CKAQA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACG%2CoBAAA%3B%3BAAGJ%2CcAzEN%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAwBC%2CGAAE%2CKAmBA%3BEACA%2CSAAS%2COAAT%3BEACG%2CWAAA%3BEACA%2CQAAA%3BEACA%2CaAAa%2CcAAb%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CoBAAA%3B%3BAAzFX%2CcAKC%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAwBC%2CGAAE%2CKAgCD%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArGR%2CcAKC%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAsEC%2CKAAI%3BEACH%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA9GP%2CcAKC%2CcAYC%2CcAGC%2CaAMC%2CWASC%2CaAsEC%2CKAAI%2CMAOH%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3B%3BAAWR%3BEACC%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAHD%2CcAKC%2CYACC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAXH%2CcAcC%2CYACC%2CaACC%3BEACC%2CkBAAA%3B%3BAAjBJ%2CcAcC%2CYACC%2CaACC%2CWAGC%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAtBL%2CcAcC%2CYACC%2CaACC%2CWAGC%2CGAKC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAlCN%2CcAcC%2CYACC%2CaACC%2CWAGC%2CGAKC%2CGAYC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGD%2CcA5BL%2CYACC%2CaACC%2CWAGC%2CGAKC%2CGAkBE%3BAAAQ%2CcA5Bd%2CYACC%2CaACC%2CWAGC%2CGAKC%2CGAkBW%3BEACT%2CWAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CcAjCL%2CYACC%2CaACC%2CWAGC%2CGAKC%2CGAuBE%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAGD%2CcAzCL%2CYACC%2CaACC%2CWAGC%2CGAKC%2CGA%2BBE%3BEACA%2CeAAA%3B%3BAAED%2CcA5CL%2CYACC%2CaACC%2CWAGC%2CGAKC%2CGAkCE%3BEACA%2CgBAAA%3B%3BAAEA%2CcA%5C%2FCN%2CYACC%2CaACC%2CWAGC%2CGAKC%2CGAkCE%2CWAGC%3BEACA%2CaAAA%3B%3BAA9DR%2CcAcC%2CYACC%2CaAqDC%2CUACC%3BEACC%2CaAAA%3BEAEA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcA9DJ%2CYACC%2CaAqDC%2CUACC%2CaAOE%3BEACA%2CcAAA%3B%3BAA7EN%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaAWC%3BEACC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAArFN%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAOC%3BEACC%2CWAAA%3B%3BAAxFP%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAUC%3BEACC%2CYAAA%3B%3BAA3FP%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAaC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3B%3BAA%5C%2FFP%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAaC%2CYAIC%3BEACC%2CWAAA%3BEACG%2CeAAA%3BEACH%2CUAAA%3BEACA%2CSAAA%3B%3BAArGR%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAaC%2CYAIC%2CGAMC%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CcAjGR%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAaC%2CYAIC%2CGAMC%2COAQE%3BAAAS%2CcAjGlB%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAaC%2CYAIC%2CGAMC%2COAQY%3BEACV%2CaAAA%3B%3BAAGF%2CcArGP%2CYACC%2CaAqDC%2CUACC%2CaAWC%2CsBAaC%2CYAIC%2CGAkBE%2CaACA%3BEACC%2CmBAAA%3B%3BAArHV%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaAsDC%3BEACC%2C6BAAA%3BEACA%2CgBAAA%3B%3BAA7HN%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CcAvHL%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAME%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAxIP%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%3BEACC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2COAAO%2CkBAAP%3BEACA%2CmBAAA%3B%3BAA9IP%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAMC%3BEACC%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAnJR%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAWC%2CSACC%3BEACC%2CkBAAA%3B%3BAAvJT%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAWC%2CSAIC%3BEACC%2CWAAA%3B%3BAA1JT%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAWC%2CSAIC%2CMAGC%2CGACC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CcArJV%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAWC%2CSAIC%2CMAGC%2CGACC%2CGAME%3BEACA%2CiBAAA%3B%3BAAED%2CcAxJV%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAWC%2CSAIC%2CMAGC%2CGACC%2CGASE%3BEACA%2CkBAAA%3B%3BAAvKZ%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAmCC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlLR%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaA0CC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxLR%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAgDC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAA9LR%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAsDC%2CiBACC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcA3LR%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAsDC%2CiBACC%2CEAQE%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3BEACG%2COAAA%3BEACA%2CMAAA%3BEACA%2CaAAa%2CcAAb%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CcAzMR%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBAWC%2CaAsDC%2CiBAsBC%2COACE%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3BAAzNV%2CcAcC%2CYACC%2CaAqDC%2CUACC%2CaA0DC%2CqBA%2BFC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3B%3BAASP%2C%2BBACI%2CiBAAiB%3BEACnB%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAJF%2C%2BBAME%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAATF%2C%2BBAME%2CoBAKA%3BEACC%2CeAAA%3BEACA%2CSAAA%3B%3BAAbH%2C%2BBAgBE%2CQAAO%2CKACN%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3B%3B%3BAAMH%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAJD%2CgBAMC%2CaACC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAbH%2CgBAgBC%3BEACC%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGF%3BEACC%2CmBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAATD%2CmBAWC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAjBF%2CmBAmBC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAxBF%2CmBA0BC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FBF%2CmBAiCC%3BEACC%2CaAAA%3B%3BAAGF%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGC%2CeADD%2CgBACE%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAFD%2CeADD%2CgBACE%2CUAIA%2CoBAAmB%3BEAClB%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlBJ%2CeAsBC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAA7BF%2CeAsBC%2CUASC%3BEACC%2CkBAAA%3B%3BAAIH%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAHD%2CsBAKC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPF%2CsBAKC%2CYAIC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAXH%2CsBAcC%3BEACC%2CeAAA%3BEACA%2C6BAAA%3B%3BAAhBF%2CsBAcC%2CeAIC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAArBH%2CsBAcC%2CeAIC%2CKAKC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1BJ%2CsBAcC%2CeAeC%3BEACC%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA%5C%2FBH%2CsBAcC%2CeAeC%2CcAIC%3BEACC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAxCJ%2CsBAcC%2CeAeC%2CcAIC%2CMASC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhDL%2CsBAcC%2CeAeC%2CcAIC%2CMAiBC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtDL%2CsBAcC%2CeAeC%2CcAIC%2CMAuBC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGD%2CsBAzDH%2CeAeC%2CcAIC%2CMAsCE%2CMACA%3BEACC%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAA3EN%2CsBAiFC%3BEACC%2CmBAAA%3B%3BAAlFF%2CsBAiFC%2CWAGC%2CeACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA1FJ%2CsBAiFC%2CWAYC%3B%3B%3BAA7FF%2CsBAiFC%2CWAYC%2CcACC%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAlGJ%2CsBAiFC%2CWAYC%2CcAOC%3BEACI%2CcAAA%3B%3BAArGP%2CsBAiFC%2CWAYC%2CcAWC%3BEACI%2CeAAA%3B%3BAAKP%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAHD%2CiBAKC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPF%2CiBAKC%2CYAIC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAXH%2CiBAcC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAhBF%2CiBAcC%2CmBAIC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAxBH%2CiBAcC%2CmBAIC%2CYAQC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAhCJ%2CiBAcC%2CmBAIC%2CYAgBC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtCJ%2CiBAcC%2CmBAIC%2CYAsBC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEAEA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAnDJ%2CiBAuDC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA3DF%2CiBAuDC%2CaAMC%3BEACC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlEH%2CiBAuDC%2CaAMC%2COAOC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAvEJ%2CiBAuDC%2CaAMC%2COAOC%2CiBAKC%3BEACC%2CkBAAA%3B%3BAAEA%2CiBArBJ%2CaAMC%2COAOC%2CiBAKC%2COAGE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAApFN%2CiBAuDC%2CaAMC%2COAOC%2CiBAKC%2COAaC%3BEACC%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxFN%2CiBAuDC%2CaAMC%2COAOC%2CiBAwBC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlGL%2CiBAuDC%2CaAMC%2COAOC%2CiBAwBC%2CeAQC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAA9GN%2CiBAuDC%2CaAMC%2COAOC%2CiBAwBC%2CeAoBC%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACG%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAEH%2CiBAtEL%2CaAMC%2COAOC%2CiBAwBC%2CeAoBC%2CUAaE%3BAAAS%2CiBAtEf%2CaAMC%2COAOC%2CiBAwBC%2CeAoBC%2CUAaY%3BEACV%2CsBAAA%3B%3BAAIH%2CiBA3EH%2CaAMC%2COAOC%2CiBA8DE%2CMACA%2CeACC%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAQJ%2CiBAxFL%2CaAMC%2COA%2BEE%2CUAAU%2CGACV%2CiBACC%2COACE%3BAAAD%2CiBAxFL%2CaAMC%2COA%2BEkB%2CUAAU%2CGAC1B%2CiBACC%2COACE%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAjJP%2CiBAwJC%3BEACC%2CkBAAA%3BEACA%2C0BAAA%3B%3BAA1JF%2CiBAwJC%2CcAIC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FJH%2CiBAwJC%2CcAIC%2CYAKC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAArKJ%2CiBAwJC%2CcAIC%2CYAWC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA3KJ%2CiBAwJC%2CcAsBC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAjLH%2CiBAwJC%2CcAsBC%2CUAKC%3BEACC%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAtLJ%2CiBAwJC%2CcAsBC%2CUAKC%2CUAKC%3BEACC%2CkBAAA%3B%3BAAzLL%2CiBAwJC%2CcAsBC%2CUAKC%2CUAKC%2CeAGC%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CiBAvCL%2CcAsBC%2CUAKC%2CUAKC%2CeAGC%2CYAIE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAArMP%2CiBAwJC%2CcAsBC%2CUAKC%2CUAKC%2CeAGC%2CYAaC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAhNP%2CiBAwJC%2CcAsBC%2CUAKC%2CUAKC%2CeAGC%2CYAuBC%3BEACC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAQV%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAHD%2C6BAKC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPF%2C6BAKC%2CYAIC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAXH%2C6BAcC%3BEACC%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjBF%2C6BAcC%2CwBAKC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAtBH%2C6BAcC%2CwBAKC%2CkBAKC%3BEACC%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA5BJ%2C6BAcC%2CwBAKC%2CkBAKC%2CUAMC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAjCL%2C6BAcC%2CwBAKC%2CkBAKC%2CUAMC%2CiBAKC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAzCN%2C6BAcC%2CwBAKC%2CkBAKC%2CUAMC%2CiBAKC%2CYAQC%3BEACC%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACG%2CmBAAA%3B%3BAAlDV%2C6BAyDC%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3B%3BAA7DF%2C6BAyDC%2CcAKC%2COACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApEJ%2C6BAwEC%2CqBACC%3BEACC%2CaAAA%3B%3BAA1EH%2C6BAwEC%2CqBAIC%3BEACC%2CkBAAA%3BEACG%2CoBAAA%3BEACH%2CYAAA%3B%3BAA%5C%2FEH%2C6BAwEC%2CqBASC%3BEACC%2CWAAA%3B%3BAAlFH%2C6BAwEC%2CqBAYC%3BEACC%2CYAAA%3B%3BAArFH%2C6BAwEC%2CqBAeC%2CMACC%3BEACC%2CcAAA%3BEACA%2CYAAA%3B%3BAA1FJ%2C6BAwEC%2CqBAeC%2CMACC%2CEAIC%3BEACC%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAlGL%2C6BAwEC%2CqBAeC%2CMACC%2CEAIC%2COAQC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAA3GN%2C6BAwEC%2CqBAeC%2CMACC%2CEAsBC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAnHL%2C6BAwEC%2CqBAeC%2CMACC%2CEAsBC%2CaAOC%3BAArHL%2C6BAwEC%2CqBAeC%2CMACC%2CEAsBC%2CaAOS%3BAArHb%2C6BAwEC%2CqBAeC%2CMACC%2CEAsBC%2CaAOiB%3BEACf%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA3HN%2C6BAwEC%2CqBAeC%2CMACC%2CEAsBC%2CaAeC%3BEACC%2CiBAAA%3B%3BAA9HN%2C6BAwEC%2CqBAeC%2CMACC%2CEAsBC%2CaAkBC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnIN%2C6BAwEC%2CqBAeC%2CMACC%2CEAsBC%2CaAuBC%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIF%2C6BArEH%2CqBAeC%2CMACC%2CEAqDE%2CMACA%3BEACC%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAhJN%2C6BAsJC%3BEACC%2CcAAA%3BEACA%2CcAAA%3B%3BAAxJF%2C6BAsJC%2CkBAIC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAA7JH%2C6BAsJC%2CkBAIC%2CsBAKC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAnKJ%2C6BAsJC%2CkBAIC%2CsBAKC%2COAMC%3BEACC%2CmBAAA%3B%3BAAtKL%2C6BAsJC%2CkBAIC%2CsBAKC%2COASC%3BEACC%2CkBAAA%3B%3BAAzKL%2C6BAsJC%2CkBAIC%2CsBAKC%2COASC%2CiBAGC%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CQAAQ%2CiBAAR%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAEA%2C6BA9BL%2CkBAIC%2CsBAKC%2COASC%2CiBAGC%2CcASE%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAFD%2C6BA9BL%2CkBAIC%2CsBAKC%2COASC%2CiBAGC%2CcASE%2CMAIA%3BEACC%2CUAAA%3B%3BAAzLR%2C6BAsJC%2CkBAIC%2CsBAKC%2COASC%2CiBAGC%2CcAkBC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAvMP%2C6BAsJC%2CkBAIC%2CsBAKC%2COASC%2CiBAGC%2CcA8BC%3BEACC%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CqCAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA3NP%2C6BAkOC%3BEACC%2C0BAAA%3BEACA%2CiBAAA%3B%3BAApOF%2C6BAkOC%2CiBAIC%2COACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7OJ%2C6BAkOC%2CiBAcC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAnPH%2C6BAkOC%2CiBAcC%2CcAKC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAzPJ%2C6BAkOC%2CiBAcC%2CcAKC%2COAMC%2COACC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAON%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAHD%2CmBAKC%3BEACC%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAPF%2CmBAKC%2CYAIC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAXH%2CmBAcC%3BEACC%2CmBAAA%3B%3BAAfF%2CmBAiBC%2CiBACC%2COACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAA1BJ%2CmBAiBC%2CiBAYC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAhCH%2CmBAiBC%2CiBAYC%2CqBAKC%3BEACC%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAArCJ%2CmBAiBC%2CiBAYC%2CqBAKC%2CUAKC%3BEACC%2CgBAAA%3B%3BAAxCL%2CmBAiBC%2CiBAYC%2CqBAKC%2CUAKC%2CwBAGC%3BEACC%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FCN%2CmBAiBC%2CiBAYC%2CqBAKC%2CUAKC%2CwBAGC%2CMAOC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAvDP%2CmBAiBC%2CiBAYC%2CqBAKC%2CUAKC%2CwBAGC%2CMAeC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA7DP%2CmBAiBC%2CiBAYC%2CqBAKC%2CUAKC%2CwBAGC%2CMAqBC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApEP%2CmBA2EC%3BEACC%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAA9EF%2CmBA2EC%2CmBAKC%3BEACC%2CkBAAA%3B%3BAAjFH%2CmBA2EC%2CmBAKC%2CiBAGC%3BEACC%2CkBAAA%3B%3BAApFJ%2CmBA2EC%2CmBAKC%2CiBAGC%2COAGC%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3B%3BAA3FL%2CmBA2EC%2CmBAKC%2CiBAcC%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3B%3BAAtGJ%2CmBA2EC%2CmBAKC%2CiBAcC%2CMAUC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAjHL%2CmBA2EC%2CmBAKC%2CiBAcC%2CMAUC%2CGAWC%3BEACC%2CmBAAA%3B%3BAApHN%2CmBA0HC%3BEACC%2CmBAAA%3B%3BAA3HF%2CmBA0HC%2CeAGC%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAhIH%2CmBA0HC%2CeAGC%2CmBAKC%3BEACC%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAArIJ%2CmBA0HC%2CeAGC%2CmBAKC%2COAKC%3BEACC%2CkBAAA%3B%3BAAxIL%2CmBA0HC%2CeAGC%2CmBAKC%2COAKC%2CUAGC%3BEACC%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAnJN%2CmBA0HC%2CeAGC%2CmBAKC%2COAKC%2CUAGC%2CMAWC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAA5JP%2CmBA0HC%2CeAGC%2CmBAKC%2COAKC%2CUAGC%2CMAoBC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAED%2CmBA9CL%2CeAGC%2CmBAKC%2COAKC%2CUAGC%2CMA8BE%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAFD%2CmBA9CL%2CeAGC%2CmBAKC%2COAKC%2CUAGC%2CMA8BE%2CMAIA%3BAAJD%2CmBA9CL%2CeAGC%2CmBAKC%2COAKC%2CUAGC%2CMA8BE%2CMAII%3BEACH%2CWAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2CmBAzDH%2CeAGC%2CmBAKC%2COAiDE%2CUAAU%2CMACV%2CUACC%3BEACC%2CSAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAQP%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3B%3BAAED%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEAEA%2CSAAA%3BEACG%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAZJ%2COAcC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAAhBF%2COAkBC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAEH%2COATD%2CaASE%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CcAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIN%2CIAAI%3BEACH%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3B%3B%3BAAID%3BEACC%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAHD%2CeAKC%3BEACC%2CmBAAA%3B%3BAANF%2CeAQC%3BEACC%2CmBAAA%3B%3BAATF%2CeAWC%3BEACC%2CcAAA%3B%3BAAZF%2CeAWC%2CUAGC%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAhBH%2CeAWC%2CUAGC%2CKAIC%3BEACC%2CaAAA%3BEACA%2CcAAA%3B%3BAApBJ%2CeAWC%2CUAGC%2CKAIC%2CYAIC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CeAhBJ%2CUAGC%2CKAIC%2CYAIC%2COAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlCN%2CeAWC%2CUAGC%2CKAIC%2CYAIC%2COAcC%3BEACC%2CkBAAA%3B%3BAArCN%2CeAWC%2CUAGC%2CKA2BC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACG%2CyBAAA%3B%3BAA5CP%2CeAgDC%2COACC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAxDH%2CeA2DC%3BEACC%2CaAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CeAND%3BIAGE%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAA%5C%2FDH%2CeA2DC%2CMAMC%3BEACC%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3B%3BAAKH%3BEACC%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAHD%2CkBAKC%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAPF%2CkBAKC%2CaAIC%3BEACC%2CUAAU%2CkBAAV%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAbH%2CkBAKC%2CaAIC%2CiBAMC%2COACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAApBL%2CkBAKC%2CaAIC%2CiBAcC%2CMACC%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAA7BL%2CkBAKC%2CaAIC%2CiBAcC%2CMAQC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAArCL%2CkBAKC%2CaAIC%2CiBA%2BBC%3BEACC%2CmBAAA%3B%3BAAzCJ%2CkBAKC%2CaAIC%2CiBAkCC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAA9CJ%2CkBAKC%2CaAIC%2CiBAkCC%2CqBAKC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAArDL%2CkBAKC%2CaAIC%2CiBAkCC%2CqBAYC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA1DL%2CkBAKC%2CaAIC%2CiBAkCC%2CqBAiBC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAlEL%2CkBAKC%2CaAIC%2CiBAkCC%2CqBAyBC%3BEACC%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxEL%2CkBAKC%2CaAIC%2CiBAkCC%2CqBAyBC%2CEAMC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CkBA3EL%2CaAIC%2CiBAkCC%2CqBAyBC%2CEAMC%2CEAME%3BEACA%2CeAAA%3B%3BAAjFP%2CkBAKC%2CaAkFC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAKH%3BEACC%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAHD%2CgBAKC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAXF%2CgBAKC%2CuBAQE%3BEACA%2CmBAAA%3B%3BAAdH%2CgBAKC%2CuBAYC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAApBH%2CgBAKC%2CuBAYC%2CqBAKC%3BAAtBH%2CgBAKC%2CuBAYC%2CqBAKU%3BEACR%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAzBJ%2CgBAKC%2CuBAYC%2CqBAKC%2CQAKC%2COACC%3BAA5BL%2CgBAKC%2CuBAYC%2CqBAKU%2CMAKR%2COACC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBN%2CgBAKC%2CuBAYC%2CqBAkBC%2CMACC%2CMACC%3BEACC%2CgBAAA%3B%3BAAtCN%2CgBA4CC%3BEACC%2C6BAAA%3BEACA%2CiBAAA%3B%3BAA9CF%2CgBA4CC%2CaAIC%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAlDH%2CgBA4CC%2CaAIC%2CKAIC%3BEACC%2CaAAA%3BEACA%2CcAAA%3B%3BAAtDJ%2CgBA4CC%2CaAIC%2CKAIC%2CeAIC%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CgBAjBJ%2CaAIC%2CKAIC%2CeAIC%2COAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAApEN%2CgBA4CC%2CaAIC%2CKAIC%2CeAIC%2COAcC%3BEACC%2CkBAAA%3B%3BAAvEN%2CgBA4CC%2CaAIC%2CKA2BC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACG%2CyBAAA%3B%3BAA9EP%2CgBAkFC%2COACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxFH%2CgBA2FC%2CMACC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAKH%2CIAAI%2CQACH%3BEACC%2CeAAA%3B%3BAAGF%2CUAAU%3BEACT%2CgBAAA%3B%3BAADD%2CUAAU%2CUAGT%2CQAAO%3BEACN%2CgBAAA%3BEACG%2CWAAA%3BEACA%2CoCAAA%3BEACA%2C8BAA8B%2CmCAA9B%3BEACA%2C2BAA2B%2CmCAA3B%3BEACA%2C0BAA0B%2CmCAA1B%3BEACA%2CyBAAyB%2CmCAAzB%3BEACA%2CsBAAsB%2CmCAAtB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAIL%2CWAAW%2CUAAU%3BEACpB%2CwBAAA%3B%3BAAED%2CUAAU%3BEACT%2C0BAAA%3B%3BAAGD%2CgCACC%3BEACC%2CaAAA%3B%3BAAGF%2CgBACC%2CgBACC%3BEACC%2CaAAA%3B%3BAAIH%2CgCACC%2CQAAO%3BEACN%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAJF%2CgCACC%2CQAAO%2CKAIN%3BEACC%2CyBAAA%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAVN%2CgCACC%2CQAAO%2CKAWN%2CUAAY%3BEACX%2CgBAAA%3B%3BAAbH%2CgCACC%2CQAAO%2CKAcN%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEACjC%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAzBH%2CgCACC%2CQAAO%2CKA0BN%2CUAAY%2CSAAM%2CIAAI%2CSAAU%2CSAAS%3BEACxC%2CyBAAA%3B%3BAA5BH%2CgCACC%2CQAAO%2CKA6BN%3BEACC%2C6BAAA%3B%3BAA%5C%2FBH%2CgCACC%2CQAAO%2CKA6BN%2CiBAEC%3BEACC%2CWAAA%3B%3BAAjCJ%2CgCACC%2CQAAO%2CKA6BN%2CiBAKC%2CQAAO%2COAAO%3BEACb%2CcAAA%3BEACG%2CwCAAA%3BEACA%2C8BAA8B%2CmCAA9B%3BEACA%2C2BAA2B%2CmCAA3B%3BEACA%2C0BAA0B%2CmCAA1B%3BEACA%2CyBAAyB%2CmCAAzB%3BEACA%2CsBAAsB%2CmCAAtB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAxDP%2CgCA4DC%3BEACC%2CaAAA%3B%3BAAGF%2CoBAAqB%2CqBAAqB%3BEACzC%2CqBAAA%3B%3BAAaD%2CQAX2B%3BEAC1B%3BIACC%2CaAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3B%3BAA4CF%2CQAtC0B%3BEACzB%2CmBAAoB%2CiBAAiB%3BIACpC%2CSAAA%3B%3BEAED%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAS%2CUAAU%3BIAC5E%2CiBAAA%3B%3BEAED%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAS%2CUAAU%3BIAC5E%2CkBAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3BEAED%2C6BAA8B%3BEAAyB%2C6BAA8B%3BIACpF%2CUAAA%3BIACA%2CSAAA%3B%3BEAED%2C6BAA8B%2CwBAAwB%3BEAAmB%2C6BAA8B%2CkBAAkB%3BIACxH%2CSAAA%3B%3BEAED%2CiBAAkB%3BIACjB%2CeAAA%3BIACA%2CeAAA%3B%3BEAED%2C6BAA8B%3BIAC7B%2CmBAAA%3B%3BEAED%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CsBAAsB%3BIACpF%2CWAAA%3B%3BEAED%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CsBAAsB%3BIACpF%2CYAAA%3B%3B%3BAAeF%2CQAZ0B%3BEACzB%2CmBAAoB%2CmBAAmB%2CiBAAiB%2CMAAM%3BIAC7D%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CeAAgB%2CUAAU%3BIACzB%2CkBAAA%3B%3BEADD%2CeAAgB%2CUAAU%2CoBAEzB%3BIACC%2CaAAA%3B%3B%3BAAeH%2CQAX0B%3BEACzB%2CmBACC%2CmBACC%2CGACC%2CIAAG%2CcAAe%2CMAAK%3BIACtB%2CYAAA%3B%3B%3BAA4OL%2CQAtO0B%3BEACzB%2CkBAAmB%2CaAAa%3BIAC%5C%2FB%2CmBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%2CiBAAiB%2CqBAAqB%3BIACrE%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAED%2CmBAAoB%2CmBAAmB%2CiBAAiB%2CMAAM%3BIAC1D%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAAO%2CiBAAiB%2CcAAc%3BIAC3G%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAAO%2CiBAAiB%3BIAC7F%2CqBAAA%3B%3BEAED%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAAO%2CiBAAiB%2CcAAc%3BIAC3G%2CUAAA%3B%3BEAED%3BIACC%2CUAAA%3BIACA%2CkBAAA%3B%3BEAED%2CeAAgB%3BIACf%2CoBAAA%3B%3BEAED%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CqBAAqB%2CaAAa%3BIAChG%2CiBAAA%3B%3BEAED%2CcAAe%2CcAAc%2CcAAc%2CaAAa%2CWAAW%2CaAAa%2CGAAE%2CKAAK%3BEAAS%2CcAAe%2CcAAc%2CcAAc%2CaAAa%2CWAAW%2CaAAa%2CGAAE%2CKAAK%3BIACtL%2CaAAA%3B%3BEAED%3BIACC%2CcAAA%3B%3BEADD%2CMAEC%3BIACC%2CeAAA%3BIACA%2CUAAA%3B%3BEAJF%2CMAMC%3BIACC%2CgBAAA%3B%3BEAPF%2CMAMC%2CcAEG%3BIACE%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAXN%2CMAMC%2CcAEG%2CKAIE%3BIACC%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACI%2CyBAAA%3BIACH%2CqBAAA%3BIACA%2CeAAA%3B%3BEACD%2CMAdN%2CcAEG%2CKAIE%2CGAQE%3B%3B%3B%3B%3B%3B%3BIAOI%2CiBAAA%3BIACH%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEF%2CMAhCN%2CcAEG%2CKAIE%2CGA0BE%3BIACI%2CSAAS%2CGAAT%3BIACH%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2COAAO%2CyBAAP%3BIACA%2CQAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGD%2CMA5CP%2CcAEG%2CKAIE%2CGAqCE%2CUACC%3B%3B%3B%3B%3B%3BEAMD%2CMAlDP%2CcAEG%2CKAIE%2CGAqCE%2CUAOC%3BIACI%2CmBAAmB%2CgBAAnB%3BIACH%2CWAAW%2CgBAAX%3BIACA%2CWAAW%2CiBAAiB%2CaAA5B%3BIACA%2CgBAAA%3B%3BEA5DV%2CMAMC%2CcAEG%2CKAwDE%3BIACC%2CaAAA%3BIACA%2CiBAAA%3B%3BEAlEP%2CMAMC%2CcAEG%2CKAwDE%2CGAGF%2CGACC%2CGAAE%3BIACD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAvEN%2CMAMC%2CcAEG%2CKAwDE%2CGAGF%2CGACC%2CGAAE%2CaAKD%3BIACC%2CWAAA%3B%3BEAKD%2CMAzEL%2CcAEG%2CKAuEG%2CYACA%3BIACC%2CgBAAA%3B%3BEAjFR%2CMAsFC%3BIACI%2CoBAAA%3B%3BEAOL%2CMACC%3BIACC%2CkBAAA%3B%3BEAFF%2CMACC%2CoBAQC%3BIACC%2CaAAA%3B%3BEAVH%2CMACC%2CoBAWC%2CmBACC%3B%3B%3BEAbH%2CMACC%2CoBAWC%2CmBAIC%3BIACC%2CaAAA%3B%3BEAIC%2CMApBJ%2CoBAWC%2CmBAOC%2CGACC%2CEACE%3BIACA%2CeAAA%3B%3BEAtBN%2CMACC%2CoBA0BC%3BIACC%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEA%5C%2FBH%2CMACC%2CoBA0BC%2CoBAKC%3BIACC%2CWAAA%3BIACA%2CkBAAA%3B%3BEAlCJ%2CMACC%2CoBA0BC%2CoBAKC%2CGAGC%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2CMAtCP%2CoBA0BC%2CoBAKC%2CGAGC%2CEAIK%3BIACH%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CatDt%2BIY%2CcsDs%2BIZ%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAGA%2CMAtDL%2CoBA0BC%2CoBAKC%2CGAGC%2CEAmBE%2CmBACC%3BIACA%2CSAAS%2COAAT%3BIACA%2CeAAA%3B%3BEAKD%2CMA7DL%2CoBA0BC%2CoBAKC%2CGAGC%2CEA0BE%2CWACC%3BIACA%2CSAAS%2COAAT%3B%3BEAUL%2CmBADD%2CKACE%2CUAAU%3BIACV%2CaAAA%3B%3BEAED%2CmBAJD%2CKAIE%2CUAAU%3BIACV%2CaAAA%3B%3BEAKD%2CmBAVD%2CKAUE%2CUAAU%3BIACV%2CaAAA%3B%3BEAIH%3BIACC%2CeAAA%3BIACG%2CSAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACH%2CgBAAA%3B%3BEAED%3BIACC%2CiBAAA%3B%3B%3BAAlGA%2CQA%5C%2FHwB%2CwBA2HI%3BEAI5B%2CMANA%3BIAGK%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAUJ%2CQAvIuB%2CwBAoIA%3BEAGvB%2CMALD%3BIAGE%2CkBAAA%3B%3B%3BAAKD%2CQA1IuB%2CwBAuIA%3BEAGvB%2CMARD%3BIAME%2CkBAAA%3B%3B%3BAA0ED%2CQAlNuB%2CwBA%2BME%3BEAGzB%2CmBATD%2CKAIE%2CUAAU%3BIAGT%2CUAAA%3B%3B%3B%3BAA6DL%2CQAvC0B%3BEACzB%2CmBAAoB%2CKAAI%2CUAAU%3BIACjC%2CUAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAHD%2CmBAAoB%2CKAAI%2CUAAU%2CGAOjC%3BEAPD%2CmBAAoB%2CKAAI%2CUAAU%2CGAOzB%3BIACJ%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3B%3BEAGL%2CaAAc%2CoBAAoB%2CKAAI%2CUAAU%2CGAC%5C%2FC%3BEADD%2CaAAc%2CoBAAoB%2CKAAI%2CUAAU%2CGACvC%3BIACJ%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3B%3BIAEA%2CcAAA%3B%3BEARL%2CaAAc%2CoBAAoB%2CKAAI%2CUAAU%2CGAU%5C%2FC%3B%3B%3B%3B%3B%3BEAOD%2CEAAE%2CmBAAmB%2CSAAU%3BIAC3B%2CSAAA%3B%3B%3BAA5BH%2CQARwB%2CwBAKA%3BEAGxB%2CmBAPmB%2CKAAI%2CUAAU%3BIAKhC%2CUAAA%3B%3B%3BAA%2BKH%2CQA9IyB%3BEACxB%2CgBAAiB%3BIAChB%2CcAAA%3BIACA%2CaAAA%3BIACA%2CoBAAA%3B%3BEAED%2CgBAAiB%2CuBAAyB%3BIACtC%2CmBAAA%3B%3BEAEJ%2CgBAAiB%2CaAAa%2CKAAK%3BIAClC%2CyBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%3BEAAkB%2CkBAAmB%2CaAAa%3BIACjF%2CcAAA%3BIACA%2CeAAA%3B%3BEAED%2CkBAAmB%2CaAAa%3BIAC%5C%2FB%2CgBAAA%3B%3BEAED%2CeAAgB%2CUAAU%2CKAAK%3BIAC3B%2CaAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAS%2CUAAU%3BIAC5E%2CmBAAA%3B%3BEAED%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAS%2CUAAU%3BIAC5E%2CkBAAA%3B%3BEAED%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAU%2CwBAAwB%3BIAC3F%2CoBAAA%3BIACA%2CaAAA%3B%3BEAED%2CmBAAoB%2CmBAAmB%2CiBAAiB%2CMAAM%3BIAC1D%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2C6BAA8B%2CwBAAwB%2CkBAAkB%2CUAAU%2CiBAAiB%3BIAClG%2CaAAA%3BIACG%2CYAAA%3B%3BEAFJ%2C6BAA8B%2CwBAAwB%2CkBAAkB%2CUAAU%2CiBAAiB%2CYAI%5C%2FF%3BIACF%2CeAAA%3B%3BEAGF%2C6BAA8B%2CqBAAqB%2CMAAM%2CEAAE%3BIAC1D%2CqBAAA%3B%3BEAED%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAAO%2CiBAAiB%3BIAC7F%2CSAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIACA%2CQAAQ%2CiBAAR%3B%3BEAJD%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAAO%2CiBAAiB%2CcAM7F%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGF%2C6BAA8B%2CkBAAkB%2CsBAAsB%3BIACrE%2CcAAA%3B%3BEADD%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAGrE%3BIACI%2CmBAAA%3B%3BEAGL%2C6BAA8B%2CiBAAiB%2CcAAc%2COAAO%2COAAO%3BIAC1E%2CcAAA%3B%3BEAED%2CiBAAkB%2CmBAAmB%3BIACpC%2CYAAA%3B%3BEADD%2CiBAAkB%2CmBAAmB%2CYAEpC%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEALL%2CiBAAkB%2CmBAAmB%2CYAOpC%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGL%2CiBAAkB%2CaAAa%2COAAO%2CiBAAiB%2CeAAe%3BIACrE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAED%2CiBAAkB%2CaAAa%2COAAO%2CiBAAiB%2CeAAe%3BIACrE%2CUAAA%3BIACA%2CaAAA%3B%3BEAED%2CiBAAkB%2CcAAc%2CUAAU%2CUAAU%2CeAAe%2CYAAY%3BIAC9E%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CiBAAkB%2CcAAc%2CUAAU%2CUAAU%2CeAAe%2CYAAY%3BIAC9E%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAED%3BIACC%2CkBAAA%3B%3BEADD%2CmBAGC%3BIACC%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CeAAgB%2CUAAU%3BIACtB%2CkBAAA%3B%3BEAEJ%2CcAAe%2CcAAc%2CcAAc%2CaAAa%3BIACvD%2CUAAA%3B%3BEAED%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CqBAAqB%3BEAAc%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CqBAAqB%3BIACrL%2CWAAA%3B%3BEAED%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CqBAAqB%3BIACnF%2CgBAAA%3B%3BEAED%2CsBAAuB%2CeAAe%3BIACrC%2CoBAAA%3B%3BEADD%2CsBAAuB%2CeAAe%2CcAGrC%3BIACC%2CUAAA%3B%3BEAJF%2CsBAAuB%2CeAAe%2CcAGrC%2CMAGC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEATH%2CsBAAuB%2CeAAe%2CcAGrC%2CMAQC%3BIACC%2CUAAA%3BIACA%2CYAAA%3B%3B%3BAAykBJ%2CQApkByB%3BEACxB%2CyBAA0B%2CeAAc%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BIAcnC%2CkBAAA%3BIACQ%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CwDAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3BEAEb%2CoBAAqB%3BIACpB%2CWAAA%3B%3BEAED%2CqBAAsB%2CwBAAwB%3BIAC7C%2CwBAAA%3B%3BEAED%3BIACG%2CwBAAA%3B%3BEAEH%2CmBAAoB%2CmBAAmB%2CKAAG%2CIAAC%2COAAO%3BIACjD%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3B%3BEAEA%2CiBAAiB%2CaAAc%2CSAAQ%3BIACnC%2CaAAA%3B%3BEAEL%2CQAAQ%2CcAAe%3BIAClB%2CqBAAA%3B%3BEAEL%2CgBAAiB%3BIACb%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%3BIACvB%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgBAAiB%2CMAAM%3BIACtB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CgBAAiB%2CuBAAyB%3BIACzC%2CmBAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%3BIACvC%2CSAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CqBAAqB%3BEAAS%2CgBAAiB%2CuBAAuB%2CqBAAqB%3BIAClI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CqBAAqB%2CMAAM%2CMAAM%3BIACxE%2CeAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CqBAAqB%3BIAC5D%2CcAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CiBAAA%3B%3BEAED%2CgBAAiB%2CaAAa%2CKAAK%3BEAAgB%2CgBAAiB%2CaAAa%2CKAAK%3BIACrF%2CcAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAED%2CgBAAiB%2CaAAa%2CKAAK%2CeAAe%3BIACjD%2CaAAA%3B%3BEAED%3BIACC%2CuBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%3BIAC%5C%2FB%2CUAAA%3B%3BEAED%3BIACC%2CuBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%2CiBAAiB%2COAAO%3BIACpD%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CkBAAmB%2CaAAa%2CiBAAiB%2CMAAM%3BIACtD%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%2CiBAAiB%2CqBAAqB%3BEAAQ%2CkBAAmB%2CaAAa%2CiBAAiB%2CqBAAqB%3BIACnJ%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEAED%2CkBAAmB%2CaAAa%2CiBAAiB%2CqBAAqB%3BIACrE%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%2CaAAa%3BIACzC%2CaAAA%3B%3BEAEJ%2CkBAAmB%2CaAAa%2CiBAAiB%3BEAAS%2CkBAAmB%2CaAAa%2CiBAAiB%3BIAC1G%2CmBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%2CiBAAiB%2CMAAM%3BIACtD%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CkBAAmB%2CaAAa%2CiBAAiB%2CqBAAqB%3BEAAG%2CkBAAmB%2CaAAa%2CiBAAiB%2CqBAAqB%2CEAAE%3BIAC7I%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%2CaAAa%2CiBAAiB%2CqBAAqB%2CEAAE%2CEAAC%3BIACxE%2CeAAA%3B%3BEAED%2CeAAgB%3BIACf%2CgBAAA%3B%3BEAED%2CeAAgB%3BIACf%2CSAAA%3B%3BEADD%2CeAAgB%2CUAGf%2CKAAK%3BIACD%2CcAAA%3BIACA%2CeAAA%3B%3BEALL%2CeAAgB%2CUAGf%2CKAAK%2CYAID%3BIACF%2CaAAA%3B%3BEARH%2CeAAgB%2CUAWf%2CKAAK%3BIACJ%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGF%2CeAAgB%2COAAO%3BIACnB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%2CMAAM%3BIAClB%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACC%2CuBAAA%3B%3BEADD%2CeAGC%3BIACI%2CmBAAA%3B%3BEAGL%2CmBACC%3BIACC%2CmBAAA%3B%3BEAFF%2CmBACC%2CsBAGC%3BIACC%2CaAAA%3B%3BEAIH%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAU%2CwBAAwB%3BIACxF%2CoBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAU%2CwBAAwB%2CMAAM%3BIACjG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAED%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAU%2CwBAAwB%2CMAAM%3BIACjG%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAU%3BIACnE%2CeAAA%3B%3BEAED%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CmBAAoB%2CmBAAmB%2CiBAAiB%3BIACvD%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEALD%2CmBAAoB%2CmBAAmB%2CiBAAiB%2CMAOvD%3BIACC%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CmBAAoB%2CmBAAmB%2CiBAAiB%2COAAO%3BIAC9D%2CSAAA%3B%3BEAED%2CmBAAoB%3BIACnB%2CmBAAA%3B%3BEAED%2CmBAAoB%2CeAAe%3BIAClC%2CSAAA%3B%3BEAED%2CmBAAoB%2CeAAe%2CmBAAmB%3BIACrD%2CUAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAED%3BIACI%2CUAAA%3BIACA%2CaAAA%3B%3BEAEJ%2COAAQ%3BIACP%2CaAAA%3B%3BEAED%2CmBAAoB%2CiBAAiB%2COAAO%3BIAC3C%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAS%2CUAAU%3BEAAO%2CmBAAoB%2CiBAAiB%2CqBAAqB%2CUAAS%2CUAAU%3BIAChK%2CUAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAED%2C6BAA8B%2CwBAAwB%2CkBAAkB%3BIACvE%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAJD%2C6BAA8B%2CwBAAwB%2CkBAAkB%2CUAMvE%2CiBAAiB%3BIAChB%2CaAAA%3B%3BEAGD%2C6BAV6B%2CwBAAwB%2CkBAAkB%2CUAUtE%3BIACA%2CgBAAA%3B%3BEAGF%2C6BAA8B%3BIAC7B%2CiBAAA%3B%3BEAED%2C6BAA8B%3BIAC7B%2CmBAAA%3B%3BEADD%2C6BAA8B%2CcAG7B%2COAAO%3BIACN%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGL%2C6BAA8B%2CkBAAkB%2CsBAAsB%3BIACrE%2CUAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEA%2C6BAN6B%2CkBAAkB%2CsBAAsB%2COAMpE%3BIACA%2CgBAAA%3B%3BEAGF%2C6BAA8B%2CqBAAqB%3BIAClD%2CWAAA%3B%3BEAED%2C6BAA8B%2CqBAAqB%3BIAClD%2CUAAA%3B%3BEAED%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAAO%3BIAC5E%2CgBAAA%3B%3BEAED%2C6BAA8B%2CkBAAkB%2CsBAAsB%2COAAO%2CiBAAmB%3BIAC%5C%2FF%2CgBAAA%3B%3BEAED%2C6BAA8B%3BIAC7B%2CiBAAA%3B%3BEAED%2C6BAA8B%2CiBAAiB%2COAAO%3BIACrD%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2C6BAA8B%2CiBAAiB%2CcAAc%3BIAC5D%2CcAAA%3BIACA%2CaAAA%3B%3BEAED%2C6BAA8B%2CiBAAiB%2CcAAc%2COAAO%2COAAO%3BIAC1E%2CeAAA%3B%3BEAED%2CiBAAkB%3BIACjB%2CSAAA%3BIACA%2CeAAA%3B%3BEAFD%2CiBAAkB%2CaAIjB%3BIACC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CiBAAkB%2CaAAa%3BIAC9B%2CeAAA%3BIACA%2CcAAA%3B%3BEAED%2CiBAAkB%3BIACjB%2CeAAA%3B%3BEAED%2CiBAAkB%2CcAAc%3BIAC%5C%2FB%2CSAAA%3B%3BEADD%2CiBAAkB%2CcAAc%2CUAG%5C%2FB%3BIACC%2CUAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CiBAAkB%2CcAAc%2CYAAY%3BIAC3C%2CeAAA%3BIACG%2CiBAAA%3B%3BEAEJ%2CiBAAkB%2CmBAAmB%3BIACpC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAED%2CiBAAkB%3BIACjB%2CmBAAA%3B%3BEAED%2CiBAAkB%2CmBAAmB%2CYAAY%3BIAChD%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAED%2CuBACC%3BIACC%2CaAAA%3B%3BEAFF%2CuBAIC%3BIACC%2CSAAA%3B%3BEALF%2CuBAOC%3BIACC%2CUAAA%3B%3BEAGF%2CsBACC%3BIACC%2CeAAA%3B%3BEAFF%2CsBACC%2CeAGC%3BIACC%2CSAAA%3B%3BEALH%2CsBACC%2CeAGC%2CKAGC%3BIACC%2CUAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAVJ%2CsBAcC%3BIACC%2CmBAAA%3B%3BEAfF%2CsBAcC%2CWAGC%2CeAAe%3BIACd%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3BEApBN%2CsBAcC%2CWAQC%2CcAAc%3BIACb%2CmBAAA%3BIACG%2CeAAA%3B%3BEAIN%2CmBACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACG%2CeAAA%3B%3BEAJL%2CmBAMC%3BIACC%2CeAAA%3B%3BEAGF%3BEAAqB%2CeAAgB%2CUAAU%3BIAC3C%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACC%2CSAAA%3B%3BEADD%2CeAGC%3BIACC%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAGF%3BIACC%2CkBAAA%3B%3BEADD%2CgBAGC%3BIACC%2CkBAAA%3B%3BEAJF%2CgBAOC%2CaAAa%3BIACZ%2CeAAA%3BIACG%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGL%2CcAAe%2CYAAY%2CaAAa%2CWAAW%2CGAAG%3BIACrD%2CcAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcALc%2CYAAY%2CaAAa%2CWAAW%2CGAAG%2CGAKpD%3BIACA%2CaAAA%3B%3BEAGF%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%3BIAC9D%2CiBAAA%3B%3BEAED%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%3BIAC9D%2CiBAAA%3B%3BEAED%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CqBAAqB%3BIACnF%2CgBAAA%3B%3BEAED%2CcAAe%2CYAAY%2CaAAa%2CUAAU%2CaAAa%2CqBAAqB%2CKAAK%3BIACxF%2CWAAA%3BIACA%2CaAAA%3B%3BEAED%3BIACC%2CiBAAA%3B%3BEAED%2CyBAA4B%2CiBAAiB%3BEAAe%2CsBAAyB%2CiBAAiB%3BIACrG%2CkBAAA%3B%3B%3BEAGD%2C%2BBACI%2CiBAAiB%3BIACnB%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAJF%2C%2BBAME%3BIACA%2CSAAA%3B%3BEAPF%2C%2BBAME%2CoBAGA%3BIACC%2CeAAA%3BIACA%2CSAAA%3B%3BEAXH%2C%2BBAcC%2CQAAO%2CKACN%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAIH%2CiBACC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAJF%2CiBAMC%2CcAAgB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3B%3BEARF%2CiBAMC%2CcAAgB%2CIAIf%3BEAVF%2CiBAMC%2CcAAgB%2CIAIA%3BIACd%2CeAAA%3B%3BEAXH%2CiBAeC%3BIACC%2CmBAAA%3B%3BEAhBF%2CiBAkBC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEArBF%2CiBAuBC%3BIACC%2CgBAAA%3B%3BEAxBF%2CiBAuBC%2CiBAGC%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIH%3BIACC%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAFD%2CcAIC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAPF%2CcAUC%3BIACC%2CgBAAA%3B%3BEAXF%2CcAUC%2CaAGC%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIH%3BIACC%2CiBAAA%3B%3BEADD%2CcAGC%2CcACC%3BIACC%2CoBAAA%3BIACA%2CgCAAA%3B%3BEANH%2CcAGC%2CcACC%2CYAIC%3BIACC%2CeAAA%3B%3BEATJ%2CcAGC%2CcASC%3BIACC%2CgBAAA%3B%3BEAbH%2CcAGC%2CcASC%2CcAGC%2CaACC%3BIACC%2CWAAA%3BIACA%2CUAAA%3B%3BEAlBL%2CcAGC%2CcASC%2CcAGC%2CaACC%2CWAIC%3BIACC%2CuBAAA%3B%3BEAON%2CUAAU%2CUAAW%2CQAAO%3BIAC3B%2CYAAA%3BIACG%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAoBL%2CQAjBwB%3BEAMlB%2CMAJJ%2CoBACC%2CmBACC%2CGACC%2CEACE%3BIACA%2CeAAA%3B%3B%3BAAeP%2CQALwB%3BEACvB%2CmBAAoB%2CmBAAqB%3BIACxC%2CiBAAA%3B%3B%3BAAGF%3BEACC%2CYAAA%3B%3BAAED%2CeACC%3BEACC%2CqBAAA%3BEACA%2CcAAA%3B%3B%3BAAUF%2CgBAEC%3BEAAQ%2CWAAA%3B%3BAAFT%2CgBAIA%3BEACC%2CoBAAA%3B%3BAALD%2CgBAOA%3BEACC%2CeAAA%3BEACA%2CWAAA%3B%3BAATD%2CgBAWA%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAdD%2CgBAgBA%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAApBD%2CgBAgBA%2CaAKC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAxBF%2CgBA2BA%3BEACC%2CiBAAA%3BEACA%2CoBAAA%3B%3BAA7BD%2CgBA2BA%2CoBAGC%3BEACC%2CkBAAA%3B%3BAACA%2CgBALF%2CoBAGC%2CGAEE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAvCH%2CgBA2CA%3BEACC%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAhDD%2CgBA2CA%2CcAMC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAApDF%2CgBA2CA%2CcAWC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA3DF%2CgBA8DA%3BEACC%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAjED%2CgBA8DA%2CgBAIC%3BEACC%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtEF%2CgBA8DA%2CgBAIC%2CMAKC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5EH%2CgBA8DA%2CgBAIC%2CMAYC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAlFH%2CgBA8DA%2CgBAIC%2CMAkBC%2CEAAC%3BEACA%2CUAAA%3B%3BAArFH%2CgBAyFA%3BEAIC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAlGD%2CgBAyFA%2CeACC%3BEACC%2CkBAAA%3B%3BAA3FF%2CgBAyFA%2CeAUC%3BEACC%2CmBAAA%3B%3BAApGF%2CgBAyFA%2CeAaC%3BEACC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA1GF%2CgBAyFA%2CeAaC%2CMAKC%3BEACC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FGH%2CgBAyFA%2CeAaC%2CMAWC%3BEACC%2CUAAA%3B%3BAAlHH%2CgBAyFA%2CeAaC%2CMAWC%2CMAEC%3BEACC%2CmBAAA%3B%3BAApHJ%2CgBAyFA%2CeAaC%2CMAWC%2CMAKC%3BEACC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzHJ%2CgBAyFA%2CeAaC%2CMAWC%2CMAUC%2CEACC%3BEACC%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9HL%2CgBAoIA%3BEACC%2CkBAAA%3B%3BAArID%2CgBAuIA%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAA1ID%2CgBAuIA%2CuBAIC%3BEACC%2CmBAAA%3B%3BAA5IF%2CgBAuIA%2CuBAOC%3BEACC%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAlJF%2CgBAuIA%2CuBAOC%2CiBAKC%3BEACC%2CUAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAvJH%2CgBAuIA%2CuBAOC%2CiBAKC%2CGAKC%3BEACC%2CkBAAA%3B%3BAAzJJ%2CgBAuIA%2CuBAOC%2CiBAKC%2CGAQC%3BEACC%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAhKJ%2CgBAuIA%2CuBA6BC%3BEACC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAvKF%2CgBA2KA%3BEACC%2C0BAAA%3BEACA%2CiBAAA%3B%3BAA7KD%2CgBA2KA%2CmBAGC%3BEACC%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAjLF%2CgBA2KA%2CmBAGC%2COAIC%3BEACC%2CkBAAA%3B%3BAAnLH%2CgBAuLA%3BEACC%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA3LD%2CgBAuLA%2CgBAKC%3BEACC%2CkBAAA%3B%3BAA7LF%2CgBAuLA%2CgBAQC%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAAjMF%2CgBAuLA%2CgBAYC%3BEACC%2CeAAA%3BEACA%2CeAAA%3B%3BAArMF%2CgBAuLA%2CgBAYC%2CEAGC%3BEACC%2CyBAAA%3B%3BAAvMH%2CgBAuLA%2CgBAYC%2CEAMC%3BEACC%2C0BAAA%3B%3BAA1MH%2CgBAuLA%2CgBAsBC%3BEACC%2CkBAAA%3B%3BAACA%2CgBAxBF%2CgBAsBC%2CQAEE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAtNH%2CgBAuLA%2CgBAkCC%3BEACC%2CkBAAA%3B%3BAA1NF%2CgBAuLA%2CgBAqCC%2COACC%3BEACC%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CgBA1CH%2CgBAqCC%2COACC%2CMAIE%3BEACA%2CgBAAA%3B%3BAAED%2CgBA7CH%2CgBAqCC%2COACC%2CMAOE%3BEACA%2CgBAAA%3B%3BAAED%2CgBAhDH%2CgBAqCC%2COACC%2CMAUE%3BEACA%2CgBAAA%3B%3BAAxOJ%2CgBAuLA%2CgBAqDC%3BEACC%2CmBAAA%3B%3BAA7OF%2CgBAuLA%2CgBAwDC%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAnPF%2CgBAsPA%3BEACC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAzPD%2CgBA2PA%3BEACC%2CaAAA%3B%3BAA2CD%2CmBAxCsC%3BEACrC%2CgBAAgB%3BIACZ%2CWAAA%3B%3BEAEJ%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3B%3BEAED%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CWAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%3BIAChC%2CaAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%2CMAAM%2CEAAC%3BIACvC%2CWAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CWAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CiBAAiB%2CGAAG%3BIAC3D%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%3BIAChC%2CeAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%3BIAChC%2CeAAA%3B%3BEAED%2CgBAAiB%2CaAAa%3BIAC7B%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CeAAA%3B%3B%3BAAmBF%2CmBAhBsC%3BEACrC%2CgBAAiB%3BIAChB%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%3BIAChC%2CuBAAA%3B%3BEAED%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3B%3B%3BAA8CF%2CmBA3CqC%3BEACrC%2CgBAAiB%2CgBAAgB%2CMAAM%3BIACrC%2CkBAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CiBAAiB%3BIACxD%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CiBAAiB%2CGAAG%3BIAC3D%2CkBAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CiBAAiB%2CGAAG%3BIAC3D%2CeAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CeAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%2CQAAO%3BIACvC%2CaAAA%3B%3BEAEA%2CgBAAiB%2CaAAa%3BIAC9B%2CeAAA%3B%3BEAEA%2CgBAAiB%3BIACjB%2CeAAA%3B%3BEAED%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%2CMAAM%3BIACtC%2CeAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%3BIACvC%2CoBAAA%3B%3B%3BAA2FF%2CmBAxFqC%3BEACpC%3BIACC%2CiBAAA%3B%3BEAED%2CqBAAsB%3BIACrB%2CeAAA%3B%3BEAEF%2CqBAAsB%2CoBAAoB%2CyBAAyB%3BIACjE%2CeAAA%3B%3BEAED%2CoBAAqB%3BIACjB%2CqBAAA%3B%3BEAEJ%2CgBAAiB%3BIAChB%2CmBAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAED%2CgBAAiB%2CiBAAiB%3B%3B%3BEAGlC%2CgBAAiB%3BIAChB%2CeAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%3BIAChC%2CWAAA%3BIACA%2CsBAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%2CMAAM%3BIACtC%2CeAAA%3B%3BEAED%2CgBAAiB%3BIAChB%2CiBAAA%3B%3BEAED%2CgBAAiB%2CeAAe%3BIAC%5C%2FB%2CeAAA%3B%3BEAED%2CgBAAiB%2CeAAe%2CMAAM%3BIACrC%2CWAAA%3BIACA%2CmBAAA%3B%3BEAED%2CgBAAiB%2CeAAe%2CMAAM%3BIACrC%2CWAAA%3B%3BEAED%2CgBAAiB%2CeAAe%2CMAAM%2CMAAM%3BIAC3C%2CeAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%3BIACvC%2CeAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CiBAAiB%3BIACxD%2COAAO%2CeAAP%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CgBAAiB%2CuBAAwB%3BIACzC%2CkBAAA%3B%3BEAED%2CgBAAiB%2CmBAAmB%2COAAO%3BIAC1C%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%2COAAO%3BIACvC%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%2COAAO%3BIACvC%2CmBAAA%3B%3BEAED%2CgBAAiB%2CgBAAgB%3BIAChC%2CkBAAA%3BIACA%2CSAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%3BIACvC%2CgBAAA%3B%3BEAED%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3B%3B%3BAAWF%2CmBAPqC%3BEACpC%2CgBAAiB%3BIAChB%2CoBAAA%3B%3B%3BAAsBF%2CmBAjBqC%3BEACpC%2CgBAAiB%3BIAChB%2CmBAAA%3B%3BEAED%2CgBAAiB%2CcAAc%3BIAC9B%2CeAAA%3B%3BEAED%2CgBAAiB%2CuBAAuB%2CiBAAiB%2CGAAG%3BIAC3D%2CeAAA%3B%3BEAED%2CgBAAiB%2CEAAC%3BIACjB%2CiBAAA%3B%3BEAEA%2CgBAAiB%2CuBAAwB%3BIACzC%2CmBAAA%3B%3B%3BAAYF%2CmBATqC%3BEACpC%2CgBAAiB%3BIAChB%2CmBAAA%3B%3B%3B%3BAAOF%2C8BACC%2CSACC%2CMACC%3BEACC%2CgBAAA%3BEACA%2CYAAA%3B%3BAAID%2CmBAHsC%3BEAGtC%2C8BARF%2CSACC%2CMACC%3BIAIG%2CWAAA%3B%3B%3BAAMN%2CoBACC%2CoBACC%3BEACC%2CaAAA%3B%3BAAIH%2CYACE%3BEACC%2CiBAAA%3B%3BAACA%2CYAFD%2CMAEE%3BEACA%2CqBAAA%3B%3BAAIJ%2CoBACC%2CaACE%3BEACA%2CkBAAA%3B%3BAAHH%2CoBACC%2CaAIC%3BEACC%2C0BAAA%3B%3BAAGF%2CoBAAC%2CUACM%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAHX%2CoBAAC%2CUACM%2CiBAGI%3BEACI%2CmBAAA%3BEACA%2C0BAAA%3B%3BAANf%2CoBAAC%2CUASM%3BEACQ%2CaAAA%3B%3BAAVf%2CoBAAC%2CUASM%2CWAEQ%3BEACQ%2CaAAA%3BEACA%2C4BAAA%3B%3BAAIA%2CQAHuB%3BEAGvB%2CoBAjBtB%2CUASM%2CWAEQ%3BIAIY%2CWAAA%3B%3B%3BAAf3B%2CoBAAC%2CUASM%2CWAEQ%2CQAMQ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnB3B%2CoBAAC%2CUASM%2CWAEQ%2CQAMQ%2CIAGI%3BEACI%2CgBAAA%3BEACC%2CqBAAA%3BEACD%2CkBAAA%3B%3BAAIJ%2CQAH2B%3BEAG3B%2CoBA3B1B%2CUASM%2CWAEQ%2CQAMQ%2CIAGI%3BIAKS%2CgBAAA%3B%3B%3B%3BAAYrC%2CaAAc%3BEACb%2CgBAAA%3BEACG%2CiCAAA%3BEACA%2C4CAAA%3B%3BAAEJ%2CcAAe%2CMAAM%3BEACpB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAED%2CcAAe%2CMAAM%2CGAAE%2CIAAI%3BAAAgB%2CcAAe%2CMAAM%2CGAAE%2CIAAI%3BEACrE%2CkBAAA%3B%3BAAED%2CcAAe%2CMAAM%3BEACpB%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAED%2CcAAe%2CMAAM%2CGAAE%3BAAAc%2CcAAe%2CMAAM%2CGAAE%3BEAC3D%2CeAAA%3B%3BAAED%2CcAAe%2CMAAM%2CGAAG%3BEACrB%2CcAAA%3BEACA%2CeAAA%3B%3BAAEH%2CcAAc%2COAAQ%2CGAAG%2CGAAE%2CUAAU%2CGAAI%3BAACzC%2CcAAc%2COAAQ%2CGAAG%2CGAAE%2CUAAU%2CGAAI%3BAACzC%2CcAAc%2COAAQ%2CGAAG%2CGAAE%2CUAAU%2CGAAI%3BAACzC%2CcAAc%2COAAQ%2CGAAG%2CGAAE%2CUAAU%2CGAAI%3BEACxC%2CWAAA%3B%3BAAED%2CcAAc%2COAAQ%2CGAAG%2CGAAE%2CUAAU%3BEACpC%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGD%3BEACC%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAAJD%2CeAKC%3BEACC%2CgBAAA%3B%3B%3BAAKF%2CaAAc%3BEACZ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CaAAc%2COAAO%3BEACpB%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAED%2CaAAc%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%3BEACtC%2CeAAA%3B%3BAAED%2CaAAc%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BEAC7C%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAe%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%3BAACtD%2CaAAe%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%2CUAAO%3BAAC7D%2CaAAe%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%2CUAAO%3BEAC5D%2CeAAA%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACH%2CkBAAA%3B%3BAAED%2CaAAe%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%2CUAAO%3BEAC5D%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACG%2CSAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAc%3BEACb%2CqBAAA%3B%3BAAED%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CwCAAhB%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CwCAAhB%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CwCAAhB%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CwCAAhB%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CyCAAhB%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CyCAAhB%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CyCAAhB%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2CyCAAhB%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CgBAAgB%2C0CAAhB%3B%3BAAEJ%2CaAAc%3BEACb%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAED%2CaAAc%3BEACb%2CUAAA%3B%3BAAED%2CaAAc%2CYAAY%3BEACvB%2CyBAAA%3BEACA%2CaAAA%3B%3BAAEH%2CaAAc%2CYAAY%2CqBAAqB%3BEAC7C%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CaAAc%2CYAAY%2CqBAAqB%3BEAC9C%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAED%2CaAAc%2CYAAY%3BEACzB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAW%3B%3BEAEpC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAY%3BEAClC%2CmBAAA%3BEACH%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAY%2CMAAK%3BEAC1C%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAW%2CMAAK%3BEACxC%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CkBAAA%3B%3BAAEF%2CaAAc%2CYAAY%2CWAAW%2CQAAQ%3BEAC5C%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAW%2CQAAQ%2CMAAK%3BEACjD%2CqBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAW%2CQAAQ%2CMAAM%3BEAClD%2CWAAA%3BEACA%2CeAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAW%2CMAAM%3BEAC1C%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAW%2CGAAE%3BEACtC%2CeAAA%3B%3BAAED%2CaAAc%2CYAAY%2CWAAW%2CGAAE%2CWAAY%2CMAAK%3BEACvD%2CaAAA%3B%3BAAED%2CaAAc%2CYAAY%3BEACzB%2CeAAA%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CaAAc%2CYAAY%3BEACzB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CcAAc%3BEACvC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAED%2CaAAc%2CYAAY%2CcAAc%2CGAAE%3BEACzC%2CgBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CcAAc%2CGAAG%3BEAC1C%2CkBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CqBAAoB%3BEAC7C%2CmBAAA%3BEACA%2CSAAA%3B%3BAAED%2CaAAc%2CYAAY%2CqBAAoB%2CGAAI%3BEACjD%2CWAAA%3B%3BAAED%2CaAAc%2CYAAY%3BEACzB%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAED%2CaAAc%2CYAAY%2CaAAa%3BEACtC%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACG%2CmBAAA%3B%3BAAEJ%2CaAAc%2CYAAa%2CaAAa%2CGAAG%3BEAC1C%2CeAAA%3B%3BAAED%2CaAAc%2CYAAa%2CaAAa%2CGAAG%3BEAC1C%2CeAAA%3BEACA%2CWAAA%3B%3BAAED%2CaAAc%2CYAAa%2CaAAa%2CGAAE%3BEACzC%2CeAAA%3B%3BAAED%2CaAAc%2CYAAY%3BEACzB%2CYAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CcAAc%3BEACvC%2CeAAA%3BEACG%2CiBAAA%3B%3BAAEJ%2CaAAc%2CYAAY%2CcAAc%2CEAAE%2CKAAI%3BAAC9C%2CaAAc%2CYAAY%2CcAAc%2CEAAE%2CKAAI%3BEAC7C%2CqBAAA%3BEACA%2CcAAA%3B%3BAAED%2CaAAc%2CYAAY%2CqBAAoB%2CGAAI%3BEACjD%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CqBAAoB%2CGAAI%2CcAAc%3BEAC%5C%2FD%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CqBAAoB%2CGAAI%2CcAAc%2CGAAG%3BEAClE%2CkBAAA%3B%3BAAED%2CaAAc%2CYAAY%2CqBAAoB%2CGAAI%2CcAAc%2CGAAG%3BAACnE%2CaAAc%2CYAAY%2CcAAc%2CGAAG%3BEAC1C%2CUAAA%3B%3BAAED%2CaAAc%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%3BEACtC%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3B%3BAASD%2CmBALqC%3BEACpC%2CcAAe%2CGAAG%2CGAAE%2CUAAU%3BIAC7B%2CgBAAA%3B%3B%3BAASF%2CmBANsC%3BEACrC%2CcAAe%2CGAAG%2CGAAE%2CUAAU%3BIAC7B%2CgBAAA%3B%3B%3BAAiCF%2CmBA7BsC%3BEACrC%3BIACC%2CeAAA%3B%3BEAED%3BIACC%2CeAAA%3B%3BEAED%2CaAAc%2CYAAY%2CqBAAqB%3BIAC9C%2CeAAA%3BIACA%2CiBAAA%3B%3BEAED%2CaAAc%2CYAAY%2CqBAAqB%3BIAC9C%2CeAAA%3B%3BEAED%2CaAAc%2CYAAY%2CcAAc%3BIACvC%2CeAAA%3B%3BEAED%2CaAAc%2CYAAY%2CcAAc%2CEAAE%3BIACzC%2CeAAA%3B%3BEAED%2CaAAc%2CYAAY%3BIACzB%2CeAAA%3B%3BEAED%2CaAAc%2CYAAY%2CWAAW%2CMAAK%3BIACrC%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAsDN%2CmBAlDqC%3BEACpC%3BIACC%2CeAAA%3B%3BEAED%3BIACC%2CeAAA%3B%3BEAED%2CcAAe%2CMAAM%3BIACpB%2CeAAA%3B%3BEAED%2CcAAe%2CMAAM%3BIACpB%2CeAAA%3B%3BEAED%2CcAAe%2CGAAG%2CGAAE%2CUAAU%3BIAC7B%2CgBAAA%3B%3BEAED%2CaAAc%2CYAAY%2CqBAAqB%3BIAC9C%2CeAAA%3B%3BEAED%2CaAAc%3BIACb%2CWAAA%3B%3BEAED%2CaAAc%2CYAAY%3BIACvB%2CgBAAA%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEN%2CaAAc%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%3BEAAS%2CaAAc%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%2CUAAO%3BEAAQ%2CaAAc%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAM%2COAAQ%2CUAAO%3BIAC7L%2CeAAA%3B%3BEAED%2CaAAc%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BIAC7C%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3B%3BEAED%2CaAAc%2CYAAY%3BIACzB%2CaAAA%3BIACA%2CmBAAA%3B%3BEAED%2CaAAc%2CYAAY%2CqBAAoB%2CGAAI%3BIACjD%2CeAAA%3BIACA%2CgBAAA%3B%3BEAED%2CaAAc%2CYAAY%2CcAAc%2CGAAG%3BIAC1C%2CkBAAA%3B%3BEAED%2CaAAc%2CYAAY%2CqBAAoB%2CGAAI%2CcAAc%2CGAAG%3BIAClE%2CkBAAA%3B%3B%3BAASF%2CmBANqC%3BEACpC%2CcAAe%2CGAAG%2CGAAE%2CUAAU%3BIAC7B%2CgBAAA%3B%3B%3BAAIF%2CqBACC%2CcACK%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CqBATT%2CcACK%3BIAMQ%2CWAAA%3B%3B%3BAARd%2CqBACC%2CcACK%2CgBAQI%3BEACG%2CgBAAA%3B%3BAAMb%2CaACC%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJF%2CaACC%2CeAII%3BEACF%2CiBAAA%3B%3BAANH%2CaACC%2CeAII%2CGASI%3BEACI%2CWAAA%3BEACT%2CaAAA%3B%3BAAhBJ%2CaACC%2CeAII%2CGAaI%3BEACI%2CcAAA%3BEACT%2CeAAA%3B%3BAAKJ%2CeACC%3BEACC%2CaAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CeALD%3BIAGE%2CaAAA%3B%3B%3BAAJH%2CeACC%2CYAKC%3BEACC%2CwBAAA%3B%3BAAPH%2CeACC%2CYAKC%2CGAGC%3BEACC%2CmBAAA%3B%3BAAKJ%2CeAAgB%2CYAAY%2CGAAI%2COAAM%3BEACrC%2CaAAA%3B%3BAAGD%2CeACC%2CcACC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAALH%2CeASK%3BEACC%2C6BAAA%3B%3BAAVN%2CeASK%2CeAEC%2CcACC%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAAdT%2CeASK%2CeAEC%2CcAKC%3BEACC%2CeAAA%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAnBX%2CeASK%2CeAEC%2CcAWC%3BEACC%2CeAAA%3BEACG%2CWAAA%3B%3BAAxBX%2CeASK%2CeAmBC%3BEACC%2C6BAAA%3BEACA%2CWAAA%3B%3BAA9BP%2CeASK%2CeAmBC%2CkBAGC%3BEACC%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAnCR%2CeAuCI%3BEACC%2CaAAA%3B%3BAAxCL%2CeAuCI%2CWAEC%3BEACG%2CeAAA%3BEACA%2CWAAA%3B%3BAA3CR%2CeAuCI%2CWAMC%3BEACC%2CWAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FCN%2CeAkDI%2CUACC%3BEACC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAtDN%2CeAkDI%2CUAMC%3BEACC%2CcAAA%3B%3BAAzDN%2CeAkDI%2CUAMC%2CGAEE%3BEACA%2CWAAA%3B%3BAAKP%2CeAAgB%2CUAAU%2CMAAM%2CGAAE%2CUAAU%2CKAAM%2CGAAG%2COAAM%3BEAC1D%2CSAAQ%2COAAR%3B%3BAAED%2CWACC%2CaACC%2CiBACC%2COACC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAPP%2CWACC%2CaACC%2CiBAQC%3BEACC%2CsBAAA%3B%3BAAXJ%2CWACC%2CaACC%2CiBAQC%2CqBAEC%3BEACC%2CeAAA%3BEACA%2CeAAA%3B%3BAAdL%2CWACC%2CaACC%2CiBAQC%2CqBAMC%3BEACC%2CeAAA%3BEACA%2CqBAAA%3B%3BAAlBL%2CWACC%2CaACC%2CiBAmBE%2CMACC%3BEACC%2CmBAAA%3B%3BAAvBN%2CWACC%2CaACC%2CiBAwBE%2CUACC%3BEACC%2CkBAAA%3B%3BAA5BN%2CWAiCC%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAnCF%2CWAiCC%2CUAGC%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA1CF%2CWA8CC%2COACC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAlDH%2CWAqDC%2CaACC%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA1DH%2CWA6DC%3BEACC%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FDF%2CWAiEC%3BEACC%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApEF%2CWAiEC%2CUAIC%3BEACC%2CkBAAA%3BEACA%2CeAAA%3B%3BAAKH%2CeAAe%2CWACd%2CYACC%3BEACC%2CgBAAA%3B%3BAAOH%2CIAAI%2CQAAS%2CSAAS%2CQAAO%2CKAAM%2CoBAAoB%3BEACpD%2CgBAAA%3BEACF%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAID%2CIAAI%2CQAAS%2CcAAc%2CQAAO%2CKAAM%3BEACvC%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGD%2CuBAAwB%2COAAM%3BEAC1B%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAS%2CmBAAkB%2CSAAU%2CkBAAkB%3BEACnD%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBAAkB%2CSAAU%2CaAAa%3BEACrC%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CIAAI%2CQAAS%2CmBAAkB%2CSAAU%2CkBAAkB%2CkBAAkB%2CKAAI%3BEAC7E%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CsBAAuB%2CmBAAkB%2CSAAU%2CmBAAmB%2CcAAc%3BEAChF%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAkB%2CSAAU%2CmBAAmB%3BEAC3C%2CmBAAA%3B%3BAAGJ%2CQAAQ%2CqBACP%2CeAAc%2CSACb%2CcACC%2CoBACC%2CYACC%2CUACC%2CiBACC%2COAAM%2COAAO%2CQAAQ%3BEACpB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CaAAb%3B%3BAASR%2CcAAc%2CSACb%2CcACC%2CoBACC%2CYACC%2CsBACC%2CiBACC%2COAAM%2COAAO%2CQAAQ%3BEAIpB%2CeAAA%3B%3BAAVP%2CcAAc%2CSACb%2CcACC%2CoBACC%2CYACC%2CsBACC%2CiBACC%2COAAM%2COAAO%2CQAAQ%2COACpB%3BEACC%2CgBAAA%3B%3BAAmBR%2CQAP0B%3BEACzB%2CIAAI%2CQAAS%2CSAAS%2CQAAO%2CKAAM%3BIAC%5C%2FB%2CcAAA%3BIACA%2CsBAAA%3B%3B%3BAASL%2CQAL0B%3BEACzB%2CMAAO%2CSAAS%2CWAAW%3BIACvB%2CqBAAA%3B%3B%3BAAaL%2CQAV2B%3BEAC1B%2CMAAO%2CcAAgB%3BIACnB%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3B%3BAAML%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAEJ%2C2BAA2B%3BEACvB%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C2BAA2B%3BEACvB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CuBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CMAAM%2CsBAAsB%3BEACxB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CKAAK%2CoBAAoB%3BEACrB%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACD%2CaAAa%2CeAAb%3BEACC%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CQAAQ%2CmBAAR%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2C2BAA2B%3BEACvB%2CuBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2CKAAI%2CsBAAsB%3BEACpC%2CaAAA%3B%3BAAEJ%2CcAAc%3BEAAS%2CcAAA%3B%3BAACvB%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CKAAK%3BEACD%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CMAAM%2C6BAA6B%3BEAC%5C%2FB%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CMAAM%2C6BAA6B%3BEAC%5C%2FB%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CeAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CUAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CyBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CaAAA%3B%3BAAEJ%3BEAAwB%2CYAAA%3B%3BAACxB%2CyBAA0B%3BEAAc%2CUAAA%3B%3BAACxC%2CyBAA0B%3BEACtB%2CaAAA%3B%3BAAEJ%2CyBAA0B%3BEAAc%2CaAAA%3B%3BAACxC%2CyBAA0B%2CEAAC%3BEACvB%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CyBAA0B%2CGAAE%3BEACxB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CyBAA0B%2CEAAC%2CsBAAsB%2CKAAK%2CaAAa%3BEAG%5C%2FD%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEAEA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%2CEAAC%2CsBAAsB%2CKAAK%2CaAAa%2CaAAa%3BEAC%5C%2FE%2CsBAAA%3B%3BAAiBD%2CQAd0B%3BEACzB%3BIAAkB%2CcAAA%3B%3BEAClB%2C2BAA2B%3BIAAoC%2CaAAA%3B%3BEAC%5C%2FD%2C2BAA2B%3BIAC1B%2CgBAAA%3BIACG%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAED%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAIJ%2CIAAI%2CaAAc%2CQAAO%2CKAAM%3BEAC3B%2CWAAA%3B%3BAAGJ%2CQAAQ%2CMAAO%3BEACX%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAQ%2CQAAS%3BEACb%2CWAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAASJ%2CaAAa%3BEAAY%2CmBAAA%3B%3BAACzB%2CmBAAoB%2CSAAQ%3BEACvB%2C4BAAA%3BEACD%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAoBJ%2CQAjByB%3BEACxB%2CmBAAoB%2CmBAAqB%2CKAAK%2CIAAE%3BIAC%5C%2FC%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGD%2CmBAAoB%2CSAAQ%3BIACvB%2CmBAAA%3B%3BEAEL%2CKAAK%3BIAAW%2CUAAA%3BIAAe%2CgBAAA%3BIAC5B%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAASJ%2CQALyB%3BEACxB%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%2CMAAK%3BIAAa%2CiBAAA%3B%3B%3BAAmC1E%2CQA%5C%2FByB%2CuBAAsB%3BEAC9C%3BIAAe%2CSAAA%3B%3BEACf%2CMAAO%2C8BAA6B%3BIAAQ%2CcAAA%3B%3BEAC5C%2CMAAM%3BIAAe%2C6BAAA%3B%3BEACrB%2CMAAO%2C8BAA8B%2CIAAG%3BIAAgB%2C0BAAA%3BIAA2B%2CkBAAA%3B%3BEACnF%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%2CMAAK%3BIAAc%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CmBAAA%3BIAAoB%2CgBAAA%3BIAAiB%2CkBAAA%3B%3BEACvI%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIAAS%2CgBAAA%3BIAAiB%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEACjG%2CmBAAoB%3BIAAwB%2CmBAAA%3B%3BEAC5C%3BIAAe%2CcAAA%3BIAAe%2CgBAAA%3B%3BEAC9B%2CoBAAqB%2CQAAO%2CKAAM%2CgBAAgB%3BIAAa%2CWAAA%3B%3BEAC%5C%2FD%2CoBAAqB%2CQAAO%2CKAAM%3BIAAgB%2CWAAA%3B%3BEAClD%2CoBAAqB%2CMAAK%2CcAAe%2CsBAAsB%3BIAA6B%2CWAAA%3B%3BEAC5F%2CoBAAqB%3BIAAiB%2CcAAA%3B%3BEACtC%2CaAAc%2CEAAC%2CUAAU%3BIAAS%2CUAAA%3BIAAW%2CUAAA%3BIAAW%2CYAAA%3B%3BEAExD%2CaAAc%2CKAAI%3BIAAgB%2CWAAA%3B%3BEAClC%2CMAAO%2CSAAS%2CWAAW%3BIAAqB%2CaAAA%3B%3BEAChD%2CMAAO%2CSAAS%2CWAAW%3BIAAgB%2CaAAA%3B%3BEAC3C%2CyBAA0B%2CQAAQ%3BIAAgB%2CUAAA%3B%3BEAClD%2CMAAO%2CSAAS%3BIAAa%2CmBAAA%3B%3BEAC7B%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIAAQ%2CUAAA%3B%3BEAC5G%2CqBAAsB%2CeAAe%3BIAAe%2CuBAAA%3B%3BEACpD%2CYAAa%3BIAAM%2CSAAA%3B%3BEACnB%2CsBAAuB%3BIAAoB%2CmBAAA%3B%3BEAC3C%2CyBAA4B%2CMAAM%3BIAAO%2CsBAAA%3B%3BEACzC%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2CkBAAkB%3BIAA4B%2CiBAAA%3B%3BEAC3I%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CkBAAkB%2CYAAY%2C0BAA0B%3BIAAmB%2CiBAAA%3B%3BEAC1I%2CeAAgB%3BIAA0B%2CWAAA%3B%3BEAC1C%2CyBAA0B%2CQAAQ%3BIAAsB%2CUAAA%3B%3B%3BAAO5D%2CQAJ0B%2CuBAAsB%3BEAC%5C%2FC%3BIAAiB%2CUAAA%3B%3B%3BAAOlB%2CQAJ0B%2CuBAAsB%3BEAC%5C%2FC%3BIAAiB%2CUAAA%3B%3B%3BAAWlB%2CwBARyC%3BEACxC%2CgBAAgB%2COAAQ%2CEAAC%2CUAAU%3BIAC%5C%2FB%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAAiBL%2CQAZ0B%2CuBAAsB%3BEAC%5C%2FC%2CqBAAsB%2CmBAAmB%3BIACrC%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgBAAiB%2COAAM%3BIAAgB%2CMAAA%3B%3BEACvC%2CgBAAiB%3BIAAoB%2CSAAA%3B%3B%3BAAetC%2CQAXyB%2CuBAAsB%3BEAC9C%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIACnD%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BEAEJ%2CIAAI%3BIAAwB%2CkBAAA%3B%3BEAC5B%2CaAAc%2COAAM%3BIAAW%2CcAAA%3B%3B%3BAAOhC%2CQAJ0B%2CwBAAuB%3BEAChD%2CmBAAmB%3BIAAgB%2CUAAA%3B%3B%3BAAWpC%2CQAR2B%3BEACvB%2CMAAO%3B%3B%3BEAGP%2CmBAAoB%2CmBAAmB%2CGAAG%2CIAAG%2CcAAe%2CMAAK%3BIAC7D%2CwBAAA%3B%3B%3BAAGR%2CmBAAoB%2CmBAAmB%2CKAAG%2CIAAE%3BEAC5C%2CgBAAA%3B%3BAAGA%3BEACC%2CeAAA%3B%3BAAED%2CoBAAqB%2CqBAAqB%2CYAAY%2CwBAAwB%2CoBAAoB%2CGAAG%2CGAAG%3BEACvG%2CyBAAA%3B%3BAAGD%2CoBAAqB%2CaAAa%2CcAAa%3BAAC%5C%2FC%2CoBAAqB%2CaAAa%2CcAAa%3BEAE3C%2CaAAa%2CcAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CgDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGH%2COAAO%2CcAAc%3BEACjB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CkDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAIJ%2COAAO%3BEACN%2CgBAAA%3BEACC%2CeAAA%3BEACA%2CaAAA%3BEACE%2CiBAAA%3BEACA%2CoBAAA%3BEACF%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEAEA%2CgBAAA%3BEACD%2C0BAAA%3BEACC%2CYAAA%3BEACA%2CYAAA%3B%3BAAEF%3BEACC%2C2BAAA%3BEAA4B%2CyBAAA%3B%3BAAG7B%3BEACC%2CWAAA%3B%3BAAED%3BEACC%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEAA0B%2CmBAAA%3BEAAoB%2CYAAA%3BEAC9C%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAGD%2CoBAAuB%3BEACtB%2C0BAAA%3B%3BAAED%2CaAAc%3BEACb%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEAEA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGD%3BEACA%2CoBAAA%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAGD%2CoBAAqB%3BEACpB%2CwBAAA%3BEAAyB%2CmBAAA%3BEAAmB%2CoBAAA%3BEAC5C%2CkBAAA%3BEACM%2CUAAA%3B%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGP%2CoBAAqB%2CiBAAgB%3BEAEpC%2CcAAA%3BEACA%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAAa%2CwBAAA%3BEAAyB%2C4BAAA%3BEACtC%2CgBAAA%3B%3BAAEJ%2CoBAAqB%3BEACpB%2CcAAA%3BEAAe%2CWAAA%3BEAAY%2CwBAAA%3BEAAyB%2C0BAAA%3B%3BAAGpD%2CaAAa%3BEAEb%2CcAAA%3BEACA%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CSAAA%3BEACA%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAAa%2CwBAAA%3B%3BAAGlB%2CoBAAqB%3BEACnB%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAEF%3BEACK%2CkBAAA%3BEAAmB%2CcAAA%3B%3BAAGpB%2CYAAY%3BEACf%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAAED%3BEACC%2CaAAA%3BEACA%2CgBAAA%3B%3BAAED%2CqBAAqB%3BEACpB%2CYAAA%3BEAAuB%2CgBAAA%3B%3BAAExB%2CaAAa%3BEACZ%2CUAAA%3BEAAU%2CWAAA%3BEAAW%2CeAAA%3BEAClB%2CqBAAA%3B%3BAAEJ%3BEACC%2C0BAAA%3BEACC%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEAAqB%2CeAAA%3BEACrB%2CgBAAA%3BEAAiB%2CsBAAA%3BEAAuB%2CsBAAA%3B%3BAAGzC%2CeAAgB%3BEACb%2CeAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CoBAAqB%3BEACpB%2CkBAAA%3BEAAmB%2C6BAAA%3BEAA8B%2CkBAAA%3B%3BAAElD%2CSAAS%2CeAAgB%2CgBAAgB%2CQAAO%2CUAAU%3BEACzD%2CiBAAA%3BEAAkB%2CkBAAA%3B%3BAAEnB%2CqBAAsB%2CgBAAgB%2CsBAAqB%3BEAC1D%2CiBAAA%3B%3BAA%2BFD%2CQA7FyB%3BEACzB%2CaAAc%2CMAAK%3BIAClB%2CgBAAA%3BIACC%2CYAAA%3B%3BEAED%2CmBAAoB%2CmBAAqB%2CKAAE%3BIACtC%2C4BAAA%3B%3BEAEL%3BIACI%2CWAAA%3BIACD%2CYAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEH%2CqBAAsB%2CgBAAgB%2CsBAAqB%3BIAC3D%2CcAAA%3B%3BEAEA%2CSAAS%2CeAAgB%2CgBAAgB%2CQAAO%2CUAAU%3BIAC1D%2CgBAAA%3BIAAiB%2CoBAAA%3B%3BEAEjB%2CmBAAoB%2CKAAI%2CUAAU%3BIACjC%2C0BAAA%3B%3BEAED%2CMAAO%3BIACN%2C6BAAA%3BIAEE%2C%2BBAAA%3B%3BEAEH%2CmBAAoB%2CKAAI%2CUAAU%3BIACjC%2CgBAAA%3B%3BEAED%2CSAAS%3BIACR%2CoBAAA%3BIACA%2CaAAA%3BIACE%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEH%3BIACC%2CmBAAA%3B%3BEAGF%2CqBAAqB%3BIACpB%2CYAAA%3BIAAuB%2C0BAAA%3B%3BEAGxB%2CaAAc%3BIACZ%2C6BAAA%3B%3BEAED%2CoBAAqB%3BIACpB%2CoBAAA%3B%3BEAED%2CeAAgB%3BIACf%2CUAAA%3B%3BEAED%2CeAAgB%3BIACf%2CeAAA%3BIAAgB%2CaAAA%3B%3BEAEjB%2CeAAgB%3BIACf%2CuBAAA%3B%3BEAED%3BIACC%2C6BAAA%3B%3BEAIF%3BIACC%2CaAAA%3B%3BEAED%2CYAAY%3BIACX%2CSAAA%3BIAAS%2CSAAA%3B%3BEAEV%2CiBAAkB%2CaAAY%3BIAC7B%2CUAAA%3BIAAU%2CSAAA%3B%3BEAGX%2CoBAAqB%3BIACpB%2CgBAAA%3B%3BEAED%2CMAAM%2CaAAa%2CqBAAqB%3B%3B%3BEAGxC%2CoBAAqB%2CiBAAgB%3BIACpC%2CwBAAA%3B%3BEAGD%2CoBAAqB%3BIACpB%2C0BAAA%3B%3B%3B%3BAAID%2CkBAAmB%2CUAAU%2CmBAAmB%2CYAAY%3BEAE3D%2CWAAA%3BEAAY%2CmBAAA%3BEACX%2CkBAAA%3BEAAmB%2CeAAA%3B%3BAAErB%2CkBAAmB%2CUAAU%2CmBAAmB%3BEAC%5C%2FC%2CWAAA%3BEACC%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACD%2CsBAAA%3B%3BAAED%2CkBAAmB%2CYAAW%2CUAAW%3BEACzC%2CgBAAA%3BEACE%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEAEA%2C0BAAA%3B%3BAAEF%2CkBAAmB%2CUAAU%2CmBAAmB%2CYAAY%3BEAC3D%2CYAAA%3B%3BAAED%2CkBAAmB%2CUAAU%2CmBAAmB%2CYAAW%2CcAAe%3BEACzE%2CoBAAA%3B%3BAAED%2CqBAAsB%2CgBAAgB%2C6BAA6B%3BEACjE%2CkBAAA%3BEACA%2CWAAW%2C0BAAX%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CqBAAsB%2CgBAAgB%2C6BAA6B%2CaAAc%3BEAChF%2CgBAAA%3BEAAiB%2CgBAAA%3BEAAiB%2CeAAA%3B%3BAAEnC%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CqBAAqB%3BEACnB%2CSAAS%2COAAT%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CiBAAgB%2C8CAA7B%3BEACA%2CgBAAA%3B%3BAAGF%2CqBAAqB%3BAAAS%2CqBAAqB%2CMAAM%3BEACvD%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA2B%2CoBAAA%3B%3BAAGjD%3BEACA%2CiCAAA%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3BEAEA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAEF%2COAAQ%2CcAAc%3BEACrB%2CaAAA%3BEACC%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEAEA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAAEnB%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CYAAW%3BEACtE%2C0BAAA%3BEACC%2CgBAAA%3B%3BAAEF%3BEACC%2C4BAAA%3B%3BAAED%2CqBAAqB%3BEAEhB%2COAAA%3BEACA%2CQAAA%3BEACC%2C4CAAA%3BEACA%2CSAAS%2CEAAT%3BEACI%2CYAAA%3BEACF%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CsBAAX%3BEACA%2C4BAAA%3B%3BAAER%2CkBAAmB%2CUAAU%2CmBAAmB%2CYAAY%3BEAC3D%2CWAAA%3B%3BAAED%2CqBAAsB%2CmBAAmB%2CUAAU%2CqBAAqB%3BEACvE%2CYAAA%3B%3BAAED%2CkBAAmB%2CUAAU%2CqBAAqB%2CuBAAuB%2CuBAAuB%2CYAAY%3BEAC3G%2CiBAAA%3BEACA%2CgBAAA%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEF%2CgCAAiC%3BEACjC%2CqBAAA%3BEAAsB%2CUAAA%3B%3BAAEtB%2COAAQ%2CiCAAiC%3BEACzC%2CmBAAA%3B%3BAAEA%2CqBAAsB%2CgBAAgB%2CsBAAqB%3BEAC1D%2CiBAAA%3B%3BAA2GD%2CQAzG0B%3BEACzB%2CkBAAmB%2CUAAU%2CqBAAqB%2CuBAAuB%2CuBAAuB%2CYAAY%3BIAC3G%2CoBAAA%3BIAAqB%2CgBAAA%3B%3BEAEtB%3BIACC%2CoBAAA%3BIACE%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAEH%3BIACC%2CqBAAA%3BIACC%2CUAAA%3BIAAsB%2CgBAAA%3B%3BEAExB%3BIACC%2CUAAA%3B%3BEAEA%3B%3B%3BEAGD%2CqBAAsB%2CgBAAgB%3BIACrC%2CsBAAA%3B%3BEAED%3BIACC%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAED%3BIACC%2CuBAAA%3B%3BEAED%2CgCAAiC%3BIAClC%2CmBAAA%3BIAAmB%2CWAAA%3B%3BEAElB%2CqBAAsB%2CgBAAgB%3BIACrC%2CuBAAA%3B%3BEAED%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CYAAW%3BIACtE%2C0BAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIAAgB%2C0BAAA%3B%3BEAEjB%3BIACC%2C0BAAA%3BIACA%2C2CAAA%3BIAAsD%2CqBAAA%3BIAAsB%2CsBAAA%3BIAC5E%2C4BAAA%3BIACE%2CgCAAA%3B%3BEAEH%2CqBAAqB%3BIACpB%2CaAAA%3B%3BEAED%2CqBAAqB%3BEAAS%2CqBAAqB%2CMAAM%3BIACxD%2CgBAAA%3B%3BEAED%2CqBAAsB%2CgBAAgB%3BIACnC%2CqBAAA%3B%3BEAEH%2CqBAAsB%2CgBAAgB%2C6BAA6B%3BIAClE%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAED%2COAAQ%2CcAAc%3BIACrB%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAED%2CqBAAsB%2CgBAAgB%3BIACrC%2CoBAAA%3BIACA%2CcAAA%3B%3BEAED%2CcAAe%3BIACd%2CuBAAA%3B%3BEAGD%2CkBAAmB%3BIAElB%2CuBAAA%3B%3BEAED%2CkBAAmB%2CYAAW%2CUAAW%3BIACxC%2CgBAAA%3B%3BEAED%2CkBAAkB%3BIACf%2CqBAAA%3BIAAiC%2CgBAAA%3B%3BEAEnC%2CqBAAsB%2CgBAAgB%3BIACpC%2CqBAAA%3BIAAsB%2C0BAAA%3BIAA2B%2CgBAAA%3B%3BEAEnD%3BIACC%2CyBAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAIH%2CUAAU%3BEACV%2CWAAA%3B%3BAAEA%2CUAAU%2CcAAe%3BEACpB%2CcAAA%3BEAED%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACK%2CkBAAA%3BEACD%2CoBAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CmBAAoB%3BEACnB%2CeAAA%3BEACG%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBAAoB%3BEACf%2CeAAA%3BEACD%2C0BAAA%3BEACA%2CqBAAA%3BEAEA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%2CKAAI%2CUAAU%2CGAAI%3BEACpC%2CaAAA%3B%3BAAED%2CmBAAoB%2CKAAI%2CUAAU%3BEACjC%2CkBAAA%3B%3BAAED%2CmBAAoB%2CKAAI%2CUAAU%2CGAAI%2CEAAC%3BEACnC%2CcAAA%3BEACD%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACH%2C4CAAA%3BEACA%2CSAAS%2CEAAT%3BEACG%2CYAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CmBAAoB%2CKAAI%2CUAAU%2CGAAI%2COAAM%3BEAC3C%2CcAAA%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2C4CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAA6CH%2CQA3C0B%3BEACzB%2CmBAAoB%2CKAAI%2CUAAU%2CGAAI%3BIACrC%2CaAAA%3B%3BEAED%2CmBAAoB%2CKAAI%2CUAAU%3BIACjC%2CkBAAA%3B%3BEAED%2CmBAAoB%2CKAAI%2CUAAU%2CGAAI%2CEAAC%3BIACtC%2CcAAA%3BIACE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACH%2C4CAAA%3BIACA%2CSAAS%2CEAAT%3BIACG%2CYAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CmBAAoB%2CKAAI%2CUAAU%2CGAAI%2COAAM%3BIAC3C%2CcAAA%3BIACE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2C4CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3BIACA%2C4BAAA%3B%3BEAEF%2CUAAU%3BIACT%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIAAmB%2CWAAA%3B%3BEAErB%2CcAAe%2CaAAa%2CWAAU%2CcAAe%3BIACrD%2CWAAA%3BIAAW%2CYAAA%3BIAAa%2CkBAAA%3BIAAmB%2CoBAAA%3BIAAqB%2CkBAAA%3B%3B%3B%3BAAIhE%2CqBAAsB%2CaAAY%3BAAClC%2CqBAAsB%2CaAAY%3BEAClB%2CWAAA%3BEACR%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CqBAAsB%2CaAAY%3BAAClC%2CqBAAsB%2CaAAY%3BEACvB%2CWAAA%3BEACP%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3B%3BAAMR%3BEACG%2CaAAA%3B%3BAAGH%2CmBAAoB%2CmBAAmB%2CKAAE%3BEAEtC%2CQAAA%3BEACA%2C4BAAA%3B%3BAAGH%2CeAAgB%3B%3BEAEb%2CcAAA%3BEAAmB%2CeAAA%3BEAAoB%2CsBAAA%3B%3BAAG1C%2CMAAM%2CaAAa%2CqBAAqB%3BEACrC%2CYAAA%3BEACA%2CUAAA%3B%3BAAGH%2CcAAe%3BAACf%2CMAAM%2CaAAa%2CqBAAsB%3BEACtC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAGH%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%3BEAC5D%2C0BAAA%3B%3BAAGH%2CmBAAoB%2CmBAAqB%2CKAAG%2CIAAG%3BEACvC%2CgBAAA%3BEACA%2CaAAA%3B%3B%3BAAIR%2CaAAc%3BEACX%2C2BAAA%3BEACA%2CWAAA%3BEAEA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACF%2CWAAA%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEH%2CmBAAoB%2CmBAAqB%2CKAAG%2CIAAG%2CcAAe%3BEAC5D%2CqBAAA%3B%3BAAEF%2CmBAAoB%2CmBAAmB%2CKAAG%2CIAAC%2COAAO%3BEAC%5C%2FC%2CYAAA%3BEACA%2C8BAAA%3B%3BAAEH%2CmBAAoB%2CmBAAqB%2CKAAG%2CIAAG%2CcAAe%2CMAAK%3BEAChE%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEH%2CmBAAoB%2CmBAAqB%2CKAAG%2CIAAG%2CcAAe%2COAAM%3BEAClE%2CcAAA%3BEACA%2CkBAAA%3BEACF%2CSAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEAAa%2CwBAAA%3BEAAyB%2CeAAA%3BEAAgB%2C4BAAA%3B%3BAAEtD%2CmBAAoB%2CmBAAqB%2CKAAG%2CIAAG%2CcAAe%3BEAC9D%2CkBAAA%3BEACC%2CcAAA%3B%3BAAED%3BEACQ%2CaAAA%3B%3BAACN%2CoBAAoB%2COAAQ%2CsBAAqB%3BEAChD%2CSAAS%2CEAAT%3BEACK%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkCAAkC%2CkDAAkD%2CoCAApF%3B%3BAAEN%2CoBAAqB%2CsBAAqB%3BEACzC%2CSAAS%2CEAAT%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkCAAkC%2CkDAAkD%2CoCAApF%3B%3BAAEA%2CoBAAqB%2CsBAAqB%3BEACzC%2CSAAS%2CEAAT%3BEACD%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkCAAkC%2CkDAAkD%2CoCAApF%3BEACC%2CWAAW%2CgBAAgB%2CoBAA3B%3B%3BAAEC%2CoBAAoB%2COAAQ%2CsBAAqB%3BEAChD%2CSAAS%2CEAAT%3BEACA%2CuBAAA%3B%3BAAED%2CsBAAsB%2C0BAA2B%2CQAAO%2CKAAM%3BEAC7D%2CaAAA%3B%3BAAED%2CcAAe%2CoBAAoB%3BEAC9B%2C8BAAA%3BEACA%2C4BAAA%3B%3BAAGL%2CcAAe%2CoBAAoB%2CmBAAmB%3BEACrD%2CiBAAA%3B%3BAAED%2CcAAe%3BEACd%2CmBAAA%3B%3BAAED%2C8BAA%2BB%3BAAAG%2C8BAA%2BB%3BEACnE%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACQ%2CiBAAA%3BEACA%2C4BAAA%3BEACJ%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAER%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CQAAO%2CWAAW%3BEACnG%2CyCAAA%3BEACD%2C4BAAA%3BEACG%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BEAEA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CQAAO%2CKAAM%2CmBAAmB%2CoBAAoB%2CQAAO%2CWAAW%2CMAAM%3BEAC1G%2C6CAAA%3BEACC%2CWAAA%3BEACD%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACC%2CqBAAA%3B%3BAAEF%2CmBAAmB%3BEAClB%2CYAAA%3B%3BAAED%2CqBAAsB%3BEAClB%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEF%2CiBAAkB%2CeAAe%3BEACnC%2CWAAA%3B%3BAAEO%3BEACF%2C4BAAA%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAEG%2CmBAAoB%2CmBAAqB%2CKAAG%2CIAAG%2CcAAe%3BEAC9D%2CiBAAA%3B%3BAAEA%3BEACA%2C8BAAA%3BEACL%2C8BAAA%3B%3BAAEK%3BEACC%2CgBAAA%3BEACJ%2CWAAA%3BEAEA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEAEA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAEG%2CUAAW%3BEACV%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3B%3BAAEE%2CkBAAmB%2CgBAAgB%3BEACrC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CaAAN%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CkBAAmB%2CgBAAkB%3BEACpC%2CsBAAA%3BEACD%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACC%2CsBAAA%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEH%2CkBAAmB%2CgBAAkB%2CcAAW%3BEAChD%2CYAAA%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEAE2B%2CqBAAA%3BEAChC%2CmBAAA%3BEACA%2CoBAAA%3BEACI%2CMAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEH%2CkBAAmB%2CgBAAkB%2CcAAW%3BEAC5C%2CuBAAA%3BEACC%2CkBAAA%3BEACJ%2CQAAA%3BEACA%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CkBAAmB%2CgBAAe%2CeAAe%2CQAAS%2CcAAW%3BEACrE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGD%2CkBAAmB%2CgBAAe%2CeAAe%2CQAAS%2CcAAW%3BEAChE%2CsBAAA%3B%3BAAED%2CkBAAmB%2CgBAAe%2CeAAe%2CQAAS%2CcAAW%3BEACpE%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGH%2CkBAAmB%2CgBAAe%2CeAAiB%2CcAAW%3BEAC3D%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEH%2CkBAAmB%2CgBAAe%2CeAAiB%2CcAAW%3BEAC3D%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%3BEACC%2CiBAAA%3BEACD%2CkBAAA%3BEACI%2CgBAAA%3BEACJ%2CUAAA%3BEACI%2CeAAA%3BEACJ%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CoBAAoB%2CwBAAyB%3BEAC5C%2CiBAAA%3B%3BAAED%2CkBAAmB%2CgBAAe%2CeAAkB%2CcAAW%3BEAC5D%2CQAAA%3BEACC%2CSAAA%3B%3BAAEJ%2CkBAAmB%2CgBAAe%2CeAAkB%2CcAAW%3BEAC9D%2CWAAA%3BEACG%2CYAAA%3B%3BAAER%2CeAAgB%2CGAAE%2C8BAA%2BB%2CKAAI%3BAAAQ%2CeAAgB%2CGAAE%2C8BAA%2BB%2CEAAC%3BEAC9G%2CeAAA%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAAkB%2CeAAe%2CsBAAsB%3BEACtD%2CeAAA%3B%3BAAGD%2CMAAM%2COAAQ%2CmBAAmB%3BEACxB%2C0BAAA%3BEACD%2CmBAAA%3B%3BAAER%2CMAAM%2COAAQ%2CiBAAiB%3BEAC9B%2CeAAA%3BEACO%2C6BAAA%3BEACA%2CWAAA%3B%3BAAER%3BEACK%2CcAAA%3BEACD%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACC%2CwBAAA%3B%3BAAED%2C8BAA8B%3BEAC1B%2CaAAa%2CcAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACd%2CYAAA%3B%3BAAED%3BEAEQ%2CUAAA%3BEACA%2CkBAAA%3BEACQ%2CaAAA%3BEAER%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAER%3BEACC%2C0BAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CoBAAoB%2CwBAAyB%3BEACxC%2CgBAAA%3BEACD%2CMAAA%3BEAEA%2CUAAA%3BEACA%2CaAAA%3BEAAc%2CiBAAA%3BEACd%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BEAEA%2CyBAAA%3B%3BAAEJ%2CqBAAsB%2CeAAc%2CSAAU%3BEAC5C%2CaAAa%2CaAAb%3B%3BAAEF%2CiBAAkB%2CeAAe%3BEAC5B%2CuBAAA%3BEACD%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEG%2CiBAAkB%2CeAAe%3BEAC5B%2C2BAAA%3B%3BAAEL%2CiBAAkB%3BEAClB%2CiBAAA%3BEACH%2C0BAAA%3BEACA%2CaAAA%3B%3BAAwUJ%2CmBArU2C%3BEACpC%3BIACF%2C0BAAA%3BIACD%2CiBAAA%3B%3BEAEG%2CiBAAkB%3BIACnB%2CcAAA%3BIACF%2C0BAAA%3BIACA%2CeAAA%3B%3BEAGG%3BIACC%2CuBAAA%3B%3BEAED%2CWAAW%3BIACb%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3B%3BIAEA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGE%2CYAAa%2COAAS%3BIACtB%2CaAAa%2CeAAb%3B%3BEAEA%2CcAAc%3BIAChB%2C4BAAA%3BIACD%2CeAAA%3BIACA%2CMAAA%3B%3BEAEG%2CqBAAqB%3BIACtB%2C4BAAA%3BIACF%2CeAAA%3BIACA%2CMAAA%3B%3BEAEG%2CcAAe%3BEAAgB%2CcAAe%3BIACzC%2C4BAAA%3BIACR%2CuBAAA%3B%3BEAEG%3BIAEH%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CyBAAA%3B%3BEAEG%3BIACa%2CUAAA%3BIACZ%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAED%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%2CqBAAoB%2CwBAAyB%3BEAAqB%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%2CqBAAoB%2CwBAAyB%3BIAC%5C%2FO%2C4BAAA%3BIAER%2CqBAAA%3B%3BEAED%2CcAAe%3BIACV%2CwBAAA%3B%3BEAEL%2CsBAAuB%3BEAAe%2C2BAA4B%3BIACjE%2CsBAAA%3B%3BEAED%3BIACC%2CwBAAA%3B%3BEAED%2CsBAAuB%3BIACtB%2C0BAAA%3BIACA%2CyBAAA%3B%3BEAGD%2CsBAAuB%2CSAAQ%3BIACtB%2CyBAAA%3B%3BEAET%2CQAAQ%2CqBAAsB%3BIACpC%2CQAAA%3BIACG%2CWAAA%3B%3BEAEJ%2CsBAAuB%2CSAAQ%2CqBAAsB%3BIAChD%2C4BAAA%3B%3BEAEE%2CQAAQ%2CqBAAsB%3BIAC7B%2CyBAAA%3B%3BEAED%2CmBAAoB%2CmBAAqB%2CKAAG%2CIAAG%2CcAAe%2COAAM%3BIACnE%2CQAAA%3B%3BEAGD%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BIACjF%2CqBAAA%3BIACE%2CWAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BIAEA%2CuBAAA%3BIACA%2CcAAA%3B%3BIAEA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEAED%2CUAAW%3BIAEN%2C6BAAA%3BIACJ%2CeAAA%3BIACA%2CaAAa%2CiBAAb%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BIAEA%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BIAEA%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3B%3BEAED%2CYAAY%2COAAO%3BIAClB%2CoBAAA%3B%3BEAED%2CcAAe%3BIAClB%2C4BAAA%3B%3BEAEG%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%2CaAAY%3BIAC3F%2CSAAA%3B%3BEAGD%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BIACjE%2CkBAAA%3BIACJ%2CWAAA%3B%3BEAEG%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2C4BAAA%3BIACF%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAEG%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BIAClE%2CaAAa%2CiBAAiB%2C8CAA9B%3BIACC%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2COAAO%2CgBAAP%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3B%3BIAEA%2CkBAAA%3B%3BIAEA%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAED%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BIACjE%2CsCAAA%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3BIAEF%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAEC%2CsBAAuB%2CSAAQ%2CaAAa%3BIAC3C%2CwBAAA%3B%3BEAED%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BIACxE%2CqBAAA%3BIACP%2CaAAA%3BIACN%2CgBAAA%3BIACM%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BIAEA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CaAAa%2CiBAAb%3BIACA%2CyBAAA%3B%3BEAED%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%3BIACjE%2CgBAAA%3BIACC%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAED%2CsBAAuB%2CSAAQ%3BIAC9B%2C4BAAA%3B%3BEAED%2CMAAM%2CQAAQ%3BIACb%2C2BAAA%3B%3BEAED%3BIACC%2CQAAA%3BIACD%2CkBAAA%3BIACC%2CYAAA%3BIACA%2CiBAAA%3BIACC%2C4BAAA%3BIACD%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAED%2CeAAe%3BIACd%2CQAAA%3BIAAS%2C4BAAA%3B%3BEAEV%2CeAAe%3BIACd%2CQAAA%3B%3BEAED%2CWAAW%3BIAChB%2CQAAA%3BIACC%2C0BAAA%3B%3BEAEI%2CoBAAqB%2CSAAS%3BIACzB%2CWAAA%3BIACR%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEG%3BIACN%2CaAAA%3BIACA%2C2BAAA%3BIACG%2CeAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CwBAAyB%3BIAEjB%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAER%3BIACK%2CYAAA%3BIACD%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEAGG%2CoBAAqB%2CSAAS%3BIACzB%2CyBAAA%3BIAA8B%2CWAAA%3B%3BEAEnC%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CyBAAA%3B%3BEAED%2CoBAAqB%2CSAAS%3BIACzB%2CeAAA%3BIACR%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAEG%2CmBAAoB%2CmBAAqB%2CKAAE%3BIAC9C%2CQAAA%3BIACA%2C4BAAA%3B%3B%3BEAIQ%2CcAAe%2CoBAAqB%3BIACzC%2CqBAAA%3BIACH%2CeAAA%3BIACA%2CyBAAA%3B%3BEAEE%2CoBAAqB%2CqBAAqB%2CYAAY%2CwBAAwB%2CoBAAoB%2CGAAG%2CGAAG%3BIACnG%2CyBAAA%3B%3BEAET%2CoBAAqB%3BIAChB%2CgBAAA%3B%3BEAEL%2CoBAAqB%2CeAAe%3BIACnC%2CuBAAA%3B%3B%3B%3B%3B%3B%3BAASH%3BEACC%2CaAAA%3B%3BAAGD%2C6BAA8B%3BAAC9B%2C6BAA8B%3BAAC9B%2CsBAAuB%3BEACnB%2CcAAA%3B%3BAAGJ%2C6BAA8B%3BAAC9B%2CsBAAuB%3BEACnB%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2C6BAA8B%2CEAAC%3BAAC%5C%2FB%2CsBAAuB%2CEAAC%3BEACpB%2CcAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CeAAgB%2CaAAa%3BEAEzB%2CcAAA%3B%3BAAUJ%2CwBAP0C%3BEACtC%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2C2BAA4B%2CSAAQ%2CqBAAsB%3BIACtD%2C6BAAA%3B%3B%3BAAIR%2CSAAS%2CgBAAgB%2CoBACrB%3BEACI%2CyBAAA%3BEACA%2C2BAAA%3B%3B%3BAC9%5C%2FQR%3BEACI%2C6BAAA%3B%3B%3BAAIJ%3BEACC%2C4BAAA%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAqB%3B%3BEAEjB%2CYAAA%3B%3BAAGJ%2CoBAAoB%2COAAQ%2CsBAAqB%3B%3BEAE7C%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEAEA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CMAAM%2COAAQ%3BEACV%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CsBAAsB%3BEAChC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CsBAAsB%3BEAChC%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CsBAAsB%2CEAAC%3BEACjC%2CWAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CsBAAsB%2CEAAC%3BEACjC%2CaAAa%2CcAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CoBAAoB%2CwBAAyB%3BAAC7C%2CoBAAoB%2CwBAAyB%3BEACzC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%3BEACzC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%2CqBAAoB%3BEAC7D%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%2CqBAAoB%2CkBAAkB%3BEAC%5C%2FE%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%2CqBAAoB%2CkBAAkB%3BAACnF%2CoBAAoB%2CwBAAyB%2CqBAAoB%2CkBAAkB%3BEAC%5C%2FE%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%3BAAC7C%2CoBAAoB%2CwBAAyB%3BEACzC%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%3BEACzC%2CaAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%2CoBAAmB%2CUAAW%3BEACvE%2CoBAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%2CoBAAmB%2CUAAW%3BEACvE%2CaAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%2CsBAAsB%3BEAC%5C%2FD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%3BEACzC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%3BEACzC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%3BAAC7C%2CoBAAoB%2CuBAAwB%3BAAC5C%2CoBAAoB%2CwBAAyB%3B%3BEAEzC%2CgBAAA%3B%3B%3BAAIJ%2CoBAAoB%2CwBAAyB%3BAAC7C%2CoBAAoB%2CuBAAwB%3BAAC5C%2CoBAAoB%2CwBAAyB%3BEACzC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAoB%2CwBAAyB%2CmBAAmB%3BEAC5D%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAqBJ%2CyBAA0B%3BEACtB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACJ%2CuBAAA%3B%3BAAGA%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAqBJ%3BEACI%2CUAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3B%3BAAIJ%3BEAAc%2CaAAA%3BEAAe%2CmBAAA%3B%3BAAC7B%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAAe%3BAACf%2CcAAe%3BAACf%2CUAAW%3BEACP%2CaAAa%2CiBAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%3BAACf%2CUAAW%3BEACP%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%3BAACf%2CcAAe%3BEACX%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEAAgB%2COAAA%3B%3BAAE%5C%2FB%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2C0CAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CUAAW%3BEAAK%2CkBAAA%3BEAAoB%2CgCAAA%3BEAAkC%2CeAAA%3B%3BAACtE%2CUAAW%2CGAAE%3BEAAS%2CyBAAA%3B%3BAACtB%2CYAAY%2COAAO%3BEAAS%2CWAAW%2CcAAX%3B%3BAAC5B%2CYAAY%3BEACR%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CQAAA%3BEAClD%2CsBAAsB%2C6BAAtB%3BEACA%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2C4BAAA%3BEAA8B%2CqBAAA%3B%3BAAG1E%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAiWJ%2CwBA9V2C%3BEACvC%2CIAAI%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C%2BBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmDAAA%3B%3BEAGJ%2CsBAAsB%3BIAClB%2CUAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%3BEAC5C%2C2BAA4B%2CSAAQ%2CaAAa%3BIAC7C%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2C0CAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAqB%3BEACjE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAqB%3BIAClE%2CkBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CwBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BEACvE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CUAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAa%2CeAAb%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%2COAAM%3BEACxE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%2COAAM%3BIACzE%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%2COAAM%2COAAQ%3BEAChF%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%2COAAM%2COAAQ%3BIACjF%2CcAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%2COAAM%2COAAQ%3BEAChF%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%2COAAM%2COAAQ%3BIACjF%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%2CsBAAqB%3BEACvF%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%2CsBAAqB%3BIAExF%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAQJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CSAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%2CwBAAwB%2CGAAE%2CMAAO%2CGAAE%3BEACrG%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%2CwBAAwB%2CGAAE%2CMAAO%2CGAAE%3BIACtG%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%2CqBAAoB%2CwBAAyB%3BEAC%5C%2FG%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%2CqBAAoB%2CwBAAyB%3BIAChH%2CmBAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BEACvE%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BEACvE%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BEACvE%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BEACvE%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CiBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CaAAa%2CqBAAsB%3BEAClE%2C2BAA4B%2CSAAQ%2CaAAa%2CqBAAsB%3BIACnE%2CuBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%3BEAC%5C%2FB%2C2BAA4B%2CSAAQ%3BIAChC%2CaAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C6BAAA%3B%3BIAEA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2C2BAA4B%2CSAAQ%2CqBAAsB%3BEAC1D%2C2BAA4B%2CSAAQ%2CqBAAsB%3BIACtD%2CUAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CgCAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2C2BAA4B%2CSAAQ%2CqBAAsB%3BIACtD%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C%2BBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CiBAAiB%2C8CAA9B%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CsBAAsB%3BEAC3E%2C2BAA4B%2CSAAQ%2CqBAAsB%2CsBAAsB%3BIAC5E%2CWAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2C2BAA4B%2CSAAQ%2CqBAAsB%3BIACtD%2CaAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%3BEACjE%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%3BIAClE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CMAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BEAChF%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3B%3B%3B%3B%3BIAKzE%2CgBAAA%3BIACR%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAED%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%2CeAAc%3BEACjG%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%2CeAAc%3BIAC%5C%2FF%2CYAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BEAChF%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BIACjF%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BEAChF%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BIACjF%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%2CaAAY%3BEAC5F%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%2CaAAY%3BIAC7F%2CQAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2C2BAA4B%2CSAAQ%2CqBAAsB%3BEAC1D%2C2BAA4B%2CSAAQ%2CqBAAsB%3BIACtD%2CUAAA%3BIACA%2CaAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2C2BAA4B%2CSAAQ%2CqBAAsB%3BIACtD%2C2BAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%3BEACrD%2C2BAA4B%2CSAAQ%2CqBAAsB%3BIACtD%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CgBAAe%3BEACpE%2C2BAA4B%2CSAAQ%2CqBAAsB%2CgBAAe%3BEACzE%2CsBAAuB%2CSAAQ%2CqBAAsB%2COAAM%3BEAC3D%2C2BAA4B%2CSAAQ%2CqBAAsB%2COAAM%3BIAC5D%2CwBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CgBAAgB%3BEACrE%2C2BAA4B%2CSAAQ%2CqBAAsB%2CgBAAgB%3BIACtE%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BEAChF%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%2CeAAe%3BIACjF%2CKAAK%2CgBAAL%3BIACA%2CUAAA%3BIACA%2COAAO%2CgBAAP%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3B%3B%3BAA8BR%2CwBAzB0C%3BEACtC%2CqBAAqB%3BEACrB%2CcAAc%3BIACV%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CyCAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CgCAAA%3B%3BEAGJ%2CqBAAqB%3BIACjB%2COAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CcAAc%3BIACV%2CSAAA%3B%3B%3BAAIR%2CoBAAqB%3BEACb%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CoBAAqB%2CoBAAoB%3BAACzC%2CoBAAqB%2CoBAAoB%3BEACrC%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAqB%2CoBAAoB%3BEACrC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CoBAAoB%3BEACrC%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%3BEACtB%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3BAAIJ%2CoBAAqB%2CMAAK%2CcAAc%3BEACpC%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BEACA%2CwCAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CoBAAqB%2CMAAK%2CcAAc%3BEACpC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CwCAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3B%3BAAIJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CoBAAqB%2CUAAU%3BEAC3B%2CkBAAA%3BEACA%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CQAAA%3BEACnB%2CWAAA%3BEAAa%2CgBAAA%3BEACb%2CgBAAA%3B%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CUAAU%3BEAC3B%2CkBAAA%3BEACA%2CQAAA%3BEAAU%2CWAAA%3BEAAa%2CgBAAA%3BEACvB%2CkBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CUAAA%3B%3BAAYJ%2CQAT0B%3BEACnB%2CUAAU%3BIACF%2C0BAAA%3BIACA%2CiBAAA%3B%3B%3BAAMf%2CoBAAqB%2CUAAU%3BEAC3B%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CWAAW%2CgBAAX%3BEAC9B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAC3B%2CgBAAA%3BEAAkB%2CqCAAA%3BEAClB%2CkBAAA%3BEAAoB%2CyCAAA%3BEACpB%2CeAAA%3BEAAiB%2CuDAAA%3BEACjB%2CUAAA%3B%3BAAGJ%2CoBAAqB%2CUAAU%2CiBAAgB%3BAAC%5C%2FC%2CoBAAqB%2CUAAU%2CiBAAgB%3BEAC3C%2C0CAAA%3BEACA%2CWAAW%2CiBAAiB%2CWAA5B%3B%3BAAGJ%2CoBAAqB%2CUAAU%3BEAAyB%2CUAAA%3B%3BAACxD%2CoBAAqB%2CUAAU%3BEAAyB%2CUAAA%3B%3B%3BAAGxD%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CoBAAqB%3BIAAY%2CYAAA%3B%3BEACjC%2CoBAAqB%2CUAAU%3BIAAmB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAC7E%2CoBAAqB%2CUAAU%3BEAC%5C%2FB%2CoBAAqB%2CUAAU%3BIAAqB%2CWAAA%3BIAAa%2CkBAAA%3B%3B%3BAAGrE%2CUAAU%3BEACN%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CUAAW%2CeAAe%3BAAC1B%2CUAAW%2CWAAa%2CmBAAiB%3BAACzC%2CUAAW%2CWAAa%2CiBAAe%3BEACnC%2CWAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAW%2CWAAW%3BAACtB%2CUAAW%3BEACP%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BEACP%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CSAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3BAASJ%2CoBAAoB%2CsBAAuB%3BAAC3C%2CoBAAoB%2CsBAAuB%2CMAAK%3BEAC5C%2CwBAAA%3B%3BAAGJ%2CoBAAoB%2CsBAAuB%3BEACvC%2CMAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUJ%2CMAAM%2COAAO%2CIAAI%2CyBAA4B%3BEACzC%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3B%3BAAIJ%2CMAAM%2COAAQ%3BEACV%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CiBAAiB%3BEAC3B%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACD%2CWAAA%3B%3BAAGH%2CMAAM%2COAAQ%2CiBAAiB%3BEAC3B%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACC%2C8BAAA%3BEACD%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACQ%2CWAAA%3B%3BAAGZ%2CMAAM%2COAAQ%2CmBAAqB%3BEAC%5C%2FB%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CmBAAmB%3BEAC7B%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CmBAAmB%3BEAC7B%2CaAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CmBAAmB%3BEAC7B%2CWAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CmBAAmB%2CgBAAe%3BEAC5C%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CmBAAmB%2CgBAAe%3BEAC5C%2CcAAA%3BEACA%2CqBAAA%3B%3B%3BAAIJ%2CQAAQ%2CqBAAsB%3BEAC1B%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CQAAQ%2CqBAAsB%3BEAC1B%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAQ%2CqBAAsB%2CmBAAmB%3BAACjD%2CQAAQ%2CqBAAsB%2CmBAAmB%3BEAC7C%2CWAAA%3B%3BAAGJ%2CQAAQ%2CqBAAsB%3BEAC1B%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CQAAQ%2CqBAAsB%2CqBAAqB%3BEAC%5C%2FC%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%3B%3B%3B%3B%3B%3B%3B%3BEAQI%2CcAAA%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGR%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAWY%2CWAAA%3BEACJ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGZ%2CgCAAgC%3BEAC5B%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C8BAA8B%3BEAC1B%2CWAAA%3B%3B%3BAA4CJ%2CQAxC2B%3BEACvB%2CsBAAuB%3BEACvB%2C2BAA4B%3BIACxB%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CsBAAuB%2CSAAQ%3BEAC%5C%2FB%2C2BAA4B%2CSAAQ%3BEACpC%2CsBAAuB%3BEACvB%2C2BAA4B%3BIACxB%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CsBAAuB%2CQAAO%3BEAC9B%2C2BAA4B%2CQAAO%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACI%2CmBAAA%3B%3BEAGR%2CsBAAuB%2COAAM%3BEAC7B%2C2BAA4B%2COAAM%3BIAC9B%2CyBAAA%3BIACA%2CsBAAA%3B%3B%3BAA4BR%2CQAxB2B%3BEACvB%2CMAAM%2COAAQ%3BIACV%2CkBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%3BIACV%2C8BAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CmBAAmB%3BIAC7B%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CmBAAmB%3BIAC7B%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAeR%2CwBAV0C%3BEACtC%2CsBAAuB%3BEACvB%2C2BAA4B%3BEAC5B%2CsBAAuB%3BEACvB%2C2BAA4B%3BIACxB%2CwBAAA%3B%3B%3B%3BAAKR%2CsBAAsB%2CiBAAiB%2CcAAe%2CeAAe%3BAACrE%2CsBAAsB%2CiBAAiB%2CcAAe%2CeAAe%3BAACrE%2C2BAA2B%2CiBAAiB%2CcAAe%2CeAAe%3BAAC1E%2C2BAA2B%2CiBAAiB%2CcAAe%2CeAAe%3BEAGvE%2CkBAAA%3BEACK%2CaAAa%2CeAAb%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEAGF%2CmBAAA%3BEACA%2CqBAAA%3B%3B%3BAAIN%2CIAAI%2CeAAgB%2CqBAAqB%2CSAAS%3BAAClD%2CqBAAsB%2CqBAAqB%2CSAAS%3BEAChD%2C2BAAA%3B%3B%3BAAIJ%2CIAAI%2CiBAAkB%3BEACnB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAAGH%2CcAAe%2CmBAAkB%2CIAAI%2CUAAW%3BEAC5C%2C4BAAA%3B%3B%3BAAoBJ%2CmBAfqC%3BEACjC%2CIAAI%2CgBAAgB%2CSAAS%2CeAAgB%3BEAC7C%2CIAAI%2CgBAAgB%2CSAAS%2CkBAAmB%3BEAChD%2CIAAI%2CiBAAiB%2CcAAc%2CsBAAsB%2CeAAgB%3BEACzE%2CIAAI%2CiBAAiB%2CcAAc%2CsBAAsB%2CkBAAmB%3BIACxE%2C4BAAA%3B%3BEAGJ%2CsBAAuB%3BEACvB%2C2BAA4B%3BIACxB%2C2BAAA%3B%3B%3BAAKR%2CiBAAiB%2CcAAc%2CoBAAoB%2CgBAAgB%2CsBAAsB%2C0BAA0B%2CeAAgB%3BAACnI%2CSAAS%2CgBAAgB%2CoBAAoB%2CeAAgB%3BEACzD%2CWAAA%3BEACA%2CaAAa%2CeAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAiB%2CcAAc%2CoBAAoB%2CgBAAgB%2CsBAAsB%2C0BAA0B%2CeAAgB%2CeAAc%3BAACjJ%2CSAAS%2CgBAAgB%2CoBAAoB%2CeAAgB%2CeAAc%3BEACvE%2CWAAA%3B%3BAAGJ%2CeAAgB%2CqBAAqB%2CSAAS%3BEAC1C%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CcAAc%3BEACV%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAuBJ%2CwBApB0C%3BEAEtC%2CsBAAuB%2CSAAQ%2CqBAAsB%2CYAAY%3BEACjE%2C2BAA4B%2CSAAQ%2CqBAAsB%2CYAAY%3BIAClE%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CcAAe%3BEACf%2CUAAW%3BIACP%2C4BAAA%3B%3BEAGJ%2CYAAY%3BIACR%2CoBAAA%3B%3B%3B%3BAAKR%2CIAAI%2CeAAgB%2CeAAe%3BEAC%5C%2FB%2CwBAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAALJ%2CoBAAoB%2CqBAOhB%2CUAAS%3BAAPb%2CoBAAoB%2CqBAQhB%2CUAAS%3BEACL%2CwBAAA%3BEACA%2CwBAAA%3B%3BAAVR%2CoBAAoB%2CqBAahB%3BEACI%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA1BR%2CoBAAoB%2CqBA6BhB%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAArCR%2CoBAAoB%2CqBAwChB%3BEACI%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CoBAxDY%2CqBAwChB%2CiBAgBK%3BEACG%2CwBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CoBA7DY%2CqBAwChB%2CiBAqBK%3BEACG%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAgB%2CkDAAhB%3BEACA%2CSAAS%2CEAAT%3B%3BAAvEZ%2CoBAAoB%2CqBA2EhB%3BEACI%2CwBAAA%3B%3BAAEA%2CoBA9EY%2CqBA2EhB%2CiBAGK%3BEACG%2CwBAAA%3BEACA%2CwBAAA%3B%3BAAhFZ%2CoBAAoB%2CqBAoFhB%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CuCAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAA9FR%2CoBAAoB%2CqBAiGhB%2CMAAK%3BAAjGT%2CoBAAoB%2CqBAkGhB%2CMAAK%3BEACD%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAhHR%2CoBAAoB%2CqBAmHhB%3BEACI%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAzHR%2CoBAAoB%2CqBA4HhB%3BEACI%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAlIR%2CoBAAoB%2CqBAqIhB%3BEACI%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%22%7D */