/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/Poppins/poppins-v16.woff2') format('woff2'), url('../fonts/Poppins/poppins-v16.woff') format('woff');
}
/* Flags */
.flag:before {
  content: '\00a0';
  position: relative;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  aspect-ratio: 4/3;
}
.flag-default:before {
  background-image: url('../images/flags/4x3/pl.svg');
}
.flag-es:before {
  background-image: url('../images/flags/1x1/es.svg');
}
.flag-de:before {
  background-image: url('../images/flags/4x3/de.svg');
}
.flag-fr:before {
  background-image: url('../images/flags/4x3/fr.svg');
}
.flag-en:before {
  background-image: url('../images/flags/4x3/gb.svg');
}
.flag-it:before {
  background-image: url('../images/flags/4x3/it.svg');
}
.flag-nl:before {
  background-image: url('../images/flags/4x3/nl.svg');
}
.flag-pt:before {
  background-image: url('../images/flags/4x3/pt.svg');
}
.flag-ru:before {
  background-image: url('../images/flags/4x3/ru.svg');
}
.flag-se:before {
  background-image: url('../images/flags/4x3/se.svg');
}
.flag-ua:before {
  background-image: url('../images/flags/4x3/ua.svg');
}
.flag-cz:before {
  background-image: url('../images/flags/4x3/cz.svg');
}
.flag-uae:before {
  background-image: url('../images/flags/4x3/ae.svg');
}
.fa-silownik:before {
  content: "";
  background-image: url(../images/menu-icons/silownik-dm-1.svg);
}
.fa-manometr:before {
  content: "";
  background-image: url(../images/menu-icons/manometr.svg);
}
.fa-instalacje:before {
  content: "";
  background-image: url(../images/menu-icons/instalacje-pneumatyczne.svg);
}
.fa-kondensat:before {
  content: "";
  background-image: url(../images/menu-icons/pump.svg);
}
.fa-kompresor:before {
  content: "";
  background-image: url(../images/menu-icons/air-compressor.svg);
}
.fa-uzdatnianie:before {
  content: "";
  background-image: url(../images/menu-icons/uzdatnianie-powietrza.svg);
}
.fa-fitting:before {
  content: "";
  background-image: url(../images/menu-icons/fitting.svg);
}
.fa-spring:before {
  content: "";
  background-image: url(../images/menu-icons/pneumatic-spring.svg);
}
.fa-valve:before {
  content: "";
  background-image: url(../images/menu-icons/gas-valve.svg);
}
.fa-electric-tool:before {
  content: "";
  background-image: url(../images/menu-icons/electric-tool.svg);
}
.fa-air-tools:before {
  content: "";
  background-image: url(../images/menu-icons/air-tools.svg);
}
.fa-hose:before {
  content: "";
  background-image: url(../images/menu-icons/hose.svg);
}
.fa-purifier:before {
  content: "";
  background-image: url(../images/menu-icons/air-purifier.svg);
}
.fa-katalizator:before {
  content: "";
  background-image: url(../images/menu-icons/katalizator.svg);
}
.fa-butterfly-valve:before {
  content: "";
  background-image: url(../images/menu-icons/butterfly-valve.svg);
}
.fa-gas-tank:before {
  content: "";
  background-image: url(../images/menu-icons/gas-cylinder.svg);
}
.fa-oxygen-tank:before {
  content: "";
  background-image: url(../images/menu-icons/oxygen-tank.svg);
}
.fa-medical:before {
  content: "";
  background-image: url(../images/menu-icons/medical-laboratory.svg);
}
.fa-vacuum-pump:before {
  content: "";
  background-image: url(../images/menu-icons/vacuum-pump.svg);
}
.fa-screw-feeder:before {
  content: "";
  background-image: url(../images/menu-icons/screw-feeder.svg);
}
.fa-festo-black:before {
  content: "";
  background-image: url(../images/menu-icons/festo-black.svg);
}
.fa-festo:before {
  content: "";
  background-image: url(../images/menu-icons/festo.svg);
}
.fas,
.fa,
.far {
  min-width: 24px;
  display: inline-block;
  line-height: 1;
}
.fas:before,
.fa:before,
.far:before {
  position: relative;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  aspect-ratio: 4/3;
  content: '';
}
.fa-arrow-down:before {
  width: 26px;
  -webkit-mask: url('../images/icons/pg/arrow-up-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/arrow-up-solid.svg') no-repeat 50% 50%;
  background-color: white;
}
.switcher.language .dropdown:hover i:before {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
  background-color: #0079E5;
}
.minicart-wrapper a.action.showcart:before {
  line-height: 35px;
  transition: 1s ease;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask: url(../images/icons/pg/minicart.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/minicart.svg) no-repeat 50% 50%;
  width: 25px;
  background-color: white;
  font-family: none;
  color: transparent!important;
}
.fa-sign-in-alt:before {
  -webkit-mask: url(../images/icons/pg/sign-in.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/sign-in.svg) no-repeat 50% 50%;
  background-color: white;
  width: 26px;
  vertical-align: text-bottom;
}
nav#main-menu > ul > li > a:hover > i:before {
  background-color: #0090e3;
}
.minicart-wrapper .action.close:before,
.fa-times:before {
  -webkit-mask: url(../images/icons/pg/xmark.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/xmark.svg) no-repeat 50% 50%;
  background-color: #474a59;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  content: '';
}
button#btn-minicart-close:hover,
.fa-times:hover {
  transform: rotate(256deg);
  transition: 0.5s ease;
}
.fa-registered:before {
  -webkit-mask: url(../images/icons/pg/register.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/register.svg) no-repeat 50% 50%;
  background-color: white;
  width: 26px;
  vertical-align: text-bottom;
}
.fa-fire:before {
  -webkit-mask: url(../images/icons/pg/fire-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/fire-solid.svg) no-repeat 50% 50%;
  background-color: white;
  width: 35px;
}
.fa-check:before {
  -webkit-mask: url(../images/icons/pg/check-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/check-solid.svg) no-repeat 50% 50%;
  background-color: white;
  width: 35px;
}
.fa-star:before {
  font-family: 'Poppins';
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  display: inline;
}
.sorter-action {
  top: 0px!important;
}
.sorter-action::before {
  -webkit-mask: url('../images/icons/pg/arrow-up-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/arrow-up-solid.svg') no-repeat 50% 50%;
  background-color: black;
  width: 15px;
}
.sorter-action.sort-asc:before {
  display: block;
  transform: rotate(180deg);
}
.fa-file-download,
.fa-print,
.fa-arrows-alt {
  display: block!important;
  font-style: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  font-size: 17px;
}
.fa-file-download::before,
.fa-print::before,
.fa-arrows-alt::before {
  -webkit-mask: url(../images/icons/pg/file-arrow-down-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/file-arrow-down-solid.svg) no-repeat 50% 50%;
  background-color: black;
  width: 50px;
}
.fa-print:before {
  -webkit-mask: url(../images/icons/pg/print-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/print-solid.svg) no-repeat 50% 50%;
  background-color: #015eae;
}
.fa-arrows-alt:before {
  -webkit-mask: url(../images/icons/pg/arrows-up-down-left-right-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/arrows-up-down-left-right-solid.svg) no-repeat 50% 50%;
}
.fa-file-pdf:before,
.attachments-container a:before,
.fa-book:before {
  -webkit-mask: url(../images/icons/pg/file-pdf-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/file-pdf-solid.svg) no-repeat 50% 50%;
  background-color: #e21010;
  width: 50px;
}
.fa-cube:before {
  -webkit-mask: url(../images/icons/pg/cube-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/cube-solid.svg) no-repeat 50% 50%;
  background-color: #015eae;
  width: 50px;
}
h2:before,
h3:before {
  background-color: black;
  display: inline-block;
  min-width: 24px;
  height: 24px;
}
h3:before {
  content: '';
  -webkit-mask: url(../images/icons/pg/angle-right-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/angle-right-solid.svg) no-repeat 50% 50%;
}
h2:before {
  -webkit-mask: url(../images/icons/pg/angle-double-right-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/angle-double-right-solid.svg) no-repeat 50% 50%;
}
.fa-phone-alt:before {
  -webkit-mask: url(../images/icons/pg/phone-volume-solid.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/phone-volume-solid.svg) no-repeat 50% 50%;
  background-color: white;
  width: 24px;
}
.footer-container .fas:before,
.footer-container .far:before {
  background-color: white;
  width: 34px;
  height: 25px;
}
.fa-envelope:before {
  -webkit-mask: url('../images/icons/pg/envelope-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/envelope-solid.svg') no-repeat 50% 50%;
}
.fa-map-marker-alt:before {
  -webkit-mask: url('../images/icons/pg/map-marker-alt-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/map-marker-alt-solid.svg') no-repeat 50% 50%;
}
.fa-thumbs-up:before {
  -webkit-mask: url('../images/icons/pg/thumbs-up-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/thumbs-up-solid.svg') no-repeat 50% 50%;
}
.fa-video:before {
  -webkit-mask: url('../images/icons/pg/youtube.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/youtube.svg') no-repeat 50% 50%;
}
.fa-info-circle:before {
  -webkit-mask: url('../images/icons/pg/circle-info-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/circle-info-solid.svg') no-repeat 50% 50%;
}
.fa-blog:before {
  -webkit-mask: url('../images/icons/pg/blog-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/blog-solid.svg') no-repeat 50% 50%;
}
.fa-cogs:before {
  -webkit-mask: url('../images/icons/pg/gears-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/gears-solid.svg') no-repeat 50% 50%;
}
.flex-25 .fa-cogs:before {
  width: 120px;
  background-color: #000;
}
.fa-mobile-alt:before {
  -webkit-mask: url('../images/icons/pg/mobile-alt-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/mobile-alt-solid.svg') no-repeat 50% 50%;
}
.fa-shipping-fast:before,
.fa-award:before {
  background-color: black;
  width: 120px;
}
.fa-shipping-fast:before {
  -webkit-mask: url('../images/icons/pg/shipping-fast-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/shipping-fast-solid.svg') no-repeat 50% 50%;
}
.fa-award:before {
  -webkit-mask: url('../images/icons/pg/award-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/award-solid.svg') no-repeat 50% 50%;
}
.fa-wind:before {
  -webkit-mask: url('../images/icons/pg/wind-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/wind-solid.svg') no-repeat 50% 50%;
  background: black;
  content: '';
}
.fa-xmark:before {
  -webkit-mask: url(../images/icons/pg/xmark.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/xmark.svg) no-repeat 50% 50%;
}
.fa-user-circle:before {
  -webkit-mask: url('../images/icons/pg/user-circle-solid.svg') no-repeat 50% 50%;
  mask: url('../images/icons/pg/user-circle-solid.svg') no-repeat 50% 50%;
  background: white;
  content: '';
}
.fa-whatsapp:before {
  -webkit-mask: url(../images/icons/whatsapp.svg) no-repeat 50% 50%;
  mask: url(../images/icons/whatsapp.svg) no-repeat 50% 50%;
  background-color: black;
  width: 50px;
  content: '';
}
.fa-download-icon:before {
  -webkit-mask: url(../images/icons/pg/cloud-arrow-down.svg) no-repeat 50% 50%;
  mask: url(../images/icons/pg/cloud-arrow-down.svg) no-repeat 50% 50%;
  background-color: black;
  width: 50px;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: '';
}
.breadcrumbs .item:not(:last-child):after {
  font-family: 'icons-blank-theme' !important;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #4878bf;
  transform: none;
  transition: none;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Moje */
.app-popup-mobile-btn {
  width: 80%;
  color: white;
  font-size: 15px;
  font-weight: 100;
  background: #1b75bc;
  border: 1px solid #1b75bc;
  box-shadow: none !important;
  transition: 0.3s ease;
}
.app-popup-mobile-btn:hover {
  background: transparent !important;
  color: #1b75bc !important;
  font-weight: bold;
  box-shadow: 0 8px #1b75bc !important;
  transform: translate(5px, 1px) !important;
}
.mppopup-text > a {
  font-family: 'Poppins';
}
.mppopup-text > a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: 700;
  text-decoration: none;
}
#bio_ep_close > i {
  font-size: 40px;
  color: black;
}
#bio_ep_close > i:hover {
  transition: 0.5s ease;
  transform: rotate(45deg);
}
.tmp3-img-content {
  max-width: 49%;
}
.tmp3-img-content > img {
  border-radius: 50px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
#mp-popup-template3 {
  display: inline-flex;
}
#bio_ep {
  background: transparent !important;
  transition: 1s ease;
}
/* End */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  right: 0% !important;
  top: 70%;
  height: 120px;
  width: 35px;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  color: white;
  height: inherit;
  background-color: #1b75bc;
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #1b75bc;
}
.click-trigger:hover {
  background-color: #1b75bc;
  color: white;
  border: 1px solid #1b75bc;
}
div#bio_ep_close {
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 99;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.tmp3-img-content {
  float: left;
}
.tmp3-img-content > img {
  width: 480px;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 380px;
  font-family: 'Poppins';
  border-radius: 50px;
  box-shadow: 0 12px 32px 0 #474a59;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.tmp3-title {
  color: #1b75bc;
  font-size: 45px;
  margin-top: 20px;
  font-weight: 700;
  text-shadow: 0px 1px #474a59;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-top: -3px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-text > span {
  color: #1b75bc;
  font-weight: 1000;
  text-shadow: 0px 1px #474a59;
  font-size: 20px;
}
p > span {
  color: #1b75bc;
  font-weight: 1000;
  text-shadow: 0px 1px #474a59;
  font-size: 20px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.margin-10 {
  margin-top: 10px;
}
/* Mobile */
@media (min-width: 320px) and (max-width: 768px) {
  #mp-popup-template3 {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .tmp3-title {
    font-size: 30px;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 0;
    letter-spacing: -1px;
  }
  .tmp3-text {
    margin-top: 20px;
  }
  .tmp3-img-content {
    display: none;
  }
  .tmp3-form {
    margin-top: 20px;
  }
  .tmp3-sub-title {
    border-bottom: 1px solid #ccc;
    padding: 5px;
  }
  .tmp3-text-content {
    width: -webkit-fill-available;
    max-width: fit-content;
    height: 100% !important;
    border-radius: 50px;
    border-top-right-radius: 0px;
  }
  .tmp3-text-content > a {
    margin-bottom: 20px;
    display: block;
  }
  #bio_ep {
    width: 90% !important;
    top: 35% !important;
    transform: none !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
  }
  #bio_ep_close {
    right: 0px !important;
  }
  #bio_ep_close > i {
    font-size: 30px;
  }
  #bio_ep_bg {
    opacity: 0.6 !important;
  }
  .mp-better-popup-click-trigger > button {
    width: inherit;
  }
  .livechat-pg > button {
    z-index: 10000!important;
  }
}
@keyframes waveform {
  0%,
  100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulseRing {
  0% {
    width: 20px;
    height: 20px;
    opacity: 0.8;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
@keyframes gridMove {
  0% {
    transform: rotateX(60deg) translateY(0);
  }
  100% {
    transform: rotateX(60deg) translateY(30px);
  }
}
@keyframes glitch {
  0%,
  100% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-2px, -2px);
  }
  80% {
    transform: translate(2px, 2px);
  }
}
@keyframes fall {
  0% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(1000%);
    opacity: 0;
  }
}
@keyframes hologramAppear {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(-30deg) scale(0.9);
    filter: blur(10px);
  }
  50% {
    opacity: 0.5;
    transform: perspective(1000px) rotateX(5deg) scale(1.02);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0) scale(1);
    filter: blur(0);
  }
}
@keyframes hologramDisappear {
  0% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0) scale(1);
    filter: blur(0);
  }
  50% {
    opacity: 0.5;
    transform: perspective(1000px) rotateX(-5deg) scale(0.98);
    filter: blur(5px);
  }
  100% {
    opacity: 0;
    transform: perspective(1000px) rotateX(30deg) scale(0.9);
    filter: blur(10px);
  }
}
@keyframes responseAppear {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  30% {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes responseDisappear {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  70% {
    clip-path: polygon(0 70%, 100% 70%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
@keyframes textPulse {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.98);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.98);
  }
}
@keyframes textTyping {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes rotateSlow {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes rotateField {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateFieldFast {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes pulseRingExpand {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(0.95);
  }
}
@keyframes moveParticle {
  0% {
    opacity: 0;
    transform: rotate(var(--rotation)) translateY(-60px);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(var(--rotation)) translateY(-40px);
  }
}
@keyframes pulseThinking {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes pulseThinkingReverse {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.7;
  }
}
@keyframes glowThinking {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes moveParticleThinking {
  0% {
    opacity: 0;
    transform: rotate(var(--rotation)) translateY(-50px);
  }
  25% {
    opacity: 1;
    transform: rotate(var(--rotation)) translateY(-65px);
  }
  75% {
    opacity: 1;
    transform: rotate(var(--rotation)) translateY(-35px);
  }
  100% {
    opacity: 0;
    transform: rotate(var(--rotation)) translateY(-50px);
  }
}
@keyframes pulseHover {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes reverseHover {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes glowHover {
  0% {
    opacity: 0.3;
    filter: blur(8px);
  }
  50% {
    opacity: 0.8;
    filter: blur(12px);
  }
  100% {
    opacity: 0.3;
    filter: blur(8px);
  }
}
@keyframes chatEnter {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes entranceExit {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes writeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes writeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes charAppear {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  60% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flyAwayLeft {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px) rotate(-540deg);
  }
}
@keyframes flyAwayRight {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px) translateY(-100px) rotate(540deg);
  }
}
@keyframes textFadeOut {
  to {
    opacity: 0;
  }
}
@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes messageSlideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes typingBounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .message.products {
    max-width: 100%;
  }
}
#chat-messages .products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e9ecef;
}
#chat-messages .products-header h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.product-carousel .product-card {
  scroll-snap-align: start;
  flex: 0 0 280px;
  width: 280px;
  background: linear-gradient(145deg, #1f2b37, #1a242f);
  border: 1px solid rgba(65, 228, 237, 0.25);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  height: auto;
  margin-top: 10px;
}
.product-carousel .product-card:hover {
  border-color: #41E4ED;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(65, 228, 237, 0.15);
}
.product-carousel .product-card .product-image {
  height: 90px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  /* Potrzebne do pozycjonowania etykiety */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-carousel .product-card .product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
/* --- NOWA ETYKIETA Z PROCENTAMI --- */
.product-carousel .product-card .match-percentage {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(45deg, #41E4ED, #2d99a0);
  color: #18232f;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
  z-index: 3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.product-carousel .product-card .product-info {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  height: 100%;
}
.product-carousel .product-card .product-name {
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  margin: 0 0 0.5rem;
  font-weight: normal;
}
.product-carousel .product-card .product-sku {
  font-size: 1.4rem;
  color: #8c9bab;
  margin-bottom: 15px;
}
.product-carousel .product-card .product-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: #41E4ED;
  margin-bottom: auto;
  padding-bottom: 15px;
}
.product-carousel .product-card .product-price::before {
  content: "Netto: ";
  font-size: 14px;
  color: #8c9bab;
  font-weight: normal;
}
/* --- Sekcja 'i' z tooltipem bez zmian --- */
.product-carousel .product-card .match-info-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}
.product-carousel .product-card .match-trigger {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(65, 228, 237, 0.5);
  color: rgba(65, 228, 237, 0.8);
  background: rgba(31, 43, 55, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  cursor: help;
  transition: all 0.2s ease;
}
.product-carousel .product-card .match-trigger:hover {
  background: #41E4ED;
  color: #18232f;
  border-color: #41E4ED;
  transform: scale(1.1);
}
.product-carousel .product-card .match-reason-tooltip {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  width: 280px;
  background: #101820;
  color: #E0E1E9;
  padding: 15px;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.5;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(65, 228, 237, 0.3);
  width: 220px;
}
.product-carousel .product-card .match-trigger:hover + .match-reason-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-carousel .product-card .add-to-cart,
.match-details-toggle .toggle-button {
  background: linear-gradient(45deg, #41E4ED, #2d99a0);
  color: #18232f;
  font-size: 1rem;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
  width: 100%;
}
.product-carousel .product-card .add-to-cart:hover,
.match-details-toggle .toggle-button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(65, 228, 237, 0.5);
}
.product-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
.product-name-link:hover .product-name {
  text-decoration: underline;
  color: #41E4ED;
}
.product-card {
  position: relative;
  overflow: hidden;
}
.match-percentage-label {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #18232f;
  background: linear-gradient(45deg, #41E4ED, #54f7ff);
  z-index: 3;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease;
}
.product-card:hover .match-percentage-label {
  transform: scale(1.05);
}
/* Opcjonalne kolorowanie w zależności od dopasowania */
.match-percentage-label.medium-match {
  background: transparent;
  border: 1px solid #41E4ED;
  color: #41E4ED;
  box-shadow: 0 0 5px rgba(65, 228, 237, 0.2);
}
.match-details-toggle {
  margin-top: auto;
  /* Wypycha przycisk na dół sekcji info */
  padding-top: 10px;
}
.toggle-button {
  justify-content: center;
  width: 100%;
  box-shadow: none;
}
.product-card .product-actions {
  margin-top: auto;
  width: 100%;
  padding-top: 15px;
}
.product-card .match-details-toggle {
  padding-top: 15px;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #334155;
  text-align: center;
}
.match-reason-expandable {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, margin-top 0.4s ease;
}
.match-reason-expandable.expanded {
  max-height: fit-content;
  opacity: 1;
  margin-top: 10px;
}
.match-reason-expandable p {
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  color: #E0E1E9;
  font-size: 1.2rem;
  line-height: 1.6;
  border: 1px solid #334155;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .product-carousel {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 0.75rem;
  }
  .product-carousel::-webkit-scrollbar {
    height: 6px;
  }
  .product-carousel::-webkit-scrollbar-thumb {
    background: rgba(65, 228, 237, 0.4);
    border-radius: 3px;
  }
  .product-carousel .product-card {
    flex: 0 0 80%;
    width: 80%;
    scroll-snap-align: center;
  }
}
/* =============================================
   GHOST CARD / SKELETON LOADING STYLES
   ============================================= */
.product-card.ghost {
  pointer-events: none;
  /* User can't click ghost cards */
  border-color: rgba(65, 228, 237, 0.1) !important;
}
.product-card.ghost .product-image,
.product-card.ghost .product-name,
.product-card.ghost .product-sku,
.product-card.ghost .product-price,
.product-card.ghost .action.primary {
  background: #2a3744;
  /* Darker placeholder base */
  color: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.product-card.ghost .product-image {
  background: #1f2b37;
  /* Slightly distinct for image */
}
/* Shimmer Effect */
.product-card.ghost .product-image::after,
.product-card.ghost .product-name::after,
.product-card.ghost .product-sku::after,
.product-card.ghost .product-price::after,
.product-card.ghost .action.primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(65, 228, 237, 0.1) 20%, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
/* Specific sizing for ghost elements to look realistic */
.product-card.ghost .product-name {
  height: 1.2em;
  width: 80%;
  margin-bottom: 10px;
  display: block;
}
.product-card.ghost .product-sku {
  height: 1em;
  width: 50%;
  margin-bottom: 5px;
  display: block;
}
.product-card.ghost .product-price {
  height: 1.5em;
  width: 40%;
  display: block;
}
.product-card.ghost .product-price::before {
  display: none;
  /* Hide the "Netto:" prefix on ghost */
}
/* Hide match score and info button on ghost cards */
.product-card.ghost .match-percentage-label,
.product-card.ghost .match-info-wrapper {
  display: none;
}
.product-finder-banner {
  background: linear-gradient(75deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  padding: 2rem;
  border-bottom: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}
.product-finder-banner.sitewide-mode {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  height: 0;
  min-height: 0;
  overflow: visible;
}
.product-finder-banner.sitewide-mode .ai-chat-entrance {
  display: none !important;
}
.product-finder-banner .chat-messages {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem;
  max-height: 50vh;
  overflow-y: auto;
  margin-bottom: 1rem;
}
.product-finder-banner .chat-messages::-webkit-scrollbar {
  width: 6px;
}
.product-finder-banner .chat-messages::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-finder-banner .chat-messages::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.product-finder-banner .message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  padding: 15px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(31, 43, 55, 0.7) 0%, rgba(24, 35, 47, 0.7) 100%);
  border: 1px solid rgba(65, 228, 237, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-width: 80%;
  color: #E0E0E0;
  font-size: 1.3rem;
  line-height: 1.6;
  animation: messageSlideIn 0.3s ease-out;
  transition: all 0.2s ease;
  transform-origin: left center;
  will-change: transform;
}
.product-finder-banner .message:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-finder-banner .message.products {
  background: none;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  max-width: 100%;
  /* Karuzela zajmuje całą szerokość */
  width: 100%;
  display: block;
}
.product-finder-banner .message.user {
  justify-self: right;
  background: linear-gradient(135deg, rgba(65, 228, 237, 0.1) 0%, rgba(65, 228, 237, 0.05) 100%);
  border-color: rgba(65, 228, 237, 0.3);
  margin-left: 80px !important;
  margin-right: auto !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  animation: messageSlideInRight 0.3s ease-out;
  transform-origin: right center;
}
.product-finder-banner .message.bot {
  justify-self: flex-start;
  margin-right: auto;
  border-left: 3px solid #41E4ED;
  white-space: pre-line;
}
.product-finder-banner .message.bot .bot-icon {
  display: none;
}
.product-finder-banner .message.bot span {
  display: block;
  word-wrap: break-word;
}
.product-finder-banner .message.bot.thinking-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #E0E0E0;
}
.product-finder-banner .message.bot.thinking-status .typing-indicator {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-finder-banner .message.bot.thinking-status .typing-indicator .dot {
  width: 8px;
  height: 8px;
  background-color: #41E4ED;
  border-radius: 50%;
  animation: typingBounce 1.4s infinite ease-in-out both;
}
.product-finder-banner .message.bot.thinking-status .typing-indicator .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.product-finder-banner .message.bot.thinking-status .typing-indicator .dot:nth-child(2) {
  animation-delay: -0.16s;
}
.product-finder-banner .message.bot.thinking-status .thinking-status-content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.product-finder-banner .message.bot.thinking-status .thinking-status-text {
  display: inline-block;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
.product-finder-banner .message.bot.thinking-status .thinking-status-text.is-changing {
  opacity: 0;
  transform: translateY(10px);
}
.product-finder-banner .message.bot.thinking-status .thinking-timer {
  font-size: 0.9em;
  color: #888;
  margin-top: 2px;
  margin-left: 10px;
}
.product-finder-banner .message.image.user {
  width: 10%;
}
.product-finder-banner .message.image.user .image-caption {
  display: none;
}
.product-finder-banner .chat-input-area {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
.product-finder-banner .text-input-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 15px;
}
.product-finder-banner .text-input-container input[type="text"] {
  flex: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(65, 228, 237, 0.3);
  color: #fff;
  padding: 12px 20px;
  font-size: 1.3rem;
  border-radius: 0.5rem;
  transition: border-color 0.2s;
}
.product-finder-banner .text-input-container input[type="text"]:focus {
  outline: none;
  border-color: #41E4ED;
  box-shadow: 0 0 10px 0 rgba(65, 228, 237, 0.3);
}
.product-finder-banner .text-input-container .send-button {
  background: transparent;
  border: 2px solid rgba(65, 228, 237, 0.7);
  color: #41E4ED;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: none;
}
.product-finder-banner .text-input-container .send-button svg {
  transition: transform 0.3s ease;
  transform: translateX(-1px);
}
.product-finder-banner .text-input-container .send-button:hover,
.product-finder-banner .text-input-container .send-button:focus {
  background: #41E4ED;
  color: #18232f;
  transform: scale(1.1);
  box-shadow: 0 0 20px 5px rgba(65, 228, 237, 0.5);
  border-color: #41E4ED;
}
.product-finder-banner .text-input-container .send-button:hover svg,
.product-finder-banner .text-input-container .send-button:focus svg {
  transform: rotate(45deg) scale(0.9);
}
.product-finder-banner .upload-button {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(65, 228, 237, 0.4);
  color: rgba(65, 228, 237, 0.9);
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  flex-shrink: 0;
}
.product-finder-banner .upload-button:hover,
.product-finder-banner .upload-button:focus {
  background: #41e4ed;
  color: #18232f;
  box-shadow: 0 0 15px 3px rgba(65, 228, 237, 0.4);
  transform: translateY(-2px);
}
.product-finder-banner .suggested-questions {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.product-finder-banner .suggested-questions button {
  background: transparent;
  border: 1px solid rgba(65, 228, 237, 0.4);
  color: rgba(65, 228, 237, 0.9);
  border-radius: 25px;
  padding: 8px 18px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: none;
}
.product-finder-banner .suggested-questions button:hover {
  background: rgba(65, 228, 237, 0.2);
  border-color: rgba(65, 228, 237, 0.7);
}
.ai-chat-entrance {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(75deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.ai-entrance-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.ai-entrance-content:hover .entrance-text {
  opacity: 1;
}
.ai-entrance-content:hover .entrance-text.left-text {
  transform: translateX(0);
}
.ai-entrance-content:hover .entrance-text.right-text {
  transform: translateX(0);
}
.ai-chat-container {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.chat-active .ai-chat-container {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 1025px) {
  .ghost-close-btn {
    display: none !important;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 50%;
    max-width: 600px;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
    background: #101724;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    padding: 0;
    border-left: 1px solid rgba(65, 228, 237, 0.2);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.4s;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .thinking-status {
    margin-bottom: 20px !important;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #101724;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(12px);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header__content {
    flex: 1;
    text-align: center;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header__content .eyebrow {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #41E4ED;
    margin: 0 0 8px 0;
    font-weight: 700;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header__content h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 8px 0;
    font-weight: 600;
    line-height: 1.3;
    color: #fff !important;
    background: transparent;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header__content h3::before {
    content: none !important;
    display: none !important;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header__content .helper-text {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header .mobile-chat-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 46px;
    height: 46px;
    border-radius: 8px;
    box-shadow: none !important;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header .mobile-chat-close span {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header .mobile-chat-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header .mobile-chat-close:active {
    transform: scale(0.95);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    background: transparent;
    border: none;
    max-height: -webkit-fill-available;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-messages::-webkit-scrollbar {
    width: 6px;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-messages::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-messages::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-messages .message.bot:first-child {
    background: rgba(30, 41, 59, 0.5);
    border-left: 3px solid #41E4ED;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 20px;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .suggested-questions {
    padding: 0 24px 16px 24px;
    margin-top: 0;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .suggested-questions button {
    background: transparent;
    border: 1px solid rgba(65, 228, 237, 0.3);
    color: rgba(65, 228, 237, 0.9);
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: none;
    letter-spacing: 0.3px;
    font-weight: 500;
    box-shadow: none;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .suggested-questions button:hover {
    background: rgba(65, 228, 237, 0.1);
    border-color: rgba(65, 228, 237, 0.5);
    transform: translateY(-1px);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .suggested-questions button:active {
    transform: translateY(0);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area {
    position: sticky;
    bottom: 0;
    padding: 16px 20px;
    background: #101724;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .input-actions {
    display: none;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container {
    position: relative;
    width: 100%;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(65, 228, 237, 0.2);
    border-radius: 28px;
    padding: 6px 6px 6px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: border-color 0.2s ease;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container:focus-within {
    border-color: #41E4ED;
    box-shadow: 0 0 0 3px rgba(65, 228, 237, 0.1);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .desktop-upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease, transform 0.2s ease;
    color: #41E4ED;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .desktop-upload-icon svg {
    width: 20px;
    height: 20px;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .desktop-upload-icon:hover {
    opacity: 1;
    transform: translateY(-1px);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .desktop-upload-icon[aria-disabled="true"] {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container input[type="text"] {
    flex: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 12px;
    outline: none;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container input[type="text"]::placeholder {
    color: #64748b;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container input[type="text"]:focus {
    box-shadow: none;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .send-button {
    background: #41E4ED;
    border: none;
    color: #0f172a;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(65, 228, 237, 0.3);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .send-button svg {
    width: 18px;
    height: 18px;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .send-button:hover {
    background: #58e7ef;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(65, 228, 237, 0.4);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .chat-input-area .text-input-container .send-button:active {
    transform: scale(0.95);
  }
  .product-finder-banner.sitewide-mode .chat-wrapper.chat-active .ai-chat-container {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  }
}
@media screen and (max-width: 1024px) {
  .product-finder-banner.sitewide-mode .ai-chat-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    margin: 0;
    border-radius: 0;
    z-index: 9999;
    transform: translateY(100%);
  }
  .product-finder-banner.sitewide-mode .chat-wrapper.chat-active .ai-chat-container {
    transform: translateY(0);
    display: flex !important;
  }
}
.mobile-chat-header {
  display: none;
}
.ai-chat-mobile-launcher {
  bottom: 90px !important;
  margin-bottom: env(safe-area-inset-bottom);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(65, 228, 237, 0.3), 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 40px rgba(65, 228, 237, 0.2);
  z-index: 9990;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
  visibility: visible;
  padding: 0;
  overflow: visible;
}
.ai-chat-mobile-launcher .launcher-icon,
.ai-chat-mobile-launcher .launcher-label {
  display: none;
}
.ai-chat-mobile-launcher::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #41E4ED, #3b82f6, #8b5cf6, #41E4ED);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  animation: rotate 3s linear infinite;
}
.ai-chat-mobile-launcher::after {
  content: "AI";
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(65, 228, 237, 0.5), 0 0 20px rgba(65, 228, 237, 0.3);
  position: relative;
  z-index: 1;
}
.ai-chat-mobile-launcher:hover {
  transform: scale(1.08) rotate(5deg);
  box-shadow: 0 0 0 3px rgba(65, 228, 237, 0.5), 0 12px 35px rgba(0, 0, 0, 0.5), 0 0 60px rgba(65, 228, 237, 0.4);
}
.ai-chat-mobile-launcher:hover::before {
  opacity: 1;
  animation: rotate 1.5s linear infinite;
}
.ai-chat-mobile-launcher:active {
  transform: scale(0.95) rotate(0deg);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.chat-active .ai-chat-mobile-launcher {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  pointer-events: none;
}
body.finder-mobile-locked {
  overflow: hidden;
  touch-action: none;
}
.ai-ring-container {
  width: 200px;
  height: 200px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto 1.5rem;
}
.ai-ring-container:hover {
  transform: scale(1.1);
}
.ai-ring-container:hover .ring-primary {
  animation: pulseHover 2s ease-in-out infinite;
  border-color: #015eae;
}
.ai-ring-container:hover .ring-secondary {
  animation: reverseHover 4s linear infinite;
}
.ai-ring-container:hover .ring-glow {
  animation: glowHover 2s ease-in-out infinite;
}
.ai-ring-container:hover .pulse-rings .pulse-ring {
  animation-duration: 1.5s;
}
.ai-ring-container:hover .energy-particles .particle {
  animation-duration: 1.5s;
}
.ai-ring-container:hover .entrance-text {
  opacity: 1;
  transform: scale(1.05);
}
.ai-ring-container .ring {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ai-ring-container .ring-glow {
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(1, 94, 174, 0.15) 0%, rgba(1, 94, 174, 0.05) 70%, transparent 100%);
  filter: blur(8px);
  animation: pulse 4s ease-in-out infinite;
}
.ai-ring-container .ring-primary {
  width: 180px;
  height: 180px;
  border: 2px solid rgba(1, 94, 174, 0.8);
  box-shadow: 0 0 15px rgba(1, 94, 174, 0.2), inset 0 0 15px rgba(1, 94, 174, 0.2);
  animation: rotateSlow 12s linear infinite;
}
.ai-ring-container .ring-secondary {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(1, 94, 174, 0.6);
  animation: rotateReverse 8s linear infinite;
}
.ai-ring-container .ring-core {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(1, 94, 174, 0.1) 0%, rgba(1, 94, 174, 0.05) 50%, transparent 100%);
  animation: pulse 3s ease-in-out infinite;
}
.ai-ring-container .ring-segments {
  width: 170px;
  height: 170px;
  border: 1.5px dashed rgba(1, 94, 174, 0.3);
  animation: rotateSlow 20s linear infinite;
}
.ai-ring-container .energy-field {
  position: absolute;
  width: 160px;
  height: 160px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg, transparent 0%, rgba(1, 94, 174, 0.1) 25%, rgba(1, 94, 174, 0.2) 50%, rgba(1, 94, 174, 0.1) 75%, transparent 100%);
  border-radius: 50%;
  animation: rotateField 8s linear infinite;
  opacity: 0.6;
  mix-blend-mode: screen;
}
.ai-ring-container .pulse-rings {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ai-ring-container .pulse-rings .pulse-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #015dae;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
}
.ai-ring-container .pulse-rings .pulse-ring:nth-child(1) {
  animation: pulseRingExpand 3s infinite linear;
}
.ai-ring-container .pulse-rings .pulse-ring:nth-child(2) {
  animation: pulseRingExpand 3s infinite linear 1s;
}
.ai-ring-container .pulse-rings .pulse-ring:nth-child(3) {
  animation: pulseRingExpand 3s infinite linear 2s;
}
.ai-ring-container .ring-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  color: #015eae;
  letter-spacing: 1px;
}
.ai-ring-container.thinking .ring-primary {
  animation: pulseThinking 1s ease-in-out infinite;
}
.ai-ring-container.thinking .energy-field {
  animation: rotateFieldFast 4s linear infinite;
  opacity: 0.8;
}
.ai-ring-container.thinking .ring-text {
  animation: textTyping 1s infinite steps(1);
}
.ai-ring-container.thinking .pulse-rings .pulse-ring {
  animation-duration: 2s;
}
.entrance-text {
  font-size: 4rem;
  font-weight: 700;
  color: #015eae;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entrance-text .text-char {
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  cursor: pointer;
}
.entrance-text .text-char:hover {
  transform: translateY(-10px);
  color: #41E4ED;
  text-shadow: 0 0 12px rgba(65, 228, 237, 0.8);
}
.chat-active .entrance-text.left-text {
  animation: textFadeOut 0.8s forwards;
}
.chat-active .entrance-text.left-text .text-char:nth-child(1) {
  animation: flyAwayLeft 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.1s;
}
.chat-active .entrance-text.left-text .text-char:nth-child(2) {
  animation: flyAwayLeft 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.15s;
}
.chat-active .entrance-text.left-text .text-char:nth-child(3) {
  animation: flyAwayLeft 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.2s;
}
.chat-active .entrance-text.left-text .text-char:nth-child(4) {
  animation: flyAwayLeft 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.25s;
}
.chat-active .entrance-text.left-text .text-char:nth-child(5) {
  animation: flyAwayLeft 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.3s;
}
.chat-active .entrance-text.right-text {
  animation: textFadeOut 0.8s forwards;
}
.chat-active .entrance-text.right-text .text-char:nth-child(1) {
  animation: flyAwayRight 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.1s;
}
.chat-active .entrance-text.right-text .text-char:nth-child(2) {
  animation: flyAwayRight 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.15s;
}
.chat-active .entrance-text.right-text .text-char:nth-child(3) {
  animation: flyAwayRight 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.2s;
}
.chat-active .entrance-text.right-text .text-char:nth-child(4) {
  animation: flyAwayRight 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.25s;
}
.chat-active .entrance-text.right-text .text-char:nth-child(5) {
  animation: flyAwayRight 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.3s;
}
.chat-active .entrance-text.right-text .text-char:nth-child(6) {
  animation: flyAwayRight 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.35s;
}
.chat-active .entrance-text.right-text .text-char:nth-child(7) {
  animation: flyAwayRight 0.8s forwards cubic-bezier(0.4, 0, 0.2, 1);
  animation-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  .notif-box-wrapper {
    z-index: 99999 !important;
  }
  .product-finder-banner {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    height: 0;
    min-height: 0;
    overflow: visible;
  }
  .ai-chat-entrance {
    display: none !important;
  }
  .ghost-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    /* Must be higher than header */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* Glassmorphism style to match your theme */
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    /* ANIMATION STATE: Hidden by default */
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    /* User can't click it when hidden */
    transition: all 0.3s ease-in-out;
  }
  .ghost-close-btn span {
    font-size: 24px;
    line-height: 1;
    margin-top: -2px;
  }
  /* 2. THE LOGIC: Show button when header is hidden */
  /* This says: If .mobile-chat-header has class .header-hidden, 
    change the style of the sibling .ghost-close-btn */
  .mobile-chat-header.header-hidden ~ .ghost-close-btn {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    /* Now clickable */
  }
  /* Optional: Hover effect */
  .ghost-close-btn:active {
    transform: scale(0.9);
    background: rgba(65, 228, 237, 0.3);
    /* Your cyan color */
  }
  .ai-chat-mobile-launcher {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(65, 228, 237, 0.3), 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 40px rgba(65, 228, 237, 0.2);
    z-index: 9990;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 1;
    visibility: visible;
    padding: 0;
    overflow: visible;
  }
  .ai-chat-mobile-launcher .launcher-icon,
  .ai-chat-mobile-launcher .launcher-label {
    display: none;
  }
  .ai-chat-mobile-launcher::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #41E4ED, #3b82f6, #8b5cf6, #41E4ED);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    animation: rotate 3s linear infinite;
  }
  .ai-chat-mobile-launcher::after {
    content: "AI";
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(65, 228, 237, 0.5), 0 0 20px rgba(65, 228, 237, 0.3);
    position: relative;
    z-index: 1;
  }
  .ai-chat-mobile-launcher:hover {
    transform: scale(1.08) rotate(5deg);
    box-shadow: 0 0 0 3px rgba(65, 228, 237, 0.5), 0 12px 35px rgba(0, 0, 0, 0.5), 0 0 60px rgba(65, 228, 237, 0.4);
  }
  .ai-chat-mobile-launcher:hover::before {
    opacity: 1;
    animation: rotate 1.5s linear infinite;
  }
  .ai-chat-mobile-launcher:active {
    transform: scale(0.95) rotate(0deg);
  }
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .chat-active .ai-chat-mobile-launcher {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    pointer-events: none;
  }
  .ai-chat-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    margin: 0;
    border-radius: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    background: #101724;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 !important;
  }
  .chat-active .ai-chat-container {
    transform: translateY(0);
    display: flex !important;
  }
  .mobile-chat-header {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: rgba(16, 23, 36, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
    z-index: 10;
    position: relative;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
  .mobile-chat-header.header-hidden {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 9;
  }
  .mobile-chat-header__content {
    flex: 1;
    text-align: center;
  }
  .mobile-chat-header__content .eyebrow {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #41E4ED;
    margin: 0 0 4px 0;
    font-weight: 700;
    opacity: 0.8;
  }
  .mobile-chat-header__content h3 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 4px 0;
    font-weight: 700;
    letter-spacing: -0.3px;
  }
  .mobile-chat-header__content h3::before {
    content: none !important;
    display: none !important;
  }
  .mobile-chat-header__content .helper-text {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.4;
  }
  .mobile-chat-pills {
    display: none !important;
  }
  .mobile-chat-close {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    box-shadow: none !important;
  }
  .mobile-chat-close span {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
  }
  .mobile-chat-close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: scale(1.05);
  }
  .mobile-chat-close:active {
    transform: scale(0.95);
  }
  .chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px 16px !important;
    margin: 0 !important;
    max-height: none !important;
    background: transparent !important;
    border: none !important;
    scrollbar-width: none;
  }
  .chat-messages::-webkit-scrollbar {
    display: none;
  }
  @keyframes slideInLeftMobile {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInRightMobile {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .message {
    max-width: 85% !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    margin-bottom: 14px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
  .message.user {
    margin-left: auto !important;
    margin-right: 0 !important;
    background: linear-gradient(135deg, rgba(65, 228, 237, 0.2) 0%, rgba(65, 228, 237, 0.1) 100%);
    border: 1px solid rgba(65, 228, 237, 0.3);
    border-radius: 8px 8px 2px 8px;
    color: #fff;
    animation: slideInRightMobile 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  .message.bot {
    margin-right: auto !important;
    background: #1f2937;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px 8px 8px 2px;
    color: #e5e7eb;
    animation: slideInLeftMobile 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  .message.products {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
    max-width: 100% !important;
    animation: slideInLeftMobile 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
  .chat-input-area {
    padding: 16px;
    background: #101724;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
    margin-top: 0 !important;
    gap: 12px !important;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 16px;
  }
  .input-actions {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  .text-input-container {
    width: 100%;
    background: #1f2937;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 4px 4px 4px 20px;
    display: flex;
    align-items: center;
  }
  .text-input-container .desktop-upload-icon {
    display: none !important;
  }
  .text-input-container input[type="text"] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    height: auto;
  }
  .text-input-container input[type="text"]::placeholder {
    color: #6b7280;
  }
  .text-input-container input[type="text"]:focus {
    box-shadow: none;
  }
  .text-input-container .send-button {
    background: #41E4ED;
    border: none;
    color: #0b1218;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }
  .text-input-container .send-button svg {
    width: 20px;
    height: 20px;
    transform: translateX(-1px) rotate(0deg);
  }
  .upload-button {
    width: 100%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: #94a3b8;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 4px;
  }
  .upload-button:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
  }
  .ai-chat-container .suggested-questions {
    padding: 0 16px 16px 16px;
    margin-top: 0;
    border-top: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
  }
  .ai-chat-container .suggested-questions button {
    flex: 0 0 auto;
    border-radius: 16px;
    border: 1px solid rgba(65, 228, 237, 0.2);
    background: rgba(65, 228, 237, 0.05);
    color: #41E4ED;
    letter-spacing: 0.3px;
    font-size: 11px;
    padding: 5px 12px;
    font-weight: 500;
    text-transform: none;
  }
  .ai-chat-container .suggested-questions button:active {
    background: rgba(65, 228, 237, 0.15);
  }
  .product-carousel {
    padding-bottom: 20px;
  }
  .product-carousel .product-card {
    width: 260px;
    flex: 0 0 260px;
  }
}
.iubenda-tp-btn-container {
  z-index: 1 !important;
}
@media screen and (min-width: 1025px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.mobile-chat-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.mobile-chat-new-conversation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(65, 228, 237, 0.1);
  border: 1px solid rgba(65, 228, 237, 0.3);
  border-radius: 8px;
  color: #41E4ED;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none !important;
  padding: 0;
}
.mobile-chat-new-conversation svg {
  width: 18px;
  height: 18px;
}
.mobile-chat-new-conversation:hover {
  background: rgba(65, 228, 237, 0.2);
  border-color: rgba(65, 228, 237, 0.5);
  color: #41E4ED;
  transform: scale(1.05);
}
.mobile-chat-new-conversation:active {
  transform: scale(0.95);
}
.desktop-new-conversation-btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  .desktop-new-conversation-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid rgba(65, 228, 237, 0.3);
    border-radius: 50%;
    color: rgba(65, 228, 237, 0.7);
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-left: 8px;
    box-shadow: none !important;
    padding: 0;
  }
  .desktop-new-conversation-btn svg {
    width: 16px;
    height: 16px;
  }
  .desktop-new-conversation-btn:hover {
    background: rgba(65, 228, 237, 0.1);
    border-color: rgba(65, 228, 237, 0.5);
    color: #41E4ED;
  }
  .desktop-new-conversation-btn:active {
    transform: scale(0.95);
  }
}
.context-limit-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  margin-top: 8px;
  background: rgba(65, 228, 237, 0.05);
  border: 1px solid rgba(65, 228, 237, 0.15);
  border-radius: 16px;
  font-size: 11px;
  color: rgba(65, 228, 237, 0.7);
  animation: fadeIn 0.3s ease-out;
}
.context-limit-indicator svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
  fill: currentColor;
}
.context-limit-indicator span {
  font-weight: 500;
  letter-spacing: 0.3px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-header__actions {
    display: flex;
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-new-conversation {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .mobile-chat-new-conversation:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .product-finder-banner.sitewide-mode .ai-chat-container .context-limit-indicator {
    margin: 8px 20px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .context-limit-indicator {
    margin: 8px 16px 0 16px;
    font-size: 10px;
  }
  .desktop-new-conversation-btn,
  .desktop-chat-header-actions {
    display: none !important;
  }
}
.chat-messages-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.desktop-chat-header-actions {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 100;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .desktop-chat-header-actions {
    display: none !important;
  }
}
.desktop-clear-conversation-btn {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(24, 35, 47, 0.95);
  border: 2px solid rgba(65, 228, 237, 0.4);
  color: rgba(65, 228, 237, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}
.desktop-clear-conversation-btn svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}
.desktop-clear-conversation-btn::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(65, 228, 237, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.desktop-clear-conversation-btn:hover {
  background: rgba(255, 77, 77, 0.15);
  border-color: rgba(255, 100, 100, 0.6);
  color: #ff6b6b;
  box-shadow: 0 4px 20px rgba(255, 77, 77, 0.3), 0 0 0 1px rgba(255, 77, 77, 0.2);
  transform: translateY(-1px);
}
.desktop-clear-conversation-btn:hover svg {
  transform: scale(1.1);
}
.desktop-clear-conversation-btn:hover::before {
  opacity: 0;
}
.desktop-clear-conversation-btn:hover::after {
  content: attr(title);
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.desktop-clear-conversation-btn:active {
  background: rgba(255, 77, 77, 0.25);
  transform: translateY(0) scale(0.96);
  box-shadow: 0 2px 10px rgba(255, 77, 77, 0.4), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.desktop-clear-conversation-btn:focus {
  outline: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 0 3px rgba(65, 228, 237, 0.3);
}
@media screen and (min-width: 1025px) {
  .product-finder-banner.sitewide-mode .desktop-chat-header-actions {
    display: none !important;
  }
}
.message.bot.streaming .message-content::after,
.message.bot.streaming span::after {
  content: '▊';
  color: #41E4ED;
  animation: streaming-blink 0.7s infinite;
  margin-left: 2px;
  font-weight: normal;
}
@keyframes streaming-blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}
.message.bot span[data-bind*="text"],
.message.bot span[data-bind*="html"] {
  display: inline;
  word-break: break-word;
}
/* Modern Industrial Client Popup Styles */
/* Basic Reset / Font Setup (Adjust font-family to match your site) */
.industrial-popup-container {
  box-sizing: border-box;
  /* Prevents padding from adding to width/height */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* Example: Clean sans-serif font */
  line-height: 1.6;
  color: #333;
}
.industrial-popup-container *,
.industrial-popup-container *:before,
.industrial-popup-container *:after {
  box-sizing: inherit;
}
.grecaptcha-badge {
  visibility: hidden;
}
/* --- Main Popup Container --- */
#industrial-popup-modern {
  background-color: #ffffff;
  border-radius: 12px;
  /* Softer corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  /* More pronounced shadow */
  max-width: 580px;
  /* Slightly wider */
  width: 90%;
  padding: 35px 45px;
  /* More internal spacing */
  position: relative;
  /* Needed for absolute positioning of close button */
  text-align: left;
  /* Left-align text for better readability */
  border-top: 5px solid #0056b3;
  /* Accent color - CHANGE #0056b3 TO YOUR BRAND COLOR */
  overflow: hidden;
  /* Contain elements */
  /* You'll handle visibility/positioning with your existing JS */
  /* Example position (if needed):
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    */
}
/* --- Close Button --- */
.popup-close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  /* Larger, easier target */
  font-weight: 300;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 5px;
  transition: color 0.2s ease;
}
.popup-close-btn:hover {
  color: #333;
}
/* --- Header --- */
.popup-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  /* Subtle separator */
  display: flex;
  /* Allows for icon alignment if you add one */
  align-items: center;
}
.popup-header h2 {
  margin: 0;
  font-size: 1.7em;
  /* Adjust size as needed */
  font-weight: 600;
  color: #1a1a1a;
  /* Darker heading */
  /* If you add an icon, add margin-left: 10px; */
}
/* Optional Icon styling */
/* .popup-header .icon-industry { font-size: 1.5em; color: #0056b3; } */
/* --- Body Content --- */
.popup-body p {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 1.05em;
  /* Slightly larger base text */
  color: #555;
}
.popup-body p:last-child {
  margin-bottom: 0;
  /* No extra space before CTA */
}
/* --- Call to Action (CTA) --- */
.popup-cta {
  margin-top: 25px;
  /* Space above button */
  text-align: center;
  /* Center the button */
}
.cta-button {
  display: flex;
  /* Use flex for block behaviour & centering */
  width: 100%;
  /* Make button take full width */
  box-sizing: border-box;
  /* Include padding in width */
  align-items: center;
  justify-content: center;
  /* Center content (icon + text) */
  color: #ffffff !important;
  /* Ensure text is white */
  padding: 14px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.15em;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  border: none;
  text-align: center;
  cursor: pointer;
  /* Add pointer cursor */
  /* --- Default Blue Background & Shadow (Ensure these are present) --- */
  background-color: #007bff;
  /* Default BLUE background - ADJUST COLOR IF NEEDED */
  box-shadow: 0 3px 6px rgba(0, 123, 255, 0.3);
  /* Default BLUE shadow - ADJUST COLOR IF NEEDED */
}
.cta-button:hover,
.cta-button:focus {
  background-color: #0056b3;
  /* Darker shade on hover - ADJUST COLOR */
  box-shadow: 0 5px 10px rgba(0, 86, 179, 0.4);
  /* Enhanced shadow - ADJUST COLOR */
  transform: translateY(-1px);
  /* Slight lift effect */
  color: #ffffff;
  outline: none;
}
.cta-button .icon-email-svg {
  display: inline-block;
  /* Allows width/height */
  width: 1.3em;
  /* Adjust size to match WhatsApp icon */
  height: 1.3em;
  /* Adjust size to match WhatsApp icon */
  background-color: #ffffff;
  /* This IS the icon color */
  margin-right: 0.7em;
  /* Space between icon and text */
  vertical-align: middle;
  /* Align with text */
  position: relative;
  top: -1px;
  /* Fine-tune vertical alignment */
  /* --- Apply the mask --- */
  -webkit-mask-image: url(../images/icons/mail.svg);
  /* Path to mail SVG */
  mask-image: url(../images/icons/mail.svg);
  /* Path to mail SVG */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  /* Fit the SVG within the element */
  mask-size: contain;
}
/* --- Footer --- */
.popup-footer {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  /* Subtle separator */
  text-align: center;
}
.popup-footer p {
  margin: 0;
  font-size: 0.9em;
  color: #777;
}
/* --- Responsiveness (Example) --- */
@media (max-width: 600px) {
  #industrial-popup-modern {
    padding: 25px 20px;
    /* Less padding on small screens */
    max-width: 95%;
  }
  .popup-header h2 {
    font-size: 1.5em;
  }
  .popup-body p {
    font-size: 1em;
  }
  .cta-button {
    padding: 12px 25px;
    font-size: 1.05em;
  }
}
#industrial-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  /* Dim background */
  z-index: 1000;
  /* Ensure it's below popup but above content */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  /* Delay visibility change */
}
/* Popup container base styles */
#industrial-popup-modern {
  /* Your existing modern styles (position, background, padding, etc.) */
  position: fixed;
  /* Example positioning */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  /* Above overlay */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0.3s;
  /* Delay visibility change */
  transform: translate(-50%, -45%);
  /* Start slightly higher for subtle entry */
}
/* --- Visibility Control Classes --- */
.popup-overlay-hidden,
.popup-container-hidden {
  opacity: 0;
  visibility: hidden;
}
#industrial-popup-overlay.popup-visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  /* Show immediately */
}
#industrial-popup-modern.popup-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  /* Move to final position */
  transition-delay: 0s;
  /* Show immediately */
}
#industrial-popup-modern .popup-header h2::before {
  content: none !important;
  /* Remove any content injected via CSS */
  display: none !important;
  /* Ensure it doesn't take up space */
}
/* Add these styles for the WhatsApp button */
.cta-button--whatsapp {
  background-color: #25D366;
  /* WhatsApp Green */
  box-shadow: 0 3px 6px rgba(37, 211, 102, 0.3);
  /* Green shadow */
  margin-bottom: 10px;
  /* Space between buttons */
}
.cta-button--whatsapp:hover,
.cta-button--whatsapp:focus {
  background-color: #128C7E;
  /* Darker WhatsApp Green */
  box-shadow: 0 5px 10px rgba(18, 140, 126, 0.4);
  /* Darker green shadow */
  color: #ffffff;
  /* Ensure text stays white on hover */
  /* Inherits transform from .cta-button:hover */
}
.cta-button .icon-whatsapp-svg {
  display: inline-block;
  /* Allows width/height */
  width: 1.3em;
  /* Adjust size as needed (relative to button font size) */
  height: 1.3em;
  /* Adjust size as needed */
  background-color: #ffffff;
  /* This IS the icon color */
  margin-right: 0.7em;
  /* Space between icon and text */
  vertical-align: middle;
  /* Align with text */
  position: relative;
  top: -1px;
  /* Fine-tune vertical alignment */
  /* --- Apply the mask --- */
  -webkit-mask-image: url(../images/icons/whatsapp.svg);
  /* Adjust path if needed! */
  mask-image: url(../images/icons/whatsapp.svg);
  /* Adjust path if needed! */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  /* Fit the SVG within the element */
  mask-size: contain;
}
/*
  .cta-button--whatsapp .whatsapp-icon-btn {
    display: inline-block;
    width: 1.2em;
    height: 1.1em;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%; 
    margin-right: 0.7em;
    position: relative;
    vertical-align: middle;
    top: -1px;
  }
  
  
  .cta-button--whatsapp .whatsapp-icon-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 45%; 
    height: 45%; 
    border: 1px solid white;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom: none;
    border-left: none;
  }
  .cta-button--whatsapp .whatsapp-icon-btn::after {
      content:"";
      position: absolute;
      bottom: 18%; 
      left: 18%; 
      width: 22%; 
      height: 22%; 
      background-color: white;
      border-radius: 50%;
      transform: rotate(-45deg);
  }
  */
.popup-cta .cta-button:last-child {
  margin-bottom: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/*
@icons__font-path: '@{baseDir}fonts/Luma-Icons';
@icons__font-name: 'luma-icons';
*/
body {
  margin: 0px !important;
  padding: 0px !important;
  background: white;
}
.page-wrapper {
  background-color: white;
}
.cwcustom-class {
  color: blue;
}
#maincontent {
  padding: 0;
}
/***DIMENSIONS*/
@media (min-width: 1px) {
  .owl-carousel.owl-loaded {
    display: none;
  }
  nav-sections-item-content > #main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  section.cat-desc-section:before {
    display: none!important;
  }
  .sub-category-container {
    display: block !important;
    margin-bottom: 30px;
  }
  .category {
    display: inline-block !important;
    vertical-align: top;
    width: calc((98% - 2%) / 2) !important;
    margin-bottom: 10px;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .category:nth-child(2n) {
    margin-left: 2%;
  }
  .category a {
    display: block;
  }
  .category picture {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .category img {
    position: relative;
    object-fit: contain;
    height: -webkit-fill-available;
  }
  .category span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category-tiles::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }
  .cat-desc-section,
  .cat-desc {
    position: relative;
    clear: both;
  }
  .category picture,
  .category img {
    width: 100%;
    height: auto;
    max-height: 70%;
    object-fit: contain;
    margin-bottom: 10px!important;
  }
  .category span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* For very small screens */
@media screen and (max-width: 359px) {
  .category {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*
	.category-tiles {
		width: 100%;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	  }
	  
	  .sub-category-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	  }
	  
	  .category {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
		background-color: #FFFFFF;
		box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.07);
		text-align: center;
	  }
	  
	  .category a {
		display: block;
		color: black;
		text-decoration: none;
	  }
	  
	  .category picture, .category img {
		width: 100%;
		height: auto;
		max-height: 70%;
		object-fit: contain;
		margin-bottom: 10px;
	  }
	  
	  .category span {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }

	.category-tiles {
		max-width: 75%;
	}
	
	.category {
		width: calc(33.33% - 10px);
	}
	
	.category span {
		font-size: 1rem;
	}
	*/
  /*
	.category-tiles {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		min-height: fit-content;
	  }
	
	  .sub-category-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 5px;
		min-height: fit-content;
	  }
	
	  .category {
		margin-bottom: 10px;
		aspect-ratio: 1 / 1;
	  }
	
	  .category a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		text-align: center;
		width: 100%;
		height: 100%;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 8px;
	  }
	
	  .category picture,
	  .category img {
		width: 100%;
		height: auto;
		max-height: 70%;
		object-fit: contain;
		margin-bottom: 10px;
	  }
	
	  .category span {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	  }

	*/
  /* NEW UP */
  .bulk,
  .sidebar,
  #nav_menu {
    display: none;
  }
  .page-header {
    border-bottom: none;
    margin-bottom: 0;
    display: -webkit-inline-box;
  }
  .logo {
    position: absolute;
    margin: 0 auto;
    left: 0;
    margin-top: 12px;
    right: 0;
    width: auto;
  }
  .logo img {
    margin: 0 auto;
    height: auto;
  }
  .block-search .control {
    border-top: none;
  }
  .columns .column.main {
    text-align: center;
  }
  .columns .column.main .cat-desc {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .nav-sections {
    background: none;
    margin-bottom: 0px;
  }
  .nav-sections-item-content > #nav_menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-sections-item-content > #nav_menu ul li {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .page-main {
    max-width: none;
  }
  .nav-sections-item-content > .navigation {
    display: none;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 230px;
    padding: 0;
    float: none;
    display: table-cell;
  }
  .columns,
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  #maincontent,
  .page-wrapper > .breadcrumbs {
    width: 640px;
    max-width: none;
    margin: 0 auto;
  }
  .page-layout-2columns-left .column.main {
    width: 390px;
  }
  .cat-desc {
    text-align: justify;
  }
}
@media (min-width: 1023px) {
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  .page-wrapper > .breadcrumbs {
    width: 1000px;
  }
  .page-layout-2columns-left .column.main {
    width: 760px;
  }
  .owl-carousel.owl-loaded {
    display: block;
    width: 1000px;
    height: 270px;
    float: right;
    margin-bottom: 40px;
  }
  .owl-carousel.owl-loaded .itm {
    display: contents;
  }
  .category-tiles {
    width: 800px;
  }
  .category-tiles .category {
    width: 250px;
  }
}
@media (min-width: 1270px) {
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  .page-wrapper > .breadcrumbs {
    width: 1235px;
  }
  .page-layout-2columns-left .column.main {
    width: 995px;
  }
  .owl-carousel.owl-loaded {
    width: 992px;
  }
  .category-tiles {
    width: 1010px;
  }
}
@media (min-width: 1438px) {
  .nav-sections-item-content > #nav_menu,
  .page-header .header.panel,
  .header.content,
  .page-wrapper > .breadcrumbs {
    width: 1412px;
  }
  .page-layout-2columns-left .column.main {
    width: 1170px;
  }
  .owl-carousel.owl-loaded {
    width: 1170px;
    height: 315px;
  }
  .category-tiles {
    width: 1120px;
  }
}
@media (min-width: 1530px) {
  .category-tiles {
    width: 1200px;
  }
}
@media (min-width: 1920px) {
  .category-tiles {
    width: 1515px;
  }
}
@media (min-width: 2560px) {
  .columns,
  .cat-desc-section,
  #maincontent {
    width: 2560px;
  }
  .category-tiles {
    width: 2015px;
  }
  .homepage-tiles {
    height: 860px!important;
  }
}
.page-wrapper > .breadcrumbs a {
  color: white;
}
.page-wrapper > .breadcrumbs a:hover {
  color: #0090e3;
  text-decoration: none;
}
.page-wrapper > .breadcrumbs li.item.home a {
  color: white;
}
.breadcrumbs > ul > li:after {
  font-size: 34px!important;
}
.breadcrumbs {
  min-height: 40px;
}
/* Cls Fix */
.page-header {
  min-height: 115px;
}
.header.content {
  width: -webkit-fill-available;
  width: auto;
  margin: 0;
}
ul.header.links {
  max-width: fit-content;
  padding: 0;
  width: 16.66666667%;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
  display: grid;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content > li {
  border-bottom: 1px solid #eee;
}
.dropdown-content:focus {
  display: grid;
}
.dropdown {
  cursor: pointer;
}
.dropdown > span {
  color: white;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
}
.dropdown > span:hover {
  color: #0090e3;
  font-weight: bold;
}
/* Firefox */
div#nav-menu {
  width: -moz-available;
}
nav#main-menu {
  display: inline-grid;
  width: -moz-available;
}
nav#main-menu > ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content !important;
}
nav#main-menu > ul > li {
  padding: 14px 0px 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  align-items: center;
}
nav#main-menu > ul > li > a {
  display: inline-flex;
  align-items: center;
  white-space: normal;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-style: normal;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
}
nav#main-menu > ul > li > a:hover {
  color: #0090e3;
  font-weight: bold;
}
.transition-3 a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.pg-slideup-effect {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@-moz-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.dropdown > ul {
  width: 60%;
  right: auto;
  opacity: 1;
  visibility: visible;
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  min-width: 250px;
  grid-template-columns: auto auto auto;
  left: 10%;
}
.dropdown > ul > li {
  padding: 14px 0px 7px;
  border-left: 1px solid #eee;
  display: inline-block;
  margin: 0 5px 0 0;
}
.dropdown > ul > li:hover i {
  color: #1b75bc;
}
.dropdown > ul > li:hover i ~ a {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  transform: translate(-50px);
  box-shadow: 0 8px #1b75bc;
  transform: translate(5px, 1px);
}
.dropdown > ul > li > i {
  font-size: 30px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown > ul > li > a {
  color: #8e8e8e;
  text-decoration: none;
  padding-top: 5px;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.dropdown > ul > li > a:hover {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  transform: translate(-50px);
  box-shadow: 0 8px #1b75bc;
  transform: translate(5px, 1px);
}
.nav-sections-item-content {
  text-align: -webkit-center;
}
.main-menu-search {
  width: 20%;
  padding-top: 14px;
  padding-bottom: 0px;
  position: relative;
  top: 5%;
}
.mobile-logo {
  display: none;
}
.search-mobile {
  display: none;
  visibility: hidden;
}
.header.content {
  padding: 10px;
  /*
	background: rgb(58,58,61);
	background: -moz-linear-gradient(90deg, rgba(58,58,61,1) 0%, rgba(71,74,89,1) 30%, #474A59 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,58,61,1) 0%, rgba(71,74,89,1) 30%, #474A59 100%);
	background: linear-gradient(90deg, rgba(58,58,61,1) 0%, rgba(71,74,89,1) 30%, #474A59 100%); 
	*/
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
}
/* Banner + Reszta */
.panel.wrapper {
  background: transparent!important;
}
.columns {
  max-width: 100%;
  z-index: 0!important;
}
.pg-banner {
  /* CLS FIX - dla cls musi byc stricte okreslony height + width */
  height: 26vw;
  object-fit: cover;
  width: 100%;
  aspect-ratio: auto 640 / 360;
}
.banner:after {
  content: '';
  display: block;
  border-top: 5.84vw solid #18232F;
  border-left: 0vw solid transparent;
  border-right: 86vw solid transparent;
  background: #fff;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}
/* CLS FIXY */
.banner > a {
  display: block;
}
.homepage {
  display: inline-block;
  height: auto;
  position: relative;
}
.logo-header {
  aspect-ratio: auto 640 / 360;
  min-width: 180px;
}
.flag {
  min-width: 35px;
}
.fas,
.far {
  min-width: 24px;
  display: inline-block;
}
div#categories {
  width: 100%;
  display: inline-block;
  height: auto;
}
.category-description > h1 {
  text-shadow: none;
  letter-spacing: normal;
  color: #333333;
}
.category-description > h2 {
  text-shadow: none;
  letter-spacing: normal;
  color: #333333;
}
.product-description > div {
  margin: 15px;
  padding: 15px;
}
div.homepage-tiles {
  display: inline-block;
  width: 100%;
  text-align: -webkit-center;
  margin-top: 15px;
  max-width: 100%;
}
.category {
  padding: 20px;
}
div.sub-category-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
div.sub-category-container .category a {
  height: auto;
}
.header-link {
  height: 77px;
}
.header-link img {
  height: 65px;
  width: 170px;
  max-width: 100%;
  height: auto;
}
div.category {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  width: inherit;
  font-size: 1.5rem;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.07000000000000001), 0 2px 1px -1px rgba(0, 0, 0, 0.07000000000000001), 0 1px 3px 0 rgba(0, 0, 0, 0);
  width: 300px;
  height: 250px;
}
div.category > a {
  height: 100%;
  overflow: hidden;
}
div.category > a > img {
  margin: auto;
  display: block;
}
.homepage-tiles .category {
  height: 200px;
}
picture {
  display: block;
  height: 180px;
}
.sub-category-container > .category:hover {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  box-shadow: 0 8px #1b75bc;
  transform: translate(0px, 0px);
  transition: 0.1s ease;
}
.column.main {
  overflow: hidden;
}
.category-1 {
  -moz-transform: translate(-5px, 50px);
  -webkit-transform: translate(-5px, 50px);
  -o-transform: translate(-5px, 50px);
  -ms-transform: translate(-5px, 50px);
  transform: translate(-5px, 50px);
  z-index: 1;
  box-sizing: border-box;
}
.category-2 {
  z-index: 2;
  -moz-transform: translate(0px, -30px);
  -webkit-transform: translate(0px, -30px);
  -o-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  box-sizing: border-box;
}
.category-3 {
  -moz-transform: translate(5px, 50px);
  -webkit-transform: translate(5px, 50px);
  -o-transform: translate(5px, 50px);
  -ms-transform: translate(5px, 50px);
  transform: translate(5px, 50px);
  z-index: 1;
  box-sizing: border-box;
}
.hp-row-2 {
  padding-bottom: 5vw!important;
}
.hp-row-2 > h2,
.hp-row-7 > h2 {
  color: white;
  text-shadow: 2px 2px #474a59;
  font-weight: bold;
}
.hp-row-2 > * b {
  color: black;
}
.hp-row-1 {
  padding-bottom: 3.2vw !important;
}
.hp-row-2,
.hp-row-6 {
  flex-direction: row-reverse;
  padding-top: 0!important;
  background: #017ae3;
}
.hp-row-2 > .text-container,
.hp-row-6 > .text-container {
  color: white;
}
.hp-row-2 > .text-container > * a,
.hp-row-6 > .text-container > * a {
  color: black;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
}
.hp-row-2 > .text-container > * a:hover,
.hp-row-6 > .text-container > * a:hover {
  font-weight: bold;
}
.hp-row-2:before {
  content: '';
  display: block;
  border-bottom: 4.84vw solid #017ae3;
  border-right: 100vw solid transparent;
  background: #fff;
  margin-bottom: 1.84vw;
}
.hp-row-4 {
  flex-direction: row-reverse;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  padding-bottom: 4.84vw !important;
  /* Increased to account for triangle height */
  padding-top: 0.9vw !important;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 78.16%, /* bottom right above triangle */ 50% 100%, /* bottom middle point */ 0 78.16% /* bottom left above triangle */);
}
.hp-row-4 > p {
  color: white;
  margin: 30px;
}
/*
.hp-row-4 {
	flex-direction: row-reverse;
	//background: #464958;
	background: linear-gradient(135deg, 
    rgba(24, 35, 47, 1) 0%, 
    rgba(31, 43, 55, 1) 50%, 
    rgba(42, 55, 68, 1) 100%
);
	padding-bottom: 0!important;
	padding-top: 0.9vw!important;
	> .text-container {
		color: white;
	}
	> .category-container {
		padding-bottom: calc(2.9vw);
	}
}

.hp-row-4:after {
	content: '';
    display: block;
    //border-top: 4.84vw solid #464958;
	border-top: 4.84vw solid #18232F;

    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    background: #fff;
    margin-top: 2vw;
    z-index: 1;
    position: relative;
}
*/
.hp-row-5 {
  padding-bottom: 0!important;
}
.hp-row-5:after {
  content: '';
  display: block;
  border-bottom: 4.84vw solid #017ae3;
  border-left: 100vw solid #ffffff;
  background: #fff;
  margin-top: 2.84vw;
  /*margin-top: 0.84vw;*/
  z-index: 1;
  position: relative;
}
.homepage-tiles h1,
.homepage-tiles h2 {
  text-shadow: 9px 8px 5px black;
}
/* Homepage 05 2021 */
.homepage-description {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  width: inherit;
  font-size: 1.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*
	border: 1px solid rgb(0 30 60 / 12%);
    box-shadow: 0 12px 32px 0 rgb(0 30 60 / 12%);
    */
  border: 1px solid #d8e1e6;
  box-shadow: 0 12px 32px 0 #cedae0;
  border-radius: 8px;
  min-height: 100%;
  overflow: hidden;
}
.homepage-inner-description {
  margin: 0 20px;
  padding: 24px 16px;
}
.homepage-middle-text {
  text-align: center;
  padding: 15px;
  margin: 10px;
}
.homepage-middle-text > * b {
  color: black;
}
/*
#categories > h1 {
	font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
*/
.homepage-tiles > h1 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: none;
}
.homepage-tiles > .category:hover {
  background: transparent;
  color: #1b75bc;
  font-weight: bold;
  box-shadow: 0 8px #1b75bc;
  transform: translate(0px, 0px);
  transition: 0.1s ease;
}
/* End 05 2021 */
.hp-row-2 > p,
.hp-row-4 > p,
.hp-row-7 > p {
  color: white;
  margin: 30px;
}
.hp-row-1 > * h1 {
  text-shadow: none;
  border-bottom: 1px solid #ccc c;
  letter-spacing: 0px;
}
.hp-row-5 > .text-container > .homepage-text > h2 {
  text-shadow: none!important;
}
.hp-row-3 > .text-container > .homepage-text > h2 {
  text-shadow: none!important;
}
.info-row > .align-items-center > .flex-25 > * {
  text-shadow: none!important;
}
.hp-row-6 {
  padding-top: 7.9vw !important;
}
.hp-row-6 > .text-container > .homepage-text > h2 {
  padding-left: 0;
  color: white;
}
.hp-row-7 {
  padding-top: 0!important;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
}
.hp-row-7 > .text-container {
  color: white;
}
.hp-row-7 > .text-container * h2 {
  color: white;
  padding-left: 0;
}
.hp-row-7 > .category-container {
  padding-top: calc(2.9vw);
}
.hp-row-7:before {
  content: '';
  display: block;
  border-top: 4.84vw solid #017ae3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  z-index: 1;
  position: relative;
}
.info-row {
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10%;
  margin-right: 10%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.info-row > * h3 {
  color: black;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 28px;
  border: none;
  box-shadow: none;
}
.product-wrapper-grid h3,
.cat-desc h3 {
  font-size: 20px;
}
.align-items-center {
  display: flex;
  align-items: center;
  text-align: center;
}
.flex-25 {
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
h3.info-text {
  margin-right: 3rem;
  text-align: left;
  font-size: 28px;
}
h3.info-text ~ p {
  font-size: 1.6rem;
  text-align: left;
}
.silownik-float {
  background-repeat: no-repeat;
  background-image: url('../images/silownik-2.png');
  background-position-x: 90%;
  background-position-y: 80%;
}
.heading-span {
  display: block;
  font-size: 1.5vw;
  font-weight: bold;
  padding-top: 10px;
}
.heading-span ~ span {
  padding-top: 15px;
  display: block;
  letter-spacing: -0.05em;
  font-size: 1vw;
}
/* Blog */
.blog-row {
  display: inline-block;
  padding-top: 30px;
  border-bottom: 0;
}
.blog-heading {
  display: block;
  text-align: center;
  font-size: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.post-row {
  align-self: center;
  display: inline-flex;
  flex: 0 0 33%;
  max-width: 33%;
  box-sizing: border-box;
  height: 100%;
  padding-right: 10px;
  padding-top: 2px;
  padding-left: 0.25rem;
}
.post-row > a {
  height: inherit;
  display: inline-block;
  width: 100%;
}
.post-row > a:hover {
  text-decoration: none;
  transition: 0.3s;
}
.post-row > a:hover > * span {
  color: #0056b3;
}
.post-row > a:hover > .post {
  background-color: #fafafa;
}
.post-media {
  text-align: center;
}
.post-media > img {
  width: 480px;
  height: 180px;
}
.post {
  height: inherit;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07000000000000001), 0 2px 1px -1px rgba(0, 0, 0, 0.07000000000000001), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.post-content {
  text-align: left;
  padding: 15px;
}
.post-content > span {
  font-size: 2rem;
  font-weight: bold;
  color: black;
}
.post-content > p {
  margin: 0;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-top: 14px;
}
/* Font */
.product-info-main {
  margin-right: 40px;
}
.product.info.detailed {
  margin-left: 40px;
  margin-right: 40px;
}
.product-image-photo {
  position: inherit!important;
}
/* Search results */
.column.main {
  width: 100%!important;
}
.column.main > .search.results {
  padding: 50px;
}
div#layered-filter-block {
  width: 30%;
  margin: 0;
  float: left;
}
.switcher.language .dropdown:hover i {
  color: #1b75bc;
}
.pg-store-switcher-wrapper {
  align-self: center;
  color: #CCC;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px 0px 7px;
  min-width: 75px;
}
.pg-store-switcher-wrapper .dropdown ul {
  vertical-align: baseline;
  width: 10%;
  opacity: 1;
  visibility: visible;
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  position: absolute;
  min-width: 240px;
  grid-template-columns: none;
  right: 13%;
  left: unset;
}
.pg-store-switcher-wrapper .dropdown ul li span {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.pg-store-switcher-wrapper .pg-language-dropdown {
  display: flex;
}
.pg-store-switcher-wrapper .pg-language-dropdown i {
  margin-left: 5px;
  align-self: center;
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  div.category-container {
    width: 100%;
    place-content: center;
  }
  .category {
    transform: none;
    height: auto!important;
    display: inline-flex !important;
    height: 250px!important;
  }
  div#nav-menu {
    display: block;
  }
  .pg-store-switcher-wrapper {
    align-self: auto;
  }
  .block-search {
    float: left;
  }
  #search_autocomplete {
    left: 0;
  }
  nav#main-menu {
    display: inline-block;
  }
  nav#main-menu > ul {
    display: block;
    margin: 0!important;
  }
  nav#main-menu > ul > li {
    display: block!important;
  }
  /*
	.header.links {
		display: none!important;
	}
	*/
  .blog-row {
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .category {
    font-size: 1.2rem !important;
  }
}
/* Mobilny dla nowego headera */
@media (min-width: 320px) and (max-width: 767px) {
  div#social-login-popup {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 20px;
  }
  .products-related .product-items {
    text-align: -webkit-center;
  }
  .page-header .amsearch-wrapper-block:before {
    background: none;
  }
  .amsl-popup-block .amsl-social-login {
    min-height: auto;
  }
  .header.content {
    width: -webkit-fill-available;
  }
  .toolbar-sorter {
    display: none;
  }
  .search.results {
    padding: 10px!important;
  }
  .search.results > .products.wrapper.grid.products-grid {
    margin: 0;
  }
  .product-info-main {
    margin-right: 0px;
  }
  .invis-force {
    display: none!important;
  }
  nav#main-menu {
    grid-auto-flow: column;
  }
  nav#main-menu > ul > li:not(:last-child) {
    display: none;
    width: 100%;
  }
  #main-menu > ul:not(:last-child) {
    padding: 0;
  }
  .header.content {
    background: transparent;
    padding: 5px;
  }
  .header.links {
    height: fit-content;
    align-self: center;
  }
  .mobile-logo {
    display: block;
    z-index: 5;
    display: contents;
  }
  .pneumatig-authorization-link {
    display: block;
    text-align: start;
    width: inherit;
    font-size: 16px;
  }
  .pneumatig-authorization-link > a {
    display: block;
    padding: 5px 5px 10px;
    color: #6c6a6a;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .banner {
    display: none;
  }
  .columns {
    overflow: hidden;
  }
  .row-container {
    display: inline-block;
    max-width: 100vw;
  }
  .row-container > .text-container {
    display: none;
  }
  .row-container > .category-container {
    max-width: 100%!important;
    height: auto;
  }
  .row-container > .category-container > div > a {
    height: 100%;
  }
  .row-container > .category-container > div > a > img {
    height: auto;
  }
  .hp-row-1 {
    margin-top: 50px;
  }
  .info-row {
    margin: 10px;
    padding: 10px;
  }
  .info-row > .product-description {
    margin: auto;
  }
  .info-row > div {
    display: inline-block;
  }
  .info-row > div > .flex-25 {
    max-width: 100%;
  }
  .info-row > div > .flex-25 > h3,
  .info-row > div > .flex-25 p {
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .info-row > div > .flex-25 > .fa-award {
    display: none;
  }
  .info-row > div > .flex-25 > i {
    font-size: 20vw!important;
  }
  .info-row > div > .flex-25 > span {
    font-size: 6.2vw;
  }
  .blog-row {
    margin: 10px;
    padding: 0;
  }
  .blog-row > .post-row {
    display: block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    max-width: 100%;
    height: auto;
  }
  .hp-row-7 {
    margin-bottom: 35px;
  }
  .navigation {
    text-align: initial;
  }
  .cat-desc {
    width: -webkit-fill-available !important;
  }
  .category-tiles > .category {
    width: 30%;
    float: none;
    min-height: 120px;
    vertical-align: middle;
  }
  .category-tiles {
    width: 100%!important;
  }
  /*
	.category-tiles > .sub-category-container > .category {
		width: 50%;
		height: auto;
	}
	*/
  .silownik-float {
    background-image: none!important;
  }
  .pg-store-switcher-wrapper {
    margin-left: 10px;
  }
  .pg-store-switcher-wrapper ul.dropdown {
    width: auto;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
  }
  .tooltip {
    margin: auto;
    left: auto;
  }
}
@media (min-width: 425px) and (max-width: 1024px) {
  .dropdown-content {
    width: 80vw!important;
  }
}
body {
  font-size: 1.3rem !important;
  font-family: "Poppins";
}
body,
.page-wrapper {
  overflow-x: hidden;
}
.sidebar .o-list li {
  border: 0;
}
.page-header .panel.wrapper {
  background: linear-gradient(90deg, #3a3a3d 0%, #474a59 30%, #474a59 100%) !important;
  border: none !important;
}
.invis {
  display: none;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: none;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clear {
  clear: both;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
/* Responsive Homepage */
@media (min-width: 320px) and (max-width: 600px) {
  .swiper-container {
    display: none;
  }
  div#categories {
    top: 50px;
    position: relative;
  }
  div.cat-desc {
    width: auto;
    margin-top: 0px;
  }
  .homepage-tiles .category {
    width: 35% !important;
  }
  div.category {
    transform: none;
    font-size: 1rem;
    height: auto;
    width: 30%;
  }
  div.category > a > span {
    display: block;
  }
  .category {
    display: inline-block !important;
    vertical-align: top;
    width: calc(33.33%) !important;
    height: auto !important;
    min-height: 200px;
    margin: 10px;
    transform: none !important;
  }
  .category a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .category picture {
    height: auto;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category img {
    max-width: 100%;
    max-height: 120px;
    height: auto;
    width: auto;
    object-fit: contain;
  }
  .category span {
    margin-top: 8px;
    font-size: 1.2rem;
    display: block;
  }
  .hp-row-7 > .category-container > .category {
    height: 170px;
  }
}
#carousel {
  position: relative;
  z-index: 0;
}
h1 {
  font-size: 2.5em;
  font-weight: 400;
  margin: 0.67em 0;
  letter-spacing: 0.1em;
}
h2 {
  padding: 20px;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0.67em 0;
  letter-spacing: 0.1em;
}
h2:before {
  content: '';
  margin-right: 10px;
  vertical-align: text-top;
}
h3 {
  padding: 20px;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0.67em 0;
  color: white;
}
h3:before {
  margin-right: 10px;
}
b,
h4 {
  font-weight: 700;
  padding: 2px;
  color: #f0f0f0;
  letter-spacing: 0.1em;
}
.main .category a {
  color: black;
  display: block;
  text-decoration: none;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 1269px) {
  .main {
    width: 183px;
  }
}
/* Opis Kategori — scoped so it never bleeds into .cat-desc-content */
section.cat-desc-section > .cat-desc {
  clear: left;
  padding: 10px 30px 30px 30px;
  border: 1px solid #ccc;
  background: #fbfbfb;
  clear: both;
  margin: 10px 7px 0px 3px;
  width: 91.09999999999999%;
  display: inline-block;
}
section.cat-desc-section > .cat-desc p {
  margin: 1em 0;
}
.cat-desc > * a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: 700;
  text-decoration: none;
}
/* MENU */
nav#main-menu {
  z-index: 100;
  display: inline-flex;
  width: -webkit-fill-available;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.1em;
  position: relative;
}
nav#main-menu > ul {
  margin: 0px;
  width: 100%;
}
.menu-phone > .fa-phone-alt {
  color: white;
  padding-right: 5px;
}
nav#main-menu > ul > li.menu-item {
  border-left: 1px solid #ececec;
  float: left;
  height: 38px;
  line-height: 27px;
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
nav#main-menu > ul > li.menu-item:hover {
  background: #6c89a8;
  background: -moz-linear-gradient(top, #0e76bc 0%, #0e76bc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e76bc), color-stop(100%, #0e76bc));
  background: -webkit-linear-gradient(top, #0e76bc 0%, #0e76bc 100%);
  background: -o-linear-gradient(top, #0e76bc 0%, #0e76bc 100%);
  background: -ms-linear-gradient(top, #0e76bc 0%, #0e76bc 100%);
  background: linear-gradient(to bottom, #0e76bc 0%, #0e76bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c89a8', endColorstr='#456486', GradientType=0);
}
nav#main-menu > ul > li.menu-item:hover a {
  color: #ebeef1;
}
nav#main-menu li.menu-item > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  display: block;
  padding: 5px 10px;
}
nav#main-menu > ul > li.menu-item > div.submenu {
  display: none;
}
nav#main-menu > ul > li.menu-item:hover div.submenu {
  display: block;
  background: #fff;
  position: absolute;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 0px 15px 10px 15px;
  z-index: -1;
}
nav#main-menu > ul > li.menu-item:hover div.submenu ul {
  padding: 0;
  margin: 10px 0px 0px 0px;
}
nav#main-menu > ul > li.menu-item:hover div.submenu ul li {
  display: block;
  min-width: 150px;
  font-size: 0.9em;
}
nav#main-menu > ul > li.menu-item:hover div.submenu ul li a {
  color: #1b75bc;
}
nav#main-menu > ul > li.menu-item:hover div.submenu ul li a:hover {
  color: #00a3ee;
  text-decoration: none;
}
nav#main-menu > ul > li.menu-item.first {
  border-left: 0px;
  font-size: 23px;
  line-height: 30px;
}
nav#main-menu > ul > li.menu-item.first:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.phone-last {
  float: right !important;
  position: relative;
  margin-top: 5px !important;
  margin-right: 10px !important;
  font-weight: 700;
  pointer-events: none;
  border-left: none !important;
  border-bottom: none !important;
}
.fa-pg-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.dropdown-content > li > i:before {
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* STOPKA */
.column {
  padding: 0 !important;
}
.copyright {
  background: linear-gradient(40deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  padding: 0px;
}
.copyright > ul {
  display: contents;
}
.footer.wrapper {
  border-top: 1px solid #ccc;
  padding: 80px 0;
}
.footer.wrapper * div {
  box-sizing: border-box;
}
.footer.wrapper * .pg-4,
.footer.wrapper .pg-3 {
  float: left;
}
.footer.wrapper > .footer-container {
  width: 65%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer.wrapper > .footer-container > .row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  font-size: 1.6rem;
}
.footer.wrapper > .footer-container > .row > .pg-4 {
  display: grid;
}
.footer.wrapper > .footer-container > .row > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.footer.wrapper > .footer-container > .row > div > .footer-logo-container {
  height: 50px;
  margin-bottom: 15px;
  float: left;
  display: inline-flex;
}
.footer.wrapper > .footer-container > .row > div > .footer-logo-container > a > img {
  vertical-align: middle;
}
.address-ul > li {
  display: flex;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
}
.address-ul > li > a {
  color: white;
  padding-left: 5px;
}
.address-ul > li > a:hover {
  text-decoration: none;
  color: #017ae3;
}
.address-ul > li > i {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.address-ul > li > p {
  float: left;
}
.footer-menu > li > i {
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}
p.copyright {
  margin: 0;
  overflow: hidden;
  background: none;
  position: relative;
}
.footer > ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 0;
}
.footer > ul * ul {
  padding: 0;
}
.footer > ul * a {
  color: white;
}
div.footer > ul > li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}
div.footer > ul > li li {
  list-style-type: none;
  padding-left: 0px;
  margin: 4px 0px;
}
ul.social-links {
  padding-left: 30px;
  margin: 0;
  display: flex;
}
ul.social-links > li {
  float: left;
  margin: 0 10px;
  font-size: 16px;
}
.footer-header {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 50%;
  padding-bottom: 15px;
  text-align: left;
  margin: 0;
}
.pg-3 > ul {
  text-align: left;
}
.pg-3 > ul > li {
  line-height: 30px;
  margin-bottom: 5px;
}
.pg-3 > ul * a {
  color: white;
  vertical-align: text-bottom;
}
.pg-3 > ul * a:hover {
  text-decoration: none;
  color: #017ae3;
}
ul.social-links > li > a > i {
  font-size: 25px;
  color: white;
  transition: 0.5s ease;
}
ul.social-links > li > a > i:hover {
  font-size: 40px;
}
div.footer-wrapper a {
  color: #eee;
}
/* Responsive Stopka */
@media (min-width: 1200px) and (max-width: 1600px) {
  .footer.wrapper {
    padding: 40px 0;
  }
  .footer.wrapper > .footer-container {
    width: 90%;
  }
  .footer.wrapper > .footer-container > .row {
    font-size: 1.2rem;
  }
  .footer.wrapper > .footer-container > .row > .pg-3 > span {
    float: left;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .page-products .columns {
    padding-top: 0px;
  }
  div#layered-filter-block {
    width: 90%;
  }
  .footer.wrapper {
    padding: 20px 0;
  }
  .footer.wrapper > .footer-container {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .footer.wrapper > .footer-container > .row {
    margin-right: 10px;
    margin-left: 10px;
    display: block;
    font-size: 1.2rem;
  }
  .footer.wrapper > .footer-container > .row > .pg-3,
  .footer.wrapper > .footer-container > .row .pg-4 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-header {
    text-align: left;
    margin-left: 0;
  }
  .minicart-wrapper * .product {
    overflow: hidden;
  }
  .minicart-wrapper * .product > a {
    width: 100%;
  }
  .minicart-wrapper * .product > a > .product-image-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .minicart-wrapper * .product > .product-item-details {
    display: inline-block;
    padding: 0;
  }
  .minicart-wrapper * .product > .product-item-details > .product-item-name,
  .minicart-wrapper * .product > .product-item-details .product-item-pricing {
    float: left;
  }
  .minicart-wrapper * .product > .product-item-details > .product.actions {
    float: right;
  }
}
.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}
.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #1b75bc;
}
.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #1b75bc;
}
.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #1b75bc;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/*** LOGIN ***/
.pg-login-wrapper {
  background: #000000 7a;
  position: absolute;
  width: 100%;
  height: 100% !important;
  z-index: 100;
  top: 0;
  bottom: 0;
}
.pg-login-wrapper .pg-wrapper-inner {
  position: fixed;
  width: 20%;
  min-width: 250px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px;
}
.pg-login-wrapper .pg-wrapper-inner .pg-login-title {
  height: 35px;
}
.pg-login-wrapper .pg-wrapper-inner .pg-login-input {
  margin-bottom: 10px;
}
.pg-login-wrapper .pg-wrapper-inner button {
  background: #1b75bc;
  border: 0;
  color: white;
  border-radius: 5px;
  box-shadow: none;
  transition: background 0.2s ease;
  float: right;
}
.pg-login-wrapper .pg-wrapper-inner button:hover {
  background: #058cf5;
}
/*** MINICART ***/
div#minicart-content-wrapper {
  padding: 25px 20px;
}
.secondary > div#top-cart-btn-checkout {
  float: left;
}
.counter.qty {
  background: #1979c3 !important;
}
div.block-minicart .block-title {
  display: block;
}
div.secondary div.subtotal {
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0px 20px 10px !important;
}
.minicart-items-wrapper {
  height: auto !important;
  position: relative;
  width: fit-content;
}
#minicart-content-wrapper .items-total {
  margin-bottom: 10px;
  top: -20px;
  position: relative;
}
.minicart-items-wrapper::-webkit-scrollbar {
  width: 3px;
}
.minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: grey;
  outline: 1px solid slategrey;
}
div.minicart-wrapper span.cart-subtotal {
  display: none;
}
span.counter-number {
  background: #1b75bc;
  border-radius: 50%;
}
span.counter.qty {
  min-width: 24px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.minicart-items .action.delete:before {
  font-size: 35px;
}
.minilist .action.delete:before,
.minicart-wrapper .action.edit:before {
  display: none;
}
/* Responsive Minicart */
@media screen and (max-width: 414px) {
  .modal-popup {
    z-index: 999;
  }
}
/* Minicart modifications */
.minicart-wrapper {
  z-index: 1000;
  margin-right: 20px;
  min-width: 49px;
}
.minicart-wrapper div.secondary {
  float: left;
}
.minicart-wrapper div.secondary button#top-cart-btn-checkout {
  width: 99%;
  background-color: #015eae;
  font-weight: normal;
}
.minicart-wrapper .action.showcart.active:before {
  transform: rotate(320deg);
}
.action.showcart:hover:before {
  transform: rotate(180deg);
}
@media (min-width: 320px) and (max-width: 767px) {
  .minicart-wrapper .action.showcart.active:hover:before,
  .minicart-wrapper .action.showcart:active:before,
  .minicart-wrapper .action.showcart:hover:before,
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    color: #474a59;
    background-color: #474a59 !important;
  }
}
/*** INPUT EFFECT ****/
input:focus {
  outline: none;
}
.input-eff input.input-focus,
.input-eff select.input-focus {
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}
.input-eff input.input-focus:focus,
.input-eff select.input-focus,
.input-eff input.has-content.input-focus {
  box-shadow: none;
}
.input-focus ~ .focus-border:before,
.input-focus ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  background-color: #1b75bc;
  transition: 0.3s;
}
select.input-focus ~ .focus-border:before,
select.input-focus ~ .focus-border:after {
  width: 100%;
}
.input-focus ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.input-focus ~ .focus-border i:before,
.input-focus ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  z-index: 1;
  background-color: #1b75bc;
  transition: 0.4s;
}
select.input-focus ~ .focus-border i:before,
select.input-focus ~ .focus-border i:after {
  height: 100%;
}
.input-focus ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.input-focus:focus ~ .focus-border:before,
.input-focus:focus ~ .focus-border:after,
.has-content.input-focus ~ .focus-border:before,
.has-content.input-focus ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
select.input-focus:focus ~ .focus-border:before,
select.input-focus:focus ~ .focus-border:after {
  width: 0%;
}
.input-focus:focus ~ .focus-border i:before,
.input-focus:focus ~ .focus-border i:after,
.has-content.input-focus ~ .focus-border i:before,
.has-content.input-focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}
select.input-focus:focus ~ .focus-border i:before,
select.input-focus:focus ~ .focus-border i:after {
  height: 0;
}
.input-focus ~ label {
  position: absolute;
  left: 14px;
  width: 100%;
  top: 6px;
  color: #aaa;
  transition: 0.3s;
  letter-spacing: 0.5px;
  z-index: 0;
}
.input-focus:focus ~ label,
.has-content.input-focus ~ label {
  top: -16px;
  left: 0;
  font-size: 12px;
  color: #1b75bc;
  transition: 0.3s;
}
.input-eff {
  position: relative;
}
/*** TABS ***/
.tab-nav {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.tab-nav li {
  list-style-type: none;
}
.collateral {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  padding: 10px;
}
button.nav-item {
  box-shadow: none;
  border: none;
  background: none;
  line-height: initial;
  font-size: 1.4rem;
}
.nav-item {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  z-index: 1;
  position: relative;
  font-weight: 900;
}
.nav-item:not(.is-active) {
  color: #83818c;
}
.nav-item:hover {
  text-decoration: none;
}
.nav-item:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #dfe2ea;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-item.is-active {
  color: #1b75bc;
}
.nav-indicator {
  background-color: #1b75bc;
}
.nav-item:not(.is-active):hover:before {
  opacity: 1;
  bottom: -10px;
}
button.nav-item:not(.is-active):hover:before {
  bottom: -11px;
}
.nav-item:not(.is-active):hover {
  color: #333;
}
.nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 5px;
  z-index: 1;
}
/* Messages 2 */
.message {
  margin: 0 !important;
}
.message-error {
  background: #fae5e5;
  color: black;
}
.message-success {
  background: #e8e8e8;
  color: black;
}
.notif-box-wrapper {
  z-index: 200;
  margin-left: -300px;
  border-radius: 10px;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 600px;
  transition: 1s ease;
  opacity: 0;
}
.opacity-show {
  opacity: 1;
}
.notif-message-wrapper {
  display: flex;
}
.pg-notification {
  height: auto;
  width: 100%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  background: #fff;
  min-width: 20em;
  text-align: center;
  overflow: hidden;
  transition: 1s ease;
  font-size: 1em;
}
.notif-message-wrapper i {
  float: left;
  position: relative;
  width: 20%;
}
.notif-message-wrapper i.error-msg {
  font-size: 1.8em;
  color: #ffffff;
  background-color: red;
}
.notif-message-wrapper i.error-msg:before,
i.success-msg:before {
  position: relative;
  top: 20%;
}
.notif-message-wrapper i.success-msg {
  font-size: 1.8em;
  color: #ffffff;
  background-color: #015eae;
}
.notif-message-wrapper > span {
  width: 80%;
  margin-left: 5%;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: inline-block;
}
.pg-notif-show-big {
  height: 60px !important;
}
.pg-notif-show-small {
  height: 40px !important;
}
.pg-notif-hide {
  height: 0px !important;
}
.animation-off {
  overflow: visible;
  display: none;
}
@keyframes message {
  0% {
    height: 0;
    opacity: 0;
  }
  10% {
    height: 50px;
    opacity: 1;
  }
  90% {
    height: 50px;
    opacity: 1;
  }
  99% {
    height: 0;
    opacity: 0;
  }
  100% {
    diplay: none;
  }
}
/* Responsive Notif box */
/*Ipad*/
@media (width: 768px) and (height: 1024px) {
  .pg-notif-box {
    width: auto;
  }
}
/* Mobile Styles */
@media (min-width: 320px) and (max-width: 767px) {
  .notif-message-wrapper {
    height: 40px;
  }
  .notif-message-wrapper span {
    margin: 0;
    align-content: center;
  }
  li.menu-phone {
    position: absolute;
    top: 100%;
    left: 0%;
    display: block !important;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    transition: 0.5s ease;
  }
  li.menu-phone:hover {
    box-shadow: 1px 1px #1b75bc, 2px 2px #1b75bc, 3px 3px #1b75bc;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  li.menu-phone a,
  li.menu-phone i {
    color: black !important;
  }
  li.menu-phone i {
    font-size: 20px;
  }
  .pg-notif-box {
    position: fixed;
    left: auto;
    right: 5%;
    z-index: 9999;
    width: 90%;
  }
  .pg-notif-box > span {
    left: 15%;
    position: relative;
  }
  .pg-notif-box > i {
    position: absolute !important;
  }
  .notif-message-wrapper i.error-msg:before {
    top: 11%;
  }
  .notif-message-wrapper i.success-msg:before {
    top: 13%;
  }
  .mobile-img {
    width: 100% !important;
  }
  #minicart-content-wrapper .subtotal {
    display: inline-block;
    width: 100%;
  }
  #minicart-content-wrapper .actions .secondary {
    float: none;
  }
  .minicart-items-wrapper li .product .product-item-details .product-item-pricing {
    text-align: justify;
  }
  /* === VERTICAL MOBILE FILTER STYLES === */
  /* Main filter block container */
  #layered-filter-block {
    width: 100% !important;
    margin: 15px 0 !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    overflow: hidden;
  }
  /* Show the main filter title that was hidden */
  .block-title.filter-title {
    display: block !important;
    background: #015eae !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .block-title.filter-title strong[data-role="title"] {
    display: block !important;
    padding: 16px 20px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
    position: relative !important;
    /* Simple chevron icon */
  }
  .block-title.filter-title strong[data-role="title"]::after {
    content: '' !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    transition: transform 0.3s ease !important;
  }
  /* Active state for main filter */
  .filter.active .filter-title strong[data-role="title"]::after {
    transform: translateY(-50%) rotate(-135deg) !important;
  }
  /* Filter content - VERTICAL LAYOUT */
  .block-content.filter-content {
    background: #fff !important;
    border-top: 1px solid #eee !important;
    display: block !important;
    /* Ensure it displays as block for vertical layout */
  }
  /* Filter options container - VERTICAL */
  #narrow-by-list {
    padding: 15px !important;
    display: block !important;
    /* Force vertical stacking */
  }
  /* Individual filter option items - VERTICAL */
  .filter-options-item {
    display: block !important;
    /* Each filter on its own line */
    width: 100% !important;
    margin-bottom: 15px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden !important;
  }
  .filter-options-item:last-child {
    margin-bottom: 0 !important;
  }
  /* Filter option titles */
  .filter-options-title {
    display: block !important;
    width: 100% !important;
    padding: 12px 16px !important;
    background: #f8f9fa !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
    border: none !important;
    margin: 0 !important;
    position: relative !important;
    transition: all 0.2s ease !important;
    text-align: left !important;
    /* Simple chevron */
  }
  .filter-options-title:hover {
    background: #e9ecef !important;
    color: #015eae !important;
  }
  .filter-options-title::after {
    content: '' !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(45deg) !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 2px solid #666 !important;
    border-bottom: 2px solid #666 !important;
    transition: transform 0.2s ease !important;
  }
  /* Active filter option title */
  .filter-options-item[aria-expanded="true"] .filter-options-title {
    background: #015eae !important;
    color: #fff !important;
  }
  .filter-options-item[aria-expanded="true"] .filter-options-title::after {
    border-color: #fff !important;
    transform: translateY(-50%) rotate(-135deg) !important;
  }
  /* Filter options content - Let Magento handle display, only use contents when expanded */
  .filter-options-content {
    background: #fff !important;
    border-top: 1px solid #e0e0e0 !important;
    position: relative !important;
    /* Don't force display: contents from the start */
  }
  /* Only apply display: contents when the filter is actually expanded */
  .filter-options-item[aria-expanded="true"] .filter-options-content {
    display: contents !important;
  }
  /* Filter option items list */
  .filter-options-content .items {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
  }
  .filter-options-content .item {
    border-bottom: 1px solid #f0f0f0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .filter-options-content .item:last-child {
    border-bottom: none !important;
  }
  .filter-options-content .item a {
    display: block !important;
    padding: 12px 16px !important;
    color: #555 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    /* Remove green color from prices */
  }
  .filter-options-content .item a:hover {
    background: #f8f9fa !important;
    color: #015eae !important;
    padding-left: 20px !important;
  }
  .filter-options-content .item a .price {
    font-weight: 600 !important;
    color: #555 !important;
    /* Changed from green to normal text color */
  }
  /* Active filters section */
  .filter-current {
    padding: 15px !important;
    background: #f8f9fa !important;
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 0 !important;
  }
  .filter-current .block-subtitle {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
  }
  .filter-current .items {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .filter-current .item {
    display: inline-flex !important;
    align-items: center !important;
    background: #015eae !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 16px !important;
    font-size: 13px !important;
    margin: 0 !important;
    transition: all 0.2s ease !important;
  }
  .filter-current .item .filter-value {
    color: white;
  }
  .filter-current .item:hover {
    background: #1a73c2 !important;
  }
  .filter-current .item .filter-label {
    margin-right: 6px !important;
    font-weight: 600 !important;
  }
  .filter-current .item .action.remove {
    margin-left: 6px !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    transition: all 0.2s ease !important;
  }
  .filter-current .item .action.remove:hover {
    background: rgba(255, 255, 255, 0.3) !important;
  }
  .filter-current .item .action.remove span {
    display: none !important;
  }
  .filter-current .item .action.remove::before {
    content: '×' !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1 !important;
  }
}
.silowniki-img {
  float: right;
  width: 40%;
  display: block;
  margin-left: 20px;
}
.row-pg {
  min-height: 1px;
  margin: 0 -10px;
}
.col-pg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  float: left;
  padding: 0 10px;
}
.pg-1 {
  width: 8.33333333%;
}
.pg-2 {
  width: 16.66666667%;
}
.pg-3 {
  width: 25%;
}
.pg-4 {
  width: 33.33333333%;
}
.pg-5 {
  width: 41.66666667%;
}
.pg-6 {
  width: 50%;
}
.pg-7 {
  width: 58.33333333%;
}
.pg-8 {
  width: 66.66666667%;
}
.pg-9 {
  width: 75%;
}
.pg-10 {
  width: 83.33333333%;
}
.pg-11 {
  width: 91.66666667%;
}
.pg-12 {
  margin-left: 0;
  width: 100%;
}
@media (min-width: 1270px) {
  .pg-lg-1 {
    width: 8.33333333%;
  }
  .pg-lg-2 {
    width: 16.66666667%;
  }
  .pg-lg-3 {
    width: 25%;
  }
  .pg-lg-4 {
    width: 33.33333333%;
  }
  .pg-lg-5 {
    width: 41.66666667%;
  }
  .pg-lg-6 {
    width: 50%;
  }
  .pg-lg-7 {
    width: 58.33333333%;
  }
  .pg-lg-8 {
    width: 66.66666667%;
  }
  .pg-lg-9 {
    width: 75%;
  }
  .pg-lg-10 {
    width: 83.33333333%;
  }
  .pg-lg-11 {
    width: 91.66666667%;
  }
  .pg-lg-12 {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1023px) and (max-width: 1269px) {
  .pg-md-1 {
    width: 8.33333333%;
  }
  .pg-md-2 {
    width: 16.66666667%;
  }
  .pg-md-3 {
    width: 25%;
  }
  .pg-md-4 {
    width: 33.33333333%;
  }
  .pg-md-5 {
    width: 41.66666667%;
  }
  .pg-md-6 {
    width: 50%;
  }
  .pg-md-7 {
    width: 58.33333333%;
  }
  .pg-md-8 {
    width: 66.66666667%;
  }
  .pg-md-9 {
    width: 75%;
  }
  .pg-md-10 {
    width: 83.33333333%;
  }
  .pg-md-11 {
    width: 91.66666667%;
  }
  .pg-md-12 {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .product.media {
    max-width: 45%;
    text-align: center;
  }
}
/* Tablety */
@media (min-width: 768px) and (max-width: 1022px) {
  #main-menu > ul {
    font-size: 11px !important;
  }
  #main-menu > ul > :first-child {
    display: none !important;
  }
  .pg-sm-1 {
    width: 8.33333333%;
  }
  .pg-sm-2 {
    width: 16.66666667%;
  }
  .pg-sm-3 {
    width: 25%;
  }
  .pg-sm-4 {
    width: 33.33333333%;
  }
  .pg-sm-5 {
    width: 41.66666667%;
  }
  .pg-sm-6 {
    width: 50%;
  }
  .pg-sm-7 {
    width: 58.33333333%;
  }
  .pg-sm-8 {
    width: 66.66666667%;
  }
  .pg-sm-9 {
    width: 75%;
  }
  .pg-sm-10 {
    width: 83.33333333%;
  }
  .pg-sm-11 {
    width: 91.66666667%;
  }
  .pg-sm-12 {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .pg-xs-1 {
    width: 8.33333333%;
  }
  .pg-xs-2 {
    width: 16.66666667%;
  }
  .pg-xs-3 {
    width: 25%;
  }
  .pg-xs-4 {
    width: 33.33333333%;
  }
  .pg-xs-5 {
    width: 41.66666667%;
  }
  .pg-xs-6 {
    width: 50%;
  }
  .pg-xs-7 {
    width: 58.33333333%;
  }
  .pg-xs-8 {
    width: 66.66666667%;
  }
  .pg-xs-9 {
    width: 75%;
  }
  .pg-xs-10 {
    width: 83.33333333%;
  }
  .pg-xs-11 {
    width: 91.66666667%;
  }
  .pg-xs-12 {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-pg {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer-container {
    width: 90% !important;
  }
  .footer.wrapper > .footer-container > .row > div > ul {
    font-size: 12px;
  }
  .block.block-search {
    z-index: 0;
    padding-left: 0;
  }
  .main .category {
    place-content: center;
  }
}
.ui-dialog {
  display: inherit !important;
}
.ui-dialog-content {
  max-height: 0;
  transform: translateY(20px);
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: opacity ease 500ms, transform ease 500ms, max-height ease 500ms;
  backface-visibility: hidden;
}
.minicart-wrapper.active .ui-dialog .ui-dialog-content {
  opacity: 1;
  max-height: 1000px;
  transform: translateY(0px);
  visibility: visible;
}
/** Cookies **/
div.message.global.cookie {
  position: fixed !important;
  color: white;
  background-color: rgba(20, 20, 20, 0.8);
  font-size: 14px;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  z-index: 9999;
}
div.message.global.cookie > p,
div.message.global.cookie strong,
div.message.global.cookie span {
  color: white;
  font-weight: normal;
  font-size: initial;
}
div.message.global.cookie a {
  color: #37adfe;
}
/** Effects **/
.shadow-effect {
  box-shadow: 1px 1px #373737, 2px 2px #373737, 3px 3px #373737, 4px 4px #373737, 5px 5px #373737, 6px 6px #373737;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
  transition: 0.5s ease;
}
.hover-up-effect {
  transition: 0.5s ease;
  -webkit-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
section.cat-desc-section {
  height: auto;
}
.modern-section-divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff;
  margin-top: 40px;
}
.wave-divider {
  display: block;
  width: 100%;
  height: 80px;
}
@media (min-width: 768px) {
  .wave-divider {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .wave-divider {
    height: 120px;
  }
}
.diagonal-divider {
  display: none;
}
.gradient-triangle {
  display: none;
}
/*
section.cat-desc-section:before {
  content: "";
  display: block;
  //border-bottom: 4.84vw solid #474a59;
  border-bottom: 4.84vw solid #18232F;
  border-left: 98vw solid #fff;
}
*/
/* scoped — old dark-background .cat-desc must not reach inside .cat-desc-content */
section.cat-desc-section > .cat-desc {
  color: #ccc;
  position: relative;
  padding: 20px;
  margin-top: 20px;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  width: 100%;
  margin: auto;
  border: none;
}
section.cat-desc-section > .cat-desc > h1,
section.cat-desc-section > .cat-desc h2 {
  color: aliceblue;
  letter-spacing: normal;
}
section.cat-desc-section > .cat-desc > p > a {
  color: #37adfe;
}
section.cat-desc-section > .cat-desc h2:before {
  background-color: white;
}
.category-tiles {
  /* Cls Fix */
  max-width: 75%;
  height: auto;
  display: inline-block;
}
.review-control-vote:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: 'Poppins';
}
.review-control-vote label:before {
  font-family: 'Poppins';
  color: #015eae;
  font-weight: 900;
}
.review-control-vote .rating-1:before {
  content: "\f005";
  font-family: 'Poppins';
}
.review-control-vote .rating-2:before {
  content: "\f005" "\f005";
}
.review-control-vote .rating-3:before {
  content: "\f005" "\f005" "\f005";
}
.review-control-vote .rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote .rating-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.rating-summary .rating-result > span:before {
  color: #015eae;
  font-weight: 900;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: 'Poppins';
}
.rating-summary .rating-result:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  font-family: 'Poppins';
}
.amsearch-form-container .input-text:focus {
  border: none;
  box-shadow: none;
}
.product-item-actions .actions-primary + .actions-secondary > .action {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .category-tiles {
    max-width: 100%;
  }
  .cat-desc {
    padding: 15px;
  }
}
.columns,
#maincontent {
  width: 100%;
}
.column.main .product-description {
  width: 100%;
  color: #ccc;
  background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
  margin: 0;
}
.column.main .product-description h1,
.column.main .product-description h2,
.column.main .product-description h3 {
  color: white;
}
.product-description {
  padding: 10px;
  margin-left: 40px;
  display: inline-block;
}
.exploded-cylinder {
  width: 19%;
  float: right;
}
/* Toolbar w liscie produktow */
.toolbar-products {
  float: right;
}
.toolbar-products .pages {
  display: block !important;
}
.toolbar-products ~ .toolbar-products {
  width: 80%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .toolbar-products ~ .toolbar-products {
    width: 100%;
  }
}
ul.items.pages-items li.item a {
  font-size: 18px;
}
ul.items.pages-items strong.page {
  background: #464958;
  color: white;
  font-weight: 100;
  font-size: 18px;
}
.toolbar-sorter select#sorter,
div.field.limiter select#limiter {
  background-color: #464958;
  color: white;
  border-radius: 20px;
  box-shadow: none;
}
.toolbar-sorter select#sorter:focus,
div.field.limiter select#limiter:focus {
  box-shadow: none;
}
.toolbar.toolbar-products div.field.limiter {
  width: initial;
  position: initial;
  z-index: initial;
  height: initial !important;
  background: none;
}
.toolbar-sorter a.sort-desc:before {
  content: "\f358";
  font-size: 20px;
}
/* End toolbar */
.message.info {
  display: flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 1600px) {
  nav#main-menu > ul {
    padding: 0;
  }
  nav#main-menu > ul > li > a {
    font-size: 11px;
    padding: 0.1rem;
  }
  nav#main-menu > ul li.dropdown > ul {
    font-size: 12px;
  }
  li.pneumatig-authorization-link {
    padding-left: 10px !important;
  }
  li.pneumatig-authorization-link > a {
    display: block !important;
    padding-bottom: 5px !important;
  }
}
/* Breadcrumbs */
@media (min-width: 768px) {
  .amsearch-product-list .amsearch-item {
    width: 45% !important;
    max-width: fit-content !important;
  }
  .page-wrapper > .breadcrumbs {
    z-index: 1;
    border-radius: 0px;
    width: 100%;
    background: linear-gradient(135deg, #18232f 0%, #1f2b37 50%, #2a3744 100%);
    padding: 10px;
    top: -10px;
    position: relative;
  }
  .page-wrapper > .breadcrumbs > ul {
    color: #ccc;
  }
  .page-wrapper > .breadcrumbs > ul > li {
    font-size: 14px;
  }
  .page-wrapper > .breadcrumbs > ul > li > a:hover {
    font-weight: 1000;
    transition: 0.2s ease;
  }
  .page-wrapper > .breadcrumbs > ul > li.home > a {
    color: #ccc;
  }
}
.breadcrumbs .item:not(:last-child):after {
  min-width: 34px;
}
/* === HORIZONTAL DROPDOWN FILTER STYLES (Final) === */
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card),
.page-products .columns .column.main .block.filter:not(.pg-filter-card) {
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  border-radius: 4px !important;
  padding: 15px 20px;
  margin: 20px 0 !important;
  background: #fff;
  width: 75% !important;
  display: block;
  position: relative;
  z-index: 10;
  text-align: left;
  /* Active Filters Styling */
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .block-title,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .block-title {
  display: none;
  /* Hide "Ustaw filtry" */
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .block-content.filter-content,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .block-content.filter-content {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) strong.block-subtitle.filter-subtitle,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) strong.block-subtitle.filter-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  white-space: nowrap;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item {
  position: relative;
  padding: 0;
  border: none;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-title,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-title {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 20px 5px 5px;
  transition: color 0.2s ease;
  position: relative;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-title:hover,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-title:hover {
  color: #015eae;
  background: none;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-title::after,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-title::after {
  content: '';
  border: solid #555;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 40%;
  margin-top: -4px;
  transition: all 0.2s ease;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title {
  color: #015eae;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title::after,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 50%;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title {
  color: #015eae;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title::after,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-title::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 50%;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content {
  display: none;
  /* Handled by Magento JS */
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 5px;
  z-index: 11;
  min-width: 200px;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content .items,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content .items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content .items .item a,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content .items .item a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  white-space: nowrap;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content .items .item a:hover,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item .filter-options-content .items .item a:hover {
  background-color: #f5f5f5;
  color: #015eae;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-content,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-options-item[aria-expanded="true"] > .filter-options-content {
  display: block;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .block-subtitle,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .block-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .items,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .item,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .item {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 5px 10px;
  font-size: 13px;
  color: #555;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .item .filter-label,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .item .filter-label {
  font-weight: 600;
  margin-right: 5px;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove {
  margin-left: 10px;
  text-decoration: none;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove span,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove span {
  display: none;
  /* Hide original text */
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove::before,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove::before {
  content: '×';
  /* Unicode multiplication sign (X) */
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  background-color: #e0e0e0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.2s ease;
}
.page-products .columns .sidebar-main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove:hover::before,
.page-products .columns .column.main .block.filter:not(.pg-filter-card) .filter-current .item .action.remove:hover::before {
  color: #fff;
  background-color: #015eae;
  transform: rotate(90deg);
}
/* Arrow chevrons — scoped to legacy filters only, modern card uses its own styles */
.filter-options-item:not(.pg-filter-section) .filter-options-title:after {
  content: '';
  border: solid #555;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 40%;
  margin-top: -4px;
  transition: all 0.2s ease;
}
.filter-options-item:not(.pg-filter-section)[aria-expanded="true"] > .filter-options-title:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 50%;
}
.filter-current .item .action.remove:before {
  content: '×' !important;
  font-family: 'Arial', sans-serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #999 !important;
  background-color: #e0e0e0 !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transition: all 0.2s ease !important;
}
.filter-current .item .action.remove:hover::before {
  color: #fff !important;
  background-color: #015eae !important;
  transform: rotate(90deg) !important;
}
.filter-actions {
  display: none;
}
.filter-current .action.remove {
  position: initial;
}
.action.primary.tocart {
  padding: 6px 10px !important;
}
.pg-button,
.action.primary.tocart {
  display: inline-block;
  padding: 12px 30px !important;
  background-color: #015eae !important;
  font-weight: normal !important;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none !important;
  outline: none;
  user-select: none;
  border-radius: 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
  background-image: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.15)) !important;
}
.pg-button:hover,
.action.primary.tocart:hover {
  background-color: #1a6bbf !important;
  border: none !important;
  color: white !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
  background-image: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0)) !important;
  transform: translateY(-2px);
}
.pg-button:focus,
.pg-button:active,
.action.primary.tocart:focus,
.action.primary.tocart:active {
  background-color: #014d97 !important;
  border: none !important;
  color: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(0);
}
.-recent_searches .amsearch-item {
  border: 1px solid #e2e4ee !important;
  background: 0 0 !important;
}
.amsearch-block-header .amsearch-title {
  font-size: 14px;
  text-shadow: none;
  color: #000;
  text-transform: uppercase;
}
.amsearch-input-wrapper,
.amsearch-wrapper-block {
  width: 250px !important;
  min-width: auto !important;
}
.amsearch-form-block {
  justify-content: normal !important;
  position: initial !important;
}
b.amsearch-title {
  display: none;
}
.amsearch-highlight {
  color: white !important;
  font-weight: normal !important;
  background-color: #0179e3 !important;
}
.amsearch-products-section .product-item-description {
  color: black !important;
  margin: 25px 0 !important;
  font-size: 14px !important;
}
.amsearch-products-section .amsearch-link {
  font-size: 14px !important;
}
/*
.amsearch-product-list .amsearch-item {
  width: 33.33333333% !important;
  max-width: fit-content !important;
}
*/
.amsearch-product-image-container {
  border: 1px solid #f1f1f1;
}
.price-wrapper.price-excluding-tax:before {
  font-weight: normal;
}
.price-wrapper.price-excluding-tax .price {
  font-size: 16px !important;
}
.amsearch-wrapper-inner .actions-secondary {
  display: none !important;
}
.product-item .product-reviews-summary .reviews-actions {
  display: block;
}
.product-item .product-reviews-summary .reviews-actions a {
  color: #757575;
  font-weight: 300;
}
.amsearch-products-section:not(:first-child) {
  border-left: 1px solid;
  border-color: lightgrey;
  box-shadow: 0 12px 32px 0 #001e3c 1f;
  display: table !important;
  border-radius: 30px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  animation: none !important;
  border-color: #001e3c 1f;
  border-radius: 15px;
  width: 830px;
}
li.amsearch-item.product-item:hover {
  transition: 0.3s ease-out;
  box-shadow: 0 8px #1b75bc;
}
.amsearch-message-block span {
  color: initial;
  font-weight: normal;
  text-shadow: none;
}
.amsearch-message-block span > b {
  color: black;
}
@media screen and (max-width: 767px) {
  .amsearch-input-wrapper,
  .amsearch-wrapper-block {
    width: initial !important;
    min-width: initial !important;
    position: initial !important;
  }
  .page-header:not(.amsearch-full-width) .amsearch-result-section {
    width: -webkit-fill-available !important;
  }
  .amsearch-product-list .amsearch-item {
    width: initial !important;
    max-width: 50% !important;
  }
  .amsearch-button.-loupe {
    display: none;
  }
  .action.primary.tocart {
    padding: 12px 20px !important;
  }
  div#layered-filter-block {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 20px !important;
    padding: 0;
    left: 0%;
  }
  div#layered-filter-block .filter-subtitle {
    display: none;
  }
  div#layered-filter-block .filter-content {
    display: inline-block;
    width: 100%;
  }
  div#layered-filter-block .filter-title::before {
    width: auto;
    height: auto;
    margin: 0;
  }
  .filter-title {
    display: inline-flex;
    position: relative;
  }
  .filter-title > strong {
    position: relative;
    box-shadow: none !important;
    background: #1979c3 !important;
    border: 1px solid #1979c3 !important;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
  }
  .filter-title > strong::after {
    font-size: 45px !important;
    color: white !important;
  }
  .filter-options {
    text-align: left;
    display: block;
  }
  /* 1. Force the main form block to fit the screen */
  .amsearch-form-block {
    /* Override the inline style from JS */
    width: 100% !important;
    max-width: 100%;
    /* Prevent exceeding screen width */
    min-width: 0 !important;
    /* Override any min-width */
    box-sizing: border-box;
    /* Include padding/border in width */
    position: static !important;
    /* Let the parent container position it */
    /* Remove float if it exists from other rules */
    float: none !important;
  }
  /* 2. Ensure the input wrapper is correctly laid out */
  .amsearch-input-wrapper {
    width: 100% !important;
    /* Take full width of the form block */
    position: relative !important;
    /* Crucial for positioning the close button */
    display: block;
    /* Ensure it behaves as a block element */
    box-sizing: border-box;
  }
  /* 3. Style the actual input field for visibility and spacing */
  /* Target both potential classes used by Amasty */
  .amsearch-form-container .input-text,
  .amsearch-input-wrapper .amsearch-input {
    display: block;
    /* Ensure it's a block */
    width: 100%;
    /* Fill the wrapper */
    color: #333 !important;
    /* Force a visible text color */
    background-color: #fff !important;
    /* Ensure background is not transparent */
    height: 40px !important;
    /* Set a specific, reasonable height */
    line-height: normal !important;
    /* Reset line height if it's causing issues */
    /* Add padding: top/bottom, RIGHT (for button), left */
    padding: 5px 40px 5px 10px !important;
    box-sizing: border-box;
    /* Include padding in width calculation */
    position: relative;
    /* Help with stacking/rendering */
    z-index: 1;
    /* Base stacking level */
    border: 1px solid #ccc !important;
    /* Add a visible border */
    border-radius: 4px;
    /* Optional: Nicer look */
    -webkit-appearance: none;
    /* Prevent weird iOS styling */
    appearance: none;
  }
  /* 4. Correct the close button placement */
  .amsearch-button.-close {
    position: absolute !important;
    /* Position relative to amsearch-input-wrapper */
    top: 50% !important;
    /* Center vertically */
    transform: translateY(-50%);
    /* Fine-tune vertical centering */
    right: 8px !important;
    /* Position from the RIGHT edge (adjust px as needed) */
    left: auto !important;
    /* MUST remove left positioning */
    z-index: 2 !important;
    /* Ensure button is ABOVE the input field */
    width: 24px !important;
    /* Set explicit size */
    height: 24px !important;
    /* Set explicit size */
    background-size: contain !important;
    /* Make icon fit */
    background-repeat: no-repeat;
    background-position: center;
    /* You might need to explicitly set the icon if it's not showing */
    /* background-image: url('/path/to/your/close-icon.svg') !important; */
    border: none !important;
    /* Remove default button border */
    padding: 0 !important;
    /* Remove default padding */
    cursor: pointer;
    background-image: none !important;
    /* Set the NEW desired color as the background */
    background-color: black !important;
    /* Use the original icon SVG as a mask */
    /* You might need to find the actual path to Amasty's close icon SVG */
    /* Inspect the element in dev tools to find the original background-image URL */
    -webkit-mask: url(../images/icons/pg/xmark.svg) no-repeat 50% 50%;
    mask: url(../images/icons/pg/xmark.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
  /* 5. Hide the magnifying glass button on mobile if desired */
  .amsearch-button.-loupe {
    display: none !important;
    /* Hide the loupe */
  }
  /* 6. Ensure results dropdown aligns correctly */
  .page-header:not(.amsearch-full-width) .amsearch-result-section {
    width: 100% !important;
    /* Full width */
    left: 0 !important;
    /* Align to left */
    top: 100%;
    /* Position directly below the input block */
    max-width: none !important;
    box-sizing: border-box;
  }
  /* --- Reset potentially problematic styles from your previous attempts --- */
  /* Resetting width on the parent if it was added and caused issues */
  .amsearch-wrapper-block {
    width: auto !important;
    /* Let it size naturally or be controlled by parent */
    min-width: 0 !important;
    position: static !important;
    /* Or relative, test what works with theme */
    float: none !important;
  }
}
.amsl-popup-block {
  width: 400px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}
.amsl-popup-block h2:before {
  display: none !important;
}
.amsl-button.amsl-close {
  background-color: black;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
}
.auth-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  color: #aaa;
  position: relative;
}
.auth-separator::before,
.auth-separator::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}
.auth-separator-text {
  margin: 0 10px;
  position: absolute;
  background: white;
  padding: 0 10px;
}
.amsl-tablist {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 20px !important;
}
.amsl-title {
  padding: 10px 20px;
  cursor: pointer;
}
.amsl-tablist .amsl-title:hover {
  text-underline-offset: 14px;
  border-color: #001e3c 1f;
  box-shadow: 0 12px 32px 0 #001e3c 1f;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  border-radius: 20px;
  background: transparent;
}
.form .field {
  margin-bottom: 20px;
}
.field .control input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.field.choice .label {
  cursor: pointer;
}
.amsl-separator {
  display: none !important;
}
/* Styling for the button */
.amsl-button-wrapper .amsl-button.-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  margin-bottom: 8px;
  border: 1px solid #001e3c 1f;
  box-shadow: 0 12px 32px 0 #001e3c 1f;
  background-color: #fff;
  text-decoration: none;
  color: #0f1419;
  font-size: 16px;
  font-weight: 500;
  flex: 0 0 auto;
  transition: background-color 0.3s, border-color 0.3s;
}
.amsl-button-wrapper .amsl-button.-google:hover {
  background-color: #f1f3f4;
  border-color: #333639;
}
.amsl-button-wrapper .amsl-button.-google .amsl-social-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c1/Google_%22G%22_logo.svg');
}
.amsl-button-wrapper .amsl-button.-google span {
  display: inline-block;
  text-overflow: unset;
  overflow: hidden;
  white-space: nowrap;
  color: #0f1419;
}
/* Fix for aligning items properly */
.amsl-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amsl-button-wrapper .amsl-button.-google::after {
  content: attr(title);
  color: #0f1419;
  font-size: 16px;
  font-weight: 500;
}
.amsl-social-login {
  background: transparent !important;
}
.amsl-social-login .amsl-title {
  display: none !important;
}
.amsl-button-wrapper .amsl-button.-google:hover {
  border-color: #001e3c 1f;
  box-shadow: 0 12px 32px 0 #001e3c 1f;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
/* Optional: Transition for smooth hover effect */
.amsl-button-wrapper .amsl-button.-google {
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.amsl-register-content {
  width: auto !important;
}
.amsl-register-content .create.account .field.choice {
  display: none;
}
.amsl-register-content .amsl-social-wrapper {
  display: none;
}
/* 
 * Tablet-Specific CSS Fixes for PNEUMATIG
 * Focus on resolutions between 600px and 1024px, especially 686x1098
 * These styles preserve desktop experience
 */
/* Target only tablet resolutions */
@media (min-width: 600px) and (max-width: 1024px) {
  /*
  .columns,
  .nav-sections-item-content>#nav_menu,
  .page-header .header.panel,
  .header.content,
  #maincontent,
  .page-wrapper>.breadcrumbs {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  */
  .header.content {
    padding: 10px 15px;
  }
  .logo {
    margin-top: 5px;
  }
  .logo img {
    max-height: 60px;
    width: auto;
  }
  .block-search {
    width: 250px !important;
    float: right;
    padding-left: 0;
  }
  .amsearch-input-wrapper,
  .amsearch-wrapper-block {
    width: 100% !important;
    min-width: auto !important;
  }
  nav#main-menu > ul {
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  nav#main-menu > ul > li {
    padding: 10px 5px;
  }
  .category-tiles {
    max-width: 100%;
    text-align: center;
  }
  .sub-category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .category {
    display: inline-block !important;
    vertical-align: top;
    width: calc(33.33%) !important;
    height: auto !important;
    min-height: 200px;
    margin: 10px;
    transform: none !important;
  }
  .category a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .category picture {
    height: auto;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category img {
    max-width: 100%;
    max-height: 120px;
    height: auto;
    width: auto;
    object-fit: contain;
  }
  .category span {
    margin-top: 8px;
    font-size: 1.2rem;
    display: block;
  }
  input#pg_konfig_qty {
    max-width: fit-content;
  }
  .input-focus ~ label {
    left: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  div.sub-category-container {
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    /* *** KEEP THIS AT 100% *** */
    padding: 0 10px !important;
    box-sizing: border-box !important;
    gap: 20px !important;
    /* Maintain a reasonable gap */
  }
  /* --- Adjust Item Width for Desired Columns --- */
  div.sub-category-container > .category {
    /* Example: Force 3 columns */
    width: calc(33.333% - 14px) !important;
    /* (gap * (items-1) / items) -> (20 * 2 / 3) ~= 14px adjustment */
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .category-tiles {
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sidebar-main {
    display: none !important;
    /* Hide the sidebar container */
  }
  /* --- Expand the Main Content Area --- */
  .column.main {
    width: 100% !important;
    /* Make main content take full width */
    float: none !important;
    /* Remove float if it exists */
    padding-left: 15px;
    /* Optional: Adjust padding */
    padding-right: 15px;
    /* Optional: Adjust padding */
    box-sizing: border-box;
    /* Ensure padding is included in width */
  }
  /* --- Ensure Product Grid & List Use Full Width --- */
  .products.wrapper.grid.products-grid {
    width: 100% !important;
    max-width: none !important;
    /* Remove any max-width */
    margin: 0 !important;
    /* Reset margins */
    padding: 0 !important;
    /* Reset padding */
    clear: both !important;
    box-sizing: border-box !important;
  }
  ol.products.list.items.product-items {
    /* Target the OL specifically */
    width: 95% !important;
    max-width: none !important;
    margin: 10px !important;
    margin-right: 20px !important;
    margin-right: auto;
    padding: 0 !important;
    /* CRITICAL: Remove list default padding */
    list-style: none !important;
    /* Remove list bullets */
    display: flex !important;
    /* Use flexbox for item layout */
    flex-wrap: wrap !important;
    /* Allow items to wrap */
    box-sizing: border-box !important;
  }
  /* Ensure product items use the flex layout correctly */
  .products-grid .product-item {
    width: 30% !important;
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
    margin-bottom: 20px !important;
    /* Increased bottom margin slightly */
    padding: 0 !important;
    /* Reset item padding if any exists */
    box-sizing: border-box !important;
  }
  /* --- Style the Filter Block (Reverted to preferred look, positioned in flow) --- */
  #layered-filter-block {
    /* Reset positioning & sizing */
    display: table-cell !important;
    position: relative !important;
    width: 100% !important;
    float: none !important;
    right: auto !important;
    left: auto !important;
    z-index: auto !important;
    box-sizing: border-box !important;
    text-align: left !important;
    /* Keep text aligned left */
    /* Re-apply preferred visual style */
    border: 1px solid rgba(0, 30, 60, 0.12) !important;
    /* Original border */
    box-shadow: 0 12px 32px 0 rgba(0, 30, 60, 0.12) !important;
    /* Original shadow */
    border-radius: 8px !important;
    /* Original radius */
    background-color: #fff !important;
    /* Ensure white background */
    /* Spacing */
    margin: 15px 0 25px 0 !important;
    /* Space above and below */
    padding: 15px !important;
    /* Inner padding */
  }
  /* Keep internal flex layout for filter options */
  #layered-filter-block .filter-content {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    align-items: center;
  }
  /* Keep hiding generic subtitle */
  #layered-filter-block .filter-current-subtitle,
  #layered-filter-block strong.filter-subtitle:not(.filter-current-subtitle) {
    display: none !important;
  }
  /* Keep applied filter styling */
  #layered-filter-block .filter-current ol.items {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #layered-filter-block .filter-current li.item {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    transform: none !important;
  }
}
/* iPad-specific optimizations */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-header {
    font-size: 1.6rem;
  }
  .footer.wrapper > .footer-container {
    width: 96% !important;
  }
  .pg-3 > ul {
    font-size: 1.2rem;
  }
  /* Navigation tweaks for iPad */
  #main-menu > ul {
    font-size: 12px !important;
  }
  #main-menu > ul > li > a {
    padding: 0.5rem 0.5rem;
  }
  /* Make the filter content area flexible */
  .filter-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    align-items: flex-start;
  }
  /* Style individual filter groups */
  .filter-options-item {
    flex-basis: auto;
    margin-bottom: 0;
  }
  .filter-options-title {
    margin-bottom: 5px;
  }
  /* Hide the generic "Opcje zakupów" subtitle if it takes space */
  .block.filter .filter-subtitle {
    display: none;
  }
  /* Adjust filter block styling if it's positioned absolutely */
  #layered-filter-block {
    position: relative !important;
    /* Override absolute if it exists */
    width: 100% !important;
    /* Take full width of parent */
    margin: 10px 0 !important;
    /* Adjust margin */
    right: auto !important;
    /* Reset positioning */
    left: auto !important;
    box-shadow: none;
    /* Optional: remove shadow if not desired */
    padding: 10px;
    /* Add some padding */
    border: 1px solid #eee;
    /* Add a border for clarity */
  }
  #layered-filter-block .filter-title strong {
    /* Ensure the main 'Ustaw Filtry' button looks okay */
    display: inline-block;
    padding: 5px 10px;
    background: #eee;
    border-radius: 3px;
  }
  /* Header fixes */
  /* Main header container */
  .page-header > .header.content {
    display: flex;
    flex-wrap: nowrap;
    /* Prevent wrapping */
    align-items: center;
    justify-content: space-between;
    /* Pushes left/right groups apart */
    padding: 10px 15px;
    gap: 15px;
    /* Adds space between direct children */
  }
  /* --- Hide less critical menu items --- */
  #main-menu > ul > li > a[href*='nowe-produkty'],
  #main-menu > ul > li > a[href*='do-pobrania'] {
    display: none !important;
  }
  /* Ensure the visible menu items are styled okay */
  #main-menu > ul > li.menu-item {
    line-height: normal;
    height: auto;
    border: none;
    margin: 0 5px;
    /* Add small margin between visible items */
  }
  #main-menu > ul > li.menu-item > a,
  #main-menu > ul > li.dropdown > span {
    /* Target span for dropdown */
    padding: 5px 8px;
    font-size: 12px;
    /* Slightly larger than previous attempt */
  }
  #main-menu > ul {
    margin: 0;
    padding: 0;
    display: flex;
    /* Align visible menu items horizontally */
    align-items: center;
    order: 2;
    /* Example order: Place menu after phone */
  }
  #main-menu li.header-link {
    display: block;
    /* Show logo link inside menu */
    order: 1;
    /* Place it first within the menu items */
    margin: 0 10px 0 0;
    /* Margin right */
  }
  #main-menu li.menu-phone a {
    font-size: 12px;
  }
  /* Search Bar */
  .amsearch-wrapper-block {
    order: 3;
    /* Place search after menu */
    flex-shrink: 1;
    /* Allow shrinking */
    flex-grow: 1;
    /* Allow growing */
    min-width: 150px;
    /* Min width */
  }
  .amsearch-input-wrapper,
  .amsearch-form-block {
    width: 100% !important;
    min-width: auto !important;
  }
  .page-header:not(.amsearch-full-width) .amsearch-result-section {
    max-width: 95%;
    left: 2.5%;
  }
  /* Right side items container (needs wrapper or target individually) */
  /* Let's group them conceptually and push left */
  .pg-store-switcher-wrapper {
    order: 4;
    margin-left: auto;
    /* Push self and following items right */
  }
  ul.header.links {
    order: 5;
    padding-left: 10px;
  }
  .minicart-wrapper {
    order: 6;
    padding-left: 10px;
  }
  /* Ensure mobile/desktop logos are handled */
  .logo.mobile-logo {
    display: none;
  }
  a.logo:not(.mobile-logo) {
    display: none;
    /* Hide the main separate logo, use the one in the menu */
  }
  /* Ensure Nav Toggle is hidden */
  .action.nav-toggle {
    display: none;
  }
  /* ============================================ */
  /* Tablet Header Fixes FINAL (768px - 1024px)   */
  /* ============================================ */
  /* --- Main Header Container --- */
  .page-header > .header.content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    /* REDUCED PADDING to use more space */
    gap: 10px;
    /* Reduced gap slightly */
    min-height: 70px;
    width: 100%;
    box-sizing: border-box;
  }
  /* --- Hide Mobile Elements --- */
  .action.nav-toggle,
  .logo.mobile-logo {
    display: none !important;
  }
  /* --- Left/Middle Group (Categories, Logo, Search) --- */
  nav#main-menu > ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    /* REMOVED default margin */
    list-style: none;
    flex-grow: 1;
    order: 1;
    min-width: 0;
  }
  /* 1. Categories */
  #nav-menu li.dropdown {
    order: 1;
    flex-shrink: 0;
    padding: 0;
  }
  #nav-menu li.dropdown > span {
    padding: 8px 15px;
    font-size: 13px;
    display: inline-block;
    color: white;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #015eae;
    white-space: nowrap;
  }
  #nav-menu li.dropdown > span:hover {
    background-color: #007bff;
    text-decoration: none;
  }
  /* 2. Logo */
  #nav-menu li.header-link {
    order: 2;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex !important;
    align-items: center;
  }
  #nav-menu li.header-link img.logo-header {
    max-height: 40px;
    width: auto;
    display: block;
    vertical-align: middle;
  }
  /* 3. Search Bar - Wider Input */
  #nav-menu section.amsearch-wrapper-block {
    order: 3;
    flex-grow: 1;
    /* Still takes remaining space */
    flex-shrink: 1;
    min-width: 300px;
    /* FURTHER INCREASED minimum width */
    margin-left: 15px;
    /* Reduced margin slightly */
    padding: 0;
    position: relative !important;
  }
  #nav-menu .amsearch-form-block,
  #nav-menu .amsearch-input-wrapper {
    width: 100% !important;
  }
  #nav-menu .amsearch-input {
    height: 40px !important;
    line-height: normal !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* --- Search Results Dropdown - FULL WIDTH --- */
  .page-header:not(.amsearch-full-width) .amsearch-result-section {
    width: 98% !important;
    /* Almost full width */
    max-width: none !important;
    /* No max width */
    left: 1% !important;
    /* Center with small edge gap */
    transform: none !important;
    /* Remove transform */
    right: 1% !important;
    top: calc(100% + 3px);
    /* Position below the input, slight gap */
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 1001;
    /* Ensure it's on top */
  }
  /* --- Hide other menu items --- */
  #nav-menu li.menu-phone,
  #nav-menu li.nav-item-kontakt,
  #nav-menu li.nav-item-nowe,
  #nav-menu li.nav-item-pobrania {
    display: none !important;
  }
  #nav-menu {
    width: 100%;
  }
  /* --- Right-Side Elements Grouping --- */
  /* (Login, Lang, Cart - No changes from previous attempt, seem okay) */
  /* 4. Login/Register Links */
  ul.header.links {
    order: 2;
    flex-shrink: 0;
    padding: 0;
    margin: 0 0 0 auto;
    /* PUSHES right */
    display: flex;
    align-items: center;
  }
  li.pneumatig-authorization-link {
    display: flex;
    align-items: center;
    border-left: 1px solid #555;
    padding-left: 15px;
    margin-left: 15px;
  }
  li.pneumatig-authorization-link a {
    color: white;
    font-size: 12px;
    padding: 5px 0 !important;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
  }
  li.pneumatig-authorization-link a span {
    display: none;
  }
  li.pneumatig-authorization-link a i {
    margin-left: 0;
    font-size: 18px;
  }
  li.pneumatig-authorization-link a.register-button {
    display: none;
  }
  li.pneumatig-authorization-link a:hover {
    color: #ccc;
  }
  /* 5 & 6. Language and Cart Group */
  .pg-store-switcher-wrapper {
    order: 3;
    flex-shrink: 0;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
    /* Keep slight separation */
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pg-store-switcher-wrapper .pg-language-dropdown i {
    color: white;
    font-size: 14px;
  }
  .minicart-wrapper {
    order: 4;
    flex-shrink: 0;
    padding: 0 0 0 15px;
    margin: 0;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .minicart-wrapper .action.showcart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  /* Cart Icon */
  .minicart-wrapper .action.showcart:before {
    content: '\f07a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: white;
    line-height: 1;
    margin: 0;
    display: block;
  }
  /* Cart Counter */
  .minicart-wrapper .action.showcart .counter.qty {
    color: white;
    background-color: #d9534f !important;
    position: absolute;
    top: -5px;
    right: -8px;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    font-size: 10px;
    padding: 0 4px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header:not(.amsearch-full-width) .amsearch-result-section {
    /* Positioning & Centering */
    position: absolute !important;
    /* Ensure absolute positioning */
    left: 40% !important;
    /* Start at the middle of the screen */
    transform: translateX(-50%) !important;
    /* Pull back left by half its own width */
    right: auto !important;
    /* Do not constrain by right edge */
    top: calc(100% + 3px) !important;
    /* Position below header/input */
    /* Sizing */
    width: 92vw !important;
    /* Use viewport width - 95% of screen */
    max-width: none !important;
    /* Remove any pixel-based max-width */
    /* Stacking & Visuals */
    z-index: 1001 !important;
    /* High z-index to be on top */
    visibility: visible !important;
    /* Ensure it's visible */
    opacity: 1 !important;
    /* Ensure full opacity */
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    background: white;
    border: 1px solid #ccc;
  }
  /* Optional: Ensure inner content scrolls if it gets too long */
  .amsearch-result-section .amsearch-wrapper-inner {
    max-height: 75vh;
    /* Limit height to 75% of viewport height */
    overflow-y: auto;
    /* Add vertical scroll if needed */
    overflow-x: hidden;
  }
  .breadcrumbs {
    top: -20px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .page-header:not(.amsearch-full-width) .amsearch-result-section {
    /* Positioning & Centering */
    position: absolute !important;
    /* Ensure absolute positioning */
    left: 5% !important;
    /* Start at the middle of the screen */
    transform: translateX(-50%) !important;
    /* Pull back left by half its own width */
    right: auto !important;
    /* Do not constrain by right edge */
    top: calc(100% + 3px) !important;
    /* Position below header/input */
  }
}
/* ===== AMASTY SOCIAL LOGIN MOBILE MODERNIZATION ===== */
/* Mobile-specific styles for Amasty Social Login popup */
@media (max-width: 767px) {
  /* Main popup overlay - center the popup */
  .amsl-popup-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
  }
  /* Main popup block - modernized mobile styling */
  .amsl-popup-block {
    width: 95% !important;
    max-width: 400px;
    min-width: 320px !important;
    margin: 0 !important;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  /* Remove underlines from tab links */
  .amsl-tablist .amsl-title.active .amsl-link {
    border-bottom: none;
    text-decoration: none;
  }
  .amsl-tablist .amsl-title .amsl-link {
    text-decoration: none;
    border-bottom: none;
  }
  .amsl-tablist .amsl-title .amsl-link:hover {
    text-decoration: none;
  }
  /* Modern tab styling - keep original functionality */
  .amsl-tablist {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
    list-style: none;
  }
  .amsl-tablist .amsl-title {
    flex: 1;
    text-align: center;
    margin: 0;
    background: transparent;
    border-radius: 0;
  }
  .amsl-tablist .amsl-title.active {
    background: #fff;
    border-bottom: 3px solid #015eae;
    border-radius: 0;
  }
  .amsl-tablist .amsl-title .amsl-link {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    display: block;
  }
  .amsl-tablist .amsl-title.active .amsl-link {
    color: #015eae;
  }
  /* Content area styling */
  .amsl-content {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
    box-sizing: border-box;
  }
  /* Login content - maintain original order */
  .amsl-login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  /* Form styling */
  .amsl-form {
    width: 100%;
    margin: 0 !important;
    min-width: auto;
  }
  /* Input fields */
  .amsl-popup-block .input-text {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
  }
  .amsl-popup-block .input-text:focus {
    border-color: #015eae;
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 94, 174, 0.1);
  }
  /* Button styling */
  .amsl-popup-block .actions-toolbar .action.primary {
    width: 100%;
    background: #015eae;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0 10px 0;
    transition: background-color 0.3s ease;
  }
  .amsl-popup-block .actions-toolbar .action.primary:hover {
    background: #1a73c2;
  }
  /* Social login section - center Google button and position after main form */
  .amsl-social-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0 0 0;
    order: 10;
  }
  .amsl-social-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    min-height: auto;
  }
  .amsl-social-login .amsl-title {
    display: none;
  }
  .amsl-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
  }
  .amsl-button-wrapper {
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
  }
  /* Google button styling - centered and modern */
  .amsl-button-wrapper .amsl-button.-google {
    width: 100%;
    max-width: 300px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .amsl-button-wrapper .amsl-button.-google:hover {
    border-color: #015eae;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
  }
  .amsl-button-wrapper .amsl-button.-google .amsl-social-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* Register content - make it scrollable and centered */
  .amsl-register-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
  }
  .amsl-register-content .amsl-form {
    width: 100%;
    margin: 0;
  }
  /* Hide social login in register tab */
  .amsl-register-content .amsl-social-wrapper {
    display: none;
  }
  /* Separator styling */
  .auth-separator,
  .amsl-separator {
    margin: 20px 0;
    position: relative;
    text-align: center;
  }
  .auth-separator::before,
  .auth-separator::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #e1e5e9;
  }
  .auth-separator::before {
    left: 0;
  }
  .auth-separator::after {
    right: 0;
  }
  .auth-separator-text {
    background: #fff;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
  }
  /* Close button */
  .amsl-popup-block .amsl-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
  }
  .amsl-form .amsl-popup-block .actions-toolbar {
    margin: 0;
  }
  .amsl-form fieldset.create.account {
    margin: 0;
  }
  .amsl-popup-block .amsl-close:hover {
    background: #e9ecef;
  }
  .amsl-popup-block .amsl-close::before {
    content: '×';
    font-size: 20px;
    color: #666;
    line-height: 1;
  }
  /* Error messages */
  .amsl-error {
    background: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 14px;
    border: 1px solid #f5c6cb;
  }
  /* Field labels - reduce font weight */
  .amsl-popup-block .field .label {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    display: block;
  }
  /* Checkbox styling */
  .amsl-popup-block .field.choice {
    display: flex;
    align-items: center;
    margin: 15px 0;
  }
  .amsl-popup-block .checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }
  .amsl-popup-block .field.choice .label {
    margin: 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    font-weight: 400;
  }
  /* Secondary actions */
  .amsl-popup-block .secondary {
    text-align: center;
    margin-top: 15px;
  }
  .amsl-popup-block .secondary .action.remind {
    color: #015eae;
    text-decoration: none;
    font-size: 14px;
  }
  .amsl-popup-block .secondary .action.remind:hover {
    text-decoration: underline;
  }
  /* Forgot password content */
  .amsl-forgot-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .amsl-forgot-content .amsl-form {
    width: 100%;
    margin: 0;
  }
  /* Password strength meter */
  .password-strength-meter-container {
    margin-top: 5px;
  }
  .password-strength-meter {
    font-size: 12px;
    color: #666;
  }
  /* Responsive adjustments for very small screens */
}
@media (max-width: 767px) and (max-width: 360px) {
  .amsl-popup-overlay {
    padding: 10px;
  }
  .amsl-popup-block {
    width: 98%;
    min-width: 300px;
  }
  .amsl-content {
    padding: 15px;
  }
}
/* Tablet adjustments for login popup */
@media (min-width: 768px) and (max-width: 1024px) {
  .amsl-popup-block {
    max-width: 500px;
  }
  .amsl-button-wrapper .amsl-button.-google {
    max-width: 350px;
  }
}
.pg-filter-hidden {
  display: none !important;
}
.pg-filter-card {
  max-width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.pg-filter-card .pg-filter-body {
  padding: 10px 10px 12px;
}
.pg-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
}
.pg-filter-header__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.pg-filter-header__caret {
  width: 18px;
  height: 18px;
  position: relative;
}
.pg-filter-header__caret:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(0, 0, 0, 0.55);
  border-bottom: 2px solid rgba(0, 0, 0, 0.55);
  transform: rotate(-135deg);
}
#layered-filter-block:not(.active) .pg-filter-header__caret:before {
  transform: rotate(45deg);
}
.pg-filter-sections .filter-options-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px 0;
}
.pg-filter-sections .filter-options-item:last-child {
  border-bottom: 0;
}
.pg-filter-section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 6px;
  cursor: pointer;
}
.pg-filter-section__title .pg-filter-section__chev {
  width: 16px;
  height: 16px;
  position: relative;
}
.pg-filter-section__title .pg-filter-section__chev:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 2px solid rgba(0, 0, 0, 0.45);
  border-bottom: 2px solid rgba(0, 0, 0, 0.45);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}
.pg-filter-section.active .pg-filter-section__chev:before {
  transform: rotate(-135deg);
}
.pg-filter-section__content {
  padding: 0 6px 10px;
}
.pg-option-list {
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
}
.pg-option__item {
  margin: 0;
}
.pg-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 6px;
  border-radius: 10px;
  text-decoration: none !important;
  color: inherit;
  transition: background 0.12s ease;
}
.pg-option:hover {
  background: rgba(0, 0, 0, 0.04);
}
.pg-option__box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  background: #fff;
}
.pg-option__label {
  font-size: 13px;
  line-height: 1.2;
  flex: 1 1 auto;
  min-width: 0;
}
.pg-option__count {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  margin-left: auto;
}
.pg-option.is-active {
  background: rgba(0, 0, 0, 0.03);
}
.pg-option.is-active .pg-option__box {
  border-color: #1f5fbf;
  background: #1f5fbf;
}
.pg-option.is-active .pg-option__box:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}
.pg-range {
  padding-top: 4px;
}
.pg-range__track {
  padding: 8px 4px 0;
}
.pg-range__labels {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.pg-range-slider {
  margin-top: 8px;
}
.pg-range-slider .ui-slider {
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  border: 0;
}
.pg-range-slider .ui-slider-range {
  background: #1f5fbf;
  border-radius: 999px;
}
.pg-range-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  top: -7px;
  border: 3px solid #1f5fbf;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.pg-filter-footer {
  padding: 10px 6px 2px;
}
.pg-clear-btn {
  display: block;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px;
  background: #2f5ea6;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 13px;
}
.pg-clear-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
@media only screen and (min-width: 1px) {
  section[role="main"] {
    width: 76%;
  }
  div.category-products ul.products-grid li.item {
    margin: 2px;
    padding: 2px;
  }
  div.category-products div.amount {
    width: 25%;
    font-size: 1em;
  }
  div.category-products div.pages {
    width: 30%;
    text-align: left;
  }
  div.category-products div.sort-by {
    width: 29%;
  }
  div.category-products div.sort-by label {
    font-size: 1em;
  }
  div.category-products ol > li.item a.product-image {
    width: 19%;
  }
  div.category-products ol > li.item div.product-shop {
    width: 44%;
  }
  div.category-products ol > li.item div.attributes {
    display: block;
    width: 33%;
  }
  div.category-products ol > li.item div.attributes td,
  div.category-products ol > li.item div.attributes th {
    font-size: 0.8em;
  }
  div.category-products ol > li.item div.attributes th {
    width: 56%;
  }
}
div#notice-cookie-block {
  position: inherit;
}
li.greet {
  display: none;
}
.nav-sections {
  background: white;
}
.ui-menu-item > a {
  border-color: #1b75bc !important;
}
.section-items.nav-sections-items {
  background: white;
}
.nav-sections-item-title {
  background-color: #000000 ba;
}
.nav-sections-item-title > a {
  color: white;
}
.nav-sections-item-title.active {
  background: white;
}
.nav-sections-item-title.active > a {
  color: black;
}
.nav-sections-item-content {
  background: white;
}
.nav-sections-item-content > nav {
  background: white;
}
.navigation > ul > li {
  font-size: 1.1em !important;
  position: relative;
  /*To jest dla toggle-mobile-nav bo uzywa pos. absolute */
}
.navigation > ul > li > a {
  text-transform: none!important;
}
.navigation .submenu:not(:first-child) ul > li a {
  border-bottom: 1px solid #ccc;
  border-color: #ccc !important;
}
.navigation .submenu:not(:first-child) > li > a {
  border-bottom: 2px solid #ccc;
}
.toggle-mobile-nav {
  width: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 40px;
  top: 0;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'icons-blank-theme';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .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: -webkit-fill-available;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #ccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 3);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #fff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #ccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 4);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-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: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1024px), print {
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 4);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 5);
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FPneumatig_Popup%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FPneumatig_ProductFinder%5C%2Fcss%5C%2Fsource%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FPneumatig_ProductFinder%5C%2Fcss%5C%2Fsource%5C%2F_product-card.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FPneumatig_ProductFinder%5C%2Fcss%5C%2Fsource%5C%2F_chat.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FPneumatig_ProductFinder%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FPneumatig_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_pg-global.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_pg-dimensions.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_pg-global-mobile.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Fpc%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_further-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SeoToolkitLite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_magento-override.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-accounts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-login.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fpages%5C%2F_search-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPneumatig%5C%2FPG%5C%2Far_SA%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAAAA%3BEACK%2CaAAa%2CmBAAb%3BEACA%2CSAAS%2CsDAAsD%2COAAO%2CcAClE%2CqDAAqD%2COAAO%2COADhE%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIL%3BEACI%2CaAAa%2CSAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CsCAA6C%2COAAO%2CcACzD%2CqCAA4C%2COAAO%2COADvD%3B%3B%3BACdJ%2CKAAK%3BEACJ%2CSAAS%2COAAT%3BEACG%2CkBAAA%3BEACH%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAED%2CaAAa%3BEACZ%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAED%2CQAAQ%3BEACN%2CsBAAsB%2C6BAAtB%3B%3BAAEF%2CSAAS%3BEACP%2CsBAAsB%2C6BAAtB%3B%3BAAEF%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2C6DAAA%3B%3BAAGF%2CYAAY%3BEACV%2CSAAS%2CEAAT%3BEACA%2CwDAAA%3B%3BAAGF%2CcAAc%3BEACZ%2CSAAS%2CEAAT%3BEACA%2CuEAAA%3B%3BAAGF%2CaAAa%3BEACX%2CSAAS%2CEAAT%3BEACA%2CoDAAA%3B%3BAAGF%2CaAAa%3BEACX%2CSAAS%2CEAAT%3BEACA%2C8DAAA%3B%3BAAGF%2CeAAe%3BEACb%2CSAAS%2CEAAT%3BEACA%2CqEAAA%3B%3BAAGF%2CWAAW%3BEACT%2CSAAS%2CEAAT%3BEACA%2CuDAAA%3B%3BAAGF%2CUAAU%3BEACR%2CSAAS%2CEAAT%3BEACA%2CgEAAA%3B%3BAAGF%2CSAAS%3BEACP%2CSAAS%2CEAAT%3BEACA%2CyDAAA%3B%3BAAGF%2CiBAAiB%3BEACf%2CSAAS%2CEAAT%3BEACA%2C6DAAA%3B%3BAAGF%2CaAAa%3BEACX%2CSAAS%2CEAAT%3BEACA%2CyDAAA%3B%3BAAGF%2CQAAQ%3BEACN%2CSAAS%2CEAAT%3BEACA%2CoDAAA%3B%3BAAGF%2CYAAY%3BEACV%2CSAAS%2CEAAT%3BEACA%2C4DAAA%3B%3BAAGF%2CeAAe%3BEACb%2CSAAS%2CEAAT%3BEACA%2C2DAAA%3B%3BAAGF%2CmBAAmB%3BEACjB%2CSAAS%2CEAAT%3BEACA%2C%2BDAAA%3B%3BAAGF%2CYAAY%3BEACV%2CSAAS%2CEAAT%3BEACA%2C4DAAA%3B%3BAAGF%2CeAAe%3BEACb%2CSAAS%2CEAAT%3BEACA%2C2DAAA%3B%3BAAGF%2CWAAW%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkEAAA%3B%3BAAGF%2CeAAe%3BEACb%2CSAAS%2CEAAT%3BEACA%2C2DAAA%3B%3BAAGF%2CgBAAgB%3BEACd%2CSAAS%2CEAAT%3BEACA%2C4DAAA%3B%3BAAGF%2CeAAe%3BEACb%2CSAAS%2CEAAT%3BEACA%2C2DAAA%3B%3BAAGF%2CSAAS%3BEACP%2CSAAS%2CEAAT%3BEACA%2CqDAAA%3B%3BAAGJ%3BAAAM%3BAAAK%3BEACP%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAI%3BAAAS%2CGAAG%3BAAAS%2CIAAI%3BEACzB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CWAAA%3BEACA%2CkBAAkB%2C0DAAlB%3BEACA%2CUAAU%2C0DAAV%3BEACA%2CuBAAA%3B%3BAAGJ%2CSAAS%2CSAAU%2CUAAS%2CMACxB%2CEAAC%3BEACG%2CWAAW%2CcAAX%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CiBAAkB%2CEAAC%2COAAO%2CSAAS%3BEAC%5C%2FB%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CoEAAA%3BEACA%2C4DAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CmEAAA%3BEACA%2C2DAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CGAAG%2CUAAa%2CKAAK%2CKAAK%2CIAAC%2CMACrB%2CIAAC%3BEACC%2CyBAAA%3B%3BAAIR%2CiBAAkB%2CQAAO%2CMAAM%3BAAAS%2CSAAS%3BEAC7C%2CiEAAA%3BEACA%2CyDAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2CMAAM%2CmBAAmB%3BAAAQ%2CSAAS%3BEACtC%2CWAAW%2CcAAX%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CoEAAA%3BEACA%2C4DAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CsEAAA%3BEACA%2C8DAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CuEAAA%3BEACA%2C%2BDAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CaAAa%2CSAAb%3BEACA%2CiBAAA%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACE%2CkBAAA%3B%3BAACA%2CcAAC%3BEACG%2CkBAAkB%2C0DAAlB%3BEACA%2CUAAU%2C0DAAV%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAGN%2CcAAc%2CSAAS%3BEACrB%2CcAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAEF%3BAAAmB%3BAAAW%3BEAC1B%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBAAC%3BAAAD%2CSAAC%3BAAAD%2CcAAC%3BEACG%2CiFAAA%3BEACA%2CyEAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAGR%2CSAAS%3BEACL%2CuEAAA%3BEACA%2C%2BDAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2C2FAAA%3BEACA%2CmFAAA%3B%3BAAEJ%2CYAAY%3BAAAS%2CsBAAuB%2CEAAC%3BAAAS%2CQAAQ%3BEAC1D%2C0EAAA%3BEACA%2CkEAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CsEAAA%3BEACA%2C8DAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CEAAE%3BAAAS%2CEAAE%3BEACT%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CSAAS%2CEAAT%3BEACA%2C6EAAA%3BEACA%2CqEAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CoFAAA%3BEACA%2C4EAAA%3B%3BAAEJ%2CaAAa%3BEACT%2C8EAAA%3BEACA%2CsEAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAAkB%2CKAAI%3BAAAS%2CiBAAkB%2CKAAI%3BEACjD%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CkBAAkB%2C0DAAlB%3BEACA%2CUAAU%2C0DAAV%3B%3BAAEJ%2CkBAAkB%3BEACd%2CkBAAkB%2CgEAAlB%3BEACA%2CUAAU%2CgEAAV%3B%3BAAEJ%2CaAAa%3BEACT%2CkBAAkB%2C2DAAlB%3BEACA%2CUAAU%2C2DAAV%3B%3BAAEJ%2CSAAS%3BEACL%2CkBAAkB%2CmDAAlB%3BEACA%2CUAAU%2CmDAAV%3B%3BAAEJ%2CeAAe%3BEACX%2CkBAAkB%2C6DAAlB%3BEACA%2CUAAU%2C6DAAV%3B%3BAAEJ%2CQAAQ%3BEACJ%2CkBAAkB%2CsDAAlB%3BEACA%2CUAAU%2CsDAAV%3B%3BAAEJ%2CQAAQ%3BEACJ%2CkBAAkB%2CuDAAlB%3BEACA%2CUAAU%2CuDAAV%3B%3BAAEJ%2CQAAS%2CSAAQ%3BEACf%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEF%2CcAAc%3BEACV%2CkBAAkB%2C4DAAlB%3BEACA%2CUAAU%2C4DAAV%3B%3BAAEJ%2CiBAAiB%3BAAAS%2CSAAS%3BEAC%5C%2FB%2CuBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CkBAAkB%2C%2BDAAlB%3BEACA%2CUAAU%2C%2BDAAV%3B%3BAAEJ%2CSAAS%3BEACL%2CkBAAkB%2CuDAAlB%3BEACA%2CUAAU%2CuDAAV%3B%3BAAEJ%2CQAAQ%3BEACN%2CkBAAkB%2CsDAAlB%3BEACA%2CUAAU%2CsDAAV%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGF%2CSAAS%3BEACP%2CiEAAA%3BEACA%2CyDAAA%3B%3BAAEF%2CeAAe%3BEACb%2CkBAAkB%2C6DAAlB%3BEACA%2CUAAU%2C6DAAV%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGF%2CYAAY%3BEACV%2CiEAAA%3BEACA%2CyDAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGF%2CiBAAiB%3BEACf%2C4EAAA%3BEACA%2CoEAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BACnYF%2CYAAa%2CMAAK%2CIAAI%2CaAAa%3BEAC%5C%2FB%2CaAAa%2CmBAAb%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACvBJ%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3BACqBJ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BAC5BR%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BACmEJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAKJ%3BEClFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADiFJ%3BECtFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADqFJ%3BEC1FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADyFJ%3BEC9FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD6FJ%3BEClGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3B%3BACRR%3BEACE%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CqBAAqB%3BEACnB%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3B%3BAAGF%2CaAAc%3BEACZ%2CaAAa%2CSAAb%3B%3BAAGF%2CaAAc%2CIAAC%3BEACb%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CaAAc%3BEACZ%2CeAAA%3BEACA%2CYAAA%3B%3BAAGF%2CaAAc%2CIAAC%3BEACb%2CqBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGF%3BEACE%2CcAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAAGF%3BEACE%2CoBAAA%3B%3BAAGF%3BEACE%2CkCAAA%3BEACA%2CmBAAA%3B%3B%3BAAIF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CcAAc%3BEACZ%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BAAEF%2CiBAAoB%3BEAClB%2CYAAA%3B%3BAAGF%3BEACE%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2COAAO%2CkBAAP%3BEACA%2CaAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAANF%2CUAQG%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CCAAI%3BEACF%2CcAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGF%3B%3BEAEE%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3B%3BAAwED%2CQApEyB%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAGF%3BIACE%2CgBAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3BEAEF%3BIACE%2CgBAAA%3B%3BEAEF%3BIACE%2C6BAAA%3BIACA%2CYAAA%3B%3BEAGF%3BIACE%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3B%3BEALF%2CkBAMG%3BIACC%2CmBAAA%3BIACA%2CcAAA%3B%3BEAIJ%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAmB%2CiBAAiB%2CgBAApC%3B%3BEAGF%3BIACE%2CqBAAA%3B%3BEADF%2CaAEI%3BIACA%2CeAAA%3B%3BEAGJ%3BIACE%2CYAAA%3B%3BEAGF%2C8BACG%3BIACC%2CcAAA%3B%3BEAGJ%2CYAAe%3BIACb%2CwBAAA%3B%3B%3BACvSJ%3BEACI%3BEAAI%3BIAAO%2CWAAW%2CWAAX%3B%3BEACX%3BIAAM%2CWAAW%2CSAAX%3B%3B%3BAAGV%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIAAK%2CWAAW%2CcAAX%3B%3B%3BAAGT%3BEACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIAAK%2CWAAW%2CeAAe%2CaAA1B%3B%3BEACL%3BIAAO%2CWAAW%2CeAAe%2CgBAA1B%3B%3B%3BAAGX%3BEACI%3BEAAI%3BIAAO%2CWAAW%2CYAAX%3B%3BEACX%3BIAAM%2CWAAW%2CoBAAX%3B%3BEACN%3BIAAM%2CWAAW%2CoBAAX%3B%3BEACN%3BIAAM%2CWAAW%2CqBAAX%3B%3BEACN%3BIAAM%2CWAAW%2CmBAAX%3B%3B%3BAAGV%3BEACI%3BIAAK%2CWAAW%2CiBAAX%3BIAA8B%2CUAAA%3B%3BEACnC%3BIAAO%2CWAAW%2CiBAAX%3BIAA8B%2CUAAA%3B%3B%3BAAGzC%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CoBAAoB%2CgBAAgB%2CUAA%5C%2FC%3BIACA%2CQAAQ%2CUAAR%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAW%2CoBAAoB%2CcAAc%2CWAA7C%3BIACA%2CQAAQ%2CSAAR%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CoBAAoB%2CWAAW%2CQAA1C%3BIACA%2CQAAQ%2COAAR%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CoBAAoB%2CWAAW%2CQAA1C%3BIACA%2CQAAQ%2COAAR%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAW%2CoBAAoB%2CeAAe%2CWAA9C%3BIACA%2CQAAQ%2CSAAR%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CoBAAoB%2CeAAe%2CUAA9C%3BIACA%2CQAAQ%2CUAAR%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CkBAAkB%2CWAA7B%3BIACA%2CWAAW%2CiCAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CqCAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CcAAc%2CQAAzB%3BIACA%2CWAAW%2CuCAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CcAAc%2CQAAzB%3BIACA%2CWAAW%2CuCAAX%3B%3BEAEJ%3BIACI%2CWAAW%2C2CAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CiBAAiB%2CWAA5B%3BIACA%2CWAAW%2C6CAAX%3B%3B%3BAAIR%3BEACI%3BIAAK%2CYAAA%3BIAAc%2CWAAW%2CsBAAsB%2CWAAjC%3B%3BEACnB%3BIAAM%2CUAAA%3BIAAY%2CWAAW%2CsBAAsB%2CQAAjC%3B%3BEAClB%3BIAAO%2CYAAA%3BIAAc%2CWAAW%2CsBAAsB%2CWAAjC%3B%3B%3BAAGzB%3BEACI%3BEAAI%3BIAAO%2CUAAA%3B%3BEACX%3BIAAM%2CYAAA%3B%3B%3BAAGV%3BEACI%3BIAAO%2CWAAW%2CsBAAsB%2CYAAjC%3B%3BEACP%3BIAAK%2CWAAW%2CsBAAsB%2CcAAjC%3B%3B%3BAAGT%3BEACI%3BIAAO%2CWAAW%2CsBAAsB%2CcAAjC%3B%3BEACP%3BIAAK%2CWAAW%2CsBAAsB%2CYAAjC%3B%3B%3BAAGT%3BEACI%3BIAAO%2CWAAW%2CsBAAsB%2CYAAjC%3B%3BEACP%3BIAAK%2CWAAW%2CsBAAsB%2CcAAjC%3B%3B%3BAAGT%3BEACI%3BIAAO%2CWAAW%2CsBAAsB%2CYAAjC%3B%3BEACP%3BIAAK%2CWAAW%2CsBAAsB%2CcAAjC%3B%3B%3BAAGT%3BEACI%3BIACI%2CWAAW%2CsBAAsB%2CUAAjC%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CWAAW%2CsBAAsB%2CUAAjC%3BIACA%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIAAK%2CYAAA%3BIAAc%2CWAAW%2CsBAAsB%2CWAAjC%3B%3BEACnB%3BIAAM%2CYAAA%3BIAAc%2CWAAW%2CsBAAsB%2CWAAjC%3B%3BEACpB%3BIAAO%2CYAAA%3BIAAc%2CWAAW%2CsBAAsB%2CWAAjC%3B%3B%3BAAGzB%3BEACI%3BIAAK%2CUAAA%3BIAAY%2CWAAW%2COAAO%2CiBAAiB%2CiBAAnC%3B%3BEACjB%3BIAAM%2CUAAA%3B%3BEACN%3BIAAM%2CUAAA%3B%3BEACN%3BIAAO%2CUAAA%3BIAAY%2CWAAW%2COAAO%2CiBAAiB%2CiBAAnC%3B%3B%3BAAGvB%3BEACI%3BIAAK%2CWAAW%2CsBAAsB%2CQAAjC%3BIAA2C%2CUAAA%3B%3BEAChD%3BIAAM%2CWAAW%2CsBAAsB%2CUAAjC%3BIAA6C%2CYAAA%3B%3BEACnD%3BIAAO%2CWAAW%2CsBAAsB%2CQAAjC%3BIAA2C%2CUAAA%3B%3B%3BAAGtD%3BEACI%3BIAAK%2CWAAW%2CsBAAsB%2CUAAjC%3BIAA6C%2CYAAA%3B%3BEAClD%3BIAAM%2CWAAW%2CsBAAsB%2CQAAjC%3BIAA2C%2CUAAA%3B%3BEACjD%3BIAAO%2CWAAW%2CsBAAsB%2CUAAjC%3BIAA6C%2CYAAA%3B%3B%3BAAGxD%3BEACI%3BIAAK%2CYAAA%3B%3BEACL%3BIAAM%2CYAAA%3B%3BEACN%3BIAAO%2CYAAA%3B%3B%3BAAGX%3BEACI%3BIAAK%2CUAAA%3BIAAY%2CWAAW%2COAAO%2CiBAAiB%2CiBAAnC%3B%3BEACjB%3BIAAM%2CUAAA%3BIAAY%2CWAAW%2COAAO%2CiBAAiB%2CiBAAnC%3B%3BEAClB%3BIAAM%2CUAAA%3BIAAY%2CWAAW%2COAAO%2CiBAAiB%2CiBAAnC%3B%3BEAClB%3BIAAO%2CUAAA%3BIAAY%2CWAAW%2COAAO%2CiBAAiB%2CiBAAnC%3B%3B%3BAAGvB%3BEACI%3BIAAK%2CWAAW%2CsBAAsB%2CQAAjC%3BIAA2C%2CYAAA%3B%3BEAChD%3BIAAM%2CWAAW%2CsBAAsB%2CUAAjC%3BIAA6C%2CUAAA%3B%3BEACnD%3BIAAO%2CWAAW%2CsBAAsB%2CQAAjC%3BIAA2C%2CYAAA%3B%3B%3BAAGtD%3BEACI%3BIAAK%2CWAAW%2CsBAAsB%2CYAAjC%3B%3BEACL%3BIAAO%2CWAAW%2CsBAAsB%2CeAAjC%3B%3B%3BAAGX%3BEACI%3BIAAK%2CYAAA%3BIAAc%2CQAAQ%2CSAAR%3B%3BEACnB%3BIAAM%2CYAAA%3BIAAc%2CQAAQ%2CUAAR%3B%3BEACpB%3BIAAO%2CYAAA%3BIAAc%2CQAAQ%2CSAAR%3B%3B%3BAAGzB%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CQAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CWAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CkBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CiBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CcAAc%2CcAAc%2CSAAvC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CmBAAmB%2CmBAAmB%2CeAAjD%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CcAAc%2CcAAc%2CSAAvC%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CkBAAkB%2CmBAAmB%2CcAAhD%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CiBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CiBAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CgBAAX%3B%3B%3BAAIR%3BEACI%3BEAAI%3BEAAK%3BIACL%2CWAAW%2CQAAX%3B%3BEACF%3BIACE%2CWAAW%2CQAAX%3B%3B%3B%3BAC3UR%2CmBANqC%3BEACjC%2CQAAQ%3BIACJ%2CeAAA%3B%3B%3BAAIR%2CcACI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgCAAA%3B%3BAAPR%2CcAUI%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%2CiBAAkB%3BEACd%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CyCAAZ%3BEACA%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CiBAAkB%2CcAAa%3BEAC3B%2CqBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CgDAAA%3B%3BAAGJ%2CiBAAkB%2CcAAc%3BEAC5B%2CYAAA%3BEACA%2CaAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAPJ%2CiBAAkB%2CcAAc%2CeAS5B%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3B%3BAAKR%2CiBAAkB%2CcAAc%3BEAC5B%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2CwCAAZ%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEAEA%2CUAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CiBAAkB%2CcAAc%3BEAC5B%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBAAkB%2CcAAc%3BEAC5B%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2CcAAc%3BEAC5B%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2CcAAc%3BEAC5B%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CiBANc%2CcAAc%2CeAM3B%3BEACG%2CSAAS%2CSAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3B%3BAAKR%2CiBAAkB%2CcAAc%3BEAC5B%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CcAAc%3BEAC5B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2C2CAAA%3BEAC%5C%2FC%2C8BAAA%3BEAAgC%2CiCAAA%3BEAAmC%2CaAAA%3BEAAe%2CuBAAA%3BEAClF%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CYAAA%3BEAAc%2CyBAAA%3B%3BAAE3E%2CiBAAkB%2CcAAc%2CeAAc%3BEAC1C%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CqBAAA%3BEAAuB%2CWAAW%2CUAAX%3B%3BAAEhE%2CiBAAkB%2CcAAc%3BEAC5B%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CeAAA%3BEAAiB%2CYAAA%3BEAC1E%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CkBAAA%3BEACpD%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CkBAAA%3BEAC9D%2CWAAW%2CgBAAX%3BEAA6B%2CyBAAA%3BEAA2B%2CyCAAA%3BEACxD%2CyCAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiBAAkB%2CcAAc%2CeAAc%2CMAAS%3BEACnD%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CWAAW%2CaAAX%3B%3BAAErC%2CiBAAkB%2CcAAc%3BAAAc%2CqBAAsB%3BEAChE%2CYAAY%2CwCAAZ%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CcAAc%2CaAAY%3BAAAQ%2CqBAAsB%2CeAAc%3BEACpF%2CWAAW%2CWAAX%3BEACA%2C4CAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAkB%2CMAAO%3BEACrB%2C0BAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAY%2CwCAAZ%3BEACA%2CUAAA%3BEACA%2CwCAAA%3BEACA%2C0CAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CaAAa%2CMAAO%3BEAChB%2CWAAW%2CWAAX%3B%3B%3BAAIJ%2CuBAAuB%3BEACnB%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C2CAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2C4BAA4B%2CqEAA5B%3B%3BAAKJ%2CwBAAwB%3BEACpB%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CSAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAA%2BBJ%2CmBA5BsC%3BEAClC%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3B%3BEAEA%2CiBAAC%3BIACG%2CWAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CmCAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CiBAAkB%3BIACd%2CaAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3B%3B%3B%3B%3B%3BAAOR%2CaAAa%3BEACT%2CoBAAA%3B%3BEACA%2CqCAAA%3B%3BAAGJ%2CaAAa%2CMAAO%3BAACpB%2CaAAa%2CMAAO%3BAACpB%2CaAAa%2CMAAO%3BAACpB%2CaAAa%2CMAAO%3BAACpB%2CaAAa%2CMAAO%2CQAAO%3BEACvB%2CmBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAa%2CMAAO%3BEAChB%2CmBAAA%3B%3B%3B%3BAAIJ%2CaAAa%2CMAAO%2CeAAc%3BAAClC%2CaAAa%2CMAAO%2CcAAa%3BAACjC%2CaAAa%2CMAAO%2CaAAY%3BAAChC%2CaAAa%2CMAAO%2CeAAc%3BAAClC%2CaAAa%2CMAAO%2CQAAO%2CQAAQ%3BEAC%5C%2FB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CkBAAkB%2CoIAAlB%3BEAOA%2C8BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CgBAAX%3B%3B%3B%3BAAKR%2CaAAa%2CMAAO%3BEAChB%2CaAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAa%2CMAAO%3BEAChB%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAa%2CMAAO%3BEAChB%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAEA%2CaALS%2CMAAO%2CeAKf%3BEACG%2CaAAA%3B%3B%3B%3BAAKR%2CaAAa%2CMAAO%3BAACpB%2CaAAa%2CMAAO%3BEAChB%2CaAAA%3B%3BACpXJ%3BEACI%2CYCIQ%2C6DDJR%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAAC%3BEACG%2CkCAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAANJ%2CsBAAC%2CcAQG%3BEACI%2CwBAAA%3B%3BAAhBZ%2CsBAoBI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBATJ%2CeASK%3BEACG%2CUAAA%3B%3BAAGJ%2CsBAbJ%2CeAaK%3BEACG%2CmBAAA%3B%3BAAGJ%2CsBAjBJ%2CeAiBK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvCZ%2CsBA2CI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEAGA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2C6EAAZ%3BEACA%2CyCAAA%3BEACA%2CiBAAiB%2CSAAjB%3BEACA%2CyBAAyB%2CSAAzB%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEAEA%2CuCAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CsBAtBJ%2CSAsBK%3BEACG%2CWAAW%2CeAAX%3BEACA%2CwCAAA%3B%3BAAGJ%2CsBA3BJ%2CSA2BK%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BEAEA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CsBAvCJ%2CSAuCK%3BEACG%2CmBAAA%3BEACA%2CYAAY%2CkFAAZ%3BEACA%2CqCAAA%3BEAIA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEAEA%2C4CAAA%3BEACA%2C8BAAA%3B%3BAAIJ%2CsBAxDJ%2CSAwDK%3BEAEG%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEAEA%2CqBAAA%3B%3BAANJ%2CsBAxDJ%2CSAwDK%2CIAQG%3BEACI%2CaAAA%3B%3BAATR%2CsBAxDJ%2CSAwDK%2CIAYG%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CsBAzER%2CSAwDK%2CIAiBI%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CsBAzER%2CSAwDK%2CIAiBI%2CgBAMG%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAATR%2CsBAzER%2CSAwDK%2CIAiBI%2CgBAMG%2CkBAKI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsDAAA%3B%3BAAEA%2CsBA3FpB%2CSAwDK%2CIAiBI%2CgBAMG%2CkBAKI%2CKAOK%2CUAAU%3BEACP%2CuBAAA%3B%3BAAGJ%2CsBA%5C%2FFpB%2CSAwDK%2CIAiBI%2CgBAMG%2CkBAKI%2CKAWK%2CUAAU%3BEACP%2CuBAAA%3B%3BAAvBhB%2CsBAzER%2CSAwDK%2CIAiBI%2CgBA4BG%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FBR%2CsBAzER%2CSAwDK%2CIAiBI%2CgBAkCG%3BEACI%2CqBAAA%3BEACA%2CgEAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAEA%2CsBAjHhB%2CSAwDK%2CIAiBI%2CgBAkCG%2CsBAMK%3BEACG%2CUAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAA1CZ%2CsBAzER%2CSAwDK%2CIAiBI%2CgBA8CG%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CsBAhIJ%2CSAgIK%2CMAAM%3BEACH%2CUAAA%3B%3BAADJ%2CsBAhIJ%2CSAgIK%2CMAAM%2CKAGH%3BEACI%2CaAAA%3B%3BAA%5C%2FKhB%2CsBAoLI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAxLR%2CsBA2LI%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FLR%2CsBA2LI%2CsBAMI%2CMAAK%3BEACD%2COAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CyCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CsBAjBR%2CsBAMI%2CMAAK%2CaAWA%3BEACG%2CaAAA%3BEACA%2CqBAAA%3BEACA%2C8CAAA%3B%3BAA%5C%2FMhB%2CsBA2LI%2CsBAwBI%3BEACI%2CuBAAA%3BEACA%2CyCAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FNZ%2CsBA2LI%2CsBAwBI%2CaAcI%3BEACI%2C%2BBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CsBA3CR%2CsBAwBI%2CaAmBK%3BAACD%2CsBA5CR%2CsBAwBI%2CaAoBK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CUAAX%3BEACA%2CgDAAA%3BEACA%2CqBAAA%3B%3BAANJ%2CsBA3CR%2CsBAwBI%2CaAmBK%2CMAQG%3BAAPJ%2CsBA5CR%2CsBAwBI%2CaAoBK%2CMAOG%3BEACI%2CWAAW%2CcAAc%2CUAAzB%3B%3BAA%5C%2FOpB%2CsBAqPI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CyCAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CsBAlBJ%2CeAkBK%3BAACD%2CsBAnBJ%2CeAmBK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgDAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAA5QZ%2CsBAgRI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAtRR%2CsBAgRI%2CqBAQI%3BEACI%2CuBAAA%3BEACA%2CyCAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBArBR%2CqBAQI%2COAaK%3BEACG%2CmCAAA%3BEACA%2CqCAAA%3B%3BAAOhB%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CYCnTQ%2C6DDmTR%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAqB%2C4BAArB%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBAAC%2CMACG%3BEACI%2CUAAA%3B%3BAAEA%2CoBAJP%2CMACG%2CeAGK%3BEACG%2CWAAW%2CaAAX%3B%3BAAGJ%2CoBARP%2CMACG%2CeAOK%3BEACG%2CWAAW%2CaAAX%3B%3BAAWhB%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2C0CAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CqBAAqB%2C4BAArB%3BEACA%2CUAAA%3B%3BAAEA%2CYAAa%3BEACT%2CcAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAgVR%2CmBA3UsC%3BEAClC%3BIACI%2CwBAAA%3B%3BEAGJ%2CsBAAsB%2CcAClB%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0CAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3BIACA%2C8CAAA%3BIACA%2CaAAA%3BIAGA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C2BAA2B%2C2CACV%2CuDADjB%3B%3BEAzBR%2CsBAAsB%2CcAClB%2CmBA4BI%3BIACI%2C8BAAA%3B%3BEA9BZ%2CsBAAsB%2CcAClB%2CmBAmCI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkDAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAiB%2CUAAjB%3B%3BEAEA%2CsBAlDU%2CcAClB%2CmBAmCI%2CoBAcK%3BIACG%2COAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CsBAlDU%2CcAClB%2CmBAmCI%2CoBAcK%2CSAIG%3BIACI%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAVR%2CsBAlDU%2CcAClB%2CmBAmCI%2CoBAcK%2CSAaG%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAEA%2CsBAxEE%2CcAClB%2CmBAmCI%2CoBAcK%2CSAaG%2CGASK%3BIACG%2CwBAAA%3BIACA%2CwBAAA%3B%3BEAxBZ%2CsBAlDU%2CcAClB%2CmBAmCI%2CoBAcK%2CSA4BG%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAlFpB%2CsBAAsB%2CcAClB%2CmBAmCI%2CoBAkDI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2C%2BBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIAEA%2CqCAAA%3BIACA%2C0CAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3B%3BEArGhB%2CsBAAsB%2CcAClB%2CmBAmCI%2CoBAkDI%2CmBAiBI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CsBA7GM%2CcAClB%2CmBAmCI%2CoBAkDI%2CmBAuBK%3BIACG%2CoCAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CsBAlHM%2CcAClB%2CmBAmCI%2CoBAkDI%2CmBA4BK%3BIACG%2CWAAW%2CWAAX%3B%3BEAnHpB%2CsBAAsB%2CcAClB%2CmBA0HI%3BIACI%2COAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CkCAAA%3B%3BEAGA%2CsBApIU%2CcAClB%2CmBA0HI%2CeASK%3BIACG%2CUAAA%3B%3BEAGJ%2CsBAxIU%2CcAClB%2CmBA0HI%2CeAaK%3BIACG%2CqCAAA%3B%3BEAGJ%2CsBA5IU%2CcAClB%2CmBA0HI%2CeAiBK%3BIACG%2CoCAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CsBAhJM%2CcAClB%2CmBA0HI%2CeAiBK%2CyBAII%3BIACG%2CoCAAA%3B%3BEAjJpB%2CsBAAsB%2CcAClB%2CmBA0HI%2CeA2BI%2CSAAQ%2CIAAI%3BIACR%2CiCAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA3JhB%2CsBAAsB%2CcAClB%2CmBAiKI%3BIACI%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3B%3BEAxKZ%2CsBAAsB%2CcAClB%2CmBAiKI%2CqBAQI%3BIACI%2CuBAAA%3BIACA%2CyCAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CsBAxLM%2CcAClB%2CmBAiKI%2CqBAQI%2COAcK%3BIACG%2CmCAAA%3BIACA%2CqCAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%2CsBA9LM%2CcAClB%2CmBAiKI%2CqBAQI%2COAoBK%3BIACG%2CWAAW%2CaAAX%3B%3BEA%5C%2FLpB%2CsBAAsB%2CcAClB%2CmBAsMI%3BIACI%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2C%2BCAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CMAAA%3B%3BEAhNZ%2CsBAAsB%2CcAClB%2CmBAsMI%2CiBAWI%3BIACI%2CaAAA%3B%3BEAnNhB%2CsBAAsB%2CcAClB%2CmBAsMI%2CiBAeI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiCAAA%3BIACA%2CyCAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CkCAAA%3B%3BEAEA%2CsBAlOM%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAYK%3BIACG%2CqBAAA%3BIACA%2C6CAAA%3B%3BEApOpB%2CsBAAsB%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAkBI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CkDAAA%3BIACA%2CcAAA%3B%3BEAlPpB%2CsBAAsB%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAkBI%2CqBAYI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CsBAzPE%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAkBI%2CqBAiBK%3BIACG%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%2CsBA9PE%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAkBI%2CqBAsBK%3BIACG%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAjQxB%2CsBAAsB%2CcAClB%2CmBAsMI%2CiBAeI%2CsBA%2BCI%2CMAAK%3BIACD%2COAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CsBA9QE%2CcAClB%2CmBAsMI%2CiBAeI%2CsBA%2BCI%2CMAAK%2CaASA%3BIACG%2CcAAA%3B%3BEAGJ%2CsBAlRE%2CcAClB%2CmBAsMI%2CiBAeI%2CsBA%2BCI%2CMAAK%2CaAaA%3BIACG%2CgBAAA%3B%3BEAnRxB%2CsBAAsB%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAiEI%3BIACI%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2C6CAAA%3B%3BEApSpB%2CsBAAsB%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAiEI%2CaAeI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CsBA3SE%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAiEI%2CaAoBK%3BIACG%2CmBAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C8CAAA%3B%3BEAGJ%2CsBAjTE%2CcAClB%2CmBAsMI%2CiBAeI%2CsBAiEI%2CaA0BK%3BIACG%2CWAAW%2CWAAX%3B%3BEAlTxB%2CsBAAsB%2CcA0TlB%2CcAAa%2CYAAa%3BIACtB%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2C2BAA2B%2C2CACV%2CqDADjB%3B%3B%3BAA%2BBZ%2CmBAvBsC%3BEAClC%2CsBAAsB%2CcAClB%3BIACI%2C0BAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAXR%2CsBAAsB%2CcAelB%2CcAAa%2CYAAa%3BIACtB%2CWAAW%2CaAAX%3BIACA%2CwBAAA%3B%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAAIJ%3BEACI%2CuBAAA%3BEACA%2CeAAe%2C2BAAf%3BEAEA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEAEA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CiDAAZ%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C8GAAA%3BEAGA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAqB%2CiCAArB%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAzBJ%2CwBA4BI%3BAA5BJ%2CwBA6BI%3BEACI%2CaAAA%3B%3BAAIJ%2CwBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2C2DAAZ%3BEACA%2CcAAc%2CuCACV%2CyBADJ%3BEAEA%2CMAAM%2CuCACF%2CyBADJ%3BEAEA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3B%3BAAIJ%2CwBAAC%3BEACG%2CSAAS%2CIAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C%2BEAAA%3BEAEA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CWAAW%2CYAAY%2CYAAvB%3BEACA%2C%2BGAAA%3B%3BAAIA%2CwBANH%2CMAMI%3BEACG%2CUAAA%3BEACA%2CsCAAA%3B%3BAAIR%2CwBAAC%3BEACG%2CWAAW%2CYAAY%2CYAAvB%3B%3BAAKR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAKR%2CYAAa%3BEACT%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CUAAX%3BEACA%2CoBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAqB%2C4BAArB%3BEACA%2CqBAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CWAAW%2CUAAX%3B%3BAADJ%2CkBAAC%2CMAGG%3BEACI%2C6CAAA%3BEACA%2CqBAAA%3B%3BAALR%2CkBAAC%2CMAQG%3BEACI%2C0CAAA%3B%3BAATR%2CkBAAC%2CMAYG%3BEACI%2C4CAAA%3B%3BAAbR%2CkBAAC%2CMAgBG%2CaAAa%3BEACT%2CwBAAA%3B%3BAAjBR%2CkBAAC%2CMAoBG%2CkBAAkB%3BEACd%2CwBAAA%3B%3BAArBR%2CkBAAC%2CMAwBG%3BEACI%2CUAAA%3BEACA%2CWAAW%2CWAAX%3B%3BAAjCZ%2CkBAqCI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAA1CR%2CkBA6CI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAY%2CgGAAZ%3BEAIA%2CQAAQ%2CSAAR%3BEACA%2CwCAAA%3B%3BAArDR%2CkBAwDI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3BEACA%2CgFAAA%3BEAGA%2CyCAAA%3B%3BAA%5C%2FDR%2CkBAkEI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3BEACA%2C2CAAA%3B%3BAAtER%2CkBAyEI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAY%2C%2BFAAZ%3BEAIA%2CwCAAA%3B%3BAAhFR%2CkBAmFI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2C0CAAA%3BEACA%2CyCAAA%3B%3BAAvFR%2CkBA0FI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CYAAY%2C4IAAZ%3BEAMA%2CkBAAA%3BEACA%2CyCAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAA1GR%2CkBA6GI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAlHR%2CkBA6GI%2CaAOI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CsBAAsB%2CUAAjC%3BEACA%2CUAAA%3B%3BAAEA%2CkBAlBR%2CaAOI%2CYAWK%2CUAAU%3BEACP%2C6CAAA%3B%3BAAGJ%2CkBAtBR%2CaAOI%2CYAeK%2CUAAU%3BEACP%2CgDAAA%3B%3BAAGJ%2CkBA1BR%2CaAOI%2CYAmBK%2CUAAU%3BEACP%2CgDAAA%3B%3BAAxIhB%2CkBA6II%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAC%2CSACG%3BEACI%2CgDAAA%3B%3BAAFR%2CkBAAC%2CSAKG%3BEACI%2C6CAAA%3BEACA%2CYAAA%3B%3BAAPR%2CkBAAC%2CSAUG%3BEACI%2CkCAAkC%2CQAAlC%3B%3BAAXR%2CkBAAC%2CSAcG%2CaAAa%3BEACT%2CsBAAA%3B%3BAAKZ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CcAOI%3BEACI%2CqBAAA%3BEACA%2CqBAAqB%2CkDAArB%3BEACA%2CeAAA%3B%3BAAEA%2CcALJ%2CWAKK%3BEACG%2CWAAW%2CiBAAX%3BEACA%2CcAAA%3BEACA%2C6CAAA%3B%3BAAOJ%2CYADJ%2CeACK%3BEACG%2CoCAAA%3B%3BAADJ%2CYADJ%2CeACK%2CUAGG%2CWAAU%2CUAAU%3BEAChB%2CqCAAqC%2C4BAArC%3BEACA%2CqBAAA%3B%3BAALR%2CYADJ%2CeACK%2CUAQG%2CWAAU%2CUAAU%3BEAChB%2CqCAAqC%2C4BAArC%3BEACA%2CsBAAA%3B%3BAAVR%2CYADJ%2CeACK%2CUAaG%2CWAAU%2CUAAU%3BEAChB%2CqCAAqC%2C4BAArC%3BEACA%2CqBAAA%3B%3BAAfR%2CYADJ%2CeACK%2CUAkBG%2CWAAU%2CUAAU%3BEAChB%2CqCAAqC%2C4BAArC%3BEACA%2CsBAAA%3B%3BAApBR%2CYADJ%2CeACK%2CUAuBG%2CWAAU%2CUAAU%3BEAChB%2CqCAAqC%2C4BAArC%3BEACA%2CqBAAA%3B%3BAAIR%2CYA9BJ%2CeA8BK%3BEACG%2CoCAAA%3B%3BAADJ%2CYA9BJ%2CeA8BK%2CWAGG%2CWAAU%2CUAAU%3BEAChB%2CsCAAsC%2C4BAAtC%3BEACA%2CqBAAA%3B%3BAALR%2CYA9BJ%2CeA8BK%2CWAQG%2CWAAU%2CUAAU%3BEAChB%2CsCAAsC%2C4BAAtC%3BEACA%2CsBAAA%3B%3BAAVR%2CYA9BJ%2CeA8BK%2CWAaG%2CWAAU%2CUAAU%3BEAChB%2CsCAAsC%2C4BAAtC%3BEACA%2CqBAAA%3B%3BAAfR%2CYA9BJ%2CeA8BK%2CWAkBG%2CWAAU%2CUAAU%3BEAChB%2CsCAAsC%2C4BAAtC%3BEACA%2CsBAAA%3B%3BAApBR%2CYA9BJ%2CeA8BK%2CWAuBG%2CWAAU%2CUAAU%3BEAChB%2CsCAAsC%2C4BAAtC%3BEACA%2CqBAAA%3B%3BAAzBR%2CYA9BJ%2CeA8BK%2CWA4BG%2CWAAU%2CUAAU%3BEAChB%2CsCAAsC%2C4BAAtC%3BEACA%2CsBAAA%3B%3BAA9BR%2CYA9BJ%2CeA8BK%2CWAiCG%2CWAAU%2CUAAU%3BEAChB%2CsCAAsC%2C4BAAtC%3BEACA%2CqBAAA%3B%3BAAqhBhB%2CmBA9gBsC%3BEAClC%3BIACI%2CyBAAA%3B%3BEAIJ%3BIACI%2CkCAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BIAGA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BIAGA%2C8BAAA%3BIACA%2C0CAAA%3BIACA%2CWAAA%3BIACA%2CiBAAiB%2CSAAjB%3BIAEA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CyCAAA%3B%3BIAGA%2CUAAA%3BIACA%2CWAAW%2CUAAX%3BIACA%2CoBAAA%3B%3BIAEA%2CgCAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3BEAMJ%2CmBAAmB%2CcAAe%3BIAC9B%2CUAAA%3BIACA%2CWAAW%2CQAAX%3BIACA%2CoBAAA%3B%3B%3B%3BEAKJ%2CgBAAgB%3BIACZ%2CWAAW%2CUAAX%3BIACA%2CmCAAA%3B%3B%3BEAOJ%3BIACI%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAY%2CiDAAZ%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2C8GAAA%3BIAGA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CqBAAqB%2CiCAArB%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAtBJ%2CwBAyBI%3BEAzBJ%2CwBA0BI%3BIACI%2CaAAA%3B%3BEAIJ%2CwBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CYAAY%2C2DAAZ%3BIACA%2CcAAc%2CuCACV%2CyBADJ%3BIAEA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CoCAAA%3B%3BEAIJ%2CwBAAC%3BIACG%2CSAAS%2CIAAT%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C%2BEAAA%3BIAEA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CWAAW%2CYAAY%2CYAAvB%3BIACA%2C%2BGAAA%3B%3BEAIA%2CwBANH%2CMAMI%3BIACG%2CUAAA%3BIACA%2CsCAAA%3B%3BEAIR%2CwBAAC%3BIACG%2CWAAW%2CYAAY%2CYAAvB%3B%3BEAKR%3BIACI%3BMACI%2CWAAW%2CYAAX%3B%3BIAGJ%3BMACI%2CWAAW%2CcAAX%3B%3B%3BEAKR%2CYAAa%3BIACT%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAW%2CUAAX%3BIACA%2CoBAAA%3B%3BEAMJ%3BIACI%2C0BAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C2BAA2B%2C4BAA3B%3BIACA%2CqBAAA%3B%3BEAEA%2CYAAa%3BIACT%2CWAAW%2CaAAX%3BIACA%2CwBAAA%3B%3BEAOR%3BIACI%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkCAAA%3BIACA%2CiBAAiB%2CUAAjB%3BIACA%2CyBAAyB%2CUAAzB%3BIACA%2CkDAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIAGA%2CgEAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3BEAEA%2CmBAAC%3BIACG%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CiBAAX%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIAEA%2CWAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2COAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CmBAAC%2CSAIG%3BIACI%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAXR%2CmBAAC%2CSAcG%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAGA%2CmBAtBP%2CSAcG%2CGAQK%3BIACG%2CwBAAA%3BIACA%2CwBAAA%3B%3BEAxBZ%2CmBAAC%2CSA4BG%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAMZ%3BIACI%2CwBAAA%3B%3BEAIJ%3BIACI%2CqCAAA%3BIACA%2C0CAAA%3BIACA%2C%2BBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3B%3BEAdJ%2CkBAgBI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CkBAAC%3BIACG%2CoCAAA%3BIACA%2CsCAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CWAAX%3B%3BEAGJ%2CkBAAC%3BIACG%2CWAAW%2CWAAX%3B%3BEAOR%3BIACI%2COAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CkCAAA%3BIACA%2CuBAAA%3BIAEA%2CqBAAA%3B%3BEAEA%2CcAAC%3BIACG%2CaAAA%3B%3BEAKR%3BIACI%3BMACI%2CUAAA%3BMACA%2CWAAW%2CiBAAX%3B%3BIAGJ%3BMACI%2CUAAA%3BMACA%2CWAAW%2CaAAX%3B%3B%3BEAIR%3BIACI%3BMACI%2CUAAA%3BMACA%2CWAAW%2CgBAAX%3B%3BIAGJ%3BMACI%2CUAAA%3BMACA%2CWAAW%2CaAAX%3B%3B%3BEAIR%3BIACI%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CyCAAA%3B%3BEAGA%2CQAAC%3BIACG%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2CYAAY%2CiFAAZ%3BIACA%2CyCAAA%3BIACA%2C8BAAA%3BIACA%2CWAAA%3BIAEA%2CmCAAmC%2CsCAAnC%3B%3BEAIJ%2CQAAC%3BIACG%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2C2CAAA%3BIACA%2C8BAAA%3BIACA%2CcAAA%3BIAEA%2CkCAAkC%2CsCAAlC%3B%3BEAGJ%2CQAAC%3BIACG%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAkC%2CsCAAlC%3B%3BEAOR%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C%2BCAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIAEA%2CoBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2C0CAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAPJ%2CqBAUI%3BIACI%2CwBAAA%3B%3BEAXR%2CqBAcI%2CMAAK%3BIACD%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBARJ%2CMAAK%2CaAQA%3BIACG%2CcAAA%3B%3BEAGJ%2CqBAZJ%2CMAAK%2CaAYA%3BIACG%2CgBAAA%3B%3BEA3BZ%2CqBA%2BBI%3BIACI%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAzCR%2CqBA%2BBI%2CaAYI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CiBAAiB%2CYAA5B%3B%3BEAKZ%3BIACI%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CqCAAA%3BIACA%2C2CAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CcAAC%3BIACG%2CqCAAA%3BIACA%2CWAAA%3B%3BEAKR%2CkBAAmB%3BIACf%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2CQAAA%3B%3BEAPJ%2CkBAAmB%2CqBASf%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CyCAAA%3BIACA%2CoCAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CkBArBW%2CqBASf%2COAYK%3BIACG%2CoCAAA%3B%3BEAMZ%3BIACI%2CoBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAMZ%3BEACI%2CqBAAA%3B%3BAAgBJ%2CmBAZsC%3BEAElC%3BIACI%2CuBAAuB%2CkBAAkB%2CmBAAzC%3B%3B%3BAASR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CyCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3B%3BAAbJ%2C6BAeI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C6BAAC%3BEACG%2CmCAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2CWAAW%2CWAAX%3B%3BAAGJ%2C6BAAC%3BEACG%2CWAAW%2CWAAX%3B%3BAAKR%3BEACI%2CaAAA%3B%3BAAkCJ%2CmBAhC0C%3BEAgC1C%3BIA%5C%2FBQ%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CyCAAA%3BIACA%2CkBAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CUAAA%3B%3BEAiBR%2C6BAfQ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2C6BAAC%3BIACG%2CmCAAA%3BIACA%2CqCAAA%3BIACA%2CcAAA%3B%3BEAGJ%2C6BAAC%3BIACG%2CWAAW%2CWAAX%3B%3B%3BAAMZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoCAAA%3BEACA%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAZJ%2CwBAcI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAlBR%2CwBAqBI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAA%2BBR%2CmBA1BsC%3BEAClC%2CsBAAsB%2CcAClB%2CmBACI%3BIACI%2CaAAA%3B%3BEAHZ%2CsBAAsB%2CcAClB%2CmBAKI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqCAAA%3BIACA%2C0CAAA%3B%3BEAEA%2CsBAZU%2CcAClB%2CmBAKI%2C8BAMK%3BIACG%2CoCAAA%3B%3BEAbhB%2CsBAAsB%2CcAClB%2CmBAgBI%3BIACI%2CuBAAA%3B%3B%3BAAqBhB%2CmBAdsC%3BEAClC%3BIACI%2CuBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BEACA%3BIACI%2CwBAAA%3B%3B%3BAAMR%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAMJ%2CmBAH0C%3BEAG1C%3BIAFQ%2CwBAAA%3B%3B%3BAAMR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkCAAA%3BEACA%2CyCAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAiB%2CUAAjB%3BEACA%2CyBAAyB%2CUAAzB%3BEACA%2CgHAAA%3B%3BAAfJ%2C%2BBAoBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3B%3BAAIJ%2C%2BBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2C6DAAZ%3BEACA%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C%2BBAAC%3BEACG%2CmCAAA%3BEACA%2CsCAAA%3BEACA%2CcAAA%3BEACA%2C%2BEAAA%3BEAGA%2CWAAW%2CgBAAX%3B%3BAAPJ%2C%2BBAAC%2CMASG%3BEACI%2CWAAW%2CUAAX%3B%3BAAGJ%2C%2BBAbH%2CMAaI%3BEACG%2CUAAA%3B%3BAAIJ%2C%2BBAlBH%2CMAkBI%3BEACG%2CSAAS%2CWAAT%3BEACA%2CkBAAA%3BEACA%2COAAO%2CiBAAP%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CyCAAA%3BEACA%2C0CAAA%3B%3BAAIR%2C%2BBAAC%3BEACG%2CmCAAA%3BEACA%2CWAAW%2CcAAc%2CWAAzB%3BEACA%2CiFAAA%3B%3BAAKJ%2C%2BBAAC%3BEACG%2CaAAA%3BEACA%2C4EAAA%3B%3BAAoBR%2CmBAZsC%3BEAClC%2CsBAAsB%2CcAClB%3BIACI%2CwBAAA%3B%3B%3BAASZ%2CQAAQ%2CIAAI%2CUAER%2CiBAAgB%3BAAFpB%2CQAAQ%2CIAAI%2CUAGR%2CKAAI%3BEACA%2CSAAS%2CKAAT%3BEACA%2CcAAA%3BEACA%2CwCAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEAEI%3BEACA%3BIACI%2CUAAA%3B%3BEAGJ%3BEACA%3BIACI%2CUAAA%3B%3B%3BAAKR%2CQAAQ%2CIAGJ%2CKAAI%3BAAHR%2CQAAQ%2CIAIJ%2CKAAI%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3B%3B%3BAEj7DR%3BEACI%2CsBAAA%3B%3BEACA%2CaAAa%2C%2BCAAb%3B%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C2BAA4B%3BAAC5B%2C2BAA4B%2CEAAC%3BAAC7B%2C2BAA4B%2CEAAC%3BEACzB%2CmBAAA%3B%3BAAGJ%3BEAAoB%2CkBAAA%3B%3B%3BAAEpB%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3B%3BEACA%2C2CAAA%3B%3BEACA%2CgBAAA%3B%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BEACA%2CkBAAA%3B%3BEACA%2CgBAAA%3B%3BEACA%2C6BAAA%3B%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CWAAA%3B%3B%3BAAIJ%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3B%3BEACA%2CaAAA%3B%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CSAAA%3BEACA%2CgBAAA%3B%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3B%3B%3BAAQJ%2CWAAY%3BEACR%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAY%2CEAAC%3BEACT%2CgBAAA%3B%3B%3B%3BAAIJ%3BEACI%2CgBAAA%3B%3BEACA%2CkBAAA%3B%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BEACA%2CWAAA%3B%3BEACA%2CsBAAA%3B%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BEACA%2CcAAA%3B%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiFAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3B%3BEAGA%2CyBAAA%3B%3BEACA%2C4CAAA%3B%3B%3BAAGJ%2CWAAW%3BAACX%2CWAAW%3BEACP%2CyBAAA%3B%3BEACA%2C4CAAA%3B%3BEACA%2CWAAW%2CgBAAX%3B%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CqBAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CaAAA%3B%3BEACA%2CyBAAA%3B%3BEACA%2CmBAAA%3B%3BEACA%2CsBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3B%3BEAGA%2CiDAAA%3B%3BEACA%2CyCAAA%3B%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BEACA%2CkBAAA%3B%3B%3BAAKJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3B%3BAAqBJ%2CQAjB0B%3BEACtB%3BIACI%2CkBAAA%3B%3BIACA%2CcAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CgBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqCAAA%3B%3BEACA%2CaAAA%3B%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C%2BDAAA%3B%3B%3B%3BAAIJ%3B%3BEAEI%2CeAAA%3B%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3B%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2C2FAAA%3B%3BEACA%2CWAAW%2CqBAAX%3B%3B%3B%3BAAKJ%3BAACA%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAAyB%3BEACrB%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3B%3BAAGJ%2CwBAAwB%3BEACpB%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BEACA%2CoBAAA%3B%3B%3BAAGJ%2CwBAAyB%2CcAAc%2CGAAE%3BEACrC%2CwBAAA%3B%3BEACA%2CwBAAA%3B%3B%3B%3BAAKJ%3BEACI%2CyBAAA%3B%3BEACF%2C6CAAA%3B%3BEACA%2CmBAAA%3B%3B%3BAAGA%2CqBAAqB%3BAACrB%2CqBAAqB%3BEACnB%2CyBAAA%3B%3BEACA%2C8CAAA%3B%3BEACA%2CcAAA%3B%3B%3B%3BAAIF%2CWAAY%3BEACV%2CqBAAA%3B%3BEACA%2CYAAA%3B%3BEACA%2CaAAA%3B%3BEACA%2CyBAAA%3B%3BEACA%2CmBAAA%3B%3BEACA%2CsBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3B%3BEAGA%2CqDAAA%3B%3BEACA%2C6CAAA%3B%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA2CF%2CUAAW%2CYAAW%3BEACpB%2CgBAAA%3B%3BACzMJ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BACkFR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3BAEgER%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAC7ChB%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACgGxB%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACC%2CUAAA%3B%3B%3BAAaD%2CQATwB%3BEACvB%2CaAAa%3BIACZ%2CaAAA%3B%3BEAED%2CyBAA4B%3BIAC3B%2CaAAA%3B%3B%3BAAiFF%2CQA7E0B%3BEACzB%2COAAO%2CiBAAiB%3BIACvB%2CuBAAA%3B%3BEAED%3BIACE%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAGF%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2COAAO%2CoBAAP%3BIACA%2CmBAAA%3BIAEA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CSAAS%2CUAAU%3BIACjB%2CeAAA%3B%3BEAGF%2CSAAU%3BIACR%2CcAAA%3B%3BEAGF%2CSAAU%3BIAER%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIF%2CSAAU%3BIACR%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAGF%2CSAAU%3BIACR%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAGF%2CeAAe%3BIACb%2CSAAS%2CEAAT%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAGF%3BEACA%3BIACE%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CSAAU%3BEAAS%2CSAAU%3BIAC5B%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3B%3BEAGC%2CSAAU%3BIACX%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3B%3B%3BAAUF%2CmBANqC%3BEACpC%3BIACC%2CgBAAA%3B%3B%3BAA4JF%2CmBAxJqC%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAyHpC%3BEAAQ%3BEAAU%3BIACjB%2CaAAA%3B%3BEAED%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEAEA%3BIACC%2CkBAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAND%2CKAOC%3BIACC%2CcAAA%3BIACA%2CYAAA%3B%3BEAGF%2CaAAc%3BIACb%2CgBAAA%3B%3BEAED%2CQAAS%2CQAAO%3BIACf%2CkBAAA%3B%3BEADD%2CQAAS%2CQAAO%2CKAEf%3BIACC%2CmBAAA%3B%3B%3BAA%2BCH%2CQA1C0B%3BEACzB%3BIACC%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAED%2C0BAA6B%3BIAC5B%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAHD%2C0BAA6B%2CYAI5B%2CGACC%3BIACC%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAIH%3BIACG%2CeAAA%3B%3BEAEH%2C0BAA6B%3BIAC5B%2CaAAA%3B%3BEAED%2C0BAA2B%3BIACxB%2CYAAA%3BIACH%2CUAAA%3BIACA%2CWAAA%3BIACG%2CmBAAA%3B%3BEAEH%3BEAAW%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%3BEAAc%2CaAAgB%3BIAC7H%2CYAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAED%2C0BAA2B%2CQAAO%3BIACjC%2CYAAA%3B%3BEAED%3BIACC%2CmBAAA%3B%3B%3BAA8BF%2CQAzB2B%3BEAC1B%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%2CaAAgB%3BIACpG%2CaAAA%3B%3BEAED%2C0BAA2B%2CQAAO%3BIACjC%2CYAAA%3B%3BEAED%2CaAAa%3BIACZ%2CcAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEALD%2CaAAa%2CWAMZ%3BIACC%2CiBAAA%3B%3BEAGF%3BIACC%2CYAAA%3B%3BEADD%2CeAEC%3BIACC%2CYAAA%3B%3B%3BAAqBH%2CQAhB2B%3BEAC1B%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%2CaAAgB%3BIACpG%2CaAAA%3B%3BEAED%2C0BAA2B%2CQAAO%3BIACjC%2CYAAA%3B%3BEAED%2CaAAa%3BIACZ%2CYAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3B%3BAAuBF%2CQAlB2B%3BEAC1B%2C0BAA6B%3BEAAW%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%2CaAAgB%3BIACpG%2CaAAA%3B%3BEAGD%2C0BAA2B%2CQAAO%3BIACjC%2CaAAA%3B%3BEAED%2CaAAa%3BIACZ%2CaAAA%3BIACA%2CaAAA%3B%3BEAGD%3BIACC%2CaAAA%3B%3B%3BAAUF%2CQAN2B%3BEAC1B%3BIACC%2CaAAA%3B%3B%3BAAUF%2CQAN2B%3BEAC1B%3BIACC%2CaAAA%3B%3B%3BAAgBF%2CQAZ2B%3BEAC1B%3BEAAU%3BEAAmB%3BIAC5B%2CaAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3BEAED%3BIACC%2CuBAAA%3B%3B%3BAAIF%2CaAAgB%2CeACf%3BEACC%2CYAAA%3B%3BAAFF%2CaAAgB%2CeAIf%2CEAAC%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAANF%2CaAAgB%2CeAQf%2CGAAE%2CKAAK%2CKAAM%3BEACZ%2CYAAA%3B%3BAAIF%2CYAAe%2CKAAK%2CKAAE%3BEACrB%2CyBAAA%3B%3BAAED%3BEACC%2CgBAAA%3B%3B%3BAAID%3BEACC%2CiBAAA%3B%3BAAED%2COAAO%3BEACN%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGD%2CEAAE%2COAAO%3BEACR%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGD%2CiBAAkB%2CEAAC%3BEAAQ%2CyBAAA%3B%3BAAE3B%2CSAAS%2CMAAO%3BEACd%2CaAAA%3B%3BAAGF%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C%2BCAAA%3BEACA%2CUAAA%3B%3BAAND%2CiBAOG%3BEACD%2C6BAAA%3B%3BAAED%2CiBAAC%3BEACA%2CaAAA%3B%3BAAIF%3BEACC%2CeAAA%3B%3BAAED%2CSAAY%3BEACX%2CYAAA%3BEACA%2CsBAAA%3BEACG%2CqBAAA%3B%3BAACH%2CSAJW%2COAIV%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3B%3BAAKF%2CGAAG%3BEACF%2CqBAAA%3B%3BAAGD%2CGAAG%3BEACF%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGD%2CGAAG%2CUAAa%3BEACf%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAJD%2CGAAG%2CUAAa%2CKAKd%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAATF%2CGAAG%2CUAAa%2CKAKd%2CKAKA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAACC%2CGApBA%2CUAAa%2CKAKd%2CKAKA%2CIAUE%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CaAAc%3BEACb%2CoBAAA%3BEACG%2C4BAAA%3BEACA%2CyBAAA%3BEACH%2CuBAAA%3B%3BAAGD%3BEACC%2C8BAAA%3BEACG%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACC%3BIACC%2C2BAAA%3B%3BEAED%3BIACC%2C2BAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2C2BAAA%3B%3BEAED%3BIACC%2C2BAAA%3B%3B%3BAAIF%3BEACC%3BIACC%2C2BAAA%3B%3BEAED%3BIACC%2C2BAAA%3B%3B%3BAAIF%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3B%3BAAKJ%3BEACI%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3B%3B%3BAAIJ%2CSAAY%3BEACX%2CUAAA%3BEACG%2CWAAA%3BEACH%2CUAAA%3BEACG%2CmBAAA%3BEAEH%2CUAAA%3BEACG%2CgBAAA%3BEACH%2CSAAA%3BEAEG%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEAEA%2CsBAAA%3BEACH%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAAlBD%2CSAAY%2CKAmBT%3BEACD%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSAxBU%2CKAmBT%2CKAKA%2CMAAO%3BEACP%2CcAAA%3B%3BAADD%2CSAxBU%2CKAmBT%2CKAKA%2CMAAO%2CEAEL%3BEACD%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3B%3BAAhCJ%2CSAAY%2CKAmBT%2CKAgBA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvCH%2CSAAY%2CKAmBT%2CKAsBA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAjDS%2CKAmBT%2CKAsBA%2CIAQC%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3B%3BAAMJ%3BEACC%2C0BAAA%3B%3BAAGD%3BEACC%2CUAAA%3BEACA%2CiBAAA%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACC%2CaAAA%3B%3BAAGD%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COAAO%3BEACN%2CaAAA%3B%3B%3B%3B%3B%3B%3BEAOA%2CYAAY%2C8DAAZ%3B%3B%3BAAQD%2CMAAM%3BEACL%2CiCAAA%3B%3BAAGD%3BEACC%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGD%3B%3BEAEC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3B%3BAAGD%2COAAO%3BEACN%2CSAAS%2CEAAT%3BEACG%2CcAAA%3BEAEH%2CgCAAA%3BEACG%2CkCAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACH%2CiBAAA%3BEACG%2CUAAA%3BEACA%2CkBAAA%3B%3B%3BAAKJ%2COACG%3BEACD%2CcAAA%3B%3BAAGF%3BEACC%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEACC%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAED%3BEACC%2CeAAA%3B%3BAAED%3BAAAM%3BEACL%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGD%2CGAAG%3BEACF%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGD%2CqBAAwB%3BEACvB%2CiBAAA%3BEACG%2CsBAAA%3BEACH%2CcAAA%3B%3BAAGD%2CqBAAwB%3BEACvB%2CiBAAA%3BEACG%2CsBAAA%3BEACH%2CcAAA%3B%3BAAGD%2CoBAAqB%3BEACpB%2CYAAA%3BEACG%2CaAAA%3B%3BAAGJ%2CGAAG%3BEACF%2CqBAAA%3BEACG%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACH%2CeAAA%3B%3BAAGD%3BEACC%2CaAAA%3B%3BAAGD%2CGAAG%3BEACF%2CWAAA%3BEACG%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CGAAG%2CuBAKF%2CUAAU%3BEACT%2CYAAA%3B%3BAAGF%3BEAEC%2CYAAA%3B%3BAAED%2CYAAa%3BEACZ%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACG%2CYAAA%3B%3BAAGJ%2CGAAG%3BEACF%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C%2BIAAA%3BEACA%2CYAAA%3BEACG%2CaAAA%3B%3BAAXJ%2CGAAG%2CSAYD%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAdF%2CGAAG%2CSAgBD%2CIAAE%3BEACF%2CYAAA%3BEACA%2CcAAA%3B%3BAAGF%2CeAAgB%3BEACf%2CaAAA%3B%3BAAED%3BEACC%2CcAAA%3BEACA%2CaAAA%3B%3BAAGD%2CuBAA0B%2CYAAS%3BEAClC%2CuBAAA%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CqBAAA%3B%3BAAGJ%2COAAO%3BEACN%2CgBAAA%3B%3BAAGD%3BEACC%2CgBAAgB%2CqBAAhB%3BEACG%2CmBAAmB%2CqBAAnB%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACC%2CUAAA%3BEACG%2CgBAAgB%2CqBAAhB%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CcAAc%2CqBAAd%3BEACA%2CeAAe%2CqBAAf%3BEACH%2CWAAW%2CqBAAX%3BEACA%2CsBAAA%3B%3BAAGD%3BEACC%2CgBAAgB%2CoBAAhB%3BEACG%2CmBAAmB%2CoBAAnB%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CWAAW%2CoBAAX%3BEACH%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGD%3BEACC%2C6BAAA%3B%3BAAED%2CSAAY%3BAAAI%2CSAAY%3BEAC3B%2CYAAA%3BEACA%2C4BAAA%3BEACG%2CiBAAA%3B%3BAAEJ%2CSAAY%2CIAAE%3BEACb%2CYAAA%3B%3BAAGD%3BEACC%2CqBAAA%3B%3BAAGD%3BAAAW%3BEACV%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAHD%2CSAIE%3BAAJS%2CSAIT%3BEACA%2CYAAA%3B%3BAALF%2CSAIE%2CkBAEE%2CIAAE%3BAANK%2CSAIT%2CkBAEE%2CIAAE%3BEACH%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAACA%2CSAPD%2CkBAEE%2CIAAE%2CEAKF%3BAAAD%2CSAPD%2CkBAEE%2CIAAE%2CEAKF%3BEACA%2CiBAAA%3B%3BAAMJ%2CSAAS%3BEACR%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACG%2CqCAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3BEACA%2CYAAY%2C8DAAZ%3BEACA%2CsBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CkJAAX%3B%3BAASJ%2CSAAY%3BEACR%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAmCJ%3BEACC%2C2BAAA%3B%3BAAGD%2CSAAS%3BEACL%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACH%2CkBAAA%3B%3BEAEA%2CUAAA%3BEACG%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BAAAI%2CeAAgB%3BEACnC%2C8BAAA%3B%3B%3BAAID%3BEACC%2CiBAAA%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3BEAKH%2CyBAAA%3BEACG%2CiCAAA%3BEACH%2CkBAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACC%2CcAAA%3BEACG%2CkBAAA%3B%3BAAGJ%3BEACC%2CkBAAA%3BEACG%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqBAAwB%2CIAAE%3BEACzB%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAUD%2CeAAkB%3BEACjB%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAED%2CeAAkB%2CYAAS%3BEAC1B%2CuBAAA%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CmBAAX%3BEACH%2CqBAAA%3B%3B%3BAAKD%2CSAAY%3BAAAG%2CSAAY%3BAAAG%2CSAAY%3BEACzC%2CYAAA%3BEACG%2CYAAA%3B%3BAAGJ%2CSAAY%2CIAAE%3BEACb%2CiBAAA%3BEACG%2C%2BBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAY%2CkBAAkB%2CiBAAiB%3BEAC9C%2C2BAAA%3B%3BAAGD%2CSAAY%2CkBAAkB%2CiBAAiB%3BEAC9C%2C2BAAA%3B%3BAAGD%2CSAAY%2CsBAAsB%2CWAAW%3BEAC5C%2C2BAAA%3B%3BAAID%3BEACC%2CkBAAA%3B%3BAADD%2CSAEG%2CkBAAkB%2CiBAAiB%3BEACpC%2CeAAA%3BEACA%2CYAAA%3B%3BAAIF%3BEACC%2CwBAAA%3BEACA%2CYAAY%2C8DAAZ%3B%3BAAFD%2CSAQG%3BEACD%2CYAAA%3B%3BAATF%2CSAQG%2CkBAED%2CEAAE%3BEACD%2CYAAA%3BEACA%2CeAAA%3B%3BAAZH%2CSAeG%3BEACD%2CaAAa%2CWAAb%3B%3BAAIF%2CSAAS%3BEACR%2CSAAS%2CEAAT%3BEACG%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEAEH%2CYAAY%2C8DAAZ%3BEAKG%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACC%2CmBAAA%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACH%2CiBAAA%3BEACA%2C6BAAA%3BEACG%2CoBAAA%3B%3BAAGJ%2CSAAY%2CIAAE%3BEACb%2CYAAA%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACH%2CgBAAA%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACH%2CYAAA%3BEACG%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BAAAI%2CSAAU%3BEACnC%2CeAAA%3B%3BAAED%3BEACC%2CaAAA%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACC%2CaAAA%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CEAAE%3BEACD%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHD%2CEAAE%2CUAIC%3BEACD%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIF%3BEACC%2C4BAAA%3BEACA%2CsBAAsB%2C2BAAtB%3BEACG%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACC%2CcAAA%3BEACG%2CgBAAA%3BEACH%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAJD%2CaAKG%3BEACD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3B%3BAAKF%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGD%3BEACC%2CcAAA%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACH%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGD%3BEACC%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAATD%2CSAUG%3BEACD%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAACA%2CSAJC%2CIAIA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAFD%2CSAJC%2CIAIA%2CMAGE%2CIAAE%3BEACH%2CcAAA%3B%3BAAJF%2CSAJC%2CIAIA%2CMAME%3BEACD%2CyBAAA%3B%3BAAMJ%3BEACC%2CkBAAA%3B%3BAAED%2CWAAc%3BEACb%2CYAAA%3BEACG%2CaAAA%3B%3BAAGJ%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACG%2CyBAAA%3BEACA%2C6IAAA%3B%3BAAGJ%3BEACC%2CgBAAA%3BEACA%2CaAAA%3B%3BAAFD%2CaAGG%3BEACD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAANF%2CaAQG%3BEACD%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3B%3BAAKF%3BEACC%2CkBAAA%3B%3BAAGD%2CQAAQ%2CKAAK%3BEACZ%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGD%3BEACC%2C2BAAA%3B%3B%3BAAID%2COAAO%3BEACN%2CqBAAA%3B%3BAADD%2COAAO%2CKAED%2CUAAO%3BEACX%2CaAAA%3B%3BAAIF%2CGAAG%3BEACF%2CUAAA%3BEACG%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CSAAS%2CSAAU%2CUAAS%2CMAC3B%3BEACC%2CcAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACG%2CiBAAA%3BEACA%2CqBAAA%3BEACH%2CeAAA%3B%3BAAND%2C0BAQC%2CUAAU%3BEACT%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAzBF%2C0BAQC%2CUAAU%2CGAkBT%2CGAAG%3BEACF%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA7BH%2C0BAgCC%3BEACC%2CaAAA%3B%3BAAjCF%2C0BAgCC%2CsBAEC%3BEACC%2CgBAAA%3BEACG%2CkBAAA%3B%3B%3BAAqDN%2CQAhD0B%2CuBAAwB%3BEACjD%2CGAAG%3BIACF%2CWAAA%3BIACA%2CqBAAA%3B%3BEAED%3BIACC%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CuBAAA%3B%3BEAGD%2CGAAG%3BIAEF%2CcAAA%3B%3BEAGD%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CWAAA%3B%3BEAED%3BIACC%2COAAA%3B%3BEAGD%2CGAAG%3BIACF%2CqBAAA%3B%3BEADD%2CGAAG%2CUAEA%3BIAED%2CcAAA%3BIACA%2CmBAAA%3B%3BEALF%2CGAAG%2CUAEA%2CKAIC%3BIACD%2CwBAAA%3B%3B%3B%3B%3B%3B%3BEASH%3BIACC%2CSAAA%3B%3B%3BAAWF%2CQAP2B%2CwBAAwB%3BEAClD%3BIACE%2CiBAAA%3B%3B%3B%3BAAgMH%2CQA3L0B%2CuBAAuB%3BEAChD%2CGAAG%3BIACF%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAGD%2CiBAAkB%3BIACjB%2C0BAAA%3B%3BEAED%2CYAAa%2CwBAAuB%3BIACnC%2CgBAAA%3B%3BEAED%2CiBAAkB%3BIACjB%2CgBAAA%3B%3BEAED%2COAAO%3BIACN%2C6BAAA%3B%3BEAED%3BIACC%2CaAAA%3B%3BEAED%2COAAO%3BIACN%2CuBAAA%3B%3BEAED%2COAAO%2CQAAW%2CYAAS%2CQAAQ%2CKAAK%3BIACvC%2CSAAA%3B%3BEAED%3BIACC%2CiBAAA%3B%3BEAED%3BIACC%2CuBAAA%3B%3BEAED%2CGAAG%3BIAGD%2CsBAAA%3B%3BEAHF%2CGAAG%2CUAIA%2CKAAG%2CKAAE%2CIAAI%3BIACX%2CaAAA%3BIACA%2CWAAA%3B%3BEAGD%2CUAAa%2CKAAE%2CIAAI%3BIACjB%2CUAAA%3B%3BEAEF%2COAAO%3BIACL%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEF%2COAAO%3BIACN%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAED%3BIACE%2CcAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEF%3BIACC%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAJD%2C6BAKE%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2CiBAAA%3B%3BEAGF%3BIACC%2CaAAA%3B%3BEAED%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAFD%2CcAGG%3BIACD%2CaAAA%3B%3BEAJF%2CcAMG%3BIACD%2CyBAAA%3BIACA%2CYAAA%3B%3BEARF%2CcAMG%2CsBAGC%2CMAAM%3BIACP%2CYAAA%3B%3BEAVH%2CcAMG%2CsBAGC%2CMAAM%2CIAEL%3BIACD%2CYAAA%3B%3BEAKJ%3BIACC%2CgBAAA%3B%3BEAED%3BIACC%2CYAAA%3BIACA%2CaAAA%3B%3BEAFD%2CSAGG%3BIACD%2CYAAA%3B%3BEAJF%2CSAMG%3BIACD%2CqBAAA%3B%3BEAPF%2CSAMG%2CMAEC%3BIACD%2CeAAA%3B%3BEATH%2CSAMG%2CMAEC%2CWAEC%3BEAVL%2CSAMG%2CMAEC%2CWAEK%3BIACL%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAdJ%2CSAMG%2CMAEC%2CWAQC%3BIACD%2CaAAA%3B%3BEAjBJ%2CSAMG%2CMAEC%2CWAWC%3BIACD%2CyBAAA%3B%3BEApBJ%2CSAMG%2CMAEC%2CWAcC%3BIACD%2CgBAAA%3B%3BEAKJ%3BIACC%2CYAAA%3BIACA%2CUAAA%3B%3BEAFD%2CSAGG%3BIACD%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAGF%3BIACC%2CmBAAA%3B%3BEAGD%3BIACC%2CmBAAA%3B%3BEAGD%3BIACC%2C6BAAA%3B%3BEAGD%2CeAAkB%3BIACjB%2CUAAA%3BIACG%2CWAAA%3BIACH%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAGD%3BIACC%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3BEAQD%3BIACC%2CgCAAA%3B%3BEAGD%3BIACC%2CiBAAA%3B%3BEADD%2C0BAEC%2CGAAE%3BIACD%2CWAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGF%3BIACC%2CYAAA%3BIACG%2CUAAA%3B%3B%3BAAOJ%2CQAJyB%2CuBAAwB%3BEACjD%3BIACC%2CqBAAA%3B%3B%3BACt1DF%3BEACE%2CiBAAA%3BEACA%2CaAAa%2CSAAb%3B%3BAAGF%3BAACA%3BEACE%2CkBAAA%3B%3BAAGF%2CQAAS%2CQAAQ%3BEACf%2CSAAA%3B%3BAAGF%2CYAAa%2COAAM%3BEACjB%2CYAAY%2C6DAAZ%3BEAIA%2CuBAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%2CKAAK%2CcAAc%3BAACnB%2CKAAK%2CiBAAiB%3BEACpB%2CgBAAA%3B%3BAAGF%3BEACE%2C6CAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BAAGF%2CCAAC%3BEACC%2C0BAAA%3BEACA%2C4BAAA%3B%3B%3BAA6EF%2CQAzE0B%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2CaAAA%3B%3BEAGF%2CGAAG%3BIACD%2CSAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CGAAG%3BIACD%2CWAAA%3BIACA%2CeAAA%3B%3BEAGF%2CeAAgB%3BIACd%2CqBAAA%3B%3BEAGF%2CGAAG%3BIACD%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAJF%2CGAAG%2CSAMA%2CIAAE%3BIACD%2CcAAA%3B%3BEAIJ%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2COAAO%2CYAAP%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAGF%2CSAAU%3BIACR%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEAGF%2CSAAU%3BIACR%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGF%2CSAAU%3BIACR%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CSAAU%3BIACR%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGF%2CSAAU%2CsBAAoB%3BIAC5B%2CaAAA%3B%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CEAAE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CEAAE%3BEACA%2CkBAAA%3B%3BAAGF%3BAACA%3BEACE%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CKAAM%2CUACJ%3BEACE%2CYAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIJ%3BEACE%2CoBAAA%3BEACA%2CeAAA%3B%3BAAWF%2CQAP2B%3BEACzB%3BIACE%2CYAAA%3B%3B%3B%3BAAKJ%2COAAO%2CiBAAoB%3BEACzB%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAARF%2COAAO%2CiBAAoB%2CYAUzB%3BEACE%2CaAAA%3B%3BAAIJ%2CSAAU%2CIAAE%2CEAAC%3BEACX%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3B%3BAAKF%2CGAAG%3BEACD%2CYAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CGAAG%2CUAAW%3BEACZ%2CWAAA%3BEACA%2CWAAA%3B%3BAAGF%2CWAAY%3BEACV%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CGAAG%2CUAAW%2CKAAG%2CKAAE%3BEACjB%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CGAXC%2CUAAW%2CKAAG%2CKAAE%2CUAWhB%3BEACC%2CmBAAA%3BEACA%2CYAAY%2CmDAAZ%3BEACA%2CYAAY%2CgDAGR%2CyBACA%2C0BAJJ%3BEAKA%2CYAAY%2CsDAAZ%3BEACA%2CYAAY%2CiDAAZ%3BEACA%2CYAAY%2CkDAAZ%3BEACA%2CYAAY%2CoDAAZ%3BEACA%2CQAAQ%2CyDAAyD%2CuBAAuB%2C0BAAxF%3B%3BAAZF%2CGAXC%2CUAAW%2CKAAG%2CKAAE%2CUAWhB%2CMAcC%3BEACE%2CcAAA%3B%3BAAKN%2CGAAG%2CUAAW%2CGAAE%2CUAAW%3BEACzB%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CGAAG%2CUAAW%2CKAAG%2CKAAE%2CUAAW%2CMAAG%3BEAC%5C%2FB%2CaAAA%3B%3BAAGF%2CGAAG%2CUAAW%2CKAAG%2CKAAE%2CUAAU%2CMAAO%2CIAAG%3BEACrC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2C2CAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAARF%2CGAAG%2CUAAW%2CKAAG%2CKAAE%2CUAAU%2CMAAO%2CIAAG%2CQAUrC%3BEACE%2CUAAA%3BEACA%2CwBAAA%3B%3BAAZJ%2CGAAG%2CUAAW%2CKAAG%2CKAAE%2CUAAU%2CMAAO%2CIAAG%2CQAUrC%2CGAIE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAjBN%2CGAAG%2CUAAW%2CKAAG%2CKAAE%2CUAAU%2CMAAO%2CIAAG%2CQAUrC%2CGAIE%2CGAKE%3BEACE%2CcAAA%3B%3BAAEA%2CGAtBL%2CUAAW%2CKAAG%2CKAAE%2CUAAU%2CMAAO%2CIAAG%2CQAUrC%2CGAIE%2CGAKE%2CEAGG%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAOV%2CGAAG%2CUAAW%2CKAAG%2CKAAE%2CUAAU%3BEAC3B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CGAAG%2CUAAW%2CKAAG%2CKAAE%2CUAAU%2CMAAM%3BEACjC%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3B%3BAAGF%3BEACE%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAGF%2CiBAAkB%2CKAAG%2CIAAC%3BEACpB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3B%3BAAIF%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CYAAY%2C6DAAZ%3BEAIA%2CYAAA%3B%3BAALF%2CUAOG%3BEACC%2CiBAAA%3B%3BAAIJ%2COAAO%3BEACL%2C0BAAA%3BEACA%2CeAAA%3B%3BAAFF%2COAAO%2CQAIL%2CEAAE%3BEACA%2CsBAAA%3B%3BAALJ%2COAAO%2CQAQL%2CEAAE%3BAARJ%2COAAO%2CQASL%3BEACE%2CWAAA%3B%3BAAVJ%2COAAO%2CQAaJ%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAlBJ%2COAAO%2CQAaJ%2CoBAOE%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAxBN%2COAAO%2CQAaJ%2CoBAOE%2COAME%3BEACC%2CaAAA%3B%3BAA3BR%2COAAO%2CQAaJ%2CoBAOE%2COAUE%2CMAAI%3BEACH%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAlCR%2COAAO%2CQAaJ%2CoBAOE%2COAiBE%2CMAAI%3BEACH%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAzCR%2COAAO%2CQAaJ%2CoBAOE%2COAiBE%2CMAAI%2CyBAMF%2CIAAE%3BEACD%2CsBAAA%3B%3BAAOV%2CWAAY%3BEACV%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CWAAY%2CKAMT%3BEACC%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CWAVQ%2CKAMT%2CIAIE%3BEACC%2CqBAAA%3BEACA%2CcAAA%3B%3BAAZN%2CWAAY%2CKAgBT%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAArBJ%2CWAAY%2CKAwBT%3BEACC%2CWAAA%3B%3BAAIJ%2CYAAa%2CKAAG%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CCAAC%3BEACC%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2COAAQ%3BEACN%2CaAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3B%3BAAHF%2COAAQ%2CKAKN%2CEAAE%3BEACA%2CUAAA%3B%3BAANJ%2COAAQ%2CKASN%2CEAAE%3BEACA%2CYAAA%3B%3BAAIJ%2CGAAG%2COAAQ%2CKAAG%3BEACZ%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CGAAG%2COAAQ%2CKAAG%2CKAKZ%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CEAAE%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAHF%2CEAAE%2CaAKC%3BEACC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGF%2CKAAM%3BEACJ%2CgBAAA%3B%3BAADF%2CKAAM%2CKAGH%3BEACC%2CiBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CKAAM%2CKAQJ%2CEAAE%3BEACA%2CYAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CKAZE%2CKAQJ%2CEAAE%2CEAIC%3BEACC%2CqBAAA%3BEACA%2CcAAA%3B%3BAAKN%2CEAAE%2CaAAc%2CKAAG%2CIAAE%3BEACnB%2CeAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CEALA%2CaAAc%2CKAAG%2CIAAE%2CIAKlB%3BEACC%2CeAAA%3B%3BAAIJ%2CGAAG%2CeAAgB%3BEACjB%2CWAAA%3B%3B%3BAAwBF%2CQApB2B%2CwBAAwB%3BEACjD%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CQAGJ%3BIACC%2CUAAA%3B%3BEAJJ%2COAAO%2CQAGJ%2CoBAGE%3BIACC%2CiBAAA%3B%3BEAPN%2COAAO%2CQAGJ%2CoBAGE%2COAGE%2CQAAM%3BIACL%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAA8EV%2CQAvE0B%2CuBAAuB%3BEAC%5C%2FC%2CcAAe%3BIACb%2CgBAAA%3B%3BEAGF%2CGAAG%3BIACD%2CUAAA%3B%3BEAGF%2COAAO%3BIACL%2CeAAA%3B%3BEADF%2COAAO%2CQAGJ%3BIACC%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAPJ%2COAAO%2CQAGJ%2CoBAME%3BIACC%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAbN%2COAAO%2CQAGJ%2CoBAME%2COAME%3BEAfP%2COAAO%2CQAGJ%2CoBAME%2COAOC%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAMR%3BIACE%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGF%2CiBACE%2CEAAE%3BIACA%2CgBAAA%3B%3BEAFJ%2CiBACE%2CEAAE%2CSAGC%3BIACC%2CWAAA%3B%3BEALN%2CiBACE%2CEAAE%2CSAGC%2CIAGE%3BIACC%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAVR%2CiBACE%2CEAAE%2CSAaC%3BIACC%2CqBAAA%3BIACA%2CUAAA%3B%3BEAhBN%2CiBACE%2CEAAE%2CSAaC%2CwBAIE%3BEAlBP%2CiBACE%2CEAAE%2CSAaC%2CwBAKC%3BIACE%2CWAAA%3B%3BEApBR%2CiBACE%2CEAAE%2CSAaC%2CwBASE%2CWAAQ%3BIACP%2CYAAA%3B%3B%3BAAOV%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CMAAM%3BEACJ%2CQAAA%3BEACA%2COAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGF%2CMAAM%3BEACJ%2CSAAA%3BEACA%2COAAA%3BEACA%2CwCAAA%3BEACA%2C%2BBAAA%3B%3BAAGF%2CMAAM%3BEACJ%2CSAAA%3BEACA%2CUAAA%3BEACA%2C0CAAA%3BEACA%2C6BAAA%3B%3BAAGF%3BEACE%3BIACE%2CWAAW%2CeAAe%2CgBAAgB%2CaAA1C%3B%3BEAGF%3BIACE%2CWAAW%2CeAAe%2CgBAAgB%2CeAA1C%3B%3B%3BAAIJ%3BEACE%3BIACE%2CWAAW%2CeAAe%2CeAAe%2CaAAzC%3B%3BEAGF%3BIACE%2CWAAW%2CeAAe%2CeAAe%2CeAAzC%3B%3B%3BAAIJ%3BEACE%3BIACE%2CWAAW%2CeAAe%2CeAAe%2CaAAzC%3B%3BEAGF%3BIACE%2CWAAW%2CeAAe%2CeAAe%2CeAAzC%3B%3B%3B%3BAAKJ%3BEACE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3B%3BAAPF%2CiBASE%3BEACE%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAtBJ%2CiBASE%2CkBAeE%3BEACE%2CYAAA%3B%3BAAzBN%2CiBASE%2CkBAmBE%3BEACE%2CmBAAA%3B%3BAA7BN%2CiBASE%2CkBAuBE%3BEACE%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3B%3BAAEA%2CiBAhCJ%2CkBAuBE%2COASG%3BEACC%2CmBAAA%3B%3B%3BAAOR%2CGAAG%3BEACD%2CkBAAA%3B%3BAAGF%2CUAAW%2CMAAG%3BEACZ%2CWAAA%3B%3BAAGF%2CQAAQ%3BEACN%2CmBAAA%3B%3BAAGF%2CGAAG%2CeAAgB%3BEACjB%2CcAAA%3B%3BAAGF%2CGAAG%2CUAAW%2CIAAG%3BEACf%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CyBAA0B%3BEACxB%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CuBAAuB%3BEACrB%2CUAAA%3B%3BAAGF%2CuBAAuB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAGF%2CGAAG%2CiBAAkB%2CKAAI%3BEACvB%2CaAAA%3B%3BAAGF%2CIAAI%3BEACF%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CIAAI%2CQAAQ%3BEACV%2CeAAA%3BEACA%2C%2BCAAA%3B%3BAAGF%2CeAAgB%2CQAAO%2COAAO%3BEAC5B%2CeAAA%3B%3BAAGF%2CSAAU%2CQAAO%2COAAO%3BAACxB%2CiBAAkB%2CQAAO%2CKAAK%3BEAC5B%2CaAAA%3B%3B%3BAAYF%2CmBAPqC%3BEACnC%3BIACE%2CYAAA%3B%3B%3B%3BAAKJ%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAHF%2CiBAKE%2CIAAG%3BEACD%2CWAAA%3B%3BAANJ%2CiBAKE%2CIAAG%2CUAGD%2COAAM%3BEACJ%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAKN%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BEACvC%2CWAAW%2CcAAX%3B%3BAAGF%2COAAO%2CSAAS%2CMAAM%3BEACpB%2CWAAW%2CcAAX%3B%3BAAgBF%2CQAb0B%2CuBAAuB%3BEAE%5C%2FC%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%2CMAAM%3BEAC%5C%2FC%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BEACzC%2CiBAAkB%2CQAAO%2CSAAS%2CMAAM%3BEACxC%2CiBAAkB%2CQAAO%2CSAAS%3BEAClC%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BIACvC%2CcAAA%3BIACA%2CyBAAA%3B%3B%3B%3BAAKJ%2CKAAK%3BEACH%2CaAAA%3B%3BAAGF%2CUAAW%2CMAAK%3BAAChB%2CUAAW%2COAAM%3BEACf%2CwCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CUAAW%2CMAAK%2CYAAY%3BAAC5B%2CUAAW%2COAAM%3BAACjB%2CUAAW%2CMAAK%2CYAAY%3BEAC1B%2CgBAAA%3B%3BAAGF%2CYAAa%2CgBAAa%3BAAC1B%2CYAAa%2CgBAAa%3BEACxB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CMAAM%2CYAAa%2CgBAAa%3BAAChC%2CMAAM%2CYAAa%2CgBAAa%3BEAC9B%2CWAAA%3B%3BAAGF%2CYAAa%2CgBAAa%3BEACxB%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAGF%2CYAAa%2CgBAAc%2CEAAC%3BAAC5B%2CYAAa%2CgBAAc%2CEAAC%3BEAC1B%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CMAAM%2CYAAa%2CgBAAc%2CEAAC%3BAAClC%2CMAAM%2CYAAa%2CgBAAc%2CEAAC%3BEAChC%2CYAAA%3B%3BAAGF%2CYAAa%2CgBAAc%2CEAAC%3BEAC1B%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAGF%2CYAAY%2CMAAO%2CgBAAa%3BAAChC%2CYAAY%2CMAAO%2CgBAAa%3BAAChC%2CYAAY%2CYAAa%2CgBAAa%3BAACtC%2CYAAY%2CYAAa%2CgBAAa%3BEACpC%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CMAAM%2CYAAY%2CMAAO%2CgBAAa%3BAACtC%2CMAAM%2CYAAY%2CMAAO%2CgBAAa%3BEACpC%2CSAAA%3B%3BAAGF%2CYAAY%2CMAAO%2CgBAAc%2CEAAC%3BAAClC%2CYAAY%2CMAAO%2CgBAAc%2CEAAC%3BAAClC%2CYAAY%2CYAAa%2CgBAAc%2CEAAC%3BAACxC%2CYAAY%2CYAAa%2CgBAAc%2CEAAC%3BEACtC%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CMAAM%2CYAAY%2CMAAO%2CgBAAc%2CEAAC%3BAACxC%2CMAAM%2CYAAY%2CMAAO%2CgBAAc%2CEAAC%3BEACtC%2CSAAA%3B%3BAAGF%2CYAAa%3BEACX%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEAEA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CYAAY%2CMAAO%3BAACnB%2CYAAY%2CYAAa%3BEACvB%2CUAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3B%3BAAIF%3BEACE%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGF%2CQAAS%3BEACP%2CqBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGF%2CMAAM%3BEACJ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CSAAS%2CIAAI%3BEACX%2CcAAA%3B%3BAAGF%2CSAAS%3BEACP%2CqBAAA%3B%3BAAGF%2CSAAS%3BEACP%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CSAAS%3BEACP%2CcAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BAAGF%2CSAAS%2CIAAI%2CYAAY%2CMAAM%3BEAC7B%2CUAAA%3BEACA%2CaAAA%3B%3BAAGF%2CMAAM%2CSAAS%2CIAAI%2CYAAY%2CMAAM%3BEACnC%2CaAAA%3B%3BAAGF%2CSAAS%2CIAAI%2CYAAY%3BEACvB%2CWAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3B%3BAAIF%3BEACE%2CoBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGF%3BEACE%2CUAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2C2EAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CsBAAuB%2CEAAC%3BEACtB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CsBAAuB%2CEAAC%2CUAAU%3BAAClC%2CCAAC%2CYAAY%3BEACX%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGF%2CsBAAuB%2CEAAC%3BEACtB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGF%3BEACE%3BIACE%2CSAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACE%2CYAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACE%2CYAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACE%2CSAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACE%2CYAAA%3B%3B%3B%3B%3BAAcJ%2CQARsB%2CmBAAqB%3BEACzC%3BIACE%2CWAAA%3B%3B%3B%3BAA0WJ%2CQApW0B%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2CYAAA%3B%3BEADF%2CsBAGE%3BIACE%2CSAAA%3BIACA%2CqBAAA%3B%3BEAIJ%2CEAAE%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CEAVA%2CWAUC%3BIACC%2C6DAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CWAAW%2CgBAAX%3B%3BEAbJ%2CEAAE%2CWAgBA%3BEAhBF%2CEAAE%2CWAiBA%3BIACE%2CuBAAA%3B%3BEAlBJ%2CEAAE%2CWAqBA%3BIACE%2CeAAA%3B%3BEAIJ%3BIACE%2CeAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3B%3BEALF%2CaAOG%3BIACC%2CSAAA%3BIACA%2CkBAAA%3B%3BEATJ%2CaAYG%3BIACC%2C6BAAA%3B%3BEAIJ%2CsBAAuB%2CEAAC%2CUAAU%3BIAChC%2CQAAA%3B%3BEAGF%2CsBAAuB%2CEAAC%2CYAAY%3BIAClC%2CQAAA%3B%3BEAGF%3BIACE%2CsBAAA%3B%3BEAGF%2CyBACE%3BIACE%2CqBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CyBAME%2CSAAS%3BIACP%2CWAAA%3B%3BEAIJ%2CuBACE%2CGAAG%2CSAAS%2CsBAAsB%3BIAChC%2CmBAAA%3B%3B%3B%3BEAOJ%3BIACE%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CwCAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3B%3BEAIF%2CYAAY%3BIACV%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEALF%2CYAAY%2CaAOV%2COAAM%3BIACJ%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CoCAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3B%3B%3BEAGA%2CYAvBQ%2CaAOV%2COAAM%2CmBAgBH%3BIACC%2CSAAS%2CEAAT%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CiBAAiB%2CaAA5B%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C%2BBAAA%3B%3B%3BEAMN%2COAAO%2COAAQ%2CcAAc%2COAAM%2CmBAAmB%3BIACpD%2CWAAW%2CiBAAiB%2CeAA5B%3B%3B%3BEAIF%2CcAAc%3BIACZ%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3B%3B%3B%3BEAKF%3BIACE%2CwBAAA%3BIACA%2CyBAAA%3B%3B%3B%3BEAKF%3BIACE%2CyBAAA%3B%3BIAEA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEAEA%2CoBAAC%3BIACC%2C2BAAA%3B%3B%3BEAKJ%3BIACE%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CqCAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3B%3B%3BEAEA%2CqBAAC%3BIACC%2CmBAAA%3BIACA%2CcAAA%3B%3BEAIF%2CqBAAC%3BIACC%2CSAAS%2CEAAT%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CiBAAiB%2CaAA5B%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2C6BAAA%3BIACA%2C%2BBAAA%3B%3B%3BEAKJ%2CoBAAoB%2CsBAAuB%3BIACzC%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CoBAJkB%2CsBAAuB%2CsBAIxC%3BIACC%2CkBAAA%3BIACA%2CWAAW%2CiBAAiB%2CeAA5B%3B%3B%3BEAKJ%3BIACE%2CgBAAA%3BIACA%2C6BAAA%3BIACA%2C6BAAA%3B%3B%3B%3BEAKF%2CoBAAoB%2CsBAAuB%3BIACzC%2C4BAAA%3B%3B%3BEAIF%2CuBAAwB%3BIACtB%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3B%3BEAGF%2CuBAAwB%3BIACtB%2CgCAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CuBANsB%2CMAMrB%3BIACC%2C8BAAA%3B%3BEAPJ%2CuBAAwB%2CMAUtB%3BIACE%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CgCAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3B%3B%3BEAEA%2CuBAlBoB%2CMAUtB%2CEAQG%3BIACC%2CmBAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3B%3BEArBN%2CuBAAwB%2CMAUtB%2CEAeE%3BIACE%2C2BAAA%3BIACA%2CWAAA%3B%3B%3B%3BEAON%3BIACE%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CwBAAA%3B%3BEAJF%2CeAME%3BIACE%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2C8BAAA%3BIACA%2CoCAAA%3B%3BEAXJ%2CeAcE%3BIACE%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3B%3BEApBJ%2CeAuBE%3BIACE%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3B%3BEAhCJ%2CeAuBE%2CMAWE%3BIACE%2CYAAA%3B%3BEAGF%2CeAfF%2CMAeG%3BIACC%2CmBAAA%3B%3BEAvCN%2CeAuBE%2CMAmBE%3BIACE%2C4BAAA%3BIACA%2C2BAAA%3B%3BEA5CN%2CeAuBE%2CMAwBE%2CQAAO%3BIACL%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2CoCAAA%3BIACA%2CyBAAA%3B%3BEAEA%2CeAvCJ%2CMAwBE%2CQAAO%2COAeJ%3BIACC%2CoCAAA%3B%3BEA%5C%2FDR%2CeAuBE%2CMAwBE%2CQAAO%2COAmBL%3BIACE%2CwBAAA%3B%3BEAGF%2CeA%5C%2FCJ%2CMAwBE%2CQAAO%2COAuBJ%3BIACC%2CSAAS%2CIAAT%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3B%3B%3BAAOV%3BEACE%2CYAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CUAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CUAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CUAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAAsDF%2CQAnD2B%3BEACzB%3BIACE%2CkBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAuDJ%2CQAnD2B%2CwBAAwB%3BEACjD%3BIACE%2CkBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAYJ%2CQAR0B%2CuBAAuB%3BEAC%5C%2FC%2CQAAQ%3BIACN%2CcAAA%3BIACA%2CkBAAA%3B%3B%3B%3BAAgEJ%2CQA3D0B%2CuBAAwB%3BEAChD%2CUAAW%3BIACT%2C0BAAA%3B%3BEADF%2CUAAW%2CKAGP%3BIACA%2CwBAAA%3B%3BEAIJ%3BIACE%2CkBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAuDJ%2CQAnD0B%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2CkBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CmBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACxB%3BIACE%2CWAAA%3B%3B%3BAAuBJ%2CQAnB0B%2CuBAAwB%3BEAChD%3BIACE%2CqBAAA%3B%3BEAGF%2COAAO%2CQAAS%2CoBAAkB%2COAAK%2CMAAI%3BIACzC%2CeAAA%3B%3BEAGF%2CMAAM%3BIACJ%2CUAAA%3BIACA%2CeAAA%3B%3BEAGF%2CKAAM%3BIACJ%2CqBAAA%3B%3B%3BAAIJ%3BEACE%2C2BAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C2EAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CiBAAiB%2COAAQ%2CWAAW%3BEAClC%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CmBAAA%3B%3B%3BAAIF%2CGAAG%2CQAAQ%2COAAO%3BEAChB%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CuCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAAPF%2CGAAG%2CQAAQ%2COAAO%2COASf%3BAATH%2CGAAG%2CQAAQ%2COAAO%2COAUhB%3BAAVF%2CGAAG%2CQAAQ%2COAAO%2COAWhB%3BEACE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAdJ%2CGAAG%2CQAAQ%2COAAO%2COAiBhB%3BEACE%2CcAAA%3B%3B%3BAAKJ%3BEACE%2CgHAAA%3BEAEA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGF%2COAAO%3BEACL%2CYAAA%3B%3BAAMF%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CaAAA%3B%3B%3BAAWJ%2CQAP2B%3BEACzB%3BIACE%2CaAAA%3B%3B%3BAAKJ%3BEACE%2CaAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaF%2COAAO%2CiBAAoB%3BEACzB%2CWAAA%3BEAEA%2CkBAAA%3BEAEA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAY%2C8DAAZ%3BEAIA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAbF%2COAAO%2CiBAAoB%2CYAexB%3BAAfH%2COAAO%2CiBAAoB%2CYAgBzB%3BEACE%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAlBJ%2COAAO%2CiBAAoB%2CYAqBxB%2CIAAE%3BEACD%2CcAAA%3B%3BAAIJ%2COAAO%2CiBAAoB%2CYAAU%2CGAAE%3BEACrC%2CuBAAA%3B%3BAAGF%3B%3BEAEE%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CoBAAoB%3BEAClB%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CaAAa%2CSAAb%3B%3BAAGF%2CoBAAqB%2CMAAK%3BEACxB%2CaAAa%2CSAAb%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CoBAAqB%2CUAAS%3BEAC5B%2CSAAS%2COAAT%3BEACA%2CaAAa%2CSAAb%3B%3BAAGF%2CoBAAqB%2CUAAS%3BEAC5B%2CSAAS%2CQAAQ%2COAAjB%3B%3BAAGF%2CoBAAqB%2CUAAS%3BEAC5B%2CSAAS%2CQAAQ%2CQAAQ%2COAAzB%3B%3BAAGF%2CoBAAqB%2CUAAS%3BEAC5B%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2COAAjC%3B%3BAAGF%2CoBAAqB%2CUAAS%3BEAC5B%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3B%3BAAGF%2CeAAgB%2CeAAe%2COAAI%3BEACjC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CaAAa%2CSAAb%3B%3BAAGF%2CeAAgB%2CeAAc%3BEAC5B%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CaAAa%2CSAAb%3B%3BAAGF%2CwBAAyB%2CYAAW%3BEAClC%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CqBAAsB%2CiBAAiB%2CqBAAmB%3BEACxD%2CaAAA%3B%3BAAaF%2CQAV0B%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2CeAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3B%3BAAIJ%3BAACA%3BEACE%2CWAAA%3B%3BAAGF%2COAAO%2CKAAM%3BEACX%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAY%2C8DAAZ%3BEACA%2CSAAA%3B%3BAAJF%2COAAO%2CKAAM%2CqBAMX%3BAANF%2COAAO%2CKAAM%2CqBAOX%3BAAPF%2COAAO%2CKAAM%2CqBAQX%3BEACE%2CYAAA%3B%3BAAIJ%3BEACE%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CYAAA%3B%3B%3BAAIF%3BEACE%2CYAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CyBAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CUAAA%3B%3BAASF%2CQAN0B%2CuBAAuB%3BEAC%5C%2FC%2CiBAAkB%3BIAChB%2CWAAA%3B%3B%3BAAIJ%2CEAAE%2CMAAM%2CYAAa%2CGAAE%2CKAAM%3BEAC3B%2CeAAA%3B%3BAAGF%2CEAAE%2CMAAM%2CYAAa%2COAAM%3BEACzB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CeAAgB%2COAAM%3BAACtB%2CGAAG%2CMAAM%2CQAAS%2COAAM%3BEACtB%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeAPc%2COAAM%2COAOnB%3BAAAD%2CGANC%2CMAAM%2CQAAS%2COAAM%2CQAMrB%3BEACC%2CgBAAA%3B%3BAAIJ%2CQAAQ%2CiBAAkB%2CIAAG%2CMAAM%3BEACjC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CeAAgB%2CEAAC%2CUAAU%3BEACzB%2CSAAS%2COAAT%3BEACA%2CeAAA%3B%3B%3BAAIF%2CQAAQ%3BEACN%2CaAAA%3BEACA%2CWAAA%3B%3BAA8BF%2CQA3B0B%2CuBAAwB%3BEAChD%2CGAAG%2CUACA%3BIACC%2CUAAA%3B%3BEAFJ%2CGAAG%2CUACA%2CKAGE%2CKAAG%3BIACF%2CeAAA%3BIACA%2CeAAA%3B%3BEANN%2CGAAG%2CUACA%2CKAQC%2CGAAE%2CSAAU%3BIACV%2CeAAA%3B%3BEAKN%2CEAAE%3BIACA%2C6BAAA%3B%3BEADF%2CEAAE%2C6BAGC%3BIACC%2CyBAAA%3BIACA%2C8BAAA%3B%3B%3B%3BAA6CN%2CQAvC0B%3BEACxB%2CsBAAuB%3BIACrB%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CaAAc%3BIACZ%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAY%2C8DAAZ%3BIAIA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAVF%2CaAAc%2CeAYX%3BIACC%2CWAAA%3B%3BEAbJ%2CaAAc%2CeAYX%2CKAGE%3BIACC%2CeAAA%3B%3BEAGE%2CaAnBM%2CeAYX%2CKAGE%2CKAGE%2CIACE%3BIACC%2CiBAAA%3BIACA%2CqBAAA%3B%3BEArBV%2CaAAc%2CeAYX%2CKAcE%2CKAAE%2CKAAM%3BIACP%2CWAAA%3B%3B%3BAAMR%2CYAAa%2CMAAK%2CIAAI%2CaAAa%3BEAEjC%2CeAAA%3B%3B%3BAAIF%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%3BAACvD%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%3BEACpD%2CyBAAA%3BEACA%2CyCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAAZF%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAcrD%3BAAbF%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAapD%3BEACE%2CaAAA%3B%3B%3BAAfJ%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAmBrD%2CeAAc%3BAAlBhB%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAkBpD%2CeAAc%3BEACZ%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAvBJ%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0BrD%2COAAM%2CeAAe%3BAAzBvB%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyBpD%2COAAM%2CeAAe%3BEACnB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAlCJ%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%3BAApCF%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAxCJ%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAKE%3BAAzCJ%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAKE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcApDS%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAKE%2CsBAUG%3BAAAD%2CcAnDS%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAKE%2CsBAUG%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CcAzDS%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAKE%2CsBAeG%3BAAAD%2CcAxDS%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAKE%2CsBAeG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CcAzEW%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAoCG%2CsBAAuB%3BAAAxB%2CcAxEW%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAoCG%2CsBAAuB%3BEACtB%2CcAAA%3B%3BAAEA%2CcA5ES%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAoCG%2CsBAAuB%2CwBAGrB%3BAAAD%2CcA3ES%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAoCG%2CsBAAuB%2CwBAGrB%3BEACC%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CQAAA%3B%3BAAIJ%2CcAnFW%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBA8CG%2CsBAAuB%3BAAAxB%2CcAlFW%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBA8CG%2CsBAAuB%3BEACtB%2CcAAA%3B%3BAAEA%2CcAtFS%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBA8CG%2CsBAAuB%2CwBAGrB%3BAAAD%2CcArFS%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBA8CG%2CsBAAuB%2CwBAGrB%3BEACC%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CQAAA%3B%3BAAzFR%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAwDE%3BAA5FJ%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAwDE%3BEACE%2CaAAA%3B%3BEAEA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA1GN%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAwDE%2CwBAeE%3BAA3GN%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAwDE%2CwBAeE%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAhHR%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAwDE%2CwBAeE%2COAME%2CMACE%3BAAlHV%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAwDE%2CwBAeE%2COAME%2CMACE%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CcA3HG%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBAwDE%2CwBAeE%2COAME%2CMACE%2CEAQG%3BAAAD%2CcA1HG%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBAwDE%2CwBAeE%2COAME%2CMACE%2CEAQG%3BEACC%2CyBAAA%3BEACA%2CcAAA%3B%3BAAOV%2CcApIW%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBAqCrD%2CqBA%2BFG%2CsBAAuB%3BAAAxB%2CcAnIW%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAoCpD%2CqBA%2BFG%2CsBAAuB%3BEACtB%2CcAAA%3B%3BAArIN%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%3BAAzIF%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAA7IJ%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAKE%3BAA9IJ%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAKE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnJN%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAYE%3BAArJJ%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAYE%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAA5JN%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAqBE%3BAA9JJ%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAqBE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAtKN%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAqBE%2CMASE%3BAAvKN%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAqBE%2CMASE%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA1KR%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAqBE%2CMAcE%2CQAAO%3BAA5Kb%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAqBE%2CMAcE%2CQAAO%3BEACL%2CiBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FKR%2CcAAe%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAqBE%2CMAcE%2CQAAO%2COAIL%3BAAhLR%2CcAAe%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAqBE%2CMAcE%2CQAAO%2COAIL%3BEACE%2CaAAA%3B%3B%3BAAIF%2CcAtLO%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAqBE%2CMAcE%2CQAAO%2COASJ%3BAAAD%2CcArLO%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAqBE%2CMAcE%2CQAAO%2COASJ%3BEACC%2CSAAS%2CIAAT%3B%3BEAEA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CcAxMO%2CSAAS%2CcAAc%2COAAM%2COAAO%2CIAAI%2CiBA0IrD%2CgBAqBE%2CMAcE%2CQAAO%2COA2BJ%2CMAAM%3BAAAP%2CcAvMO%2CSAAS%2CQAAO%2CKAAM%2COAAM%2COAAO%2CIAAI%2CiBAyIpD%2CgBAqBE%2CMAcE%2CQAAO%2COA2BJ%2CMAAM%3BEACL%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CaAAX%3B%3B%3BAAQV%2CoBAAoB%2CIAAI%2CoBAAqB%2CsBAAqB%3BEAChE%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CoBAAoB%2CIAAI%2CoBAAoB%2CsBAAuB%2CwBAAqB%3BEACtF%2CWAAW%2CeAAX%3BEACA%2CmBAAmB%2CeAAnB%3BEACA%2CQAAA%3B%3BAAGF%2CeAAgB%2CMAAM%2CQAAO%2COAAO%3BEAClC%2CSAAS%2CIAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CeAAgB%2CMAAM%2CQAAO%2COAAO%2CMAAM%3BEACxC%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%2CeAAgB%2CQAAO%3BEACrB%2CiBAAA%3B%3BAAGF%2COAAO%2CQAAQ%3BEACb%2C4BAAA%3B%3BAAGF%3BAACA%2COAAO%2CQAAQ%3BEACb%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3BEACA%2CkBAAkB%2C%2BDAAlB%3B%3BAAGF%2CUAAU%3BAACV%2COAAO%2CQAAQ%2COAAO%3BEACpB%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C0CAAA%3BEACA%2CkBAAkB%2C4DAAlB%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGF%2CUAAU%3BAACV%2CUAAU%3BAACV%2COAAO%2CQAAQ%2COAAO%3BAACtB%2COAAO%2CQAAQ%2COAAO%3BEACpB%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CyCAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAGF%2CiBAAkB%3BEAChB%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGF%3BAACA%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAGF%3BEACE%2CkCAAA%3BEACA%2C4BAAA%3B%3BAAGF%2CCAAC%3BEACC%2CaAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAGF%2C0BAA2B%3BEACzB%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGF%2C0BAA2B%3BEACzB%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUF%3BEACE%2CyBAAA%3B%3BAAGF%2CcAAc%2CoBAAoB%3BEAChC%2CmBAAA%3B%3BAAGF%2CcAAc%2CoBAAqB%3BEACjC%2C0BAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CwBAAA%3B%3BAAGF%2CaAAc%2CyBAAyB%3BEACrC%2CcAAA%3B%3BAADF%2CaAAc%2CyBAAyB%2CiBAGrC%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2C0BAA0B%2CIAAI%3BEAC5B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoCAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CYAAY%2CIAAI%2CsBAAuB%3BEACrC%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CEAAE%2CcAAc%2CaAAa%3BEAC3B%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAHF%2CuBAAwB%2CKAKrB%3BEACC%2CYAAA%3B%3BAA4NJ%2CmBAxNqC%3BEAEnC%3BEACA%3BIACE%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2C4BAAA%3B%3BEAGF%2CYAAY%2CIAAI%2CsBAAuB%3BIACrC%2C6BAAA%3B%3BEAGF%2CsBAAuB%3BIACrB%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAGF%2CgBAAgB%3BIACd%2CaAAA%3B%3BEAGF%2COAAO%2CQAAQ%3BIACb%2C6BAAA%3B%3BEAGF%2CGAAG%3BIACD%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEALF%2CGAAG%2CqBAOD%3BIACE%2CaAAA%3B%3BEARJ%2CGAAG%2CqBAWD%3BIACE%2CqBAAA%3BIACA%2CWAAA%3B%3BEAbJ%2CGAAG%2CqBAgBD%2CcAAa%3BIACX%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAMJ%3BIACE%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAFF%2CaAIG%3BIACC%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CaAVD%2CSAUE%3BIACC%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAKN%3BIACE%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BEAKF%3B%3BIAEE%2CsBAAA%3BIACA%2CeAAA%3B%3BIAEA%2CuBAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2C2BAAA%3B%3B%3BIAGA%2CsBAAA%3B%3B%3BEAIF%3BIACE%2CsBAAA%3B%3BIAEA%2C6BAAA%3B%3BIAEA%2CcAAA%3B%3BIAEA%2CsBAAA%3B%3B%3B%3BEAKF%2CwBAAyB%3BEACzB%2CuBAAwB%3BIACtB%2CcAAA%3B%3BIAEA%2CWAAA%3B%3BIAEA%2CWAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CuBAAA%3B%3BIAEA%2C8BAAA%3B%3B%3BIAGA%2CqCAAA%3BIACA%2CsBAAA%3B%3BIAEA%2CkBAAA%3B%3BIAEA%2CUAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CkBAAA%3B%3BIAEA%2CwBAAA%3B%3BIAEA%2CgBAAA%3B%3B%3BEAIF%2CgBAAgB%3BIACd%2C6BAAA%3B%3BIAEA%2CmBAAA%3B%3BIAEA%2CWAAW%2CgBAAX%3B%3BIAEA%2CqBAAA%3B%3BIAEA%2CqBAAA%3B%3BIAEA%2CqBAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CuBAAA%3B%3BIAEA%2CmCAAA%3B%3BIAEA%2C4BAAA%3BIACA%2C2BAAA%3B%3B%3BIAIA%2CuBAAA%3B%3BIAEA%2CqBAAA%3B%3BIAEA%2CeAAA%3BIAGA%2CiCAAA%3B%3BIAEA%2CkCAAA%3B%3B%3B%3BIAIA%2CiEAAA%3BIACA%2CyDAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3B%3B%3BEAIF%2CgBAAgB%3BIACd%2CwBAAA%3B%3B%3B%3BEAKF%2CYAAY%2CIAAI%2CsBAAuB%3BIACrC%2CsBAAA%3B%3BIAEA%2CkBAAA%3B%3BIAEA%2CSAAA%3B%3BIAEA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3B%3BEAKF%3BIACE%2CsBAAA%3B%3BIAEA%2CuBAAA%3BIACA%2C2BAAA%3B%3BIAEA%2CsBAAA%3B%3B%3BAAIJ%3BEACE%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyCAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CiBAAkB%2CGAAE%3BEAClB%2CwBAAA%3B%3BAAGF%2CYAAY%3BEACV%2CuBAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CSAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CeAAe%3BAACf%2CeAAe%3BEACb%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CaAAc%2CYAAW%3BEACvB%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CoCAAA%3BEACA%2CqEAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CKAAM%3BEACJ%2CmBAAA%3B%3BAAGF%2CMAAO%2CSAAS%3BEACd%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CMAAM%2COAAQ%3BEACZ%2CeAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3B%3BAAKF%2CoBAAqB%2CaAAY%3BEAC%5C%2FB%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoDAAA%3B%3BAAGF%2CoBAAqB%2CaAAY%2CQAAQ%3BEACvC%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CoBAAqB%2CaAAY%2CQAAS%3BEACxC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAsB%2C8EAAtB%3B%3BAAGF%2CoBAAqB%2CaAAY%2CQAAS%3BEACxC%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3B%3BAAIF%3BEACE%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CoBAAqB%2CaAAY%2CQAAQ%3BEACvC%2CSAAS%2CWAAT%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CkCAAA%3B%3BAADF%2CkBAGE%3BEACE%2CwBAAA%3B%3BAAIJ%2CoBAAqB%2CaAAY%2CQAAQ%3BEAEvC%2CwBAAA%3BEACA%2CoCAAA%3BEACA%2CqEAAA%3B%3B%3BAAIF%2CoBAAqB%2CaAAY%3BEAC%5C%2FB%2CqEAAA%3B%3BAAIF%3BEACE%2CsBAAA%3B%3BAADF%2CsBAGE%2CQAAO%2CQACL%2COAAM%3BEACJ%2CaAAA%3B%3BAALN%2CsBASE%3BEACE%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3BAA4HJ%2CQAjH0B%2CuBAAwB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAchD%2COAAO%3BIACL%2CkBAAA%3B%3BEAIF%3BIACE%2CeAAA%3B%3BEAGF%2CKAAM%3BIACJ%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIF%3BIACE%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGF%3BEACA%3BIACE%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAIF%2CGAAG%2CUAAW%3BIACZ%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAGF%2CGAAG%2CUAAW%2CKAAG%3BIACf%2CiBAAA%3B%3BEAIF%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3B%3BEAGF%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2COAAO%2CYAAP%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3B%3BEAGF%2CSAAU%3BIACR%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEAGF%2CSAAU%3BIACR%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGF%2CSAAU%3BIACR%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CSAAU%3BIACR%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGF%2CKAAK%3BIACH%2CsBAAA%3B%3BEAGF%2CYAAa%3BIACX%2CUAAA%3B%3B%3BAAgCJ%2CQA5B2B%2CwBAAwB%3BEACjD%2CGAAG%3BIACD%2CkCAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3BIAEA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3B%3B%3BEAKF%2CGAAG%2CuBAAwB%3B%3BIAEzB%2COAAO%2CoBAAP%3B%3BIAEA%2CoBAAA%3BIACA%2CsBAAA%3B%3BEAGF%3BIACE%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAAoIJ%2CQAhI0B%2CuBAAwB%3BEAChD%3BIACE%2CwBAAA%3B%3B%3B%3BEAKF%2COAAO%3BIACL%2CsBAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CkBAAA%3B%3BIAEA%2CmBAAA%3B%3BIAEA%2CsBAAA%3B%3B%3B%3BEAKF%2CSAAS%2CQAAQ%2CKAAK%3BIACpB%2CsBAAA%3BIACA%2C0BAAA%3B%3BIAEA%2CoBAAA%3B%3BIAEA%2CqBAAA%3B%3BIAEA%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGF%2CEAAE%2CSAAS%2CKAAK%2CMAAM%3B%3BIAEpB%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BIAEA%2C2BAAA%3B%3BIAEA%2CwBAAA%3B%3BIAEA%2C0BAAA%3B%3BIAEA%2CsBAAA%3B%3B%3BEAIF%2CcAAe%3BIACb%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BIAEA%2CqBAAA%3B%3BIAEA%2CsBAAA%3B%3B%3BEAIF%3B%3BIAEE%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3B%3B%3BIAIA%2CuCAAA%3B%3BIAEA%2C%2BCAAA%3B%3BIAEA%2C6BAAA%3B%3BIAEA%2CsBAAA%3B%3B%3BIAIA%2CgCAAA%3B%3BIAEA%2CwBAAA%3B%3B%3B%3BEAKF%2CqBAAsB%3BIACpB%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3B%3BEAIF%2CqBAAsB%3BEACtB%2CqBAAsB%2COAAM%2CgBAAgB%2CIAAI%3BIAC9C%2CwBAAA%3B%3B%3BEAIF%2CqBAAsB%2CgBAAgB%2CGAAE%3BIACtC%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3B%3BEAGF%2CqBAAsB%2CgBAAgB%2CGAAE%3BIACtC%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3B%3B%3B%3BAAufJ%2CQAlf0B%2CuBAAwB%3BEAChD%3BIACE%2CiBAAA%3B%3BEAGF%2COAAO%2CQAAS%3BIACd%2CqBAAA%3B%3BEAGF%2CKAAM%3BIACJ%2CiBAAA%3B%3B%3BEAIF%2CUAAW%3BIACT%2C0BAAA%3B%3BEAGF%2CUAAW%2CKAAG%2CKAAG%3BIACf%2CsBAAA%3B%3B%3BEAIF%3BIACE%2CaAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3B%3B%3BEAIF%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CkBAAA%3B%3B%3BEAIF%2CMAAM%2COAAQ%3BIACZ%2CaAAA%3B%3B%3BEAIF%3BIACE%2C6BAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CyBAAA%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CqBAAA%3BIACA%2CgBAAA%3B%3BIAEA%2CaAAA%3B%3BIAEA%2CsBAAA%3B%3B%3BEAIF%2CqBAAsB%2CcAAc%3B%3BIAElC%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3B%3BEAMF%2CYAAa%2CUAAO%3BIAClB%2CaAAA%3BIACA%2CiBAAA%3B%3BIAEA%2CmBAAA%3BIACA%2C8BAAA%3B%3BIAEA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3B%3BEAMF%2CUAAW%2CKAAG%2CKAAG%2CIAAC%3BEAClB%2CUAAW%2CKAAG%2CKAAG%2CIAAC%3BIAChB%2CwBAAA%3B%3B%3BEAKF%2CUAAW%2CKAAG%2CKAAE%3BIACd%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BEAIF%2CUAAW%2CKAAG%2CKAAE%2CUAAW%3BEAC3B%2CUAAW%2CKAAG%2CKAAE%2CSAAU%3B%3BIAExB%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BEAIF%2CUAAW%3BIACT%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BIAEA%2CmBAAA%3BIACA%2CQAAA%3B%3B%3BEAIF%2CUAAW%2CGAAE%3BIACX%2CcAAA%3B%3BIAEA%2CQAAA%3B%3BIAEA%2CkBAAA%3B%3B%3BEAIF%2CUAAW%2CGAAE%2CWAAY%3BIACvB%2CeAAA%3B%3B%3BEAIF%3BIACE%2CQAAA%3B%3BIAEA%2CcAAA%3B%3BIAEA%2CYAAA%3B%3BIAEA%2CgBAAA%3B%3B%3BEAIF%3BEACA%3BIACE%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAGF%2CYAAY%2CIAAI%2CsBAAuB%3BIACrC%2CcAAA%3BIACA%2CUAAA%3B%3B%3B%3BEAKF%3BIACE%2CQAAA%3BIACA%2CiBAAA%3B%3B%3BEAIF%2CEAAE%2COAAO%3BIACP%2CQAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CQAAA%3BIACA%2CkBAAA%3B%3B%3BEAIF%2CKAAK%3BIACH%2CaAAA%3B%3BEAGF%2CCAAC%2CKAAK%2CIAAI%3BIACR%2CaAAA%3B%3B%3B%3BEAMF%2COAAO%3BIACL%2CaAAA%3B%3B%3B%3B%3B%3BEAQF%2CYAAa%2CUAAO%3BIAClB%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3B%3BIAEA%2CSAAA%3B%3BIAEA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3B%3BEAIF%2COAAO%3BEACP%2CKAAK%3BIACH%2CwBAAA%3B%3B%3BEAIF%2CGAAG%2CUAAW%3BIACZ%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BIAEA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3B%3BEAIF%2CSAAU%2CGAAE%3BIACV%2CQAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAGF%2CSAAU%2CGAAE%2CSAAU%3BIACpB%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CSAAU%2CGAAE%2CSAAU%2COAAI%3BIACxB%2CyBAAA%3BIACA%2CqBAAA%3B%3B%3BEAIF%2CSAAU%2CGAAE%3BIACV%2CQAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CSAAU%2CGAAE%2CYAAa%2CIAAG%3BIAC1B%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3B%3B%3BEAIF%2CSAAU%2CQAAO%3BIACf%2CQAAA%3BIACA%2CYAAA%3B%3BIAEA%2CcAAA%3BIACA%2CgBAAA%3B%3BIAEA%2CiBAAA%3B%3BIAEA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAGF%2CSAAU%3BEACV%2CSAAU%3BIACR%2CsBAAA%3B%3BEAGF%2CSAAU%3BIACR%2CuBAAA%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BEAIF%2CYAAY%2CIAAI%2CsBAAuB%3BIACrC%2CqBAAA%3B%3BIAEA%2C0BAAA%3B%3BIAEA%2CmBAAA%3B%3BIAEA%2C0BAAA%3B%3BIAEA%2CoBAAA%3BIACA%2CKAAK%2CgBAAL%3B%3BIAEA%2CkBAAA%3BIACA%2C0CAAA%3BIACA%2CaAAA%3B%3B%3B%3BEAMF%2CSAAU%2CGAAE%3BEACZ%2CSAAU%2CGAAE%3BEACZ%2CSAAU%2CGAAE%3BEACZ%2CSAAU%2CGAAE%3BIACV%2CwBAAA%3B%3BEAGF%3BIACE%2CWAAA%3B%3B%3B%3B%3BEAOF%2CEAAE%2COAAO%3BIACP%2CQAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BIAEA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CEAAE%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAGF%2CEAAE%2C6BAA8B%3BIAC9B%2CYAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CEAAE%2C6BAA8B%2CEAAE%3BIAChC%2CaAAA%3B%3BEAGF%2CEAAE%2C6BAA8B%2CEAAE%3BIAChC%2CcAAA%3BIACA%2CeAAA%3B%3BEAGF%2CEAAE%2C6BAA8B%2CEAAC%3BIAC%5C%2FB%2CaAAA%3B%3BEAGF%2CEAAE%2C6BAA8B%2CEAAC%3BIAC%5C%2FB%2CWAAA%3B%3B%3BEAIF%3BIACE%2CQAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BIAEA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2C0BAA2B%2CsBAAsB%3BIAC%5C%2FC%2CYAAA%3BIACA%2CeAAA%3B%3BEAGF%3BIACE%2CQAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CiBAAkB%2CQAAO%3BIACvB%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CiBAAkB%2CQAAO%2CSAAU%3BIACjC%2CaAAA%3B%3B%3BEAIF%2CiBAAkB%2CQAAO%2CSAAS%3BIAChC%2CSAAS%2COAAT%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3B%3BEAIF%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACzC%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAIF%2CYAAY%2CIAAI%2CsBAAuB%3B%3BIAErC%2C6BAAA%3B%3BIAEA%2CoBAAA%3B%3BIAEA%2CWAAW%2CgBAAX%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CKAAK%2CgBAAL%3B%3B%3BIAIA%2CsBAAA%3B%3BIAEA%2C0BAAA%3B%3B%3BIAIA%2CwBAAA%3B%3BIAEA%2C8BAAA%3B%3BIAEA%2CqBAAA%3B%3BIAEA%2CkBAAA%3BIACA%2C0CAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3B%3BEAIF%2CwBAAyB%3BIACvB%2CgBAAA%3B%3BIAEA%2CgBAAA%3B%3BIAEA%2CkBAAA%3B%3BEAGF%3BIACE%2CUAAA%3B%3B%3BAAuBJ%2CQAnB2B%2CwBAAwB%3BEACjD%2CYAAY%2CIAAI%2CsBAAuB%3B%3BIAErC%2C6BAAA%3B%3BIAEA%2CmBAAA%3B%3BIAEA%2CWAAW%2CgBAAX%3B%3BIAEA%2CsBAAA%3B%3BIAEA%2CKAAK%2CgBAAL%3B%3B%3B%3B%3B%3BAAoZJ%2CQA5Y0B%3B%3BEAGxB%3BIACE%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3B%3BEAIF%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2C0CAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3B%3BEAIF%2CaAAc%2CYAAW%2COAAQ%3BIAC%5C%2FB%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAGF%2CaAAc%2CYAAY%3BIACxB%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CaAAc%2CYAAY%2CWAAU%3BIAClC%2CqBAAA%3B%3B%3BEAIF%3BIACE%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CaAAc%3BIACZ%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CaAAc%2CYAAW%3BIACvB%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CaAAc%2CYAAY%3BIACxB%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAGF%2CaAAc%2CYAAW%2COAAQ%3BIAC%5C%2FB%2CcAAA%3B%3B%3BEAIF%3BIACE%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3B%3BEAIF%3BIACE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3B%3BEAIF%3BIACE%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3B%3BEAIF%2CiBAAkB%3BIAChB%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CkCAAA%3B%3BEAGF%2CiBAAkB%2CYAAW%3BIAC3B%2CqBAAA%3BIACA%2CaAAA%3BIACA%2C2CAAA%3B%3B%3BEAIF%2CiBAAkB%2CiBAAiB%2CQAAO%3BIACxC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CsCAAA%3B%3BEAGF%2CiBAAkB%2CiBAAiB%2CQAAO%2CQAAQ%3BIAChD%2CmBAAA%3B%3B%3BEAIF%3BIACE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGF%3BIACE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CkBAAmB%3BIACjB%2CaAAA%3B%3BEAGF%3BIACE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3B%3BEAGF%3BIACE%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3B%3BEAIF%2CoBAAqB%2CaAAY%3BIAC%5C%2FB%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CwCAAA%3B%3BEAGF%2CoBAAqB%2CaAAY%2CQAAQ%3BIACvC%2CqBAAA%3BIACA%2CyCAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGF%2CoBAAqB%2CaAAY%2CQAAS%3BIACxC%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3B%3B%3BEAIF%3BIACE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CsBAAuB%3BIACrB%2CWAAA%3BIACA%2CSAAA%3B%3B%3BEAIF%2CsBAAuB%3BIACrB%2CaAAA%3B%3B%3BEAIF%3BEACA%3BIACE%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CeAAe%3BEACf%2CeAAe%3BIACb%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGF%2CeAAe%3BIACb%2COAAA%3B%3BEAGF%2CeAAe%3BIACb%2CQAAA%3B%3BEAGF%3BIACE%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3B%3BEAIF%2CiBAAkB%3BIAChB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CsCAAA%3BIACA%2CWAAA%3B%3BEAGF%2CUACE%2CkBAAkB%3BIAChB%2CSAAA%3B%3BEAFJ%2CUAKE%2CSAAQ%2COAAO%3BIACb%2CSAAA%3B%3BEAIJ%2CiBAAkB%2CYAAW%3BIAC3B%2CmBAAA%3B%3BEAGF%2CiBAAkB%2CYAAW%3BIAC3B%2CSAAS%2CIAAT%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3B%3BEAIF%3BIACE%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3B%3B%3BEAIF%2CiBAAkB%2COAAO%3BIACvB%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3B%3BEAIF%2CiBAAkB%2COAAM%3BIACtB%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAGF%2CiBAAkB%3BIAChB%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGF%2CiBAAkB%2COAAM%2COAAQ%3BIAC9B%2CSAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BEAIF%2CiBAAkB%3BIAChB%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CiBAAkB%2CWAAW%2CQAAO%3BIAClC%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CiBAAkB%2CWAAW%2CQAAO%2COAAO%3BIACzC%2C0BAAA%3B%3B%3BEAIF%3BIACE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGF%2CoBAAqB%3BIACnB%2CWAAA%3BIACA%2CSAAA%3B%3B%3BEAIF%3BIACE%2CeAAA%3B%3BEAGF%3BIACE%2CeAAA%3BIACA%2CWAAA%3B%3B%3B%3BAAkBJ%2CQAzY0B%2CuBA2XE%3BEACxB%3BIACE%2CaAAA%3B%3BEAGF%3BIACE%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3B%3B%3BAAiBN%2CQAX0B%2CuBAAwB%3BEAChD%3BIACE%2CgBAAA%3B%3BEAGF%2CoBAAqB%2CaAAY%3BIAC%5C%2FB%2CgBAAA%3B%3B%3BAAKJ%3BEACE%2CwBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3B%3BAALF%2CeAOE%3BEACE%2CuBAAA%3B%3BAAKJ%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CiBAAC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%2CiBAAC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CiBALD%2COAKE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C2CAAA%3BEACA%2C4CAAA%3BEACA%2CWAAW%2CeAAX%3B%3BAAMN%2CqBAAqB%2CIAAI%2CSAAU%2CyBAAwB%3BEACzD%2CWAAW%2CaAAX%3B%3BAAIF%2CmBACE%3BEACE%2C4CAAA%3BEACA%2CcAAA%3B%3BAAEA%2CmBAJF%2CqBAIG%3BEACC%2CgBAAA%3B%3BAAKN%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAPF%2CyBASE%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CyBALF%2CyBAKG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C2CAAA%3BEACA%2C4CAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CgCAAA%3B%3BAAKN%2CkBAAkB%2COAAQ%2CyBAAwB%3BEAChD%2CWAAW%2CeAAX%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAIF%3BEACE%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CSAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3B%3BAAEA%2CUAAC%3BEACC%2C%2BBAAA%3B%3BAAGF%2CUAAC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CUAAC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGF%2CUAAC%3BEACC%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CUAAC%3BEACC%2C%2BBAAA%3B%3BAADF%2CUAAC%2CUAGC%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CUAPH%2CUAGC%2CgBAIG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAOR%3BEACE%2CgBAAA%3B%3BAAEA%2CSAAC%3BEACC%2CkBAAA%3B%3BAAGF%2CSAAC%3BEACC%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAKJ%3BEACE%2CeAAA%3B%3BAADF%2CgBAGE%3BEACE%2CWAAA%3BEACA%2CoBAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAA%3B%3BAAPJ%2CgBAUE%3BEACE%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAZJ%2CgBAeE%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BEACE%2CqBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CaAAC%3BEACC%2CaAAA%3BEACA%2CoBAAA%3B%3BAC32ID%2CwBA9CqC%3BEACtC%2COAAO%3BIACN%2CUAAA%3B%3BEAEF%2CGAAG%2CkBACF%2CGAAE%2CcACD%2CGAAE%3BIACD%2CWAAA%3BIACA%2CYAAA%3B%3BEAJH%2CGAAG%2CkBAOF%2CIAAG%3BIACF%2CUAAA%3BIACA%2CcAAA%3B%3BEATF%2CGAAG%2CkBAWF%2CIAAG%3BIACF%2CUAAA%3BIACA%2CgBAAA%3B%3BEAbF%2CGAAG%2CkBAeF%2CIAAG%3BIACF%2CUAAA%3B%3BEAhBF%2CGAAG%2CkBAeF%2CIAAG%2CQAEF%3BIACC%2CcAAA%3B%3BEAlBH%2CGAAG%2CkBAqBF%2CGAAK%2CKAAE%2CKACN%2CEAAC%3BIACA%2CUAAA%3B%3BEAvBH%2CGAAG%2CkBAqBF%2CGAAK%2CKAAE%2CKAIN%2CIAAG%3BIACF%2CUAAA%3B%3BEA1BH%2CGAAG%2CkBAqBF%2CGAAK%2CKAAE%2CKAON%2CIAAG%3BIACF%2CcAAA%3BIACA%2CUAAA%3B%3BEA9BH%2CGAAG%2CkBAqBF%2CGAAK%2CKAAE%2CKAON%2CIAAG%2CWAIF%3BEAhCH%2CGAAG%2CkBAqBF%2CGAAK%2CKAAE%2CKAON%2CIAAG%2CWAIE%3BIACJ%2CgBAAA%3B%3BEAjCH%2CGAAG%2CkBAqBF%2CGAAK%2CKAAE%2CKAON%2CIAAG%2CWAQF%3BIACC%2CUAAA%3B%3B%3BACvCL%2CGAAG%3BEACC%2CiBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CaAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CqBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CiBAAA%3B%3BAAGJ%3BEACI%2C4BAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CYAAA%3B%3BAAGJ%2CwBAAwB%3BEACpB%2CiBAAA%3B%3BAAGJ%2CwBAAwB%2COAAQ%3BEAC5B%2CYAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2C0BAA2B%3BEACvB%2CiBAAA%3B%3BAAGJ%2CWAAY%2CKAAG%3BEACX%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAGJ%2CWAAY%2CKAAG%2CKAAG%3BEACd%2C8BAAA%3B%3BAAGJ%2CWAAY%2CSAAQ%2CIAAI%2CcAAe%2CGAAK%2CKAAG%3BEAC3C%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CWAAY%2CSAAQ%2CIAAI%2CcAAiB%2CKAAK%3BEAC1C%2C6BAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CMAAA%3B%3BACtEJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAPJ%2C0BASI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAAC%2CeAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2C0BAAC%2CWAAY%3BEACT%2CcAAA%3B%3BAAGJ%2C0BAAC%2CYAAa%3BEACV%2CcAAA%3B%3BAA3BR%2C0BA8BI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C0BAsCI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3CZ%2C0BAsCI%2CeAQI%3BEAEQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDhB%2C0BAsCI%2CeAQI%2CQAMI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEA%2C0BAnBZ%2CeAQI%2CQAMI%2CqBAKK%3BEACG%2CmBAAA%3B%3BAAOpB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CoBAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CcAAA%3B%3BAANR%2CwBASI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAdR%2CwBAiBI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3B%3BAAnBR%2CwBAiBI%2CoBAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CwBAVR%2CoBAII%2CaAMK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAfR%2CoBAII%2CaAWK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAClDZ%2CgBALsC%3BECsFtC%2CiCA5BA%3BECuOA%2C0BACI%2CcDxOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECkOL%2C0BACI%2CcDxOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAsBR%2CiCAlBA%3BEC6NA%2C0BACI%2CcD9NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA4sDA%2C2BACI%3BEE9sDJ%2COACI%2CgBACI%2CeAGI%3BECkLZ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC1eJ%2CYACI%3BEC2IJ%2CuBL8tDI%3BEM7rCJ%2CcN6rCI%3BIA9tDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA2tDX%2C2BACI%2COA5tDH%2CUAAU%3BEEcX%2COACI%2CgBACI%2CeAGI%2CKFnBX%2CUAAU%3BEGqMX%2CgBAGI%2COHxMH%2CUAAU%3BEGmRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH7Rf%2CUAAU%3BEGqVX%2CkBACM%2CYHtVL%2CUAAU%3BEG2VX%2CkBACI%2CUH5VH%2CUAAU%3BEI9IX%2CYACI%2COJ6IH%2CUAAU%3BEKFX%2CuBL8tDI%2COA5tDH%2CUAAU%3BEM%2BhBX%2CcN6rCI%2COA5tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAstDX%2C2BACI%2COAvtDH%2CUAAU%3BEESX%2COACI%2CgBACI%2CeAGI%2CKFdX%2CUAAU%3BEGgMX%2CgBAGI%2COHnMH%2CUAAU%3BEG8QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHxRf%2CUAAU%3BEGgVX%2CkBACM%2CYHjVL%2CUAAU%3BEGsVX%2CkBACI%2CUHvVH%2CUAAU%3BEInJX%2CYACI%2COJkJH%2CUAAU%3BEKPX%2CuBL8tDI%2COAvtDH%2CUAAU%3BEM0hBX%2CcN6rCI%2COAvtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAmtDR%2C2BACI%2COAvtDH%2CUAAU%2CGAGH%3BEEMR%2COACI%2CgBACI%2CeAGI%2CKFdX%2CUAAU%2CGAGH%3BEG6LR%2CgBAGI%2COHnMH%2CUAAU%2CGAGH%3BEG2QR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHxRf%2CUAAU%2CGAGH%3BEG6UR%2CkBACM%2CYHjVL%2CUAAU%2CGAGH%3BEGmVR%2CkBACI%2CUHvVH%2CUAAU%2CGAGH%3BEItJR%2CYACI%2COJkJH%2CUAAU%2CGAGH%3BEKVR%2CuBL8tDI%2COAvtDH%2CUAAU%2CGAGH%3BEMuhBR%2CcN6rCI%2COAvtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEGyNA%2CUACI%3BEIVJ%2CgBACI%3BIPhNA%2CmBAAA%3B%3BEAsEJ%3BEK1NI%2COAAO%2CKAAM%2CeACT%3BEJmNJ%2COAAO%2CKAAM%2CiCACT%3BIDLR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECtMjB%2CwBD6LI%2CUAOI%2CYACI%2CQACK%3BECrMjB%2CuBD4LI%2CUAOI%2CYACI%2CQACK%3BEPvTjB%2CmBO8SI%2CUAOI%2CYACI%2CQACK%3BEQ5ajB%2CKAAK%2CKAAK%2CORmaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BEC%5C%2FLZ%2CwBD6LI%2CUACI%2COACI%3BEC9LZ%2CuBD4LI%2CUACI%2COACI%3BEPhTZ%2CmBO8SI%2CUACI%2COACI%3BEQraZ%2CKAAK%2CKAAK%2CORmaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BITpLA%2CkBAAA%3B%3BESwOA%3BES7VA%3BEC4CA%2CaAOI%3BECtJJ%2CsBACI%3BIpBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEciED%2CcAKI%2CedvEH%3BEckED%2CcAKI%2CedtEH%3BEckHD%2CuBdnHC%3BEcmHD%2CuBdlHC%3BEc8ID%2CkBd%5C%2FIC%3BEc%2BID%2CkBd9IC%3BEWgHD%2CkBAaI%2CeX9HH%3BEWiHD%2CkBAaI%2CeX7HH%3BEWkID%2COACI%2CgBACI%2CeXrIP%3BEWmID%2COACI%2CgBACI%2CeXpIP%3BEe8fD%2Cef%5C%2FfC%3BEe%2BfD%2Cef9fC%3BEYyTD%2CgBZ1TC%3BEY0TD%2CgBZzTC%3BEYuYD%2CQACI%2CoBZzYH%3BEYwYD%2CQACI%2CoBZxYH%3BEYuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeZ%5C%2FYX%3BEYwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeZ9YX%3BEYuaD%2CqBACI%2COAAM%2CUZzaT%3BEYwaD%2CqBACI%2COAAM%2CUZxaT%3BEUmSD%2C0BACI%2CcVrSH%3BEUoSD%2C0BACI%2CcVpSH%3BEqByND%2CKAAK%2CMACD%2CeACI%2CQrB5NP%3BEqB0ND%2CKAAK%2CMACD%2CeACI%2CQrB3NP%3BEqByND%2CKAAK%2CMACD%2CeAEI%2CSrB7NP%3BEqB0ND%2CKAAK%2CMACD%2CeAEI%2CSrB5NP%3BEsBoaD%2C0BtBraC%3BEsBqaD%2C0BtBpaC%3BEEmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFrHtB%3BEEoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFpHtB%3BEuBugBD%2CYvBxgBC%3BEuBwgBD%2CYvBvgBC%3BEuBiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBvBtiBtB%3BEuBkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBvBriBtB%3BEuBkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBvBtiBtB%3BEuBmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBvBriBtB%3BEuBmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBvBtiBtB%3BEuBoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBvBriBtB%3BEwBocD%2CYASI%2CQAAO%2CMxB9cV%3BEwBqcD%2CYASI%2CQAAO%2CMxB7cV%3BEwBylBG%2COAAC%2CQxB1lBJ%3BEwB0lBG%2COAAC%2CQxBzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEc4DD%2CcAKI%2CedjEH%3BEc6GD%2CuBd7GC%3BEcyID%2CkBdzIC%3BEW2GD%2CkBAaI%2CeXxHH%3BEW6HD%2COACI%2CgBACI%2CeX%5C%2FHP%3BEeyfD%2CefzfC%3BEYoTD%2CgBZpTC%3BEYkYD%2CQACI%2CoBZnYH%3BEYkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeZzYX%3BEYkaD%2CqBACI%2COAAM%2CUZnaT%3BEU8RD%2C0BACI%2CcV%5C%2FRH%3BEqBoND%2CKAAK%2CMACD%2CeACI%2CQrBtNP%3BEqBoND%2CKAAK%2CMACD%2CeAEI%2CSrBvNP%3BEsB%2BZD%2C0BtB%5C%2FZC%3BEE8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBF%5C%2FGtB%3BEuBkgBD%2CYvBlgBC%3BEuB4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBvBhiBtB%3BEuB6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBvBhiBtB%3BEuB8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBvBhiBtB%3BEwB%2BbD%2CYASI%2CQAAO%2CMxBxcV%3BEwBolBG%2COAAC%2CQxBplBJ%3BIACG%2CWAAA%3B%3BESyhBJ%3BEA49BA%3BEgB58CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEXkhBA%2CMAAC%3BEbjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BEqB0apC%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEZvbpC%3BEI8YA%2CeAEI%3BEYnJJ%2CeACI%3BIlBuKJ%2CsBAAA%3B%3BEAsBA%3BEmB5dA%3BInBscA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BITrUlB%2CgBAAA%3B%3BE6BulBA%2C8BpBpRI%2CUACM%2CSoBmRT%2CIAAI%2CSACC%3BEADN%2C8BpBpRI%2CUAEI%2CQAAU%2CSoBkRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BpBpRI%2CUACM%2CSoBmRT%2CIAAI%2CSAeC%3BEAfN%2C8BpBpRI%2CUAEI%2CQAAU%2CSoBkRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEpBtSR%2C8BACI%2CUACM%2CSoBgLR%3BEpBlLF%2C8BACI%2CUAEI%2CQAAU%2CSoB%2BKhB%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEA6HA%2C8BpBlTA%2CUACM%2CSoB%2BST%2COAEI%3BEAAD%2C8BpBlTA%2CUAEI%2CQAAU%2CSoB8SjB%2COAEI%3BEAAD%2C8BpBlTA%2CUACM%2CSoBgTT%2CSACI%3BEAAD%2C8BpBlTA%2CUAEI%2CQAAU%2CSoB%2BSjB%2CSACI%3BIACG%2CaAAA%3B%3BEpB9SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC1ZJ%2CwBDyZA%2CUACI%3BECzZJ%2CuBDwZA%2CUACI%3BEP3gBJ%2CmBO0gBA%2CUACI%3BEQhoBJ%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%3BIT1XJ%2CmBAAA%3BI6B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI7BhqBA%2CUAAA%3BI6BmqBA%2CmBAAA%3B%3BEAEA%2CwBpB5SA%2CUACI%2COoB2SA%3BEnBrsBJ%2CwBDyZA%2CUACI%2COoB2SA%3BEnBpsBJ%2CuBDwZA%2CUACI%2COoB2SA%3BE3BtzBJ%2CmBO0gBA%2CUACI%2COoB2SA%3BEZ36BJ%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COoB2SA%3BIACA%2CWAAA%3B%3BEpBzSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEC9ZxB%2CwBDyZA%2CUACI%2COAGK%2CeAAe%3BEC7ZxB%2CwBDyZA%2CUACI%2COAIK%2CeAAe%3BEC7ZxB%2CuBDwZA%2CUACI%2COAGK%2CeAAe%3BEC5ZxB%2CuBDwZA%2CUACI%2COAIK%2CeAAe%3BEP%5C%2FgBxB%2CmBO0gBA%2CUACI%2COAGK%2CeAAe%3BEP9gBxB%2CmBO0gBA%2CUACI%2COAIK%2CeAAe%3BEQpoBxB%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COAGK%2CeAAe%3BEQnoBxB%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BEClaR%2CwBDyZA%2CUACI%2COAQI%3BECjaR%2CuBDwZA%2CUACI%2COAQI%3BEPnhBR%2CmBO0gBA%2CUACI%2COAQI%3BEQxoBR%2CKAAK%2CKAAK%2COR%2BnBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIT%5C%2FZA%2CWAAA%3B%3BESmhBA%3BEUxiBA%2CKAAK%2COAAO%3BEW%5C%2FNZ%3BEpBqOA%3BIDmiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEU3iBJ%2CKAAK%2COAAO%2CSV2iBR%3BEqB1wBJ%2CqBrB0wBI%3BECriBJ%2CyBDqiBI%3BITlyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BESwxBA%2C0BAOI%2CQAAU%3BEU%5C%2FiBd%2CKAAK%2COAAO%2CSV%2BiBR%2CQAAU%3BEqB9wBd%2CqBrB8wBI%2CQAAU%3BECziBd%2CyBDyiBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEMtSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIN2GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEGtjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEkB5dJ%2CuBACI%3BEdyVJ%2CwBACI%3BIhB3GJ%2CiBAAA%3B%3BESmwBA%3BEIhgCA%2CcAAc%3BEkBCd%2CcAAc%3BER4gBd%2CcAAc%3BIvBhRd%2CiBAAA%3B%3BESmzBA%3BEc7gBA%2CsBACI%2CQAAO%3BIvBvSX%2CqBAAA%3BIgC9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BET8iBD%2CsBACI%2CQAAO%2CMS%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiC9QS%2COjC8QT%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEvBouBA%2CiBAAC%3BEcvgBD%2CsBACI%2CQAAO%2CMdsgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BE0B1yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI3B6rCnC%2CaAAA%3B%3BEAsCA%3BEPrtCA%3BEqBscA%3BIdgxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA4FJ%3BI4B9tCA%2CYAAA%3B%3BE5B8tCA%2C2B4B5tCE%2CQAGI%2CKACI%3BE5BwtCV%2C2B4B3tCE%2CQAEI%2CKACI%3BE5BwtCV%2C2B4B1tCE%2CQACI%2CKACI%3BE5BwtCV%2C2B4B5tCE%2CQAGI%2CKAEI%3BE5ButCV%2C2B4B3tCE%2CQAEI%2CKAEI%3BE5ButCV%2C2B4B1tCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE5BstCZ%2C2B4BjtCE%2CQACI%2CKACI%3BE5B%2BsCV%2C2B4BjtCE%2CQACI%2CKAEI%3BIrCoCV%2C6BAAA%3B%3BESurCA%3BEGniCA%2CQA2BI%3BEFnIJ%3BEYiOA%3BIb26BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEGviCJ%2CQA2BI%2CSH2gCA%3BEGtiCJ%2CQA2BI%2CSH4gCA%3BEC%5C%2FoCJ%2C6BD8oCI%3BEC9oCJ%2C6BD%2BoCI%3BEa96BJ%2CyBb66BI%3BEa76BJ%2CyBb86BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEG3iCJ%2CQA2BI%2CSHghCA%3BECnpCJ%2C6BDmpCI%3BEal7BJ%2CyBbk7BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEGhjCJ%2CQA2BI%2CSHqhCA%3BECxpCJ%2C6BDwpCI%3BEav7BJ%2CyBbu7BI%3BITpsCJ%2CiBAAA%3BISssCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEGrjCJ%2CQA2BI%2CSH0hCA%3BEC7pCJ%2C6BD6pCI%3BEa57BJ%2CyBb47BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4DR%3BEE34CA%3BEI8YA%2CeAEI%3BEYnJJ%2CeACI%3BI3B3HJ%2CUAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BISymCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEKjuDV%2CuBL8tDI%2COAGM%3BEMhsCV%2CcN6rCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEKruDZ%2CuBL8tDI%2COAGM%2CSAIE%3BEMpsCZ%2CcN6rCI%2COAGM%2CSAIE%3BITpmDZ%2CiBAAA%3B%3BES4lDA%2C2BACI%2COAYI%3BEK1uDR%2CuBL8tDI%2COAYI%3BEMzsCR%2CcN6rCI%2COAYI%3BITzmDR%2CiBAAA%3B%3BES4lDA%2C2BAkBI%2CiBACI%3BEKhvDR%2CuBL%2BuDI%2CiBACI%3BEM%5C%2FsCR%2CcN8sCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEgBj1DZ%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEarDA%2CCAAC%2CmBAAwB%2CQbkDtB%3BIzBoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsCrZL%2CCAAC%2CoBAAyB%2CQb%2BCvB%3BIzBoMP%2CmBAAA%3BIsC9KA%2CqBAAA%3BItC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsClZL%2CCAAC%2CyBAA%2BB%2CQb4C7B%3BIzBoMP%2CmBAAA%3BIsClLA%2CYAAA%3BItCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsC%5C%2FYL%2CCAAC%2C0BAAgC%2CQbyC9B%3BIzBoMP%2CmBAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyBhWT%3BIAEI%2CiBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BItCuO9B%2CmBAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsCtYL%2CCAAC%2CyBAA%2BB%3BItCoOpC%2CmBAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsCnYL%2CCAAC%2C0BAAgC%3BItCiOrC%2CmBAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyB1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BItC2N9B%2CmBAAA%3BIsClLA%2CYAAA%3BItCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsC1XL%2CCAAC%2CyBAA%2BB%3BItCwNpC%2CmBAAA%3BIsClLA%2CYAAA%3BItCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsCvXL%2CCAAC%2C0BAAgC%3BItCqNrC%2CmBAAA%3BIsClLA%2CYAAA%3BItCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEyB9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEc6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIvCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIuCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIxCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIwCJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BIxChBN%2CgBAAA%3B%3BEwCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIxCxBJ%2CkBAAA%3BIwC0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BIxC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIwCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIxC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIxCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIwC2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIxCzFpB%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEQmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBRnGhB%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CWQkPI%2CQA2DK%2COACK%2CaAGI%2CgBRjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC9NQ%2COzC8NR%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQlFA%2CWAiCI%2CQA8EI%3BIxCtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIwC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIxClHZ%2CgBAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIxC%5C%2FON%2CgBAAA%3B%3BEwCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIxC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIwC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIxCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIwCuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIxCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEwCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIxCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIxCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIxCpL5B%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEQgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR9LxB%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CWQkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCxPQ%2COzCwPR%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQ0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIxCpMZ%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEAMA%2CWQkPI%2CQA2KK%2CKR7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCzPgB%2COzCyPhB%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEGpGR%3BI1CyFA%2CgCAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BE3CdJ%2CQ2CUQ%2CKAAK%2CM3CVZ%3BEACD%2CQ2CSQ%2CKAAK%2CM3CTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2CIQ%2CKAAK%2CM3CJZ%3BIACG%2CWAAA%3B%3BE2CGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BI5CwRN%2CYAAA%3BI4CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BI5CgRP%2CgBAAA%3BI4C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE5CsBJ%2CQ2CUQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5C4BN%3BEACD%2CQ2CSQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2CIQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5CkCN%3BIACG%2CWAAA%3B%3BE4C3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BI5CsNP%2CkBAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BI5CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BI4C%5C%2FLQ%2CmBAAA%3BI5C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE6CjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BI7CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BI7C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI5CyL9B%2CmBAAA%3B%3BE4CrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI5CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI5C0KtB%2CmBAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BI5CqKP%2CmBAAA%3BI4CnKI%2CgBAAA%3BIACA%2C4BAAA%3BI5CkKJ%2CsBAAA%3B%3BE2CnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BI9C8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE8CjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BI%5C%2FCiQJ%2CkBAAA%3B%3BE8C9PA%2CgBCMA%2CWAKI%2CEAAC%3BI%5C%2FCmPL%2CeAAA%3B%3BE8C9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEC2FhB%2CYAAC%2CYACG%3BIjDiHR%2C6BAAA%3BIiD%5C%2FGY%2CiBAAA%3B%3BECtHZ%3BIACI%2CcAAA%3B%3BEC%2BMJ%3BIAEQ%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBAAC%3BIACG%2CYAAA%3B%3BEAIR%3BIACI%2CiBAAA%3B%3BEAGJ%3BInDuJA%2C0BAAA%3BIACQ%2CkBAAA%3B%3BEmDpJR%2CkBAAmB%3BIACf%2CUAAA%3B%3BECvLJ%2CeAAgB%2CkBAGZ%3BEAFJ%2CuBAAwB%2CkBAEpB%3BEADJ%2CgBAAiB%2CkBACb%3BIACI%2CWAAA%3B%3BEAJR%2CeAAgB%2CkBAOZ%2CqBAAoB%2CWAAW%3BEANnC%2CuBAAwB%2CkBAMpB%2CqBAAoB%2CWAAW%3BEALnC%2CgBAAiB%2CkBAKb%2CqBAAoB%2CWAAW%3BIAC3B%2CqBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBAAqB%3BIACjB%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEClGJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%2CMAAM%2CQAAQ%2CIAAI%3BIAChD%2CSAAA%3B%3BECsIJ%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAC5D%2CSAAM%3BIACJ%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAM5D%2CSAAM%3BIACJ%2CUAAA%3BIACA%2CWAAA%3B%3BEARR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAW5D%3BEAXN%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAY5D%3BIACE%2CeAAA%3B%3BEAKJ%2CsBADmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUACnD%2CiBAAkB%2CQAAU%3BEAC7B%2CsBAFmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAEnD%2CiBAAkB%2CQAAU%3BIACzB%2COAAO%2CgBAAP%3B%3BEC4GR%3BIAEQ%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2CiBAAC%2CaAAc%3BIACX%2C2BAAA%3B%3BEAGJ%2CiBAAC%2CcAAe%3BIACZ%2CmBAAA%3B%3BEAhBR%2CiBAmBI%3BIACI%2CYAAA%3B%3BEApBR%2CiBAuBI%3BIACI%2CYAAA%3B%3BEAxBR%2CiBA2BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BEA3BjD%2CiBA4BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BIACzC%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FBR%2CiBAkCI%2CuBAAuB%2CUAAS%2COAAO%2CKAAQ%2CSAAM%2CIAAI%3BIACrD%2CgBAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CsBAAA%3B%3BEAvCR%2CiBA0CI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA5CR%2CiBA%2BCI%2CmBAAmB%3BIACf%2CaAAA%3B%3BEAhDR%2CiBAmDI%3BIACI%2CmBAAA%3B%3BEApDR%2CiBAuDI%2CoBAAoB%2CqBAAoB%2CWAAW%3BIAC%5C%2FC%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%3BEAChC%2CiBAAiB%2CaAAc%3BICrV3B%2CaAAA%3BIAYA%2CeAAA%3BID6UI%2CoBAAA%3BIACA%2CWAAA%3B%3BEANR%2CiBAAiB%2CcAAe%2CoBAS5B%3BEARJ%2CiBAAiB%2CaAAc%2CoBAQ3B%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEAXR%2CiBAAiB%2CcAAe%2CoBAc5B%3BEAbJ%2CiBAAiB%2CaAAc%2CoBAa3B%3BEAdJ%2CiBAAiB%2CcAAe%2CoBAe5B%3BEAdJ%2CiBAAiB%2CaAAc%2CoBAc3B%3BIACI%2CgBAAA%3B%3BEAhBR%2CiBAAiB%2CcAAe%2CoBAmB5B%3BEAlBJ%2CiBAAiB%2CaAAc%2CoBAkB3B%3BIACI%2CcAAA%3B%3BEApBR%2CiBAAiB%2CcAAe%2CoBAuB5B%3BEAtBJ%2CiBAAiB%2CaAAc%2CoBAsB3B%3BIACI%2COAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA3BR%2CiBAAiB%2CcAAe%2CoBA8B5B%3BEA7BJ%2CiBAAiB%2CaAAc%2CoBA6B3B%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAjCR%2CiBAAiB%2CcAAe%2CoBAoC5B%2CmBAAmB%3BEAnCvB%2CiBAAiB%2CaAAc%2CoBAmC3B%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAvCR%2CiBAAiB%2CcAAe%2CoBA0C5B%2CmBAAmB%3BEAzCvB%2CiBAAiB%2CaAAc%2CoBAyC3B%2CmBAAmB%3BIACf%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEA9CR%2CiBAAiB%2CcAAe%2CoBAiD5B%2CYAAW%3BEAhDf%2CiBAAiB%2CaAAc%2CoBAgD3B%2CYAAW%3BIACP%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEApDR%2CiBAAiB%2CcAAe%2CoBAuD5B%2CYAAW%3BEAtDf%2CiBAAiB%2CaAAc%2CoBAsD3B%2CYAAW%3BIACP%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEA1DR%2CiBAAiB%2CcAAe%2CoBA6D5B%3BEA5DJ%2CiBAAiB%2CaAAc%2CoBA4D3B%3BIACI%2CkBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%2CoBAAmB%3BEACnD%2CiBAAiB%2CaAAc%2CoBAAmB%3BIAE1C%2CsBAAA%3B%3BEAHR%2CiBAAiB%2CcAAe%2CoBAAmB%2COAM%5C%2FC%3BEALJ%2CiBAAiB%2CaAAc%2CoBAAmB%2COAK9C%3BIACI%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CYAAa%2CoBAC1B%3BIACI%2CiBAAA%3B%3BEAFR%2CiBAAiB%2CYAAa%2CoBAK1B%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAPR%2CiBAAiB%2CYAAa%2CoBAU1B%3BIACI%2CmBAAA%3B%3BEAXR%2CiBAAiB%2CYAAa%2CoBAc1B%3BIACI%2CmBAAA%3B%3BEAIR%2CiBAAiB%2CeAAgB%3BIAC7B%2CsBAAA%3B%3BEEtVJ%3BIAEQ%2CmBAAA%3B%3BEAFR%2CcAKI%3BIACI%2CUAAA%3B%3BECqDR%3BIACI%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BEAChB%2CgBAAiB%3BEACjB%2CuBAAwB%3BIAEhB%2CmBAAA%3BIACA%2CoBAAA%3B%3BEALR%2CeAAgB%2CmBAQZ%3BEAPJ%2CgBAAiB%2CmBAOb%3BEANJ%2CuBAAwB%2CmBAMpB%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAVR%2CeAAgB%2CmBAaZ%3BEAZJ%2CgBAAiB%2CmBAYb%3BEAXJ%2CuBAAwB%2CmBAWpB%3BIACI%2CmBAAA%3B%3BEC5BR%2COAAO%3BIACH%2CeAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYAAa%3BIAEL%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYARS%2CwBAQR%3BIACG%2CaAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIAEQ%2CaAAA%3B%3BEAFR%2CyBAKI%2CkBAAoB%3BIAChB%2CeAAA%3B%3BEANR%2CyBASI%3BIACI%2CeAAA%3B%3BEChCJ%2CgBAAC%2COAAO%3BEACR%2CgBAAC%2COAAO%3BIACJ%2CQAAQ%2CcAAR%3B%3BEC5DR%3BIAEQ%2CgBAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3B%3BECqFR%3BIAEQ%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAGJ%2C0BAAC%2CIAAI%3BIACD%2CcAAc%2CkCAAd%3BIACA%2CsBAAA%3B%3BEATR%2C0BAYI%3BIACI%2CWAAA%3B%3BEAIR%2C0BAA0B%2CMACtB%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAA0B%2CMAKtB%3BIACI%2CyBAAA%3BIACA%2CaAAA%3B%3BEAPR%2C0BAA0B%2CMAUtB%3BIACI%2CkBAAA%3B%3BEAIR%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BEClJA%2CqBAFkB%2COAAM%2CMAEvB%3BEAAD%2CqBADkB%2COAAM%2COACvB%3BIACG%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CqBAAqB%2CQAAQ%2CKAAK%2CMAC9B%2CMAAK%2CMAAM%2COACP%3BIACI%2CmBAAA%3B%3BECnCZ%3BIAEQ%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%2CIAAI%3BIACD%2CiBAAA%3B%3BEC9BR%2CsBAAsB%3BIAEd%2CiBAAA%3B%3BEAFR%2CsBAAsB%2CSAKlB%2CwBAAuB%2CIAAI%3BIACvB%2C2BAAA%3BIACA%2CyBAAA%3B%3BECoCR%2CYAAY%2CIAAI%2CsBAAuB%2CwBAAuB%3BIAC1D%2CWAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CgBAAA%3BIACA%2CWAAA%3B%3BEC6CJ%3BIAEQ%2CiBAAA%3B%3BEAFR%2CwBAKI%3BIACI%2CiBAAA%3B%3BEAIR%3BIAEQ%2CeAAA%3B%3BEAGJ%2CuBAAC%2CIAAI%3BIACD%2CgBAAA%3BIACA%2CWAAA%3B%3BECTR%3BIACI%2CaAAA%3B%3BEAGJ%2CYAAY%2CoBAAoB%2CQAC5B%3BEADJ%2CYAAY%2CoBAAoB%2CQAE5B%3BIACI%2CoBAAA%3BIACA%2CWAAA%3B%3BEAJR%2CYAAY%2CoBAAoB%2CQAO5B%3BIACI%2CWAAA%3B%3BEARR%2CYAAY%2CoBAAoB%2CQAW5B%2CiBAAgB%3BIACZ%2CUAAA%3B%3BEAIR%2CYAAY%2CoBACR%3BIACI%2CkBAAA%3B%3BEAFR%2CYAAY%2CoBAKR%2CiBAAgB%3BIACZ%2CkBAAA%3B%3BEANR%2CYAAY%2CoBASR%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYAdQ%2CoBAcP%2CIAAI%2CUAAW%3BIACZ%2CgBAAA%3BIACA%2CWAAA%3B%3BEAhBR%2CYAAY%2CoBAmBR%3BIACI%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3B%3BEAtBR%2CYAAY%2CoBAyBR%3BIACI%2C2BAAA%3B%3BEA1BR%2CYAAY%2CoBA6BR%2C2BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BEA9BR%2CYAAY%2CoBAiCR%2C2BAA0B%2CMAAO%3BIAC7B%2CUAAA%3B%3BEAlCR%2CYAAY%2CoBAqCR%2CiBAAgB%3BIACZ%2CYAAA%3B%3BEAIR%2CYAAa%2CiBAAgB%3BIACzB%2CaAAA%3B%3BECrMJ%2CqBAAqB%2CcAAe%3BIAChC%2CUAAA%3B%3BECwFA%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BItEgMR%2CiBAAA%3B%3BEsEzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BItEqLR%2CeAAA%3B%3BEsEzMA%2CqBAcI%2CQAUI%3BItEiLR%2CiBAAA%3BIsE%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BItE0KR%2CeAAA%3B%3BEsEzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BItEmKb%2CeAAA%3BIsEjKgB%2CWAAA%3B%3BExDjBhB%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CuBAKI%3BId4HJ%2CmBAAA%3B%3BEcxHY%2CuBAJR%2COAGK%2CSACI%3BIdwHb%2CoBAAA%3B%3BEclHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEHzCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEeuBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BI1BuE7B%2CcAAA%3BI0BrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BI1B8DZ%2CcAAA%3B%3BE0B5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BI1B2DhB%2CiBAAA%3BI0BzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BI1BmDZ%2CiBAAA%3BI0BjDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BE6CsKZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BErDtTZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIlBiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIkB7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIlBuGJ%2CqBAAA%3BIgC9QA%2CqBAAA%3B%3BEdyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIlBiGL%2CcAAA%3BIkB%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BIlBuFL%2C%2BFAAA%3BIkBrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWcqGE%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgCHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCnPQ%2COzCmPR%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIhC2PL%2CcAAA%3B%3BEkBvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSuBrLA%2COvBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEsD0YR%2CkBACI%2CoBACI%3BIxEnVR%2CmBAAA%3B%3BEwEiVA%2CkBAOI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAGI%3BEALZ%2CmBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CuBAEI%2CWAUI%2CqBAAuB%2CuBACnB%3BEAZZ%2CmBACI%2CWAUI%2CqBAAuB%2CuBACnB%3BIxEtXZ%2CiBAAA%3BIwEwXgB%2CiBAAA%3B%3BEAUhB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BEA6QR%2CQAAQ%3BIACJ%2CYAAA%3BIxErtBJ%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3B%3BE2B83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BIxEztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6CjJA%2CQ2Bq2BQ%2CQAIJ%2CQAAO%2CQ3Bz2BV%3BI7CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CQ2Bg2BQ%2CQAIJ%2CQAAO%2CQ3Bp2BV%3BI7C4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE6CvIA%2CQ2B21BQ%2CQAIJ%2CQAAO%2CQ3B%5C%2F1BV%3BI7CuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEwEotBA%2CQAAQ%2CQASJ%2CSAAQ%3BIxE7tBZ%2CcAAA%3B%3BEwEguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BErD9yBZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEnB4IR%2CamBhJI%2CMnBgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CamBrJI%2CMnBqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CamB1JI%2CMnB0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CamB%5C%2FJI%2CMnB%2BJH%3BIAvGD%2CcAAA%3B%3BEmBzEA%2CaAwBI%2CQAAO%3BInBiDX%2CqBAAA%3BIyEzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIzEgDA%2CgBAAA%3BImBtCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COaqCT%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgCHA%2CabuNI%2CQAAO%2COavNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC3OU%2COzC2OV%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Cab0MA%2CQAAO%2COa3MV%2CMACI%3BIhC2PL%2CWAAA%3B%3BEgCrPI%2CaboMA%2CQAAO%2COarMV%2COACI%3BIhCqPL%2CcAAA%3B%3BEyE7CA%2CatDJI%2CQAAO%2COsDIV%3BEACD%2CatDLI%2CQAAO%2COsDKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CatDVI%2CQAAO%2COsDUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CatDfI%2CQAAO%2COsDeV%3BEACD%2CatDhBI%2CQAAO%2COsDgBV%3BEACD%2CQAAQ%2CUAAW%2CctDjBf%2CQAAO%3BIsDkBP%2CoBAAA%3BIzE%2BBJ%2CYAAA%3B%3BEmBhCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BInBgCb%2CWAAA%3B%3BEmBzBA%3BIACI%2CaAAA%3B%3BEJuRJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BIf9RA%2CUAAA%3BIsClLA%2CYAAA%3BItCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIe8HL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIf%5C%2FTZ%2CgBAAA%3BIeiUgB%2CgBAAA%3B%3BEcsRhB%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEd1UR%2CaAmBI%2COAaI%2CUACI%2COcqLV%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEA6HA%2CadpUA%2COAaI%2CUACI%2COcoTX%2COAEI%3BEAAD%2CadpUA%2COAaI%2CUACI%2COcqTX%2CSACI%3BIACG%2CaAAA%3B%3BEdxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIfhaA%2CUAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIeiQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BIfjcL%2CUAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIekSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BE2DnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE1CpVR%2CS0CuVU%2CQAAO%2CO1CvVhB%3BEAAD%2CiB0CwVkB%2CQAAO%2CK1CxVxB%3BIhC4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BE4BpKA%3BI5BoKA%2CmBAAA%3BIsCtLA%2CWAAA%3BItCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI4BnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE%2BC7ER%2CqBACI%2CaACI%3BI3EqOR%2CgBAAA%3B%3BE2EvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BI5EVJ%2CgBAAA%3B%3BE4EQA%2CYAMI%3BI5EdJ%2C6BAAA%3BI4EgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BI7EwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIsClLA%2CYAAA%3BItCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BE6E3FZ%3BI9E2KA%2CsBAAA%3BIAAA%2CyBAAA%3BI8ExKI%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%3BI9E4JL%2CYAAA%3BI8E1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BI9EkJA%2CmBAAA%3BI8EhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BI9E4IJ%2CiBAAA%3BI8E1IQ%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%3BI9EkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI8ErQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BI9EyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE8EjPR%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%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BIhFsFJ%2CkBAAA%3B%3BEgFvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BEpE0JR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEChgBR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BEoEyIR%2C0BACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAHR%2C0BAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC1CQ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%3BIACG%2CeAAA%3B%3BEADJ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%2CYAGG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATxB%2CsBACI%2CmBAcI%3BIACI%2CiBAAA%3B%3BEAhBZ%2CsBACI%2CmBAkBI%3BIACI%2CWAAA%3B%3BEApBZ%2CsBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%3BIlFmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BI6B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI7BhqBA%2CUAAA%3BI6BmqBA%2CmBAAA%3B%3BEqDj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrDunBhB%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEAtOJ%2CsBqDxZI%2CkBAGI%2COAAM%2CIAAI%2COrDqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBqD3yBI%2CkBAGI%2COAAM%2CIAAI%2COrDwyBd%3BIACA%2CWAAA%3B%3BEqDp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD%2BZhB%3BI7B5RF%2CgBAAA%3B%3BE6BqSI%2CsBqD3aA%2CkBAGI%2COAAM%2CIAAI%2COrD%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BEqDpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD6alB%2CQACI%3BIACI%2CmBAAA%3B%3BE7BhiBR%2CsBkF8GI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CM7BpiBN%3BEACD%2CsBkF6GI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CM7BniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBkFwGI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CM7B9hBN%3BIACG%2CWAAA%3B%3BEkF%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBqD7bA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqDjcA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBqDrcA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqDzcA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEqDleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%3BI7BpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BI6ByLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEqD1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAMI%3BEqD5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAOI%3BEqD7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAQI%3BI7BhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BI6BwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEqDnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%3BEqDtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%3BI7BzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CsEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BI6BjPA%2CsBAAA%3BI7BiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI6B0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBqD5OI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWAlPH%3BEAAD%2CsBqD5OI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUAnPH%3BI7BtGD%2CYAAA%3B%3BE6BqHA%2CsBqD3PI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWAnOH%3BEAAD%2CsBqD3PI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUApOH%3BI7BrHD%2CcAAA%3B%3BE6B0HA%2CsBqDhQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWA9NH%3BEAAD%2CsBqDhQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUA%5C%2FNH%3BI7B1HD%2CcAAA%3B%3BE6B%2BHA%2CsBqDrQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWAzNH%3BEAAD%2CsBqDrQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUA1NH%3BI7B%5C%2FHD%2CcAAA%3B%3BEkF9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COA0BI%3BIACI%2CWAAA%3BI7BnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkFhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2elB%3BI7BxWA%2CgBAAA%3B%3BE6BugBI%2CsBqD7oBA%2CkBAGI%2COAAM%2CIAAI%2COrDwoBjB%2CSAAY%2CSAER%3BEAAD%2CsBqD7oBA%2CkBAGI%2COAAM%2CIAAI%2COrDyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BI7BxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEkF9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD%2BqBlB%3BI7B5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BIgC9QA%2CqBAAA%3B%3BEAMA%2CsBkDkII%2CkBAGI%2COAAM%2CIAAI%2COrD%2BqBlB%2CMGpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CsBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEkDtMY%2CsBATR%2CkBAGI%2COAAM%2CIAAI%2COAML%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2CsBAbR%2CkBAGI%2COAAM%2CIAAI%2COAUL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtChB%2CsBAwBI%2CkBAkBI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BEvD4JhB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BI3BpEb%2C8BAAA%3BI2BsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BI3BnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE2BwFA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BEjBjKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyB2BtItB%2CQAGI%2CKACI%3BE3BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BrItB%2CQAEI%2CKACI%3BE3BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BpItB%2CQACI%2CKACI%3BE3BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BtItB%2CQAGI%2CKAEI%3BE3BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BrItB%2CQAEI%2CKAEI%3BE3BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB2BpItB%2CQACI%2CKAEI%3BIrCyHV%2C0BAAA%3B%3BEUQI%2CQAAS%2CMAAK%2CMAAM%2CyB2B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE3BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB2B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE3BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB2BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE3BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB2B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE3BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB2B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE3BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB2BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE3BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB2BhHtB%2CQAAQ%3BIrCwGV%2C0BAAA%3B%3BEUQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIVhCb%2CmBAAA%3BI6B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI7BhqBA%2CUAAA%3BI6BmqBA%2CmBAAA%3BInBjoBgB%2CmBAAA%3B%3BEmBmoBhB%2CyBnB1oBI%2CUAGI%2COACK%2CKmBsoBT%3BEAAJ%2CyBnB1oBI%2CUAGI%2COAEK%2CSmBqoBT%3BIACA%2CWAAA%3B%3BEnBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAIA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEW%5C%2FGZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BIrBGZ%2C8BAAA%3BIqBDY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CuBAiBI%2CcACI%3BEAjBR%2CeAgBI%2CcACI%3BIACI%2CmBAAA%3B%3BEAnBZ%2CuBAuBI%3BEAtBJ%2CeAsBI%3BIACI%2CmBAAA%3B%3BEAQR%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BE8DnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEC2TJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BItFjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIsFiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BItFzLrB%2CyBAAA%3BIsF2LwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BItF3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BIsFgNgB%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BItF3Ob%2CcAAA%3BIsF6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BEhEpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BItBxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIsB6KQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BItBxOZ%2CeAAA%3B%3BEsB8OQ%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%3BEiEhepB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BEvEmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEd9KR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEqB%2BXZ%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BENhqBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BEOicZ%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BIxBtNR%2CyBAAA%3B%3BEwBiNA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIxBlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwBqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIgEveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BExFFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEwBieJ%2CiBgEpeA%3BIxFgPA%2CUAAA%3BIwF9OI%2CeAAA%3BIxF8OJ%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BERodA%2CiBgEpeA%2CexDoOE%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CiBwDtBA%2CexDsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC9NQ%2COzC8NR%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwDnCJ%2CexDkCC%2CMACI%3BIhC6ML%2CcAAA%3B%3BEgCvMI%2CiBwDzCJ%2CexDwCC%2COACI%3BIhCuML%2CcAAA%3B%3BEwFqEA%2CiBArTA%2CeAqTC%3BIxFrED%2CqBAAA%3BIgChOA%2CqBAAA%3B%3BEwDqSA%2CiBArTA%2CeAqTC%2COxDjFC%3BIhChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgC2CA%2CiBwDtBA%2CeAqTC%2COxD%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC%5C%2FNM%2COzC%2BNN%3BIAAA%2CakCzRe%2CmBlCyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwDnCJ%2CeAqTC%2COxDnRA%2CMACI%3BIhC6ML%2CcAAA%3B%3BEgCvMI%2CiBwDzCJ%2CeAqTC%2COxD7QA%2COACI%3BIhCuML%2CcAAA%3B%3BEwBoPA%2CiBgE7SA%3BIxFyDA%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3BI7C0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIwFhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIxF8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEwBoPA%2CiBgE7SA%2CGAsBI%3BIxFmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEwF3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIxF2BT%2CmBAAA%3BIwFzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BIxFzSJ%2CsDAAA%3BIwF2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIxF%5C%2FSJ%2CsDAAA%3BIwFiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BIxF%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BEwFoRA%2CiBA7UA%2CGA6UC%3BIxFpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BEwFZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BEhE4PR%2CiBAgBI%2CGACI%3BIxBrQR%2CWAAA%3BIAAA%2CqBAAA%3BIwBgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEqBnaZ%2CiBrBqZI%2CGACI%2CEqBtZP%3BI7CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CiBrBgZI%2CGACI%2CEqBjZP%3BI7C4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CiBrB2YI%2CGACI%2CEqB5YP%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwBoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BIiDvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIzEgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BEyE7CA%2CiBjD2UI%2CQAAO%2COiD3UV%3BEACD%2CiBjD0UI%2CQAAO%2COiD1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBjDqUI%2CQAAO%2COiDrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBjDgUI%2CQAAO%2COiDhUV%3BEACD%2CiBjD%2BTI%2CQAAO%2COiD%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkBjD8Tf%2CQAAO%3BIiD7TP%2CoBAAA%3BIzE%2BBJ%2CYAAA%3B%3BEwBoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEQrcR%2CiBRwcK%2COACG%2CQAAO%2COQzcd%3BIhCgKD%2CSyC%5C%2FNM%2COzC%2BNN%3B%3BEwBwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIxB5TjB%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3BIrBweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMqBhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BErB6dA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BIxB3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEwBmVgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACK%2CUAAO%2CMAsBH%2CsBAOG%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACK%2CUAAO%2CMAoCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BIxBhYA%2CmBAAA%3BIwBkYI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BIxBrZjB%2CsDAAA%3B%3BEwByZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIxBzZjB%2CsDAAA%3BIwB2ZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BEiEzqBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECuRI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BI1F9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BI0FoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BEC5YZ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEvDuFJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3B%3BA5BlFZ%2CgBAN4C%3BETiF5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAS1ER%2CgBALwC%3BEmDqIxC%3BIAEQ%2CmBAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3B%3BEALR%2CyBAQM%3BIACE%2CcAAA%3B%3BEATR%2CyBAYM%3BIACE%2CmBAAA%3B%3BEAbR%2CyBAgBI%2CkBAAoB%3BIAChB%2CeAAA%3BIACA%2CgBAAA%3B%3BEAlBR%2CyBAqBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvBR%2CyBA0BI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5BR%2CyBA%2BBI%3BIACI%2CaAAA%3B%3BEAhCR%2CyBAmCI%2CyBAA2B%3BIACvB%2CmBAAA%3B%3BEGFR%2CsBAAsB%2CIAAI%2CWAAY%3BIAClC%2CyBAAA%3B%3BEAGJ%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC3C%2CWAAW%2CcAAX%3B%3BEM9BJ%2CYAAY%2CoBAAqB%2C2BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC5E%2CWAAW%2CcAAX%3B%3BEG4PJ%2CcACI%3BIACI%2CUAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CmBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CcAAC%2CqBACG%2CeACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcANX%2CqBACG%2CeACI%2CcAIK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAVX%2CqBACG%2CeACI%2CcAQK%2CUAAU%3BIACP%2CcAAA%3B%3BECyiBpB%2CWACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEG5%2BBR%2CqBACI%2CaACI%3BI3EoNR%2CmBAAA%3BIAAA%2CYAAA%3BI2EjNY%2CSAAA%3B%3BEC2OZ%2CYACI%3BI5E3BJ%2CmBAAA%3B%3BE4E8BQ%2CYAHJ%2CuBAGK%3BI5E9BT%2CgBAAA%3BIAAA%2CQ4ExQoC%2CiB5EwQpC%3BI4EiCY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BErDqWJ%2CYACI%3BIACI%2CkBAAA%3B%3BEAFR%2CYACI%2CMAGI%3BIACI%2CiBAAA%3B%3BEALZ%2CYACI%2CMAOI%3BIACI%2C0BAAA%3B%3BEmEvSZ%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CmBAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBAXR%2CeAKI%2CcAMK%2CUAAU%3BIACP%2CcAAA%3B%3BEtDzRhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3B%3BA5B%5C%2FGZ%2CgBAJ2C%3BEgE6qBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */