.js1-home,
.js1-curated,
.js1-best,
.js1-life {
  background: #faf9f6;
}
.js1-hero .pagebuilder-overlay.pagebuilder-poster-overlay,
.js1-life-banner .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: inherit;
}
.js1-hero .pagebuilder-banner-wrapper {
  min-height: 870px;
  background-size: cover;
  background-position: center;
}
.js1-hero-card {
  max-width: 640px;
  background: rgba(250, 249, 246, 0.8);
  border: 1px solid rgba(209, 196, 184, 0.3);
  border-radius: 12px;
  padding: 40px 48px;
  backdrop-filter: blur(8px);
}
.js1-eyebrow {
  margin: 0 0 14px;
  color: #705838;
  font: 600 14px/1.2 "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.js1-h1 {
  margin: 0 0 18px;
  color: #1a1c1a;
  font: 600 48px/1.2 "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.02em;
}
.js1-copy {
  margin: 0;
  color: #4e453c;
  font: 400 18px/1.6 "Noto Serif", serif;
}
.js1-cta-wrap {
  margin: 28px 0 0;
}
.js1-cta {
  display: inline-block;
  background: #705838;
  color: #fff !important;
  padding: 14px 26px;
  border-radius: 8px;
  font: 600 14px/1.2 "Plus Jakarta Sans", sans-serif;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}
.js1-curated,
.js1-best {
  padding: 80px 0;
}
.js1-title,
.js1-best-title {
  margin: 0;
  text-align: center;
  color: #1a1c1a;
  font: 500 32px/1.3 "Plus Jakarta Sans", sans-serif;
}
.js1-line {
  width: 64px;
  height: 2px;
  background: #705838;
  margin: 14px auto 40px;
}
.js1-curated .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.js1-curated .pagebuilder-column {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}
.js1-tile {
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.js1-tile img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.js1-tile-title {
  margin: -72px 20px 26px;
  position: relative;
  color: #fff;
  font: 500 24px/1.4 "Plus Jakarta Sans", sans-serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.js1-philo {
  background: rgba(235, 225, 207, 0.3);
  padding: 80px 0;
}
.js1-philo .pagebuilder-column {
  text-align: center;
}
.js1-philo .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
.js1-philo .pagebuilder-column {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}
.js1-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #faf9f6;
  box-shadow: 0 10px 30px rgba(60, 48, 40, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font: 500 26px/1 "Plus Jakarta Sans", sans-serif;
  color: #705838;
}
.js1-ph-title {
  margin: 0 0 10px;
  color: #1a1c1a;
  font: 500 24px/1.4 "Plus Jakarta Sans", sans-serif;
}
.js1-ph-copy {
  margin: 0 auto;
  max-width: 280px;
  color: #4e453c;
  font: 400 16px/1.6 "Noto Serif", serif;
}
.js1-best-sub {
  text-align: center;
  color: #4e453c;
  margin: 8px 0 30px;
  font: 400 16px/1.6 "Noto Serif", serif;
}
.js1-products .products-list {
  margin: 0;
}
.js1-products .products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.js1-products .product-item {
  width: 100% !important;
  margin: 0 !important;
}
.js1-products .product-item-photo {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f3f1;
  margin-bottom: 18px;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}
.js1-products .product-image-container {
  width: 100% !important;
}
.js1-products .product-image-photo {
  transition: transform 0.4s ease;
}
.js1-products .product-item-name {
  margin: 0 0 6px !important;
  color: #1a1c1a;
  font: 500 24px/1.35 "Plus Jakarta Sans", sans-serif;
}
.js1-products .price {
  color: #705838;
  font: 600 14px/1.2 "Plus Jakarta Sans", sans-serif;
}
.js1-products .product-item-actions .action {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #d1c4b8;
  border-radius: 8px;
  padding: 12px;
  color: #1a1c1a;
  background: transparent;
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}
.js1-products .slick-prev,
.js1-products .slick-next {
  width: 36px;
  height: 36px;
  border: 1px solid #1a1a1a;
  border-radius: 999px;
  background: #fff;
  z-index: 2;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}
.js1-life {
  padding: 0 0 80px;
}
.js1-life-banner .pagebuilder-banner-wrapper {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
.js1-life-title {
  margin: 0 0 16px;
  text-align: center;
  color: #fff;
  font: 600 48px/1.2 "Plus Jakarta Sans", sans-serif;
}
.js1-life-quote {
  margin: 0 0 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font: 400 18px/1.6 "Noto Serif", serif;
  font-style: italic;
  max-width: 900px;
}
.js1-life-tag {
  text-align: center;
  color: #fff;
  font: 600 14px/1.2 "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.js1-life-tag:before,
.js1-life-tag:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 12px;
  vertical-align: middle;
}
.js1-products[data-content-type="products"][data-appearance="carousel"] .slick-initialized li.product-item:first-child {
  padding: 0 5px;
}
@media (hover: hover) and (pointer: fine) {
  .js1-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(112, 88, 56, 0.32);
    background: #594325;
  }
  .js1-curated .pagebuilder-column:hover .js1-tile {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(60, 48, 40, 0.16);
  }
  .js1-curated .pagebuilder-column:hover .js1-tile img {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.02);
  }
  .js1-products .product-item:hover .product-item-photo {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(60, 48, 40, 0.14);
  }
  .js1-products .product-item:hover .product-image-photo {
    transform: scale(1.04);
  }
  .js1-products .product-item:hover .product-item-name a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .js1-products .product-item-actions .action:hover {
    background: #705838;
    border-color: #705838;
    color: #fff;
    transform: translateY(-1px);
  }
  .js1-products .slick-prev:hover,
  .js1-products .slick-next:hover {
    background: #705838;
    border-color: #705838;
    transform: scale(1.05);
  }
  .js1-products .slick-prev:hover:before,
  .js1-products .slick-next:hover:before {
    color: #fff;
  }
  .js1-life-banner:hover .pagebuilder-overlay {
    background: rgba(112, 88, 56, 0.28);
    transition: background 0.35s ease;
  }
  .js1-life-banner:hover .js1-life-title {
    transform: translateY(-2px);
    transition: transform 0.35s ease;
  }
}
@media (max-width: 1024px) {
  .js1-hero .pagebuilder-banner-wrapper {
    min-height: 700px;
  }
  .js1-h1,
  .js1-life-title {
    font-size: 40px;
  }
  .js1-curated,
  .js1-best,
  .js1-philo {
    padding: 56px 0;
  }
  .js1-curated .pagebuilder-column-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .js1-philo .pagebuilder-column-line {
    grid-template-columns: 1fr;
  }
  .js1-products .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .js1-hero .pagebuilder-banner-wrapper {
    min-height: 560px;
  }
  .js1-hero-card {
    padding: 24px;
  }
  .js1-h1,
  .js1-title,
  .js1-best-title,
  .js1-life-title {
    font-size: 30px;
  }
  .js1-copy,
  .js1-life-quote {
    font-size: 16px;
  }
  .js1-curated,
  .js1-best,
  .js1-philo,
  .js1-life {
    padding: 36px 0;
  }
  .js1-curated .pagebuilder-column-line {
    grid-template-columns: 1fr;
  }
  .js1-products .products-grid .product-items {
    grid-template-columns: 1fr;
  }
}
body.theme-ysagi-default {
  background: #faf9f6;
  color: #1a1c1a;
}
body.theme-ysagi-default a[class*="bg-"]:visited,
body.theme-ysagi-default a[style*="background"]:visited {
  color: #fff;
}
body.theme-ysagi-default a[class*="bg-"]:hover,
body.theme-ysagi-default a[style*="background"]:hover {
  color: #fff;
  text-decoration-color: #fff;
  text-decoration: none;
}
body.theme-ysagi-default a[class*="bg-"]:active,
body.theme-ysagi-default a[style*="background"]:active {
  color: #fff;
}
body.theme-ysagi-default a[class*="bg-"]:target,
body.theme-ysagi-default a[style*="background"]:target {
  background: rgba(112, 88, 56, 0.06);
  border-radius: 4px;
  padding: 0 4px;
}
body.theme-ysagi-default a:not([class*="bg-"]):not([style*="background"]) {
  color: #705838;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
body.theme-ysagi-default a:not([class*="bg-"]):not([style*="background"]):visited {
  color: #5a4a32;
}
body.theme-ysagi-default a:not([class*="bg-"]):not([style*="background"]):hover {
  color: #a68966;
  text-decoration-color: #a68966;
}
body.theme-ysagi-default a:not([class*="bg-"]):not([style*="background"]):active {
  color: #3d2e1a;
}
body.theme-ysagi-default a:not([class*="bg-"]):not([style*="background"]):target {
  background: rgba(112, 88, 56, 0.06);
  border-radius: 4px;
  padding: 0 4px;
}
body.theme-ysagi-default a:focus {
  outline: 2px solid transparent;
}
body.theme-ysagi-default a:focus-visible {
  outline: 2px solid #705838;
  outline-offset: 2px;
  border-radius: 2px;
}
body.theme-ysagi-default button {
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
body.theme-ysagi-default button:hover {
  cursor: pointer;
}
body.theme-ysagi-default button:focus {
  outline: 2px solid transparent;
}
body.theme-ysagi-default button:focus-visible {
  outline: 2px solid #705838;
  outline-offset: 2px;
}
body.theme-ysagi-default button:active {
  transform: scale(0.97);
}
body.theme-ysagi-default button:disabled,
body.theme-ysagi-default button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none !important;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav-toggle {
    display: none !important;
  }
  .nav-sections {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .nav-toggle {
    display: block !important;
  }
  .ysagi-header-wrapper .ysagi-topmenu {
    display: none !important;
  }
}
.minicart-wrapper,
.mobile-breadcrumbs {
  display: none !important;
}
.cms-home .column.main,
.page-category-ysagi .column.main,
.page-product-ysagi .column.main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.cms-home .page-title-wrapper {
  display: none;
}
.ys-stitch-category,
.ys-stitch-product {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.ys-stitch-product {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .ys-stitch-category,
  .ys-stitch-product {
    padding: 0 16px;
  }
}
.ysagi-topmenu .navigation,
.ysagi-topmenu .ui-menu {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ysagi-header-wrapper .ysagi-topmenu,
.ysagi-topmenu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.ysagi-topmenu .navigation {
  text-align: right !important;
  width: auto !important;
  max-width: 100% !important;
  display: block !important;
  background: transparent !important;
}
.ysagi-topmenu .navigation > ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: auto;
  float: none !important;
  gap: 0 28px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.ysagi-topmenu .level0 {
  margin: 0 !important;
}
.ysagi-topmenu .level0 > .level-top,
.ysagi-topmenu .ui-menu-item > a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #6a5d43 !important;
  padding: 4px 0 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.ysagi-topmenu .level0 > .level-top:hover,
.ysagi-topmenu .ui-menu-item > a:hover,
.ysagi-topmenu .level0.active > .level-top {
  color: #a68966 !important;
}
.ysagi-topmenu .submenu {
  border: 1px solid #e5d3b3;
  border-radius: 8px;
  background: #faf9f6;
}
.page-wrapper .logo {
  max-width: none !important;
  margin: 0 !important;
}
.ysagi-header-wrapper .logo {
  margin: 0 !important;
  line-height: 0;
  display: flex;
  align-items: center;
}
.ysagi-header-wrapper .logo a {
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.ysagi-header-wrapper .logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 42px;
}
.ysagi-header-wrapper .shrink-0 {
  display: flex;
  align-items: center;
}
.ysagi-header-wrapper .header.container {
  padding: 0;
}
[data-content-type="row"][data-appearance="full-bleed"] .pagebuilder-mobile-hidden,
[data-content-type="row"][data-appearance="full-bleed"] .pagebuilder-desktop-hidden {
  display: none !important;
}
[data-content-type="row"][data-appearance="full-bleed"][style*="home-01.jpg"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(250, 249, 246, 0.92) 0%, rgba(250, 249, 246, 0.75) 45%, rgba(250, 249, 246, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.cms-home .pagebuilder-column-group.pagebuilder-column-group {
  gap: 24px;
}
.cms-home .pagebuilder-column.pagebuilder-column {
  margin: 0;
  padding: 0;
}
.cms-home .pagebuilder-button-primary {
  transition: all 0.25s ease;
}
.cms-home .pagebuilder-button-primary:hover {
  background: #594325 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(112, 88, 56, 0.3);
}
@media (max-width: 1200px) {
  .cms-home .pagebuilder-column-group[data-grid-size="12"][style*="grid-template-columns: repeat(4"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 1024px) {
  .cms-home .pagebuilder-column-group[data-grid-size="12"][style*="grid-template-columns: repeat(4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cms-home .pagebuilder-column-group[data-grid-size="12"][style*="grid-template-columns: repeat(3"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .cms-home .pagebuilder-column-group[data-grid-size="12"][style*="grid-template-columns: repeat(4"],
  .cms-home .pagebuilder-column-group[data-grid-size="12"][style*="grid-template-columns: repeat(3"],
  .cms-home .pagebuilder-column-group[data-grid-size="12"][style*="grid-template-columns: repeat(2"] {
    grid-template-columns: 1fr !important;
  }
  .cms-home .pagebuilder-button-primary {
    width: 100%;
    text-align: center;
  }
  .cms-home [data-content-type="heading"] h1 {
    font-size: 36px !important;
  }
  .cms-home [data-content-type="heading"] h2 {
    font-size: 28px !important;
  }
  .cms-home [data-content-type="heading"] h3 {
    font-size: 20px !important;
  }
  .cms-home [data-content-type="row"][data-appearance="full-bleed"] [data-element="inner"] {
    padding: 0 16px !important;
    min-height: 600px !important;
  }
}
.cms-home .pagebuilder-column-group[data-grid-size="12"] {
  overflow-x: visible;
}
.cms-home .pagebuilder-container,
.cms-home [data-element="inner"],
.cms-home [data-content-type="row"] {
  max-width: 100vw !important;
  overflow-x: hidden;
}
.cms-home img {
  max-width: 100%;
  height: auto;
}
.cms-home [data-content-type="banner"] {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}
.cms-home [data-content-type="banner"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.cms-home [data-content-type="banner"]:hover [data-element="content"] h3 {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}
.cms-home .pagebuilder-column-group .pagebuilder-column .num {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cms-home .pagebuilder-column-group .pagebuilder-column:hover .num {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(112, 88, 56, 0.15);
}
.copyright {
  padding: 0;
  margin-top: 15px;
  color: #6a5d43;
}
.slick-slider-wrapper {
  width: 100% !important;
  display: block !important;
  grid-template-columns: none !important;
}
.slick-slider-wrapper .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
.slick-slider-wrapper .pagebuilder-column {
  flex: none !important;
}
.slick-prev,
.slick-next {
  width: 44px !important;
  height: 44px !important;
  z-index: 10;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease;
  opacity: 0.85;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.slick-prev:before,
.slick-next:before {
  font-family: "Material Symbols Outlined" !important;
  font-size: 24px !important;
  line-height: 44px !important;
  opacity: 1 !important;
}
.slick-prev {
  left: -22px;
}
.slick-prev:before {
  content: "chevron_left" !important;
  color: #705838 !important;
}
.slick-next {
  right: -22px;
}
.slick-next:before {
  content: "chevron_right" !important;
  color: #705838 !important;
}
.slick-dots {
  bottom: -36px;
}
.slick-dots li {
  margin: 0 5px;
  width: 8px;
  height: 8px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li button:before {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1c4b8;
  opacity: 1;
  content: "";
  transition: all 0.2s ease;
}
.slick-dots li.slick-active button:before {
  background: #705838;
  transform: scale(1.25);
}
@media (max-width: 768px) {
  .ysagi-topmenu {
    display: none !important;
  }
  .slick-slider-wrapper .slick-slide {
    padding: 0 6px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next {
    right: 8px;
  }
}
.ys-mobile-menu .sections-nav {
  display: none !important;
}
.ys-mobile-menu .section-item-title,
.ys-mobile-menu .section-item-content {
  display: none !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation {
  background: #faf9f6 !important;
  border: 0 !important;
  box-shadow: 0 10px 30px rgba(60, 48, 40, 0.05) !important;
  padding: 24px 0 !important;
  margin: 0 !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation > ul {
  display: block !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0 {
  margin: 0 !important;
  border-bottom: 1px solid #e5d3b3;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0 > .level-top {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #705838 !important;
  padding: 16px 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-transform: uppercase !important;
  line-height: 1.5 !important;
  transition: all 0.2s ease !important;
  background: transparent !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0 > .level-top:hover {
  color: #a68966 !important;
  background: rgba(112, 88, 56, 0.03) !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0 > .level-top:after {
  content: "";
  font-family: "Material Symbols Outlined" !important;
  font-size: 20px !important;
  content: "chevron_right" !important;
  opacity: 0.6 !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0.parent > .level-top:after {
  content: "expand_more" !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0.parent > .level-top.active:after {
  content: "expand_less" !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0.parent .submenu {
  border: 0 !important;
  background: #f0debd !important;
  border-top: 1px solid #e5d3b3 !important;
  margin: 0 !important;
  padding: 8px 0 !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0.parent .submenu .level1 > a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #705838 !important;
  padding: 12px 32px 12px 48px !important;
  display: block !important;
  line-height: 1.5 !important;
  transition: all 0.2s ease !important;
  background: transparent !important;
}
.ys-mobile-menu .ys-mobile-menu-section .navigation .level0.parent .submenu .level1 > a:hover {
  color: #a68966 !important;
  background: rgba(112, 88, 56, 0.05) !important;
}
.nav-toggle {
  font-family: "Material Symbols Outlined" !important;
  font-size: 28px !important;
  line-height: 1 !important;
  color: #705838 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.nav-toggle:hover {
  color: #a68966 !important;
}
.page-wrapper .page-footer {
  padding: 0;
}
.sections-nav-item,
#store.menu ~ .section-item-title,
#store.menu ~ .section-item-content,
#customer,
#customer ~ * {
  display: none !important;
}
.nav-sections {
  background: #faf9f6 !important;
  border-bottom: 1px solid #e5d3b3 !important;
  box-shadow: 0 10px 30px rgba(60, 48, 40, 0.05) !important;
}
.nav-sections .section-item-title {
  display: none !important;
}
.nav-sections .section-item-content {
  display: none !important;
}
.nav-sections .section-item-content:first-of-type {
  display: block !important;
}
.pager-desktop {
  display: block;
}
.load-more-container {
  display: none;
}
@media (max-width: 768px) {
  .pager-desktop {
    display: none;
  }
  .load-more-container {
    display: block;
    text-align: center;
    margin-top: 48px;
  }
  .load-more-btn {
    font-family: "Noto Serif", serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    background: #705838;
    border: 0;
    border-radius: 4px;
    padding: 16px 48px;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  .load-more-btn:hover {
    background: #a68966;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(60, 48, 40, 0.15);
  }
  .load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
}
.product-item-price {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.product-item-price .special-price .price {
  font-weight: 600;
  color: #705838;
}
.product-item-price .old-price .price {
  font-weight: 400;
  color: #a68966;
  text-decoration: line-through;
}
.product-item-price .price-label {
  display: none;
}
.ys-stitch-product .product-price .special-price .price {
  font-weight: 600;
  color: #705838;
}
.ys-stitch-product .product-price .old-price .price {
  font-weight: 400;
  color: #a68966;
  text-decoration: line-through;
  font-size: 18px;
}
.ys-stitch-product .product-price .price-label {
  display: none;
}
.product-item-details .special-price .price {
  font-weight: 600;
  color: #705838;
}
.product-item-details .old-price .price {
  font-weight: 400;
  color: #a68966;
  text-decoration: line-through;
}
.product-item-details .price-label {
  display: none;
}
/* Native Magento currency switcher styling for JOJOSEE footer */
.ysagi-footer-currency-switch {
  display: flex;
  align-items: center;
  position: relative;
}
.page-footer .ysagi-footer-currency-switch .switcher .options ul.dropdown {
  top: -10px;
  transform: translateY(-100%);
  bottom: auto;
  margin: 0;
  right: 0 !important;
  left: auto !important;
  min-width: 60px;
}
.page-footer .ysagi-footer-currency-switch .switcher .options ul.dropdown::before {
  bottom: -13px;
  left: auto;
  right: 20px;
  top: auto;
  transform: rotate(-90deg);
}
.page-footer .ysagi-footer-currency-switch .switcher .options ul.dropdown li + li {
  border-bottom: 1px solid #bbb;
}
.ysagi-footer-currency-switch .switcher-currency {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
}
.ysagi-footer-currency-switch .switcher-label {
  display: none;
}
.ysagi-footer-currency-switch .switcher-trigger {
  border: 1px solid #d1c4b8;
  border-radius: 999px !important;
  background: #f2e8d5;
  color: #705838;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  min-width: 70px;
  text-align: center;
  line-height: 24px;
}
.ysagi-footer-currency-switch .switcher-trigger:hover,
.ysagi-footer-currency-switch .switcher-trigger:focus-visible {
  border-color: #705838;
  box-shadow: 0 8px 20px rgba(60, 48, 40, 0.12);
}
.ysagi-footer-currency-switch .switcher-dropdown {
  top: auto;
  bottom: calc(100% + 8px);
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  margin-top: 0;
  border: 1px solid #e5d3b3;
  border-radius: 10px;
  background: #fffaf2;
  min-width: 92px;
  box-shadow: 0 10px 30px rgba(60, 48, 40, 0.1);
  overflow: hidden;
  z-index: 60;
}
.ysagi-footer-currency-switch .switcher-option a {
  display: block;
  padding: 8px 10px;
  color: #4e453c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ysagi-footer-currency-switch .switcher-option a:hover,
.ysagi-footer-currency-switch .switcher-option a:focus-visible {
  background: #f2e8d5;
  color: #705838;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .ysagi-footer-currency-switch {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ysagi-footer-currency-switch .switcher-trigger {
    width: auto;
    text-align: center;
  }
  .ysagi-footer-currency-switch .switcher-dropdown {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    bottom: calc(100% + 6px);
  }
}
/* hard stop: never render currency switch in header */
.ysagi-header-wrapper .ysagi-currency-switch {
  display: none !important;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fysagi%5C%2Fjojosee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms-pagebuilder-custom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fysagi%5C%2Fjojosee%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fysagi%5C%2Fjojosee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fysagi%5C%2Fjojosee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fysagi%5C%2Fjojosee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fysagi%5C%2Fjojosee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fysagi%5C%2Fjojosee%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%3BAACA%3BAACA%3BEACI%2CmBAAA%3B%3BAAEJ%2CSAAU%2CqBAAoB%3BAAC9B%2CgBAAiB%2CqBAAoB%3BEACjC%2CmBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2C0CAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAiB%2CSAAjB%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBACiB%2C%2BBADjB%3BEAGA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBACiB%2C%2BBADjB%3BEAGA%2CuBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CmBACiB%2CmBADjB%3B%3BAAIJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBACiB%2C%2BBADjB%3BEAGA%2CgCAAA%3BEACA%2CoFAAA%3B%3BAAKJ%3BAACA%3BEACI%2CeAAA%3B%3BAAEJ%3BAACA%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBACiB%2C%2BBADjB%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CwBAAA%3BEACA%2CuBAAuB%2CUAAU%2CeAAjC%3BEACA%2CSAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CuDAAA%3B%3BAAIJ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmDAAA%3B%3BAAIJ%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBACiB%2C%2BBADjB%3BEAGA%2C0CAAA%3B%3BAAEJ%3BEACI%2CoCAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CkBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CwBAAA%3BEACA%2CuBAAuB%2CUAAU%2CeAAjC%3BEACA%2CSAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C8CAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBACe%2C%2BBADf%3BEAGA%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBACiB%2C%2BBADjB%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBACiB%2CmBADjB%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBACiB%2CmBADjB%3B%3BAAIJ%2CaAAc%3BEACV%2CSAAA%3B%3BAAEJ%2CaAAc%2CeAAe%3BEACzB%2CaAAA%3BEACA%2CuBAAuB%2CUAAU%2CeAAjC%3BEACA%2CSAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuDAAA%3B%3BAAIJ%2CaAAc%3BEACV%2CsBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2C%2BBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CoBACkB%2C%2BBADlB%3B%3BAAIJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CmBACiB%2C%2BBADjB%3B%3BAAIJ%2CaAAc%2CsBAAsB%3BEAChC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CwGAAA%3B%3BAAMJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CsFAAA%3B%3BAAKJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBACiB%2C%2BBADjB%3B%3BAAIJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CmBACiB%2CmBADjB%3BEAGA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBACiB%2C%2BBADjB%3BEAGA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CaAAa%3BAACb%2CaAAa%3BEACT%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAa%2C8BAA8B%2C4BACvC%2CmBACA%2CGAAE%2CaAAa%3BEACf%2CcAAA%3B%3BAA%2BDJ%2CQA5DsB%2CmBAAoB%3BEACtC%2CQAAQ%3BIACJ%2CWAAW%2CgBAAX%3BIACA%2C%2BCAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CYAAa%2CoBAAmB%2CMAAO%3BIACnC%2CWAAW%2CgBAAX%3BIACA%2C8CAAA%3B%3BEAGJ%2CYAAa%2CoBAAmB%2CMAAO%2CUAAU%3BIAC7C%2CWAAW%2CYAAX%3BIACA%2CQAAQ%2CeAAe%2CcAAvB%3B%3BEAGJ%2CaAAc%2CcAAa%2CMAAO%3BIAC9B%2CWAAW%2CgBAAX%3BIACA%2C8CAAA%3B%3BEAGJ%2CaAAc%2CcAAa%2CMAAO%3BIAC9B%2CWAAW%2CWAAX%3B%3BEAGJ%2CaAAc%2CcAAa%2CMAAO%2CmBAAmB%3BIACjD%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CaAAc%2CsBAAsB%2CQAAO%3BIACvC%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%2CaAAc%2CYAAW%3BEACzB%2CaAAc%2CYAAW%3BIACrB%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAW%2CWAAX%3B%3BEAGJ%2CaAAc%2CYAAW%2CMAAM%3BEAC%5C%2FB%2CaAAc%2CYAAW%2CMAAM%3BIAC3B%2CWAAA%3B%3BEAGJ%2CgBAAgB%2CMAAO%3BIACnB%2CmCAAA%3BIACA%2CiCAAA%3B%3BEAGJ%2CgBAAgB%2CMAAO%3BIACnB%2CWAAW%2CgBAAX%3BIACA%2CgCAAA%3B%3B%3BAA0BR%2CQAvB2B%3BEACvB%2CSAAU%3BIACN%2CiBAAA%3B%3BEAEJ%3BEACA%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BEACA%3BIACI%2CeAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CuBAAuB%2CUAAU%2CeAAjC%3B%3BEAEJ%2CUAAW%3BIACP%2C0BAAA%3B%3BEAEJ%2CaAAc%2CeAAe%3BIACzB%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAiCR%2CQA9B0B%3BEACtB%2CSAAU%3BIACN%2CiBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BEACA%3BEACA%3BEACA%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BEACA%3BEACA%3BIACI%2CeAAA%3B%3BEAEJ%2CYAAa%3BIACT%2C0BAAA%3B%3BEAEJ%2CaAAc%2CeAAe%3BIACzB%2C0BAAA%3B%3B%3BAChZR%2CIAAI%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAMI%2CIARJ%2CoBAMA%2CEAAC%2CcAEI%3BAAAD%2CIARJ%2CoBAOA%2CEAAC%2CqBACI%3BEACG%2CWAAA%3B%3BAAGJ%2CIAZJ%2CoBAMA%2CEAAC%2CcAMI%3BAAAD%2CIAZJ%2CoBAOA%2CEAAC%2CqBAKI%3BEACG%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CIAlBJ%2CoBAMA%2CEAAC%2CcAYI%3BAAAD%2CIAlBJ%2CoBAOA%2CEAAC%2CqBAWI%3BEACG%2CWAAA%3B%3BAAGJ%2CIAtBJ%2CoBAMA%2CEAAC%2CcAgBI%3BAAAD%2CIAtBJ%2CoBAOA%2CEAAC%2CqBAeI%3BEACG%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAzBZ%2CIAAI%2CoBA4BA%2CEAAC%2CIAAI%2CgBAAgB%2CIAAI%3BEACrB%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2C4DAAA%3B%3BAAIA%2CIArCJ%2CoBA4BA%2CEAAC%2CIAAI%2CgBAAgB%2CIAAI%2CuBASpB%3BEACG%2CcAAA%3B%3BAAGJ%2CIAzCJ%2CoBA4BA%2CEAAC%2CIAAI%2CgBAAgB%2CIAAI%2CuBAapB%3BEACG%2CcAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CIA9CJ%2CoBA4BA%2CEAAC%2CIAAI%2CgBAAgB%2CIAAI%2CuBAkBpB%3BEACG%2CcAAA%3B%3BAAGJ%2CIAlDJ%2CoBA4BA%2CEAAC%2CIAAI%2CgBAAgB%2CIAAI%2CuBAsBpB%3BEACG%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAMJ%2CIA3DJ%2CoBA0DA%2CEACK%3BEACG%2C8BAAA%3B%3BAAGJ%2CIA%5C%2FDJ%2CoBA0DA%2CEAKK%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAlEZ%2CIAAI%2CoBAuEA%3BEACI%2C6FAAA%3B%3BAAMA%2CIA9EJ%2CoBAuEA%2COAOK%3BEACG%2CeAAA%3B%3BAAGJ%2CIAlFJ%2CoBAuEA%2COAWK%3BEACG%2C8BAAA%3B%3BAAGJ%2CIAtFJ%2CoBAuEA%2COAeK%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIA3FJ%2CoBAuEA%2COAoBK%3BEACG%2CWAAW%2CWAAX%3B%3BAAGJ%2CIA%5C%2FFJ%2CoBAuEA%2COAwBK%3BAACD%2CIAhGJ%2CoBAuEA%2COAyBK%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAgBZ%2CQAV0B%3BEACtB%3BIACI%2CwBAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3B%3BAAeR%2CQAV0B%3BEACtB%3BIACI%2CyBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CwBAAA%3B%3B%3BAAKR%3BAACA%3BEACI%2CwBAAA%3B%3BAAGJ%2CSAAU%2CQAAO%3BAACjB%2CoBAAqB%2CQAAO%3BAAC5B%2CmBAAoB%2CQAAO%3BEACvB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CaAAA%3B%3BAAGJ%3BAACA%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAWJ%2CQAR0B%3BEACtB%3BEACA%3BIACI%2CeAAA%3B%3B%3BAAKR%2CcAAe%3BAACf%2CcAAe%3BEACX%2CkCAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAsB%3BAACtB%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcAAe%3BEACX%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CcAAe%2CYAAc%3BEACzB%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkCAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CoBAAA%3B%3BAAGJ%2CcAAe%2CQAAU%3BAACzB%2CcAAe%2CcAAgB%3BEAC3B%2CaAAa%2C%2BBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CoCAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CcAAe%2CQAAU%2CaAAU%3BAACnC%2CcAAe%2CcAAgB%2CIAAC%3BAAChC%2CcAAe%2CQAAO%2COAAU%3BEAC5B%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CaAAc%3BEACV%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CMAAM%3BEACxB%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CMAAM%3BEACxB%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CQAAO%3BEACzB%2CUAAA%3B%3BAAIJ%2CyBAAyB%2C8BACrB%3BAADJ%2CyBAAyB%2C8BAErB%3BEACI%2CwBAAA%3B%3BAAIA%2CyBAPiB%2C8BAMpB%2CsBACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAY%2CmHAAZ%3BEAMA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAMZ%2CSACI%2C0BAAyB%3BEACrB%2CSAAA%3B%3BAAFR%2CSAKI%2CoBAAmB%3BEACf%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CSAUI%3BEACI%2C0BAAA%3B%3BAACA%2CSAFJ%2C4BAEK%3BEACG%2CmBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C6CAAA%3B%3BAAaR%2CQAR2B%3BEAEnB%2CSADJ%2C0BAAyB%2CqBACpB%3BIACG%2CuBAAuB%2CcAAvB%3B%3B%3BAAgBZ%2CQAX2B%3BEAEnB%2CSADJ%2C0BAAyB%2CqBACpB%3BIACG%2CuBAAuB%2CcAAvB%3B%3BEAEJ%2CSAJJ%2C0BAAyB%2CqBAIpB%3BIACG%2CuBAAuB%2CcAAvB%3B%3B%3BAAuCZ%2CQAlC0B%3BEAElB%2CSADJ%2C0BAAyB%2CqBACpB%3BEACD%2CSAFJ%2C0BAAyB%2CqBAEpB%3BEACD%2CSAHJ%2C0BAAyB%2CqBAGpB%3BIACG%2CqCAAA%3B%3BEA6BZ%2CSAzBI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAuBR%2CSApBI%2C8BACI%3BIACI%2C0BAAA%3B%3BEAkBZ%2CSApBI%2C8BAII%3BIACI%2C0BAAA%3B%3BEAeZ%2CSApBI%2C8BAOI%3BIACI%2C0BAAA%3B%3BEAYZ%2CSARI%2C0BAAyB%2C8BACrB%3BIACI%2C0BAAA%3BIACA%2C4BAAA%3B%3B%3BAApEhB%2CSAyEI%2C0BAAyB%3BEACrB%2CmBAAA%3B%3BAA1ER%2CSA6EI%3BAA7EJ%2CSA8EI%3BAA9EJ%2CSA%2BEI%3BEACI%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAjFR%2CSAoFI%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAtFR%2CSA0FI%3BEACI%2CqDAAA%3BEAGA%2CmBAAA%3B%3BAACA%2CSALJ%2C6BAKK%3BEACG%2CWAAW%2CgBAAX%3BEACA%2C0CAAA%3B%3BAAFJ%2CSALJ%2C6BAKK%2CMAGG%2CyBAAyB%3BEACrB%2CWAAW%2CgBAAX%3BEACA%2C%2BBAAA%3B%3BAApGhB%2CSAyGI%2C0BAA0B%2CoBACtB%3BEACI%2CqDAAA%3B%3BAAIJ%2CSANJ%2C0BAA0B%2CoBAMrB%2CMAAO%3BEACJ%2CWAAW%2CWAAX%3BEACA%2C8CAAA%3B%3BAAKZ%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsCAAA%3B%3BAAHJ%2CqBAKI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CqBAUI%3BEAEI%2CqBAAA%3B%3BAAKR%3BAACA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyCAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CUAAA%3BEACA%2C0CAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CaAAa%2C2BAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSAAS%2CcAAT%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAACA%2CWAAC%3BEACG%2CSAAS%2CeAAT%3BEACA%2CcAAA%3B%3BAAKR%3BEACI%2CaAAA%3B%3BAADJ%2CWAGI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAANR%2CWAGI%2CGAKI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAVR%2CGAKI%2COAKK%3BEACG%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3B%3BAAIR%2CWAtBJ%2CGAsBK%2CaAAc%2COAAM%3BEACjB%2CmBAAA%3BEACA%2CWAAW%2CWAAX%3B%3BAAqBZ%2CQAhB0B%3BEACtB%3BIACI%2CwBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAEJ%3BIACI%2CSAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAKR%2CeACI%3BEACI%2CwBAAA%3B%3BAAFR%2CeAKI%3BAALJ%2CeAMI%3BEACI%2CwBAAA%3B%3BAAPR%2CeAUI%2CwBACI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2C8CAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3B%3BAAhBZ%2CeAUI%2CwBACI%2CYAOM%3BEACE%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAvBhB%2CeAUI%2CwBACI%2CYAeI%3BEACI%2CoBAAA%3BEACA%2CgCAAA%3B%3BAA5BhB%2CeAUI%2CwBACI%2CYAeI%2CQAIM%3BEACE%2CaAAa%2C%2BBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CeAnChB%2CwBACI%2CYAeI%2CQAIM%2CaAeG%3BEACG%2CcAAA%3BEACA%2CmCAAA%3B%3BAAGJ%2CeAxChB%2CwBACI%2CYAeI%2CQAIM%2CaAoBG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAa%2C2BAAb%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CeAAT%3BEACA%2CYAAA%3B%3BAAMA%2CeAnDpB%2CwBACI%2CYAeI%2CQAiCK%2COACK%2CaACG%3BEACG%2CSAAS%2CaAAT%3B%3BAAGJ%2CeAvDpB%2CwBACI%2CYAeI%2CQAiCK%2COACK%2CaAKG%2COAAO%3BEACJ%2CSAAS%2CaAAT%3B%3BAAPZ%2CeAjDZ%2CwBACI%2CYAeI%2CQAiCK%2COAWG%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAhBR%2CeAjDZ%2CwBACI%2CYAeI%2CQAiCK%2COAWG%2CSAOI%2CQACM%3BEACE%2CaAAa%2C%2BBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CuCAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkCAAA%3B%3BAAEA%2CeA%5C%2FE5B%2CwBACI%2CYAeI%2CQAiCK%2COAWG%2CSAOI%2CQACM%2CIAWG%3BEACG%2CcAAA%3BEACA%2CmCAAA%3B%3BAAiBpC%3BEACI%2CaAAa%2C2BAAb%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CcAAA%3B%3BAAKR%2CaAAc%3BEACV%2CUAAA%3B%3BAAIJ%3BAACA%2CMAAM%2CKAAQ%3BAACd%2CMAAM%2CKAAQ%3BAACd%3BAACA%2CSAAY%3BEACR%2CwBAAA%3B%3BAAIJ%3BEACI%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2C8CAAA%3B%3BAAHJ%2CaAMI%3BEACI%2CwBAAA%3B%3BAAPR%2CaAUI%3BEACI%2CwBAAA%3B%3BAAEA%2CaAHJ%2CsBAGK%3BEACG%2CyBAAA%3B%3BAAMZ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAA8CJ%2CQA3C0B%3BEACtB%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CaAAa%2CmBAAb%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3B%3BEAEA%2CcAAC%3BIACG%2CmBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C6CAAA%3B%3BEAGJ%2CcAAC%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3B%3BAAUZ%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CmBAMI%2CeAAe%3BEACX%2CgBAAA%3BEACA%2CcAAA%3B%3BAARR%2CmBAUI%2CWAAW%3BEACP%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAbR%2CmBAeI%3BEACI%2CaAAA%3B%3BAAKR%2CkBAAmB%2CeACf%2CeAAe%3BEACX%2CgBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CkBAAmB%2CeAKf%2CWAAW%3BEACP%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BAATR%2CkBAAmB%2CeAWf%3BEACI%2CaAAA%3B%3BAAKR%2CqBACI%2CeAAe%3BEACX%2CgBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CqBAKI%2CWAAW%3BEACP%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAARR%2CqBAUI%3BEACI%2CaAAA%3B%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%2C8BAA8B%2CUAAU%2CSAAS%2CGAAE%3BEAC5D%2CUAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYARS%2C8BAA8B%2CUAAU%2CSAAS%2CGAAE%2CSAQ3D%3BEACG%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAbR%2CYAAa%2C8BAA8B%2CUAAU%2CSAAS%2CGAAE%2CSAe5D%2CGAAK%3BEACD%2C6BAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CSAAA%3BEACA%2CaAAa%2C%2BBAAb%3BEACA%2CkBAAA%3B%3BAAGJ%2C6BAA8B%3BEAC1B%2CaAAA%3B%3BAAGJ%2C6BAA8B%3BEAC1B%2CyBAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C6BAA8B%2CkBAAiB%3BAAC%5C%2FC%2C6BAA8B%2CkBAAiB%3BEAC3C%2CqBAAA%3BEACA%2C6CAAA%3B%3BAAGJ%2C6BAA8B%3BEAC1B%2CSAAA%3BEACA%2CQAAQ%2CgBAAR%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2C6CAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C6BAA8B%2CiBAAiB%3BEAC3C%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2C%2BBAAb%3B%3BAAGJ%2C6BAA8B%2CiBAAiB%2CEAAC%3BAAChD%2C6BAA8B%2CiBAAiB%2CEAAC%3BEAC5C%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAUJ%2CQAP2B%3BEACvB%3BIACI%2CWAAA%3BIACA%2CuBAAA%3B%3B%3BAAkBR%2CQAd0B%3BEACtB%2C6BAA8B%3BIAC1B%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2C6BAA8B%3BIAC1B%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CQAAQ%2CgBAAR%3B%3B%3B%3BAAKR%2CqBAAsB%3BEAClB%2CwBAAA%3B%3BACp4BJ%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D */