@charset 'UTF-8';
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/* GIANEDAVI – tema base */
.page-wrapper {
  background-color: #ffffff;
}
/* ============================================================
   GLOBAL FONT - NOTO SANS
   ============================================================ */
/* Override font globale Magento */
/* ============================================================
   OVERRIDE BASE FONT FAMILY (replace Open Sans)
   ============================================================ */
/* ================================================================
 * GIANEDAVI 2025 - _extend.less (BASE PULITA DEFINITIVA)
 * Full width layout + categorie grid + product page + mega menu hover
 * ================================================================ */
/* ================================================================
 * 0) TYPOGRAFIA BASE
 * ================================================================ */
body {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}
/* ================================================================
 * 1) FULL WIDTH GLOBALE (elimina "tubo" 1280px)
 * ================================================================ */
@media (min-width: 768px) {
  .page-wrapper {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-wrapper > .page-header,
  .page-wrapper > .nav-sections,
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .page-main,
  .page-wrapper > .page-footer,
  .page-wrapper > .footer,
  .page-header .panel.wrapper,
  .page-header .header.panel,
  .page-header .header.content,
  .header.content,
  .nav-sections,
  .nav-sections .navigation,
  .breadcrumbs,
  .page-main,
  .page-main .columns,
  .footer.content {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .page-wrapper,
  .page-wrapper > .page-header,
  .page-wrapper > .nav-sections,
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .page-main,
  .page-wrapper > .page-footer,
  .page-wrapper > .footer,
  .page-header .panel.wrapper,
  .page-header .header.panel,
  .page-header .header.content,
  .header.content,
  .nav-sections,
  .nav-sections .navigation,
  .breadcrumbs,
  .page-main,
  .page-main .columns,
  .footer.content {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }
}
.page-wrapper {
  overflow-x: hidden;
}
/* ================================================================
 * 2) CATEGORIE – GRIGLIA PRODOTTI (5 col desktop)
 * ================================================================ */
.catalog-category-view .products-grid .product-items {
  display: grid !important;
  grid-gap: 20px;
}
@media (max-width: 575px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.catalog-category-view .products-grid .product-item {
  width: 100% !important;
  float: none !important;
}
/* ================================================================
 * 3) CATEGORIE – CARD PRODOTTO
 * ================================================================ */
.catalog-category-view .product-item-info {
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.catalog-category-view .product-item-info:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.catalog-category-view .product-item-details {
  padding: 10px 12px 14px;
}
/* ================================================================
 * 4) TITOLI + LINK PRODOTTO
 * ================================================================ */
h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.page-title-wrapper .page-title,
.block-title strong,
.block-title span,
.product-info-section-title {
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal !important;
  color: #1080c7 !important;
}
.product-item-name,
.product-item-name a,
.product.name a,
.product-item-link {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #1080c7;
}
/* ================================================================
 * 5) PRODUCT PAGE – LAYOUT + BUYBOX STILE SIDESHOW
 * ================================================================ */
.product-info-main .page-title-wrapper {
  margin-bottom: 10px;
}
.product-info-main .page-title {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .product-info-main .page-title {
    font-size: 28px;
    font-weight: 800;
  }
}
/* SKU off */
.product-info-main .product.attribute.sku {
  display: none !important;
}
/* Prezzo grande */
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 3.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
/* Layout 2 colonne desktop */
@media (min-width: 1024px) {
  .catalog-product-view .column.main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }
  .catalog-product-view .product.media {
    flex: 0 0 55%;
    max-width: 55%;
    margin-right: 40px;
  }
  .catalog-product-view .product-info-main {
    flex: 0 0 45%;
    max-width: none;
    margin-left: 0;
  }
  .catalog-product-view .product.info.detailed,
  .catalog-product-view .product.info.detailed.stacked {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
/* Add to cart full width */
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  display: block;
  width: 100%;
  padding: 14px 20px;
  text-align: center;
  background-color: #1080c7 !important;
  border-color: #1080c7 !important;
  color: #ffffff !important;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:hover {
  background-color: #0e71af !important;
  border-color: #0e71af !important;
  color: #ffffff !important;
}
/* Compare off */
.action.tocompare,
.product-addto-links .action.tocompare {
  display: none !important;
}
/* Dettagli: tab -> blocchi */
.product.info.detailed .product.data.items {
  display: block !important;
}
.product.data.items .item.title {
  display: none !important;
}
.product.data.items .item.content {
  display: block !important;
  margin-bottom: 25px;
}
/* Blocco testi buybox compatti */
.catalog-product-view .product-info-main .product-info-section-content {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}
.catalog-product-view .product-info-main .product-info-section-content p {
  margin: 0 0 4px !important;
  line-height: 1 !important;
}
.catalog-product-view .product-info-main .product-info-section-content br {
  line-height: 1 !important;
}
/* Attributi colonna destra compatti */
.catalog-product-view .product-info-main .product.attribute {
  margin: 2px 0 !important;
  padding: 0 !important;
  line-height: 1.3;
}
.catalog-product-view .product-info-main .product.attribute .label,
.catalog-product-view .product-info-main .product.attribute .value {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3;
}
.catalog-product-view .product-info-main .product.attribute p {
  margin: 0 !important;
}
/* ================================================================
 * 6) SIDEBAR CATEGORIE – SOTTOCATEGORIE VISIBILI
 * ================================================================ */
.catalog-category-view .sidebar-main .block-categories,
.catalog-category-view .sidebar-main .block-categories .block-content,
.catalog-category-view .sidebar-main .block-categories .items,
.catalog-category-view .sidebar-main .block-categories .item {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}
.catalog-category-view .sidebar-main .block-categories .item .items {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  margin-left: 12px;
  margin-top: 4px;
}
.catalog-category-view .sidebar-main .block-categories .item .items a {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  padding: 2px 0;
  display: block;
}
/* ================================================================
 * 7) MENU – FONT + COMPATTEZZA (main menu NO blu)
 * ================================================================ */
.nav-sections .navigation {
  display: grid !important;
  justify-content: center !important;
}
.nav-sections .navigation .level0 {
  margin: 0 10px;
}
.nav-sections .navigation .level0 > a,
.nav-sections .navigation .level0 > .level-top {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  color: inherit !important;
}
/* submenu: 13px, regular */
.nav-sections .navigation .submenu a,
.nav-sections .navigation .submenu li,
.nav-sections .navigation .submenu .level1 > a,
.nav-sections .navigation .submenu .level1 {
  font-family: 'Fjalla One', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  letter-spacing: normal !important;
  color: #575757 !important;
  padding: 4px 10px !important;
}
/* ================================================================
 * 8) MENU DESKTOP – MEGA MENU DEFINITIVO v6 (4 COLONNE + IMMAGINE A SX)
 * - Apre SOLO in hover del level0
 * - Desktop: mostra SOLO level1 (nasconde level2+)
 * - Overlay bianco + blur sotto header/menu
 * - Altezza fissa mega menu: 405px
 * - Ordinamento: riempie in verticale (max 8 voci), poi passa alla colonna successiva
 * - Struttura: 1 colonna IMMAGINE (sinistra) + 4 colonne MENU
 * - Font mega menu: 15px
 * ================================================================ */
@media (min-width: 1024px) {
  :root {
    --gd-overlay-top: 252.875px;
    --gd-mm-height: 405px;
    --gd-mm-img-col: 300px;
    --gd-mm-menu-col-min: 170px;
    --gd-mm-row-gap: 10px;
    --gd-mm-col-gap: 28px;
    --gd-mm-img-pad-right: 26px;
  }
  .page-header,
  .nav-sections {
    position: relative !important;
    z-index: 9100 !important;
  }
  body::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--gd-overlay-top);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  body:has(.nav-sections .navigation li.level0:hover)::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.06s;
  }
  .nav-sections .navigation li.level0 {
    position: static !important;
  }
  .nav-sections .navigation li.level0 > ul.submenu {
    display: none !important;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu {
    display: grid !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 22px 40px !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    z-index: 9200 !important;
    height: var(--gd-mm-height) !important;
    max-height: var(--gd-mm-height) !important;
    overflow: hidden !important;
    grid-template-columns: var(--gd-mm-img-col) repeat(4, minmax(var(--gd-mm-menu-col-min), 1fr)) !important;
    grid-template-rows: repeat(8, min-content) !important;
    grid-auto-flow: column !important;
    column-gap: var(--gd-mm-col-gap) !important;
    row-gap: var(--gd-mm-row-gap) !important;
    align-items: start !important;
    align-content: start !important;
    list-style: none !important;
    animation: gdMegaIn 0.18s ease both;
    will-change: transform, opacity;
  }
  @keyframes gdMegaIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .nav-sections .navigation li.level0:hover > ul.submenu::before {
    content: '';
    display: block !important;
    grid-column: 1 / 2;
    grid-row: 1 / -1;
    align-self: stretch !important;
    justify-self: stretch !important;
    border-right: 1px solid rgba(0, 0, 0, 0.07000000000000001);
    padding-right: var(--gd-mm-img-pad-right);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu > li {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    clear: none !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu > li > a,
  .nav-sections .navigation li.level0:hover > ul.submenu > li > a.ui-menu-item-wrapper {
    display: block !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu ul {
    display: none !important;
  }
  .nav-sections .navigation li.level0.category-item-12:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_puffi.png');
  }
  .nav-sections .navigation li.level0.category-item-10:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_tintin.png');
  }
  .nav-sections .navigation li.level0.category-item-1170:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_sorpresine.png');
  }
  .nav-sections .navigation li.level0.category-item-1173:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_vinyltoys.png');
  }
  .nav-sections .navigation li.level0.category-item-1046:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_carteefigurine.png');
  }
  .nav-sections .navigation li.level0.category-item-1175:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_pvc.png');
  }
  .nav-sections .navigation li.level0.category-item-13:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_giocattoliemodellismo.png');
  }
  .nav-sections .navigation li.level0.category-item-70:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_costruzioni.png');
  }
  .nav-sections .navigation li.level0.category-item-15:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_collezionismo.png');
  }
  .nav-sections .navigation li.level0.category-item-17:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_altro.png');
  }
  .nav-sections .navigation li.level0.category-item-325:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_luckyluke.png');
  }
  .nav-sections .navigation li.level0.category-item-326:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_spirou.png');
  }
  .nav-sections .navigation li.level0.category-item-327:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_lepetitprince.png');
  }
  .nav-sections .navigation li.level0.category-item-1271:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_spedizionegratuita.png');
  }
  .nav-sections .navigation li.level0.category-item-1416:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_lottioffertespeciali.png');
  }
  .nav-sections .navigation li.level0.category-item-1417:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_pokemon.png');
  }
}
/* ================================================================
 * (DAL PUNTO 9 IN POI: RIPULITO)
 * ================================================================ */
/* ================================================================
 * CATEGORY PAGE – CONTAINER 1600px + ALLINEAMENTO A SINISTRA (SIDESHOW)
 * Breadcrumbs + Titolo allineati alla colonna sinistra
 * ================================================================ */
.catalog-category-view {
  /* 1) Breadcrumbs: stesso container del contenuto, allineato a sinistra */
  /* 2) Titolo: stesso container del contenuto, allineato a sinistra */
  /* 3) Contenuto pagina (sidebar + prodotti): stesso container 1600px */
}
.catalog-category-view .breadcrumbs {
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 40px 0;
  box-sizing: border-box;
  text-align: left;
}
.catalog-category-view .breadcrumbs .items {
  margin: 0;
  padding: 0;
  text-align: left;
}
.catalog-category-view .page-title-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
}
.catalog-category-view .page-title {
  margin: 10px 0 16px;
  line-height: 1.1;
  text-align: left;
}
.catalog-category-view .page-main {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
/* Responsive padding */
@media (max-width: 1024px) {
  .catalog-category-view .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-category-view .page-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-category-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ================================================================
 * 9) CATEGORY LAYOUT FIX – SIDEBAR + CONTENUTO
 * ================================================================ */
.catalog-category-view .columns {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.catalog-category-view .sidebar-main {
  grid-column: 1 !important;
  width: 320px !important;
  max-width: 320px !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  overflow: hidden;
}
.catalog-category-view .column.main {
  grid-column: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
}
.catalog-category-view .sidebar-main .block.filter,
.catalog-category-view .sidebar-main .block {
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  clear: none !important;
  box-sizing: border-box;
}
.catalog-category-view .column.main .toolbar-products,
.catalog-category-view .column.main .products.wrapper {
  width: 100%;
  clear: none;
}
@media (max-width: 1100px) {
  .catalog-category-view .columns {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
  }
  .catalog-category-view .sidebar-main {
    width: 280px !important;
    max-width: 280px !important;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .columns {
    display: block !important;
  }
  .catalog-category-view .sidebar-main {
    width: auto !important;
    max-width: none !important;
    overflow: visible;
    margin-bottom: 20px;
  }
}
/* ================================================================
 * 9.2) FIX BREADCRUMBS
 * ================================================================ */
.page-wrapper > .breadcrumbs {
  display: block !important;
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 12px !important;
  box-sizing: border-box !important;
}
.page-wrapper > .breadcrumbs .items {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 1024px) {
  .page-wrapper > .breadcrumbs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* ================================================================
 * 9.3) PRE HEADER + SLIDER
 * ================================================================ */
.gd-preheader {
  background: #d71920;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.gd-preheader__inner {
  max-width: 100%;
  padding: 8px 20px;
}
.gd-preheader__message {
  display: inline-block;
  letter-spacing: 0.3px;
}
.gd-preheader__slider {
  position: relative;
  height: 20px;
  overflow: hidden;
}
.gd-preheader__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  white-space: nowrap;
}
.gd-preheader__slide.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 480px) {
  .gd-preheader__slide {
    white-space: normal;
  }
  .gd-preheader__slider {
    height: auto;
  }
}
/* ============================================================
 * FIX SOVRAPPOSIZIONE HEADER / MENU / LINGUA
 * ============================================================ */
.page-header {
  position: relative;
  z-index: 9500 !important;
}
.nav-sections {
  position: relative;
  z-index: 9000 !important;
}
.navigation,
.minicart-wrapper {
  position: relative;
  z-index: auto !important;
}
.page-header .gd-header-right {
  z-index: 9600 !important;
}
/* ============================================================
 * FOOTER BACKGROUND CUSTOM
 * ============================================================ */
.page-footer {
  background-color: #1979c3;
}
/* ============================================================
 * TYPO FIX: avoid unwanted italic on product content
 * ============================================================ */
.catalog-product-view .product-info-main,
.catalog-product-view .product-info-main p,
.catalog-product-view .product.attribute.description,
.catalog-product-view .product.attribute.description p,
.catalog-product-view .product.attribute.overview,
.catalog-product-view .product.attribute.overview p {
  font-style: normal;
}
/* ================================================================
 * 10) HOME – GRID 5 COLONNE STILE SIDESHOW
 * ================================================================ */
.cms-index-index .block.widget.block-products-list.grid {
  margin: 0 auto !important;
  box-sizing: border-box !important;
}
.cms-index-index .block.widget.block-products-list.grid .block-content,
.cms-index-index .block.widget.block-products-list.grid .products-grid {
  width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid {
  padding: 0 16px !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-items {
    display: flex !important;
    flex-wrap: wrap !important;
  row-gap: 3.5rem !important;
  column-gap: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-item {
  width: calc((100% - 1rem) / 2) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-info {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-photo,
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-image-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-photo {
  margin: 0 0 10px 0 !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-image-wrapper {
  display: grid !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-image-photo {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-details {
  padding: 0 !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-name {
  margin: 0 0 6px 0 !important;
  line-height: 1.25 !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-name a,
.cms-index-index .block.widget.block-products-list.grid .products-grid .price {
  font-size: 12px !important;
  line-height: 1.25 !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .price-box {
  margin: 0 0 8px 0 !important;
}
.cms-index-index .block.widget.block-products-list.grid .products-grid .actions-primary .action.tocart {
  white-space: nowrap !important;
}
@media (min-width: 768px) {
  .cms-index-index .block.widget.block-products-list.grid .products-grid {
    padding: 0 24px !important;
  }
  .cms-index-index .block.widget.block-products-list.grid .products-grid .product-item {
    width: calc((100% - 2rem) / 3) !important;
  }
  .cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-name a,
  .cms-index-index .block.widget.block-products-list.grid .products-grid .price {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .block.widget.block-products-list.grid {
    max-width: 1520px !important;
    padding: 0 40px !important;
  }
  .cms-index-index .block.widget.block-products-list.grid .products-grid {
    padding: 0 !important;
  }
  .cms-index-index .block.widget.block-products-list.grid .products-grid .product-item {
    width: calc((100% - 4rem) / 5) !important;
  }
  .cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-photo {
    margin: 0 0 12px 0 !important;
  }
  .cms-index-index .block.widget.block-products-list.grid .products-grid .product-item-name a,
  .cms-index-index .block.widget.block-products-list.grid .products-grid .price {
    font-size: 18px !important;
  }
}
/* ================================================================
 * 11) HOME – SPAZIATURA TITOLI BLOCCHI WIDGET
 * ================================================================ */
.cms-index-index .block.widget.block-products-list .block-title {
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}
/* ================================================================
 * 12) FIX FULL WIDTH SOLO HERO BANNER HOMEPAGE
 * ================================================================ */
.cms-index-index .gd-sparsh-banner {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
}
.cms-index-index .gd-sparsh-banner img,
.cms-index-index .gd-sparsh-banner .image-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
/* ================================================================
 * 13) LAYOUT STRUCTURE CLEAN FIX
 * ================================================================ */
@media (min-width: 768px) {
  .page-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-header,
  .page-header .panel.wrapper,
  .page-header .header.panel,
  .page-header .header.content,
  .header.content,
  .nav-sections,
  .nav-sections .navigation,
  .navigation,
  .page-footer,
  .footer.content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  .page-header .panel.wrapper,
  .page-header .header.panel,
  .page-header .header.content,
  .header.content,
  .nav-sections,
  .nav-sections .navigation,
  .navigation,
  .page-footer,
  .footer.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-footer .footer.content > *,
  .page-footer .block.newsletter {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* ================================================================
 * 14) HERO BANNER – FIX ALLINEAMENTO (SAFE)
 * ================================================================ */
.cms-index-index .gd-sparsh-banner {
  display: block;
}
/* ================================================================
 * 15) HEADER DESKTOP – blocco destro pulito
 *    Ordine demandato all'XML
 *    Search -> Cart -> User -> Language
 * ================================================================ */
@media (min-width: 768px) {
  .page-header .header.content {
    position: relative !important;
    display: grid !important;
    align-items: center !important;
    min-height: 110px;
  }
  .page-header .header.content .logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    float: none !important;
    margin: 0 !important;
    display: block !important;
    z-index: 9300 !important;
  }
  .page-header .header.content .logo img {
    display: block;
    width: auto;
    height: auto;
  }
  .page-header .header.content .gd-header-right {
    position: static !important;
    right: auto !important;
    transform: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: auto !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    padding: 0 !important;
  }
  .page-header .header.content .gd-header-right > * {
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    overflow: visible !important;
  }
  /* SEARCH */
  .page-header .header.content .gd-header-right > .block.block-search,
  .page-header .header.content .gd-header-right > .block-search {
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
  }
  .page-header .header.content .gd-header-right > .block.block-search .block-title,
  .page-header .header.content .gd-header-right > .block.block-search .label,
  .page-header .header.content .gd-header-right > .block.block-search .control,
  .page-header .header.content .gd-header-right > .block.block-search .nested {
    display: none !important;
  }
  .page-header .header.content .gd-header-right > .block.block-search .block-content,
  .page-header .header.content .gd-header-right > .block.block-search .form.minisearch,
  .page-header .header.content .gd-header-right > .block.block-search .actions {
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > .block.block-search .action.search {
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > .block.block-search .action.search::before {
    content: '' !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    background-image: url('../images/gd/gd_search_gian.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }
  .page-header .header.content .gd-header-right > .block.block-search .action.search span {
    display: none !important;
  }
  /* CART */
  .page-header .header.content .gd-header-right > .minicart-wrapper {
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    position: relative !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper > .action.showcart,
  .page-header .header.content .gd-header-right > .minicart-wrapper > .action.showcart.active,
  .page-header .header.content .gd-header-right > .minicart-wrapper.active > .action.showcart {
    position: relative !important;
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper > .action.showcart::before {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper .text,
  .page-header .header.content .gd-header-right > .minicart-wrapper .counter-label {
    display: none !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper .counter.qty {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: -5px !important;
    right: -7px !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    line-height: 16px !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    background: #1080c7 !important;
    color: #fff !important;
    z-index: 9999 !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper .counter-number {
    display: inline !important;
    font-size: 10px !important;
    line-height: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper::before,
  .page-header .header.content .gd-header-right > .minicart-wrapper::after,
  .page-header .header.content .gd-header-right > .minicart-wrapper > .action.showcart::after {
    display: none !important;
    content: none !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper > .ui-dialog,
  .page-header .header.content .gd-header-right > .minicart-wrapper > .mage-dropdown-dialog {
    position: absolute !important;
    top: calc(100% + 18px) !important;
    right: -10px !important;
    left: auto !important;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    margin: 0 !important;
    z-index: 99998 !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper > .ui-dialog .block-minicart,
  .page-header .header.content .gd-header-right > .minicart-wrapper > .mage-dropdown-dialog .block-minicart {
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > .minicart-wrapper.active > .ui-dialog .block-minicart,
  .page-header .header.content .gd-header-right > .minicart-wrapper.active > .mage-dropdown-dialog .block-minicart,
  .page-header .header.content .gd-header-right > .minicart-wrapper:hover > .ui-dialog .block-minicart,
  .page-header .header.content .gd-header-right > .minicart-wrapper:hover > .mage-dropdown-dialog .block-minicart {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  /* USER */
  .page-header .header.content .gd-header-right > li.authorization-link,
  .page-header .header.content .gd-header-right > .authorization-link,
  .page-header .header.content .gd-header-right > li.link.authorization-link {
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
  }
  .page-header .header.content .gd-header-right > li.authorization-link > a,
  .page-header .header.content .gd-header-right > .authorization-link > a {
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > li.authorization-link > a::before,
  .page-header .header.content .gd-header-right > .authorization-link > a::before {
    content: '' !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: url('../images/gd/gd_user_gian.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }
  /* LANGUAGE */
  .page-header .header.content .gd-header-right > #switcher-language {
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 22px !important;
    overflow: visible !important;
  }
  .page-header .header.content .gd-header-right > #switcher-language > .label.switcher-label,
  .page-header .header.content .gd-header-right > #switcher-language > strong.label.switcher-label {
    display: none !important;
  }
  .page-header .header.content .gd-header-right > #switcher-language .actions.dropdown.options {
    display: grid !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 9310 !important;
  }
  .page-header .header.content .gd-header-right > #switcher-language .action.toggle.switcher-trigger {
    display: grid !important;
    align-items: center !important;
    justify-content: center !important;
    height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    min-height: auto !important;
  }
  .page-header .header.content .gd-header-right > #switcher-language ul.dropdown.switcher-dropdown {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    min-width: 90px !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    list-style: none !important;
    z-index: 99999 !important;
  }
  .page-header .header.content .gd-header-right > #switcher-language .actions.dropdown.options.active ul.dropdown.switcher-dropdown,
  .page-header .header.content .gd-header-right > #switcher-language .actions.dropdown.options.active .dropdown.switcher-dropdown {
    display: block !important;
  }
}
/* ================================================================
 * 16) HEADER DESKTOP – FIX DEFINITIVO ORDINE (LOCK)
 * ================================================================ */
@media (min-width: 768px) {
  .page-header .header.content .gd-header-right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
  }
  /* SEARCH */
  .page-header .header.content .gd-header-right > .block.block-search,
  .page-header .header.content .gd-header-right > .block-search {
    order: 1 !important;
    position: static !important;
  }
  /* CART */
  .page-header .header.content .gd-header-right > .minicart-wrapper {
    order: 2 !important;
    position: static !important;
  }
  /* USER */
  .page-header .header.content .gd-header-right > li.authorization-link,
  .page-header .header.content .gd-header-right > .authorization-link,
  .page-header .header.content .gd-header-right > li.link.authorization-link {
    order: 3 !important;
    position: static !important;
  }
  /* LANGUAGE */
  .page-header .header.content .gd-header-right > #switcher-language,
  .page-header .header.content .gd-header-right > .switcher.language,
  .page-header .header.content .gd-header-right > .switcher-language {
    order: 4 !important;
    position: static !important;
  }
}
/**
 * Dominate Checkout Iframe
 */
.iwd-checkout-iframe-wrapper {
  width: 100%;
  min-width: 100%;
  position: relative;
}
.iwd-checkout-iframe-wrapper iframe {
  width: 100%;
  height: 837px;
}
.iwd-checkout-iframe-wrapper .iwd-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
.iwd-checkout-iframe-wrapper .iwd-loader__spin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iwd-checkout-iframe-wrapper .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.iwd-checkout-iframe-wrapper .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-width: 6px;
  border-style: solid;
  border-color: #808080 transparent transparent transparent;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.iwd-checkout-iframe-wrapper .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.iwd-checkout-iframe-wrapper .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.iwd-checkout-iframe-wrapper .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dominate-payment-details-wrapper {
  margin-top: 20px;
}
/**
 * Dominate PayPal shortcut button
 */
.box-tocart .action.tocart.btn-subscribe {
  padding: 0;
}
.iwd-paypal-wrapper {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.iwd-paypal-wrapper .dominate-paypal-applepay-btn {
  display: block;
  margin-top: 15px;
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 45px;
  --apple-pay-button-box-sizing: border-box;
}
.iwd-paypal-wrapper .dominate-paypal-googlepay-btn {
  display: block;
  margin-top: 15px;
  height: 45px;
}
.iwd-paypal-wrapper .dominate-paypal-googlepay-btn button {
  outline: none;
}
@media (min-width: 1100px) {
  .cart-summary .iwd-paypal-wrapper {
    width: 132%;
    -ms-transform: scale(0.757);
    -moz-transform: scale(0.757);
    -o-transform: scale(0.757);
    -webkit-transform: scale(0.757);
    transform: scale(0.757);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cart-summary .iwd-paypal-wrapper {
    width: 120%;
    -ms-transform: scale(0.834);
    -moz-transform: scale(0.834);
    -o-transform: scale(0.834);
    -webkit-transform: scale(0.834);
    transform: scale(0.834);
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cart-summary .iwd-paypal-wrapper {
    max-width: 300px;
  }
  .block-minicart .iwd-paypal-wrapper {
    width: 120%;
    -ms-transform: scale(0.834);
    -moz-transform: scale(0.834);
    -o-transform: scale(0.834);
    -webkit-transform: scale(0.834);
    transform: scale(0.834);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .block-minicart .iwd-paypal-wrapper {
    width: 132%;
    -ms-transform: scale(0.758);
    -moz-transform: scale(0.758);
    -o-transform: scale(0.758);
    -webkit-transform: scale(0.758);
    transform: scale(0.758);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 0;
  }
}
@media (max-width: 329px) {
  .cart-summary .iwd-paypal-wrapper {
    width: 104%;
    -ms-transform: scale(0.967);
    -moz-transform: scale(0.967);
    -o-transform: scale(0.967);
    -webkit-transform: scale(0.967);
    transform: scale(0.967);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/**
* Dominate PayPal Credit Messages
*/
.iwd-paypal-credit-msg {
  margin: 0 10px;
}
.iwd-paypal-credit-msg span {
  display: block;
  width: 100%;
}
.cart-totals tbody tr.iwd-cart-sidebar-wrapper > td {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.cart-totals tbody tr.iwd-cart-sidebar-wrapper > td .iwd-paypal-credit-msg {
  margin: 0;
}
.minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
  visibility: hidden;
}
.minicart-wrapper .mage-dropdown-dialog .iwd-paypal-wrapper {
  display: none;
}
.minicart-wrapper.active .mage-dropdown-dialog {
  visibility: visible;
}
.minicart-wrapper.active .iwd-paypal-wrapper {
  display: block;
}
.iwd-paypal-product-credit-ms {
  margin: 10px 0;
}
.iwd-paypal-banner span {
  max-width: none !important;
}
div[data-pp-message] span:not(:last-of-type) {
  display: none !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.cms-index-index .nav-sections {
  margin-bottom: 0;
}
.sparsh_banner_slider .slick-slide img {
  width: 100%;
}
.sparsh_banner_slider .slick-slide video {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .slick-slide iframe {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .caption {
  position: absolute;
  margin: 0 auto;
  max-width: 1280px;
  right: 0;
  z-index: 3;
  top: 49%;
  left: 0;
  transform: translate(0%, -50%);
  margin-top: -5px;
}
.sparsh_banner_slider .caption h2 {
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
.sparsh_banner_slider .caption p {
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  margin-bottom: 3rem;
}
.sparsh_banner_slider .caption .btn-banner {
  border: 2px solid #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  width: 40%;
  height: 43px;
  line-height: 44px;
  text-align: center;
  color: #000;
  display: block;
  text-decoration: none;
}
.sparsh_banner_slider .caption .btn-banner:hover {
  background: #000;
  color: #fff;
}
.sparsh_banner {
  overflow: hidden;
  margin-bottom: 11px;
}
.sparsh_banner_slider.slick-initialized .slick-slide {
  position: relative;
}
.sparsh_banner_slider.slick-initialized .slick-slide > div > div {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow {
  background: none;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  z-index: 3;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -3px;
  font-size: 0;
  height: 60px;
  line-height: 32px;
  padding: 0;
  width: 36px;
  text-align: center;
}
.sparsh_banner_slider .slick-arrow:after {
  content: '\e617';
  font-family: 'luma-icons';
  color: transparent;
}
.sparsh_banner_slider .slick-arrow:focus {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow:active {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-list {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow.slick-next {
  left: inherit;
  right: 0px;
  transition: all 0.3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-next:before {
  content: none !important;
}
.sparsh_banner_slider .slick-arrow.slick-next:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../../../../frontend/Magento/blank/it_IT/Sparsh_Banner/images/right-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-next:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
  transition: all 0.3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-prev:before {
  content: none !important;
}
.sparsh_banner_slider .slick-arrow.slick-prev:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../../../../../frontend/Magento/blank/it_IT/Sparsh_Banner/images/left-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-prev:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-next {
  right: 0;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
}
@media screen and (max-width: 1400px) {
  .sparsh_banner_slider .caption {
    padding: 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .sparsh_banner_slider .caption {
    padding: 0 40px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 15px;
    width: 100%;
    height: 38px;
    line-height: 39px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .slick-arrow {
    height: 40px;
    line-height: 32px;
    padding: 0;
    width: 30px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next {
    right: 15px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next:after {
    font-size: 18px;
    left: 0px;
    position: relative;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev:after {
    font-size: 18px;
    left: -2px;
    position: relative;
  }
  .sparsh_banner_slider .slick-list {
    max-height: 280px;
  }
  .sparsh_banner_slider.slick-initialized .slick-slide > div > div {
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .sparsh_banner_slider .caption {
    padding: 0 15px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 13px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-width: 1px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 14px;
    display: none;
  }
  .sparsh_banner_slider .slick-arrow {
    display: none !important;
  }
  .sparsh_banner_slider .slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    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: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #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 #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #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;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #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 {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2Fslick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_catalog-category-sideshow.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FIWD_CheckoutConnector%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CSAAS%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACIT%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACuKR%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%3B%3B%3B%3B%3BAE5ER%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3BACvGR%3BEACI%2CyBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACQJ%3BEACI%2CaAAa%2CoBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3BAA2CJ%2CQAnC0B%3BEAEtB%3BIACI%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CYAAa%2COAAM%3BEACnB%2CYAAa%2CQAAO%3BEACpB%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%3BEACA%2CaAAc%3BEACd%3BEACA%3BEACA%2CUAAW%3BEACX%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3B%3BAAiCR%2CQA7B0B%3BEAEtB%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CYAAa%2COAAM%3BEACnB%2CYAAa%2CQAAO%3BEACpB%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%3BEACA%2CaAAc%3BEACd%3BEACA%3BEACA%2CUAAW%3BEACX%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3B%3B%3B%3B%3BAAQJ%2CsBAAuB%2CeAAe%3BEAClC%2CwBAAA%3BEACA%2CcAAA%3B%3BAASJ%2CQAN0B%3BEACtB%2CsBAAuB%2CeAAe%3BIAClC%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAUR%2CQAN0B%2CuBAAuB%3BEAC7C%2CsBAAuB%2CeAAe%3BIAClC%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAUR%2CQAN0B%2CuBAAwB%3BEAC9C%2CsBAAuB%2CeAAe%3BIAClC%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAUR%2CQAN2B%3BEACvB%2CsBAAuB%2CeAAe%3BIAClC%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAIR%2CsBAAuB%2CeAAe%3BEAClC%2CsBAAA%3BEACA%2CsBAAA%3B%3B%3B%3B%3BAAQJ%2CsBAAuB%3BEACnB%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CqDAAA%3B%3BAAGJ%2CsBAAuB%2CmBAAkB%3BEACrC%2CWAAW%2CgBAAX%3BEACA%2C2CAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CuBAAA%3B%3B%3B%3B%3BAAQJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAACA%2CmBAAoB%3BAACpB%2CYAAa%3BAACb%2CYAAa%3BAACb%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAACA%2CkBAAmB%3BAACnB%2CQAAQ%2CKAAM%3BAACd%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3BAAQJ%2CkBAAmB%3BEACf%2CmBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAWJ%2CmBARqC%3BEACjC%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CgBAAA%3B%3B%3B%3BAAKR%2CkBAAmB%2CSAAQ%2CUAAU%3BEACjC%2CwBAAA%3B%3B%3BAAIJ%2CkBAAmB%2CWAAW%2CeAAe%3BAAC7C%2CuBAAwB%2CWAAW%2CeAAe%3BEAC9C%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3B%3BAAmCJ%2CQA%5C%2FB2B%3BEAEvB%2CqBAAsB%2CQAAO%3BIACzB%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CSAAQ%3BIAC1B%2CaAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CaAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CSAAQ%2CKAAK%3BEACnC%2CqBAAsB%2CSAAQ%2CKAAK%2CSAAS%3BIACxC%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3B%3B%3BAAKR%2CqBAAsB%2CmBAAmB%2CYAAY%2CQAAO%3BEACxD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CYAAY%2CQAAO%2COAAO%3BEAC%5C%2FD%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%2COAAO%3BAACP%2CoBAAqB%2CQAAO%3BEACxB%2CwBAAA%3B%3B%3BAAIJ%2CQAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%3BEAChC%2CyBAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CMAAO%2CMAAK%3BEACrB%2CwBAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CMAAO%2CMAAK%3BEACrB%2CyBAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%2CqBAAsB%2CmBAAmB%3BEACrC%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2C8BAA8B%3BEACnE%2C0BAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2C8BAA8B%3BEACnE%2CyBAAA%3B%3B%3BAAIJ%2CqBAAsB%2CmBAAmB%2CSAAQ%3BEAC7C%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAW%3BAAC5D%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAW%3BEACxD%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAW%3BEACxD%2CoBAAA%3B%3B%3B%3B%3BAAQJ%2CsBAEI%2CcAAc%3BAAFlB%2CsBAGI%2CcAAc%2CkBAAkB%3BAAHpC%2CsBAII%2CcAAc%2CkBAAkB%3BAAJpC%2CsBAKI%2CcAAc%2CkBAAkB%3BEAC5B%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BAATR%2CsBAYI%2CcAAc%2CkBAAkB%2CMAAM%3BEAClC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAApBR%2CsBAuBI%2CcAAc%2CkBAAkB%2CMAAM%2COAAO%3BEACzC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3BAASR%2CaAAc%3BEACV%2CwBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CaAAc%2CYAAY%3BEACtB%2CcAAA%3B%3BAAGJ%2CaAAc%2CYAAY%2CQAAU%3BAACpC%2CaAAc%2CYAAY%2CQAAU%3BEAChC%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3B%3BAAIJ%2CaAAc%2CYAAY%2CSAAS%3BAACnC%2CaAAc%2CYAAY%2CSAAS%3BAACnC%2CaAAc%2CYAAY%2CSAAS%2CQAAU%3BAAC7C%2CaAAc%2CYAAY%2CSAAS%3BEAC%5C%2FB%2CaAAa%2CwBAAb%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAyKJ%2CQA1J2B%3BEAEvB%3BIACI%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CIAAI%3BIACA%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CKAAK%2CqBAAL%3BIACA%2CqCAAA%3BIACA%2CiBAAiB%2CSAAjB%3BIACA%2CyBAAyB%2CSAAzB%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CwDAAA%3B%3BEAGJ%2CIAAI%2CIAAI%2C2CAA2C%3BIAC%5C%2FC%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%3BIACxB%2C2BAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAU%2CKAAE%3BIACpC%2CwBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%3BIAC1C%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CaAAa%2CgBAAb%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2C2CAAA%3BIACA%2CwBAAA%3BIACA%2CQAAQ%2CmBAAR%3BIACA%2CYAAY%2CmBAAZ%3BIACA%2C2BAAA%3BIACA%2CuBAAuB%2CqBAAqB%2CUAAU%2COAAO%2CgCAA7D%3BIACA%2CoBAAoB%2CsBAApB%3BIACA%2CiCAAA%3BIACA%2CYAAY%2CoBAAZ%3BIACA%2CSAAS%2CoBAAT%3BIACA%2C6BAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3BIACA%2CmCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%3BMAAO%2CUAAA%3BMAAY%2CWAAW%2CgBAAX%3B%3BIACnB%3BMAAO%2CUAAA%3BMAAY%2CWAAW%2CaAAX%3B%3B%3BEAGvB%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAQ%3BIAClD%2CSAAS%2CEAAT%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2C8BAAA%3BIACA%2CgCAAA%3BIACA%2C0DAAA%3BIACA%2CeAAe%2C0BAAf%3BIACA%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CwBAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAW%3BIACrD%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAW%2CKAAK%3BEAC9D%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAW%2CKAAK%2CIAAC%3BIAC3D%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAS%3BIACnD%2CwBAAA%3B%3BEAIA%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CwCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CyCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C6CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C4CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CiDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CsCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CwDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C8CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CgDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CwCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CGAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C4CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CGAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CyCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CGAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CgDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CqDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CuDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C0CAAtB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACnhBZ%3B%3B%3B%3B%3BAAAA%2CsBAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CsBAWI%2CaAAa%3BEACT%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CsBAkBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAvBR%2CsBA0BI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA7BR%2CsBAiCI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3B%3BAAqBR%2CQAhB2B%3BEACvB%2CsBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CsBAKI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CsBASI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3BAD8fZ%2CsBAEI%3BEACI%2CwBAAA%3BEACA%2C6BAA6B%2CcAA7B%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAANR%2CsBASI%3BEACI%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAhBR%2CsBAmBI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAxBR%2CsBA2BI%2CcAAc%2COAAM%3BAA3BxB%2CsBA4BI%2CcAAc%3BEACV%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2CsBAoCI%2CQAAO%2CKACH%3BAArCR%2CsBAoCI%2CQAAO%2CKAEH%2CUAAS%3BEACL%2CWAAA%3BEACA%2CWAAA%3B%3BAAiBZ%2CQAZ2B%3BEACvB%2CsBAAuB%3BIACnB%2C6BAA6B%2CcAA7B%3BIACA%2CSAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CuBAAA%3BIACA%2C2BAAA%3B%3B%3BAAsBR%2CQAlB0B%3BEACtB%2CsBAAuB%3BIACnB%2CyBAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3BAASR%2CaAAgB%3BEACZ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAgB%2CeAAa%3BEACzB%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAeJ%2CQAZ2B%3BEACvB%2CaAAgB%3BIACZ%2C6BAAA%3BIACA%2C8BAAA%3B%3B%3B%3B%3B%3BAASR%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CoDAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CUAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAAkBJ%2CQAf0B%3BEACtB%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3B%3B%3B%3B%3BAASR%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CwBAAA%3B%3B%3B%3B%3BAAQJ%3BEACI%2CyBAAA%3B%3B%3B%3B%3BAAQJ%2CqBAAsB%3BAACtB%2CqBAAsB%2CmBAAmB%3BAACzC%2CqBAAsB%2CSAAQ%2CUAAU%3BAACxC%2CqBAAsB%2CSAAQ%2CUAAU%2CYAAa%3BAACrD%2CqBAAsB%2CSAAQ%2CUAAU%3BAACxC%2CqBAAsB%2CSAAQ%2CUAAU%2CSAAU%3BEAC9C%2CkBAAA%3B%3B%3B%3B%3BAAQJ%2CgBAEI%2COAAM%2COAAO%2CoBAAoB%3BEAC7B%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAJR%2CgBAOI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%3BAAP3C%2CgBAQI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%3BEACnC%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAXR%2CgBAcI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%3BEACnC%2C0BAAA%3B%3BAAfR%2CgBAkBI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3B%3BAAzBR%2CgBA4BI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2COAAO%2CuBAAP%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAA%5C%2FBR%2CgBAkCI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAzCR%2CgBA4CI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BAA5C1D%2CgBA6CI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAhDR%2CgBAmDI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2C6BAAA%3B%3BAApDR%2CgBAuDI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3B%3BAAhER%2CgBAmEI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CyCAAA%3B%3BAA1ER%2CgBA6EI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2CqBAAA%3B%3BAA9ER%2CgBAiFI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAnFR%2CgBAsFI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%2CmBAAmB%3BAAtF7E%2CgBAuFI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAzFR%2CgBA4FI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BEAClD%2C4BAAA%3B%3BAA7FR%2CgBAgGI%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%2CiBAAiB%2CQAAO%3BEAC1E%2C8BAAA%3B%3BAAmBR%2CQAf0B%3BEACtB%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%3BIACpD%2C0BAAA%3B%3BEAGJ%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BIACnE%2COAAO%2CuBAAP%3B%3BEAGJ%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%2CmBAAmB%3BEAC1F%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BIACnE%2C0BAAA%3B%3B%3BAAiCR%2CQA7B2B%3BEACvB%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%3BIAC9C%2C4BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%3BIACpD%2CqBAAA%3B%3BEAGJ%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BIACnE%2COAAO%2CuBAAP%3B%3BEAGJ%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BIACnE%2C6BAAA%3B%3BEAGJ%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%2CmBAAmB%3BEAC1F%2CgBAAiB%2COAAM%2COAAO%2CoBAAoB%2CKAAM%2CeAAe%3BIACnE%2C0BAAA%3B%3B%3B%3B%3B%3BAASR%2CgBAAiB%2COAAM%2COAAO%2CoBAAqB%3BEAC%5C%2FC%2C4BAAA%3BEACA%2C8BAAA%3B%3B%3B%3B%3BAAQJ%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CkBAAkB%3BAACnC%2CgBAAiB%2CkBAAkB%2CaAAa%3BEAC5C%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3B%3B%3B%3BAAyDJ%2CQAjD0B%3BEAEtB%3BIACI%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BEACA%2CYAAa%2COAAM%3BEACnB%2CYAAa%2CQAAO%3BEACpB%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%3BEACA%2CaAAc%3BEACd%3BEACA%3BEACA%2COAAO%3BIACH%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CYAAa%2COAAM%3BEACnB%2CYAAa%2CQAAO%3BEACpB%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%3BEACA%2CaAAc%3BEACd%3BEACA%3BEACA%2COAAO%3BIACH%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAW%3BEAC%5C%2FB%2CYAAa%2COAAM%3BIACf%2CyBAAA%3BIACA%2C0BAAA%3B%3B%3B%3B%3B%3BAASR%2CgBAAiB%3BEACb%2CcAAA%3B%3B%3B%3B%3B%3B%3BAAyVJ%2CQA%5C%2FU0B%3BEAEtB%2CYAAa%2CQAAO%3BIAChB%2C6BAAA%3BIACA%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%3BIACzB%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CMAAM%3BIAC%5C%2FB%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%3BIACzB%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3BIAEA%2C4BAAA%3BIACJ%2CwBAAA%3BIACI%2C8BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BIAC5C%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%3BEACtD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BIAC5C%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%3BEACpE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%3BEACpE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%3BEACpE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%3BIAChE%2CwBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%3BEACpE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%2CMAAK%3BEACzE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%3BIAChE%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%2CQAAO%3BIACvE%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%2CQAAO%2COAAO%3BIAC9E%2CSAAS%2CEAAT%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAsB%2CkCAAtB%3BIACA%2C4BAAA%3BIACA%2CsCAAA%3BIACA%2CmCAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%2CaAAc%2CQAAO%2COAAQ%3BIAC%5C%2FE%2CwBAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BIAC5C%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%2CUAAO%3BEAC3E%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%2CUAAO%2CSAAS%3BEACpF%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAiB%2COAAU%2CUAAO%3BIAC9E%2C6BAAA%3BIACA%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%2CUAAO%2CSAAS%3BIAChF%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAkB%3BEAClE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAkB%3BIAC9D%2CwBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAkB%2CSAAQ%3BIACtE%2CoBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2C%2BBAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAkB%3BIAC9D%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAiB%3BEACjE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAiB%3BEACjE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%2CUAAO%2CSAAS%3BIAChF%2CwBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%3BEACpE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%3BIAChE%2C6BAAA%3BIACA%2CKAAK%2CiBAAL%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%2CaAAW%3BEAC%5C%2FE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAoB%2CwBAAsB%3BIACtF%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2C%2BBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAiB%2COAAU%2CaAAW%3BEACtF%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAiB%2COAAU%2CwBAAsB%3BEACjG%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAiB%2CMAAS%2CaAAW%3BEACrF%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CoBAAiB%2CMAAS%2CwBAAsB%3BIAC5F%2C8BAAA%3BIACA%2CqBAAA%3BIACA%2C%2BBAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CKAAE%3BEAClD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BEAChD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CKAAE%2CKAAK%3BIACnD%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CKAAE%2CmBAAsB%3BEACxE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CsBAAsB%3BIAClE%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CKAAE%2CmBAAsB%2CIAAC%3BEACzE%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CsBAAsB%2CIAAC%3BIACnE%2CSAAS%2CEAAT%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAsB%2CgCAAtB%3BIACA%2C4BAAA%3BIACA%2CsCAAA%3BIACA%2CmCAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BIAC5C%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CqBAAqB%2CSAAM%3BEAC3E%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CqBAAqB%2CSAAM%2CMAAM%3BIAC7E%2CwBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CqBAAmB%2CSAAQ%2CSAAS%3BIAChF%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CqBAAmB%2CQAAO%2COAAO%3BIAC7E%2CwBAAA%3BIACA%2C8BAAA%3BIACA%2CkCAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CqBAAmB%2CGAAE%2CSAAS%3BIAC1E%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CKAAK%2CgBAAL%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CqCAAA%3BIACA%2C2CAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CqBAAmB%2CSAAQ%2CSAAS%2CQAAQ%2COAAQ%2CGAAE%2CSAAS%3BEAC%5C%2FG%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CqBAAmB%2CSAAQ%2CSAAS%2CQAAQ%2COAAQ%2CUAAS%3BIACzG%2CyBAAA%3B%3B%3B%3B%3B%3BAA%2BCP%2CQAvCyB%3BEAEtB%2CYAAa%2CQAAO%2CQAAS%3BIAC7B%2CwBAAA%3BIACI%2C8BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CSAAM%3BEACtD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BIAC5C%2CmBAAA%3BIACA%2C2BAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BIAC5C%2CmBAAA%3BIACA%2C2BAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CKAAE%3BEAClD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BEAChD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CKAAE%2CKAAK%3BIACnD%2CmBAAA%3BIACA%2C2BAAA%3B%3B%3BEAIJ%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BEAChD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%2CYAAS%3BEACzD%2CYAAa%2CQAAO%2CQAAS%2CiBAAmB%3BIAC5C%2CmBAAA%3BIACA%2C2BAAA%3B%3B%3B%3B%3B%3BAE32CR%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAHF%2C4BAKE%3BEACE%2CWAAA%3BEACA%2CaAAA%3B%3BAAPJ%2C4BAUE%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtBJ%2C4BAyBE%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAA7BJ%2C4BAgCE%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApCJ%2C4BAgCE%2CUAME%3BEACE%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyDAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAiC%2CqCAAjC%3BEACA%2CyBAAyB%2CqCAAzB%3B%3BAAlDN%2C4BAgCE%2CUAqBE%2CIAAG%2CUAAU%3BEACX%2CuBAAA%3B%3BAAtDN%2C4BAgCE%2CUAyBE%2CIAAG%2CUAAU%3BEACX%2CsBAAA%3B%3BAA1DN%2C4BAgCE%2CUA6BE%2CIAAG%2CUAAU%3BEACX%2CuBAAA%3B%3BAAKN%3BEACE%3BIACE%2CWAAW%2CYAAX%3B%3BEAGF%3BIACE%2CWAAW%2CcAAX%3B%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3B%3B%3B%3BAAMF%2CWAAY%2CQAAO%2COAAO%3BEACxB%2CUAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAHF%2CmBAKE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CyCAAA%3B%3BAAVJ%2CmBAaE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAhBJ%2CmBAaE%2C%2BBAKE%3BEACE%2CaAAA%3B%3BAAsBN%2CQAjB2B%3BEACzB%2CaAAc%3BIACZ%2CWAAA%3BIACA%2CeAAe%2CYAAf%3BIACA%2CgBAAgB%2CYAAhB%3BIACA%2CcAAc%2CYAAd%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3BAAgBJ%2CQAZ2B%3BEACzB%2CaAAc%3BIACZ%2CWAAA%3BIACA%2CeAAe%2CYAAf%3BIACA%2CgBAAgB%2CYAAhB%3BIACA%2CcAAc%2CYAAd%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3BIACA%2CmBAAA%3B%3B%3BAAyBJ%2CQArB0B%3BEACxB%2CaAAc%3BIACZ%2CgBAAA%3B%3BEAGF%2CeAAgB%3BIACd%2CWAAA%3BIACA%2CeAAe%2CYAAf%3BIACA%2CgBAAgB%2CYAAhB%3BIACA%2CcAAc%2CYAAd%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BAAqBJ%2CQAjB0B%3BEACxB%2CeAAgB%3BIACd%2CWAAA%3BIACA%2CeAAe%2CYAAf%3BIACA%2CgBAAgB%2CYAAhB%3BIACA%2CcAAc%2CYAAd%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3BAAuBJ%2CQAnB0B%3BEACxB%2CaAAc%3BIACZ%2CWAAA%3BIACA%2CeAAe%2CYAAf%3BIACA%2CgBAAgB%2CYAAhB%3BIACA%2CcAAc%2CYAAd%3BIACA%2CmBAAmB%2CYAAnB%3BIACA%2CWAAW%2CYAAX%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3B%3B%3B%3B%3B%3BAAOJ%3BEACE%2CcAAA%3B%3BAADF%2CsBAGE%3BEACE%2CcAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CYAAa%2CMAAM%2CGAAE%2CyBACjB%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CYAAa%2CMAAM%2CGAAE%2CyBACjB%2CKAKA%3BEACE%2CSAAA%3B%3BAAMN%2CiBACE%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CiBACE%2CsBAIE%3BEACE%2CaAAA%3B%3BAAIJ%2CiBAAC%2COACC%3BEACE%2CmBAAA%3B%3BAAFJ%2CiBAAC%2COAKC%3BEACE%2CcAAA%3B%3BAAKN%3BEACE%2CcAAA%3B%3BAAGF%2CkBAAmB%3BEACjB%2C0BAAA%3B%3BAAGF%2CGAAG%2CiBAAkB%2CKAAI%2CIAAI%3BEAC3B%2CwBAAA%3B%3B%3BAC5PF%3BEAEI%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CsBAAA%3BEAEA%2CyBAAA%3BEACG%2CsBAAA%3BEACC%2CqBAAA%3BEACI%2CiBAAA%3BEAER%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACI%2CmBAAA%3BEACJ%2CwCAAA%3B%3BAAGJ%3BEAEI%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CaAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BEAEV%2CmBAAmB%2CoBAAnB%3BEACG%2CgBAAgB%2CoBAAhB%3BEACC%2CeAAe%2CoBAAf%3BEACC%2CcAAc%2CoBAAd%3BEACG%2CWAAW%2CoBAAX%3B%3BAAGZ%3BEAEI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEAEA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAY%3BAACZ%2CYAAY%3BEAER%2CcAAA%3BEAEA%2CSAAS%2CEAAT%3B%3BAAEJ%2CYAAY%3BEAER%2CWAAA%3B%3BAAEJ%2CcAAe%3BEAEX%2CkBAAA%3B%3BAAGJ%3BEAEI%2CaAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CYAAA%3B%3BAAEJ%2CYAAa%3BEAET%2CcAAA%3B%3BAAEJ%2CYAAY%2CcAAe%3BEAEvB%2CaAAA%3B%3BAAEJ%2CYAAY%2CSAAU%3BEAElB%2CoBAAA%3B%3BAAEJ%2CkBAAmB%3BEAEf%2CcAAA%3B%3BAAEJ%2CcAAe%3BEAEX%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEAEZ%2CcAAA%3BEAEA%2CYAAA%3BEAEA%2C6BAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CaAAA%3B%3B%3BAnBnHJ%2CcAAe%3BEAEX%2CqBAAqB%2C0CAArB%3B%3B%3BAAIJ%3BEAEI%2CaAAa%2COAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CSAAS%2CkBAAT%3BEACA%2CSAAS%2C0BAA4B%2COAAO%2C0BAA0B%2CoBAAsB%2COAAO%2CaAAa%2CmBAAqB%2COAAO%2CiBAAiB%2CyBAA2B%2COAAO%2CMAA%5C%2FL%3B%3B%3BAAGJ%3BAACA%3BEAEI%2CYAAA%3BEACA%2CcAAA%3BEAEA%2CkBAAA%3BEACA%2CQAAA%3BEAEA%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEAEA%2CeAAA%3BEAEA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAW%3BAACX%2CWAAW%3BAACX%2CWAAW%3BAACX%2CWAAW%3BEAEP%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAW%2CMAAM%3BAACjB%2CWAAW%2CMAAM%3BAACjB%2CWAAW%2CMAAM%3BAACjB%2CWAAW%2CMAAM%3BEAEb%2CUAAA%3B%3BAAEJ%2CWAAW%2CeAAe%3BAAC1B%2CWAAW%2CeAAe%3BEAEtB%2CaAAA%3B%3BAAGJ%2CWAAW%3BAACX%2CWAAW%3BEAEP%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEAEA%2CaAAA%3BEACA%2CYAAA%3BEAEA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEAEI%2CWAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CSAAS%2CKAAT%3B%3BAAEJ%2CWAAY%2CYAAW%3BEAEnB%2CSAAS%2CKAAT%3B%3BAAGJ%3BEAEI%2CYAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CSAAS%2CKAAT%3B%3BAAEJ%2CWAAY%2CYAAW%3BEAEnB%2CSAAS%2CKAAT%3B%3B%3BAAIJ%2CaAAa%3BEAET%2CmBAAA%3B%3BAAGJ%3BEAEI%2CkBAAA%3BEACA%2CaAAA%3BEAEA%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEAEA%2CgBAAA%3BEAEA%2CkBAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CkBAAA%3BEAEA%2CqBAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEAEA%2CeAAA%3B%3BAAEJ%2CWAAY%2CGAAG%3BEAEX%2CYAAA%3BEACA%2CcAAA%3BEAEA%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEAEA%2CeAAA%3BEAEA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CWAAY%2CGAAG%2COAAM%3BAACrB%2CWAAY%2CGAAG%2COAAM%3BEAEjB%2CaAAA%3B%3BAAEJ%2CWAAY%2CGAAG%2COAAM%2CMAAM%3BAAC3B%2CWAAY%2CGAAG%2COAAM%2CMAAM%3BEAEvB%2CUAAA%3B%3BAAEJ%2CWAAY%2CGAAG%2COAAM%3BEAEjB%2CaAAa%2COAAb%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEAEA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEAEA%2CWAAA%3BEACA%2CYAAA%3BEAEA%2CSAAS%2CKAAT%3BEACA%2CkBAAA%3BEAEA%2CaAAA%3BEACA%2CYAAA%3BEAEA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CWAAY%2CGAAE%2CaAAc%2COAAM%3BEAE9B%2CaAAA%3BEACA%2CYAAA%3B%3BAoBxMJ%2CgBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CaAAa%3BEACT%2CWAAA%3B%3BAAFR%2CqBAII%2CaAAa%3BEACT%2CWAAA%3BEACA%2CaAAA%3B%3BAANR%2CqBAQI%2CaAAa%3BEACT%2CWAAA%3BEACA%2CaAAA%3B%3BAAVR%2CqBAYI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CgBAAA%3B%3BAArBR%2CqBAYI%2CSAUI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CqBAYI%2CSAiBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnCZ%2CqBAYI%2CSAyBI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBArCR%2CSAyBI%2CYAYK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKhB%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAqB%2CkBACjB%3BEACI%2CkBAAA%3B%3BAAFR%2CqBAAqB%2CkBAIjB%2CaAAa%2CMAAI%3BEACb%2CiBAAA%3B%3BAAGR%2CqBAAsB%3BEAClB%2CgBAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBkB%2CaAkBjB%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAvBkB%2CaAuBjB%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqBA7BkB%2CaA6BjB%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqBAAsB%3BEAClB%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAY%3BEAC9B%2CaAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAACA%2CqBAJkB%2CaAAY%2CWAI7B%3BEACG%2CwBAAA%3B%3BAAEJ%2CqBAPkB%2CaAAY%2CWAO7B%3BEACG%2CgBAAA%3BEACG%2C4BAAA%3BEACA%2CgBAAgB%2C4BAAhB%3BEACH%2CiBAAA%3B%3BAAEJ%2CqBAbkB%2CaAAY%2CWAa7B%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqBAAsB%2CaAAY%3BEAU9B%2CUAAA%3BEACA%2CyBAAA%3B%3BAAVA%2CqBADkB%2CaAAY%2CWAC7B%3BEACG%2CwBAAA%3B%3BAAEJ%2CqBAJkB%2CaAAY%2CWAI7B%3BEACG%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAgB%2C2BAAhB%3BEACA%2CiBAAA%3B%3BAAIJ%2CqBAZkB%2CaAAY%2CWAY7B%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CqBADkB%2CcACjB%2CMACG%2CsBAAsB%2CaAAY%3BEAC9B%2CQAAA%3B%3BAAFR%2CqBADkB%2CcACjB%2CMAIG%2CsBAAsB%2CaAAY%3BEAC9B%2CUAAA%3B%3BAAWZ%2CmBAPqC%3BEACjC%2CqBACI%3BIACI%2CeAAA%3B%3B%3BAAwDZ%2CmBApDoC%3BEAChC%2CqBACI%3BIACI%2CeAAA%3B%3BEAFR%2CqBACI%2CSAEI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEALZ%2CqBACI%2CSAMI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAXZ%2CqBACI%2CSAYI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CqBAAsB%3BIAClB%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%3BIAM9B%2CWAAA%3B%3BEALA%2CqBADkB%2CaAAY%2CWAC7B%3BIACG%2CeAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CqBAAsB%2CaAAY%3BIAM9B%2CSAAA%3B%3BEALA%2CqBADkB%2CaAAY%2CWAC7B%3BIACG%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CqBAAsB%3BIAClB%2CiBAAA%3B%3BEAEJ%2CqBAAqB%2CkBACjB%2CaAAa%2CMAAI%3BIACb%2CiBAAA%3B%3B%3BAAyDZ%2CmBArDoC%3BEAChC%2CgBACI%3BIACI%2CgBAAA%3B%3BEAIR%2CqBACI%3BIAKI%2CeAAA%3B%3BEANR%2CqBACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CqBACI%2CSAMI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAZZ%2CqBACI%2CSAaI%3BIACI%2CeAAA%3BIACA%2CaAAA%3B%3BEAIZ%2CqBAAsB%3BIAClB%2CwBAAA%3B%3BEAEJ%2CqBAAsB%2CaAClB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEALR%2CqBAAsB%2CaAQlB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEAZR%2CqBAAsB%2CaAelB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3B%3BAAIZ%3BEACG%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEH%2CcAAe%3BEACZ%2CYAAA%3BEACA%2CeAAA%3B%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BACpOC%2CgBALsC%3BECMtC%2CiCAzBA%3BECuLA%2C0BACI%2CcDxLJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECkLL%2C0BACI%2CcDxLJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAmBR%2CiCAfA%3BEC6KA%2C0BACI%2CcD9KJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA4BJ%3BEEgDA%2COACI%2CgBACI%2CeAGI%3BECgPZ%2CgBAGI%3BEAqEJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECzVhB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECyOhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIL7RhB%2CYAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEE2DX%2COACI%2CgBACI%2CeAGI%2CKFhEX%2CUAAU%3BEGgTX%2CgBAGI%2COHnTH%2CUAAU%3BEGwXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH9Xf%2CUAAU%3BEIqCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Cf%2CUAAU%3BEKoRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BEKqRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEEsDX%2COACI%2CgBACI%2CeAGI%2CKF3DX%2CUAAU%3BEG2SX%2CgBAGI%2COH9SH%2CUAAU%3BEGmXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHzXf%2CUAAU%3BEIgCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtCf%2CUAAU%3BEK%2BQX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BEKgRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BIACP%2CYAAA%3B%3BEAyNJ%3BEMxKI%2COAAO%2CKAAM%2CyBACT%3BECjCR%2CyBACI%2CQAAO%3BECwOH%2COAAO%2CKAAM%2CcADjB%3BEAoBA%2CKAAC%2CcAsCG%2CcACI%3BECrGZ%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BERvFA%2COAAO%2CKAAM%2CiCACT%3BESlNR%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BECyOR%2CqBASI%2CMACI%2CqBACI%3BIZvCZ%2CcAAA%3B%3BEA%2BDA%3BEAkFgB%2CuBAXZ%2CUASI%2CYACI%2CQACK%3BEClQjB%2CwBDuPI%2CUASI%2CYACI%2CQACK%3BECjQjB%2CuBDsPI%2CUASI%2CYACI%2CQACK%3BEatajB%2CqBb2ZI%2CUASI%2CYACI%2CQACK%3BEI9UjB%2CmBJmUI%2CUASI%2CYACI%2CQACK%3BEc3ajB%2CKAAK%2CKAAK%2COdgaN%2CUASI%2CYACI%2CQACK%3BIAjFb%2CkBAAA%3BIACA%2CQAAA%3B%3BEAuEQ%2CuBAFR%2CUACI%2COACK%2CIAAI%2CSACD%3BEC1PhB%2CwBDuPI%2CUACI%2COACK%2CIAAI%2CSACD%3BECzPhB%2CuBDsPI%2CUACI%2COACK%2CIAAI%2CSACD%3BEa9ZhB%2CqBb2ZI%2CUACI%2COACK%2CIAAI%2CSACD%3BEItUhB%2CmBJmUI%2CUACI%2COACK%2CIAAI%2CSACD%3BEcnahB%2CKAAK%2CKAAK%2COdgaN%2CUACI%2COACK%2CIAAI%2CSACD%3BIACI%2CUAAA%3B%3BEAyBpB%3BEe1SA%2CSACI%3BEC9HI%2COAAO%2CIAAI%2CeAAgB%2CKAD%5C%2FB%3BEAEI%2COAAO%2CIAAI%2CqBAAsB%2CKAFrC%3BEboXI%2CgBADJ%2CUACK%3BIZnIT%2CkBAAA%3B%3BES6OA%3BEiB3XA%3BECgDA%2CaAOI%3BEf4TJ%3BEgB7bA%2CsBACI%3BI5BrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BES8%5C%2FBD%2CkBT%5C%2F%5C%2FBC%3BES%2B%5C%2FBD%2CkBT9%5C%2FBC%3BEemFD%2CwBAKI%2CefzFH%3BEeoFD%2CwBAKI%2CefxFH%3BEeoID%2CiCfrIC%3BEeqID%2CiCfpIC%3BEe0JD%2CkBf3JC%3BEe2JD%2CkBf1JC%3BEW6FD%2CkBAWI%2CeXzGH%3BEW8FD%2CkBAWI%2CeXxGH%3BEW6GD%2COACI%2CgBACI%2CeXhHP%3BEW8GD%2COACI%2CgBACI%2CeX%5C%2FGP%3BEiB6RD%2CejB9RC%3BEiB8RD%2CejB7RC%3BEYkWD%2CgBZnWC%3BEYmWD%2CgBZlWC%3BEY0aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeZ9aX%3BEY2aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeZ7aX%3BEY4bD%2CqBACI%2COAAM%2CUZ9bT%3BEY6bD%2CqBACI%2COAAM%2CUZ7bT%3BEU0KD%2C0BACI%2CcV5KH%3BEU2KD%2C0BACI%2CcV3KH%3BE6ByLD%2CcACI%2CQ7B3LH%3BE6B0LD%2CcACI%2CQ7B1LH%3BE6B%2BLD%2CMACI%2CeACI%2CS7BlMP%3BE6BgMD%2CMACI%2CeACI%2CS7BjMP%3BE8B6VD%2C0B9B9VC%3BE8B8VD%2C0B9B7VC%3BEoBoCD%2CcAKI%2CepB1CH%3BEoBqCD%2CcAKI%2CepBzCH%3BEauFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ceb3FX%3BEawFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ceb1FX%3BEcsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ced3UX%3BEcuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ced1UX%3BEcuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ced3UX%3BEcwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2Ced1UX%3BE%2BB0RG%2COAAC%2CQ%5C%2FB3RJ%3BE%2BB2RG%2COAAC%2CQ%5C%2FB1RJ%3BE%2BBgSD%2CYAQI%2CQAAO%2CM%5C%2FBzSV%3BE%2BBiSD%2CYAQI%2CQAAO%2CM%5C%2FBxSV%3BEY0aD%2CQAaI%2CSZxbH%3BEY2aD%2CQAaI%2CSZvbH%3BEUsKD%2C6BVvKC%3BEUuKD%2C6BVtKC%3BE8BybD%2CyB9B1bC%3BE8B0bD%2CyB9BzbC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BESy%5C%2FBD%2CkBTz%5C%2FBC%3BEe8ED%2CwBAKI%2CefnFH%3BEe%2BHD%2CiCf%5C%2FHC%3BEeqJD%2CkBfrJC%3BEWwFD%2CkBAWI%2CeXnGH%3BEWwGD%2COACI%2CgBACI%2CeX1GP%3BEiBwRD%2CejBxRC%3BEY6VD%2CgBZ7VC%3BEYqaD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeZxaX%3BEYubD%2CqBACI%2COAAM%2CUZxbT%3BEUqKD%2C0BACI%2CcVtKH%3BE6BoLD%2CcACI%2CQ7BrLH%3BE6B0LD%2CMACI%2CeACI%2CS7B5LP%3BE8BwVD%2C0B9BxVC%3BEoB%2BBD%2CcAKI%2CepBpCH%3BEakFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CebrFX%3BEciUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CedrUX%3BEckUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CedrUX%3BE%2BBqRG%2COAAC%2CQ%5C%2FBrRJ%3BE%2BB2RD%2CYAQI%2CQAAO%2CM%5C%2FBnSV%3BEYqaD%2CQAaI%2CSZlbH%3BEUiKD%2C6BVjKC%3BE8BobD%2CyB9BpbC%3BIACG%2CWAAA%3B%3BES8hBJ%3BEuBrfA%2COAAO%3BEAMP%3BEAWA%3BIvB0dA%2CsBAAA%3B%3BEAsBA%3BEwB5gBA%3BIxBsfA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BEyBVlB%2CiBzBQI%2CUACM%3BEyBTV%2CiBzBQI%2CUAEI%2CQAAU%3BIT1UlB%2CgBAAA%3B%3BEmCulBA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEADN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEAfN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BE1BjSR%2C8BACI%2CUACM%2CS0B2KR%3BE1B7KF%2C8BACI%2CUAEI%2CQAAU%2CS0B0KhB%3BEDpLF%2CiBzBQI%2CUACM%2CS0B2KR%3BEDpLF%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0KhB%3BInCpfF%2CeAAA%3BImCwfI%2CqBAAA%3B%3BEA6HA%2C8B1B7SA%2CUACM%2CS0B0ST%2COAEI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEAAD%2C8B1B7SA%2CUACM%2CS0B2ST%2CSACI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B0ST%2COAEI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B2ST%2CSACI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BIACG%2CaAAA%3B%3BE1BzSI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA2YhB%3BE2B98BA%3BEC6FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI5Bg2BnC%2CaAAA%3B%3BEAkEA%3BEGplBA%2CQAaI%3BEFjRJ%3BEoBmRA%3BIrBskBI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CkBAKI%3BEGzlBJ%2CQAaI%2CSH4kBA%3BEC71BJ%2C6BD61BI%3BEqB1kBJ%2CyBrB0kBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CkBAWI%3BEG%5C%2FlBJ%2CQAaI%2CSHklBA%3BECn2BJ%2C6BDm2BI%3BEqBhlBJ%2CyBrBglBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBR%2CkBAmBI%3BEGvmBJ%2CQAaI%2CSH0lBA%3BEC32BJ%2C6BD22BI%3BEqBxlBJ%2CyBrBwlBI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4ER%3BEEngCA%3BEMgMA%2CeAEI%3BECjBJ%2CeACI%3BITk1BA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CgCAKI%3BEExgCJ%2CkBFwgCI%3BEQx0BJ%2CeAEI%2CWRs0BA%3BESv1BJ%2CeACI%2CgBTs1BA%3BIACI%2CiBAAA%3B%3BEAIA%2CgCADJ%2CQACK%3BEACD%2CgCAFJ%2CQAEK%3BEE9gCT%2CkBF4gCI%2CQACK%3BEE7gCT%2CkBF4gCI%2CQAEK%3BEQ90BT%2CeAEI%2CWR00BA%2CQACK%3BEQ70BT%2CeAEI%2CWR00BA%2CQAEK%3BES71BT%2CeACI%2CgBT01BA%2CQACK%3BES51BT%2CeACI%2CgBT01BA%2CQAEK%3BIACG%2CiBAAA%3B%3BEAGJ%2CgCANJ%2CQAMK%3BEElhCT%2CkBF4gCI%2CQAMK%3BEQl1BT%2CeAEI%2CWR00BA%2CQAMK%3BESj2BT%2CeACI%2CgBT01BA%2CQAMK%3BIACG%2CWAAA%3B%3BE6BvnCZ%3BItC0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEgC%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEOrDA%2CCAAC%2CmBAAwB%2CQPkDtB%3BIhCoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCrZL%2CCAAC%2CoBAAyB%2CQP%2BCvB%3BIhCoMP%2CmBAAA%3BIuC9KA%2CqBAAA%3BIvC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuClZL%2CCAAC%2CyBAA%2BB%2CQP4C7B%3BIhCoMP%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuC%5C%2FYL%2CCAAC%2C0BAAgC%2CQPyC9B%3BIhCoMP%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgChWT%3BIAEI%2CiBAAA%3B%3BEO3CA%2CCAAC%2CoBAAyB%3BIvCuO9B%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCtYL%2CCAAC%2CyBAA%2BB%3BIvCoOpC%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCnYL%2CCAAC%2C0BAAgC%3BIvCiOrC%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgC1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEO3CA%2CCAAC%2CoBAAyB%3BIvC2N9B%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuC1XL%2CCAAC%2CyBAA%2BB%3BIvCwNpC%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuCvXL%2CCAAC%2C0BAAgC%3BIvCqNrC%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgC9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEQ6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIxCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIwCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIzCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIyCJI%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%3BIzChBN%2CgBAAA%3B%3BEyCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIzCxBJ%2CkBAAA%3BIyC0BQ%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%3BIzC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIyCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIzC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEyCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIzCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIyC2EgB%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%3BIzCzFpB%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEDmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBCnGhB%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0C2CA%2CWDkPI%2CQA2DK%2COACK%2CaAGI%2CgBCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C9NQ%2CO3C8NR%3BIAAA%2Ca4CzRe%2CmB5CyRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDlFA%2CWAiCI%2CQA8EI%3BIzCtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIyC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIzClHZ%2CgBAAA%3B%3BEyCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIzC%5C%2FON%2CgBAAA%3B%3BEyCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIzC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIyC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIzCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIyCuQY%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%3BIzCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEyCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIzCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEyCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIzCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEyCTA%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%3BIzCpL5B%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEDgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC9LxB%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0C2CA%2CWDkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2CxPQ%2CO3CwPR%3BIAAA%2Ca4CzRe%2CmB5CyRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BED0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIzCpMZ%2CqBAAA%3BI0ChOA%2CqBAAA%3B%3BEAMA%2CWDkPI%2CQA2KK%2CKC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2CzPgB%2CO3CyPhB%3BIAAA%2Ca4CzRe%2CmB5CyRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEhB9HR%2CSAKM%3BIxB8GN%2CgBAAA%3BImCwcA%2CsBAAA%3BIXpjBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSWuvBJ%3BIAoDF%2CSAAA%3B%3BEnCj7BA%2CSwBsIM%2CSxBtIL%3BEACD%2CSwBqIM%2CSxBrIL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CSwBgIM%2CSxBhIL%3BIACG%2CWAAA%3B%3BEmCurBJ%2CSXxjBM%2CSWwjBL%2COAAO%3BEACR%2CSXzjBM%2CSWyjBL%2CSAAS%3BInC3cV%2CqBAAA%3BIAAA%2CYAAA%3BImC8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEXpkBJ%2CSAKM%2CSWkkBN%3BInCpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BImCwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSX1kBM%2CSW0kBL%2CIAAI%2CSACC%3BInC7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BImCkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSX1kBM%2CSW0kBL%2CIAAI%2CSAUC%3BInCteN%2CYAAA%3BImCweQ%2CWAAA%3B%3BEU7vBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BE9C0CA%2CQ6CjCQ%2CKAAK%2CM7CiCZ%3BEACD%2CQ6ClCQ%2CKAAK%2CM7CkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ6CvCQ%2CKAAK%2CM7CuCZ%3BIACG%2CWAAA%3B%3BE6CxCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BI9CwRN%2CYAAA%3BI8CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BI9CgRP%2CgBAAA%3BI8C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE9CsBJ%2CQ6CjCQ%2CKAAK%2CMCKX%2CQAAK%2CQ9C4BN%3BEACD%2CQ6ClCQ%2CKAAK%2CMCKX%2CQAAK%2CQ9C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ6CvCQ%2CKAAK%2CMCKX%2CQAAK%2CQ9CkCN%3BIACG%2CWAAA%3B%3BE8C3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BI9CsNP%2CiBAAA%3B%3BE6CrRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BI9CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI8C%5C%2FLQ%2CmBAAA%3BI9C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE%2BCjJA%2CQFpIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCmEL%3BI%5C%2FCiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE%2BC5IA%2CQFzIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCwEL%3BI%5C%2FC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE%2BCvIA%2CQF9IQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUC6EL%3BI%5C%2FCuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE8C1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI9CyL9B%2CmBAAA%3B%3BE8CrLI%2CQDhGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDlGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDnGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI9CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE8C5KI%2CQDzGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD1GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD3GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI9C0KtB%2CmBAAA%3B%3BE6CrRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BI9CqKP%2CmBAAA%3BI8CnKI%2CgBAAA%3BIACA%2C4BAAA%3BIAoBJ%2CSAAA%3BI9C8IA%2C6BAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEyBlBJ%2CgBuB0CA%3BIACI%2CWAAA%3B%3BEvB3CJ%2CgBuB8CA%3BIACI%2CYAAA%3B%3BEvB%5C%2FCJ%2CgBuBjBA%3BEvBiBA%2CgBuBhBA%3BIACI%2CqBAAA%3B%3BEvBeJ%2CgBuBjBA%2CSAQI%2CEAAC%3BEvBSL%2CgBuBhBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEvBQR%2CgBuBHA%2CSACI%3BIhDiQJ%2CiBAAA%3B%3BEyB%5C%2FPA%2CgBuBOA%2CWAKI%2CEAAC%3BIhDmPL%2CeAAA%3B%3BEyB%5C%2FPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEwBqIR%2CYAAC%2CYACG%3BIjDiHR%2C6BAAA%3BIiD%5C%2FGY%2CiBAAA%3B%3BECrHZ%3BIACI%2CwBAAA%3B%3BEnCmEJ%2CwBACI%3BIACI%2CgCAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BIf0GJ%2CmBAAA%3B%3BEetGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEJxEZ%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAJR%2CkBAOI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEK5BR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEmC0MZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcANR%2CeACI%2CcAKK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BEzB7PZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BI1B0IA%2CcAAA%3BI0BxII%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BI1BkIJ%2CqBAAA%3BI0C9QA%2CqBAAA%3B%3BEhB%2BIQ%2CWADH%2CIAAI%2CSACA%3BI1B%2BHT%2CcAAA%3BI0B7HY%2CmBAAA%3B%3BEAIR%2CWAAC%3BIACG%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BI1BqHL%2CcAAA%3B%3BE0B1IA%2CWgB8HE%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2CnPQ%2CO3CmPR%3BIAAA%2Ca4CzRe%2CmB5CyRf%3BIAAA%2CsBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BI1C2PL%2CcAAA%3B%3BE0CzKA%2CUAAC%3BI1CyKD%2CS2CrPQ%2CO3CqPR%3B%3BE0BnGI%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEQiXR%2CkBAEI%3BEADJ%2CuBACI%3BIACI%2CcAAA%3B%3BEAHR%2CkBAEI%2CYAGI%2COAAM%3BEAJd%2CuBACI%2CYAGI%2COAAM%3BIACF%2CmBAAA%3B%3BEANZ%2CkBAEI%2CYAOI%3BEARR%2CuBACI%2CYAOI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAKZ%2CkBACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEAuCZ%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAII%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEkBpkBJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BIpDgMR%2CiBAAA%3B%3BEoDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BIpDqLR%2CeAAA%3B%3BEoDzMA%2CqBAcI%2CQAUI%3BIpDiLR%2CiBAAA%3BIoD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BIpD0KR%2CeAAA%3B%3BEoDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BIpDmKb%2CeAAA%3BIoDjKgB%2CWAAA%3B%3BEzBmEhB%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAdR%2CaAiBI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApBR%2CaAuBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BE3B2JR%2Ca2B%5C%2FJI%2CM3B%2BJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2Ca2BpKI%2CM3BoKH%3BIA7FD%2CcAAA%3B%3BEAkGA%2Ca2BzKI%2CM3ByKH%3BIAlGD%2CcAAA%3B%3BEAuGA%2Ca2B9KI%2CM3B8KH%3BIAvGD%2CcAAA%3B%3BE2B9FA%2CaA8BI%2CQAAO%3BI3BgEX%2CqBAAA%3BIqDzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIrDgDA%2CgBAAA%3BI2BxDQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2CaA8BI%2CQAAO%2COeoDT%3BI1ChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE0CHA%2CafwMI%2CQAAO%2COexMV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI1C9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2C3OU%2CO3C2OV%3BIAAA%2Ca4CzRe%2CmB5CyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI0CqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Caf2LA%2CQAAO%2COe5LV%2CMACI%3BI1C2PL%2CcAAA%3B%3BE0CrPI%2CafqLA%2CQAAO%2COetLV%2COACI%3BI1CqPL%2CcAAA%3B%3BEqD7CA%2Ca1BnBI%2CQAAO%2CO0BmBV%3BEACD%2Ca1BpBI%2CQAAO%2CO0BoBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca1BzBI%2CQAAO%2CO0ByBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca1B9BI%2CQAAO%2CO0B8BV%3BEACD%2Ca1B%5C%2FBI%2CQAAO%2CO0B%2BBV%3BEACD%2CQAAQ%2CUAAW%2Cc1BhCf%2CQAAO%3BI0BiCP%2CoBAAA%3BIrD%2BBJ%2CYAAA%3B%3BE2BjDY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BI3BiDb%2CWAAA%3B%3BE2B1CA%3BIACI%2CaAAA%3B%3BEVmFJ%2CeAMI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGI%2COAAO%2CKAAM%2CcADjB%2CiBAGU%3BIACE%2CWAAA%3B%3BEAThB%2CaAcI%2COACI%2CUACI%3BIjBzEZ%2CgBAAA%3BIiB2EgB%2CgBAAA%3B%3BEkB4gBhB%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BElB%5C%2FiBR%2CaAcI%2COACI%2CUACI%2COkB2aV%3BInCpfF%2CeAAA%3BImCwfI%2CqBAAA%3B%3BEA6HA%2CalB9iBA%2COACI%2CUACI%2COkB0iBX%2COAEI%3BEAAD%2CalB9iBA%2COACI%2CUACI%2COkB2iBX%2CSACI%3BIACG%2CaAAA%3B%3BElBpiBJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKI%2CKARX%2CcAMG%2CMACI%2CKACK%3BIACG%2CsBAAA%3B%3BEAIR%2CKAbP%2CcAMG%2CMAOK%2CQACG%3BIACI%2CiBAAA%3B%3BEAMR%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CcACI%3BIACI%2CgBAAA%3B%3BEAzChB%2CKA%2BCI%3BIACI%2CmBAAA%3B%3BEAKR%2CsBACI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAHR%2CsBAMI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGI%2CsBALR%2COAII%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEqCjDZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BErB3UR%3BIjC%2BMA%2CmBAAA%3BIuCtLA%2CWAAA%3BIvCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIiC9WL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEsBsER%3BIvD%2BHA%2CYAAA%3B%3BEwD1QA%2CqBACI%2CaACI%3BIxDwQR%2CgBAAA%3B%3BEwD1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC8NhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BIzDmBJ%2CgBAAA%3B%3BEyDdA%3BIACI%2CWAAA%3B%3BEC3QJ%3BI1DwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIuClLA%2CYAAA%3BIvCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE2D7QT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECnEZ%3BI5D2KA%2CsBAAA%3BIAAA%2CyBAAA%3BI4DxKI%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%3BI5D4JL%2CYAAA%3BI4D1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BI5DkJA%2CmBAAA%3BI4DhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BI5D4IJ%2CiBAAA%3BI4D1IQ%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%3BI5DkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI4DrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BI5DyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE4DjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEClCR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAZhB%2CwBAiBI%2CwBACI%2CUACM%3BIACE%2CgBAAA%3B%3BEAGI%2CwBANhB%2CwBACI%2CUACM%2CSAGG%2COACI%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3BEAIR%2CwBAZZ%2CwBACI%2CUACM%2CSAUG%2CKACG%3BIACI%2CkBAAA%3B%3BEAGJ%2CwBAjBhB%2CwBACI%2CUACM%2CSAUG%2CKAKI%2CaACG%3BIACI%2CcAAA%3B%3BEAS5B%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEC7CZ%2CwBACI%3BI9DoGJ%2CkBAAA%3B%3BE8DrGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BECjLhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEnD4XJ%2CgBAGI%2COAEI%2COACI%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATpB%2CgBAGI%2COAEI%2COACI%2CiBAMM%3BIACE%2CWAAA%3B%3BEAcpB%2CSACI%2CUACI%2COACI%3BIZ7IZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIYkJgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BIZtJZ%2CYAAA%3BIYwJgB%2CWAAA%3B%3BEAMhB%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAOJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAsBR%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CiBAAA%3B%3BEAchB%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEoD%5C%2FbR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BE9CqKhB%2CaACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAdhB%2CaAII%2CiBAKI%2CWAQI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaArBR%2CiBAoBK%2CUAAU%2CGACN%3BIlBAb%2C8BAAA%3BIkBEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIlBfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEkBsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BER5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CyBACI%2CUAEM%2C2BACI%3BIVoFd%2CgBAAA%3BImCwcA%2CsBAAA%3B%3BEzBhiBA%2CyBACI%2CUAEM%2C2BACI%2CSyB6tBZ%3BIAoDF%2CSAAA%3B%3BEnCj7BA%2CyBU6JI%2CUAEM%2C2BACI%2CSVhKb%3BEACD%2CyBU4JI%2CUAEM%2C2BACI%2CSV%5C%2FJb%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBUuJI%2CUAEM%2C2BACI%2CSV1Jb%3BIACG%2CWAAA%3B%3BEmCurBJ%2CyBzBjiBI%2CUAEM%2C2BACI%2CSyB8hBb%2COAAO%3BEACR%2CyBzBliBI%2CUAEM%2C2BACI%2CSyB%2BhBb%2CSAAS%3BInC3cV%2CqBAAA%3BIAAA%2CYAAA%3BImC8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEzBziBJ%2CyBACI%2CUAEM%2C2BACI%2CSyBwiBd%3BInCpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BImCwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSACC%3BInC7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BImCkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSAUC%3BInCteN%2CYAAA%3BImCweQ%2CWAAA%3B%3BEzBliBA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEmBlBZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BI7BoCZ%2C8BAAA%3BI6BlCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEPlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BItB8PV%2CgBAAA%3B%3BEsBzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEQmVJ%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BI9BjGR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI8BsGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BI9B7FR%2CgBAAA%3B%3BEmCulBA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEL5gBJ%2CSAAC%2COAAO%2CMACJ%2COKuZN%3BInCpfF%2CeAAA%3BImCwfI%2CqBAAA%3B%3BEA6HA%2CSLzhBC%2COAAO%2CMACJ%2COKshBP%2COAEI%3BEAAD%2CSLzhBC%2COAAO%2CMACJ%2COKuhBP%2CSACI%3BIACG%2CaAAA%3B%3BEL5gBR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BI9BjKZ%2CeAAA%3B%3BE8BuKQ%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%3BEmC5ZpB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%3BIACI%2CiBAAA%3B%3BEAEA%2CMAPF%2CWAIF%2COAGK%3BIACG%2CgBAAA%3B%3BEARZ%2CMAAM%2CWAIF%2COAOI%3BIACI%2CWAAA%3B%3BEAZZ%2CMAAM%2CWAgBF%2CQAAO%3BIACH%2CkBAAA%3B%3BE7CHR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAEI%3BEAPR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAKI%2CeAUI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2CcA2BI%2CKAAI%3BEA3BR%2CcA4BI%3BEA5BJ%2CcA6BI%3BIACI%2CiBAAA%3B%3BE8C%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BEtDoFR%2CmBAEI%2CYACI%2COAAM%3BIACF%2CgBAAA%3B%3BEASZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEAOpB%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BECsKZ%2CkBACI%3BEADJ%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAKI%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CYAAA%3B%3BEAIR%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CmBACI%3BIdzEJ%2CiBAAA%3B%3BEcmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEiB5FpB%2CaACM%3BEADN%2CaAEM%3BEAFN%2CaAGM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CWAAY%3BIACR%2CcAAA%3B%3BEAIA%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BI%5C%2FBjBZ%2CSAAA%3BIAAA%2CUAAA%3BI%2BC1KA%2CqBAAA%3BIhB6LY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CMgBnLf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEhBgLA%2COAAC%2CMACK%2CUAAO%2CMAMH%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2COAXX%2CMACK%2CUAAO%2CMAMH%2CKAIG%3BEAXb%2COAAC%2CMACK%2CUAAO%2CMAMH%2CKAKE%3BIACI%2CgBAAA%3B%3BEAGJ%2COAhBX%2CMACK%2CUAAO%2CMAMH%2CKASG%2CQACG%3BI%5C%2FB%5C%2FBpB%2CiBAAA%3B%3BE%2BBuCI%2COAAC%3BIAEG%2CoBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYAQI%2CQAAO%3BIAEH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CqBAAA%3B%3BEAIR%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CqBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CYAAA%3B%3BEAFR%2COAAC%2CQAKG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEATR%2COAAC%2CQAYG%2CUAAS%3BIACL%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEqC5UZ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BE%5C%2FCoPA%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BIACG%2CgBAAA%3B%3BEANR%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%3BIACF%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAZZ%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%2CIAIF%3BIACI%2CWAAA%3B%3BEAfhB%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYACI%3BIACI%2CSAAA%3B%3BEAtBZ%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYAKI%3BIACI%2CgBAAA%3B%3BEAUR%2CqBAFR%2CSACK%2CKACI%3BIACG%2CYAAA%3B%3BEgB3OhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3B%3BA7B%5C%2FEZ%2CgBAL4C%3BET6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BASxEZ%2CgBAJ2C%3BE0BwiBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */