@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter_28pt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
/* Footer container base styles */
/* Layout for footer columns */
/* Brand column specific styling */
/* Bottom bar styling */
/* Responsive adjustments for mobile */
body {
  color: #2e106d;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
* {
  box-sizing: border-box;
}
html {
  scrollbar-width: thin;
  /* auto | thin | none */
  scrollbar-color: #2e106d pink;
  /* thumb | track */
}
::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
}
::-webkit-scrollbar-track {
  background-color: pink;
  /* Background behind the scrollbar thumb */
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #2e106d;
  /* The draggable thumb */
  border-radius: 10px;
  border: 3px solid #1a1a1a;
  /* Adds space around thumb */
}
a {
  color: #2e106d;
  text-decoration: none !important;
  font-weight: 400;
  font-style: normal;
}
a:visited {
  color: #2e106d;
  text-decoration: none !important;
}
a:hover {
  color: #7a9bff !important;
}
.w-nav-menu {
  font-size: 1.5rem;
}
h1 {
  margin-top: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  font-family: "Gwendolyn", cursive;
}
p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 145%;
}
ul > li {
  margin-bottom: 0;
}
ol > li {
  margin-bottom: 0;
}
.retailer-cart-wrapper {
  position: relative;
}
.retailer-cart-wrapper .action.showcart {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retailer-cart-wrapper .action.showcart .counter.qty {
  background-color: #7a9bff;
  color: #fff;
  font-size: 12px;
  padding: 0px 7px;
  border-radius: 5px;
  position: absolute;
  top: -11px;
  right: -86px;
}
.retailer-cart-wrapper .action.showcart .text {
  display: block;
  position: relative;
  overflow: visible;
  top: -9px;
  margin-left: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  font-family: Inter, sans-serif;
}
.nav-right-link {
  cursor: pointer;
  color: #2e106d;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}
.nav-right-link:visited {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  display: inline-block;
  background-image: url(/static/frontend/Retailerthings/default/en_US/images/cart.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.minicart-wrapper .action.showcart.active {
  display: flex;
}
.minicart-wrapper .action.showcart.active:before {
  content: '';
}
.navbar-logo-left-container {
  background-color: #fff1fa;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.navbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 35px;
}
.logo-iimage {
  max-width: 170px;
  height: auto;
}
.page-products .products-grid .product-item .actions-secondary {
  transition: all 0.4s;
  opacity: 0;
}
.page-products .products-grid .product-item:hover .actions-secondary {
  opacity: 1;
}
.nav-menu-wrapper {
  display: flex;
}
.nav-menu-two {
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.navbar-logo-left .search {
  width: 100%;
  max-width: 460px;
}
/* Wrapper styling */
.search-wrapper {
  position: relative;
}
/* Initial toggle button */
.search-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.2s;
}
.search-toggle:hover {
  background: #f0f0f0;
}
.search-icon {
  vertical-align: middle;
}
.search-wrapper.active .search-toggle {
  display: none;
}
/* Hide the full form initially */
.search-form-wrapper {
  display: none;
  margin-top: 10px;
}
/* Show when active */
.search-wrapper.active .search-form-wrapper {
  display: block;
}
body.catalogsearch-result-index .product-item {
  width: 24% !important;
  margin-left: 1% !important;
}
@media (max-width: 1399px) {
  .navbar-logo-left .search {
    max-width: 300px;
  }
}
@media (max-width: 1140px) {
  .navbar-logo-left .search {
    max-width: 100%;
    margin-left: 0px !important;
  }
}
.search-form {
  position: relative;
  width: 100%;
}
.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-right-content {
  display: flex;
  gap: 25px;
  margin-right: 10px;
}
.nav-icon img {
  width: 23px;
  height: 23px;
  margin-right: 8px;
  margin-top: 0px;
}
.nav-topbar {
  background: linear-gradient(to right, #eec6d5 0%, #a096e8 50%, #8cb4e8 70%, #3c4048 100%);
  padding-top: 7px;
  padding-bottom: 7px;
  position: sticky;
  top: 0;
  /* This is the key part you were missing! */
  z-index: 999;
  /* Optional but recommended so it stays above other elements */
}
.topbar-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.contact-content {
  justify-content: center;
  align-items: center;
  display: flex;
}
.topbar-left-menu {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}
.topbar-menu {
  display: flex;
}
.container {
  width: 100%;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.contact-number {
  color: white;
  text-align: center;
  margin-left: 5px;
  font-size: 12px;
  line-height: 22px;
}
.contact-number a {
  color: inherit;
}
.text-block-6 {
  color: white;
  font-size: 12px;
  line-height: 140%;
}
.footer-area {
  background-color: #fff1fa;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  padding: 2rem 1rem;
}
.footer-area a {
  color: #595959;
  text-decoration: none;
}
.footer-area a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-area .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1330px;
  margin: 0 auto;
  border-top: 1px solid rgba(35, 31, 30, 0.2);
  padding-top: 60px;
  padding-bottom: 30px;
}
.footer-area .footer-col {
  flex: 1 1 180px;
  min-width: 180px;
}
.footer-area .footer-col h4 {
  font-size: 1.7rem;
  margin-bottom: 0.75em;
  font-weight: 600;
}
.footer-area .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-area .footer-col ul li {
  margin: 0.3em 0;
}
.footer-area .footer-col ul li a {
  color: #595959;
  text-decoration: none;
}
.footer-area .footer-col ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-area .footer-brand {
  flex: 2 1 300px;
}
.footer-area .footer-brand .footer-logo {
  font-size: 1.7rem;
  margin-bottom: 0.75em;
  font-weight: 600;
}
.footer-area .footer-logo {
  font-size: 1.25rem;
}
.footer-area .footer-text {
  color: #595959;
  margin-bottom: 1rem;
  max-width: 300px;
  font-size: 14px;
}
.footer-area .newsletter-form {
  margin-bottom: 1rem;
}
.footer-area .newsletter-form input[type="email"] {
  padding: 0.5em;
  width: 60%;
  border: none;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  border-right: 0px;
}
.footer-area .newsletter-form input[type="email"]::placeholder {
  color: #999;
}
.footer-area .newsletter-form button {
  padding: 0.55em 1em;
  border: none;
  background: #555;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
  margin-top: -3px;
}
.footer-area .social-icons a {
  display: inline-block;
  margin-right: 0.5em;
  color: #fff;
  font-size: 1.1rem;
}
.footer-area .social-icons a:last-child {
  margin-right: 0;
}
.footer-bottom {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-links-left a {
  font-size: 1.4rem;
  color: #000;
  margin-right: 1.5em;
}
.bottom-links-left a:hover {
  color: #fff;
}
.bottom-links-left img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  filter: brightness(0) invert(1);
}
.bottom-links-right a {
  font-size: 1.4rem;
  color: #000;
  margin-right: 1.5em;
  margin-right: 0;
}
.bottom-links-right a:hover {
  color: #fff;
}
.bottom-links-right img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 0.3em;
  filter: brightness(0) invert(1);
}
.bottom-copy {
  text-align: center;
  margin-top: 0.5rem;
  color: #000;
  font-size: 1.4rem;
}
.bottom-copy a {
  color: #000;
  text-decoration: none;
}
.bottom-copy a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom-wrapper {
  width: 100%;
  background: linear-gradient(to right, #eec6d5 0%, #a096e8 50%, #8cb4e8 70%, #3c4048 100%);
}
.hdmx__contact-button > span {
  border-radius: 5px;
}
.bottom-links-right {
  display: flex;
  gap: 25px;
}
.cms-home .page-main {
  max-width: 100%;
  padding: 0;
}
.home-banner-area {
  position: relative;
  height: 75vh;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  /* small horizontal padding for mobile */
  background-image: url('/media/theme/always_ashley_art_enchanted.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay-box {
  background: rgba(0, 0, 0, 0.8);
  /* semi-transparent dark background */
  border-radius: 15px;
  padding: 15px;
  z-index: 1;
  position: relative;
}
#star-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at bottom, #0d1b2a, #000000 80%);
  /* gradient night sky */
  z-index: 0;
}
.banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  padding: 40px 20px;
}
.banner-title {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-body {
  font-size: 1.5rem;
  color: #ddd;
  margin-bottom: 30px;
  line-height: 1.5;
}
/* Button wrapper */
.btn-wrapper {
  margin-top: 20px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .home-banner-area {
    height: auto;
    padding: 60px 20px;
    background-image: url('/media/theme/always_ashley_art_enchanted.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner-title {
    font-size: 1.8rem;
  }
  .banner-body {
    font-size: 1rem;
  }
}
@keyframes moonGlow {
  0%,
  100% {
    box-shadow: 0 0 15px 5px rgba(160, 150, 232, 0.4), 0 0 25px 10px rgba(140, 180, 232, 0.3), 0 0 40px 15px rgba(238, 198, 213, 0.2);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(160, 150, 232, 0.6), 0 0 30px 15px rgba(140, 180, 232, 0.4), 0 0 50px 20px rgba(238, 198, 213, 0.3);
  }
}
.primary-button.main-bg {
  background: linear-gradient(to right, #eec6d5 0%, #a096e8 50%, #8cb4e8 75%);
  transition: all 0.2s;
  color: #000;
}
.btn-wrapper {
  justify-content: center;
  align-items: center;
  display: inline-block;
}
.primary-button {
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 36px;
  transition: all 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.primary-button:hover {
  background: linear-gradient(to right, #8cb4e8 0%, #a096e8 50%, #eec6d5 75%);
  color: #000 !important;
  animation: moonGlow 2.5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .footer-area .footer-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-area .footer-col {
    margin-bottom: 1.5rem;
  }
  .footer-area .footer-brand {
    margin-bottom: 1.5rem;
  }
  .footer-area .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-area .bottom-links-left {
    margin-bottom: 0.5rem;
  }
  .footer-area .bottom-links-right {
    margin-bottom: 0.5rem;
  }
  .footer-area .bottom-copy {
    text-align: left;
    margin-top: 0.5rem;
  }
}
.login-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.login-container .block {
  flex: 1 1 300px;
  padding: 1.5rem;
  margin-bottom: 0;
}
.login-container .block .block-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.login-container .block .block-title strong {
  font-size: 1.9rem;
  display: block;
  margin-bottom: 1rem;
  color: #222;
  font-weight: 800;
  text-align: left;
  margin-left: 0 !important;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-right: 0;
}
.login-container .fieldset.login .field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.login-container .fieldset.login .field.note {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.25rem;
}
.login-container .fieldset.login .label span {
  display: inline-block;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 0.25rem;
  text-align: left;
}
.login-container .fieldset.login .control {
  width: 100%;
  position: relative;
  max-width: 500px;
}
.login-container .fieldset.login .control .input-text {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  transition: border-color 0.25s, box-shadow 0.25s;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.login-container .fieldset.login .control .input-text:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}
.login-container .fieldset.login .field.choice {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
}
.login-container .fieldset.login .field.choice .label {
  margin: 0;
  font-size: 0.95rem;
  color: #222;
}
.login-container .fieldset.login .actions-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-left: -8px !important;
}
.login-container .fieldset.login .actions-toolbar .primary .action.login.primary {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.95rem 2.3rem !important;
  font-weight: 600 !important;
  border-radius: 0.5rem !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.2s !important;
}
.login-container .fieldset.login .actions-toolbar .primary .action.login.primary:hover {
  background-color: #222 !important;
}
.login-container .fieldset.login .actions-toolbar .secondary .action.remind {
  font-size: 1.4rem;
  color: #007BFF;
  text-decoration: none;
}
.login-container .fieldset.login .actions-toolbar .secondary .action.remind:hover {
  text-decoration: underline;
}
.login-container .fieldset > .field:not(.choice) > .label {
  width: auto;
  text-align: left;
}
.login-container .fieldset > .field.choice:before {
  content: '';
  width: 0px;
  padding: 0px;
}
.login-container .fieldset:after {
  display: none;
}
.login-container input[type="checkbox"] {
  margin: 2px 0px 0 0;
  position: relative;
  top: -2px;
}
.login-container .block-new-customer .actions-toolbar .primary .action.create.primary {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.95rem 2.3rem !important;
  font-weight: 600 !important;
  border-radius: 0.5rem !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.2s !important;
}
.login-container .block-new-customer .actions-toolbar .primary .action.create.primary:hover {
  background-color: #222 !important;
}
.login-container .block-new-customer .block-content p {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 1rem;
}
.block.block-customer-login {
  border-right: 1px solid #e8e8e8;
  padding-right: 0;
  margin-right: 45px;
}
.form-create-account {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
.form-create-account legend {
  font-size: 1.9rem;
  display: block;
  margin-bottom: 1rem;
  color: #222;
  font-weight: 800;
  text-align: left;
  margin-left: 0 !important;
}
.form-create-account .fieldset.create .field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.form-create-account .fieldset.create .control {
  width: 100%;
  position: relative;
  max-width: 500px;
}
.form-create-account .fieldset.create .field.choice {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
}
.form-create-account .fieldset > .field:not(.choice) > .label {
  width: auto;
  text-align: left;
}
.form-create-account .fieldset > .field.choice:before {
  content: '';
  width: 0px;
  padding: 0px;
}
.form-create-account .control .input-text {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  transition: border-color 0.25s, box-shadow 0.25s;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form-create-account .control .input-text:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}
.form-create-account input[type="checkbox"] {
  margin: 2px 0px 0 0;
  position: relative;
  top: 0px;
}
.form-create-account .actions-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-left: -8px !important;
}
.form-create-account button {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.95rem 2.3rem !important;
  font-weight: 600 !important;
  border-radius: 0.5rem !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.2s !important;
}
.form-create-account button:hover {
  background-color: #222 !important;
}
.customer-account-login .page-title-wrapper {
  margin-left: 29px;
}
.customer-account-login .page-main {
  padding-top: 45px;
}
.customer-account-create .page-main {
  padding-top: 45px;
}
.customer-account-create .page-title-wrapper {
  display: none;
}
fieldset.fieldset.create.info {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.fieldset.create.account {
  margin-bottom: 10px;
}
.breadcrumbs {
  margin-top: 15px;
}
@media (max-width: 785px) {
  .block.block-customer-login {
    border-right: none;
    margin-right: 0;
  }
}
.navbar-logo-left {
  width: 100%;
  top: 0;
  z-index: 12;
}
.block-search,
.amsearch-wrapper-block {
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.amsearch-input-wrapper {
  width: 100%;
}
.amsearch-form-block.-opened {
  width: 100% !important;
}
.amsearch-result-section {
  position: absolute;
  min-width: 900px !important;
}
.block-search input,
.amsearch-input-wrapper .amsearch-input {
  z-index: 1 !important;
  width: 100% !important;
  height: 40px !important;
  box-shadow: none !important;
  border-radius: 100px !important;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 50px !important;
  transition: all 0.1s !important;
  color: #222 !important;
  vertical-align: middle !important;
  background-color: #f5ecff !important;
  border: 1px solid #6e19d2 !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  display: block !important;
}
button.action.search {
  width: 40px;
  margin-top: 3px;
  top: 3px !important;
  right: 5px !important;
}
a.action.advanced[data-action="advanced-search"] {
  display: none !important;
}
.block-search .control {
  padding: 0px;
}
.category-dropdown-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.open.category-dropdown {
  display: grid;
}
.category-dropdown-wrapper.open .dropdown-arrow {
  margin-top: -6px;
  margin-bottom: 0px;
  transform: rotate(180deg);
}
.category-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 86px;
  background: #fff;
  padding: 10px;
  z-index: 100;
  list-style: none;
  border-radius: 5px;
  width: 100%;
  max-width: 1000px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  max-height: 335px;
  overflow-y: auto;
}
.category-dropdown-wrapper .category-dropdown li {
  padding: 5px 0;
  padding-left: 10px;
}
.category-dropdown-wrapper .category-dropdown li a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
  display: block;
  width: 100%;
}
.category-dropdown-wrapper .category-dropdown li a:hover {
  text-decoration: underline;
}
.category-dropdown-wrapper .category-dropdown li:hover {
  background: #ededed;
  border-radius: 5px;
  cursor: pointer;
}
.category-dropdown-wrapper .category-dropdown li:hover a {
  color: var(--primary-color);
}
.category-dropdown-button {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  cursor: pointer;
}
.category-dropdown-wrapper:hover .category-dropdown-button {
  color: #7a9bff;
}
.dropdown-arrow {
  margin-bottom: -6px;
}
.category-dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}
.category-dropdown li {
  border-radius: 4px;
  padding: 5px;
  background: #efefef;
  border: 1px solid rgba(35, 31, 30, 0.04);
}
.category-dropdown li a {
  color: #1b1b1b;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.category-dropdown li a img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  max-width: 60px;
  border-radius: 10px;
  margin-right: 15px;
}
.dropdown-section-title {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.dropdown-section-description {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}
.login-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.login-container .block {
  flex: 1 1 300px;
  padding: 1.5rem;
  margin-bottom: 0;
}
.block.block-customer-login {
  border-right: 1px solid #e8e8e8;
  padding-right: 0;
  margin-right: 45px;
}
.login-container .block .block-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.login-container .block .block-title strong,
.form-create-account legend {
  font-size: 1.9rem;
  display: block;
  margin-bottom: 1rem;
  color: #222;
  font-weight: 800;
  text-align: left;
  margin-left: 0 !important;
}
.login-container .fieldset.login .field,
.form-create-account .fieldset.create .field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.login-container .fieldset.login .field.note {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.25rem;
}
.login-container .fieldset.login .label span {
  display: inline-block;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 0.25rem;
  text-align: left;
}
.login-container .fieldset.login .control,
.form-create-account .fieldset.create .control {
  width: 100%;
  position: relative;
  max-width: 500px;
}
.login-container .fieldset > .field:not(.choice) > .label,
.form-create-account .fieldset > .field:not(.choice) > .label {
  width: auto;
  text-align: left;
}
.login-container .fieldset.login .control .input-text,
.form-create-account .control .input-text {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  transition: border-color 0.25s, box-shadow 0.25s;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
.login-container .fieldset.login .control .input-text:focus,
.form-create-account .control .input-text:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}
.login-container input[type="checkbox"] {
  margin: 2px 0px 0 0;
  position: relative;
  top: -2px;
}
.form-create-account input[type="checkbox"] {
  margin: 2px 0px 0 0;
  position: relative;
  top: 0px;
}
.login-container .fieldset > .field.choice:before,
.form-create-account .fieldset > .field.choice:before {
  content: '';
  width: 0px;
  padding: 0px;
}
.login-container .fieldset.login .field.choice,
.form-create-account .fieldset.create .field.choice {
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
}
.login-container .fieldset.login .field.choice .label {
  margin: 0;
  font-size: 0.95rem;
  color: #222;
}
.login-container .fieldset.login .actions-toolbar,
.form-create-account .actions-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-left: -8px !important;
}
.login-container .fieldset:after {
  display: none;
}
.customer-account-login .page-title-wrapper {
  margin-left: 29px;
}
.login-container .fieldset.login .actions-toolbar .primary .action.login.primary,
.login-container .block-new-customer .actions-toolbar .primary .action.create.primary,
.form-create-account button {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.95rem 2.3rem !important;
  font-weight: 600 !important;
  border-radius: 0.5rem !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: background-color 0.2s !important;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-right: 0;
}
.login-container .fieldset.login .actions-toolbar .primary .action.login.primary:hover,
.login-container .block-new-customer .actions-toolbar .primary .action.create.primary:hover,
.form-create-account button:hover {
  background-color: #222 !important;
}
.login-container .fieldset.login .actions-toolbar .secondary .action.remind {
  font-size: 1.4rem;
  color: #007BFF;
  text-decoration: none;
}
.login-container .fieldset.login .actions-toolbar .secondary .action.remind:hover {
  text-decoration: underline;
}
.login-container .block-new-customer .block-content p {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 1rem;
}
.customer-account-login .page-main,
.customer-account-create .page-main {
  padding-top: 45px;
}
.customer-account-create .page-title-wrapper {
  display: none;
}
@media (max-width: 785px) {
  .block.block-customer-login {
    border-right: none;
    margin-right: 0;
  }
}
.form-create-account {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
fieldset.fieldset.create.info {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.fieldset.create.account {
  margin-bottom: 10px;
}
.breadcrumbs {
  margin-top: 15px;
}
ol:not(.minicart-items) li:not(.amsearch-item) .product-image-wrapper {
  border-radius: 15px;
  border: 1px solid #e0e6ef;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 357px;
  max-width: 357px;
}
span.amsearch-product-image-container {
  width: 100% !important;
}
ol:not(.minicart-items) .product-image-container {
  position: relative;
  width: 100% !important;
  max-width: 357px;
  margin: 0 auto;
  aspect-ratio: 357 / 357 !important;
}
.page-products .product-item-info {
  width: 100%;
}
.product-image-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-item-name-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 20px;
  padding: 3px;
  padding-top: 0;
  padding-bottom: 0;
}
.product-item-name {
  z-index: 1;
  color: #231f1e;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0px;
  padding: 0;
  word-break: break-word;
}
.product-item .price-box {
  margin: 0;
}
.product-item-name a {
  font-weight: 600 !important;
  line-height: 1;
}
.transparent-bg {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}
.page-products .product-item-info {
  position: relative;
}
.actions-secondary {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: flex;
  gap: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 0px;
}
.actions-secondary .towishlist,
.actions-secondary .tocompare,
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  background: white;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
}
.actions-secondary .towishlist span,
.actions-secondary .tocompare span {
  display: none;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.amsearch-products-section .actions-secondary .amsearch-button.-icon.-wishlist:before {
  content: '\e601';
  font-size: 48px;
  top: 9px;
  position: relative;
  right: 6px;
  font-family: 'icons-blank-theme';
  color: #dfdfdf;
}
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.amsearch-products-section .actions-secondary .amsearch-button.-icon.-wishlist:hover:before {
  color: red !important;
}
.product-items .action.towishlist:hover,
.products.list.items .action.towishlist:hover,
.amsearch-products-section .actions-secondary .amsearch-button.-icon.-wishlist:hover {
  border-color: red !important;
  background: #ffe1e1;
}
.amsearch-wrapper-inner .actions-secondary {
  margin: 10px;
}
.product-item .tocompare:before,
.amsearch-products-section .actions-secondary .amsearch-button.-icon.-compare:before {
  content: '\e61f';
  font-family: 'icons-blank-theme';
  font-size: 48px;
  top: 9px;
  position: relative;
  right: 4px;
  color: #dfdfdf;
}
.product-item .tocompare:hover:before,
.amsearch-products-section .actions-secondary .amsearch-button.-icon.-compare:hover:before {
  color: blue !important;
}
.product-item .tocompare:hover,
.amsearch-products-section .actions-secondary .amsearch-button.-icon.-compare:hover {
  border-color: blue !important;
  background: #e1e2ff;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(1) !important;
}
.rating-summary .rating-result > span:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  color: #0770a7;
}
.product-reviews-summary {
  margin: 0px;
  margin-left: 5px;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: -3px;
  margin-left: -5px;
  display: inline-block;
}
.page-products .sidebar div.block:not(.filter) {
  overflow-y: auto;
  max-height: 100vh;
  background: white;
  border: 1px solid #e4e5e8;
  border-radius: 10px;
  margin-bottom: 10px;
}
.page-products .sidebar .block:not(:last-child) {
  border-bottom: 1px solid #e4e5e8;
}
.limiter-options {
  border-radius: 5px;
  border-color: #e4e5e8;
}
.page-products .sidebar .block {
  padding: 15px;
  margin-bottom: 0px;
}
.page-products .sidebar .block-title strong {
  font-weight: 600;
  font-size: 14px;
}
.page-products .sidebar .block-title {
  margin-bottom: 10px;
}
.breadcrumbs .item:not(:last-child):after {
  content: '';
  font-size: 14px;
  content: '/';
  font-family: 'Inter', sans-serif;
  color: black;
}
.section-product-filler {
  min-height: 28px;
}
.breadcrumbs a {
  color: #0770a7 !important;
}
.breadcrumbs a:hover {
  text-decoration: underline !important;
}
.page-products .page-title-wrapper .page-title {
  font-size: 24px;
  line-height: 1;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.toolbar-amount {
  margin: 0;
  padding: 0;
  margin-left: 5px;
  font-weight: 300;
  font-size: 17px;
}
.page-products .page-main {
  margin-top: 45px;
}
.toolbar-products {
  border-bottom: 1px solid #e0e6ef;
  padding-bottom: 20px;
}
.page-products .pages {
  flex: 1;
}
.pages .action {
  border-radius: 50%;
}
.pages-items li.item.current .page {
  background: #0770a7;
  color: white;
}
.pages-items li.item .page {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 4.2rem;
  padding: 0;
  color: black;
}
.sorter-options {
  border-radius: 6px;
  width: 100%;
  max-width: 132px;
  border-color: #e0e6ef;
  height: 34px;
  margin-top: -2px;
}
.sorter-label {
  font-size: 12px;
}
.sorter .sorter-action {
  border: 1px solid #e0e6ef;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
}
@media (min-width: 768px) {
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item:first-child {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item:first-child {
    margin-left: 0 !important;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
}
.page-products .products-grid .product-item {
  margin-bottom: 15px;
}
@media (max-width: 360px) {
  .page-products .products-grid .product-item {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
}
.product-image-container-1 span.product-image-wrapper {
  height: 100%;
  width: 100%;
}
.carousel-main-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}
.menu-arrow {
  position: absolute;
  top: -9px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0770a7;
  z-index: 1001;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.05));
}
.menu-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99999;
}
.menu {
  width: 320px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 99999;
}
.menu-panel {
  padding: 16px 20px;
  background-color: #fff;
  max-height: calc(85vh - 72px);
  overflow-y: auto;
}
.menu-panel.hidden {
  display: none;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li > button,
.menu li > a {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.menu li:last-child button,
.menu li:last-child a {
  border-bottom: none;
}
.menu button,
.menu a {
  background: none;
  border: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  display: block;
  width: 100%;
  transition: color 0.2s ease;
  box-shadow: none !important;
}
.menu button:hover,
.menu a:hover {
  color: #0056b3;
}
.menu-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.menu-panel .back-btn {
  font-size: 14px;
  font-weight: 600;
  color: #007aff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
  width: auto;
}
.menu-panel .back-btn:hover {
  color: #0056b3;
}
.menu-title {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidden {
  display: none;
}
.open-sub:after {
  content: '\203A';
  display: inline-block;
  float: right;
  font-size: 35px;
  position: relative;
  top: -3px;
}
.custom-carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
.product-carousel-track-container {
  overflow: hidden;
  width: 100%;
}
.product-carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  width: max-content;
  /* ✅ this ensures it fits all items */
  scroll-behavior: smooth;
}
.carousel-main-container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 50px 0px;
}
.carousel-track-container {
  overflow-x: hidden;
  width: 100%;
}
.product-slide {
  box-sizing: border-box;
  padding: 0 10px;
}
.carousel-arrow {
  position: absolute;
  top: 38%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #e0e6ef !important;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.carousel-arrow.prev {
  left: 0;
  margin-left: 15px;
}
.carousel-arrow.next {
  right: 0;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .product-slide {
    flex: 0 0 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .product-slide {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 480px) {
  .product-slide {
    flex: 0 0 100%;
  }
}
.product-carousel .item.product.product-item {
  width: calc((100% - 7%) / 4);
}
.product-carousel .product-item-info {
  max-width: 357px;
}
.custom-carousel-wrapper .container {
  overflow: hidden;
}
.carousel-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.tab-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.tab-nav-item {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #c5c5c5;
  border-radius: 100px;
  font-weight: 500;
}
.tab-nav-item.active {
  background: #0770a7;
  font-weight: bold;
  color: white;
  border-color: transparent;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content .product-item {
  max-width: 312px;
  margin-bottom: 10px;
}
@media (min-width: 1024px), print {
  .tab-content .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%!important;
  }
}
@media (min-width: 1024px), print {
  .tab-content .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0!important;
  }
}
@media (max-width: 1423px) {
  .tab-content .products-grid .product-item,
  .tab-content .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 1%!important;
  }
}
@media (max-width: 1395px) {
  .tab-content .products-grid .product-item,
  .tab-content .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 5px!important;
    max-width: 289px !important;
  }
}
@media (max-width: 1270px) {
  .tab-content .products-grid .product-item,
  .tab-content .products-grid .product-item:nth-child(3n + 1) {
    max-width: 270px !important;
  }
}
@media (max-width: 1194px) {
  .tab-content .products-grid .product-item,
  .tab-content .products-grid .product-item:nth-child(3n + 1) {
    max-width: 250px !important;
  }
}
@media (max-width: 1114px) {
  .tab-content .products-grid .product-item,
  .tab-content .products-grid .product-item:nth-child(3n + 1) {
    max-width: 230px !important;
  }
}
@media (max-width: 1024px) {
  .tab-content .products-grid .product-item,
  .tab-content .products-grid .product-item:nth-child(3n + 1) {
    max-width: 210px !important;
  }
}
@media (max-width: 1135px) {
  .footer-area .footer-col.footer-brand {
    max-height: 135px;
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-col:not(.footer-brand) {
    flex: 1;
    margin-bottom: 0px !important;
  }
  .bottom-links-right,
  .bottom-links-left {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 593px) {
  .tab-content .product-item {
    max-width: 356px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .nav-menu-wrapper {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1000;
  }
  .nav-menu-wrapper.mobile-visible {
    display: flex;
  }
}
@media (max-width: 768px) {
  .navbar-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .search {
    margin: 10px 0;
    max-width: 100%;
  }
  .nav-right-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .menu-wrapper {
    width: 100%;
    left: 0 !important;
    top: 55px !important;
  }
}
@media (max-width: 768px) {
  .retailer-cart-wrapper,
  .account-dropdown-wrapper {
    justify-content: center;
    margin: 5px 0;
  }
}
@media (max-width: 768px) {
  .logo-iimage {
    width: 130px;
    height: auto;
  }
}
.nav-menu-wrapper {
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .nav-menu-wrapper {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@media (max-width: 1140px) {
  .navbar-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .navbar-brand.w-nav-brand {
    margin-right: 0;
    margin-bottom: 0px;
    align-self: center;
  }
  .nav-menu-wrapper {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
  }
  .nav-menu-two {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    padding-left: 0;
    flex-direction: column;
  }
  .search {
    order: 3;
    margin: 0;
    width: 100%;
  }
  .nav-right-content {
    order: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .retailer-cart-wrapper,
  .account-dropdown-wrapper {
    flex: 1 1 48%;
    justify-content: center;
    text-align: center;
  }
  .amsearch-input-wrapper .amsearch-input {
    border-radius: 50px !important;
  }
  .nav-menu-wrapper {
    display: block;
    opacity: 1;
    transform: unset;
    position: relative;
    padding: 0;
  }
  .navbar-wrapper {
    margin-right: 0px!important;
  }
  .minicart-wrapper {
    display: block;
    position: relative;
    margin-top: 0px!important;
  }
  .retailer-cart-wrapper,
  .account-dropdown-wrapper {
    margin-bottom: 0px;
  }
  .nav-right-content {
    margin-top: 0px;
  }
  .menu-wrapper {
    top: 0px!important;
  }
  .menu {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .account-dropdown-wrapper {
    justify-content: flex-start;
  }
  .minicart-wrapper {
    float: left;
    margin-left: 0px!important;
  }
  .menu-arrow {
    display: none;
  }
  .retailer-cart-wrapper .action.showcart {
    justify-content: flex-start;
    padding-left: 0px;
  }
  .nav-right-content {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .menu-button {
    display: block;
    order: 0;
  }
}
.category-menu-close {
  padding: 15px;
  background: #f3f2f2;
  color: black;
  font-weight: 600;
  border-bottom: 1px solid #0770a7;
  cursor: pointer;
}
.category-menu-close:hover {
  background-color: #0770a7;
  color: white;
}
/* Sidebar Styles */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  width: 260px;
  height: 100%;
  background: #fff;
  z-index: 1100;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  padding: 20px;
  overflow-y: auto;
}
.mobile-sidebar.active {
  left: 0;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}
.sidebar-overlay.active {
  display: block;
}
#mobileCloseSidebar {
  background: none;
  border: none;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin-left: auto;
}
/* Toggle Button for Mobile */
.hamburger-btn {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  margin-left: 10px;
}
#mobileMenuToggle {
  display: none;
  background: white;
  border-radius: 5px;
  width: 39px;
  padding: 6px;
  height: 39px;
  color: black;
  border: 1px solid #cccccc;
}
#mobileMenuToggle:hover {
  background: #121212;
  color: white;
}
/* Move hamburger into visible area on mobile */
@media (max-width: 1140px) {
  .hamburger-btn {
    display: block;
  }
  #mobileMenuToggle {
    display: block;
  }
  .search {
    max-width: 91%;
    margin-left: 30px !important;
  }
  .nav-menu-wrapper,
  .nav-right-content {
    display: none;
  }
}
@media (max-width: 768px) {
  .search {
    max-width: 100%;
    margin-left: 0px !important;
  }
  .navbar-brand {
    order: -1;
    width: 100%;
  }
  #desktopNavWrapper {
    margin-left: 0px!important;
  }
  .logo-iimage {
    width: 170px;
  }
}
.navbar-logo-left-container .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#desktopNavWrapper {
  flex: 1;
  margin-left: 15px;
}
.amsearch-result-section {
  position: fixed;
  min-width: 100vw !important;
  top: 117px;
  left: 0;
}
@media (max-width: 768px) {
  .amsearch-result-section {
    top: 167px;
  }
}
.menu button,
.menu a,
.menu .cart.table-wrapper .actions-toolbar > .action,
.menu .action-gift {
  font-family: Inter, sans-serif;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  display: none;
  width: 0px;
  height: 0px;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 20px;
}
.product-info-stock-sku .product.availability {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: top;
}
#reviews {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
  gap: 15px;
}
.product-full-width-section .block.review-add {
  margin-top: 0px;
}
.review-list {
  margin-bottom: 30px;
  flex: 3;
}
.block.review-add {
  flex: 12%;
}
.product-section-title {
  display: none;
}
/* Each review item */
.review-item {
  background: #fff;
  border: 1px solid #eaeaea !important;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px !important;
  list-style: none;
}
.product-info-main .page-title-wrapper .page-title {
  margin-top: 0px;
}
/* Review title (headline) */
.review-item .review-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #111;
}
.review-toolbar {
  display: none;
}
/* Review ratings section */
.review-item .review-ratings {
  display: flex;
  flex-wrap: wrap;
}
/* Each rating (Quality, Value, Price) */
.review-item .rating-summary.item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
}
/* Rating label (like Quality, Value, Price) */
.review-item .rating-summary.item .rating-label span {
  display: inline-block;
  width: 60px;
}
/* Rating bar background */
.review-item .rating-summary.item .rating-result {
  position: relative;
  background: #f0f0f0;
  border-radius: 5px;
  height: 10px;
  width: 120px;
  overflow: hidden;
  margin-left: 8px;
}
.review-ratings .rating-label {
  padding-right: 0px;
  padding-top: 0px;
}
/* Filled rating bar (colored) */
.review-item .rating-summary.item .rating-result > span {
  background: #ffa41c;
  /* Amazon orange */
  height: 100%;
  display: block;
}
.review-items .rating-summary .rating-result > span:before,
.review-items .rating-summary .rating-result:before {
  display: none;
}
/* Review text */
.review-content-container {
  margin-top: 10px;
}
/* Review description */
.review-content {
  font-size: 15px;
  color: #222;
  margin-bottom: 10px;
}
/* Review author and date info */
.review-details {
  font-size: 12px;
  color: #767676;
}
.review-author,
.review-date {
  margin: 2px 0;
  font-size: 14px;
}
.fieldset .review-legend.legend {
  display: none;
}
#tab-reviews input[type="text"] {
  z-index: 1 !important;
  width: 100% !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 50px !important;
  transition: all 0.1s !important;
  color: #222 !important;
  vertical-align: middle !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  display: block !important;
}
textarea {
  z-index: 1 !important;
  width: 100% !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  padding-right: 50px !important;
  transition: all 0.1s !important;
  color: #222 !important;
  vertical-align: middle !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  display: block !important;
}
.review-form .action.submit.primary {
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  transition: all 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  background: #0770a7;
  color: white;
}
.product-tabs-content {
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  padding-bottom: 0;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.actions-toolbar .primary {
  float: right;
}
/* === Related Products Block === */
.block.related {
  margin: 40px 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.block.related .block-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.block.related .block-actions {
  font-size: 14px;
  margin-bottom: 16px;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* === Products Grid === */
.products-related .product-items {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.products-related .product-item {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 220px;
  padding: 16px!important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.2s ease;
}
.products-related .product-item:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
/* Product image */
.products-related .product-item-photo img {
  border-radius: 6px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* Product name */
.products-related .product-item-name {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 5px;
  color: #222;
  line-height: 1.3;
  height: 38px;
  overflow: hidden;
}
.product-item .price-box .price {
  color: #AD1714;
}
.hdmx__contact-button {
  background-color: #AD1714 !important;
}
.sidebar.sidebar-main {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 10px 10px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
/* Price */
.products-related .price {
  font-size: 16px;
  font-weight: bold;
  color: #d23f00;
}
/* Add to cart checkbox */
.products-related .field.choice.related {
  margin-top: 10px;
}
.products-related .field.choice.related label {
  font-size: 13px;
  color: #444;
}
/* Compare link */
.products-related .secondary-addto-links {
  margin-top: 10px;
}
.products-related .action.tocompare {
  font-size: 12px;
  color: #007185;
  text-decoration: none;
}
.products-related .action.tocompare:hover {
  text-decoration: underline;
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .products-related .product-items {
    flex-direction: column;
    align-items: center;
  }
  .products-related .product-item {
    width: 100%;
    max-width: 320px;
  }
}
.product-social-links {
  margin-top: -30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.product-addto-links {
  display: flex;
  gap: 12px;
}
/* Modern pill button */
.product-social-links .action {
  display: inline-flex !important;
  align-items: center!important;
  gap: 8px!important;
  padding: 10px 18px!important;
  font-size: 14px!important;
  font-weight: 500!important;
  color: #0f1111 !important;
  background-color: #f9fafb !important;
  border: 1px solid #d1d5db !important;
  border-radius: 9999px!important;
  text-decoration: none!important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  margin: 0 !important;
}
.product-social-links .action * {
  line-height: unset!important;
}
.product-social-links .action *:before,
.product-social-links .action:before {
  line-height: unset!important;
}
.product-social-links .action:hover {
  background-color: #eef1f3;
  border-color: #c5c9ce;
  color: #0f1111;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
/* Optional SVG icon before text */
.product-social-links .action svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  margin-top: -1px;
}
.product-tabs {
  margin-top: 3rem;
}
.product-tabs-nav {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.product-tab-link {
  padding: 1rem 2rem;
  background: #f4f4f4;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: bold;
}
.product-tab-link.active {
  background: #7a9bff;
  color: white;
}
.product-tabs-content .product-tab-content {
  display: none;
}
.product-tabs-content .product-tab-content.active {
  display: block;
}
.product.attribute.description h2,
.product.attribute.description h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #222;
}
.product.attribute.description h2 {
  font-size: 1.75rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3rem;
}
.product.attribute.description h3 {
  font-size: 1.3rem;
  color: #444;
}
.product.attribute.description ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.product.attribute.description ul li {
  margin-bottom: 0.75rem;
  position: relative;
  margin-left: 1rem;
  font-size: 14px;
}
.product.attribute.description p {
  margin-bottom: 1.2rem;
  font-size: 14px;
}
.product.attribute.description b {
  color: #111;
}
@media (max-width: 768px) {
  .product.attribute.description {
    padding: 1rem;
    font-size: 0.95rem;
  }
  .product.attribute.description h2 {
    font-size: 1.4rem;
  }
  .product.attribute.description h3 {
    font-size: 1.1rem;
  }
}
.legal-page {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
.legal-page .page-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.legal-page .legal-content {
  margin-bottom: 2rem;
}
.legal-page .legal-content h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
  color: #222;
}
.legal-page .legal-content ul {
  padding-left: 1.5rem;
  list-style: disc;
}
.legal-page .legal-content p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
/* Scoped Minicart Styles */
.block-minicart {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  min-width: 320px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-family: Inter, sans-serif;
}
/* Title */
.block-minicart .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
/* Close button */
.block-minicart #btn-minicart-close {
  background: none;
  border: none;
  font-size: 14px;
  position: absolute;
  top: -17px;
  right: -17px;
  cursor: pointer;
  background: #bbbbbb;
  border-radius: 50%;
  z-index: 99;
  color: white;
}
/* Items Total */
.block-minicart .items-total {
  font-size: 14px;
  margin-bottom: 10px;
  color: #222;
}
/* Subtotal Display */
.block-minicart .subtotal {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}
.block-minicart .subtotal .price {
  color: #d23f00;
}
/* Checkout Button */
.block-minicart .action.primary.checkout {
  background-color: #0770a7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
}
/* View and Edit Cart Link */
.block-minicart .action.viewcart {
  display: block;
  margin-top: 12px;
  color: #0770a7;
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
}
/* Product List Item */
.block-minicart .minicart-items .product-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}
/* Product Image */
.block-minicart .product-item-photo img {
  max-width: 60px;
  border-radius: 6px;
}
/* Product Details */
.block-minicart .product-item-details {
  flex-grow: 1;
  font-size: 14px;
}
.block-minicart .product-item-name {
  /* font-weight: 600 !important; */
  margin-bottom: 4px;
  font-size: 15px;
}
/* Price Section */
.block-minicart .price-container {
  font-size: 14px;
  font-weight: 500;
  color: #d23f00;
}
/* Quantity Controls */
.block-minicart .details-qty .item-qty {
  width: 50px;
  padding: 4px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* Edit and Remove */
.block-minicart .product.actions .action {
  font-size: 13px;
  color: #007185;
  margin-right: 8px;
}
.block-minicart .product.actions .action:hover {
  text-decoration: underline;
}
/* Subtitle */
.block-minicart .subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
  color: #555;
}
.page.messages {
  margin-bottom: -10px;
}
.minicart-items-wrapper {
  max-height: 283px;
}
@media (min-width: 768px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(74.40000000000001% / 3) !important;
  }
}
@media (max-width: 900px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100% / 2) !important;
  }
}
@media (max-width: 375px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: 100% !important;
  }
}
.minicart-wrapper {
  border-radius: 25px;
  background: linear-gradient(to right, #eec6d5 0%, #a096e8 50%, #8cb4e8 100%);
  width: 100%;
  max-width: 140px;
  float: unset!important;
  margin-left: 0px !important;
  display: flex;
  color: #2e106d;
}
.retailer-cart-wrapper {
  width: 100%;
  flex: 1;
}
.navbar-logo-left .search {
  margin-left: 20px;
  margin-right: 20px;
}
.account-dropdown-wrapper {
  white-space: nowrap;
}
.nav-icon {
  width: 23px;
  height: 23px;
}
.nav-icon img {
  margin-top: 0px;
}
.nav-right-content,
.nav-menu-wrapper {
  flex: 1;
}
.nav-right-content {
  max-width: 270px;
}
.minicart-wrapper:hover {
  background: linear-gradient(to right, #8cb4e8 0%, #a096e8 50%, #eec6d5 100%);
  cursor: pointer;
  color: #2e106d;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px !important;
  padding-right: 33px !important;
}
@media (min-width: 768px), print {
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    width: 19.666667% !important;
    padding-right: 0px!important;
  }
  .page-layout-2columns-left .column.main {
    padding-left: 0px!important;
    width: 79%!important;
  }
  .items.am-filter-items-category_ids.am-labels-folding.-am-singleselect {
    margin-top: 12px!important;
  }
  .filter-options-content .item:not(:first-child) {
    margin-top: 5px!important;
  }
}
.block.filter {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e4e5e8;
  margin-bottom: 10px!important;
}
.filter-options-accordion {
  margin-top: 10px;
}
.filter-accordion {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.filter-accordion[open] {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.filter-accordion summary {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  cursor: pointer;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease;
}
.filter-accordion summary:hover {
  background-color: #eeeeee;
}
.filter-accordion summary::after {
  content: '\25BC';
  font-size: 12px;
  transition: transform 0.2s ease;
}
.filter-accordion[open] summary::after {
  transform: rotate(180deg);
}
.filter-accordion .filter-options-content {
  padding: 12px 16px;
  background-color: #fff;
  animation: slideDown 0.3s ease-out;
  max-height: 450px;
  overflow: auto;
}
/* Optional: smooth transition animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.filter-options-content .item {
  position: relative;
}
.filter-options-content .item .count {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #0770a7;
  font-weight: 300;
}
.retailthings-tool-data {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px 10px;
}
.toolbar-products {
  border-bottom: none!important;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.block-collapsible-nav .content {
  padding: 10px!important;
}
.account .sidebar-main {
  background: #f9f9f9;
  padding: 10px!important;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.account .sidebar-main .block-collapsible-nav-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.account .sidebar-main .block-collapsible-nav-content ul.nav.items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item {
  margin-bottom: 10px;
}
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item a,
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item strong {
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 1.35rem;
  color: #222;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item a:hover,
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item strong:hover {
  background-color: #171717;
  color: white !important;
}
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item strong {
  font-weight: 600;
  background-color: #0770a7;
  color: #fff;
  border-color: #c2b3b3;
}
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item strong:hover {
  background-color: #171717;
  color: white !important;
}
.account .sidebar-main .block-collapsible-nav-content ul.nav.items .nav.item .delimiter {
  display: block;
  height: 1px;
  background: #e0e0e0;
  margin: 15px 0;
}
.account .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.account .page-title-wrapper .page-title {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}
.account .sidebar-additional {
  display: none;
}
.account .column.main {
  padding-left: 20px;
}
.account .block-dashboard-info,
.account .block-dashboard-addresses,
.account .block-dashboard-orders {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.account .block-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .block-title .action {
  font-size: 1.275rem;
  background-color: #f0f0f0;
  padding: 6px 12px;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
}
.account .block-title .action:hover {
  background-color: #ddd;
}
.account .box {
  margin-bottom: 20px;
}
.account .box .box-title {
  font-size: 1.125rem;
  margin-bottom: 8px;
  color: #222;
}
.account .box .box-content {
  color: #555;
}
.account .box .box-actions {
  margin-top: 10px;
}
.account .box .box-actions .action {
  margin-right: 15px;
  color: #0770a7;
  text-decoration: underline;
}
.account .box .box-actions .action:hover {
  color: #0056b3;
}
.account .table-wrapper.orders-recent table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.account .table-wrapper.orders-recent th {
  background-color: #f9f9f9;
  font-weight: bold;
  padding: 12px 10px;
  text-align: left;
}
.account .table-wrapper.orders-recent td {
  padding: 10px;
}
.account .table-wrapper.orders-recent .price {
  font-weight: 600;
  color: #111;
}
.account .table-wrapper.orders-recent .action.view {
  background-color: #0770a7;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
}
.account .table-wrapper.orders-recent .action.view:hover {
  background-color: #0056b3;
}
.filter-options-content [class*='am-filter-items-'] .label {
  max-width: 160px;
  display: block;
}
.amsearch-result-section {
  position: absolute;
  top: 100%;
  /* directly below navbar-logo-left */
  left: 0;
  width: 100%;
  z-index: 999;
}
.modal-inner-wrap {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  max-width: 480px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  font-family: "Segoe UI", sans-serif;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
.modal-header .action-close {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #666;
  cursor: pointer;
}
.modal-content {
  font-size: 16px;
  color: #222;
  padding: 10px 0;
  text-align: center;
}
.modal-footer {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.action-secondary.action-dismiss {
  background-color: #e0e0e0;
  color: #222;
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
}
.action-primary.action-accept {
  background-color: #7a9bff;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
}
.block-minicart .product.actions .action.edit {
  display: none;
}
.cart-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.cart-summary {
  flex: 1;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  font-size: 14px;
}
.cart-summary .summary.title {
  font-weight: 600;
  font-size: 1.9rem;
  margin-bottom: 1rem;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: 12px;
  font-size: 50px;
}
.product-tabs-nav {
  flex-wrap: wrap;
}
.cart-totals {
  margin-top: 0;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: 12px 0px;
}
.cart-totals .totals td,
.cart-totals .totals th {
  font-size: 14px;
  padding: 0.5rem 0;
}
.cart-totals .grand.totals td,
.cart-totals .grand.totals th {
  font-weight: bold;
  font-size: 16px;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 7px 10px;
}
.checkout-methods-items {
  margin-top: 1rem;
}
.cart .form-cart {
  flex: 1 1 60%;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}
.cart .cart.table-wrapper {
  margin-bottom: 1.5rem;
}
.cart.table-wrapper {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 5px 20px;
}
.cart.table-wrapper .col.qty .input-text {
  border-radius: 6px;
}
.cart.table-wrapper .items > .item {
  border-bottom: none;
}
.cart .product-item-photo {
  margin-right: 1rem;
}
.cart .product-item-details {
  flex: 1;
}
.cart .product-item-name {
  font-size: 1.5rem;
  font-weight: 500;
}
ol:not(.minicart-items) .product-image-container {
  width: 70px;
}
.cart .qty input {
  width: 60px;
  text-align: center;
  padding: 0.3rem;
}
.cart .actions-toolbar {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 0.5rem;
}
.action.continue,
.action.update,
.checkout-methods-items .action.primary.checkout,
.action.action-edit,
.action.action-delete {
  background-color: #1a73e8 !important;
  color: #fff !important;
  border-radius: 4px!important;
  padding: 1.2rem 1.5rem !important;
  font-weight: 600!important;
  border: none!important;
}
.action.action-edit {
  background-color: #1c1c1c !important;
}
.action.action-delete {
  background-color: #b31f1f !important;
}
.action.update:hover,
.action.continue:hover,
.checkout-methods-items .action.primary.checkout:hover,
.action.action-edit:hover,
.action.action-delete:hover {
  background-color: #000000 !important;
}
@media (max-width: 768px) {
  .cart-container {
    flex-direction: column;
  }
  .cart-summary,
  .form-cart {
    flex: 1 1 100%;
  }
}
@media (min-width: 768px), print {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%!important;
  }
}
.cart-summary {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 0px!important;
  font-family: "Segoe UI", sans-serif;
}
.cart-summary .title,
.cart-summary .block .title strong {
  font-size: 1.25rem;
  margin-bottom: 16px;
  display: block;
  font-weight: 600;
  color: #222;
}
.cart-summary .block .title strong {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.fieldset.estimate {
  margin-top: 12px;
}
.cart-container .field label span {
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: #444;
}
.cart-container .field .control select,
.cart-container .field .control input {
  width: 100%;
  padding: 10px;
  font-size: 0.95rem;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.cart-totals .table-wrapper {
  margin-top: 24px;
}
.cart-totals table.data.totals {
  width: 100%;
  border-collapse: collapse;
}
.cart-totals th,
.cart-totals td {
  padding: 12px;
  font-size: 0.95rem;
  border-bottom: 1px solid #eee;
}
.cart-totals tr.grand.totals {
  font-weight: bold;
  background-color: #f9f9f9;
}
.block.discount .title {
  margin-top: 24px;
}
#discount-coupon-form .control input {
  max-width: 300px;
}
.checkout-methods-items {
  margin-top: 24px;
  list-style: none;
  padding: 0;
}
.checkout-methods-items .item {
  margin-bottom: 12px;
}
.action.checkout {
  background-color: #222;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s;
}
.action.checkout:hover {
  background-color: #444;
}
.action.apply.primary {
  margin-top: 10px;
  background-color: #3f51b5;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: background 0.3s;
}
.box-tocart .fieldset {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.box-tocart .field.qty {
  margin: 0!important;
  display: flex!important;
  flex-direction: column;
  padding-right: 0px!important;
}
.box-tocart .field.qty label {
  font-size: 12px;
  margin-bottom: 5px;
  color: #666;
}
.box-tocart .field.qty input {
  width: 60px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: border 0.2s ease;
  background: #f4f4f4;
  color: #888888;
}
.box-tocart .actions .tocart svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 4px;
}
.box-tocart .field.qty input:focus {
  border-color: #7a9bff;
}
.box-tocart .actions {
  display: flex;
  align-items: center;
}
.box-tocart .actions .tocart {
  background-color: #7a9bff;
  border: none;
  color: #fff;
  padding: 12px 24px!important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  font-size: 15px !important;
}
.box-tocart .actions .tocart:hover {
  opacity: 0.7;
}
.box-tocart .actions .tocart:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.qty-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.qty-input {
  width: 50px;
  text-align: center;
  border: none;
  height: 44px;
  font-size: 16px;
}
.qty-btn {
  background-color: #f4f4f4;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  height: 40px;
  width: 40px;
  color: #888888;
}
.qty-btn:hover {
  background-color: #eaeaea;
}
.lazy-carousel {
  min-height: 600px;
}
.image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 5px;
}
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.image-wrapper img.loaded {
  opacity: 1;
}
.image-wrapper.skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  z-index: 1;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/* Hide alt text visually but keep it for SEO */
ul:not(.amsearch-product-list) .product-image-photo {
  position: relative;
}
/* When the skeleton class is active, hide the image and show the skeleton */
.image-wrapper.skeleton .product-image-photo {
  visibility: hidden;
  /* Hides the image */
}
/* To hide the alt text in the image tag from screen readers during skeleton state */
.image-wrapper.skeleton .product-image-photo[alt]::after {
  content: attr(alt);
  position: absolute;
  top: -9999px;
  /* Move it off-screen */
  left: -9999px;
  /* Move it off-screen */
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  /* Ensures it is not visually displayed */
}
/* Restore image visibility after it loads */
.image-wrapper img.loaded {
  visibility: visible;
}
.v2-rewards-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 450px;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
  margin: 70px 0px;
}
@media (max-width: 768px) {
  .v2-rewards-banner {
    flex-direction: column;
    min-height: 560px;
  }
}
.v2-rewards-banner:after {
  content: '';
  background: rgba(0, 0, 0, 0.48);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.v2-rewards-photo {
  flex: 1 1 60%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .v2-rewards-photo {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1208px) {
  .v2-rewards-photo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
.v2-rewards-card {
  flex: 0 0 460px;
  background: #2e106d;
  color: #fff;
  padding: 4rem 4.5rem;
  z-index: 1;
  position: absolute;
  right: 70px;
  color: pink;
  max-width: 500px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .v2-rewards-card {
    flex: 0 0 380px;
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .v2-rewards-card {
    margin: 0 auto !important;
    width: 100%;
    margin-top: 26px !important;
    left: 0;
    right: 0;
    max-width: 478px;
  }
}
.v2-rewards-title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
.v2-rewards-subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 3rem;
  opacity: 0.7;
}
.v2-rewards-cta {
  display: inline-block;
  padding: 1.2rem 3.2rem;
  background: linear-gradient(to right, #eec6d5 0%, #a096e8 50%, #8cb4e8 75%);
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
  color: #000 !important;
}
.v2-rewards-cta:hover,
.v2-rewards-cta:focus {
  border-color: #000 !important;
}
.carousel-main-container .products {
  margin: 0px;
}
.kb__category-title h2 {
  font-weight: 700;
}
.page-title {
  font-size: 2.6rem !important;
}
.kb-article__body a {
  color: #7a9bff;
  font-weight: 600;
}
.kb-article__body a:hover {
  opacity: 0.6;
}
.kb-article__body p {
  font-size: 1.6rem;
}
body:not(.page-products) li.item.product.product-item {
  max-width: 322px;
}
.amshopby-morefrom .item.product.product-item {
  margin-left: 0 !important;
  margin-right: 30px;
  max-width: 287px!important;
}
.amshopby-morefrom .item.product.product-item:nth-child(4) {
  margin-right: 0px!important;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin-left: 0px!important;
}
.hdmx__contact-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px 25px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
.hdmx__contact-form .legend {
  font-size: 20px;
  font-weight: 600;
  color: #1a4f55;
  margin-bottom: 30px;
  text-align: left;
}
.hdmx__contact-form input[type="text"],
.hdmx__contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fdfdfd;
  transition: border-color 0.2s;
}
.hdmx__contact-form input[type="text"]:focus,
.hdmx__contact-form textarea:focus {
  border-color: #1a4f55;
  outline: none;
}
.hdmx__contact-form textarea {
  resize: vertical;
  min-height: 90px;
}
.hdmx-submit-btn {
  display: inline-block;
  background: #0070cc;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.25s ease;
  margin-top: 15px;
}
.hdmx-submit-btn:hover {
  background: #005fa3;
}
.hdmx__contact-form .label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
.hdmx__contact-form .input-text {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  transition: border-color 0.2s ease;
}
.hdmx__contact-form .input-text:focus {
  border-color: #1a4f55;
  outline: none;
}
.hdmx__contact-popup .fieldset :last-child,
.hdmx__contact-form .fieldset :last-child,
.hdmx__ticket-new .fieldset :last-child {
  margin-top: 0px;
}
.hdmx__contact-popup .hdmx__wrapper {
  background: transparent;
}
.hdmx__contact-form .action.close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 22px;
  background: none;
  border: none;
  color: #777;
  cursor: pointer;
  transition: color 0.2s ease;
}
.hdmx__contact-form .action.close:hover {
  color: #1a4f55;
}
.hdmx__contact-form .action.close:before {
  font-size: 30px;
  line-height: 30px;
}
.fieldset > .field:not(.choice) > .label {
  margin-bottom: 5px;
}
.fieldset > .field {
  margin: 0 0 10px;
}
.hdmx__contact-form .close {
  display: none!important;
}
.hdmx__contact-popup .hdmx__contact-form .close {
  display: block!important;
}
.desktop-minicart--header .text {
  display: none!important;
}
.desktop-minicart--header .retailer-cart-wrapper .action.showcart {
  padding: 7px!important;
}
.desktop-minicart--header .retailer-cart-wrapper {
  margin-top: 0px !important;
}
/* Positioning the dropdown */
.nav-item {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 20px;
  width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  flex-wrap: wrap;
}
.dropdown-menu a {
  display: block;
  margin: 5px 0;
  color: #333;
  text-decoration: none;
}
.dropdown-menu a:hover {
  text-decoration: underline;
}
.dropdown-column {
  width: 33%;
  float: left;
  padding: 0 15px;
}
.dropdown-column h4 {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #000;
}
.nav-item:hover .dropdown-menu {
  display: flex;
}
#customer-email-fieldset .field.required,
#customer-email-fieldset .hidden-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#customer-email-fieldset .field.required > *,
#customer-email-fieldset .hidden-fields > * {
  max-width: 70%;
}
#customer-email-fieldset .amcheckout-email,
#customer-email-fieldset .amcheckout-password,
#customer-email-fieldset .amcheckout-password.-confirm {
  width: 100%;
}
#customer-email-fieldset label {
  display: block;
  margin-bottom: 4px;
}
#customer-email-fieldset input {
  width: 100%;
  box-sizing: border-box;
}
.-amsearch-overlay-opened {
  overflow: hidden;
}
.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%2FRetailerthings%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRetailerthings%5C%2Fdefault%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_styles.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRetailerthings%5C%2Fdefault%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRetailerthings%5C%2Fdefault%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRetailerthings%5C%2Fdefault%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRetailerthings%5C%2Fdefault%5C%2Fen_US%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRetailerthings%5C%2Fdefault%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%22AACA%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CsCAAsC%2COAAO%2CWAAtD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C4CAA4C%2COAAO%2CWAA5D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C4CAA4C%2COAAO%2CWAA5D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CkDAAkD%2COAAO%2CWAAlE%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CuCAAuC%2COAAO%2CWAAvD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C6CAA6C%2COAAO%2CWAA7D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CyCAAyC%2COAAO%2CWAAzD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CwCAAwC%2COAAO%2CWAAxD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CwCAAwC%2COAAO%2CWAAxD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C8CAA8C%2COAAO%2CWAA9D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C0CAA0C%2COAAO%2CWAA1D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CgDAAgD%2COAAO%2CWAAhE%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CsCAAsC%2COAAO%2CWAAtD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C4CAA4C%2COAAO%2CWAA5D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C2CAA2C%2COAAO%2CWAA3D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CiDAAiD%2COAAO%2CWAAjE%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2CuCAAuC%2COAAO%2CWAAvD%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACJ%2CkBAAA%3B%3BAAEE%3BEACE%2CaAAa%2COAAb%3BEACA%2CSAAS%2C6CAA6C%2COAAO%2CWAA7D%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3BACtHJ%3BEAEC%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGD%3BEACI%2CsBAAA%3B%3BAAEJ%3BEACE%2CqBAAA%3B%3BEACA%2C6BAAA%3B%3B%3BAAEF%3BEACE%2CWAAA%3B%3B%3BAAGF%3BEACE%2CsBAAA%3B%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3B%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3B%3BAAGF%3BEACC%2CcAAA%3BEACA%2CgCAAA%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACH%2CCAAC%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAED%2CCAAC%3BEACA%2CcAAA%3B%3BAAGF%3BEACC%2CiBAAA%3B%3BAAED%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CoBAAb%3B%3BAAGD%3BEACC%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAED%2CEACE%3BEACA%2CgBAAA%3B%3BAAGF%2CEACE%3BEACA%2CgBAAA%3B%3BAAGF%3BEACC%2CkBAAA%3B%3BAADD%2CsBAEC%2CQAAO%3BEACN%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAVF%2CsBAEC%2CQAAO%2CSASN%2CSAAQ%3BEACP%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACS%2CgBAAA%3BEACT%2CkBAAA%3BEACA%2CkBAAA%3BEACS%2CUAAA%3BEACA%2CYAAA%3B%3BAAnBZ%2CsBAEC%2CQAAO%2CSAmBN%3BEACC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3B%3BAAIH%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAACA%2CeAAC%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAKA%2CiBADD%2CQAAO%2CSACL%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CqFAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAATH%2CiBAYC%2CQAAO%2CSAAS%3BEAIf%2CaAAA%3B%3BAAHA%2CiBADD%2CQAAO%2CSAAS%2COACd%3BEACA%2CSAAS%2CEAAT%3B%3BAAKH%3BEACC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAED%3BEACC%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACG%2CkBAAA%3B%3BAAEJ%3BEACC%2CgBAAA%3BEACA%2CYAAA%3B%3BAAED%2CcAAe%2CeAAe%2CcAAc%3BEAE3C%2CoBAAA%3BEACA%2CUAAA%3B%3BAAED%2CcAAe%2CeAAe%2CcAAa%2CMAAO%3BEAEjD%2CUAAA%3B%3BAAED%3BEACC%2CaAAA%3B%3BAAED%3BEACC%2CaAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAED%3BEACC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAED%2CiBAAkB%3BEACjB%2CWAAA%3BEACA%2CgBAAA%3B%3B%3BAAGD%3BEACE%2CkBAAA%3B%3B%3BAAIF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAEF%2CcAAc%3BEACZ%2CmBAAA%3B%3BAAEF%3BEACE%2CsBAAA%3B%3BAAEF%2CeAAe%2COAAQ%3BEACrB%2CaAAA%3B%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CgBAAA%3B%3B%3BAAIF%2CeAAe%2COAAQ%3BEACrB%2CcAAA%3B%3BAAGF%2CIAAI%2C2BAA4B%3BEAC5B%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAOJ%2CQALyB%3BEACrB%2CiBAAkB%3BIACd%2CgBAAA%3B%3B%3BAASR%2CQANyB%3BEACrB%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2C2BAAA%3B%3B%3BAAGR%3BEACC%2CkBAAA%3BEACA%2CWAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAED%3BEACC%2CaAAA%3BEACA%2CSAAA%3BEACG%2CkBAAA%3B%3BAAEJ%2CSACC%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIF%3BEACI%2CYAAY%2C6EAAZ%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BEACA%2CYAAA%3B%3B%3BAAEJ%3BEACC%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACG%2CeAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEACC%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAED%3BEACC%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAED%3BEACC%2CaAAA%3B%3BAAED%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAALD%2CeAOI%3BEAEE%2CcAAA%3B%3BAAGN%3BEACC%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAED%3BEACC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAALD%2CYAMC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CYAHD%2CEAGE%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAXH%2CYAcC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C2CAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAtBF%2CYAwBC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAA1BF%2CYAwBC%2CYAGC%3BEACC%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA9BH%2CYAwBC%2CYAQC%3BEACC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAnCH%2CYAwBC%2CYAQC%2CGAIC%3BEACC%2CeAAA%3B%3BAArCJ%2CYAwBC%2CYAQC%2CGAIC%2CGAEC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CYAjBJ%2CYAQC%2CGAIC%2CGAEC%2CEAGE%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAA3CN%2CYAiDC%3BEACC%2CeAAA%3B%3BAAlDF%2CYAiDC%2CcAEC%3BEACC%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAtDH%2CYAyDC%3BEACC%2CkBAAA%3B%3BAA1DF%2CYA4DC%3BEACC%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACM%2CeAAA%3B%3BAAhER%2CYAkEC%3BEACC%2CmBAAA%3B%3BAAnEF%2CYAkEC%2CiBAEC%2CMAAK%3BEACJ%2CcAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYATF%2CiBAEC%2CMAAK%2CcAOH%3BEACA%2CWAAA%3B%3BAA5EJ%2CYAkEC%2CiBAaC%3BEACC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAvFH%2CYA0FC%2CcACC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAACA%2CYANF%2CcACC%2CEAKE%3BEACA%2CeAAA%3B%3BAAMH%3BEACC%2CaAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CkBACC%3BEACC%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBAJD%2CEAIE%3BEACA%2CWAAA%3B%3BAANH%2CkBASC%3BEACC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3BAAGF%2CmBACC%3BEACC%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2CmBALD%2CEAKE%3BEACA%2CWAAA%3B%3BAAPH%2CmBAUC%3BEACC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CQAAQ%2CcAAc%2CSAAtB%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAJD%2CYAKC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CYAHD%2CEAGE%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAIH%3BEACC%2CWAAA%3BEACA%2CYAAY%2C6EAAZ%3B%3BAAEF%2CqBAAwB%3BEACpB%2CkBAAA%3B%3BAAEJ%3BEACC%2CaAAA%3BEACA%2CSAAA%3B%3BAAED%2CSACC%3BEACC%2CeAAA%3BEACA%2CUAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BEAEA%2CsBAAsB%2C%2BCAAtB%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAEF%3BEACE%2C8BAAA%3B%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CwDAAZ%3B%3BEACA%2CUAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3B%3BAAIF%3BEACE%2CgBAAA%3B%3B%3BAAsBF%2CQAlB0B%3BEACxB%3BIACE%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAsB%2C%2BCAAtB%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAGF%3BIACE%2CiBAAA%3B%3BEAGF%3BIACE%2CeAAA%3B%3B%3BAAGJ%3BEACE%3BEAAI%3BIACF%2CiIAAA%3B%3BEAIF%3BIACE%2CkIAAA%3B%3B%3BAAKJ%2CeAAe%3BEACd%2CYAAY%2C%2BDAAZ%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAED%3BEACC%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAED%3BEACC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3B%3BAACA%2CeAAC%3BEACA%2CYAAY%2C%2BDAAZ%3BEACM%2CWAAA%3BEACA%2C6CAAA%3B%3BAAgCR%2CQA7B0B%3BEACzB%2CYACC%3BIACC%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAHF%2CYAKC%3BIACC%2CqBAAA%3B%3BEANF%2CYAQC%3BIACC%2CqBAAA%3B%3BEATF%2CYAWC%3BIACC%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAbF%2CYAeC%3BIACC%2CqBAAA%3B%3BEAhBF%2CYAkBC%3BIACC%2CqBAAA%3B%3BEAnBF%2CYAqBC%3BIACC%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3BAAKH%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAHD%2CgBAIC%3BEACC%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAPF%2CgBAIC%2COAIC%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAXH%2CgBAIC%2COAIC%2CaAIC%3BEACC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAnBJ%2CgBAIC%2COAkBC%2COACC%2CiBACE%3BEACA%2CeAAA%3B%3BAAzBL%2CgBA8BC%2CUAAS%2CMACR%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAnCH%2CgBA8BC%2CUAAS%2CMAOR%2COAAM%3BEACL%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAxCH%2CgBA8BC%2CUAAS%2CMAYR%2COACC%3BEACC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAjDJ%2CgBA8BC%2CUAAS%2CMAsBR%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAvDH%2CgBA8BC%2CUAAS%2CMAsBR%2CSAIC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgDAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3B%3BAACA%2CgBAnCH%2CUAAS%2CMAsBR%2CSAIC%2CYASE%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CaAAA%3B%3BAApEL%2CgBA8BC%2CUAAS%2CMA0CR%2COAAM%3BEACL%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9EH%2CgBA8BC%2CUAAS%2CMA0CR%2COAAM%2COAOL%3BEACC%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlFJ%2CgBA8BC%2CUAAS%2CMAuDR%3BEACC%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA5FH%2CgBA8BC%2CUAAS%2CMAuDR%2CiBAQC%2CSACC%2CQAAO%2CMAAM%3BEACZ%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CgBA3EJ%2CUAAS%2CMAuDR%2CiBAQC%2CSACC%2CQAAO%2CMAAM%2CQAWX%3BEACA%2CsBAAA%3B%3BAA1GN%2CgBA8BC%2CUAAS%2CMAuDR%2CiBAyBC%2CWACC%2CQAAO%3BEACN%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CgBArFJ%2CUAAS%2CMAuDR%2CiBAyBC%2CWACC%2CQAAO%2COAIL%3BEACA%2C0BAAA%3B%3BAAQH%2CgBAFF%2CUACE%2CSACC%2CIAAI%2CSACH%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKF%2CgBAVF%2CUASE%2CSAAM%2COACL%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGF%2CgBAhBD%2CUAgBE%3BEACA%2CaAAA%3B%3BAA3IH%2CgBA8IC%2CMAAK%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAjJF%2CgBAmJC%2CoBACC%2CiBACC%2CSACC%2CQAAO%2COAAO%3BEACb%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CgBAdJ%2CoBACC%2CiBACC%2CSACC%2CQAAO%2COAAO%2CQAWZ%3BEACA%2CsBAAA%3B%3BAAlKN%2CgBAmJC%2CoBAoBC%2CeACC%3BEACC%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CMAAM%3BEACL%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BEA8FC%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAhGD%2CoBACC%3BEACC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAARF%2CoBAUC%2CUAAS%2COACR%3BEACC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAfH%2CoBAUC%2CUAAS%2COAOR%3BEACC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApBH%2CoBAUC%2CUAAS%2COAYR%2COAAM%3BEACL%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CoBAFF%2CUACE%2CSACC%2CIAAI%2CSACH%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKF%2CoBAVF%2CUASE%2CSAAM%2COACL%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAA5CJ%2CoBAgDC%2CSACC%3BEACC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgDAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3B%3BAACA%2CoBAVF%2CSACC%2CYASE%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CaAAA%3B%3BAA7DJ%2CoBAiEC%2CMAAK%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAApEF%2CoBAsEC%3BEACC%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA7EF%2CoBA%2BEC%3BEACC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CoBAXD%2COAWE%3BEACA%2CsBAAA%3B%3BAAOH%2CuBACC%3BEACC%2CiBAAA%3B%3BAAFF%2CuBAIC%3BEACC%2CiBAAA%3B%3BAAGF%2CwBACC%3BEACC%2CiBAAA%3B%3BAAFF%2CwBAIC%3BEACC%2CaAAA%3B%3BAAGF%2CQAAQ%2CSAAS%2COAAO%3BEACvB%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAED%2CSAAS%2COAAO%3BEACf%2CmBAAA%3B%3BAAED%3BEACC%2CgBAAA%3B%3BAASD%2CQAP0B%3BEACzB%2CMAAM%3BIACL%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAAIF%3BEACI%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAACA%3BEACI%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CuBAAwB%3BEACpB%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CMAAM%2COAAO%3BEACT%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CCAAC%2COAAO%2CSAAS%3BEACb%2CwBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CYAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CaAAA%3B%3BAAGJ%2C0BAA0B%2CKAAM%3BEAC5B%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqFAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAmB%3BEAC1C%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAmB%2CGAAG%3BEAC7C%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAmB%2CGAAG%2CEAAC%3BEAC9C%2C0BAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAmB%2CGAAE%3BEAC5C%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAmB%2CGAAE%2CMAAO%3BEACnD%2COAAO%2CoBAAP%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAA0B%2CMAAO%3BEAC7B%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CkBAAmB%2CGAAG%3BEAClB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CkBAAmB%2CGAAG%2CEAAE%3BEACpB%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2C%2BBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CgBAAiB%2COAAO%3BEACpB%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2COAAO%2CaAAa%3BAACrC%2CoBAAqB%3BEACjB%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%3BAACjC%2CoBAAqB%2CUAAS%2COAAQ%3BEAClC%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2COAAM%3BEACnC%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2COAAO%3BEACpC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%3BAAAU%2CoBAAqB%2CUAAS%2COAAQ%3BEAC7E%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAU%2CSAAM%2CIAAI%2CSAAU%3BAAAQ%2CoBAAqB%2CUAAU%2CSAAM%2CIAAI%2CSAAU%3BEACtG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2CSAAS%3BAAAa%2CoBAAqB%2CSAAS%3BEACjF%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgDAAA%3BEACA%2CsBAAA%3BEACA%2C%2BCAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2CSAAS%2CYAAW%3BAAAQ%2CoBAAqB%2CSAAS%2CYAAW%3BEAClG%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAiB%2CMAAK%3BEAClB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CoBAAqB%2CMAAK%3BEACtB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CgBAAiB%2CUAAU%2CSAAM%2COAAO%3BAAAS%2CoBAAqB%2CUAAU%2CSAAM%2COAAO%3BEACzF%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2COAAM%3BAACvC%2CoBAAqB%2CUAAS%2COAAQ%2COAAM%3BEACxC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2COAAM%2COAAQ%3BEAC3C%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%3BAACjC%2CoBAAqB%3BEACjB%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%3BEACtB%2CaAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CiBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2CiBAAiB%2CSAAS%2CQAAO%2CMAAM%3BAACxE%2CgBAAiB%2CoBAAoB%2CiBAAiB%2CSAAS%2CQAAO%2COAAO%3BAAC7E%2CoBAAqB%3BEACjB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CgBAAiB%2COAAO%2COAAO%2CiBAAiB%3BEAC5C%2CeAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2CiBAAiB%2CSAAS%2CQAAO%2CMAAM%2CQAAQ%3BAAChF%2CgBAAiB%2CoBAAoB%2CiBAAiB%2CSAAS%2CQAAO%2COAAO%2CQAAQ%3BAACrF%2CoBAAqB%2COAAM%3BEACvB%2CsBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2CiBAAiB%2CWAAW%2CQAAO%3BEAChE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%2CUAAS%2CMAAO%2CiBAAiB%2CWAAW%2CQAAO%2COAAO%3BEACvE%2C0BAAA%3B%3BAAGJ%2CgBAAiB%2CoBAAoB%2CeAAe%3BEAChD%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BAACxB%2CwBAAyB%3BEACrB%2CiBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CaAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CeAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAQ%2CSAAS%2COAAO%3BEACpB%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAS%2COAAO%3BEACZ%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CEAAE%2CIAAI%2CiBAAkB%2CGAAE%2CIAAI%2CgBAAiB%3BEAC3C%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CsBAAA%3B%3BAAGJ%2CEAAE%2CIAAI%2CiBAAkB%3BEACpB%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CSAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2C2BAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CwCAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAGJ%2C0BAA2B%2CmBAAmB%2CiBAAgB%3BEAC1D%2CWAAA%3B%3BAAGJ%2CkBAAmB%3BAACnB%2CkBAAmB%3BAACnB%2C0BAA2B%2CmBAAmB%2CiBAAgB%3BEAC1D%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAmB%2CYAAY%3BAAC%5C%2FB%2CkBAAmB%2CWAAW%3BEAC1B%2CaAAA%3B%3BAAGJ%2CcAAe%2CQAAO%2CWAAW%3BAACjC%2CSAAS%2CKAAK%2CMAAO%2CQAAO%2CWAAW%3BAACvC%2C0BAA2B%2CmBAAmB%2CiBAAgB%2CMAAM%2CUAAU%3BEAC1E%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CcAAA%3B%3BAAGJ%2CcAAe%2CQAAO%2CWAAW%2CMAAM%3BAACvC%2CSAAS%2CKAAK%2CMAAO%2CQAAO%2CWAAW%2CMAAM%3BAAC7C%2C0BAA2B%2CmBAAmB%2CiBAAgB%2CMAAM%2CUAAU%2CMAAM%3BEAChF%2CqBAAA%3B%3BAAGJ%2CcAAe%2CQAAO%2CWAAW%3BAACjC%2CSAAS%2CKAAK%2CMAAO%2CQAAO%2CWAAW%3BAACvC%2C0BAA2B%2CmBAAmB%2CiBAAgB%2CMAAM%2CUAAU%3BEAC1E%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CYAAA%3B%3BAAGJ%2CaAAc%2CWAAU%3BAAAS%2C0BAA2B%2CmBAAmB%2CiBAAgB%2CMAAM%2CSAAS%3BEAC1G%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CaAAc%2CWAAU%2CMAAM%3BAAAS%2C0BAA2B%2CmBAAmB%2CiBAAgB%2CMAAM%2CSAAS%2CMAAM%3BEACtH%2CsBAAA%3B%3BAAGJ%2CaAAc%2CWAAU%3BAAAQ%2C0BAA2B%2CmBAAmB%2CiBAAgB%2CMAAM%2CSAAS%3BEACzG%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CgBAAgB%2CMAAM%3BAAAQ%2CgBAAgB%2CMAAM%3BEAChD%2CQAAQ%2CaAAR%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAI%3BEAC%5C%2FB%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAc%2CyBAAyB%3BEACnC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%2CIAAG%2CMAAM%2CIAAI%3BEACjC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%2COAAM%2CIAAI%3BEAC9B%2CgCAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%2CaAAa%3BEACjC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CmBAAA%3B%3BAAGJ%2CYAAa%2CMAAK%2CIAAI%2CaAAa%3BEAC%5C%2FB%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3B%3BAAGJ%2CYAAa%2CEAAC%3BEACV%2CqCAAA%3B%3BAAGJ%2CcAAe%2CoBAAoB%3BEAC%5C%2FB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAGJ%3BEACI%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2COAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CkBAAA%3B%3BAAGJ%2CYAAa%2CGAAE%2CKAAK%2CQAAS%3BEACzB%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CYAAa%2CGAAE%2CKAAM%3BEACjB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAWJ%2CQAR2B%3BEACvB%2CcAAe%2CeAAe%3BIAC1B%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3B%3BAAoBR%2CQAhB0B%3BEACtB%2CcAAe%2CeAAe%3BIAC1B%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAGJ%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIACjD%2CcAAA%3B%3BEAGJ%2CcAAe%2CeAAe%2CcAAa%3BIACvC%2CyBAAA%3B%3B%3BAAwBR%2CQApB2B%3BEACvB%2CcAAe%2CeAAe%3BIAC1B%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAGJ%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIACjD%2CcAAA%3B%3BEAGJ%2CcAAe%2CeAAe%2CcAAa%3BIACvC%2CyBAAA%3B%3BEAGJ%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIACjD%2CeAAA%3B%3B%3BAAIR%2CcAAe%2CeAAe%3BEAC1B%2CmBAAA%3B%3BAAWJ%2CQAR0B%3BEACtB%2CcAAe%2CeAAe%3BIAC1B%2CcAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3B%3BAAIR%2C0BAA2B%2CKAAI%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CQAAQ%2C0CAAR%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAY%2CiBAAZ%3BEACA%2CgBAAA%3B%3BAAGF%2CWAAW%3BEACT%2CaAAA%3B%3BAAGF%2CKAAM%3BEACJ%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGF%2CKAAM%2CGAAK%3BAAAQ%2CKAAM%2CGAAK%3BEAC5B%2CeAAA%3BEACA%2CgCAAA%3B%3BAAGF%2CKAAM%2CGAAE%2CWAAY%3BAAAQ%2CKAAM%2CGAAE%2CWAAY%3BEAC9C%2CmBAAA%3B%3BAAGF%2CKAAM%3BAACN%2CKAAM%3BEACJ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3B%3BAAGF%2CKAAM%2COAAM%3BAACZ%2CKAAM%2CEAAC%3BEACL%2CcAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CWAAY%3BEACV%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAGF%2CWAAY%2CUAAS%3BEACnB%2CcAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%2CSAAS%3BEACL%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CoCAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeAAe%3BEAAQ%2COAAA%3BEAAS%2CiBAAA%3B%3BAAChC%2CeAAe%3BEAAQ%2CQAAA%3BEAAU%2CkBAAA%3B%3BAAMjC%2CmBAJsC%3BEAClC%3BIAAiB%2CiBAAA%3B%3B%3BAAOrB%2CmBAJqC%3BEACjC%3BIAAiB%2CaAAA%3B%3B%3BAAMrB%2CmBAHqC%3BEACjC%3BIAAiB%2CcAAA%3B%3B%3BAAErB%2CiBAAkB%2CMAAK%2CQAAQ%3BEAC3B%2COAAO%2CqBAAP%3B%3BAAEJ%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CgBAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CcAAA%3B%3BAAGJ%2CYAAa%3BEAET%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAE%5C%2FC%2CyBAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAC%5C%2FC%2CwBAAA%3B%3B%3BAAYR%2CQAPA%3BEACI%2CYAAa%2CeAAe%3BEAAe%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAE1F%2CyBAAA%3B%3B%3BAAaR%2CQARA%3BEACI%2CYAAa%2CeAAe%3BEAAe%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAE1F%2C0BAAA%3BIACA%2C2BAAA%3B%3B%3BAAYR%2CQAPA%3BEACI%2CYAAa%2CeAAe%3BEAAe%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAE1F%2C2BAAA%3B%3B%3BAAYR%2CQAPA%3BEACI%2CYAAa%2CeAAe%3BEAAe%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAE1F%2C2BAAA%3B%3B%3BAAYR%2CQAPA%3BEACI%2CYAAa%2CeAAe%3BEAAe%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAE1F%2C2BAAA%3B%3B%3BAAYR%2CQAPA%3BEACI%2CYAAa%2CeAAe%3BEAAe%2CYAAa%2CeAAe%2CcAAa%2CUAAU%3BIAE1F%2C2BAAA%3B%3B%3BAAcR%2CQATA%3BEACI%2CYAAa%2CYAAW%3BIAEpB%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAAoBR%2CQAfA%3BEACE%2CWAAW%2CIAAI%3BIACb%2COAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BEAAoB%3BIAEhB%2CaAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3B%3BAAcJ%2CQATA%3BEACI%2CYAAa%3BIACT%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAqBN%2CQAjBwB%3BEACtB%3BIACE%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3B%3BEAEF%2CiBAAiB%3BIACf%2CaAAA%3B%3B%3BAAuBJ%2CQAnB0B%3BEACxB%3BIACE%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CeAAA%3B%3BEAGF%3BIACE%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BAAYJ%2CQAR0B%3BEACxB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3B%3B%3BAAYJ%2CQAR0B%3BEACxB%3BEACA%3BIACE%2CuBAAA%3BIACA%2CaAAA%3B%3B%3BAAWJ%2CQAP0B%3BEACxB%3BIACE%2CYAAA%3BIACA%2CYAAA%3B%3B%3BAAIJ%3BEACE%2C%2BBAAA%3B%3BAASF%2CQAP0B%3BEACxB%3BIACE%2CWAAW%2CiBAAX%3BIACA%2CUAAA%3B%3B%3BAA0HJ%2CQAtH2B%3BEACzB%3BIACE%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3B%3BEAGF%2CaAAa%3BIACX%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CQAAA%3BIACA%2CWAAA%3BIACA%2C2BAAA%3BIACA%2CSAAA%3B%3BEAGF%3BIACE%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAGF%3BIACE%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAGF%3BIACE%2CQAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGF%3BEACA%3BIACE%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CuBAAwB%3BIACtB%2C8BAAA%3B%3BEAGF%3BIACI%2CcAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%3BEAAwB%3BIACtB%2CkBAAA%3B%3BEAGF%3BIACE%2CeAAA%3B%3BEAGF%3BIACE%2CkBAAA%3B%3BEAGF%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2C2BAAA%3B%3BEAGF%3BIACE%2CWAAA%3BIACA%2C0BAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3BEAEF%2CsBAAuB%2CQAAO%3BIAC1B%2C2BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CuBAAA%3B%3B%3BAAeV%2CQAV4B%3BEAGxB%3BIACE%2CcAAA%3BIACA%2CQAAA%3B%3B%3BAAKN%3BEAEI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAoB%3BEAEhB%2CyBAAA%3BEACA%2CYAAA%3B%3B%3BAAIH%3BEACG%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CwCAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CeAAe%3BEACb%2COAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAGF%2CgBAAgB%3BEACd%2CcAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3B%3BAAIF%3BEACE%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CiBAAiB%3BEACb%2CmBAAA%3BEACA%2CYAAA%3B%3B%3BAAmBJ%2CQAf2B%3BEACzB%3BIACE%2CcAAA%3B%3BEAEF%3BIACA%2CcAAA%3B%3BEAEA%3BIACI%2CcAAA%3BIACA%2C4BAAA%3B%3BEAEJ%3BEAAmB%3BIACnB%2CaAAA%3B%3B%3BAAmBF%2CQAhB0B%3BEACxB%3BIACI%2CeAAA%3BIACA%2C2BAAA%3B%3BEAEJ%3BIACE%2CSAAA%3BIACA%2CWAAA%3B%3BEAEF%3BIACE%2C0BAAA%3B%3BEAEF%3BIACE%2CYAAA%3B%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACE%2COAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACQ%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3B%3BAASR%2CQAN8B%3BEAC5B%3BIACM%2CUAAA%3B%3B%3BAAIR%2CKAAM%3BAAAQ%2CKAAM%3BAAAG%2CKAAM%2CMAAK%2CcAAe%2CiBAAmB%3BAAAS%2CKAAM%3BEACjF%2C8BAAA%3B%3BAAGF%2CwBAAyB%2CgBAAgB%3BAAAQ%2CcAAe%2CgBAAgB%3BEAC9E%2CaAAA%3BEACE%2CUAAA%3BEACA%2CWAAA%3B%3BAAQJ%2CkBAAmB%2CoBAAoB%3BEACrC%2CeAAA%3B%3BAAEF%2CuBAAwB%2CSAAQ%3BEAC%5C%2FB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAED%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3B%3BAAEJ%2C2BAA4B%2COAAM%3BEAC9B%2CeAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2COAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CSAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CoBAAoB%3BEACnC%2CeAAA%3B%3B%3BAAIJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3B%3BAAIJ%2CYAAa%3BEACT%2CaAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%2CYAAa%2CgBAAe%3BEACxB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CYAAa%2CgBAAe%2CKAAM%2CcAAc%3BEAC5C%2CqBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CYAAa%2CgBAAe%2CKAAM%3BEAC9B%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CYAAa%2CgBAAe%2CKAAM%2CeAAiB%3BEAC%5C%2FC%2CmBAAA%3B%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CaAAc%2CgBAAgB%2CeAAiB%2COAAI%3BAAAS%2CaAAc%2CgBAAgB%2CeAAc%3BEACpG%2CaAAA%3B%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAACA%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CSAAU%2CeAAc%3BEACpB%2CaAAA%3B%3BAAEJ%2CYAAa%2CMAAK%3BEACd%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAa%2CQAAO%2COAAO%3BEACvB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CYAAA%3B%3B%3BAAKJ%2CMAAM%3BEACF%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CMAAM%2CQAAS%3BEACX%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CMAAM%2CQAAS%3BEACX%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%2CiBAAkB%3BEACd%2CaAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CiBAAkB%2CcAAa%3BEAC3B%2C0CAAA%3B%3B%3BAAIJ%2CiBAAkB%2CoBAAoB%3BEAClC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CaAAc%2CWAAW%3BEACvB%2CcAAA%3B%3BAAGF%3BEAEE%2CyBAAA%3B%3BAAEF%2CQAAQ%3BEACN%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2C0CAAA%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3B%3BAAIF%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%2CiBAAkB%2COAAM%2COAAO%3BEAC3B%2CgBAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%2COAAO%2CQAAS%3BEACpC%2CeAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%3BEACrB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CUAAU%3BEAC%5C%2FB%2C0BAAA%3B%3B%3BAAiBJ%2CQAb0B%3BEACtB%2CiBAAkB%3BIACd%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAKR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3B%3BAAIJ%2CqBAAsB%3BEAElB%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C%2BBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CyCAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CqBAAsB%2CQAAQ%3BEAC5B%2C4BAAA%3B%3BAAGF%2CqBAAsB%2CQAAQ%2CEAAC%3BAAAS%2CqBAAsB%2CQAAO%3BEACnE%2C4BAAA%3B%3BAAGF%2CqBAAsB%2CQAAO%3BEACzB%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyCAAA%3B%3B%3BAAIJ%2CqBAAsB%2CQAAQ%3BEAC1B%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAAgB%2CgBAAA%3B%3BAAChB%3BEAAoB%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAC5E%3BEAAoB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACrG%2CiBAAiB%3BEAAU%2CmBAAA%3BEAA4B%2CYAAA%3B%3BAACvD%2CqBAAsB%3BEAAuB%2CaAAA%3B%3BAAC7C%2CqBAAsB%2CqBAAoB%3BEAAU%2CcAAA%3B%3BAAEpD%2CQAAQ%2CUAAU%2CYAAa%3BAAC%5C%2FB%2CQAAQ%2CUAAU%2CYAAa%3BEAC3B%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%2CYAAa%3BEAC3B%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%2CYAAa%3BEAC3B%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%2CYAAa%3BEAC3B%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%2CYAAa%2CGAAG%3BEAC9B%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%2CYAAa%3BEAC3B%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAAQ%2CUAAU%2CYAAa%3BEAC3B%2CWAAA%3B%3BAAoBJ%2CQAjB0B%3BEACtB%2CQAAQ%2CUAAU%3BIACd%2CaAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CQAAQ%2CUAAU%2CYAAa%3BIAC3B%2CiBAAA%3B%3BEAGJ%2CQAAQ%2CUAAU%2CYAAa%3BIAC3B%2CiBAAA%3B%3B%3BAAMR%3BEACE%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAJF%2CWAME%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAATJ%2CWAYE%3BEACE%2CmBAAA%3B%3BAAbJ%2CWAYE%2CeAGE%3BEACE%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlBN%2CWAYE%2CeASE%3BEACE%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAvBN%2CWAYE%2CeAcE%3BEACE%2CmBAAA%3BEACA%2CiBAAA%3B%3B%3BAAMN%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2C8BAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%2CUAAU%3BEACtB%2CcAAA%3B%3B%3BAAIJ%2CeAAgB%2CQAAO%2CQAAQ%3BEAC3B%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%2CeAAgB%2CQAAO%3BEACnB%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3B%3BAAIJ%2CeAAgB%2CgBAAgB%3BEAC5B%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3B%3BAAIJ%2CeAAgB%2CoBAAoB%3BEAChC%2CeAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CeAAgB%3B%3BEAEZ%2CkBAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%2CeAAgB%2CaAAa%3BEACzB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2CeAAgB%2CSAAQ%2CQAAS%3BEAC7B%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CeAAgB%2CSAAQ%2CQAAS%2CQAAO%3BEACpC%2C0BAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CoBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAQJ%2CQAL0B%3BEACxB%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC7C%2CWAAW%2C4BAAX%3B%3B%3BAAQJ%2CQAL0B%3BEACxB%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC7C%2CWAAW%2CcAAX%3B%3B%3BAAUJ%2CQAP0B%3BEACxB%2C0BAA0B%2CMAAM%2CIAAI%2CUAAW%3BIAC7C%2C0BAAA%3B%3B%3BAAKJ%3BEACI%2CmBAAA%3BEACA%2CYAAY%2CgEAAZ%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CSAAU%3BEACR%2CeAAA%3B%3BAAGF%3BAAAoB%3BEAClB%2COAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAGF%2CiBAAiB%3BEACb%2CYAAY%2CgEAAZ%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CuBAAuB%2COAAQ%3BEAC3B%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAsBJ%2CQAnByB%3BEACjB%2C0BAA2B%3BEAC3B%2C0BAA2B%3BIACzB%2CiBAAA%3BIACA%2C4BAAA%3B%3BEAEF%2C0BAA2B%2CQAAO%3BIAChC%2C2BAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CMAAM%2C6BAA6B%2CkBAAkB%3BIACvD%2C0BAAA%3B%3BEAEJ%2CuBAAwB%2CMAAK%2CIAAI%3BIAC%5C%2FB%2CyBAAA%3B%3B%3BAAKF%2CMAAM%3BEACF%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CyCAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%3BEACrB%2CyBAAA%3B%3BAAGJ%2CiBACE%2CQAAO%3BEACH%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAIN%2CiBAAiB%2CMAAO%2CQAAO%3BEAC3B%2CWAAW%2CcAAX%3B%3BAAGJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3B%3BAAIJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%2CuBAAwB%3BEACtB%2CkBAAA%3B%3BAAEF%2CuBAAwB%2CMAAM%3BEAC1B%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKJ%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACE%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CuBAAA%3B%3BAAGF%2CQACI%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%2CmBAAA%3B%3BAANR%2CQACI%2CcAOI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAdZ%2CQACI%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%3BEACF%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAArBhB%2CQACI%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%3BEACA%2CmBAAA%3B%3BAAxBpB%2CQACI%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%2CKAGA%3BAA1BpB%2CQACI%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%2CKAIA%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CyCAAA%3B%3BAAEA%2CQArCpB%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%2CKAGA%2CEAYK%3BAAAD%2CQArCpB%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%2CKAIA%2COAWK%3BEACC%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAxC1B%2CQACI%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%2CKAqBA%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CQAjDpB%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%2CKAqBA%2COAMK%3BEACC%2CyBAAA%3BEACA%2CuBAAA%3B%3BAApD1B%2CQACI%2CcAgBI%2C%2BBACI%2CGAAE%2CIAAI%2CMAKF%2CKAAI%2CKAiCA%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAASxB%2CQACI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CQACI%2CoBAII%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAARZ%2CQAYI%3BEACE%2CaAAA%3B%3BAAbN%2CQAgBI%2CQAAO%3BEACL%2CkBAAA%3B%3BAAjBN%2CQAoBI%3BAApBJ%2CQAqBI%3BAArBJ%2CQAsBI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3B%3BAA3BR%2CQA8BI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAApCR%2CQA8BI%2CaAQI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CQAhBR%2CaAQI%2CQAQK%3BEACG%2CsBAAA%3B%3BAA%5C%2FChB%2CQAoDI%3BEACI%2CmBAAA%3B%3BAArDR%2CQAoDI%2CKAGI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1DZ%2CQAoDI%2CKASI%3BEACI%2CWAAA%3B%3BAA9DZ%2CQAoDI%2CKAaI%3BEACI%2CgBAAA%3B%3BAAlEZ%2CQAoDI%2CKAaI%2CaAGI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CQArBZ%2CKAaI%2CaAGI%2CQAKK%3BEACG%2CcAAA%3B%3BAA1EpB%2CQAgFI%2CeAAc%2CcACV%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAApFZ%2CQAgFI%2CeAAc%2CcAOV%3BEACI%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3FZ%2CQAgFI%2CeAAc%2CcAcV%3BEACI%2CaAAA%3B%3BAA%5C%2FFZ%2CQAgFI%2CeAAc%2CcAkBV%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAApGZ%2CQAgFI%2CeAAc%2CcAuBV%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CQA9BR%2CeAAc%2CcAuBV%2CQAAO%2CKAOF%3BEACG%2CyBAAA%3B%3BAAMhB%2CuBAAwB%2C4BAA4B%3BEAClD%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CSAAA%3B%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAgB%2CSAAQ%2CQAAS%2CQAAO%3BEACtC%2CaAAA%3B%3BAAMF%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2COAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CeAAA%3B%3BAAGF%2CaAAc%2CSAAQ%3BEACpB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CiCAAoC%2CSAAM%3BAAAQ%2CaAAc%2COAAS%2CSAAM%3BAAAQ%2CuBAAwB%2COAAS%2CSAAM%3BEAC1H%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACE%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%2CiCAAoC%3BAAAQ%2CaAAc%2COAAS%3BAAAQ%2CuBAAwB%2COAAS%3BEACxG%2CiBAAA%3B%3BAAGJ%2CYAAa%2CQAAQ%3BAACrB%2CYAAa%2CQAAQ%3BEACnB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CYAAa%2COAAM%2COAAQ%3BAAC3B%2CYAAa%2COAAM%2COAAQ%3BEACvB%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACE%2CgBAAA%3B%3BAAGF%2CKAAM%3BEACJ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CKAAM%2CMAAK%3BEACT%2CqBAAA%3B%3BAAGF%2CKAAK%3BEACD%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BEACzB%2CkBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2COAAS%3BEACzB%2CmBAAA%3B%3BAAGJ%2CKAAM%3BEACJ%2CkBAAA%3B%3BAAGF%2CKAAM%3BEACJ%2COAAA%3B%3BAAGF%2CKAAM%3BEACJ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CEAAE%2CIAAI%2CiBAAkB%3BEAEpB%2CWAAA%3B%3BAAGJ%2CKAAM%2CKAAK%3BEACT%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CKAAM%3BEACJ%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAGF%2COAAO%3BAACP%2COAAO%3BAACP%2CuBAAwB%2CQAAO%2CQAAQ%3BAACvC%2COAAO%3BAACP%2COAAO%3BEACL%2CyBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGF%2COAAO%3BEACH%2CyBAAA%3B%3BAAEJ%2COAAO%3BEACH%2CyBAAA%3B%3BAAGJ%2COAAO%2COAAO%3BAACd%2COAAO%2CSAAS%3BAAChB%2CuBAAwB%2CQAAO%2CQAAQ%2CSAAS%3BAAAQ%2COAAO%2CYAAY%3BAAAQ%2COAAO%2CcAAc%3BEACtG%2CyBAAA%3B%3BAAeF%2CQAX0B%3BEACxB%3BIACE%2CsBAAA%3B%3BEAGF%3BEACA%3BIACE%2CcAAA%3B%3B%3BAAUA%2CQANqB%3BEACjB%3BEAAkC%3BEAAoB%2CeAAgB%3BEAAY%2CeAAgB%3BIAC9F%2CoBAAA%3B%3B%3BAAIR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CsBAAb%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%2COAAO%2COAAO%3BEACxB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%2COAAO%2COAAO%3BEACxB%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CgBAAA%3B%3BAAGJ%2CeAAgB%2COAAO%2CMAAM%3BEACzB%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%2COAAO%2CSAAS%3BAAChC%2CeAAgB%2COAAO%2CSAAS%3BEAC5B%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CgBAAA%3B%3BAAGJ%2CYAAa%2CMAAK%2CKAAK%3BEACnB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CYAAa%3BAACb%2CYAAa%3BEACT%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CYAAa%2CGAAE%2CMAAM%3BEACjB%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CMAAM%2CSAAU%3BEACZ%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%3BEAC3B%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CmBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2COAAO%2CSAAS%3BEACZ%2CsBAAA%3B%3BAAGJ%2COAAO%2CMAAM%3BEACT%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAAY%2COAAM%3BEACd%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CWAAY%2COAAM%2CIAAK%3BEACnB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CWAAY%2COAAM%2CIAAK%3BEACnB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CWAAY%2CSAAS%2CQAAQ%3BEACzB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CWAAY%2COAAM%2CIAAK%2CMAAK%3BEACxB%2CqBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%2CSAAS%3BEACjB%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CWAAY%2CSAAS%2CQAAO%3BEACxB%2CYAAA%3B%3BAAGJ%2CWAAY%2CSAAS%2CQAAO%3BEACxB%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2CyBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CcAAe%2CIAAG%3BEACd%2CUAAA%3B%3BAAGJ%2CcAAc%2CSAAS%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2C6DAAZ%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%3BIACI%2C4BAAA%3B%3BEAEJ%3BIACI%2C2BAAA%3B%3B%3B%3BAAKR%2CEAAE%2CIAAI%2CwBAAyB%3BEAC3B%2CkBAAA%3B%3B%3BAAIJ%2CcAAc%2CSAAU%3BEACpB%2CkBAAA%3B%3B%3B%3BAAIJ%2CcAAc%2CSAAU%2CqBAAoB%2CKAAK%3BEAC7C%2CSAAS%2CSAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BEACA%2CaAAA%3B%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3B%3B%3B%3BAAIJ%2CcAAe%2CIAAG%3BEACd%2CmBAAA%3B%3BAAGJ%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAOA%2CQAL0B%3BEAK1B%3BIAJI%2CsBAAA%3BIACA%2CiBAAA%3B%3B%3BAAGJ%2CkBAAC%3BEACD%2CSAAS%2CEAAT%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAKA%2CQAJ0B%3BEAI1B%3BIAHI%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAQR%2CQAN%2BB%3BEAM%5C%2FB%3BIALI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAMA%2CQAJ0B%3BEAI1B%3BIAHI%2CeAAA%3BIACA%2CaAAA%3B%3B%3BAAUR%2CQAR8B%3BEAQ9B%3BIAPQ%2CyBAAA%3BIACA%2CWAAA%3BIACA%2C2BAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAY%2C%2BDAAZ%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmDAAA%3BEACA%2CWAAA%3B%3BAAEA%2CeAAC%3BAACD%2CeAAC%3BEACG%2CkBAAA%3B%3BAAIR%2CwBAAyB%3BEACrB%2CWAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CgBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CEAAC%3BEACf%2CYAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CiBAAA%3B%3BAAEJ%2CIAAI%2CIAAI%2CgBAAiB%2CGAAE%2CKAAK%2CQAAQ%3BEACpC%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CMAAK%2CQAAQ%3BEAC5B%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CkBAAmB%2CMAAK%2CQAAQ%2CaAAa%2CUAAU%3BEAEnD%2C2BAAA%3B%3BAAEJ%3BAAA%2BB%2CSAAU%3BAAAS%2COAAO%2CIAAI%2CeAAgB%2CKAAK%3BAAAkB%2COAAO%2CIAAI%2CqBAAsB%2CKAAK%3BAAAkB%2CgBAAiB%2CUAAS%3BEACtL%2C0BAAA%3B%3BAAEE%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAa%2C%2BCAAb%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2CMAAK%3BAACzB%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CmBAAoB%2CMAAK%2CaAAa%3BAACtC%2CmBAAoB%2CSAAQ%3BEACxB%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CmBAAoB%2CYAAW%3BEAC3B%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAqB%2CUAAU%3BAAAa%2CmBAAoB%2CUAAU%3BAAAa%2CiBAAkB%2CUAAU%3BEACjH%2CeAAA%3B%3BAAGF%2CoBAAqB%3BEACjB%2CuBAAA%3B%3BAAGJ%2CmBAAoB%2CQAAO%3BEACvB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CmBAAoB%2CQAAO%2CMAAM%3BEAC7B%2CcAAA%3B%3BAAGJ%2CmBAAoB%2CQAAO%2CMAAM%3BEAC7B%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CkBAAA%3B%3BAAGJ%2CSAAY%3BEAEV%2CgBAAA%3B%3BAAGF%2CmBAAoB%3BEAClB%2CuBAAA%3B%3BAAGF%2CoBAAqB%2CoBAAoB%3BEACvC%2CwBAAA%3B%3BAAGF%2CyBAA0B%3BEAE1B%2CuBAAA%3B%3BAAGA%2CyBAA0B%2CuBAAuB%2CQAAO%3BEAEpD%2CsBAAA%3B%3BAAEJ%2CyBAA0B%3BEACxB%2CeAAA%3B%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CyCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGF%2CcAAe%3BEACb%2CcAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGF%2CcAAe%2CEAAC%3BEACd%2C0BAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CgBAAiB%3BEACf%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEF%2CSAAS%2CMAAO%3BEACd%2CaAAA%3B%3BAAEF%2CwBAAyB%2COAAM%3BAAC%5C%2FB%2CwBAAyB%3BEACvB%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAEF%2CwBAAyB%2COAAM%2CSAAY%3BAAC3C%2CwBAAyB%2CeAAiB%3BEACxC%2CcAAA%3B%3BAAEF%2CwBAAyB%3BAACzB%2CwBAAyB%3BAACzB%2CwBAAyB%2CqBAAoB%3BEAC3C%2CWAAA%3B%3BAAEF%2CwBAAyB%3BEACvB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CwBAAyB%3BEACvB%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEF%3BEACI%2CgBAAA%3B%3BACttIJ%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 */