/**
 * Copyright 2015 Adobe
 * All Rights Reserved.
 */
/* ======================================================================
   PUPPIA B2C — TYPOGRAPHY
   ====================================================================== */
/* ── Google Fonts ── */
/* ── Base body ── */
body {
  font-family: 'Inter', sans-serif;
  color: #222;
}
/* ── Headings ── */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
/* ── Navigation ── */
nav {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
/**
 * Copyright 2015 Adobe
 * All Rights Reserved.
 */
/* Puppia B2C — Base LESS variables */
/* ======================================================================
   PUPPIA B2C — MODULAR FUNCTION-DRIVEN LAYOUT SYSTEM
   ====================================================================== */
.catalog-product-view .product.media [data-gallery-role='gallery-placeholder'] {
  display: none;
}
.ken-gallery {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.ken-gallery-toolbar {
  display: flex;
  flex: 0 0 80px;
  justify-content: center;
  padding-top: 20px;
  width: 80px;
}
.ken-layout-switch {
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0;
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px;
}
.ken-layout-option {
  background: none;
  border: 0;
  border-radius: 0;
  box-sizing: content-box;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 0;
  opacity: 0.3;
  padding: 0;
  transition: opacity 0.15s ease;
  width: 30px;
}
.ken-layout-option img {
  display: block;
  height: 100%;
  width: 100%;
}
.ken-layout-option:hover {
  opacity: 0.6;
}
.ken-layout-option[aria-pressed='true'] {
  opacity: 1;
}
.ken-layout-option:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.ken-vertical-gallery-wrapper {
  display: grid;
  flex: 1 1 auto;
  gap: 10px;
  grid-template-columns: 1fr;
  min-width: 0;
}
.ken-vertical-gallery-wrapper[data-ken-layout='single'] {
  grid-template-columns: 1fr;
}
.ken-vertical-gallery-wrapper[data-ken-layout='single'] > .ken-large-image:nth-child(n + 7) {
  display: none;
}
.ken-vertical-gallery-wrapper[data-ken-layout='double'] {
  grid-template-columns: repeat(2, 1fr);
}
.ken-vertical-gallery-wrapper[data-ken-layout='double'] > .ken-large-image:nth-child(n + 13) {
  display: none;
}
.ken-vertical-gallery-wrapper[data-ken-layout='hero'] {
  grid-template-columns: repeat(2, 1fr);
}
.ken-vertical-gallery-wrapper[data-ken-layout='hero'] > .ken-large-image:first-child {
  grid-column: 1 / -1;
}
.ken-vertical-gallery-wrapper[data-ken-layout='hero'] > .ken-large-image:nth-child(n + 12) {
  display: none;
}
.ken-large-image {
  margin: 0;
  width: 100%;
}
.ken-large-image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.ken-vertical-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 600px;
  overflow-y: auto;
}
.ken-thumb img {
  border: 1px solid #ddd;
  cursor: pointer;
  height: 80px;
  object-fit: cover;
  width: 80px;
}
.ken-main-image img {
  height: auto;
  width: 500px;
}
/* ======================================================================
   1. DESIGNER-SAFE VARIABLES
   ====================================================================== */
/* ── [Puppia Config] Admin Panel Controls ──────────────────────────────
   These variables are exposed as controls in the Magento Admin Panel
   under Content > Configuration > [Puppia Config] (sort order: 999).
   Co-workers can adjust these without touching code.

   LOGO
   @puppia-logo-text           : text shown as logo (default: "puppia")
   @puppia-logo-color          : logo text color
   @puppia-logo-font-size      : logo font size
   @puppia-logo-font-weight    : logo font weight (700 = bold)

   STICKY HEADER
   @puppia-sticky-header       : 1 = enabled, 0 = disabled
   @puppia-sticky-bg           : sticky header background color
   @puppia-sticky-shadow       : sticky header box-shadow

   GLOBAL COLORS
   @puppia-primary-color       : brand primary / accent color
   @puppia-header-bg           : default header background
   @puppia-footer-bg           : footer background
   @puppia-body-text-color     : base body text color
   @puppia-link-color          : link color
   @puppia-link-hover-color    : link hover color
   @puppia-button-bg           : primary button background
   @puppia-button-text         : primary button text color
   @puppia-button-hover-bg     : primary button hover background
   ──────────────────────────────────────────────────────────────────── */
/* Hide B2B mega menu bleeding into B2C */
.custom-mega-menu {
  display: none !important;
}
.topmenu-wrapper {
  display: none !important;
}
/* ======================================================================
   2. INTERNAL VARIABLES
   ====================================================================== */
/* ======================================================================
   3. BREAKPOINT OVERRIDES
   ====================================================================== */
/* ======================================================================
   4. FUNCTION LIBRARY
   ====================================================================== */
/* ======================================================================
   5. GLOBAL WRAPPERS + PAGE LAYOUT
   ====================================================================== */
a:visited,
.alink:visited {
  color: #1e1e1e;
  text-decoration: none;
}
.template-debug {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999999 !important;
}
.puppia-nav-root a {
  color: #1e1e1e;
  /* your desired color */
}
.puppia-nav-root a:hover {
  color: #ff5501;
  /* hover color */
}
.page-header,
.page-footer {
  width: 100%;
}
.page-footer {
  background-color: #f7f7f7 !important;
  color: #1e1e1e !important;
  padding: 20px 0 !important;
}
.page-wrapper,
.columns {
  max-width: 100% !important;
  width: 100% !important;
}
.page-footer a {
  color: #1e1e1e;
  /* your desired color */
  text-decoration: none;
}
.page-footer a:hover {
  color: #ff5501;
  /* hover color */
  text-decoration: none;
}
.page-footer .footer-copyright {
  text-align: center;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
  padding: 20px;
  box-sizing: border-box;
}
.page-header .header.content,
.breadcrumbs,
.page-footer .footer.content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-header .header.panel {
  max-width: 100% !important;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .page-main {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.columns .column.main {
  padding-bottom: 0 !important;
}
.cms-index-index .page-wrapper {
  padding-top: 0;
}
.page-wrapper {
  padding-top: 0px;
  /* 60 */
}
.catalog-category-view .page-wrapper,
.catalog-product-view .page-wrapper {
  padding-top: 90px;
}
/* ======================================================================
   6. HEADER
   ======================================================================

   Layout: [hamburger]   [     logo/center     ]   [search][login][cart]

   [0] #puppia-hamburger    — far left
   [1] .logo                — absolute center, out of flex flow
   [2] .puppia-search-icon  — right group start, pushed by margin-left:auto
   [3] .puppia-account-icon — right group
   [4] .minicart-wrapper    — right group end
   ====================================================================== */
/* ── Hide Luma nav visually but keep in DOM for JS ── */
.nav-sections {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
}
.nav-toggle {
  display: none !important;
}
/* ── All pages: solid header background ── */
.page-header {
  position: relative;
  background-color: #000000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.page-header .panel.wrapper {
  background-color: #000000 !important;
}
/* ── Homepage + Category + PDP: transparent floating header over hero ── */
.cms-index-index .page-header,
.catalog-category-view .page-header,
.catalog-product-view .page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent !important;
  box-shadow: none !important;
}
.cms-index-index .page-header .panel.wrapper,
.catalog-category-view .page-header .panel.wrapper,
.catalog-product-view .page-header .panel.wrapper,
.cms-index-index .page-header .header.content,
.catalog-category-view .page-header .header.content,
.catalog-product-view .page-header .header.content {
  background: transparent !important;
}
/* ── Sticky header — controlled by @puppia-sticky-enabled (1=on, 0=off) ──
   To disable: set @puppia-sticky-enabled: 0 in Puppia Config variables above.
   The .is-sticky class is added/removed by sticky-header.js on scroll.
   ── */
.cms-index-index .page-header.is-sticky,
.catalog-category-view .page-header.is-sticky,
.catalog-product-view .page-header.is-sticky,
.page-header.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.cms-index-index .page-header.is-sticky,
.cms-index-index .page-header.is-sticky .panel.wrapper,
.cms-index-index .page-header.is-sticky .header.content {
  background: #ffffff !important;
  background-color: #ffffff !important;
}
.cms-index-index .page-header.is-sticky .puppia-bar,
.page-header.is-sticky .puppia-bar {
  background: #1e1e1e !important;
}
.cms-index-index .page-header.is-sticky .puppia-search-icon img,
.cms-index-index .page-header.is-sticky .puppia-account-icon img,
.page-header.is-sticky .puppia-search-icon img,
.page-header.is-sticky .puppia-account-icon img {
  filter: brightness(0) !important;
}
/* NOTE: sticky minicart color removed — now controlled by Puppia Config injector CSS */
/* ── Header content row ── */
.page-header .header.content,
.header.content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: 60px;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 20px !important;
  box-sizing: border-box;
}
/* [0] Hamburger — far left */
#puppia-hamburger {
  order: 0;
  flex: 0 0 auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  left: -10px;
  line-height: 1;
}
.puppia-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  pointer-events: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
body.puppia-nav-open #puppia-hamburger .puppia-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.puppia-nav-open #puppia-hamburger .puppia-bar:nth-child(2) {
  opacity: 0;
}
body.puppia-nav-open #puppia-hamburger .puppia-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
/* [1] Logo — absolute center (text-based, controlled by Puppia Config) */
.page-header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  z-index: 1;
}
/* ── Text logo — replaces image asset ── */
.page-header .logo img {
  display: none !important;
}
.page-header .logo::after,
.logo-text-puppia {
  content: "puppia";
  display: block;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  text-transform: lowercase;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
.cms-index-index .page-header:not(.is-sticky) .logo::after,
.catalog-category-view .page-header:not(.is-sticky) .logo::after,
.catalog-product-view .page-header:not(.is-sticky) .logo::after {
  color: #333333;
}
.page-header.is-sticky .logo::after {
  color: #333333;
}
/* [2] Search icon — pushes right group to far right */
.puppia-search-icon {
  order: 2;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  /* margin-left:     auto; */
}
.puppia-search-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.puppia-search-icon:hover img {
  opacity: 0.7;
}
/* [3] Account icon */
.puppia-account-icon {
  order: 3;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.puppia-account-icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}
.puppia-account-icon:hover img {
  filter: brightness(0) invert(0.7);
}
/* [4] Minicart — far right */
.page-header .minicart-wrapper {
  order: 4;
  flex: 0 0 auto;
  margin: 0;
  margin-left: 0 !important;
}
/* ── Homepage: dark icons for light hero ── */
/* NOTE: minicart color removed — now controlled by Puppia Config injector CSS */
.cms-index-index .puppia-bar {
  background: #1e1e1e;
}
.cms-index-index .puppia-search-icon img,
.cms-index-index .puppia-account-icon img {
  filter: brightness(0);
}
/* ── Search dropdown panel — replaced by Puppia_Search full-page /search-page ── */
.puppia-search-panel,
.puppia-search-panel.is-open {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
/* ======================================================================
   Drawer Base Layer — required to prevent nav blocks from appearing
   ====================================================================== */
#puppia-nav-root {
  position: relative;
  z-index: 9999;
}
/* Overlay */
#puppia-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9000;
}
body.puppia-nav-open #puppia-overlay {
  opacity: 1;
  pointer-events: auto;
}
/* ── Mobile: hide search ── */
@media (max-width: 768px) {
  .puppia-search-icon {
    display: none !important;
  }
}
/* ======================================================================
   7. FOOTER
   ====================================================================== */
.page-bottom {
  width: 100%;
  max-width: none;
  padding: 0;
  background-color: black;
}
.page-bottom > .content {
  width: 100%;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}
.footer-content,
.page-footer .footer.content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
/* ======================================================================
   8. FULL-WIDTH SECTIONS
   ====================================================================== */
.full-width-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #f8f8f8;
}
.full-width-section .content {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
/* ======================================================================
   9. CATEGORY + PRODUCT DETAIL LAYOUTS
   ====================================================================== */
.page-category-fullwidth .page-main {
  max-width: 100%;
  padding: 0;
}
.page-category-fullwidth .columns {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}
.page-product-fullwidth .page-main {
  max-width: 100%;
  padding: 0;
}
.page-product-fullwidth .columns {
  max-width: 100%;
  margin: 0 auto;
}
.page-product-fullwidth .product.media {
  max-width: 100%;
}
/* ======================================================================
   10. SIDEBAR LAYOUT (2-columns-left)
   ====================================================================== */
@media (max-width: 1023px) {
  .page-layout-2columns-left .sidebar-main {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .page-layout-2columns-left .columns {
    display: flex;
    flex-wrap: nowrap;
  }
  .page-layout-2columns-left .sidebar-main {
    flex: 0 0 240px !important;
    width: 240px !important;
    max-width: 240px !important;
  }
  .page-layout-2columns-left .sidebar-additional {
    flex: 0 0 240px !important;
    width: 240px !important;
    max-width: 240px !important;
  }
  .page-layout-2columns-left .column.main {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}
.customer-account .sidebar-additional {
  display: none !important;
}
/* ======================================================================
   11. PRODUCT GRID
   ====================================================================== */
.page-products .products-grid .product-item {
  margin: 0 !important;
  box-sizing: border-box;
  padding: 0.5%;
  gap: 20px;
}
@media (max-width: 768px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (3 - 1))) / 3);
  }
}
@media (min-width: 1800px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (4 - 1))) / 4);
  }
}
.page-products.page-layout-1column .products-grid .product-item,
.page-products.page-layout-3columns .products-grid .product-item,
.page-products .page-layout-1column .products-grid .product-item,
.page-products .products-grid .product-item.product-item {
  box-sizing: border-box;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products .page-layout-1column .products-grid .product-item,
  .page-products .products-grid .product-item.product-item {
    width: calc((100% - (20px * 1)) / 2) !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products .page-layout-1column .products-grid .product-item,
  .page-products .products-grid .product-item.product-item {
    width: calc((100% - (20px * 2)) / 2) !important;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products .page-layout-1column .products-grid .product-item,
  .page-products .products-grid .product-item.product-item {
    width: calc((100% - (20px * 2)) / 3) !important;
  }
}
@media (min-width: 1441px) {
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products .page-layout-1column .products-grid .product-item,
  .page-products .products-grid .product-item.product-item {
    width: calc((100% - (20px * 3)) / 4) !important;
  }
}
.page-products .products-grid .product-item {
  margin: 0;
  box-sizing: border-box;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (2 - 1))) / 2);
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (3 - 1))) / 3);
  }
}
@media (min-width: 1800px) {
  .page-products .products-grid .product-item {
    width: calc((100% - (20px * (4 - 1))) / 4);
  }
}
.page-products .products-grid .product-item:nth-child(n),
.page-layout-1column .products-grid .product-item:nth-child(n),
.page-layout-3columns .products-grid .product-item:nth-child(n),
.page-products.page-layout-1column .products-grid .product-item:nth-child(n),
.page-products.page-layout-3columns .products-grid .product-item:nth-child(n) {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products .page-layout-1column .products-grid .product-item,
  .page-products .products-grid .product-item.product-item {
    width: calc(100% / 2) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-grid .product-item {
    width: calc(100% / 2) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .products-grid .product-item {
    width: calc(100% / 2) !important;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .products-grid .product-item {
    width: calc(100% / 3) !important;
  }
}
@media (min-width: 1800px) {
  .products-grid .product-item {
    width: calc(100% / 4) !important;
  }
}
.action.tocompare,
.product-item-actions .tocompare,
.compare {
  display: none !important;
}
.product-item .action.tocart,
.product-item-actions .actions-primary,
.product-item .tocart {
  display: none !important;
}
/* ======================================================================
   12. PRODUCT IMAGE SCALING
   ====================================================================== */
.products-grid .product-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
.products-grid .product-image-photo {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* ======================================================================
   13. SWATCHES
   ====================================================================== */
.products-grid .product-item-info .swatch-attribute.color .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-grid .product-item-info .swatch-attribute.color .swatch-option,
.products-grid .product-item-info .swatch-attribute.color .swatch-option.color {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin-right: 4px;
  margin-bottom: 4px;
  aspect-ratio: 1 / 1;
}
.products-grid .product-item-info .swatch-attribute.color .swatch-option.color {
  border: 1px solid #ccc;
}
.products-grid .product-item-info .swatch-attribute.color .swatch-option:hover,
.products-grid .product-item-info .swatch-attribute.color .swatch-option.selected {
  border-color: #1e1e1e;
}
.products-grid .product-item-info .swatch-attribute.color .swatch-more {
  font-size: 12px;
  color: #777;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .products-grid .product-item-info .swatch-attribute.color .swatch-option:nth-child(n+5) {
    display: none !important;
  }
}
/* ======================================================================
   14. FINAL OVERRIDES
   ====================================================================== */
.page-wrapper > .page-bottom {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.filter-options-item.collapsed .filter-options-content,
.filter-options-item .filter-options-content {
  display: block !important;
}
.page-products .product-item-info {
  width: 100% !important;
  max-width: none !important;
  padding: 0px;
  /* 2% */
  box-sizing: border-box;
}
.price-login-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  background: #f7f7f7;
  color: #1e1e1e;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
}
/* ======================================================================
   15. DRAWER NAVIGATION
   ======================================================================

   3-level side drawer: L1 → L2 → L3
   Triggered by #puppia-hamburger in header.
   HTML + JS rendered by topmenu.phtml via catalog.topnav block.
   ====================================================================== */
/* ── Design tokens ── */
:root {
  --pdrawer-w1: max(20vw, 200px);
  --pdrawer-w2: max(20vw, 200px);
  --pdrawer-w3: max(20vw, 200px);
  --pdrawer-speed: 0.22s;
  --pdrawer-bg-l1: #ffffff;
  --pdrawer-bg-l2: #ffffff;
  --pdrawer-bg-l3: #ffffff;
  --pdrawer-border: rgba(0, 0, 0, 0.09);
  --pdrawer-text: #1e1e1e;
  --pdrawer-text-muted: #999999;
  --pdrawer-accent: #c8102e;
  --pdrawer-hover-bg: #f0efed;
  --pdrawer-selected-bg: #f0efed;
  --pdrawer-header-h: 50px;
  --pdrawer-link-px: 18px;
  --pdrawer-link-py: 12px;
  --pdrawer-font-size: 14px;
  --pdrawer-label-size: 11px;
}
/* ── Drawer header — close button only ── */
.puppia-drawer-header {
  display: block;
  position: relative;
  min-height: 44px;
  flex-shrink: 0;
}
/* ── L2/L3 header matches L1 title position ── */
.puppia-drawer-header--sub {
  display: flex !important;
  align-items: flex-end !important;
  min-height: 94px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.puppia-drawer-header--sub .puppia-drawer-label {
  padding: 10px 0 10px 20px;
  border-bottom: none !important;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
}
.puppia-drawer--l2 .puppia-drawer-header,
.puppia-drawer--l3 .puppia-drawer-header {
  min-height: 103px !important;
  display: flex !important;
  align-items: flex-end !important;
  border-bottom: 1px solid var(--pdrawer-border) !important;
}
/* ── Close button — positioned where hamburger was ── */
#puppia-close {
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
}
#puppia-close .puppia-bar {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #1e1e1e;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  left: 8px;
}
#puppia-close .puppia-bar:nth-child(1) {
  height: 2.5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#puppia-close .puppia-bar:nth-child(2) {
  opacity: 0;
}
#puppia-close .puppia-bar:nth-child(3) {
  height: 2.5px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#puppia-close:hover {
  background: #fff !important;
  color: #1e1e1e;
}
/* ── Shop All title ── */
.puppia-drawer-title {
  padding: 0 0 0 0;
}
.puppia-drawer-label {
  font-size: 20px;
  font-weight: 400;
  color: #1e1e1e;
  padding: 10px 0 10px 20px;
  display: block;
}
.puppia-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  text-decoration: none;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  border-left: 3px solid transparent;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
/* ── Hamburger bars ── */
#puppia-hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
#puppia-hamburger .puppia-bar {
  display: block;
  width: 22px;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 2px;
}
#puppia-hamburger .puppia-bar:nth-child(1),
#puppia-hamburger .puppia-bar:nth-child(3) {
  height: 3px;
}
#puppia-hamburger .puppia-bar:nth-child(2) {
  height: 2px;
}
body.puppia-nav-open #puppia-hamburger .puppia-bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
body.puppia-nav-open #puppia-hamburger .puppia-bar:nth-child(2) {
  opacity: 0;
}
body.puppia-nav-open #puppia-hamburger .puppia-bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
/* ── Keep hamburger fixed when nav opens ── */
body.puppia-nav-open #puppia-hamburger {
  position: fixed;
  top: var(--hamburger-top, 16px);
  left: var(--hamburger-left, 16px);
  z-index: 1300;
}
/* ── Overlay ── */
#puppia-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1100;
  cursor: pointer;
}
body.puppia-nav-open #puppia-overlay {
  display: block;
}
/* ── Drawer base ── */
.puppia-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--pdrawer-w1);
  background: var(--pdrawer-bg-l1);
  border-right: 1px solid var(--pdrawer-border);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transform: translateX(-110%);
  transition: transform var(--pdrawer-speed) cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.puppia-drawer.is-open {
  transform: translateX(0);
}
/* ── L2/L3 header matches L1 title position ── */
.puppia-drawer-header--sub {
  display: block;
  min-height: 44px;
  padding-top: 44px;
}
.puppia-drawer-header--sub .puppia-drawer-label {
  padding: 10px 0 0px;
}
.puppia-drawer--l2 {
  left: calc(var(--pdrawer-w1) + 2px);
  width: var(--pdrawer-w2);
  background: var(--pdrawer-bg-l2);
  z-index: 1201;
  display: none;
}
.puppia-drawer--l3 {
  left: calc(var(--pdrawer-w1) + var(--pdrawer-w2) + 4px);
  width: var(--pdrawer-w3);
  background: var(--pdrawer-bg-l3);
  z-index: 1202;
  display: none;
}
.puppia-drawer--l2.is-open,
.puppia-drawer--l3.is-open {
  display: flex;
}
/* ── Drawer header strip ── */
.puppia-drawer-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px var(--pdrawer-link-px) 0;
  min-height: 44px;
  flex-shrink: 0;
}
.puppia-drawer-label {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #1e1e1e;
  padding: 20px 0 10px 20px;
  flex: 1;
  border-bottom: 1px solid var(--pdrawer-border);
  margin-bottom: 8px;
}
/* ── Close button ── */
#puppia-close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pdrawer-text-muted);
  padding: 6px;
  border-radius: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}
#puppia-close:hover {
  background: var(--pdrawer-hover-bg);
  color: var(--pdrawer-text);
}
/* ── Nav lists ── */
.puppia-nav-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
/* ── Hidden data containers ── */
.puppia-l2-data,
.puppia-l3-data {
  display: none;
}
/* ── Nav links ── */
.puppia-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: var(--pdrawer-link-py) var(--pdrawer-link-px);
  text-decoration: none;
  color: var(--pdrawer-text);
  font-size: var(--pdrawer-font-size);
  font-weight: 400;
  line-height: 1.4;
  border-left: 3px solid transparent;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.puppia-nav-link:hover {
  background: var(--pdrawer-hover-bg);
  text-decoration: none;
  color: var(--pdrawer-text);
}
.puppia-nav-link.is-selected {
  background: var(--pdrawer-selected-bg);
  border-color: var(--pdrawer-accent);
  color: var(--pdrawer-accent);
  font-weight: 500;
}
.puppia-nav-link.is-current {
  color: var(--pdrawer-accent);
}
.puppia-link-label {
  flex: 1;
  min-width: 0;
}
/* ── Chevron arrow ── */
.puppia-arrow {
  width: 8px;
  height: 12px;
  flex-shrink: 0;
  color: var(--pdrawer-text-muted);
  transition: color 0.12s;
}
.puppia-nav-link.is-selected .puppia-arrow {
  color: var(--pdrawer-accent);
}
/* ── FINAL OVERRIDE: Hide Luma nav visually but keep in DOM ── */
.nav-sections {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
}
/* ── Hide subcategory items inside hidden nav (only L0 needed for JS) ── */
.nav-sections .level1,
.nav-sections .level2,
.nav-sections .submenu {
  display: none !important;
}
/* ======================================================================
   16. PDP GALLERY + STICKY PRODUCT INFO
   ====================================================================== */
/* ── Vertical gallery layout ── */
.catalog-product-view .column.main {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
  padding: 0 !important;
}
.catalog-product-view .product.media {
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  max-width: 100% !important;
}
.catalog-product-view .product-info-main {
  grid-column: 2;
  grid-row: 1;
  width: 100% !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  position: sticky !important;
  top: 100px;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .catalog-product-view .column.main {
    grid-template-columns: 1fr !important;
    /* one column, full width */
  }
  .catalog-product-view .product.media {
    grid-column: 1;
    grid-row: 1;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box;
  }
  .catalog-product-view .product-info-main {
    grid-column: 1;
    grid-row: 2;
    position: relative !important;
    top: auto;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
    box-sizing: border-box;
  }
}
/* ======================================================================
   17. PUPPIA CONFIG — ADMIN PANEL MODULE
   ======================================================================

   Magento system.xml equivalent block (add to your module's
   etc/adminhtml/system.xml). Sort order 999 places it at the bottom
   of the left sidebar under Content > Configuration.

   To wire these values as live Less variables you have two options:
     A) Magento design config: map each field to a Less variable via
        design/config rows in system.xml + less variable override.
     B) Inline CSS injection: read saved config values in a .phtml block
        and output a <style> tag with CSS custom properties / overrides.

   The Less variables at the top of this file (section 1) are the
   source of truth. Override them here or via Magento admin fields.

   XML BLOCK — paste into etc/adminhtml/system.xml inside <sections>:
   ──────────────────────────────────────────────────────────────────────

   <section id="puppia_config" translate="label" sortOrder="999"
            showInDefault="1" showInWebsite="1" showInStore="1">
       <label>Puppia Config</label>
       <tab>design</tab>
       <resource>Magento_Config::config_design</resource>

       <!-- ── LOGO ────────────────────────────────────────────────── -->
       <group id="logo" translate="label" sortOrder="10"
              showInDefault="1" showInWebsite="1" showInStore="1">
           <label>Logo</label>

           <field id="text" translate="label comment" type="text"
                  sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Logo Text</label>
               <comment>Displayed as the site logo. Default: puppia</comment>
           </field>

           <field id="color" translate="label comment" type="text"
                  sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Logo Color</label>
               <comment>Hex color for the logo text. Default: #333333</comment>
           </field>

           <field id="font_size" translate="label comment" type="text"
                  sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Logo Font Size</label>
               <comment>e.g. 26px. Default: 26px</comment>
           </field>
       </group>

       <!-- ── STICKY HEADER ────────────────────────────────────────── -->
       <group id="sticky_header" translate="label" sortOrder="20"
              showInDefault="1" showInWebsite="1" showInStore="1">
           <label>Sticky Header</label>

           <field id="enabled" translate="label comment" type="select"
                  sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Enable Sticky Header</label>
               <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
               <comment>When enabled, header sticks to top on scroll.</comment>
           </field>

           <field id="bg_color" translate="label comment" type="text"
                  sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Sticky Header Background</label>
               <comment>Hex color for the sticky state. Default: #ffffff</comment>
           </field>
       </group>

       <!-- ── GLOBAL COLORS ─────────────────────────────────────────── -->
       <group id="colors" translate="label" sortOrder="30"
              showInDefault="1" showInWebsite="1" showInStore="1">
           <label>Global Colors</label>

           <field id="primary" translate="label comment" type="text"
                  sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Primary / Accent Color</label>
               <comment>Used for hover states, accents. Default: #ff5501</comment>
           </field>

           <field id="header_bg" translate="label comment" type="text"
                  sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Header Background</label>
               <comment>Default header background color. Default: #000000</comment>
           </field>

           <field id="footer_bg" translate="label comment" type="text"
                  sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Footer Background</label>
               <comment>Default: #f7f7f7</comment>
           </field>

           <field id="body_text" translate="label comment" type="text"
                  sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Body Text Color</label>
               <comment>Default: #1e1e1e</comment>
           </field>

           <field id="link_color" translate="label comment" type="text"
                  sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Link Color</label>
               <comment>Default: #1e1e1e</comment>
           </field>

           <field id="link_hover_color" translate="label comment" type="text"
                  sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Link Hover Color</label>
               <comment>Default: #ff5501</comment>
           </field>
       </group>

       <!-- ── BUTTONS ───────────────────────────────────────────────── -->
       <group id="buttons" translate="label" sortOrder="40"
              showInDefault="1" showInWebsite="1" showInStore="1">
           <label>Buttons</label>

           <field id="bg" translate="label comment" type="text"
                  sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Button Background</label>
               <comment>Primary button background color. Default: #1e1e1e</comment>
           </field>

           <field id="text" translate="label comment" type="text"
                  sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Button Text Color</label>
               <comment>Default: #ffffff</comment>
           </field>

           <field id="hover_bg" translate="label comment" type="text"
                  sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
               <label>Button Hover Background</label>
               <comment>Default: #333333</comment>
           </field>
       </group>

   </section>

   ──────────────────────────────────────────────────────────────────────
   HOW TO INJECT SAVED CONFIG VALUES AS CSS (config.xml / Block approach)
   ──────────────────────────────────────────────────────────────────────
   In your Block or .phtml, read saved values with:

       $logoColor  = $this->_scopeConfig->getValue('puppia_config/logo/color');
       $logoSize   = $this->_scopeConfig->getValue('puppia_config/logo/font_size');
       $stickyOn   = $this->_scopeConfig->getValue('puppia_config/sticky_header/enabled');
       $primaryClr = $this->_scopeConfig->getValue('puppia_config/colors/primary');
       // … etc.

   Then output:

       <style>
           :root {
               --puppia-logo-color:    <?= $logoColor ?>;
               --puppia-logo-size:     <?= $logoSize ?>;
               --puppia-primary:       <?= $primaryClr ?>;
           }
           .page-header .logo::after { color: var(--puppia-logo-color); font-size: var(--puppia-logo-size); }
           <?php if (!$stickyOn): ?> .page-header.is-sticky { position: relative !important; box-shadow: none !important; } <?php endif; ?>
       </style>

   ======================================================================
*/
.product-upsell-wrapper,
.block.upsell {
  width: 100%;
  clear: both;
  float: none;
}
/* Upsell block — full width below both columns */
.page-product-fullwidth .block.upsell,
.catalog-product-view .block.upsell {
  clear: both;
  width: 100% !important;
  float: none !important;
  display: block;
  padding: 20px 0;
}
/* ── Homepage minicart counter text color fix ── */
.cms-index-index .page-header:not(.is-sticky) .minicart-wrapper .action.showcart .counter.qty .counter-number,
.cms-index-index .page-header:not(.is-sticky) .minicart-wrapper .action.showcart .counter.qty .counter-label {
  color: #1e1e1e !important;
}
.page-products .products-grid .product-item-info:hover,
.page-products .products-list .product-item-info:hover,
.products-grid .product-item-info:hover,
.products-list .product-item-info:hover,
.page-products .products-grid .product-item-info.active,
.page-products .products-list .product-item-info.active,
.products-grid .product-item-info.active,
.products-list .product-item-info.active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  z-index: auto !important;
}
.products-grid .product-item .product-item-inner,
.products-list .product-item .product-item-inner {
  display: none !important;
}
.catalog-product-view .swatch-opt .swatch-option.color,
.catalog-product-view .swatch-opt .swatch-option.image {
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  border-radius: 50%;
  padding: 0;
  margin: 4px 10px 4px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
}
.catalog-product-view .swatch-opt .swatch-option.image {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius: 50% !important;
}
.catalog-category-view .toolbar.toolbar-products {
  display: none !important;
}
.puppia-load-more-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
.puppia-load-more {
  min-width: 220px;
  padding: 14px 40px;
  background: #1e1e1e;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.puppia-load-more:disabled {
  opacity: 0.5;
  cursor: default;
}
.puppia-load-more,
.puppia-load-more:hover,
.puppia-load-more:focus,
.puppia-load-more:active,
.puppia-load-more:focus-visible {
  background: #1e1e1e !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  outline: none !important;
}
.products-grid .product-item-name,
.products-grid .product-item-name a,
.products-grid .product-item-link {
  font-size: 14px !important;
}
.products-grid .product-item .price,
.products-grid .product-item .price-box .price {
  font-size: 14px !important;
}
.products-grid .swatch-attribute.size {
  display: none !important;
}
.products-grid .product-item-details .swatch-attribute.color {
  margin-top: 0px;
}
.products-grid .swatch-more {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.products-grid .swatch-attribute.color .swatch-attribute-options .swatch-more {
  font-size: 14px !important;
  font-family: Inter, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.products-grid .product-item-details {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.products-grid .product-item-details .product-item-name {
  flex: 1 1 auto;
  min-width: 0;
  /* lets long names shrink instead of shoving price out */
  margin: 0;
  padding-right: 10px;
}
.products-grid .product-item-details .price-box {
  flex: 0 0 auto;
  margin: 0;
  text-align: right;
  white-space: nowrap;
  /* price stays on one line */
}
.products-grid .product-item-details .swatch-attribute,
.products-grid .product-item-details [class*="swatch-opt-"] {
  flex: 1 1 100%;
}
.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-product-view .product-info-main {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-info-main > .page-title-wrapper {
  order: 1;
}
.catalog-product-view .product-info-main > .product-info-price {
  order: 2;
}
.catalog-product-view .product-info-main > .product-info-stock-sku {
  order: 3;
}
.catalog-product-view .product-info-main > .product-add-form {
  order: 4;
}
.catalog-product-view .product-info-main > .overview,
.catalog-product-view .product-info-main > .product.attribute.overview {
  order: 5;
}
.catalog-product-view .product-info-main > .pup-size-trigger-wrapper {
  order: 6;
}
.catalog-product-view .product-info-main > .product-social-links {
  order: 7;
}
@media (min-width: 768px), print {
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
.catalog-product-view .box-tocart .fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.catalog-product-view .box-tocart .field.qty {
  flex: 0 0 auto;
  margin: 0;
}
.catalog-product-view .box-tocart .actions {
  flex: 0 0 auto;
  margin: 0;
}
.catalog-product-view .box-tocart .actions .action.tocart {
  width: auto;
  /* let button shrink so it sits at the right edge */
}
.catalog-product-view .box-tocart .braintree-express-container {
  flex: 1 1 100%;
  margin-top: 12px;
}
.catalog-product-view .product-info-price .normal-price .price-container {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.catalog-product-view .product-info-price .price-label {
  display: inline;
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form {
  margin-top: 20px;
}
.catalog-product-view .box-tocart .field.qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.catalog-product-view .box-tocart .field.qty > .label {
  margin: 0;
  white-space: nowrap;
}
.catalog-product-view .box-tocart .action.tocart {
  white-space: nowrap;
  width: auto;
  padding: 8px 24px !important;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.required-captcha.checkbox {
  display: block;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: visible;
  width: 1px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright 2020 Adobe
 * All Rights Reserved.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2021 Adobe
 * All Rights Reserved.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright 2024 Adobe
 * All Rights Reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_InstagramFeed
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpinstagramfeed-container .mpinstagramfeed-photo {
  margin: 2px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
    opacity: 1 !important;
  }
}
.mpinstagramfeed-container .mpinstagramfeed-photo .mpinstagramfeed-post-caption {
  line-height: 18px;
  letter-spacing: normal;
  position: absolute;
  bottom: 0;
  padding: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #F0F0F0;
  max-height: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1 !important;
  display: inline;
}
.mpinstagramfeed-container .mpinstagramfeed-photo img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  padding: 0 1px 1px 0;
}
.mpinstagramfeed .silder {
  width: 78% !important;
  margin-left: 15% !important;
  margin-right: auto !important;
}
.sparsh-order-comments {
  margin: 0 0 20px;
}
.sparsh-order-comments .label span {
  line-height: 2;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.um-remaining-chars {
  display: block;
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  z-index: 1;
  margin-top: -5px;
}
.um-remaining-chars .chars-value {
  color: #ff5501;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
/**
 * Copyright 2019 Adobe
 * All Rights Reserved.
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
.page-product-configurable #product_addtocart_form .swatch-attribute.required > .swatch-attribute-label:after,
.page-product-configurable #product_addtocart_form .swatch-attribute.required > .label:after {
  content: '*';
  color: #e02b27;
  margin-left: 5px;
  font-weight: 600;
}
/**
 * @codingStandardsIgnoreStart
 */
/* ── Replace cart icon with new SVG (20% larger) ── */
.minicart-wrapper .action.showcart::before {
  content: '';
  display: inline-block;
  width: 26px;
  /* 20% larger */
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 82 79' fill='none'%3E%3Cpath d='M28.5 22V16C28.5 9.3 33.6 4.5 41 4.5C48.4 4.5 53.5 9.3 53.5 16V22' stroke='%231E1E1E' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='13.5' y='22.5' width='56' height='44' fill='none' stroke='%231E1E1E' stroke-width='3.6' stroke-linejoin='miter'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
  vertical-align: middle;
  font-size: 0;
  position: relative;
}
/* ── Custom circular badge for product count ── */
/* ── Badge colors controlled by Puppia Config injector CSS ── */
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -6px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  padding: 0;
}
/* Always show the counter, even when empty */
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block !important;
}
/* Replace empty counter text with "0" */
.minicart-wrapper .action.showcart .counter.qty.empty .counter-number::before {
  content: '0';
}
@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 2015 Adobe
 * All Rights Reserved.
 */
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
/**
 * Copyright 2025 Adobe
 * All Rights Reserved.
 */
/**
 * @codingStandardsIgnoreStart
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2023 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
@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,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    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.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .block-wishlist-management:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .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: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block !important;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #ccc;
  }
  .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 #ccc;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_ken-vertical-gallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMageplaza_InstagramFeed%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FSparsh_OrderComments%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FUlmod_OrderComment%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_AdvancedSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FPuppia%5C%2Fpuppia_b2c%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3BAAOA%3BEACI%2CaAAa%2CmBAAb%3BEACA%2CWAAA%3B%3B%3BAAIJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEAChB%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3B%3B%3BAAIJ%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACQJ%2CqBAAsB%2CSAAQ%2CMAAO%3BEACjC%2CaAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAOJ%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAZJ%2CkBAcI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAQR%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAAGA%2C6BAAC%3BEACG%2C0BAAA%3B%3BAADJ%2C6BAAC%2C0BAGK%2CmBAAgB%2CUAAU%3BEACxB%2CaAAA%3B%3BAAKR%2C6BAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAADJ%2C6BAAC%2C0BAGK%2CmBAAgB%2CUAAU%3BEACxB%2CaAAA%3B%3BAAKR%2C6BAAC%3BEACG%2CuBAAuB%2CcAAvB%3B%3BAADJ%2C6BAAC%2CwBAGK%2CmBAAgB%3BEACd%2CmBAAA%3B%3BAAJR%2C6BAAC%2CwBAOK%2CmBAAgB%2CUAAU%3BEACxB%2CaAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CgBAII%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAQR%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC%5C%2FEJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAiFJ%2CCAAC%3BAAAU%2CMAAM%3BEACb%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3B%3B%3BAAGJ%2CgBAAiB%2CEAAC%3BEACd%2CcAAA%3B%3B%3BAAGJ%3BAACA%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BAACA%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3B%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%2CEAAC%3BEACV%2CcAAA%3B%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CkBAAA%3B%3BAAGJ%2CUAAa%2CsBAAoB%3BEAC7B%2CaAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CYAAa%2CQAAO%3BAACpB%3BAACA%2CYAAa%2CQAAO%3BEAChB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CYAAa%2CQAAO%3BEAChB%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAeJ%2CQAZkC%3BEAC9B%3BIACI%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3B%3BAAIR%2CQAAS%2CQAAO%3BEACZ%2C4BAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3B%3BAAGJ%2CsBAAuB%3BAACvB%2CqBAAsB%3BEAClB%2CiBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAiBJ%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CMAAY%2CgBAAZ%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEAAc%2CwBAAA%3B%3B%3BAAGd%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CYAAa%2COAAM%3BEACf%2CyBAAA%3B%3B%3BAAKJ%2CgBAGI%3BAAFJ%2CsBAEI%3BAADJ%2CqBACI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3B%3BAAVR%2CgBAYI%2CaAAa%2COAAM%3BAAXvB%2CsBAWI%2CaAAa%2COAAM%3BAAVvB%2CqBAUI%2CaAAa%2COAAM%3BAAZvB%2CgBAaI%2CaAAa%2CQAAO%3BAAZxB%2CsBAYI%2CaAAa%2CQAAO%3BAAXxB%2CqBAWI%2CaAAa%2CQAAO%3BEAChB%2CkCAAA%3B%3B%3B%3B%3B%3BAASJ%2CgBAAiB%2CaAAY%3BAAC7B%2CsBAAuB%2CaAAY%3BAACnC%2CqBAAsB%2CaAAY%3BAAClC%2CYAAY%3BEACR%2C0BAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAEJ%2CgBAAiB%2CaAAY%3BAAC7B%2CgBAAiB%2CaAAY%2CUAAW%2COAAM%3BAAC9C%2CgBAAiB%2CaAAY%2CUAAW%2CQAAO%3BEAC3C%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CgBAAiB%2CaAAY%2CUAAW%3BAACxC%2CYAAY%2CUAAW%3BEACnB%2CmBAAA%3B%3BAAEJ%2CgBAAiB%2CaAAY%2CUAAW%2CoBAAoB%3BAAC5D%2CgBAAiB%2CaAAY%2CUAAW%2CqBAAqB%3BAAC7D%2CYAAY%2CUAAW%2CoBAAoB%3BAAC3C%2CYAAY%2CUAAW%2CqBAAqB%3BEACxC%2CQAAQ%2CaAAR%3B%3B%3B%3BAAMR%2CYAAa%2CQAAO%3BAACpB%2COAAO%3BEACH%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3B%3BAAIJ%3BEACI%2CQAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoDAAA%3B%3BAAEJ%2CIAAI%2CgBAAiB%2CkBAAkB%2CYAAW%2CUAAU%3BEAAM%2CWAAW%2CgBAAgB%2CaAA3B%3B%3BAAClE%2CIAAI%2CgBAAiB%2CkBAAkB%2CYAAW%2CUAAU%3BEAAM%2CUAAA%3B%3BAAClE%2CIAAI%2CgBAAiB%2CkBAAkB%2CYAAW%2CUAAU%3BEAAM%2CWAAW%2CiBAAiB%2CcAA5B%3B%3B%3BAAGlE%2CYAAa%3BEACT%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3B%3BAAIJ%2CYAAa%2CMAAM%3BEACf%2CwBAAA%3B%3BAAEJ%2CYAAa%2CMAAK%3BAAClB%3BEACI%2CSAAiB%2CQAAjB%3BEACA%2CcAAA%3BEACA%2CyCAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%2CaAAY%2CIAAI%2CYAAa%2CMAAK%3BAACnD%2CsBAAuB%2CaAAY%2CIAAI%2CYAAa%2CMAAK%3BAACzD%2CqBAAsB%2CaAAY%2CIAAI%2CYAAa%2CMAAK%3BEACpD%2CcAAA%3B%3BAAGJ%2CYAAY%2CUAAW%2CMAAK%3BEACxB%2CcAAA%3B%3B%3BAAIJ%3BEACI%2CQAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3B%3BAARJ%2CmBAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3BAAEJ%2CmBAAC%2CMAAO%3BEAAM%2CYAAA%3B%3B%3BAAIlB%3BEACI%2CQAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAPJ%2CoBASI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3BAAEJ%2CoBAAC%2CMAAO%3BEAAM%2CQAAQ%2CcAAc%2CWAAtB%3B%3B%3BAAIlB%2CYAAa%3BEACT%2CQAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3B%3B%3BAAKJ%2CgBACI%3BEAAc%2CmBAAA%3B%3BAADlB%2CgBAEI%2CoBAAoB%3BAAFxB%2CgBAGI%2CqBAAqB%3BEAAM%2CQAAQ%2CaAAR%3B%3B%3BAAI%5C%2FB%3BAACA%2CoBAAoB%3BEAChB%2CwBAAA%3BEACA%2C6BAAA%3BEACA%2C%2BBAAA%3B%3B%3B%3B%3BAAQJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CIAAI%2CgBAAiB%3BEACjB%2CUAAA%3BEACA%2CoBAAA%3B%3B%3BAAYJ%2CQARkC%3BEAC9B%3BIAAsB%2CwBAAA%3B%3B%3B%3B%3B%3BAAO1B%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CYAAe%3BEACX%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BAACA%2CYAAa%2CQAAO%3BEAChB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3B%3B%3B%3BAAQJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3BAAQJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CeAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CuBAAwB%2CSAAQ%3BEAC5B%2CeAAA%3B%3B%3B%3B%3BAAcJ%2CQAN2B%3BEACvB%2C0BAA2B%3BIACvB%2CwBAAA%3B%3B%3BAA2BR%2CQAvB2B%3BEACvB%2C0BACI%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAHR%2C0BAKI%3BIACI%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3B%3BEARR%2C0BAUI%3BIACI%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3B%3BEAbR%2C0BAeI%2CQAAO%3BIACH%2CyBAAA%3BIACA%2CuBAAA%3B%3B%3BAAKZ%2CiBAAkB%3BEACd%2CwBAAA%3B%3B%3B%3B%3BAAQJ%2CcAAe%2CeAAe%3BEAC1B%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEA7fA%2CSAAA%3B%3BAAKA%2CQAHkC%3BEAGlC%2CcAqfW%2CeAAe%3BIA7gB1B%2COAAO%2CmCAAP%3B%3B%3BAA2BA%2CQAHwC%2CuBAAsC%3BEAG9E%2CcAkfW%2CeAAe%3BIA7gB1B%2COAAO%2CmCAAP%3B%3B%3BAA8BA%2CQAHmC%2CwBAA0C%3BEAG7E%2CcA%2BeW%2CeAAe%3BIA7gB1B%2COAAO%2CmCAAP%3B%3B%3BAAiCJ%2CQAH2C%3BEAG3C%2CcA4ee%2CeAAe%3BIA7gB1B%2COAAO%2CmCAAP%3B%3B%3BAA0hBJ%2CcAAc%2CoBAAqB%2CeAAe%3BAAClD%2CcAAc%2CqBAAsB%2CeAAe%3BAACnD%2CcAAe%2CqBAAqB%2CeAAe%3BAACnD%2CcAAe%2CeAAe%2CcAAa%3BEACvC%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAKA%2CQAHkC%3BEAGlC%2CcAVU%2CoBAAqB%2CeAAe%3BEAU9C%2CcATU%2CqBAAsB%2CeAAe%3BEAS%5C%2FC%2CcARW%2CqBAAqB%2CeAAe%3BEAQ%5C%2FC%2CcAPW%2CeAAe%2CcAAa%3BIAKnC%2COAAO%2C6BAAP%3B%3B%3BAAKJ%2CQAHsC%2CuBAA%2BB%3BEAGrE%2CcAbU%2CoBAAqB%2CeAAe%3BEAa9C%2CcAZU%2CqBAAsB%2CeAAe%3BEAY%5C%2FC%2CcAXW%2CqBAAqB%2CeAAe%3BEAW%5C%2FC%2CcAVW%2CeAAe%2CcAAa%3BIAQnC%2COAAO%2C6BAAP%3B%3B%3BAAKJ%2CQAHsC%2CwBAAgC%3BEAGtE%2CcAhBU%2CoBAAqB%2CeAAe%3BEAgB9C%2CcAfU%2CqBAAsB%2CeAAe%3BEAe%5C%2FC%2CcAdW%2CqBAAqB%2CeAAe%3BEAc%5C%2FC%2CcAbW%2CeAAe%2CcAAa%3BIAWnC%2COAAO%2C6BAAP%3B%3B%3BAAKR%2CQAH2C%3BEAG3C%2CcAnBc%2CoBAAqB%2CeAAe%3BEAmBlD%2CcAlBc%2CqBAAsB%2CeAAe%3BEAkBnD%2CcAjBe%2CqBAAqB%2CeAAe%3BEAiBnD%2CcAhBe%2CeAAe%2CcAAa%3BIAcnC%2COAAO%2C6BAAP%3B%3B%3BAAIR%2CcAAe%2CeAAe%3BEAC1B%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEA%5C%2FhBA%2CSAAA%3B%3BAAKA%2CQAHkC%3BEAGlC%2CcAuhBW%2CeAAe%3BIA%5C%2FiB1B%2COAAO%2CmCAAP%3B%3B%3BAA2BA%2CQAHwC%2CuBAAsC%3BEAG9E%2CcAohBW%2CeAAe%3BIA%5C%2FiB1B%2COAAO%2CmCAAP%3B%3B%3BAA8BA%2CQAHmC%2CwBAA0C%3BEAG7E%2CcAihBW%2CeAAe%3BIA%5C%2FiB1B%2COAAO%2CmCAAP%3B%3B%3BAAiCJ%2CQAH2C%3BEAG3C%2CcA8gBe%2CeAAe%3BIA%5C%2FiB1B%2COAAO%2CmCAAP%3B%3B%3BAA4jBJ%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BAACrD%2CoBAAqB%2CeAAe%2CcAAa%2CUAAU%3BAAC3D%2CqBAAsB%2CeAAe%2CcAAa%2CUAAU%3BAAC5D%2CcAAc%2CoBAAqB%2CeAAe%2CcAAa%2CUAAU%3BAACzE%2CcAAc%2CqBAAsB%2CeAAe%2CcAAa%2CUAAU%3BEACtE%2CyBAAA%3B%3BAAYJ%2CQATwC%3BEACpC%2CcAAe%3BEACf%2CcAAc%2CoBAAqB%2CeAAe%3BEAClD%2CcAAc%2CqBAAsB%2CeAAe%3BEACnD%2CcAAe%2CqBAAqB%2CeAAe%3BEACnD%2CcAAe%2CeAAe%2CcAAa%3BIACvC%2COAAO%2CcAAP%3B%3B%3BAAQR%2CQALkC%2CuBAAqC%3BEACnE%2CcAAe%3BIACX%2COAAO%2CcAAP%3B%3B%3BAAQR%2CQALkC%2CwBAAsC%3BEACpE%2CcAAe%3BIACX%2COAAO%2CcAAP%3B%3B%3BAAQR%2CQALmC%2CwBAA0C%3BEACzE%2CcAAe%3BIACX%2COAAO%2CcAAP%3B%3B%3BAASR%2CQANuC%3BEACnC%2CcAAe%3BIACX%2COAAO%2CcAAP%3B%3B%3BAAIR%2COAAO%3BAACP%2CqBAAsB%3BAACtB%3BEACI%2CwBAAA%3B%3BAAEJ%2CaAAc%2CQAAO%3BAACrB%2CqBAAsB%3BAACtB%2CaAAc%3BEACV%2CwBAAA%3B%3B%3B%3B%3BAAQJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3BAAQJ%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%3BEACtD%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%3BAAC1D%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%2CeAAc%3BEACpE%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%2CeAAc%3BEACpE%2CsBAAA%3B%3BAAEJ%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%2CeAAc%3BAACxE%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%2CeAAc%3BEACpE%2CqBAAA%3B%3BAAEJ%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%3BEACtD%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAaJ%2CQAXkC%3BEAC9B%2CcAAe%2CmBAAmB%2CkBAAiB%2CMAAO%2CeAAc%2CUAAU%3BIAC9E%2CwBAAA%3B%3B%3B%3B%3B%3BAASR%2CaAAgB%3BEACZ%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CoBAAoB%2CUAAW%3BAAC%5C%2FB%2CoBAAqB%3BEACjB%2CyBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAcJ%3BEACI%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2C0BAA2B%3BEACvB%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkBAAmB%3BAACnB%2CkBAAmB%3BEACf%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAyB%2CqBAAzB%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAiB%2CgBAAjB%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkDAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CaAAc%2CYAAW%2CUAAU%3BEAC%5C%2FB%2CaAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CaAA5B%3B%3BAAEJ%2CaAAc%2CYAAW%2CUAAU%3BEAC%5C%2FB%2CUAAA%3B%3BAAEJ%2CaAAc%2CYAAW%2CUAAU%3BEAC%5C%2FB%2CaAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CcAA5B%3B%3BAAEJ%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CcAAA%3B%3B%3BAAKJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C6DAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CkDAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAAkB%2CYAAW%2CUAAU%3BAACvC%2CiBAAkB%2CYAAW%2CUAAU%3BEAAK%2CWAAA%3B%3BAAC5C%2CiBAAkB%2CYAAW%2CUAAU%3BEAAK%2CWAAA%3B%3BAAE5C%2CIAAI%2CgBAAiB%2CkBAAkB%2CYAAW%2CUAAU%3BEACxD%2CWAAW%2CgBAAgB%2CaAA3B%3B%3BAAEJ%2CIAAI%2CgBAAiB%2CkBAAkB%2CYAAW%2CUAAU%3BEACxD%2CUAAA%3B%3BAAEJ%2CIAAI%2CgBAAiB%2CkBAAkB%2CYAAW%2CUAAU%3BEACxD%2CWAAW%2CiBAAiB%2CcAA5B%3B%3B%3BAAIJ%2CIAAI%2CgBAAiB%3BEACjB%2CeAAA%3BEACA%2CKAAY%2C0BAAZ%3BEACA%2CMAAY%2C2BAAZ%3BEACA%2CaAAA%3B%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2C%2BBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CIAAI%2CgBAAiB%3BEACjB%2CcAAA%3B%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2COAAgB%2CiBAAhB%3BEACA%2CYAAgB%2CoBAAhB%3BEACA%2CwBAA0B%2CqBAA1B%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAgB%2CiBAAhB%3BEACA%2CsBAA0B%2CqBAAqB%2C4BAA%5C%2FC%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CWAAW%2CaAAX%3B%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2C0BAA2B%3BEACvB%2CmBAAA%3B%3BAAGJ%3BEACI%2CMAAY%2CKAAK%2CwBAAjB%3BEACA%2COAAY%2CiBAAZ%3BEACA%2CYAAY%2CoBAAZ%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CMAAY%2CKAAK%2CoBAAoB%2CwBAArC%3BEACA%2COAAY%2CiBAAZ%3BEACA%2CYAAY%2CoBAAZ%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkBAAkB%3BAAClB%2CkBAAkB%3BEACd%2CaAAA%3B%3B%3BAAKJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAsB%2CwBAAtB%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CyBAA0B%2CqBAA1B%3BEACA%2CkBAAA%3B%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2COAAiB%2CyBAAjB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyCAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CYAAY%2CuBAAZ%3BEACA%2COAAY%2CmBAAZ%3B%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CiCAAA%3B%3B%3BAAIJ%3BAACA%3BEACI%2CaAAA%3B%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CQAAA%3BEACA%2CSAAiB%2CuBAAuB%2CsBAAxC%3BEACA%2CqBAAA%3BEACA%2COAAiB%2CmBAAjB%3BEACA%2CWAAiB%2CwBAAjB%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C6DAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CYAAiB%2CuBAAjB%3BEACA%2CqBAAA%3BEACA%2COAAiB%2CmBAAjB%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CYAAc%2C0BAAd%3BEACA%2CcAAc%2CqBAAd%3BEACA%2COAAc%2CqBAAd%3BEACA%2CgBAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2COAAO%2CqBAAP%3B%3BAAEJ%3BEACI%2COAAA%3BEACA%2CYAAA%3B%3B%3BAAIJ%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2COAAa%2CyBAAb%3BEACA%2CuBAAA%3B%3BAAEJ%2CgBAAgB%2CYAAa%3BEACzB%2COAAO%2CqBAAP%3B%3B%3BAAIJ%3BEACI%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CMAAa%2CgBAAb%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3B%3BAAIJ%2CaAAc%3BAACd%2CaAAc%3BAACd%2CaAAc%3BEACV%2CwBAAA%3B%3B%3B%3B%3B%3BAAUJ%2CqBAAsB%2CQAAO%3BEACzB%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%3BEAC1B%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAgMJ%2CQA7LkC%3BEAC9B%2CqBAAsB%2CQAAO%3BIACzB%2CqCAAA%3B%3B%3BEAEJ%2CqBAAsB%2CSAAQ%3BIAC1B%2CcAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CcAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAwKR%3BAACA%2CMAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3B%3BAAKJ%2CuBAAwB%2COAAM%3BAAC9B%2CqBAAsB%2COAAM%3BEACxB%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3B%3BAAKJ%2CgBAAiB%2CaAAY%2CIAAI%2CYAAa%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAAK%3BAAC9F%2CgBAAiB%2CaAAY%2CIAAI%2CYAAa%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAAK%3BEAC1F%2CcAAA%3B%3BAAYA%2CcAJW%2CeAAe%2CmBAIzB%3BAAAD%2CcAHW%2CeAAe%2CmBAGzB%3BAAAD%2CcAFW%2CmBAEV%3BAAAD%2CcADW%2CmBACV%3BAACD%2CcALW%2CeAAe%2CmBAKzB%3BAAAD%2CcAJW%2CeAAe%2CmBAIzB%3BAAAD%2CcAHW%2CmBAGV%3BAAAD%2CcAFW%2CmBAEV%3BEACG%2CkCAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CcAAe%2CcAAc%3BAAC7B%2CcAAe%2CcAAc%3BEACzB%2CwBAAA%3B%3BAAWI%2CqBADJ%2CYAAY%2CeACP%3BAACD%2CqBAFJ%2CYAAY%2CeAEP%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEAGA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CqBAtBJ%2CYAAY%2CeAsBP%3BEACG%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CiCAAA%3BEACA%2C6CAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAUZ%2CsBAAuB%2CSAAQ%3BEAC3B%2CwBAAA%3B%3BAAMJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CYAAA%3BEACA%2CeAAA%3B%3BAAMJ%3BAACA%2CiBAAiB%3BAACjB%2CiBAAiB%3BAACjB%2CiBAAiB%3BAACjB%2CiBAAiB%3BEACb%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3BAAMJ%2CcAAe%3BAACf%2CcAAe%2CmBAAmB%3BAAClC%2CcAAe%3BEACX%2C0BAAA%3B%3BAAEJ%2CcAAe%2CcAAc%3BAAC7B%2CcAAe%2CcAAc%2CWAAW%3BEACpC%2C0BAAA%3B%3BAAMJ%2CcAAe%2CkBAAiB%3BEAC5B%2CwBAAA%3B%3BAAQJ%2CcAAe%2CsBAAsB%2CkBAAiB%3BEAClD%2CeAAA%3B%3BAAIJ%2CcAAe%3BEACX%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAMJ%2CcAAe%2CkBAAiB%2CMAAO%2C0BAA0B%3BEAC7D%2C0BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3B%3BAAMJ%2CcAAe%3BEACX%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CcAAe%2CsBAAsB%3BEACjC%2CcAAA%3BEACA%2CYAAA%3B%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%2CsBAAsB%3BEACjC%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3B%3BAAGJ%2CcAAe%2CsBAAsB%3BAACrC%2CcAAe%2CsBAAsB%3BEACjC%2CcAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CwBAAA%3B%3BAAMJ%2CqBAAsB%3BEAClB%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAqB%3BEAAwB%2CQAAA%3B%3BAACnE%2CqBAAsB%2CmBAAqB%3BEAAyB%2CQAAA%3B%3BAACpE%2CqBAAsB%2CmBAAqB%3BEAAyB%2CQAAA%3B%3BAACpE%2CqBAAsB%2CmBAAqB%3BEAAyB%2CQAAA%3B%3BAACpE%2CqBAAsB%2CmBAAqB%3BAAC3C%2CqBAAsB%2CmBAAqB%2CWAAQ%2CUAAU%3BEAAY%2CQAAA%3B%3BAACzE%2CqBAAsB%2CmBAAqB%3BEAA%2BB%2CQAAA%3B%3BAAC1E%2CqBAAsB%2CmBAAqB%3BEAAyB%2CQAAA%3B%3BAAgBpE%2CQAXyB%3BEACrB%2CuBAAwB%2CWAAW%2CiBAAiB%3BEACpD%2CmBAAoB%2CWAAW%2CiBAAiB%3BIAC5C%2C0BAAA%3BIACA%2C4BAAA%3B%3B%3BAAOR%2CqBAAsB%2CYAAY%3BEAC9B%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CqBAAsB%2CYAAY%2COAAM%3BEACpC%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CqBAAsB%2CYAAY%3BEAC9B%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CqBAAsB%2CYAAY%2CSAAS%2CQAAO%3BEAC9C%2CWAAA%3B%3B%3BAAGJ%2CqBAAsB%2CYAAY%3BEAC9B%2CcAAA%3BEACA%2CgBAAA%3B%3BAAQJ%2CqBAAsB%2CoBAAoB%2CcAAc%3BEACpD%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CqBAAsB%2CoBAAoB%3BEACtC%2CeAAA%3BEACA%2CSAAA%3B%3BAAIJ%2CqBAAsB%2CmBAAmB%3BEACrC%2CgBAAA%3B%3BAAIJ%2CqBAAsB%2CYAAY%2COAAM%3BEACpC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CqBAAsB%2CYAAY%2COAAM%2CIAAO%3BEAC3C%2CSAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CqBAAsB%2CYAAY%2CQAAO%3BEACrC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC9tDJ%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3BACHY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACLpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACCI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACCR%2C0BAA2B%3BEACzB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAASF%2CQAN0B%3BEACxB%2C0BAA2B%2CuBAAuB%3BIAChD%2CUAAA%3B%3B%3BAAUJ%2CwBAN0C%2CuBAAwB%3BEAChE%2C0BAA2B%2CuBAAuB%3BIAChD%2CqBAAA%3B%3B%3BAAIJ%2C0BAA2B%2CuBAAuB%3BEAChD%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CsBAAsB%2CMAAO%3BEAC3B%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGF%2C0BAA2B%2CuBAAuB%3BEAChD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEF%2CgBAAiB%3BEACb%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3B%3BACpEJ%3BEACC%2CgBAAA%3B%3BAADD%2CsBAEC%2COAAO%3BEACN%2CcAAA%3B%3BACHF%2COACE%3BEACE%2CaAAA%3BEACA%2CyBAAA%3B%3BAACA%2COAHF%2CqBAGG%3BEACC%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3B%3BAAIN%3BEACC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAPD%2CmBAQC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CwBACE%2CgBAAe%2CaAAa%2CQAC1B%3BEACE%2CcAAA%3B%3B%3B%3B%3B%3BAC%2BEL%2CwBAND%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3BACi9BR%2C0BAA2B%2CwBACvB%2CkBAAiB%2CSAAY%2C0BAAuB%3BAADxD%2C0BAA2B%2CwBAEvB%2CkBAAiB%2CSAAY%2CSAAM%3BEAC%5C%2FB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3BACjnBR%2CiBAAkB%2CQAAO%2CSAAS%3BEAC9B%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CgZAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3B%3B%3BAAKJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEACvC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3BAAIJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAAI%3BEAC3C%2CyBAAA%3B%3B%3BAAIJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAAI%2CMAAO%2CgBAAe%3BEACjE%2CSAAS%2CGAAT%3B%3BACzTH%2CwBAvB8C%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%3BAE%2BDP%2CwBAlB8C%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAChLZ%2CgBALsC%3BECoFtC%2CiCA7BA%3BECsOA%2C0BACI%2CcDvOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECiOL%2C0BACI%2CcDvOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAuBR%2CiCAnBA%3BEC4NA%2C0BACI%2CcD7NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA6sDA%2C2BACI%3BEE1hDJ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC5UJ%2CiCH%2BsDI%3BEIjuDJ%2CuBJiuDI%3BEKhsCJ%2CcLgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BEEmMX%2CgBAGI%2COFtMH%2CUAAU%3BEEiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKF3Rf%2CUAAU%3BEEmVX%2CkBACM%2CYFpVL%2CUAAU%3BEEyVX%2CkBACI%2CUF1VH%2CUAAU%3BEGcX%2CiCH%2BsDI%2COA7tDH%2CUAAU%3BEIJX%2CuBJiuDI%2COA7tDH%2CUAAU%3BEK6hBX%2CcLgsCI%2COA7tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAutDX%2C2BACI%2COAxtDH%2CUAAU%3BEE8LX%2CgBAGI%2COFjMH%2CUAAU%3BEE4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKFtRf%2CUAAU%3BEE8UX%2CkBACM%2CYF%5C%2FUL%2CUAAU%3BEEoVX%2CkBACI%2CUFrVH%2CUAAU%3BEGSX%2CiCH%2BsDI%2COAxtDH%2CUAAU%3BEITX%2CuBJiuDI%2COAxtDH%2CUAAU%3BEKwhBX%2CcLgsCI%2COAxtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAotDR%2C2BACI%2COAxtDH%2CUAAU%2CGAGH%3BEE2LR%2CgBAGI%2COFjMH%2CUAAU%2CGAGH%3BEEyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKFtRf%2CUAAU%2CGAGH%3BEE2UR%2CkBACM%2CYF%5C%2FUL%2CUAAU%2CGAGH%3BEEiVR%2CkBACI%2CUFrVH%2CUAAU%2CGAGH%3BEGMR%2CiCH%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEIZR%2CuBJiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEKqhBR%2CcLgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEAYR%3BIAvBA%2CUAAA%3B%3BEAEA%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CsBAHH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEEuNA%2CUACI%3BEIVJ%2CgBACI%3BIN9MA%2CmBAAA%3B%3BEAsEJ%3BEG1MI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BEHmNJ%2COAAO%2CKAAM%2CiCACT%3BIDHR%2CcAAA%3B%3BEAgBA%3BEOcQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA8BI%2CgBAOI%2CqBAKI%2CUACI%3BIPvEhB%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECxMjB%2CwBD%2BLI%2CUAOI%2CYACI%2CQACK%3BECvMjB%2CuBD8LI%2CUAOI%2CYACI%2CQACK%3BEQ9ajB%2CKAAK%2CKAAK%2CORqaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BECjMZ%2CwBD%2BLI%2CUACI%2COACI%3BEChMZ%2CuBD8LI%2CUACI%2COACI%3BEQvaZ%2CKAAK%2CKAAK%2CORqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIHtLA%2CkBAAA%3B%3BEGoOA%3BES1IY%2CcAFR%2CmBACK%2CIAAI%2CQACA%2CIAAI%2CSACD%3BIZvWhB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEG%2BeA%3BEU%5C%2FVA%3BEC4CA%2CaAOI%3BECtJJ%2CsBACI%3BIfrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEMmFD%2CwBAKI%2CeNzFH%3BEMoFD%2CwBAKI%2CeNxFH%3BEMoID%2CiCNrIC%3BEMqID%2CiCNpIC%3BEM0JD%2CkBN3JC%3BEM2JD%2CkBN1JC%3BEOiED%2CcAKI%2CePvEH%3BEOkED%2CcAKI%2CePtEH%3BEOkHD%2CuBPnHC%3BEOmHD%2CuBPlHC%3BEO8ID%2CkBP%5C%2FIC%3BEO%2BID%2CkBP9IC%3BEQ8fD%2CeR%5C%2FfC%3BEQ%2BfD%2CeR9fC%3BEKyTD%2CgBL1TC%3BEK0TD%2CgBLzTC%3BEKuYD%2CQACI%2CoBLzYH%3BEKwYD%2CQACI%2CoBLxYH%3BEKuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeL%5C%2FYX%3BEKwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeL9YX%3BEKuaD%2CqBACI%2COAAM%2CULzaT%3BEKwaD%2CqBACI%2COAAM%2CULxaT%3BEImSD%2C0BACI%2CcJrSH%3BEIoSD%2C0BACI%2CcJpSH%3BEgBuaD%2C0BhBxaC%3BEgBwaD%2C0BhBvaC%3BEiBugBD%2CYjBxgBC%3BEiBwgBD%2CYjBvgBC%3BEiBiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBjBtiBtB%3BEiBkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBjBriBtB%3BEiBkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBjBtiBtB%3BEiBmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBjBriBtB%3BEiBmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBjBtiBtB%3BEiBoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBjBriBtB%3BEkBocD%2CYASI%2CQAAO%2CMlB9cV%3BEkBqcD%2CYASI%2CQAAO%2CMlB7cV%3BEkBylBG%2COAAC%2CQlB1lBJ%3BEkB0lBG%2COAAC%2CQlBzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEM8ED%2CwBAKI%2CeNnFH%3BEM%2BHD%2CiCN%5C%2FHC%3BEMqJD%2CkBNrJC%3BEO4DD%2CcAKI%2CePjEH%3BEO6GD%2CuBP7GC%3BEOyID%2CkBPzIC%3BEQyfD%2CeRzfC%3BEKoTD%2CgBLpTC%3BEKkYD%2CQACI%2CoBLnYH%3BEKkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeLzYX%3BEKkaD%2CqBACI%2COAAM%2CULnaT%3BEI8RD%2C0BACI%2CcJ%5C%2FRH%3BEgBkaD%2C0BhBlaC%3BEiBkgBD%2CYjBlgBC%3BEiB4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBjBhiBtB%3BEiB6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBjBhiBtB%3BEiB8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBjBhiBtB%3BEkB%2BbD%2CYASI%2CQAAO%2CMlBxcV%3BEkBolBG%2COAAC%2CQlBplBJ%3BIACG%2CWAAA%3B%3BEAPJ%2C2BAAC%3BEACD%2C2BAAC%3BEUqUD%2CcAwDI%2CeV9XH%3BEUsUD%2CcAwDI%2CeV7XH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEUgUD%2CcAwDI%2CeVxXH%3BIACG%2CWAAA%3B%3BEG2hBJ%3BEA69BA%3BEgB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEZkhBA%2CMAAC%3BESnJL%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BETzCpC%2CeAEI%3BEanJJ%2CeACI%3BIlByKJ%2CsBAAA%3B%3BEAgBA%3BEOlOA%2CcA8BI%2CgBACI%3BEA%5C%2FBR%2CcAwDI%2CeAEI%3BEA1DR%2CcAwDI%2CeAQI%3BIPkJR%2CsBAAA%3B%3BEAsBA%3BEmB9dA%3BInBwcA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIHvUlB%2CgBAAA%3B%3BEuBulBA%2C8BpBlRI%2CUACM%2CSoBiRT%2CIAAI%2CSACC%3BEADN%2C8BpBlRI%2CUAEI%2CQAAU%2CSoBgRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BpBlRI%2CUACM%2CSoBiRT%2CIAAI%2CSAeC%3BEAfN%2C8BpBlRI%2CUAEI%2CQAAU%2CSoBgRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEpBpSR%2C8BACI%2CUACM%2CSoB8KR%3BEpBhLF%2C8BACI%2CUAEI%2CQAAU%2CSoB6KhB%3BIvBpfF%2CeAAA%3BIuBwfI%2CqBAAA%3B%3BEA6HA%2C8BpBhTA%2CUACM%2CSoB6ST%2COAEI%3BEAAD%2C8BpBhTA%2CUAEI%2CQAAU%2CSoB4SjB%2COAEI%3BEAAD%2C8BpBhTA%2CUACM%2CSoB8ST%2CSACI%3BEAAD%2C8BpBhTA%2CUAEI%2CQAAU%2CSoB6SjB%2CSACI%3BIACG%2CaAAA%3B%3BEpB5SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC5ZJ%2CwBD2ZA%2CUACI%3BEC3ZJ%2CuBD0ZA%2CUACI%3BEQloBJ%2CKAAK%2CKAAK%2CORioBV%2CUACI%3BIH5XJ%2CmBAAA%3BIuB%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIvBhqBA%2CUAAA%3BIuBmqBA%2CmBAAA%3B%3BEAEA%2CwBpB1SA%2CUACI%2COoBySA%3BEnBrsBJ%2CwBD2ZA%2CUACI%2COoBySA%3BEnBpsBJ%2CuBD0ZA%2CUACI%2COoBySA%3BEZ36BJ%2CKAAK%2CKAAK%2CORioBV%2CUACI%2COoBySA%3BIACA%2CWAAA%3B%3BEpBvSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEChaxB%2CwBD2ZA%2CUACI%2COAGK%2CeAAe%3BEC%5C%2FZxB%2CwBD2ZA%2CUACI%2COAIK%2CeAAe%3BEC%5C%2FZxB%2CuBD0ZA%2CUACI%2COAGK%2CeAAe%3BEC9ZxB%2CuBD0ZA%2CUACI%2COAIK%2CeAAe%3BEQtoBxB%2CKAAK%2CKAAK%2CORioBV%2CUACI%2COAGK%2CeAAe%3BEQroBxB%2CKAAK%2CKAAK%2CORioBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BECpaR%2CwBD2ZA%2CUACI%2COAQI%3BECnaR%2CuBD0ZA%2CUACI%2COAQI%3BEQ1oBR%2CKAAK%2CKAAK%2CORioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAaZ%2C0BAxBA%2CUACI%3BIH5XJ%2CmBAAA%3BIuB%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIvBhqBA%2CUAAA%3BIuBmqBA%2CmBAAA%3B%3BEAEA%2C0BpB1SA%2CUACI%2COoBySA%3BIACA%2CWAAA%3B%3BEpBvSI%2C0BAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2C0BALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAkBZ%2C0BAxBA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIHjaA%2CWAAA%3B%3BEGuaA%3BIHvaA%2CWAAA%3B%3BEGqhBA%3BEW1iBA%2CKAAK%2COAAO%3BEVMZ%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEW7iBJ%2CKAAK%2COAAO%2CSX6iBR%3BECviBJ%2CyBDuiBI%3BIHpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEG0xBA%2C0BAOI%2CQAAU%3BEWjjBd%2CKAAK%2COAAO%2CSXijBR%2CQAAU%3BEC3iBd%2CyBD2iBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEKxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIL6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEExjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEIlIJ%2CwBACI%3BIT3GJ%2CiBAAA%3B%3BEGqwBA%3BEcrfA%2CcAAc%3BIjBhRd%2CiBAAA%3B%3BEGqzBA%3BEc%5C%2FgBA%2CsBACI%2CQAAO%3BIjBvSX%2CqBAAA%3BIwB9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BEP8iBD%2CsBACI%2CQAAO%2CMO%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyB%5C%2FQS%2COzB%2BQT%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BErBsuBA%2CiBAAC%3BEczgBD%2CsBACI%2CQAAO%2CMdwgBV%3BIACG%2C0BAAA%3B%3BEAWJ%3BIH3zBA%2CqBAAA%3BIwB9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyB%5C%2FQS%2COzB%2BQT%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BErBsuBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEAwQJ%3BEwB5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BIzB%2BrCnC%2CaAAA%3B%3BEAsCA%3BEcjxBA%3BIdkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BEcp1BZ%2CQdk1BI%2CWACI%2CoBACI%3BEcn1BZ%2CuBdi1BI%2CWACI%2CoBACI%3BEcl1BZ%2CiBdg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI0B3tCA%2CYAAA%3B%3BE1B2tCA%2C2B0BztCE%2CQAGI%2CKACI%3BE1BqtCV%2C2B0BxtCE%2CQAEI%2CKACI%3BE1BqtCV%2C2B0BvtCE%2CQACI%2CKACI%3BE1BqtCV%2C2B0BztCE%2CQAGI%2CKAEI%3BE1BotCV%2C2B0BxtCE%2CQAEI%2CKAEI%3BE1BotCV%2C2B0BvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE1BmtCZ%2C2B0B9sCE%2CQACI%2CKACI%3BE1B4sCV%2C2B0B9sCE%2CQACI%2CKAEI%3BI7BoCV%2C6BAAA%3B%3BEGorCA%3BEEhiCA%2CQA2BI%3BEDnIJ%3BEYoOA%3BIbq6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEEpiCJ%2CQA2BI%2CSFwgCA%3BEEniCJ%2CQA2BI%2CSFygCA%3BEC5oCJ%2C6BD2oCI%3BEC3oCJ%2C6BD4oCI%3BEax6BJ%2CyBbu6BI%3BEav6BJ%2CyBbw6BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEExiCJ%2CQA2BI%2CSF6gCA%3BEChpCJ%2C6BDgpCI%3BEa56BJ%2CyBb46BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEE7iCJ%2CQA2BI%2CSFkhCA%3BECrpCJ%2C6BDqpCI%3BEaj7BJ%2CyBbi7BI%3BIHjsCJ%2CiBAAA%3BIGmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEEljCJ%2CQA2BI%2CSFuhCA%3BEC1pCJ%2C6BD0pCI%3BEat7BJ%2CyBbs7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEKhgCA%2CeAEI%3BEanJJ%2CeACI%3BIrB3HJ%2CUAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIG4mCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEGltDV%2CiCH%2BsDI%2COAGM%3BEIpuDV%2CuBJiuDI%2COAGM%3BEKnsCV%2CcLgsCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEGttDZ%2CiCH%2BsDI%2COAGM%2CSAIE%3BEIxuDZ%2CuBJiuDI%2COAGM%2CSAIE%3BEKvsCZ%2CcLgsCI%2COAGM%2CSAIE%3BIHvmDZ%2CiBAAA%3B%3BEG%2BlDA%2C2BACI%2COAYI%3BEG3tDR%2CiCH%2BsDI%2COAYI%3BEI7uDR%2CuBJiuDI%2COAYI%3BEK5sCR%2CcLgsCI%2COAYI%3BIH5mDR%2CiBAAA%3B%3BEG%2BlDA%2C2BAkBI%2CiBACI%3BEGjuDR%2CiCHguDI%2CiBACI%3BEInvDR%2CuBJkvDI%2CiBACI%3BEKltCR%2CcLitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEgBp1DZ%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%3BEWrDA%2CCAAC%2CmBAAwB%2CQXkDtB%3BInBoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BrZL%2CCAAC%2CoBAAyB%2CQX%2BCvB%3BInBoMP%2CmBAAA%3BI8B9KA%2CqBAAA%3BI9B8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BlZL%2CCAAC%2CyBAA%2BB%2CQX4C7B%3BInBoMP%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8B%5C%2FYL%2CCAAC%2C0BAAgC%2CQXyC9B%3BInBoMP%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmBhWT%3BIAEI%2CiBAAA%3B%3BEW3CA%2CCAAC%2CoBAAyB%3BI9BuO9B%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BtYL%2CCAAC%2CyBAA%2BB%3BI9BoOpC%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BnYL%2CCAAC%2C0BAAgC%3BI9BiOrC%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmB1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEW3CA%2CCAAC%2CoBAAyB%3BI9B2N9B%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8B1XL%2CCAAC%2CyBAA%2BB%3BI9BwNpC%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BvXL%2CCAAC%2C0BAAgC%3BI9BqNrC%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmB9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEYgBJ%2CMFkDE%2CQACI%2CKACI%3BEEpDV%2CMFkDE%2CQACI%2CKAEI%3BI7B0FV%2C0BAAA%3B%3BE%2BB%5C%2FIA%2CMF2DE%2CQAAQ%3BI7BoFV%2C0BAAA%3B%3BEgC1DA%3BIACI%2CaAAA%3B%3BEAGJ%3BIhCyLA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIgC9LJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEADJ%2C0BAGM%3BIACE%2CaAAA%3B%3BEAJR%2C0BAOM%3BIACE%2CyBAAA%3B%3BEC2BR%3BIjCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIiCJI%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%3BIjChBN%2CgBAAA%3B%3BEiCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIjCxBJ%2CkBAAA%3BIiC0BQ%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%3BIjC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIiCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIjC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIjCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIiC2EgB%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%3BIjCzFpB%2CqBAAA%3BIwBhOA%2CqBAAA%3B%3BESmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBTnGhB%3BIxBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwB2CA%2CWSkPI%2CQA2DK%2COACK%2CaAGI%2CgBTjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC9NQ%2COlC8NR%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CsBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESlFA%2CWAiCI%2CQA8EI%3BIjCtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIiC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIjClHZ%2CgBAAA%3B%3BEiCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIjC%5C%2FON%2CgBAAA%3B%3BEiCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIjC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIiC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIjCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIiCuQY%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%3BIjCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEiCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIjCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIjCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEiCTA%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%3BIjCpL5B%2CqBAAA%3BIwBhOA%2CqBAAA%3B%3BESgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT9LxB%3BIxBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwB2CA%2CWSkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkCxPQ%2COlCwPR%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CsBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BES0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIjCpMZ%2CqBAAA%3BIwBhOA%2CqBAAA%3B%3BEAMA%2CWSkPI%2CQA2KK%2CKT7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkCzPgB%2COlCyPhB%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CsBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESkIY%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%3BEDzPhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEG9DR%3BInCyFA%2CgCAAA%3B%3BEoC1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEpCdJ%2CQoCUQ%2CKAAK%2CMpCVZ%3BEACD%2CQoCSQ%2CKAAK%2CMpCTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQoCIQ%2CKAAK%2CMpCJZ%3BIACG%2CWAAA%3B%3BEoCGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BIrCwRN%2CYAAA%3BIqCtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BIrCgRP%2CgBAAA%3BIqC7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BErCsBJ%2CQoCUQ%2CKAAK%2CMCtCX%2CQAAK%2CQrC4BN%3BEACD%2CQoCSQ%2CKAAK%2CMCtCX%2CQAAK%2CQrC6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQoCIQ%2CKAAK%2CMCtCX%2CQAAK%2CQrCkCN%3BIACG%2CWAAA%3B%3BEqC3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BIrCsNP%2CkBAAA%3B%3BEoC1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BIrCoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BIqC%5C%2FLQ%2CmBAAA%3BIrC%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEsCjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BItCiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsC5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BItC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsCvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BItCuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqC1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BIrCyL9B%2CmBAAA%3B%3BEqCrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BIrCkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqC5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BIrC0KtB%2CmBAAA%3B%3BEoC1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BIrCqKP%2CmBAAA%3BIqCnKI%2CgBAAA%3BIACA%2C4BAAA%3BIrCkKJ%2CsBAAA%3B%3BEoCnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BIvC8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEuCjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BIxCiQJ%2CkBAAA%3B%3BEuC9PA%2CgBCMA%2CWAKI%2CEAAC%3BIxCmPL%2CeAAA%3B%3BEuC9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEAchB%2CUAAC%3BIACG%2CYAAA%3B%3BEC4EJ%2CYAAC%2CYACG%3BI1CiHR%2C6BAAA%3BI0C%5C%2FGY%2CiBAAA%3B%3B%3B%3B%3BECUZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BECzIpB%3BIACI%2CwBAAA%3B%3BECLJ%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEvCuEJ%2CwBACI%3BIACI%2C6BAAA%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%2C0BAAA%3B%3BEAHJ%2CiCAKI%3BIN0GJ%2CmBAAA%3B%3BEMtGY%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%3BEwChMZ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEvC2FJ%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CuBAKI%3BIP4HJ%2CmBAAA%3B%3BEOxHY%2CuBAJR%2COAGK%2CSACI%3BIPwHb%2CoBAAA%3B%3BEOlHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEwCrKZ%2CgBACM%3BIACE%2CiBAAA%3B%3BECVA%2C8BADJ%2CSACK%3BIACG%2CaAAA%3B%3BE5BoKZ%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BIpBuE7B%2CcAAA%3BIoBrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BIpB8DZ%2CcAAA%3B%3BEoB5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BIpB2DhB%2CiBAAA%3BIoBzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BIpBmDZ%2CiBAAA%3BIoBjDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BER6BJ%2CcADW%2CmBACV%3BEACD%2CcAFW%2CmBAEV%3BIZFT%2CgBAAA%3BIAAA%2C4CAAA%3BIYKY%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARJ%2CcADW%2CmBACV%2CMAUG%3BEATJ%2CcAFW%2CmBAEV%2COASG%3BIACI%2CcAAA%3B%3BEAEJ%2CQAAS%2CeAdF%2CmBACV%2CMAcO%3BEADJ%2CQAAS%2CeAdF%2CmBAEV%2COAaO%3BIACI%2CSAAA%3BIACA%2CQAAA%3B%3BEAQhB%2CcAAe%3BIZzBnB%2CgBAAA%3BIAAA%2C4CAAA%3BIY4BQ%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAEA%2CcAAe%3BIACX%2CoBAAA%3B%3BEAJR%2CqBAOI%2CiBAAmB%3BIACf%2CqBAAA%3BIACA%2CsBAAA%3B%3BEATR%2CqBAOI%2CiBAAmB%2CqBAIb%3BIACE%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CqBATR%2CiBAAmB%2CqBAIb%2CUAKG%3BIACG%2CeAAA%3B%3BEAjBhB%2CqBAsBI%3BIACI%2CqBAAA%3B%3BEAOI%2CcAFR%2CeACI%2CoBACK%3BIZrEb%2CgBAAA%3BIYuEgB%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAXhB%2CcAgBI%3BIACI%2CUAAA%3B%3BEAgBR%2CcACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CcAKI%2CeACI%3BEALR%2CoBAII%2CeACI%3BEAJR%2CqBAGI%2CeACI%3BEAHR%2CcAAc%2CoBAEV%2CeACI%3BEAFR%2CcAAc%2CqBACV%2CeACI%3BIACI%2CcAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CoBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CqBALR%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcAPE%2CoBAEV%2CeACI%2CcAIK%2CUAAU%3BEAAX%2CcANE%2CqBACV%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CMAAM%2COAAQ%2CeAAe%2CcAGzB%3BEAFJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAE9C%3BEADJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAC%5C%2FC%3BIACI%2C4CAAA%3BIACA%2CoBAAA%3B%3BEAUR%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BECtTZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIbiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIa7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIbuGJ%2CqBAAA%3BIwB9QA%2CqBAAA%3B%3BEXyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIbiGL%2CcAAA%3BIa%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BIbuFL%2C%2BFAAA%3BIarFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWWqGE%3BIxBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwBHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkCnPQ%2COlCmPR%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CsBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIxB2PL%2CcAAA%3B%3BEavEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSqBrLA%2COrBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEhB0YR%2CkBACI%2CoBACI%3BIGnVR%2CmBAAA%3B%3BEHiVA%2CkBAOI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAGI%3BEALZ%2CmBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CuBAEI%2CWAUI%2CqBAAuB%2CuBACnB%3BEAZZ%2CmBACI%2CWAUI%2CqBAAuB%2CuBACnB%3BIGtXZ%2CiBAAA%3BIHwXgB%2CiBAAA%3B%3BEAUhB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BEA6NI%2CQAFR%2CeACI%2CQACK%3BIAEG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAOJ%2CQAFR%2CeACI%2CQACK%3BIACG%2COAAA%3BIACA%2CcAAA%3B%3BEAiChB%2CQAAQ%3BIACJ%2CYAAA%3BIGrtBJ%2CSAAA%3BIAAA%2CUAAA%3BIsC1KA%2CqBAAA%3B%3BEzC83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BIGztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsCjJA%2CQzCq2BQ%2CQAIJ%2CQAAO%2CQyCz2BV%3BItCiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsC5IA%2CQzCg2BQ%2CQAIJ%2CQAAO%2CQyCp2BV%3BItC4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEsCvIA%2CQzC21BQ%2CQAIJ%2CQAAO%2CQyC%5C%2F1BV%3BItCuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEHotBA%2CQAAQ%2CQASJ%2CSAAQ%3BIG7tBZ%2CcAAA%3B%3BEHguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BEiB9yBZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEd4IR%2CachJI%2CMdgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CacrJI%2CMdqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2Cac1JI%2CMd0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2Cac%5C%2FJI%2CMd%2BJH%3BIAvGD%2CcAAA%3B%3BEczEA%2CaAwBI%2CQAAO%3BIdiDX%2CqBAAA%3BIiDzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIjDgDA%2CgBAAA%3BIctCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COUqCT%3BIxBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwBHA%2CaVuNI%2CQAAO%2COUvNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC3OU%2COlC2OV%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CaV0MA%2CQAAO%2COU3MV%2CMACI%3BIxB2PL%2CWAAA%3B%3BEwBrPI%2CaVoMA%2CQAAO%2COUrMV%2COACI%3BIxBqPL%2CcAAA%3B%3BEiD7CA%2CanCJI%2CQAAO%2COmCIV%3BEACD%2CanCLI%2CQAAO%2COmCKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CanCVI%2CQAAO%2COmCUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CanCfI%2CQAAO%2COmCeV%3BEACD%2CanChBI%2CQAAO%2COmCgBV%3BEACD%2CQAAQ%2CUAAW%2CcnCjBf%2CQAAO%3BImCkBP%2CoBAAA%3BIjD%2BBJ%2CYAAA%3B%3BEchCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIdgCb%2CWAAA%3B%3BEczBA%3BIACI%2CaAAA%3B%3BEN2QJ%2CeACI%2COAAM%2CUACF%2CeACI%3BIACI%2CgBAAA%3B%3BEAQhB%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BIR9RA%2CUAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIQ8HL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIR%5C%2FTZ%2CgBAAA%3BIQiUgB%2CgBAAA%3B%3BEesRhB%2CaftSI%2COAaI%2CUACI%2COewRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CaftSI%2COAaI%2CUACI%2COewRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEf1UR%2CaAmBI%2COAaI%2CUACI%2COeqLV%3BIvBpfF%2CeAAA%3BIuBwfI%2CqBAAA%3B%3BEA6HA%2CafpUA%2COAaI%2CUACI%2COeoTX%2COAEI%3BEAAD%2CafpUA%2COAaI%2CUACI%2COeqTX%2CSACI%3BIACG%2CaAAA%3B%3BEfxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIRhaA%2CUAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIQiQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BIRjcL%2CUAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIQkSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BEVnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE0BpVR%2CS1BuVU%2CQAAO%2CO0BvVhB%3BEAAD%2CiB1BwVkB%2CQAAO%2CK0BxVxB%3BIxB4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEsBpKA%3BItBoKA%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIsBnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE4B7ER%2CqBACI%2CaACI%3BIlDqOR%2CgBAAA%3B%3BEkDvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BInDVJ%2CgBAAA%3B%3BEmDQA%2CYAMI%3BInDdJ%2C6BAAA%3BImDgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BIpDwRA%2CmBAAA%3BIAAA%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEoD3FZ%3BIrD2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIqDxKI%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%3BIrD4JL%2CYAAA%3BIqD1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIrDkJA%2CmBAAA%3BIqDhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIrD4IJ%2CiBAAA%3BIqD1IQ%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%3BIrDkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIqDrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIrDyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEqDjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BIvDsFJ%2CkBAAA%3B%3BEuDvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BElD0JR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEmD3WR%2C0BACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAHR%2C0BAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEnC0JR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BIrBpEb%2C8BAAA%3BIqBsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIrBnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEqBwFA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BEjBjKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyByBtItB%2CQAGI%2CKACI%3BEzBkIN%2CQAAS%2CMAAK%2CMAAM%2CyByBrItB%2CQAEI%2CKACI%3BEzBkIN%2CQAAS%2CMAAK%2CMAAM%2CyByBpItB%2CQACI%2CKACI%3BEzBkIN%2CQAAS%2CMAAK%2CMAAM%2CyByBtItB%2CQAGI%2CKAEI%3BEzBiIN%2CQAAS%2CMAAK%2CMAAM%2CyByBrItB%2CQAEI%2CKAEI%3BEzBiIN%2CQAAS%2CMAAK%2CMAAM%2CyByBpItB%2CQACI%2CKAEI%3BI7ByHV%2C0BAAA%3B%3BEIQI%2CQAAS%2CMAAK%2CMAAM%2CyByB3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BEzBuHN%2CQAAS%2CMAAK%2CMAAM%2CyByB1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BEzBuHN%2CQAAS%2CMAAK%2CMAAM%2CyByBzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BEzBuHN%2CQAAS%2CMAAK%2CMAAM%2CyByB3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BEzBsHN%2CQAAS%2CMAAK%2CMAAM%2CyByB1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BEzBsHN%2CQAAS%2CMAAK%2CMAAM%2CyByBzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BEzBqHR%2CQAAS%2CMAAK%2CMAAM%2CyByBhHtB%2CQAAQ%3BI7BwGV%2C0BAAA%3B%3BEIQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIJhCb%2CmBAAA%3BIuB%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIvBhqBA%2CUAAA%3BIuBmqBA%2CmBAAA%3BInBjoBgB%2CmBAAA%3B%3BEmBmoBhB%2CyBnB1oBI%2CUAGI%2COACK%2CKmBsoBT%3BEAAJ%2CyBnB1oBI%2CUAGI%2COAEK%2CSmBqoBT%3BIACA%2CWAAA%3B%3BEnBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAIA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEqD%5C%2FOZ%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC0WJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BI3DjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI2DiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BI3DzLrB%2CyBAAA%3BI2D2LwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BI3D3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI2DgNgB%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BI3D3Ob%2CcAAA%3BI2D6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BE3CjGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BIhB3KR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIgBgLQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BIhB3OZ%2CeAAA%3B%3BEgBiPQ%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%3BENvLpB%2CcACI%2CiBAKI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEATZ%2CcACI%2CiBAKI%2CWAKI%3BIACI%2CcAAA%3B%3BEAEA%2CcAbZ%2CiBAKI%2CWAKI%2CQAGK%3BIACG%2CcAAA%3BIACA%2CWAAA%3B%3BEAhBpB%2CcAsBI%3BIACI%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CeAAe%3BIACX%2CgBAAA%3B%3BEA3BR%2CcA8BI%2CgBACI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CcA8BI%2CgBAOI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAQQ%2CcAlBhB%2CgBAOI%2CqBAKI%2CUAKI%2COACK%3BIACG%2CaAAA%3B%3BEAjDxB%2CcAwDI%2CeAEI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcAwDI%2CeAQI%3BIAEI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAQG%2CKAAI%3BIACA%2CUAAA%3B%3BEAzFZ%2CcA8FI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAGI%2CcALZ%2CiBACI%2CcAAgB%2CYAGZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEArGpB%2CcA8FI%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcApBR%2CiBAYI%2CUAAY%2CSAAM%2CIAAI%2CSAQjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BEkDhapB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BEnDgIR%2COAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2COAAC%2CQAAW%2CUAAC%3BIACT%2CgBAAA%3B%3BEAOJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CeAAA%3B%3BEAIR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CeAAA%3B%3BEAGJ%2COAAC%3BIACG%2CgBAAA%3B%3BEA%2BDR%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEQqOR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEAEA%2CoBAJR%2CaACI%2CQAGK%3BIACG%2CYAAA%3B%3BEAYhB%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BENhqBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BEOicZ%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BIlBtNR%2CyBAAA%3B%3BEkBiNA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIlBlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkBqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BI2CveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BE7DFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEkBieJ%2CiB2CpeA%3BI7DgPA%2CUAAA%3BI6D9OI%2CeAAA%3BI7D8OJ%2CqBAAA%3BIwBhOA%2CqBAAA%3B%3BENodA%2CiB2CpeA%2CerCoOE%3BIxBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwB2CA%2CiBqCtBA%2CerCsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC9NQ%2COlC8NR%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBqCnCJ%2CerCkCC%2CMACI%3BIxB6ML%2CcAAA%3B%3BEwBvMI%2CiBqCzCJ%2CerCwCC%2COACI%3BIxBuML%2CcAAA%3B%3BE6DqEA%2CiBArTA%2CeAqTC%3BI7DrED%2CqBAAA%3BIwBhOA%2CqBAAA%3B%3BEqCqSA%2CiBArTA%2CeAqTC%2COrCjFC%3BIxBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwB2CA%2CiBqCtBA%2CeAqTC%2COrC%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC%5C%2FNM%2COlC%2BNN%3BIAAA%2Ca0BvRe%2CY1BuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIwBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBqCnCJ%2CeAqTC%2COrCnRA%2CMACI%3BIxB6ML%2CcAAA%3B%3BEwBvMI%2CiBqCzCJ%2CeAqTC%2COrC7QA%2COACI%3BIxBuML%2CcAAA%3B%3BEkBoPA%2CiB2C7SA%3BI7DyDA%2CSAAA%3BIAAA%2CUAAA%3BIsC1KA%2CqBAAA%3BItC0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BI6DhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BI7D8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEkBoPA%2CiB2C7SA%2CGAsBI%3BI7DmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BE6D3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BI7D2BT%2CmBAAA%3BI6DzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BI7DzSJ%2CsDAAA%3BI6D2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BI7D%5C%2FSJ%2CsDAAA%3BI6DiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BI7D%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BE6DoRA%2CiBA7UA%2CGA6UC%3BI7DpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BE6DZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BE3C4PR%2CiBAgBI%2CGACI%3BIlBrQR%2CWAAA%3BIAAA%2CqBAAA%3BIkBgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEoBnaZ%2CiBpBqZI%2CGACI%2CEoBtZP%3BItCiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsC5IA%2CiBpBgZI%2CGACI%2CEoBjZP%3BItC4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsCvIA%2CiBpB2YI%2CGACI%2CEoB5YP%3BItCuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEkBoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BI%2BBvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIjDgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BEiD7CA%2CiB%5C%2FB2UI%2CQAAO%2CO%2BB3UV%3BEACD%2CiB%5C%2FB0UI%2CQAAO%2CO%2BB1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB%5C%2FBqUI%2CQAAO%2CO%2BBrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB%5C%2FBgUI%2CQAAO%2CO%2BBhUV%3BEACD%2CiB%5C%2FB%2BTI%2CQAAO%2CO%2BB%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkB%5C%2FB8Tf%2CQAAO%3BI%2BB7TP%2CoBAAA%3BIjD%2BBJ%2CYAAA%3B%3BEkBoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEMrcR%2CiBNwcK%2COACG%2CQAAO%2COMzcd%3BIxBgKD%2CSkC%5C%2FNM%2COlC%2BNN%3B%3BEkBwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIlB5TjB%2CSAAA%3BIAAA%2CUAAA%3BIsC1KA%2CqBAAA%3BIpBweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMoBhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEpB6dA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BIlB3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEkBmVgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACK%2CUAAO%2CMAsBH%2CsBAOG%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACK%2CUAAO%2CMAoCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BIlBhYA%2CmBAAA%3BIkBkYI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BIlBrZjB%2CsDAAA%3B%3BEkByZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIlBzZjB%2CsDAAA%3BIkB2ZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BE4CzqBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECqQZ%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAeI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BI%5C%2FD9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BI%2BDoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BEnCzUZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAUR%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%3BEoC2ZZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BA9DpfR%2CgBAL4C%3BEH6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAGvER%2CgBALwC%3BEUwYxC%2CcACI%3BIACI%2CUAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CmBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CcAAC%2CqBACG%2CeACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcANX%2CqBACG%2CeACI%2CcAIK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAVX%2CqBACG%2CeACI%2CcAQK%2CUAAU%3BIACP%2CcAAA%3B%3BEfsjBpB%2CWACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEqDz%5C%2FBR%2CqBACI%2CaACI%3BIlDoNR%2CmBAAA%3BIAAA%2CYAAA%3BIkDjNY%2CSAAA%3B%3BEC2OZ%2CYACI%3BInD3BJ%2CmBAAA%3B%3BEmD8BQ%2CYAHJ%2CuBAGK%3BInD9BT%2CgBAAA%3BIAAA%2CyBAAA%3BImDiCY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BElCqWJ%2CYACI%3BIACI%2CkBAAA%3B%3BEAFR%2CYACI%2CMAGI%3BIACI%2CiBAAA%3B%3BEALZ%2CYACI%2CMAOI%3BIACI%2C0BAAA%3B%3BE8CvSZ%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CmBAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBAXR%2CeAKI%2CcAMK%2CUAAU%3BIACP%2CcAAA%3B%3BEnCzRhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3B%3BA1B5GZ%2CgBAJ2C%3BEL0qBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */