/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.rma-rma-view .fieldset > .field:not(.choice) > .control textarea {
  background: #fff;
  border: 1px solid #ccc;
}
.fieldset.rmaReturnMsg .field:not(.choice) label {
  position: relative;
  top: 10px;
  text-align: left;
}
.hero-banner {
  /*max-height: 930px;
	overflow: hidden;*/
}
.hero-banner img {
  width: 100%;
  position: relative;
}
@media (max-width: 800px) {
  .hero-banner img {
    top: 0px;
  }
}
.hero-banner .banner-content {
  position: relative;
}
.hero-banner .banner-content .overlay-content {
  position: absolute;
  z-index: 2;
  width: 410px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero-banner .banner-content .overlay-content {
    width: 100%;
    top: auto;
    transform: none;
    bottom: 0px;
    padding: 40px;
  }
}
.hero-banner .banner-content .overlay-content h2 {
  font-size: 80px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #000;
  line-height: 0.75em;
  margin-bottom: 15px;
  font-family: 'made_coachellaregular';
}
@media (max-width: 1025px) {
  .hero-banner .banner-content .overlay-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content .overlay-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content .overlay-content h2 {
    text-align: left;
    margin-bottom: 10px;
  }
}
.hero-banner .banner-content .overlay-content p {
  font-size: 1.6em;
  margin-bottom: 15px;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 0.19px;
  color: #000;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .overlay-content p {
    text-align: left;
    font-size: 1.4em;
  }
}
.hero-banner .banner-content .overlay-content a {
  letter-spacing: 0.68px;
  color: #000000;
  text-align: center;
  text-decoration: underline;
  display: block;
  font-size: 1.6em;
}
@media (max-width: 767px) {
  .hero-banner .banner-content .overlay-content a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content .mobile-hide {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .hero-banner .banner-content .desktop-hide {
    display: none !important;
  }
}
.section-title {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 8px;
}
.section-description {
  font-size: 1.2em;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
  line-height: 19px;
}
section .alfa-features {
  border-bottom: solid 1px #e5e5e5;
  padding: 20px 0;
  font-weight: 600;
  text-transform: uppercase;
}
section .alfa-features .features-flex-grid {
  display: flex;
  justify-content: space-between;
}
section .alfa-features .features-flex-grid .col {
  width: 33.33%;
}
section .alfa-features .features-flex-grid .col:nth-child(2) {
  text-align: center;
}
section .alfa-features .features-flex-grid .col:nth-child(3) {
  text-align: right;
}
.trending-categories {
  padding: 30px 0 55px 0;
}
.trending-categories .box {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.trending-categories .box > div img {
  width: 100%;
}
.trending-categories .box > div img.mobile {
  display: none;
}
.trending-categories .box > div:nth-child(1) {
  width: 600px;
}
.trending-categories .box > div:nth-child(2) {
  /*padding: 0px 20px 0 0;*/
  /*width: 380px;*/
}
.trending-categories .box > div:nth-child(3) {
  /*padding: 0px 20px 0 0;*/
  /*width: 380px;*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 280px;*/
}
.trending-categories .box > div.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 438px;
}
.trending-categories .box > div:hover .trending-details:before {
  height: 30px;
}
.trending-categories .trending-details {
  padding: 30px 10px 5px 10px;
  color: #000;
  position: relative;
  background: #fff;
  width: 90%;
  margin: -70px auto;
  text-align: center;
}
.trending-categories .trending-details:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background: #000;
  left: 40px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
.trending-categories .trending-details h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'FuturaLTProBold';
  color: #222;
  line-height: 24px;
}
.trending-categories .trending-details p {
  /*font-size: 1em;*/
  margin-bottom: 0px;
  /*	letter-spacing: 0.025em;*/
  line-height: 20px;
  letter-spacing: 0.325px;
  font-size: 13px;
}
.trending-categories .trending-details a {
  /*letter-spacing: 0.49px;
			font-size: 1em;
			color: #222;
			text-decoration: underline;*/
  text-decoration: underline;
  color: #000;
  letter-spacing: 0.325px;
  line-height: 20px;
  font-size: 13px;
}
.trending-categories .trending-details a:hover {
  color: #888888;
}
.trending-categories .trending-details a:before,
.trending-categories .trending-details a:after {
  display: none;
}
.trending-section {
  margin: 50px 0 0 0;
  padding-top: 30px;
  /*border-top: solid 1px #000000;*/
}
@media (max-width: 767px) {
  .trending-section {
    padding-top: 10px;
  }
}
.trending-section .trending-col-1 {
  float: left;
  width: 45%;
  padding: 5px 30px;
}
.trending-section .trending-col-1 ul li {
  display: inline-block;
  width: 49%;
  padding: 10px 30px;
  vertical-align: top;
  text-align: center;
}
.trending-section .trending-col-1 ul li img {
  margin-bottom: 0px;
  width: 150px;
}
.trending-section .trending-col-1 ul li .product-title {
  font-weight: 400;
  margin-bottom: 7px;
  color: #222;
  text-align: left;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  font-family: 'FuturaLTProBook';
  font-size: 12px;
  line-height: 12px;
}
.trending-section .trending-col-1 ul li .product-description {
  font-weight: 400;
  font-size: 1.2em;
  color: #222;
  text-align: left;
  letter-spacing: 0.26px;
  line-height: 1.3em;
  margin-bottom: 5px;
  font-family: 'FuturaLTProBook';
}
.trending-section .trending-col-1 ul li .price-box {
  text-align: left;
}
.trending-section .trending-col-2 {
  float: right;
  width: 55%;
  text-align: center;
  position: relative;
}
.trending-section .trending-col-2 > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.trending-section .trending-col-2 a {
  margin: 30px auto 0;
  background: #333333;
  max-width: 280px;
  box-shadow: #333 0 0px 0px 40px inset;
}
.trending-section .section-title {
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
  letter-spacing: 1.6px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.trending-section .section-title span {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.trending-section .section-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
}
.trending-section .link {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 35px;
  color: #000;
  font-size: 14px;
}
@media (max-width: 767px) {
  .trending-section .link {
    margin-bottom: 20px;
  }
}
.trending-section .link a {
  color: #000;
}
.trending-section .link a:hover {
  color: #888;
}
.trending-section .link:hover {
  color: #888;
}
.brands-in-focus-section {
  margin: 35px 0 0 0;
  padding-top: 35px;
  border-top: solid 1px #000000;
}
.brands-in-focus-section .brands-slider .slick-list {
  height: 400px;
}
.brands-in-focus-section .brands-slider li {
  position: relative;
  width: 350px;
  float: left;
  margin: 0 10px;
}
.brands-in-focus-section .brands-slider li a div.brand-details {
  background: #fff;
  padding: 20px;
  position: absolute;
  bottom: -50px;
  color: #333333;
  text-align: center;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .brands-in-focus-section .brands-slider li a div.brand-details {
    bottom: -1px;
  }
}
.brands-in-focus-section .brands-slider li a div.brand-details h5 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.brands-in-focus-section .brands-slider li a div.brand-details p {
  font-size: 1.333em;
  font-weight: 600;
  line-height: 21px;
}
@media (min-width: 500px) {
  .brands-in-focus-section .brands-slider li a div.brand-details p {
    max-height: 40px;
    overflow: hidden;
  }
}
.brands-in-focus-section .brands-slider li figure:hover + div.brand-details {
  bottom: -20px;
}
.brands-in-focus-section .brands-slider li figure:hover + div.brand-details p {
  max-height: auto;
}
.whats-new-section {
  margin: 0px 0 0 0;
  padding-top: 30px;
  /*border-top: solid 1px #000000;*/
  text-align: center;
}
.whats-new-section .section-title {
  font-size: 1.3em;
  letter-spacing: 1.34px;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
}
.whats-new-section .section-title span {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.whats-new-section .section-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #222222;
  top: 50%;
}
.whats-new-section .link {
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.whats-new-section .link:hover {
  color: #888;
}
.whats-new-section .section-description {
  width: 55%;
  margin: 0 auto;
}
.whats-new-section .button-1 {
  margin: 13px auto 0;
}
.whats-new-section .product-slider {
  margin: 30px 92px 0 92px;
}
@media (max-width: 1050px) {
  .whats-new-section .product-slider {
    margin: 30px 60px 0 60px;
  }
}
@media (max-width: 767px) {
  .whats-new-section .product-slider {
    margin: 5px 0 0 0 ;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.whats-new-section .product-slider li {
  /*width: 230px;*/
  text-align: left;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 600px) {
  .whats-new-section .product-slider li {
    margin: 0 5px;
  }
}
.whats-new-section .product-slider li a.product-item-photo {
  position: relative;
  display: block;
  margin: 0 2px 5px 2px;
  overflow: hidden;
  /*width: 230px;*/
}
.whats-new-section .product-slider li a.product-item-photo img {
  width: 100%;
}
.whats-new-section .product-slider li a.product-item-photo:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  height: 1px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  display: none;
}
.whats-new-section .product-slider li a.product-item-photo:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5%;
  height: 1px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  display: none;
}
.whats-new-section .product-slider li:hover a.product-item-photo:before {
  transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transform: translateX(0);
  height: 100%;
  border-color: #eaeaea;
}
.whats-new-section .product-slider li:hover a.product-item-photo:after {
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transform: translateX(0);
  height: 100%;
  border-color: #eaeaea;
}
.whats-new-section .product-slider li .new-tag {
  /*border: solid 1px #d0d0d0;*/
  /*text-transform: uppercase;*/
  font-size: 0.75em;
  font-weight: 700;
  font-size: 1.1em;
  float: left;
  position: absolute;
}
.whats-new-section .product-slider li .wishlist-icon {
  float: right;
  position: relative;
  display: none;
}
.whats-new-section .product-slider li .wishlist-icon:before {
  width: 18px;
  height: 18px;
  font-family: 'mycustomfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  color: #666666;
  display: block;
  content: "\e906";
}
.whats-new-section .product-slider li .wishlist-icon.active:before {
  content: "\e911";
}
.whats-new-section .product-slider li h5 {
  font-weight: 600;
  margin: 20px 0 5px 0;
  color: #222;
  /*letter-spacing: 1.09px;*/
  letter-spacing: 0.1em;
  font-size: 13px;
  text-transform: uppercase;
}
.whats-new-section .product-slider li h5:hover {
  color: #888;
}
.whats-new-section .product-slider li .product-item-name {
  font-weight: 400;
  /*font-size: 1.2em;*/
  font-size: 13px;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 3px;
  line-height: 19px;
  /*letter-spacing: 0.26px;*/
}
@media (max-width: 767px) {
  .whats-new-section .product-slider li .product-item-name {
    margin-bottom: 6px;
  }
}
.whats-new-section .product-slider li .product-item-name a:hover {
  color: #888;
}
.whats-new-section .product-slider li .price-box {
  display: block;
}
.whats-new-section .product-slider li .price-box > .price {
  font-size: 1.083em;
  color: #000;
  margin: 0 3px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .whats-new-section .product-slider li .price-box > .price {
    font-size: 1.18em;
    line-height: 1.3em;
  }
}
.whats-new-section .product-slider li .price-box .old-price.og-price .price-container .price {
  text-decoration: line-through;
  color: #000;
}
.whats-new-section .product-slider li .price-box .discountp {
  font-size: 0.917em;
  color: #333333;
}
.whats-new-section .product-slider li .price-box .price-container .price {
  font-size: 1.083em;
  color: #000;
  margin: 0 0px;
  font-weight: 600;
}
.whats-new-section .product-slider li .price-box .price-container .price:hover {
  color: #888;
}
@media (max-width: 767px) {
  .whats-new-section .product-slider li .price-box .price-container .price {
    font-size: 1.15em;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  .whats-new-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.two-banners {
  margin: 45px 0 0 0;
  padding-top: 5px;
  /*border-top: solid 1px #000000;*/
}
.two-banners ul li {
  padding: 0 5px;
  width: 50%;
  float: left;
}
@media (max-width: 1025px) {
  .two-banners ul li {
    float: none;
    width: 100%;
  }
}
.two-banners ul li > div {
  padding: 25px 0 0px;
  color: #000;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  margin-top: -35px;
  width: 90%;
}
@media (max-width: 1025px) {
  .two-banners ul li > div {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .two-banners ul li > div {
    /*	margin-bottom: 40px;
					padding-left:25px;*/
    margin-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
  }
}
.two-banners ul li > div:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000;
  left: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
.two-banners ul li > div h5 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #222222;
  text-align: center;
  /*letter-spacing: 0.05em;*/
  font-family: 'FuturaLTProBold';
  text-transform: uppercase;
  line-height: 24px;
}
.two-banners ul li > div h5:hover {
  color: #888888;
}
.two-banners ul li > div p {
  /*font-size: 1.1em;*/
  margin-bottom: 10px;
  line-height: 18px;
  text-align: center;
  color: #222;
  /*letter-spacing: 0.025em;*/
  letter-spacing: 0.325px;
  font-size: 13px;
}
.two-banners ul li > div p:hover {
  color: #888888;
}
.two-banners ul li > div a {
  /*text-transform: uppercase;*/
  /*font-weight:700;*/
  font-size: 1.1em;
  color: #000;
  text-align: center;
  letter-spacing: 0.26px;
}
.two-banners ul li:hover > div:before {
  height: 85px;
  background: #969595;
}
@media (max-width: 767px) {
  .two-banners .container {
    padding: 0;
  }
}
.testimonial-section {
  margin: 45px 0 0 0;
  padding-top: 30px;
  border-top: solid 1px #000000;
  text-align: center;
}
.testimonial-section .section-title {
  font-size: 1.75em;
}
.newsletter-section {
  margin: 65px 0 0 0;
  padding-top: 30px;
  border-top: solid 1px #000000;
  margin: 35px 0 0 0;
  padding: 25px;
  position: relative;
}
.newsletter-section:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background: #cbcbcb;
  left: 50%;
  top: 15px;
}
.newsletter-section .alfa-rewards {
  position: relative;
  padding-left: 95px;
  float: left;
  width: 46%;
}
.newsletter-section .alfa-rewards:before {
  content: "";
  position: absolute;
  width: 77px;
  height: 50px;
  background: url(../images/sprite.png) -123px 0;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.newsletter-section .alfa-rewards h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 1.167em;
  margin-bottom: 12px;
}
.newsletter-section .alfa-rewards p {
  font-size: 1.333em;
  color: #000;
}
.newsletter-section .newsletter-footer {
  float: right;
  width: 46%;
}
.newsletter-section .newsletter-footer .label {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 1.167em;
  margin-bottom: 10px;
  display: block;
  line-height: 16px;
}
.newsletter-section .newsletter-footer .control {
  position: relative;
}
.newsletter-section .newsletter-footer .newsletter {
  float: left;
  width: 460px;
}
.newsletter-section .newsletter-footer .newsletter input[type=email] {
  width: 100%;
  border: solid 1px #595b5a;
  height: 39px;
}
.newsletter-section .newsletter-footer .actions {
  width: 192px;
  float: left;
  padding-top: 24px;
}
.newsletter-section .newsletter-footer .actions button {
  width: 100%;
  line-height: 21px;
  padding: 9px 0;
  height: 39px;
  margin-top: 2px;
}
.testimonial-slider {
  padding: 0 50px;
  position: relative;
}
.testimonial-slider:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 95px;
  background: #cbcbcb;
  left: 50%;
  top: 0;
}
.testimonial-slider.no-seprator:before {
  content: none;
}
.testimonial-slider .slick-slide {
  padding: 0 53px;
}
.testimonial-slider li {
  width: 44%;
  vertical-align: top;
}
.testimonial-slider li:nth-child(even) {
  float: right;
}
.testimonial-slider li:nth-child(odd) {
  float: left;
}
.testimonial-slider li div.testimonial-image {
  float: left;
  margin-right: 30px;
  width: 100px;
}
.testimonial-slider li div.testimonial-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  border: solid 1px #e2e2e2;
}
.testimonial-slider li div.testimonial-description {
  float: left;
  width: 430px;
  text-align: left;
}
.testimonial-slider li div.testimonial-description p {
  font-size: 1.167em;
  line-height: 21px;
  margin-bottom: 13px;
}
.testimonial-slider li div.testimonial-description strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
.sendfriend-product-send .columns .column.main {
  max-width: 600px;
  margin: 50px auto;
}
@media (max-width: 500px) {
  .sendfriend-product-send .columns .column.main {
    max-width: 90%;
    margin: 20px auto;
  }
}
.sendfriend-product-send .columns .column.main .page-title-wrapper h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.sendfriend-product-send .columns .column.main .fieldset {
  margin-bottom: 0;
}
.sendfriend-product-send .columns .column.main .fieldset .legend {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 15px;
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.sendfriend-product-send .columns .column.main .fieldset .field {
  margin: 0 0 20px;
}
.sendfriend-product-send .columns .column.main .fieldset .field label {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: normal;
}
.sendfriend-product-send .columns .column.main .fieldset .field .control {
  width: 100% !important;
}
.sendfriend-product-send .columns .column.main .fieldset .field .control input,
.sendfriend-product-send .columns .column.main .fieldset .field .control textarea {
  border: solid 1px #e4e4e4;
}
.sendfriend-product-send .columns .column.main .fieldset .field.additional {
  margin-top: 0;
}
.sendfriend-product-send .columns .column.main .actions-toolbar {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.sendfriend-product-send .columns .column.main .actions-toolbar button {
  margin-top: 0 !important;
  max-width: 100%;
  width: 100%;
}
.sendfriend-product-send .columns .column.main .actions-toolbar .primary {
  width: 100%;
}
.sendfriend-product-send .columns .column.main .actions-toolbar .secondary {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
}
.sendfriend-product-send .columns .column.main .actions-toolbar .secondary .action.remove {
  position: relative;
}
.sendfriend-product-send .columns .column.main .actions-toolbar .secondary .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000000;
  font-family: mycustomfont;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
  content: "\e918";
  overflow: hidden;
}
.sendfriend-product-send .columns .column.main .actions-toolbar .secondary .action.remove span {
  color: #000;
  font-size: 11px;
  font-weight: normal;
}
.sendfriend-product-send .columns .column.main .fields.additional .actions-toolbar {
  position: absolute;
  top: -15px;
  z-index: 1;
}
.sendfriend-product-send .columns .column.main .fields.additional .actions-toolbar .secondary {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
}
.sendfriend-product-send .columns .column.main .fields.additional .actions-toolbar .secondary .action.remove {
  position: relative;
  background: transparent;
  margin-left: 0px;
  margin-right: 20px;
}
.sendfriend-product-send .columns .column.main .fields.additional .actions-toolbar .secondary .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000000;
  font-family: mycustomfont;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
  content: "\e918";
  overflow: hidden;
}
.trending-categories.container {
  padding: 55px 0 90px 0;
}
@media (max-width: 1440px) {
  .brands-in-focus-section .brands-slider .slick-list {
    height: 360px;
  }
  .testimonial-slider li div.testimonial-description {
    width: 390px;
  }
  .newsletter-section .alfa-rewards p {
    line-height: 20px;
  }
  .newsletter-section .newsletter-footer .newsletter {
    width: 390px;
  }
}
@media (max-width: 1366px) {
  .newsletter-section .newsletter-footer .actions {
    width: 154px;
  }
  .newsletter-section .newsletter-footer .actions button {
    min-width: 100%;
  }
  .testimonial-slider li div.testimonial-image {
    width: 90px;
  }
  .testimonial-slider li div.testimonial-image img {
    width: 90px;
    height: 90px;
  }
  .testimonial-slider li div.testimonial-description {
    width: 340px;
  }
  .testimonial-section {
    margin: 45px 0 0 0;
  }
}
@media (max-width: 1286px) {
  .brands-in-focus-section .brands-slider .slick-list {
    height: 320px;
  }
  .testimonial-slider li div.testimonial-description {
    width: 330px;
  }
  .newsletter-section .newsletter-footer .actions {
    width: 135px;
  }
  .newsletter-section .newsletter-footer .actions button {
    min-width: 135px;
  }
}
@media (max-width: 1024px) {
  .trending-section .trending-col-1,
  .trending-section .trending-col-2 {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .trending-categories.container {
    padding: 30px 0 0 0;
  }
  .trending-categories.container .box {
    display: block;
  }
  .trending-categories.container .box > div:nth-child(1) {
    width: 100%;
    padding: 0;
    margin-bottom: 90px;
  }
  .trending-categories.container .box > div:nth-child(2) {
    padding: 0;
    width: 100%;
  }
  .trending-categories.container .box > div:nth-child(3) {
    padding: 0;
    width: 100%;
    position: static;
  }
  .trending-categories.container .box > div.slick-list.draggable {
    padding-bottom: 40px;
  }
  .trending-categories.container .box > div img.web {
    display: none;
  }
  .trending-categories.container .box > div img.mobile {
    display: block;
  }
  .trending-categories.container .box .flex .trending-details {
    margin-bottom: 20px;
  }
  .trending-section .trending-col-1 ul li img {
    width: 100%;
  }
  .trending-col-2 .hover-flash img {
    width: 100%;
  }
  .trending-section .trending-col-2 > div {
    bottom: 30px;
  }
  .brands-in-focus-section {
    margin: 15px 0 0 0;
  }
  .trending-categories .trending-details {
    padding: 40px 40px 20px 40px;
  }
  .brands-in-focus-section .brands-slider .slick-list {
    height: 340px;
  }
  .whats-new-section {
    margin: 0px 0 0 0;
  }
  .two-banners {
    margin: 35px 0 0 0;
  }
  .two-banners ul li {
    padding: 0;
  }
  .two-banners ul li img {
    width: 100%;
  }
  .testimonial-slider:before {
    background: transparent;
  }
  .testimonial-slider li div.testimonial-image {
    width: 100%;
    padding-bottom: 10px;
  }
  .testimonial-slider li div.testimonial-image img {
    margin: 0 auto;
  }
  .testimonial-slider li div.testimonial-description {
    width: 100%;
    text-align: center;
  }
  .whats-new-section .section-description {
    width: 90%;
  }
  .section-title {
    text-align: center;
  }
  .section-description {
    text-align: center;
  }
  .newsletter-section:before {
    background: transparent;
  }
  .newsletter-section .alfa-rewards {
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: solid 1px #cbcbcb;
  }
  .newsletter-section .alfa-rewards:before {
    top: 0;
    margin-top: 0;
  }
  .newsletter-section .newsletter-footer {
    width: 100%;
    position: relative;
  }
  .newsletter-section .newsletter-footer .newsletter {
    width: calc(100% - 39px);
  }
  .newsletter-section .newsletter-footer .actions {
    width: 25%;
  }
  .newsletter-section .newsletter-footer .actions button {
    min-width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .two-banners {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .alfa-features {
    display: none;
  }
  .brands-in-focus-section .brands-slider .slick-list {
    height: 385px;
  }
  .trending-categories .box > div.slick-list.draggable {
    padding-bottom: 40px;
  }
  .trending-section {
    margin: 45px 0 0 0;
    padding-top: 20px;
  }
  .trending-section .trending-col-1 {
    padding: 0 0 10px 0;
  }
  .brands-in-focus-section {
    padding-top: 15px;
  }
  .whats-new-section,
  .testimonial-section {
    margin: 10px 0 50px 0;
    padding-top: 0px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .trending-section {
    padding-top: 10px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .whats-new-section,
  .testimonial-section {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .trending-section .trending-col-2 > div {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .trending-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .trending-section .trending-col-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner {
    /*max-height: 188px;*/
    overflow: hidden;
  }
  .newsletter-section {
    margin-bottom: 20px;
  }
  .newsletter-section .newsletter-footer .label {
    font-size: 11px;
  }
  .newsletter-section .newsletter-footer .actions {
    width: 39px;
    padding-top: 0;
    height: 39px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 1px;
  }
  .newsletter-section .newsletter-footer .actions button {
    padding: 0;
    margin: 0;
  }
  .newsletter-section .newsletter-footer .actions button:before {
    content: '\e91a';
    font-family: 'mycustomfont';
    width: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 39px;
    height: 39px;
  }
  .newsletter-section .newsletter-footer .actions button span {
    display: none;
  }
  .whats-new-section .product-slider li a.product-item-photo {
    width: auto;
  }
  .newsletter-section .alfa-rewards p a {
    text-decoration: underline;
  }
  .trending-section .trending-col-1 ul .slick-prev {
    left: -15px;
    background-image: url(../images/arrow.svg);
    top: 135px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 20px;
  }
  .trending-section .trending-col-1 ul .slick-next {
    right: -7px;
    background-image: url(../images/arrow.svg);
    top: 185px;
    background-repeat: no-repeat;
    width: 20px;
  }
  .trending-section .trending-col-1 ul li {
    padding: 10px 20px 10px 10px;
    text-align: center;
  }
  .trending-section .trending-col-1 ul li .product-description {
    font-size: 13px;
    line-height: 18px;
  }
  .trending-section .trending-col-1 ul li .product-title {
    font-size: 13px;
  }
}
@media (max-width: 650px) {
  .brands-in-focus-section .brands-slider .slick-list {
    height: 310px;
  }
  .trending-section {
    margin: 0;
  }
}
@media (max-width: 490px) {
  .brands-in-focus-section .brands-slider li img {
    margin: 0 auto;
  }
  .brands-in-focus-section .brands-slider .slick-list {
    height: 390px;
  }
  .testimonial-slider .slick-slide {
    padding: 0;
  }
  .newsletter-section {
    padding: 25px 0 0 0;
  }
}
@media (max-width: 380px) {
  .newsletter-section .newsletter-footer .newsletter {
    width: 100%;
  }
  .newsletter-section .alfa-rewards {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .brands-in-focus-section .brands-slider .slick-list {
    height: 350px;
  }
}
@media (max-width: 320px) {
  .brands-in-focus-section .brands-slider .slick-list {
    height: 300px;
  }
  .newsletter-section .newsletter-footer .label {
    font-size: 10px;
  }
}
/*promotion-product-list*/
.promotion-product-list {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .promotion-product-list {
    margin-top: 5px;
  }
}
.promotion-product-list .lists {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .promotion-product-list .lists {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.promotion-product-list .lists .items {
  padding: 10px;
  flex-basis: 25%;
}
@media (max-width: 768px) {
  .promotion-product-list .lists .items {
    flex-basis: 50%;
    padding: 10px 5px;
    margin-bottom: 15px;
  }
}
.promotion-product-list .lists .items a {
  display: inline-block;
}
.promotion-product-list .lists .items figure {
  margin-bottom: 25px;
}
.promotion-product-list .lists .items h5 {
  /*font-size: 1.2em;*/
  font-size: 14px!important;
  /*margin-bottom: 5px;*/
  margin: 25px 0 10px 0;
  text-align: left;
  /*letter-spacing: 0.62px;*/
  color: #222;
}
.promotion-product-list .lists .items p {
  /*font-size: 1.1em;*/
  margin-bottom: 7px;
  letter-spacing: 0.26px;
  color: #222222;
  line-height: 1.3em;
}
.promotion-product-list .lists .items .brand-details a {
  text-decoration: underline;
  color: #222222;
  font-size: 13px;
}
.promotion-product-list .lists .items .brand-details a:hover {
  color: #888888;
}
.banner-top-mobile-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  background: #F5F5F5;
  clear: both;
}
@media (min-width: 767px) {
  .banner-top-mobile-links {
    display: none;
  }
}
.banner-top-mobile-links li {
  flex-basis: 50%;
  text-align: center;
  background-color: #F5F5F5;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.banner-top-mobile-links li:nth-child(2n) {
  border-right: 0;
}
.banner-top-mobile-links li a {
  padding: 10px;
  display: block;
  text-align: center;
  /* letter-spacing: 0.24px;
            color: #222222;*/
  text-transform: uppercase;
  color: #777;
  font-size: 12px;
  letter-spacing: 0.1em;
  height: 40px;
}
@media (min-width: 768px) {
  header nav {
    border-bottom: solid 2px #222 !important;
    border-top: 0 !important;
  }
}
.trending-section .trending-col-1 .price-container .price {
  font-size: 13px;
  color: #222;
}
.promotion-product-list .lists .items h5 {
  font-size: 14px;
  color: #222;
  /*font-size: 13px;*/
  /* letter-spacing: 0.33px;*/
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'FuturaStdBook';
  /*letter-spacing: 0.33px;*/
  line-height: 16px;
}
@media (max-width: 767px) {
  .trending-section .trending-col-1 .slick-list.draggable {
    position: relative;
    height: 320px;
  }
  .trending-section .trending-col-1 .slick-track {
    position: absolute;
  }
  .whats-new-section .product-slider .slick-list.draggable {
    position: relative;
    height: 320px;
  }
  .whats-new-section .product-slider .slick-track {
    position: absolute;
  }
  header .header-search-wrapper-mobile div.header-search input[type=text] {
    float: none;
    text-align: center;
    width: 100%;
  }
  header .header-search-wrapper-mobile div.header-search button {
    float: left;
    text-align: center;
    position: absolute;
    left: 140px;
  }
  header .header-search-wrapper-mobile.hide {
    display: block;
  }
  header .header-search-wrapper-mobile div.header-search {
    border-top: solid 1px #000;
  }
  header.page-header {
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
  }
  .whats-new-section .product-slider .slick-prev {
    left: -20px;
    background-image: url(../images/arrow.svg);
    top: 142px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    width: 16px;
  }
  .whats-new-section .product-slider .slick-next {
    right: -15px;
    background-image: url(../images/arrow.svg);
    top: 200px;
    background-repeat: no-repeat;
    background-position: 0;
    width: 16px;
  }
}
@media (max-width: 480px) {
  #algolia-autocomplete-tt.algolia-autocomplete {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 360px) {
  header .header-search-wrapper-mobile div.header-search button {
    float: left;
    text-align: center;
    position: absolute;
    left: 128px;
  }
}
.subscribe_btn {
  margin: 0 auto;
  padding: 1px;
  line-height: 38px;
  /* letter-spacing: 0.025em;*/
  color: #000;
  border: 1px solid #000;
  background: transparent;
  display: block;
  width: 240px;
  text-align: center;
  letter-spacing: 0.325px;
  font-size: 14px;
  min-width: 240px;
  letter-spacing: 1.6px;
}
.two-banners a.button-2.shop_now {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  color: #222;
  font-family: 'FuturaLTProBook';
  font-size: 13px;
}
@media (max-width: 767px) {
  a.button-2.shop_now {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    color: #222;
  }
}
.checkout-index-index .top_bar.web_display {
  display: none;
}
.checkout-cart-index .top_bar.responsive_display {
  display: none;
}
.checkout-index-index .top_bar.web_display {
  display: none;
}
.checkout-cart-index .top_bar.responsive_display {
  display: none;
}
@media (min-width: 1001px) {
  .top_bar.web_display {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 9px;
    font-size: 13px;
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_bar.responsive_display {
    display: none;
  }
}
@media (max-width: 1000px) {
  .top_bar.responsive_display {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 9px 2px;
    font-size: 12px;
    position: fixed;
    width: 100%;
    top: 0;
    /* z-index: 999999;*/
    z-index: 9;
  }
  .checkout-cart-index .top_bar.responsive_display {
    display: block;
    /*   min-height: 63px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout-index-index .top_bar.web_display {
    display: none;
  }
  .top_bar.web_display {
    display: none;
  }
}
.widget.block.block-static-block {
  margin-bottom: 0;
}
.whats-new-section .product-slider li .price-box span.normal-price.special-price span.price {
  color: #b44;
  line-height: 13px !important;
}
li.level0.nav-12.category-item.level-top.sale a.level-top {
  font-weight: 700;
  color: #E11F27;
}
.cms-index-index .modal-inner-wrap {
  width: 600px;
}
.cms-index-index #modal-content-9,
.cms-index-index #modal-content-11,
.cms-index-index #modal-content-13,
.cms-index-index #modal-content-12 {
  padding: 0px;
}
.cms-index-index .modal-popup.modal-slide header {
  padding: 0px;
}
.cms-index-index #first-popup .popup-content,
.cms-index-index #second-popup .popup-content,
.cms-index-index #third-popup .popup-content {
  display: flex;
}
.cms-index-index #first-popup,
.cms-index-index #second-popup,
.cms-index-index #third-popup {
  line-height: 0px;
}
.cms-index-index #first-popup .popup-content .popup-image,
.cms-index-index #second-popup .popup-content .popup-image,
.cms-index-index #third-popup .popup-content .popup-image {
  width: 50%;
}
.cms-index-index #first-popup .popup-content .popup-text,
.cms-index-index #second-popup .popup-content .popup-text,
.cms-index-index #third-popup .popup-content .popup-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
}
.cms-index-index #first-popup .popup-content .popup-text button,
.cms-index-index #second-popup .popup-content .popup-text button,
.cms-index-index #third-popup .popup-content .popup-text button {
  background: #000000;
  border-radius: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  color: #ffffff;
  /* font-family: Helvetica, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  white-space: normal;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: auto;
  height: 33px;
  text-transform: uppercase;
}
.cms-index-index #first-popup .popup-content .popup-text input[type="email"],
.cms-index-index #third-popup .popup-content .popup-text input {
  box-sizing: border-box;
  border-radius: 0px;
  padding: 0px 0px 0px 16px;
  height: 33px;
  text-align: left;
  color: #000000;
  /* font-family: Helvetica, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #ffffff;
  border: 1px solid #d0331f;
  margin-top: 20px;
}
.cms-index-index #second-popup .popup-content .popup-text select {
  width: 30%;
  margin-right: 3%;
  background: #fff;
  margin-top: 20px;
  height: 33px;
  margin-left: 0px;
  font-size: 13px;
}
.cms-index-index #second-popup .popup-content .popup-text input[type="tel"] {
  box-sizing: border-box;
  border-radius: 0px;
  padding: 0px 0px 0px 16px;
  height: 33px;
  text-align: left;
  color: #000000;
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #ffffff;
  border: 1px solid #d0331f;
  width: 66%;
  margin-top: 20px;
  min-width: 66%;
}
.cms-index-index #first-popup .popup-content .popup-text input[type="email"]:focus,
.cms-index-index #second-popup .popup-content .popup-text input[type="tel"]:focus,
.cms-index-index #third-popup .popup-content .popup-text input:focus {
  border: solid 2px #000;
  outline: solid 2px #fff;
  border-radius: 3px;
}
.cms-index-index #first-popup .popup-content img,
.cms-index-index #second-popup .popup-content img,
.cms-index-index #third-popup .popup-content img {
  min-height: 450px;
  object-fit: cover;
}
.cms-index-index .modal-popup .action-close:before,
.cms-index-index .modal-slide .action-close:before {
  color: #fff;
}
.cms-index-index .modal-popup .modal-content {
  padding: 0;
}
.cms-index-index header.fixed-header {
  z-index: 99!important;
}
.cms-index-index .modal-popup._inner-scroll .modal-inner-wrap header.fixed-header {
  position: static;
}
.cms-index-index .modal-popup .modal-header .action-close {
  top: auto;
}
.cms-index-index .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 100%;
  display: flex;
  z-index: 90000;
  position: fixed;
  left: 0px;
  top: 0px;
  /* width: 100%; */
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background-color: transparent;
  animation-timing-function: ease;
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.35s;
  animation-name: klaviyo-fadein;
  box-shadow: none;
  margin-top: 0px;
}
body._has-modal.cms-index-index {
  overflow: auto;
}
@media (max-width: 767px) {
  .cms-index-index .modal-popup .modal-header .action-close {
    top: -28px;
  }
  .cms-index-index #first-popup .popup-content .popup-image,
  .cms-index-index #second-popup .popup-content .popup-image,
  .cms-index-index #third-popup .popup-content .popup-image {
    display: none;
  }
  .cms-index-index #first-popup .popup-content .popup-text,
  .cms-index-index #second-popup .popup-content .popup-text,
  .cms-index-index #third-popup .popup-content .popup-text {
    width: 100%;
    padding: 30px 20px;
  }
  .top_bar.responsive_display {
    font-size: 11px;
  }
  header .header-search-wrapper-mobile div.header-search button {
    float: left;
    top: -3px;
  }
  form#search_mini_form_mbl {
    position: relative;
    height: 36px;
  }
  header .header-search-wrapper-mobile div.header-search form#search_mini_form_mbl input[type=text] {
    float: right;
    text-align: left;
    width: 60%;
  }
  #algolia-autocomplete-container .col9 {
    width: 100%;
  }
  #algolia-autocomplete-container .col3 {
    width: 100%;
  }
  .catalog-product-view header .header-search-wrapper-mobile div.header-search button {
    padding: 4px 10px;
    left: 135px;
  }
  .trending-section .trending-col-1 ul .slick-next {
    background-position: 0;
  }
}
@media (max-width: 375px) {
  header .header-search-wrapper-mobile div.header-search button {
    float: left;
    text-align: center;
    position: absolute;
    left: 130px;
  }
  .catalog-product-view header .header-search-wrapper-mobile div.header-search button {
    padding: 4px 10px;
    left: 130px;
  }
}
@media (max-width: 360px) {
  .catalog-product-view header .header-search-wrapper-mobile div.header-search button {
    padding: 4px 10px;
    left: 120px;
  }
  header .header-search-wrapper-mobile div.header-search button {
    left: 125px;
  }
}
.sm_menu_outer .mobile_menu li.select-language.hasChild.active ul.submenu li.viewall {
  display: none;
}
ul.size_chart_sec li {
  display: block!important;
}
.whats-new-section .section-title:before {
  background: #222;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fhome.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FAmbab%5C%2Falfa%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAA4xBA%2CaACI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%2CWAAS%3BEACvC%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CSAAS%2CaACL%2COAAM%2CIAAI%2CSACN%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BACvxBZ%3B%3B%3B%3BAAAA%2CYAGC%3BEACC%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKD%2CQAH4B%3BEAG5B%2CYAPA%3BIAKK%2CQAAA%3B%3B%3BAARN%2CYAWC%3BEACC%2CkBAAA%3B%3BAAZF%2CYAWC%2CgBAEC%3BEACC%2CkBAAA%3BEACS%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAQA%2CQAPwB%3BEAOxB%2CYAlBX%2CgBAEC%3BIAUW%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3B%3BAA3Bb%2CYAWC%2CgBAEC%2CiBAgBU%3BEACC%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaCvB6B%2CuBDuB7B%3B%3BAAIA%2CQAHyB%3BEAGzB%2CYA7BZ%2CgBAEC%2CiBAgBU%3BIASE%2CeAAA%3B%3B%3BAAKA%2CQAHuB%3BEAGvB%2CYAhCb%2CgBAEC%2CiBAgBU%3BIAYE%2CeAAA%3B%3B%3BAAMF%2CQAJ0B%3BEAI1B%2CYApCX%2CgBAEC%2CiBAgBU%3BIAeG%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAA7Cf%2CYAWC%2CgBAEC%2CiBAmCU%3BEACC%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAKD%2CQAJyB%3BEAIzB%2CYAhDX%2CgBAEC%2CiBAmCU%3BIAQG%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAzDf%2CYAWC%2CgBAEC%2CiBA%2BCU%3BEACC%2CsBAAA%3BEACA%2CcAAA%3BEACT%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIQ%2CQAH2B%3BEAG3B%2CYA3DX%2CgBAEC%2CiBA%2BCU%3BIAQG%2CgBAAA%3B%3B%3BAASb%2CQAHyB%3BEAGzB%2CYAlED%2CgBA8DC%3BIAEE%2CwBAAA%3B%3B%3BAAOF%2CQAHyB%3BEAGzB%2CYAvED%2CgBAmEC%3BIAEE%2CwBAAA%3B%3B%3BAAKJ%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAED%2COAAQ%3BEACP%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAJD%2COAAQ%2CeAKP%3BEACC%2CaAAA%3BEACA%2C8BAAA%3B%3BAAPF%2COAAQ%2CeAKP%2CoBAGC%3BEACC%2CaAAA%3B%3BAACA%2COAVK%2CeAKP%2CoBAGC%2CKAEE%2CUAAU%3BEACV%2CkBAAA%3B%3BAAED%2COAbK%2CeAKP%2CoBAGC%2CKAKE%2CUAAU%3BEACV%2CiBAAA%3B%3BAAKJ%3BEACC%2CsBAAA%3B%3BAADD%2CoBAEC%3BEACC%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAALF%2CoBAEC%2CKAIE%2CMACA%3BEACC%2CWAAA%3B%3BAARJ%2CoBAEC%2CKAIE%2CMAIA%2CIAAG%3BEACF%2CaAAA%3B%3BAAED%2CoBAXF%2CKAIE%2CMAOC%2CUAAU%3BEACV%2CYAAA%3B%3BAAED%2CoBAdF%2CKAIE%2CMAUC%2CUAAU%3B%3B%3B%3BAAIX%2CoBAlBF%2CKAIE%2CMAcC%2CUAAU%3B%3B%3B%3B%3B%3B%3BAAOX%2CoBAzBF%2CKAIE%2CMAqBC%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAIC%2CoBAjCJ%2CKAIE%2CMA2BC%2CMACA%2CkBACE%3BEACA%2CYAAA%3B%3BAApCN%2CoBA0CC%3BEACC%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CoBARD%2CkBAQE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3B%3BAA9DH%2CoBA0CC%2CkBAsBC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CiBAAb%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAxEH%2CoBA0CC%2CkBAgCC%3B%3BEAEC%2CkBAAA%3B%3BEAEA%2CiBAAA%3BEACA%2CuBAAA%3BEACC%2CeAAA%3B%3BAAhFJ%2CoBA0CC%2CkBAwCC%3B%3B%3B%3B%3BEAKK%2C0BAAA%3BEACH%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAED%2CoBAnDF%2CkBAwCC%2CEAWE%3BEACA%2CcAAA%3B%3BAAED%2CoBAtDF%2CkBAwCC%2CEAcE%3BAAAS%2CoBAtDZ%2CkBAwCC%2CEAcY%3BEACV%2CaAAA%3B%3BAAKJ%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3B%3B%3BAAKA%2CQAHwB%3BEAGxB%3BIAFC%2CiBAAA%3B%3B%3BAALF%2CiBAOC%3BEACC%2CWAAA%3BEACG%2CUAAA%3BEACA%2CiBAAA%3B%3BAAVL%2CiBAOC%2CgBAIC%2CGACC%3BEACC%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAjBJ%2CiBAOC%2CgBAIC%2CGACC%2CGAME%3BEACkB%2CkBAAA%3BEACjB%2CYAAA%3B%3BAApBN%2CiBAOC%2CgBAIC%2CGACC%2CGAUE%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CiBAAb%3BEACkB%2CeAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBxB%2CiBAOC%2CgBAIC%2CGACC%2CGAsBE%3BEACC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CiBAAb%3B%3BAA1CN%2CiBAOC%2CgBAIC%2CGACC%2CGAgCE%3BEACC%2CgBAAA%3B%3BAA7CN%2CiBAkDC%3BEACC%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtDF%2CiBAkDC%2CgBAKE%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAA3DH%2CiBAkDC%2CgBAWC%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqCAAA%3B%3BAAjEH%2CiBAoEE%3BEACA%2CeAAA%3B%3BEAEI%2CqBAAA%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7EF%2CiBAoEE%2CeAUA%3BEACC%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAED%2CiBAjBA%2CeAiBC%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAA7FH%2CiBAgGC%3BEACC%2CkBAAA%3BEACA%2C0BAAA%3BEACM%2CmBAAA%3BEACA%2CWAAA%3BEACJ%2CeAAA%3B%3BAAII%2CQAHwB%3BEAGxB%2CiBATP%3BIAOQ%2CmBAAA%3B%3B%3BAAvGT%2CiBAgGC%2CMASO%3BEACA%2CWAAA%3B%3BAACE%2CiBAXT%2CMASO%2CEAEG%3BEACF%2CWAAA%3B%3BAAGD%2CiBAfP%2CMAeQ%3BEACA%2CWAAA%3B%3BAAIT%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAHD%2CwBAIC%2CeACC%3BEACC%2CaAAA%3B%3BAANH%2CwBAIC%2CeAIC%3BEACC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAZH%2CwBAIC%2CeAIC%2CGAKC%2CEACC%2CIAAG%3BEACF%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C6BAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%2CwBAzBJ%2CeAIC%2CGAKC%2CEACC%2CIAAG%3BIAaD%2CYAAA%3B%3B%3BAA3BN%2CwBAIC%2CeAIC%2CGAKC%2CEACC%2CIAAG%2CcAeF%3BEACC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjCN%2CwBAIC%2CeAIC%2CGAKC%2CEACC%2CIAAG%2CcAqBF%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKD%2CQAJyB%3BEAIzB%2CwBAvCJ%2CeAIC%2CGAKC%2CEACC%2CIAAG%2CcAqBF%3BIAKE%2CgBAAA%3BIACA%2CgBAAA%3B%3B%3BAAOF%2CwBA5CJ%2CeAIC%2CGAsCC%2COACE%2CMACE%2CMAAG%3BEACJ%2CaAAA%3B%3BAADD%2CwBA5CJ%2CeAIC%2CGAsCC%2COACE%2CMACE%2CMAAG%2CcAEJ%3BEACC%2CgBAAA%3B%3BAAQP%3BEACC%2CiBAAA%3BEACA%2CiBAAA%3B%3BEAEA%2CkBAAA%3B%3BAAJD%2CkBAKC%3BEACC%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZF%2CkBAKC%2CeAQC%3BEACC%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAED%2CkBAfD%2CeAeE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAA5BH%2CkBA%2BBC%3BEACC%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACI%2CWAAA%3BEACF%2CeAAA%3B%3BAAEF%2CkBAPD%2CMAOE%3BEACA%2CWAAA%3B%3BAAvCH%2CkBA0CC%3BEACC%2CUAAA%3BEACA%2CcAAA%3B%3BAA5CF%2CkBA8CC%3BEACC%2CmBAAA%3B%3BAA%5C%2FCF%2CkBAiDC%3BEACC%2CwBAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CkBALD%3BIAGI%2CwBAAA%3B%3B%3BAAOH%2CQALwB%3BEAKxB%2CkBAVD%3BIAME%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAzDH%2CkBAiDC%2CgBAUC%3B%3BEAEC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CkBAnBF%2CgBAUC%3BIAME%2CaAAA%3B%3B%3BAAjEJ%2CkBAiDC%2CgBAUC%2CGASC%2CEAAC%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3B%3BAAxEJ%2CkBAiDC%2CgBAUC%2CGASC%2CEAAC%2CmBAMA%3BEACC%2CWAAA%3B%3BAAED%2CkBA5BH%2CgBAUC%2CGASC%2CEAAC%2CmBASC%3BEACA%2CsBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoCAAA%3BEACA%2CkCAAA%3BEACA%2CaAAA%3B%3BAAED%2CkBAzCH%2CgBAUC%2CGASC%2CEAAC%2CmBAsBC%3BEACA%2CsBAAA%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CmCAAA%3BEACA%2CaAAA%3B%3BAAKA%2CkBAzDJ%2CgBAUC%2CGA6CE%2CMACA%2CEAAC%2CmBACC%3BEACA%2C0DAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAED%2CkBA%5C%2FDJ%2CgBAUC%2CGA6CE%2CMACA%2CEAAC%2CmBAOC%3BEACA%2C%2BDAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAApHN%2CkBAiDC%2CgBAUC%2CGA6DC%3B%3B%3BEAGC%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FHJ%2CkBAiDC%2CgBAUC%2CGAsEC%3BEACC%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAACA%2CkBApFH%2CgBAUC%2CGAsEC%2CeAIE%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaEjhBc%2CcFihBd%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAID%2CkBAjGH%2CgBAUC%2CGAsFC%2CeAAc%2COACZ%3BEACA%2CSAAS%2COAAT%3B%3BAAnJL%2CkBAiDC%2CgBAUC%2CGA2FC%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BEAEI%2CqBAAA%3BEACJ%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CkBA9GH%2CgBAUC%2CGA2FC%2CGASE%3BEACA%2CWAAA%3B%3BAAhKL%2CkBAiDC%2CgBAUC%2CGAwGC%3BEACC%2CgBAAA%3B%3BEAEA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3B%3BAAMA%2CQAHwB%3BEAGxB%2CkBA%5C%2FHH%2CgBAUC%2CGAwGC%3BIAWE%2CkBAAA%3B%3B%3BAAGC%2CkBAhIL%2CgBAUC%2CGAwGC%2CmBAaC%2CEACG%3BEACF%2CWAAA%3B%3BAAlLL%2CkBAiDC%2CgBAUC%2CGA2HC%3BEAuCC%2CcAAA%3B%3BAA7NJ%2CkBAiDC%2CgBAUC%2CGA2HC%2CWACG%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAKD%2CQAJyB%3BEAIzB%2CkBA%5C%2FIJ%2CgBAUC%2CGA2HC%2CWACG%3BIAMC%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAA9LP%2CkBAiDC%2CgBAUC%2CGA2HC%2CWAWE%2CWAAU%2CSACT%2CiBACC%3BEACC%2C6BAAA%3BEACA%2CWAAA%3B%3BAArMR%2CkBAiDC%2CgBAUC%2CGA2HC%2CWAmBE%3BEAEC%2CkBAAA%3BEACA%2CcAAA%3B%3BAA5MN%2CkBAiDC%2CgBAUC%2CGA2HC%2CWAwBE%2CiBACC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBAnKN%2CgBAUC%2CGA2HC%2CWAwBE%2CiBACC%2COAKE%3BEACH%2CWAAA%3B%3BAAMC%2CQAJyB%3BEAIzB%2CkBA1KL%2CgBAUC%2CGA2HC%2CWAwBE%2CiBACC%3BIASE%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAaP%2CQAJyB%3BEAIzB%2CkBALA%3BIAEE%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAIH%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3BAAFD%2CYAIC%2CGACC%3BEACC%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CYATF%2CGACC%3BIAKE%2CWAAA%3BIACA%2CWAAA%3B%3B%3BAAXJ%2CYAIC%2CGACC%2CGAQE%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CQAHyB%3BEAGzB%2CYApBH%2CGACC%2CGAQE%3BIASC%2CmBAAA%3B%3B%3BAAUD%2CQARwB%3BEAQxB%2CYA5BH%2CGACC%2CGAQE%3B%3B%3BIAcC%2CkBAAA%3BIACD%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAEA%2CYA5BH%2CGACC%2CGAQE%2CMAmBC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3B%3BAA5CL%2CYAIC%2CGACC%2CGAQE%2CMAiCA%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BEAEA%2CaAAa%2CiBAAb%3BEACA%2CyBAAA%3BEACI%2CiBAAA%3B%3BAACA%2CYAnDR%2CGACC%2CGAQE%2CMAiCA%2CGASM%3BEACJ%2CcAAA%3B%3BAAxDN%2CYAIC%2CGACC%2CGAQE%2CMA8CA%3B%3BEAEC%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BEAEI%2CuBAAA%3BEACI%2CeAAA%3B%3BAACA%2CYAhEZ%2CGACC%2CGAQE%2CMA8CA%2CEASU%3BEACR%2CcAAA%3B%3BAArEN%2CYAIC%2CGACC%2CGAQE%2CMA2DA%3B%3B%3BEAGC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAKA%2CYA%5C%2FEJ%2CGACC%2CGA4EE%2CMACC%2CMACC%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAUL%2CQAHyB%3BEAGzB%2CYAJA%3BIAEE%2CUAAA%3B%3B%3BAAIH%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAJD%2CoBAKC%3BEACC%2CiBAAA%3B%3BAAGF%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAACA%2CmBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAdF%2CmBAgBC%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAACA%2CmBALD%2CcAKE%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8CAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAA7BH%2CmBAgBC%2CcAeC%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAApCH%2CmBAgBC%2CcAsBC%3BEACC%2CkBAAA%3BEACA%2CWAAA%3B%3BAAxCH%2CmBA2CC%3BEACC%2CYAAA%3BEACA%2CUAAA%3B%3BAA7CF%2CmBA2CC%2CmBAGC%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArDH%2CmBA2CC%2CmBAYC%3BEACC%2CkBAAA%3B%3BAAxDH%2CmBA2CC%2CmBAeC%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAA5DH%2CmBA2CC%2CmBAeC%2CYAGC%2CMAAK%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAhEJ%2CmBA2CC%2CmBAwBC%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAtEH%2CmBA2CC%2CmBAwBC%2CSAIC%3BEACC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CmBAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CMAAA%3B%3BAAGA%2CmBADA%2CYACC%3BEACA%2CaAAA%3B%3BAAdH%2CmBAiBC%3BEACC%2CeAAA%3B%3BAAlBF%2CmBAoBC%3BEACC%2CUAAA%3BEACA%2CmBAAA%3B%3BAACA%2CmBAHD%2CGAGE%2CUAAU%3BEACV%2CYAAA%3B%3BAAED%2CmBAND%2CGAME%2CUAAU%3BEACV%2CWAAA%3B%3BAA3BH%2CmBAoBC%2CGASC%2CIAAG%3BEACF%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAhCH%2CmBAoBC%2CGASC%2CIAAG%2CkBAIF%3BEACC%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAvCJ%2CmBAoBC%2CGAsBC%2CIAAG%3BEACF%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7CH%2CmBAoBC%2CGAsBC%2CIAAG%2CwBAIF%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjDJ%2CmBAoBC%2CGAsBC%2CIAAG%2CwBASF%3BEACC%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CwBACC%2CSAAS%2CQAAO%3BEACZ%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKA%2CQAJyB%3BEAIzB%2CwBAPJ%2CSAAS%2CQAAO%3BIAIX%2CcAAA%3BIACA%2CiBAAA%3B%3B%3BAANN%2CwBACC%2CSAAS%2CQAAO%2CKAOZ%2CoBACC%3BEACF%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAfJ%2CwBACC%2CSAAS%2CQAAO%2CKAiBZ%3BEACC%2CgBAAA%3B%3BAAnBN%2CwBACC%2CSAAS%2CQAAO%2CKAiBZ%2CUAEC%3BEACF%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA5BJ%2CwBACC%2CSAAS%2CQAAO%2CKAiBZ%2CUAYC%3BEACC%2CgBAAA%3B%3BAA%5C%2FBP%2CwBACC%2CSAAS%2CQAAO%2CKAiBZ%2CUAYC%2COAEC%3BEACC%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CwBACC%2CSAAS%2CQAAO%2CKAiBZ%2CUAYC%2COASC%3BEACC%2CsBAAA%3B%3BAAxCR%2CwBACC%2CSAAS%2CQAAO%2CKAiBZ%2CUAYC%2COASC%2CSAEC%3BAAzCR%2CwBACC%2CSAAS%2CQAAO%2CKAiBZ%2CUAYC%2COASC%2CSAEQ%3BEACN%2CyBAAA%3B%3BAAGF%2CwBA5CN%2CSAAS%2CQAAO%2CKAiBZ%2CUAYC%2COAeE%3BEACA%2CaAAA%3B%3BAA9CR%2CwBACC%2CSAAS%2CQAAO%2CKAiDZ%3BEACC%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAArDN%2CwBACC%2CSAAS%2CQAAO%2CKAiDZ%2CiBAIC%3BEACC%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAzDP%2CwBACC%2CSAAS%2CQAAO%2CKAiDZ%2CiBASC%3BEACC%2CWAAA%3B%3BAA5DP%2CwBACC%2CSAAS%2CQAAO%2CKAiDZ%2CiBAYC%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAlEP%2CwBACC%2CSAAS%2CQAAO%2CKAiDZ%2CiBAYC%2CWAMC%2CQAAO%3BEACT%2CkBAAA%3B%3BAAEA%2CwBAtEJ%2CSAAS%2CQAAO%2CKAiDZ%2CiBAYC%2CWAMC%2CQAAO%2COAGR%3BEACA%2CmCAAA%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CgBAAA%3B%3BAAlFT%2CwBACC%2CSAAS%2CQAAO%2CKAiDZ%2CiBAYC%2CWAMC%2CQAAO%2COAiBT%3BEACC%2CWAAA%3BEACA%2CeAAA%3BEACG%2CmBAAA%3B%3BAAxFT%2CwBACC%2CSAAS%2CQAAO%2CKA4FZ%2CQAAO%2CWACT%3BEACC%2CkBAAA%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAjGP%2CwBACC%2CSAAS%2CQAAO%2CKA4FZ%2CQAAO%2CWACT%2CiBAKI%3BEACC%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAvGR%2CwBACC%2CSAAS%2CQAAO%2CKA4FZ%2CQAAO%2CWACT%2CiBAKI%2CWAMC%2CQAAO%3BEACN%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBA9GR%2CSAAS%2CQAAO%2CKA4FZ%2CQAAO%2CWACT%2CiBAKI%2CWAMC%2CQAAO%2COAML%3BEACA%2CmCAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CgBAAA%3B%3BAAST%2CoBAAoB%3BEACnB%2CsBAAA%3B%3BAAiCF%2CQA%5C%2FB0B%3BEAEzB%2CwBACC%2CeACC%3BIACI%2CaAAA%3B%3BEAIN%2CmBACC%2CGACC%2CIAAG%3BIACC%2CYAAA%3B%3BEAIN%2CmBACC%2CcACC%3BIACI%2CiBAAA%3B%3BEAIN%2CmBACC%2CmBACC%3BIACI%2CYAAA%3B%3B%3BAAkCP%2CQA7B0B%3BEACzB%2CmBACC%2CmBACC%3BIACI%2CYAAA%3B%3BEAHN%2CmBACC%2CmBACC%2CSAEI%3BIACC%2CeAAA%3B%3BEAKP%2CmBACC%2CGACC%2CIAAG%3BIACC%2CWAAA%3B%3BEAHN%2CmBACC%2CGACC%2CIAAG%2CkBAEC%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEANP%2CmBACC%2CGAQC%2CIAAG%3BIACC%2CYAAA%3B%3BEAIN%3BIACI%2CkBAAA%3B%3B%3BAA6BL%2CQA1B0B%3BEACzB%2CwBACC%2CeACC%3BIACI%2CaAAA%3B%3BEAIN%2CmBACC%2CGACC%2CIAAG%3BIACC%2CYAAA%3B%3BEAIN%2CmBACC%2CmBACC%3BIACI%2CYAAA%3B%3BEAHN%2CmBACC%2CmBACC%2CSAEI%3BIACC%2CgBAAA%3B%3B%3BAAkKR%2CQA5J0B%3BEACzB%2CiBAAkB%3BEAAiB%2CiBAAkB%3BIACjD%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CoBAAoB%3BIAChB%2CmBAAA%3B%3BEADJ%2CoBAAoB%2CUAEhB%3BIACC%2CcAAA%3B%3BEAHL%2CoBAAoB%2CUAEhB%2CKAEG%2CMAAG%2CUAAU%3BIACd%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAPN%2CoBAAoB%2CUAEhB%2CKAOA%2CMAAG%2CUAAU%3BIACX%2CUAAA%3BIACA%2CWAAA%3B%3BEAXN%2CoBAAoB%2CUAEhB%2CKAWA%2CMAAG%2CUAAU%3BIACX%2CUAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGH%2CoBAnBiB%2CUAEhB%2CKAgBA%2CMACA%2CWAAW%3BIACR%2CoBAAA%3B%3BEApBP%2CoBAAoB%2CUAEhB%2CKAgBA%2CMAID%2CIAAG%3BIACF%2CaAAA%3B%3BEAvBJ%2CoBAAoB%2CUAEhB%2CKAgBA%2CMAOD%2CIAAG%3BIACF%2CcAAA%3B%3BEA1BJ%2CoBAAoB%2CUAEhB%2CKA2BF%2CMACC%3BIACC%2CmBAAA%3B%3BEAKJ%2CiBACC%2CgBACC%2CGACC%2CGACC%3BIACI%2CWAAA%3B%3BEAMR%2CeACC%2CaACC%3BIACC%2CWAAA%3B%3BEAIH%2CiBACC%2CgBACG%3BIACD%2CYAAA%3B%3BEAIH%3BIACI%2CkBAAA%3B%3BEAEJ%2CoBACC%3BIACI%2C4BAAA%3B%3BEAGL%2CwBACC%2CeACC%3BIACI%2CaAAA%3B%3BEAIN%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEADJ%2CYAKI%2CGACC%3BIACC%2CUAAA%3B%3BEAPN%2CYAKI%2CGACC%2CGAEC%3BIACC%2CWAAA%3B%3BEAMN%2CmBAAC%3BIACA%2CuBAAA%3B%3BEAFF%2CmBAIC%2CGACC%2CIAAG%3BIACC%2CWAAA%3BIACA%2CoBAAA%3B%3BEAPN%2CmBAIC%2CGACC%2CIAAG%2CkBAGC%3BIACC%2CcAAA%3B%3BEATP%2CmBAIC%2CGAQC%2CIAAG%3BIACF%2CWAAA%3BIACA%2CkBAAA%3B%3BEAIH%2CkBACC%3BIACI%2CUAAA%3B%3BEAGL%3BIACC%2CkBAAA%3B%3BEAED%3BIACC%2CkBAAA%3B%3BEAGA%2CmBAAC%3BIACA%2CuBAAA%3B%3BEAFF%2CmBAIC%3BIACC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CgCAAA%3B%3BEACA%2CmBALD%2CcAKE%3BIACA%2CMAAA%3BIACA%2CaAAA%3B%3BEAXH%2CmBAcC%3BIACC%2CWAAA%3BIACA%2CkBAAA%3B%3BEAhBF%2CmBAcC%2CmBAGC%3BIACC%2CwBAAA%3B%3BEAlBH%2CmBAcC%2CmBAMC%3BIACC%2CUAAA%3B%3BEArBH%2CmBAcC%2CmBAMC%2CSAEC%3BIACC%2CeAAA%3B%3B%3BAA7DA%2CQAzFqB%2CwBAsFG%3BEAGxB%3BIAFC%2CgBAAA%3B%3B%3BAA8GN%2CQAzCyB%3BEACxB%3BIACC%2CaAAA%3B%3BEAED%2CwBACC%2CeACC%3BIACI%2CaAAA%3B%3BEAOH%2CoBAFF%2CKACG%2CMACA%2CWAAW%3BIACR%2CoBAAA%3B%3BEAKP%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CiBAMI%3BIACC%2CmBAAA%3B%3BEAGL%3BIACC%2CiBAAA%3B%3BEAED%3BEAAoB%3BIAChB%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3BAATA%2CQA1BoB%2CuBAuBI%3BEAGxB%3BIAFA%2CiBAAA%3B%3B%3BAAeJ%2CQAvCwB%2CuBAoCI%3BEAG5B%3BEAAA%3BIAFK%2CmBAAA%3B%3B%3BAAqGN%2CQAjGwB%3BEACvB%2CiBACC%2CgBACG%3BIACE%2CUAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEANN%2CiBASC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAXF%2CiBAaC%3BIACC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGF%3B%3BIAEC%2CgBAAA%3B%3BEAED%3BIACC%2CmBAAA%3B%3BEADD%2CmBAGC%2CmBACC%3BIACC%2CeAAA%3B%3BEALH%2CmBAGC%2CmBAIC%3BIACC%2CWAAA%3BIACG%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdN%2CmBAGC%2CmBAIC%2CSASI%3BIACF%2CUAAA%3BIACA%2CSAAA%3B%3BEAEG%2CmBAjBN%2CmBAIC%2CSASI%2COAIE%3BIACH%2CSAAS%2COAAT%3BIACA%2CaAAa%2CcAAb%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEA5BL%2CmBAGC%2CmBAIC%2CSASI%2COAcC%3BIACF%2CaAAA%3B%3BEAML%2CkBAAmB%2CgBAAgB%2CGAAG%2CEAAC%3BIACtC%2CWAAA%3B%3BEAED%2CmBAAoB%2CcAAc%2CEAAE%3BIAChC%2C0BAAA%3B%3BEAEJ%2CiBAAkB%2CgBAAgB%2CGACjC%3BIACC%2CWAAA%3BIACA%2C0CAAA%3BIACA%2CUAAA%3BIACC%2C4BAAA%3BIACA%2CWAAW%2CcAAX%3BIACA%2CWAAA%3B%3BEAPH%2CiBAAkB%2CgBAAgB%2CGAUjC%3BIACC%2CWAAA%3BIACA%2C0CAAA%3BIACA%2CUAAA%3BIACE%2C4BAAA%3BIACA%2CWAAA%3B%3BEAfJ%2CiBAAkB%2CgBAAgB%2CGAiBjC%3BIACC%2C4BAAA%3BIACA%2CkBAAA%3B%3BEAnBF%2CiBAAkB%2CgBAAgB%2CGAiBjC%2CGAIC%3BIACC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAvBH%2CiBAAkB%2CgBAAgB%2CGAiBjC%2CGAQC%3BIACC%2CeAAA%3B%3B%3BAAiBJ%2CQAZyB%3BEACxB%2CwBACC%2CeACC%3BIACI%2CaAAA%3B%3BEAIN%3BIACI%2CSAAA%3B%3B%3BAA0BL%2CQAvByB%3BEACxB%2CwBACC%2CeACC%2CGACC%3BIACC%2CcAAA%3B%3BEAJJ%2CwBACC%2CeAMC%3BIACI%2CaAAA%3B%3BEAIN%2CmBACC%3BIACC%2CUAAA%3B%3BEAGF%3BIACC%2CmBAAA%3B%3B%3BAAyBF%2CQArByB%3BEACxB%2CmBACC%2CmBACC%3BIACI%2CWAAA%3B%3BEAHN%2CmBAMC%3BIACC%2CmBAAA%3BIACG%2CoBAAA%3B%3BEAGL%2CwBACC%2CeACC%3BIACI%2CaAAA%3B%3B%3BAAoBP%2CQAdyB%3BEACxB%2CwBACC%2CeACC%3BIACI%2CaAAA%3B%3BEAIN%2CmBAAoB%2CmBAAmB%3BIACtC%2CeAAA%3B%3B%3B%3BAAKF%3BEACC%2CgBAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%3BIAFC%2CeAAA%3B%3B%3BAAHF%2CuBAKC%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAJwB%3BEAIxB%2CuBATD%3BIAME%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAZH%2CuBAKC%2COASC%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAMA%2CQALwB%3BEAKxB%2CuBAjBF%2COASC%3BIAIE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3B%3BAApBJ%2CuBAKC%2COASC%2COAQC%3BEACC%2CqBAAA%3B%3BAAvBJ%2CuBAKC%2COASC%2COAWC%3BEACC%2CmBAAA%3B%3BAA1BJ%2CuBAKC%2COASC%2COAcC%3B%3BEAEC%2CyBAAA%3B%3BEAEA%2CqBAAA%3BEACA%2CgBAAA%3B%3BEAEY%2CWAAA%3B%3BAAnChB%2CuBAKC%2COASC%2COAuBC%3B%3BEAEC%2CkBAAA%3BEACA%2CsBAAA%3BEACY%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1ChB%2CuBAKC%2COASC%2COA8BC%2CeACC%3BEACC%2C0BAAA%3BEACe%2CcAAA%3BEAAmB%2CeAAA%3B%3BAAClC%2CuBA3CJ%2COASC%2COA8BC%2CeACC%2CEAGE%3BEACA%2CcAAA%3B%3BAAON%3BEACC%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CQAHwB%3BEAGxB%3BIAFC%2CaAAA%3B%3B%3BAAPF%2CwBASC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACM%2C4BAAA%3B%3BAACA%2CwBANP%2CGAMQ%2CUAAU%3BEACV%2CeAAA%3B%3BAAhBT%2CwBASC%2CGASC%3BEACC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3B%3BEAGS%2CyBAAA%3BEACI%2CWAAA%3BEACZ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAWH%2CQALyB%3BEAKzB%2CMANA%3BIAEG%2C6BAAA%3BIACA%2CwBAAA%3B%3B%3BAAQJ%2CiBAAkB%2CgBAAgB%2CiBAAiB%3BEAC%5C%2FC%2CeAAA%3BEACA%2CWAAA%3B%3BAAEH%2CuBAAwB%2COAAO%2COAAO%3BEACnC%2CeAAA%3BEACA%2CWAAA%3B%3B%3BEAGA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CeAAb%3B%3BEAED%2CiBAAA%3B%3BAA2DH%2CQAxDwB%3BEAEvB%2CiBAAkB%2CgBAAgB%2CYAAW%3BIACzC%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CiBAAkB%2CgBAAgB%3BIAC9B%2CkBAAA%3B%3BEAEJ%2CkBAAmB%2CgBAAgB%2CYAAW%3BIAC3C%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEH%2CkBAAmB%2CgBAAgB%3BIAAc%2CkBAAA%3B%3BEAEjD%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%2CMAAK%3BIACxD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIACpD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CMAAO%2C8BAA6B%3BIACjC%2CcAAA%3B%3BEAEH%2CMAAO%2C8BAA8B%2CIAAG%3BIACrC%2C0BAAA%3B%3BEAEH%2CMAAM%3BIACH%2CkBAAA%3BIACA%2C6BAAA%3B%3BEAGH%2CkBAAmB%2CgBAAgB%3BIAChC%2CWAAA%3BIACA%2C0CAAA%3BIACA%2CUAAA%3BIACA%2C4BAAA%3BIACA%2CWAAW%2CcAAX%3BIACA%2CWAAA%3B%3BEAEH%2CkBAAmB%2CgBAAiB%3BIACjC%2CYAAA%3BIACA%2C0CAAA%3BIACA%2CUAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3B%3BAAYJ%2CQAP0B%3BEACzB%2CwBAAwB%3BIACrB%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAaJ%2CQAT0B%3BEACzB%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIACnD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAAIL%3BEACC%2CcAAA%3BEACC%2CYAAA%3BEACA%2CiBAAA%3B%3BEAEA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAa%2CEAAC%2CSAAS%3BEACtB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEAAgB%2CaAAa%2CiBAAb%3BEAA%2BB%2CeAAA%3B%3BAAoBhD%2CQAdwB%3BEACvB%2CCAAC%2CSAAS%3BIACN%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2CWAAA%3B%3B%3BAAOL%2CqBAAsB%2CSAAQ%3BEAC1B%2CaAAA%3B%3BAAGJ%2CoBAAqB%2CSAAQ%3BEACzB%2CaAAA%3B%3BAAEJ%2CqBAAsB%2CSAAQ%3BEAAc%2CaAAA%3B%3BAAC5C%2CoBAAqB%2CSAAQ%3BEAAqB%2CaAAA%3B%3BAAqBlD%2CQAlByB%3BEACxB%2CQAAQ%3BIACJ%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACI%2CgBAAA%3BIACL%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEH%2CQAAQ%3BIACL%2CaAAA%3B%3B%3BAA%2BBJ%2CQA1ByB%3BEACxB%2CQAAQ%3BIACJ%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3BIAED%2CUAAA%3B%3BEAEH%2CoBAAqB%2CSAAQ%3BIAC1B%2CcAAA%3B%3BIAEA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEH%2CqBAAsB%2CSAAQ%3BIAC5B%2CaAAA%3B%3BEAEF%2CQAAQ%3BIAAc%2CaAAA%3B%3B%3BAAGvB%2COAAO%2CMAAM%3BEACT%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CgBAAgB%2CGAAG%2CWAAW%2CKAAI%2CaAAa%2CcAAe%2CKAAI%3BEACjF%2CWAAA%3BEACH%2C4BAAA%3B%3BAAED%2CEAAE%2COAAO%2COAAO%2CcAAc%2CUAAU%2CKAAM%2CEAAC%3BEAAY%2CgBAAA%3BEAAiB%2CcAAA%3B%3BAAE5E%2CgBAAiB%3BEAChB%2CYAAA%3B%3BAAED%2CgBAAiB%3BAACjB%2CgBAAiB%3BAACjB%2CgBAAiB%3BAACjB%2CgBAAiB%3BEAChB%2CYAAA%3B%3BAAED%2CgBAAiB%2CaAAY%2CYAAa%3BEAC1C%2CYAAA%3B%3BAAEA%2CgBAAiB%2CaAAa%3BAAAgB%2CgBAAiB%2CcAAc%3BAAC7E%2CgBAAiB%2CaAAa%3BEAC7B%2CaAAA%3B%3BAAED%2CgBAAiB%3BAAAc%2CgBAAiB%3BAAAe%2CgBAAiB%3BEAC%5C%2FE%2CgBAAA%3B%3BAAED%2CgBAAiB%2CaAAa%2CeAAe%3BAAC7C%2CgBAAiB%2CcAAc%2CeAAe%3BAAC9C%2CgBAAiB%2CaAAa%2CeAAe%3BEAC5C%2CUAAA%3B%3BAAED%2CgBAAiB%2CaAAa%2CeAAe%3BAAC7C%2CgBAAiB%2CcAAc%2CeAAe%3BAAC9C%2CgBAAiB%2CaAAa%2CeAAe%3BEAC5C%2CUAAA%3BEACG%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACC%2CeAAA%3BEACD%2CsBAAA%3BEACA%2CWAAA%3BEAAY%2CiBAAA%3BEAAkB%2CeAAA%3BEAC9B%2CgBAAA%3B%3BAAEJ%2CgBAAiB%2CaAAa%2CeAAe%2CYAAY%3BAACzD%2CgBAAiB%2CcAAc%2CeAAe%2CYAAY%3BAAC1D%2CgBAAiB%2CaAAa%2CeAAe%2CYAAY%3BEACxD%2CmBAAA%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEAEA%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CaAAa%2CeAAe%2CYAAY%2CMAAK%3BAAC9D%2CgBAAiB%2CaAAa%2CeAAe%2CYAAY%3BEAExD%2CsBAAA%3BEACG%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEAEA%2CgBAAA%3B%3BAAEJ%2CgBAAiB%2CcAAc%2CeAAe%2CYAAY%3BEACrD%2CUAAA%3BEACD%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgBAAiB%2CcAAc%2CeAAe%2CYAAY%2CMAAK%3BEAC1D%2CsBAAA%3BEACD%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CaAAa%2CeAAe%2CYAAY%2CMAAK%2CcAAc%3BAAC5E%2CgBAAiB%2CcAAc%2CeAAe%2CYAAY%2CMAAK%2CYAAY%3BAAC3E%2CgBAAiB%2CaAAa%2CeAAe%2CYAAY%2CMAAK%3BEAE7D%2CsBAAA%3BEAAsB%2CuBAAA%3BEAAwB%2CkBAAA%3B%3BAAE%5C%2FC%2CgBAAiB%2CaAAa%2CeAAgB%3BAAC9C%2CgBAAiB%2CcAAc%2CeAAgB%3BAAC%5C%2FC%2CgBAAiB%2CaAAa%2CeAAgB%3BEAC7C%2CiBAAA%3BEACG%2CiBAAA%3B%3BAAEJ%2CgBAAiB%2CaAAa%2CcAAa%3BAAC3C%2CgBAAiB%2CaAAa%2CcAAa%3BEAC1C%2CWAAA%3B%3BAAED%2CgBAAiB%2CaAAa%3BEAC1B%2CUAAA%3B%3BAAEJ%2CgBAAiB%2COAAM%3BEACvB%2CqBAAA%3B%3BAAEA%2CgBAAiB%2CaAAY%2CcAAe%2CkBAAkB%2COAAM%3BEACnE%2CgBAAA%3B%3BAAED%2CgBAAiB%2CaAAa%2CcAAc%3BEAC3C%2CSAAA%3B%3BAAED%2CgBAAiB%2CaAAY%2CcAAe%3BEACvC%2CgBAAA%3BEACD%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BEAEA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CIAAI%2CWAAW%3BEACd%2CcAAA%3B%3BAAqCD%2CQAnC0B%3BEACzB%2CgBAAiB%2CaAAa%2CcAAc%3BIAC3C%2CUAAA%3B%3BEAEF%2CgBAAiB%2CaAAa%2CeAAe%3BEAC7C%2CgBAAiB%2CcAAc%2CeAAe%3BEAC9C%2CgBAAiB%2CaAAa%2CeAAe%3BIAC7C%2CaAAA%3B%3BEAEA%2CgBAAiB%2CaAAa%2CeAAe%3BEAC7C%2CgBAAiB%2CcAAc%2CeAAe%3BEAC9C%2CgBAAiB%2CaAAa%2CeAAe%3BIAC5C%2CWAAA%3BIAAgB%2CkBAAA%3B%3BEAGjB%2CQAAQ%3BIACP%2CeAAA%3B%3BEAEA%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIAAS%2CWAAA%3BIAAY%2CSAAA%3B%3BEAC5E%2CIAAI%3BIAAwB%2CkBAAA%3BIAAoB%2CYAAA%3B%3BEAChD%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%2CKAAI%2CqBAAsB%2CMAAK%3BIACnF%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAEH%2C%2BBAAgC%3BIAAQ%2CWAAA%3B%3BEACxC%2C%2BBAAgC%3BIAAQ%2CWAAA%3B%3BEACxC%2CqBAAsB%2COAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIAC1E%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CiBAAkB%2CgBAAgB%2CGAAG%3BIAAc%2CsBAAA%3B%3B%3BAAgBpD%2CQAZ0B%3BEACzB%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIACpD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CqBAAsB%2COAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIAC1E%2CiBAAA%3BIACA%2CWAAA%3B%3B%3BAAYJ%2CQAT0B%3BEACzB%2CqBAAsB%2COAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIACzE%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CMAAO%2C8BAA8B%2CIAAG%2CcAAe%3BIACpD%2CWAAA%3B%3B%3BAAGJ%2CcAAe%2CaAAa%2CGAAE%2CgBAAgB%2CSAAS%2COAAQ%2CGAAE%2CQAAS%2CGAAE%3BEACxE%2CaAAA%3B%3BAAEJ%2CEAAE%2CeAAgB%3BEACb%2CwBAAA%3B%3BAAEL%2CkBAAmB%2CeAAc%3BEAChC%2CgBAAA%22%7D */