/**
 * Colombo global styles
 */
/*==============================
Theme hyperlink override
================================*/
/*==============================
Theme primary button override
================================*/
/**
 * Colombo/colombo theme sources
 * Extends blank theme _sources.less with all custom theme files.
 */
@media (max-width: 479px) {
  .page-footer .footer-top .footer-newsletter .newsletter-outer {
    padding: 0 12px;
  }
  .colombo-newsletter__title {
    font-size: 22px;
  }
  .country-select__option-name {
    font-size: 13px;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-controls {
  margin-top: 0 !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
}
.owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  padding: 0 8px 12px;
  text-align: center;
  pointer-events: auto;
  z-index: 11;
}
.owl-carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: middle;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px 6px;
  border-radius: 0;
  background: #000;
  opacity: 0.25;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span,
.owl-carousel .owl-controls .owl-pagination .owl-page:hover span {
  opacity: 1;
  background: #000;
}
.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  z-index: 12;
  pointer-events: none;
}
.owl-carousel .owl-controls .owl-buttons > .owl-prev,
.owl-carousel .owl-controls .owl-buttons > .owl-next,
.owl-carousel .owl-controls .owl-buttons > div {
  padding: 0;
  line-height: 1;
  color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  opacity: 1;
  filter: none;
  zoom: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  z-index: 15;
  cursor: pointer;
  text-decoration: none;
}
.owl-carousel .owl-controls .owl-buttons > .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons > .owl-next:hover,
.owl-carousel .owl-controls .owl-buttons > div:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}
.owl-carousel .owl-controls .owl-buttons > .owl-prev i:before,
.owl-carousel .owl-controls .owl-buttons > .owl-next i:before,
.owl-carousel .owl-controls .owl-buttons > div i:before {
  color: inherit;
}
.owl-carousel .owl-controls .owl-buttons > .owl-prev,
.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  left: 12px;
}
.owl-carousel .owl-controls .owl-buttons > .owl-next,
.owl-carousel .owl-controls .owl-buttons > div.owl-next {
  right: 12px;
}
.owl-carousel .owl-controls.clickable .owl-buttons > div:hover {
  opacity: 1;
  filter: none;
}
.owl-carousel:not(.home-slider) .owl-controls .owl-buttons > .owl-prev,
.owl-carousel:not(.home-slider) .owl-controls .owl-buttons > div.owl-prev {
  left: -22px;
}
.owl-carousel:not(.home-slider) .owl-controls .owl-buttons > .owl-next,
.owl-carousel:not(.home-slider) .owl-controls .owl-buttons > div.owl-next {
  right: -22px;
}
.slider-outer,
.slider-block,
.owl-button-top .block-content,
.brands-wrapper .brands-main {
  overflow: visible;
}
.slider-outer,
.owl-button-top .slider-outer {
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}
.slider-block > .owl-carousel:not(.home-slider),
.slider-block > .testimonial-slider.owl-carousel,
.slider-block > .blog-slider.owl-carousel {
  margin-left: 28px;
  margin-right: 28px;
  width: auto;
}
@media (max-width: 767px) {
  .owl-carousel:not(.home-slider) .owl-controls .owl-buttons > .owl-prev,
  .owl-carousel:not(.home-slider) .owl-controls .owl-buttons > div.owl-prev {
    left: -10px;
  }
  .owl-carousel:not(.home-slider) .owl-controls .owl-buttons > .owl-next,
  .owl-carousel:not(.home-slider) .owl-controls .owl-buttons > div.owl-next {
    right: -10px;
  }
  .slider-outer,
  .owl-button-top .slider-outer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .slider-block > .owl-carousel:not(.home-slider),
  .slider-block > .testimonial-slider.owl-carousel,
  .slider-block > .blog-slider.owl-carousel {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.owl-theme.owl-carousel .owl-controls,
.owl-carousel.owl-theme .owl-controls {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .owl-button-top .block-content {
    overflow: hidden;
  }
  .owl-button-top .block-content .products-grid {
    overflow: visible;
  }
  .owl-button-top .slider-outer {
    padding-right: 30%;
  }
  .product-widget-slider.owl-carousel .owl-wrapper-outer {
    overflow: visible !important;
  }
  .product-widget-slider .owl-controls .owl-buttons {
    display: none !important;
  }
}
/* section informative */
.section-informative-banners {
  background: #f0f0f0;
  width: 100%;
  box-sizing: border-box;
  /*product detail page — controles Owl aparecem ao passar o mouse */
}
.section-informative-banners .section-informative-container {
  padding: 40px 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  box-sizing: border-box;
}
.section-informative-banners .section-informative-item {
  flex: 1;
  display: flex;
  gap: 12px;
  min-width: 0;
}
.section-informative-banners a.section-informative-item:hover .section-informative-content {
  color: #555555;
  transition: 300ms;
}
.section-informative-banners .section-informative-icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #000000;
}
.section-informative-banners .section-informative-icon i {
  font-size: 32px;
}
.section-informative-banners .section-informative-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}
.section-informative-banners .section-informative-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.section-informative-banners .section-informative-content p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .section-informative-banners .section-informative-container {
    flex-wrap: wrap;
    padding: 32px 16px;
    gap: 20px;
  }
  .section-informative-banners .section-informative-item {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .section-informative-banners .section-informative-container:not(.owl-carousel) {
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
  }
  .section-informative-banners .section-informative-container {
    gap: 0;
  }
  .section-informative-banners .section-informative-container .section-informative-icon {
    width: 50px;
    height: 50px;
  }
  .section-informative-banners .section-informative-container .section-informative-icon i {
    font-size: 22px;
  }
  .section-informative-banners .section-informative-container .section-informative-content {
    gap: 4px;
  }
  .section-informative-banners .section-informative-container .section-informative-content h3 {
    font-size: 18px;
  }
  .section-informative-banners .section-informative-container .section-informative-content p {
    font-size: 14px;
  }
  .section-informative-banners .section-informative-container .section-informative-item {
    flex: 1 1 auto;
  }
  .section-informative-banners .section-informative-container .section-informative-container.owl-carousel {
    padding: 24px 12px 28px;
    gap: 0;
    flex-wrap: nowrap;
  }
  .section-informative-banners .section-informative-container .section-informative-container.owl-carousel .owl-item .section-informative-item {
    max-width: 100%;
    width: 100%;
  }
  .section-informative-banners .section-informative-container .section-informative-container.owl-carousel .owl-controls .owl-pagination .owl-page span {
    width: 6px;
    height: 6px;
    margin: 3px 4px;
  }
}
.section-informative-banners .home-fullwidth-block {
  background: #f5f5f5;
  clear: both;
  float: left;
  padding: 65px 0;
  text-align: center;
  width: 100%;
}
.section-informative-banners .home-fullwidth-block h1 {
  color: #333333;
  font-size: 34px;
  font-weight: 600;
}
.section-informative-banners .home-fullwidth-block .action.primary {
  background: #333333;
  border-color: #333333;
  border-width: 2px;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 15px 25px;
}
.section-informative-banners .home-fullwidth-block .action.primary:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.section-informative-banners .home-fullwidth-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-informative-banners .home-fullwidth-block ul li {
  display: block;
  margin: 0;
}
.section-informative-banners .home-fullwidth-block ul li h1 {
  color: #1a1a1a;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}
.section-informative-banners .home-fullwidth-block ul li p {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  display: block;
  max-width: 80%;
  margin: 0 auto 30px;
}
.section-informative-banners .home-advantage-block {
  clear: both;
  float: left;
  padding: 40px 0 30px;
  width: 100%;
}
.section-informative-banners .home-advantage-block .hab-row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-informative-banners .home-advantage-block .hab-row .hab-inner {
  float: left;
  position: relative;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px;
  background: #f6f6f6;
  box-sizing: border-box;
}
.section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner > span {
  border: 2px solid;
  border-radius: 50%;
  color: #1a1a1a;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 66px;
  margin-bottom: 15px;
  width: 70px;
}
.section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner > p {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
@media (max-width: 991px) {
  .section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner > p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-informative-banners .home-advantage-block {
    padding: 30px 0 10px;
  }
  .section-informative-banners .home-advantage-block .hab-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-informative-banners .home-advantage-block .hab-row .hab-inner {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner {
    padding: 15px;
    margin-bottom: 20px;
  }
  .section-informative-banners .home-fullwidth-block ul li p {
    width: 100%;
  }
  .section-informative-banners .home-fullwidth-block ul li h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .section-informative-banners .home-fullwidth-block ul li p {
    margin-bottom: 15px;
    margin-bottom: 20px;
  }
  .section-informative-banners .home-fullwidth-block .action.primary {
    padding: 12px 20px;
  }
  .section-informative-banners .home-parallax-block {
    padding: 75px 0;
  }
  .section-informative-banners .home-parallax-block p {
    font-size: 14px;
  }
  .section-informative-banners .home-parallax-block h1 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .section-informative-banners .home-parallax-block .action.primary {
    padding: 12px 20px;
  }
}
.section-informative-banners .owl-button-top .owl-carousel .owl-controls,
.section-informative-banners .owl-button-top .product-widget-slider.owl-carousel .owl-controls {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.section-informative-banners .owl-button-top:hover .owl-carousel .owl-controls,
.section-informative-banners .owl-button-top:hover .product-widget-slider.owl-carousel .owl-controls {
  opacity: 1;
}
.section-informative-banners .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  display: block;
  margin: 0 0 15px;
}
.section-informative-banners .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
  left: 0;
  margin: 0;
}
.section-informative-banners .products-grid .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.section-informative-banners .catalog-product-view .product.media {
  position: relative;
}
.section-informative-banners .catalog-product-view .product.media .product-labels .new-label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background: #333333;
  color: #ffffff;
  font-size: 16px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
.section-informative-banners .catalog-product-view .product.media .product-labels .sale-label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 16px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
.section-informative-banners .catalog-product-view .product.media .product-labels .new-label + .sale-label {
  top: 80px;
}
@media (max-width: 991px) {
  .section-informative-banners .catalog-product-view .product.media .product-labels .new-label {
    font-size: 14px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .section-informative-banners .catalog-product-view .product.media .product-labels .sale-label {
    font-size: 14px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .section-informative-banners .catalog-product-view .product.media .product-labels .new-label {
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .section-informative-banners .catalog-product-view .product.media .product-labels .sale-label {
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.section-informative-banners .product-info-main {
  position: relative;
}
.section-informative-banners .product-info-main .product-reviews-summary {
  margin-bottom: 8px;
  margin-top: 0;
}
.section-informative-banners .product-info-main .product-reviews-summary .reviews-actions a {
  color: #1a1a1a;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.section-informative-banners .product-info-main .product-reviews-summary .reviews-actions a:active,
.section-informative-banners .product-info-main .product-reviews-summary .reviews-actions a:visited {
  color: #1a1a1a;
}
.section-informative-banners .product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #333333;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart {
  margin-bottom: 25px;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: bottom;
  margin-right: 20px;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty .control #qty-error {
  display: inline-block;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty .control #qty {
  float: left;
  width: 51px;
  height: 51px;
  text-align: center;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty .control .qty-main {
  border: 1px solid #e1e1e1;
  display: inline-block;
  float: left;
  height: 51px;
  margin-left: -1px;
  vertical-align: top;
  width: 25px;
  box-sizing: border-box;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty .control .qty-main .qty-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 8px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty .control .qty-main .qty-btn.qty-inc {
  border-bottom: 1px solid #e1e1e1;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty .control .qty-main .qty-btn.qty-dec {
  line-height: 20px;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .field.qty .control .qty-main .qty-btn:hover {
  color: #1a1a1a;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .actions {
  display: inline-block;
  vertical-align: bottom;
}
.section-informative-banners .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  margin-bottom: 0;
  width: auto;
  min-width: 200px;
  margin-right: 0;
}
.section-informative-banners .product-info-main .product-info-price .price-box {
  width: auto;
}
.section-informative-banners .product-info-main .price-box .price-label {
  display: none !important;
}
.section-informative-banners .product-info-main .price-box.price-final_price {
  margin-top: 5px;
}
.section-informative-banners .product-info-main .price-box .special-price,
.section-informative-banners .product-info-main .price-box .price-final_price {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.section-informative-banners .product-info-main .price-box .special-price .price-wrapper .price,
.section-informative-banners .product-info-main .price-box .price-final_price .price-wrapper .price {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.section-informative-banners .product-info-main .price-box .old-price {
  display: inline-block;
  position: relative;
}
.section-informative-banners .product-info-main .price-box .old-price .price-final_price {
  margin-right: 0;
}
.section-informative-banners .product-info-main .price-box .old-price .price-wrapper .price {
  font-size: 16px;
  font-weight: 600;
  color: #888888;
}
.section-informative-banners .product-info-main .price-box .old-price .price-wrapper .price:before {
  background: #999999;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 17px;
  width: 100%;
}
.section-informative-banners .product-info-main .product-info-price {
  clear: both;
  margin: 0;
}
.section-informative-banners .product-info-main .product-info-price .product-info-stock-sku .stock.available {
  margin-right: 0;
  background: green;
  color: #ffffff;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 1px 5px;
  font-weight: 600;
  float: right;
}
.section-informative-banners .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
  background: #1a1a1a;
  margin-right: 0;
  color: #ffffff;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 1px 5px;
  font-weight: 600;
  float: right;
}
.section-informative-banners .product-info-main .product.attribute.overview {
  padding: 15px 0 0;
  margin: 5px 0 15px;
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
}
.section-informative-banners .product-info-main .product.attribute.overview > strong {
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.section-informative-banners .product-info-main .product.attribute.overview .value {
  color: #666666;
  line-height: 24px;
}
.section-informative-banners .product-info-main .product-social-links {
  margin-bottom: 0;
}
.section-informative-banners .product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  margin: 5px 0 20px;
}
.section-informative-banners .product-info-main .product-social-links a.action {
  color: #333333;
  font-weight: 600;
  margin-right: 20px;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}
.section-informative-banners .product-info-main .product-social-links a.action:visited,
.section-informative-banners .product-info-main .product-social-links a.action:focus,
.section-informative-banners .product-info-main .product-social-links a.action:active {
  color: #333333;
}
.section-informative-banners .product-info-main .product-social-links a.action i {
  margin-right: 5px;
}
.section-informative-banners .product-info-main .product-social-links a.action:hover {
  color: #1a1a1a;
}
.section-informative-banners .product.info.detailed * {
  box-sizing: unset;
}
@media only screen and (max-width: 1024px) {
  .section-informative-banners .page-footer .footer-top .footer-newsletter .newsletter-title > h2 {
    font-size: 22px;
  }
  .section-informative-banners .page-footer .footer-top .footer-newsletter .block.newsletter {
    width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  .section-informative-banners .block-search {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .section-informative-banners .products-grid .product-item .product-item-info .product-img-main .product-item-photo .new-label {
    font-size: 11px;
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
  .section-informative-banners .products-grid .product-item .product-item-info .product-img-main .product-item-photo .sale-label {
    font-size: 11px;
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
  .section-informative-banners .page-title-wrapper .page-title {
    margin-bottom: 18px;
  }
  .section-informative-banners .hb-wrapper .hb-row .hb-blog {
    width: 100%;
  }
  .section-informative-banners .hb-wrapper .hb-row .hb-testimonoals {
    width: 100%;
  }
  .section-informative-banners .page-footer .footer-top .footer-newsletter .newsletter-title {
    float: left;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .section-informative-banners .page-footer .footer-top .footer-newsletter .block.newsletter {
    float: none;
    margin: 15px auto 0;
    width: 100%;
  }
  .section-informative-banners .page-footer .footer-top .footer-newsletter .newsletter-title > h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .section-informative-banners .page-wrapper .columns {
    display: block;
  }
  .section-informative-banners .block-search {
    width: 100%;
  }
  .section-informative-banners .page-header .header.content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-informative-banners .header-actions {
    margin-left: auto;
  }
  .section-informative-banners .header-actions .header-action-cart .action.showcart:before {
    display: none !important;
  }
  .section-informative-banners .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .section-informative-banners .block-search .label {
    margin-top: 10px;
  }
  .section-informative-banners .nav-sections {
    background: transparent;
  }
  .section-informative-banners .block.widget .products-grid .product-items {
    margin-bottom: 0;
  }
  .section-informative-banners .catalog-product-view .product.media {
    margin-bottom: 10px;
  }
  .section-informative-banners .catalog-product-view .product.data.items {
    margin-left: 0;
    margin-right: 0;
  }
  .section-informative-banners .catalog-product-view .product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
  }
  .section-informative-banners .product-info-main .product-add-form .box-tocart {
    margin-bottom: 20px;
  }
  .section-informative-banners .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    min-width: 175px;
  }
  .section-informative-banners .page-footer .footer-bottom .copuright-outer .copyright {
    width: 100%;
    text-align: center;
    padding: 0 0 15px;
  }
  .section-informative-banners .page-footer .footer-bottom .copuright-outer .payment-icons {
    float: right;
    width: 100%;
    text-align: center;
  }
  .section-informative-banners .page-footer .footer-bottom .copuright-outer .payment-icons > ul > li > a > img {
    max-width: 44px;
  }
  .section-informative-banners .page-footer .footer-bottom .copuright-outer {
    padding: 15px 0;
  }
  .section-informative-banners .product-info-main .product-info-price .price-box {
    padding-top: 5px;
    padding-left: 0 !important;
  }
  .section-informative-banners .product-info-main .product-info-price {
    width: 100% !important;
  }
  .section-informative-banners .product-info-main .product-info-stock-sku {
    padding-right: 0 !important;
  }
  .section-informative-banners .product-info-main .product-reviews-summary {
    margin-bottom: 12px;
  }
  .section-informative-banners .page-wrapper .nav-sections {
    margin-bottom: 0;
    background: #ffffff;
  }
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title .nav-sections-item-switch {
    color: #666666;
    font-weight: 600;
  }
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title .nav-sections-item-switch:active,
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title .nav-sections-item-switch:focus {
    color: #666666;
  }
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title .nav-sections-item-switch:hover {
    color: #333333;
  }
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title.active .nav-sections-item-switch {
    color: #333333;
  }
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:active,
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:focus,
  .section-informative-banners .page-wrapper .nav-sections .nav-sections-item-title.active .nav-sections-item-switch:hover {
    color: #333333;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation {
    background: transparent;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul {
    padding: 0;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #e1e1e1;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0:first-child {
    border-top: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 .row {
    margin: 0 !important;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 > a.level-top {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: break-word;
    padding: 10px 36px 10px 15px;
    text-transform: uppercase;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 > a.level-top > span {
    margin-left: 0 !important;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 > a.level-top:active,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 > a.level-top:focus {
    color: #333333;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 > a.level-top:hover {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-focus {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 > a.level-top.ui-state-active {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0.parent > a.level-top:after {
    right: 15px;
    top: 11px;
    font-size: 13px;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0.active > a.level-top {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0.has-active > a.level-top {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu {
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li {
    position: relative;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li > a,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li > a {
    position: relative;
    color: #666666;
    padding: 10px 0 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li > a:active,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li > a:active,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li > a:focus,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li > a:focus {
    color: #666666;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li > a > span,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li > a > span {
    margin-left: 0 !important;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li > a:hover,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li > a:hover {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-focus,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-focus {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li > a.ui-state-active,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li > a.ui-state-active {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li.active > a,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li.active > a {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 ul.submenu li.has-active > a,
  .section-informative-banners .page-wrapper .nav-sections .navigation > ul li.level0 div.submenu li.has-active > a {
    color: #1a1a1a;
    background: transparent;
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .header.links > li {
    text-transform: uppercase;
    font-size: 14px;
  }
  .section-informative-banners .page-wrapper .nav-sections .header.links > li > span {
    color: #333333;
    font-weight: 600;
  }
  .section-informative-banners .page-wrapper .nav-sections .header.links > li > a {
    color: #333333;
    font-weight: 600;
  }
  .section-informative-banners .page-wrapper .nav-sections .header.links > li > a:active,
  .section-informative-banners .page-wrapper .nav-sections .header.links > li > a:focus {
    color: #333333;
  }
  .section-informative-banners .page-wrapper .nav-sections .header.links > li > a:hover {
    color: #1a1a1a;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher {
    font-size: 14px;
    font-weight: 600;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher .options .action.toggle.switcher-trigger > strong {
    padding: 8px 15px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    display: block;
    cursor: pointer;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher .options .action.toggle.switcher-trigger > strong:after {
    top: 10px;
    font-size: 11px;
    right: 12px;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher .options .action.toggle.active:after {
    content: "";
    display: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher .options .action.toggle:after {
    content: "";
    display: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher .options.active ul.dropdown {
    display: block;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown {
    padding: 6px 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    display: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown:before {
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown:after {
    border: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown > li {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown > li:last-child {
    margin-bottom: 0;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown > li > a {
    padding: 6px 15px;
    color: #666666;
    text-decoration: none;
    outline: none;
    display: block;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown > li > a:active,
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown > li > a:focus {
    color: #666666;
    text-decoration: none;
    outline: none;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown > li:hover {
    background: transparent;
  }
  .section-informative-banners .page-wrapper .nav-sections .switcher ul.dropdown > li:hover > a {
    color: #1a1a1a;
    background: transparent;
    text-decoration: none;
    outline: none;
  }
}
@media only screen and (max-width: 639px) {
  .section-informative-banners .page-title-wrapper .page-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section-informative-banners .page-title-main > strong {
    font-size: 18px;
  }
  .section-informative-banners .home-advantage-block {
    padding: 20px 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .section-informative-banners .hb-wrapper .hb-row .hb-blog ul li .hb-inner .hb-content {
    width: 100%;
  }
  .section-informative-banners .hb-wrapper .hb-row .hb-blog ul li .hb-inner .hb-img {
    padding-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .section-informative-banners .page-title-main > strong {
    font-size: 16px;
  }
  .section-informative-banners .home-advantage-block {
    padding: 15px 0 10px;
  }
  .section-informative-banners .page-footer .footer-top .footer-newsletter .block.newsletter .content .actions .action.subscribe.primary {
    padding: 0 15px;
  }
  .section-informative-banners .page-footer .footer-top .footer-newsletter .newsletter-title > h2 {
    letter-spacing: 0;
  }
  .section-informative-banners .page-footer .footer-top .footer-newsletter {
    padding: 30px 0;
  }
  .section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner {
    margin-bottom: 15px;
  }
  .section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner > span {
    font-size: 24px;
    height: 65px;
    line-height: 61px;
    margin-bottom: 10px;
    width: 65px;
  }
  .section-informative-banners .home-advantage-block .hab-row .hab-inner .home-advantage-block-inner > p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .section-informative-banners .minicart-wrapper {
    margin-left: 6px;
    margin-top: 0;
  }
  .section-informative-banners .block-search .label {
    margin-top: 7px;
  }
}
.section-informative-banners .products-grid.wishlist .product-item .product-item-info:hover {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #cccccc;
  margin: 0;
  padding: 9px;
  position: relative;
}
@media (max-width: 768px) {
  .section-informative-banners .wishlist-index-index .product-item {
    width: 100%;
  }
  .section-informative-banners .products-grid.wishlist .product-item {
    padding: 30px 50px 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .section-informative-banners .account .page-wrapper .sidebar.sidebar-main .block.block-collapsible-nav:last-child {
    display: none;
  }
  .section-informative-banners .block-collapsible-nav {
    z-index: 6 !important;
  }
}
@media (max-width: 640px) {
  .section-informative-banners .products-grid.wishlist .product-item .product-item-info:hover {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .section-informative-banners .products-grid.wishlist .product-items .product-item .product-item-info:hover {
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
  }
}
@media (max-width: 767px) {
  .catalogsearch-result-index .block.filter:not(.active) strong {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.promotion-wrapper {
  display: block;
  clear: both;
  width: 100%;
  background: #1a1a1a;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
}
.promotion-wrapper a.action.primary {
  padding: 8px 15px;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
}
.promotion-wrapper a.action.primary:hover {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .promotion-wrapper {
    display: none !important;
  }
}
.page-title-wrapper .page-title {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.slider-outer {
  margin-bottom: 42px;
}
.action.primary {
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
.title-block {
  display: block;
}
.title-block > strong {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1.1;
  color: #333333;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.title-block > strong > span {
  display: block;
  z-index: 1;
  padding-bottom: 20px;
}
.title-block > strong:after {
  content: "";
  height: 5px;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #1a1a1a;
  border-radius: 25px;
  display: block;
  z-index: 1;
}
.slider-block .owl-carousel .owl-controls,
.slider-block.owl-carousel .owl-controls {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.slider-block:hover .owl-carousel .owl-controls,
.slider-block:hover.owl-carousel .owl-controls {
  opacity: 1;
}
@media (max-width: 991px) {
  .header-actions .header-action-support {
    display: none;
  }
  .title-block > strong {
    margin-bottom: 50px;
    font-size: 28px;
  }
  .title-block > strong:after {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .title-block > strong {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .title-block > strong:after {
    max-width: 350px;
  }
  .title-block > strong > span {
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .title-block > strong {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .title-block > strong:after {
    max-width: 250px;
  }
}
.page-wrapper {
  overflow: visible;
}
.page-wrapper > .sticky-header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  background-color: #ffffff;
}
.page-wrapper > .sticky-header-wrapper .header-logo .logo img.logo-image {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.page-wrapper > .sticky-header-wrapper.is-scrolled .header-logo .logo img.logo-image {
  transform: scale(0.85);
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-left: auto;
  flex-wrap: wrap;
}
.header-actions .header-action {
  position: relative;
}
.header-actions .header-action .header-action-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.header-actions .header-action .header-action-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 200px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 220;
  box-sizing: border-box;
}
.header-actions .header-action .header-action-dropdown a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  padding: 6px 0;
  white-space: nowrap;
}
.header-actions .header-action .header-action-dropdown a:hover {
  color: #1a1a1a;
}
.header-actions .header-action:hover .header-action-dropdown,
.header-actions .header-action:focus-within .header-action-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-actions .header-action-support .header-action-dropdown a {
  padding: 0;
}
@media (max-width: 767px) {
  .header-actions {
    gap: 16px;
  }
  .header-actions .header-action .header-action-label {
    display: none;
  }
}
.header-actions .header-action-cart {
  margin: 0;
}
.header-actions .header-action-cart .action.showcart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.header-actions .header-action-cart .action.showcart:before {
  display: none !important;
}
.header-actions .header-action-cart .action.showcart .header-action-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #111111;
}
.header-actions .header-action-cart .action.showcart .header-action-icon > i {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #111111;
}
.header-actions .header-action-cart .action.showcart .header-action-icon .counter.qty {
  position: absolute;
  top: -7px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  margin: 0;
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.header-actions .header-action-cart .action.showcart .header-action-icon .counter.qty.empty {
  display: flex;
}
.header-actions .header-action-cart .action.showcart .header-action-icon .counter.qty .counter-number {
  color: #ffffff;
}
.header-actions .header-action-cart .action.showcart .header-action-icon .counter.qty .counter-number:after {
  display: none;
}
.header-actions .header-action-cart .action.showcart .header-action-icon .counter.qty .counter-label {
  display: none;
}
.header-actions .header-action-cart .action.showcart .header-action-label {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  overflow: visible;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
b,
strong {
  font-weight: 600;
}
.page-wrapper .page-footer {
  padding-bottom: 0;
}
.page-footer .footer-top {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.page-footer .footer-bottom {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #ffffff;
}
.page-footer .footer-bottom .copyright-outer {
  float: left;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 20px 0;
  text-align: center;
}
.page-footer .footer-bottom .copyright-outer .copyright {
  padding: 0;
  background: transparent;
  color: #333333;
}
.page-footer .footer-bottom .copyright-outer .payment-icons {
  float: right;
}
.page-footer .footer-bottom .copyright-outer .payment-icons > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer .footer-bottom .copyright-outer .payment-icons > ul > li {
  display: inline-block;
  margin: 0;
}
.page-footer .footer-bottom .copyright-outer .payment-icons > ul > li > a {
  display: block;
}
.page-footer .footer-bottom .copyright-outer .payment-icons > ul > li > a > img {
  max-width: 54px;
}
@media (max-width: 479px) {
  .page-footer .footer-top .footer-newsletter .newsletter-outer {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sidebar.sidebar-additional .block.block-compare,
  .sidebar.sidebar-additional .block.block-wishlist {
    background: #f6f6f6;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .sidebar.sidebar-additional .block.block-compare .block-title,
  .sidebar.sidebar-additional .block.block-wishlist .block-title {
    border-bottom: 1px solid #e1e1e1;
    color: #333333;
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .sidebar.sidebar-additional .block.block-compare .block-title > strong,
  .sidebar.sidebar-additional .block.block-wishlist .block-title > strong {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .sidebar.sidebar-main .block {
    background: #f6f6f6;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .sidebar.sidebar-main .block#layered-filter-block {
    padding: 0;
    border: none;
  }
  .sidebar.sidebar-main .block .block-title {
    border-bottom: 1px solid #e1e1e1;
    color: #333333;
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .sidebar.sidebar-main .block .block-title > strong {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .sidebar.sidebar-main .block .block-content.filter-content {
    background-color: #ffffff;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-items-li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 12px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-item-multi {
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-value-chip {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 2px 6px;
    border-radius: 10px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-current + .filter-actions .filter-clear {
    font-size: 14px;
    font-weight: 600;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-current .block-subtitle {
    color: #333333;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-current .item .filter-label {
    color: #333333;
    margin-bottom: 3px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-current .action.remove {
    position: relative;
    /*   &:after {
                                               content: "\f00d";
                                               font-family: "Fontawesome";
                                               float: right;
                                               color: @colombo__color-gray-650;
                                           } */
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-current .action.remove > span {
    display: none;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-subtitle {
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 18px;
    font-size: 14px;
    border-bottom: none;
    color: #333333;
    background: #ffffff;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options {
    background: #ffffff;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item {
    border: none;
    padding: 15px 15px 0;
    display: block;
    clear: both;
    margin-bottom: 15px;
    background: #f6f6f6;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item.active {
    padding: 15px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title {
    border-bottom: 1px solid #e1e1e1;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-title {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    word-break: break-all;
    display: block;
    padding: 0 0 14px;
    position: relative;
    margin-bottom: 0;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-title:after {
    content: "\f067";
    font-family: "Fontawesome";
    color: #666666;
    font-weight: normal;
    font-size: 14px;
    top: 0;
    right: 0;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
    content: "\f068";
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content {
    margin: 0;
    padding: 3px 0 0;
    display: block;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .items .item {
    margin-bottom: 9px;
    border-bottom: none;
    margin-top: 9px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a {
    color: #333333;
    font-weight: 400;
    font-size: 13px;
    background: transparent;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a:focus,
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a:active {
    color: #333333;
    background: transparent;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .items .item > a:hover {
    color: #1a1a1a;
    background: transparent;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .items .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list .filter-checkbox-item {
    margin: 0;
    border-bottom: none;
    padding: 0;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list .filter-checkbox-item .filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    cursor: pointer;
    font-size: 13px;
    color: #444444;
    line-height: 1.4;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list .filter-checkbox-item .filter-checkbox-label:hover {
    color: #1a1a1a;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list .filter-checkbox-item .filter-checkbox-label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    min-width: 14px;
    cursor: pointer;
    margin: 0;
    accent-color: #1a1a1a;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list .filter-checkbox-item .filter-item-label {
    flex: 1;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list .filter-checkbox-item .count {
    color: #888888;
    font-size: 11px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-checkbox-list .filter-checkbox-item.active .filter-checkbox-label {
    font-weight: 600;
    color: #1a1a1a;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form {
    padding-top: 4px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-from,
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-to {
    width: 76px;
    padding: 6px 8px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    font-size: 13px;
    color: #444444;
    text-align: center;
    box-shadow: none;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-from:focus,
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-to:focus {
    border-color: #1a1a1a;
    outline: none;
    box-shadow: none;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-sep {
    color: #888888;
    flex-shrink: 0;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-apply {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
  }
  .sidebar.sidebar-main .block .block-content.filter-content .filter-options .filter-options-content .filter-price-form .filter-price-apply:hover {
    background: #333333;
    border-color: #333333;
  }
}
.catalog-category-view .toolbar.toolbar-products,
.catalogsearch-result-index .toolbar.toolbar-products {
  border-bottom: none;
  margin-bottom: 25px;
  padding: 0;
  margin-top: 1px;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode,
.catalogsearch-result-index .toolbar.toolbar-products .modes .modes-mode {
  padding: 9px 10px;
  border: 1px solid #e1e1e1;
  margin-right: 5px;
  background: #ffffff;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  box-shadow: none;
  border-radius: 0;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode:last-child,
.catalogsearch-result-index .toolbar.toolbar-products .modes .modes-mode:last-child {
  border: 1px solid #e1e1e1;
}
.catalog-category-view .toolbar.toolbar-products .modes .modes-mode:before,
.catalogsearch-result-index .toolbar.toolbar-products .modes .modes-mode:before {
  color: #999999;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-amount,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-amount {
  font-weight: 400;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter {
  display: none;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
  padding-top: 0;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  box-shadow: none;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options:focus,
.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options:focus {
  box-shadow: none;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .label,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .label {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .limiter-options,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .limiter-options {
  font-weight: 400;
  color: #666666;
  font-size: 13px;
  box-shadow: none;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .limiter-options:focus,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .limiter-options:focus {
  box-shadow: none;
}
.catalog-category-view .toolbar.toolbar-products .field.limiter .limiter-text,
.catalogsearch-result-index .toolbar.toolbar-products .field.limiter .limiter-text {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.catalog-category-view .products.wrapper + .toolbar-products,
.catalogsearch-result-index .products.wrapper + .toolbar-products {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.pages .item {
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: static;
}
.pages strong.page {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: 600;
  height: 34px;
  line-height: 32px;
  min-width: 15px;
  padding: 0;
  text-align: center;
  width: 34px;
}
.pages a.page {
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  color: #333333;
  background: #ffffff;
  display: inline-block;
  height: 34px;
  line-height: 32px;
  min-width: 15px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 34px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.pages a.page:focus,
.pages a.page:active {
  color: #333333;
}
.pages a.page:hover {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #ffffff;
}
.pages .action.next {
  height: 34px;
  width: 34px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  color: #333333;
  background: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}
.pages .action.next:before {
  color: #333333;
  font-size: 12px;
  line-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.pages .action.next:focus:before,
.pages .action.next:active:before {
  color: #333333;
}
.pages .action.next:hover {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #ffffff;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.previous {
  height: 34px;
  width: 34px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  color: #ffffff;
  background: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}
.pages .action.previous:before {
  color: #333333;
  font-size: 12px;
  line-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
}
.pages .action.previous:focus:before,
.pages .action.previous:active:before {
  color: #333333;
}
.pages .action.previous:hover {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #ffffff;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action:hover {
  background: #1a1a1a;
  color: #ffffff;
  border: 1px solid #1a1a1a;
}
@media (max-width: 767px) {
  .sidebar.sidebar-additional .block.block-compare,
  .sidebar.sidebar-additional .block.block-wishlist {
    background: #f5f5f5;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .sidebar.sidebar-additional .block.block-compare .block-title,
  .sidebar.sidebar-additional .block.block-wishlist .block-title {
    border-bottom: 1px solid #d1d1d1;
    color: #222222;
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
  .sidebar.sidebar-additional .block.block-compare .block-title > strong,
  .sidebar.sidebar-additional .block.block-wishlist .block-title > strong {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .page-wrapper .column.main,
  .catalogsearch-result-index.page-layout-2columns-left .page-wrapper .column.main {
    padding-left: 15px;
    box-sizing: border-box;
  }
  .catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar-additional,
  .catalogsearch-result-index.page-layout-2columns-left .page-wrapper .sidebar-additional,
  .catalog-category-view.page-layout-2columns-left .page-wrapper .sidebar-main,
  .catalogsearch-result-index.page-layout-2columns-left .page-wrapper .sidebar-main {
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .toolbar-amount,
  .catalogsearch-result-index .toolbar-amount {
    padding: 2px 0;
  }
  .catalog-category-view .page-wrapper .toolbar.toolbar-products,
  .catalogsearch-result-index .page-wrapper .toolbar.toolbar-products {
    margin-bottom: 10px;
    padding: 0 0 10px;
  }
  .catalog-category-view .page-wrapper .columns,
  .catalogsearch-result-index .page-wrapper .columns {
    display: block;
  }
  .catalog-category-view #maincontent,
  .catalogsearch-result-index #maincontent {
    clear: both;
  }
  .catalog-category-view .page-wrapper .columns .column.main,
  .catalogsearch-result-index .page-wrapper .columns .column.main {
    padding-bottom: 0;
  }
  .catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label,
  .catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    display: none;
  }
  #layered-filter-block .filter.active .filter-title {
    border-bottom: none;
  }
  #layered-filter-block .filter-title strong {
    background: #ffffff;
    border-radius: 0;
    height: 38px;
    font-size: 13px;
    box-shadow: none;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    box-sizing: border-box;
  }
  #layered-filter-block .filter-title strong:hover {
    color: #ffffff;
    border-color: #1a1a1a;
    background: #1a1a1a;
  }
  #layered-filter-block.active .filter-title strong {
    background: #ffffff;
    border-color: #ffffff;
    font-size: 0;
    cursor: pointer;
  }
  #layered-filter-block.active .filter-title strong:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
  #layered-filter-block.active .filter-title strong:hover:after {
    color: #1a1a1a;
  }
  #layered-filter-block .filter-options-content .item a:hover {
    background: transparent;
    color: #1a1a1a;
  }
  .filter-options .js-mobile-filter-state .filter-items-li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0;
  }
  .filter-options .js-mobile-filter-state .filter-item-multi {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }
  .filter-options .js-mobile-filter-state .filter-label {
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    flex-shrink: 0;
  }
  .filter-options .js-mobile-filter-state .filter-value-chip {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 2px 8px 2px 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
  }
  .filter-options .js-mobile-filter-state .filter-value {
    font-size: 12px;
    color: #333333;
  }
  .filter-options .js-mobile-filter-actions .action.clear {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
  }
  .filter-options .js-mobile-filter-actions .action.clear:hover {
    color: #1a1a1a;
    border-color: #1a1a1a;
  }
}
.products-list .product-item {
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.products-list .product-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.products-list .product-item .product-item-photo {
  position: relative;
  padding-bottom: 0;
}
.products-list .product-item .product-item-photo.add-border .product-image-container {
  padding: 6px;
  border: 1px solid #e1e1e1;
}
.products-list .product-item .product-item-photo .product-image-container {
  box-sizing: border-box;
}
.products-list .product-item .product-item-photo .new-label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.products-list .product-item .product-item-photo .sale-label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.products-list .product-item .product-item-photo .new-label + .sale-label {
  top: 60px;
}
.products-grid.products {
  margin: 10px 0 5px;
}
.products-grid .products {
  margin: 0;
}
.products-grid .product-item.product-slider {
  width: auto !important;
  margin-bottom: 0;
  padding: 0 10px !important;
  display: none;
}
.products-grid .product-item .product-item-info {
  width: 100%;
  display: block;
}
.products-grid .product-item .product-item-info .product-img-main {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-photo {
  display: block;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-photo.add-border {
  border: 1px solid #e1e1e1;
  padding: 6px;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-photo .new-label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background: #333333;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-photo .sale-label {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-photo .product-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner {
  position: absolute;
  bottom: 22px;
  left: -50px;
  opacity: 0;
  z-index: 2;
  height: auto;
  width: 40px;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: transparent;
  webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner:before {
  display: none;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions {
  margin: 0;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary .action.tocart {
  padding: 9px 13px;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary .action.tocart.only-icon {
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  background: #1a1a1a;
  border-color: #1a1a1a;
  padding: 0;
  margin: 3px 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 40px;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary .action.tocart.only-icon:before {
  content: "\f07a";
  font-family: "Fontawesome";
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary .action.tocart.only-icon:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary .action.tocart.only-icon.disabled:not(.added):before {
  content: "\f110";
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
  font-family: "Fontawesome";
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary .action.tocart.only-icon.added:before {
  content: "\f00c";
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-primary .action.tocart.only-icon span {
  display: none;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary {
  display: inline-block;
  padding-left: 0;
  width: auto;
  vertical-align: middle;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.towishlist,
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.tocompare {
  width: 40px;
  text-align: center;
  margin-right: 0;
  color: #1a1a1a;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
  height: 40px;
  border: 1px solid #1a1a1a;
  line-height: 40px;
  border-radius: 50%;
  margin: 3px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #ffffff;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.towishlist:active,
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.tocompare:active,
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.towishlist:focus,
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.tocompare:focus {
  color: #1a1a1a;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.towishlist:hover,
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.tocompare:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before,
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before {
  margin: 0;
  width: 18px;
  font-size: 16px;
  line-height: 16px;
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.towishlist:before {
  content: "\e600";
}
.products-grid .product-item .product-item-info .product-img-main .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before {
  content: "\e61e";
}
.products-grid .product-item .product-item-info .product-item-details {
  text-align: center;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-name {
  margin: 13px 0 8px;
  font-size: 14px;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link:active,
.products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link:focus {
  color: #333333;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover {
  color: #1a1a1a;
}
.products-grid .product-item .product-item-info .product-item-details .price-box {
  display: block;
  margin: 8px 0 6px;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .special-price {
  display: inline-block;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #1a1a1a;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-left: 4px;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price:after {
  background: #666666;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
}
.products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #666666;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner {
  position: static;
  height: auto;
  width: auto;
  margin: 13px 0 0;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: block;
}
.products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option {
  float: none;
  display: inline-block;
  margin: 0 2px 3px;
}
.products-grid .product-item .product-item-info:hover {
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
.products-grid .product-item:hover .product-item-info .product-img-main .product-item-inner {
  opacity: 1;
  left: 20px;
}
@media (min-width: 1024px) {
  .products-grid .product-item:hover .product-item-info .product-img-main .product-item-photo .product-image-hover {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.image-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.middle-block {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.page-title-main {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.page-title-main > strong {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1.1;
  color: #333333;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.page-title-main > strong:after {
  content: "";
  height: 5px;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #1a1a1a;
  border-radius: 25px;
  display: block;
  z-index: 1;
}
.cms-index-index .page-wrapper .nav-sections {
  margin-bottom: 0;
}
.cms-index-index .widget.block.block-static-block {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.cms-index-index .block.widget.block-products-list {
  margin-bottom: 0;
}
.cms-index-index .columns .column.main {
  padding-bottom: 0;
  min-height: 0;
}
.content-row {
  margin-left: -15px;
  margin-right: -15px;
}
.top-padding {
  padding-top: 30px;
}
.bottom-padding {
  padding-bottom: 30px;
}
.top-margin {
  margin-top: 30px;
}
.bottom-margin {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .top-padding {
    padding-top: 25px;
  }
  .bottom-padding {
    padding-bottom: 25px;
  }
  .top-margin {
    margin-top: 25px;
  }
  .bottom-margin {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .top-padding {
    padding-top: 20px;
  }
  .bottom-padding {
    padding-bottom: 20px;
  }
  .top-margin {
    margin-top: 20px;
  }
  .bottom-margin {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .top-padding {
    padding-top: 15px;
  }
  .bottom-padding {
    padding-bottom: 15px;
  }
  .top-margin {
    margin-top: 15px;
  }
  .bottom-margin {
    margin-bottom: 15px;
  }
}
.home-slider-wrapper {
  display: block;
}
.home-slider-wrapper .home-slider-main {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
.home-slider-wrapper .home-slider-main .home-slider {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.home-slider-wrapper .home-slider-main .home-slider > li,
.home-slider-wrapper .home-slider-main .home-slider > .home-slider__slide {
  margin: 0;
  display: block;
}
.home-slider-wrapper .home-slider-main .home-slider > li > a,
.home-slider-wrapper .home-slider-main .home-slider > .home-slider__slide > a {
  display: block;
}
.home-slider-wrapper .home-slider-main .home-slider > li > a > img,
.home-slider-wrapper .home-slider-main .home-slider > .home-slider__slide > a > img {
  width: 100%;
}
.home-slider-wrapper .home-slider-main .home-slider.owl-carousel .owl-controls .owl-buttons > .owl-prev,
.home-slider-wrapper .home-slider-main .home-slider.owl-carousel .owl-controls .owl-buttons > div.owl-prev {
  left: 16px;
}
.home-slider-wrapper .home-slider-main .home-slider.owl-carousel .owl-controls .owl-buttons > .owl-next,
.home-slider-wrapper .home-slider-main .home-slider.owl-carousel .owl-controls .owl-buttons > div.owl-next {
  right: 16px;
}
@media (max-width: 767px) {
  .home-slider-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-slider-wrapper .home-slider-main .home-slider.owl-carousel .owl-controls .owl-buttons {
    display: none;
  }
}
.home-images-wrapper {
  float: left;
  clear: both;
  width: 100%;
}
.home-images-wrapper .home-image-main {
  margin: 0 -10px;
}
.home-images-wrapper .home-image-main .home-image-inner {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  opacity: 1;
}
.home-images-wrapper .home-image-main .home-image-inner > a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-images-wrapper .home-image-main .home-image-inner > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}
.home-images-wrapper .home-image-main .home-image-inner > a:hover > img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.home-info-block {
  background: url("../images/adv-background.jpg");
  color: #ffffff;
  text-align: center;
}
.home-info-block .page-main > h2 {
  max-width: 1024px;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 25px auto 15px;
}
.home-info-block .page-main > p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto 20px;
  max-width: 1024px;
}
.home-info-block .page-main > a {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  padding: 13px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}
.home-info-block .page-main > a:hover {
  color: #ffffff;
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.brands-wrapper {
  float: left;
  width: 100%;
  clear: both;
}
.brands-wrapper .brands-main {
  float: left;
  width: 100%;
}
.brands-wrapper .brands-main .brands-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.brands-wrapper .brands-main .brands-slider li {
  display: block;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.brands-wrapper .brands-main .brands-slider li a {
  display: block;
}
.brands-wrapper .brands-main .brands-slider li a > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#checkout.iwd-onepage-checkout-container {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container * {
  font-family: "Montserrat", sans-serif;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-checkout-shipping-address {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-checkout-shipping-address input,
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-checkout-shipping-address select {
  height: 34px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-checkout-shipping-address.checkout-shipping-address {
  padding-right: 15px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-opc-shipping-method {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-opc-shipping-method.checkout-shipping-method {
  padding: 0 15px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-checkout-payment-method {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li.iwd-checkout-payment-method.checkout-payment-method {
  padding-left: 15px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-title {
  color: #333333;
  background: #f5f5f5;
  padding: 15px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0 !important;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .iwd-checkout-shipping-address {
  padding-right: 15px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .iwd-opc-shipping-method {
  padding: 0 15px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .iwd-checkout-payment-method {
  padding-left: 15px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content {
  padding: 15px;
  border: 1px solid #d1d1d1;
  border-top: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid red;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-summary-cart {
  background: #1a1a1a;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-summary-cart.iwd-summary-cart-arrow {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-summary-cart.iwd-summary-cart-arrow:before {
  border-top-color: #1a1a1a;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .items {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .items.payment-methods .payment-method._active .payment-method-title label {
  box-sizing: border-box;
  background: #1a1a1a;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .items.payment-methods .payment-method .payment-method-title {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .items.payment-methods .payment-method .payment-method-title label {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  background: #333333;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .items.payment-methods .payment-method .payment-method-title label:hover {
  background: #1a1a1a;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .payment-method-content {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .payment-method-content .actions-toolbar {
  bottom: 15px;
  margin-left: -15px;
  width: auto;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.primary.checkout {
  box-sizing: border-box;
  padding: 17px 25px;
  width: auto;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  font-weight: 600;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.primary.checkout:active {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.primary.checkout:focus {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.primary.checkout:visited {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-payment-method-load .payment-method-content .actions-toolbar .primary .action.primary.checkout:hover {
  background: #333333;
  border: 1px solid #333333;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-grand-total-item {
  box-sizing: border-box;
  border-color: #d1d1d1;
  margin-bottom: 65px;
  margin-top: 15px;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-shipping-method-load {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-shipping-method-load .iwd-table-checkout-shipping-method.table-checkout-shipping-method thead tr th {
  font-weight: 600;
  padding: 0 0 10px;
  color: #333333;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content #checkout-shipping-method-load .iwd-table-checkout-shipping-method.table-checkout-shipping-method tbody tr td {
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-shipping-address-items.shipping-address-items {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-shipping-address-items.shipping-address-items .iwd-shipping-address-item.shipping-address-item {
  font-size: 13px;
  border: none;
  line-height: 22px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-shipping-address-items.shipping-address-items .iwd-shipping-address-item.shipping-address-item label {
  box-sizing: border-box;
  padding-left: 20px;
  color: #666666;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .iwd-shipping-address-items.shipping-address-items .iwd-shipping-address-item.shipping-address-item label:before {
  background-color: #333333;
  border-color: #333333;
  height: 8px;
  width: 8px;
  margin: 8px 0 0;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping {
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping .form.form-login {
  margin-top: 0 !important;
  margin-bottom: 0;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping .iwd-step-title-for-address-form.form-shipping-address.iwd-form-shipping-address {
  float: left;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping .action-show-popup {
  width: auto;
  background: #333333;
  border: 1px solid #333333;
  margin: 15px 0 0;
  font-weight: 600;
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping .action-show-popup:active {
  background: #333333;
  border: 1px solid #333333;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping .action-show-popup:focus {
  background: #333333;
  border: 1px solid #333333;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping .action-show-popup:visited {
  background: #333333;
  border: 1px solid #333333;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content.iwd-checkout-step-shipping .action-show-popup:hover {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .step-content .step-title {
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper {
  margin-bottom: 25px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .payment-option-title {
  color: #333333;
  background: #f5f5f5;
  padding: 13px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0 !important;
  border: 1px solid #d1d1d1;
  display: block;
  border-bottom: none;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .payment-option-title > span {
  padding: 0;
  border-bottom: none;
  color: #333333;
  display: block;
  font-weight: 600;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .payment-option-title > span:after {
  content: "";
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper._active .payment-option-title > span {
  padding: 0;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper._active .payment-option-title > span:after {
  content: "";
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content {
  padding: 15px;
  border: 1px solid #d1d1d1;
  border-top: none;
  display: block !important;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper {
  padding: 0;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper .payment-option-inner .field .iwd-additional-block-code-label {
  display: none;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper .payment-option-inner .control #discount-code {
  border: 1px solid #e1e1e1 !important;
  height: 32px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper .iwd-actions-toolbar.actions-toolbar .primary .action.iwd-action-code-button.iwd-action-apply.action-apply {
  width: auto;
  background: #333333;
  border: 1px solid #333333;
  margin: 0;
  font-weight: 600;
  height: auto;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper .iwd-actions-toolbar.actions-toolbar .primary .action.iwd-action-code-button.iwd-action-apply.action-apply:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper .iwd-actions-toolbar.actions-toolbar .primary .action.iwd-action-code-button.iwd-action-apply.action-apply:focus {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper .iwd-actions-toolbar.actions-toolbar .primary .action.iwd-action-code-button.iwd-action-apply.action-apply:visited {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper #checkoutSteps > li .checkout-shipping-method .payment-option._collapsible.opc-payment-additional.discount-code.iwd-discount-code-wrapper .iwd-payment-option-content.payment-option-content .iwd-discount-form.iwd-additional-block-form-wrapper .iwd-actions-toolbar.actions-toolbar .primary .action.iwd-action-code-button.iwd-action-apply.action-apply:hover {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #ffffff;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper .fieldset > .field.required > label:after {
  margin-left: 5px;
  top: 3px;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper .fieldset > .field > label {
  font-size: 13px !important;
  font-weight: 600 !important;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .opc-wrapper .fieldset.iwd-shipping-new-address-form div[name="shippingAddress.company"] {
  margin-top: 10px !important;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.iwd-opc-summary-wrapper.custom-slide {
  border-color: transparent;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.iwd-opc-summary-wrapper.custom-slide .modal-inner-wrap .modal-content {
  border-color: #d1d1d1;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.iwd-opc-summary-wrapper.custom-slide .modal-inner-wrap .modal-content .opc-block-summary > .title {
  color: #333333;
  background: #f5f5f5;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
}
#checkout.iwd-onepage-checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper.iwd-opc-summary-wrapper.custom-slide .modal-inner-wrap .modal-content .opc-block-summary .iwd-minicart-items-header .iwd-product-items-title {
  margin-bottom: 0;
  background: transparent;
  font-weight: 600;
  border-color: #d1d1d1;
  box-sizing: border-box;
}
/*Product Quickview*/
.mfp-container .mfp-content .mfp-iframe-scaler {
  padding: 0;
  position: relative;
  height: 100%;
  overflow: visible;
  box-sizing: border-box;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-wishlist .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 700;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: none !important;
}
button:not(.primary) {
  box-shadow: none !important;
}
.cart-summary > .title {
  font-weight: 600;
}
.cart-container .cart-discount {
  width: 73%;
  padding-right: 25px;
  box-sizing: border-box;
}
.cart-container .cart-discount .block.discount {
  display: block;
  width: 100%;
}
.cart-container .cart-discount .block.discount .title {
  padding: 10px 15px;
  border: 1px solid #e1e1e1;
  margin-bottom: 14px;
  background: #f6f6f6;
  font-weight: 600;
}
.cart-container .cart-discount .block.discount .title:after {
  float: right;
}
.cart-container .cart-discount .block.discount .title > strong {
  font-size: 14px;
  color: #333333;
  margin: 0;
  font-weight: 600;
}
.cart-container .cart-discount .block.discount .content .field {
  display: block;
  margin-bottom: 15px;
}
.cart-container .cart-discount .block.discount .content .actions-toolbar {
  display: block;
  width: auto;
}
.cart-container .cart-discount .block.discount .content .actions-toolbar .action.apply.primary {
  padding: 10px 16px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .cart-container .cart-discount {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .account.page-layout-2columns-left .page-wrapper .sidebar-additional {
    margin-top: 0;
  }
  .account.page-layout-2columns-left .page-wrapper .sidebar-main,
  .account.page-layout-2columns-left .page-wrapper .sidebar-additional {
    width: 25%;
    padding-right: 15px;
  }
  .account.page-layout-2columns-left .page-wrapper .sidebar-main .block.block-collapsible-nav,
  .account.page-layout-2columns-left .page-wrapper .sidebar-additional .block.block-collapsible-nav {
    border: none;
    padding: 0;
  }
  .account.page-layout-2columns-left .page-wrapper .column.main {
    width: 75%;
    padding-left: 15px;
  }
}
.account .page-wrapper .sidebar.sidebar-main .block.account-nav {
  padding: 0;
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  .account .page-wrapper .page.messages {
    margin-bottom: 25px;
  }
  .account .page-wrapper .sidebar.sidebar-main .block.block-collapsible-nav {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    cursor: pointer;
  }
  .account .page-wrapper .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-title {
    border: 1px solid #e1e1e1;
  }
  .account .page-wrapper .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-title > strong {
    margin: 0;
  }
  .account .page-wrapper .sidebar.sidebar-main .block.block-collapsible-nav .block-collapsible-nav-content {
    background: #ffffff;
    margin-top: -1px;
  }
}
.home-parallax-block {
  background-image: url("../images/colombo-parallax-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  clear: both;
  float: left;
  padding: 90px 0;
  text-align: center;
  width: 100%;
  background-size: cover;
}
.home-parallax-block h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
}
.home-parallax-block p {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.home-parallax-block .action.primary {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #1a1a1a;
  border-width: 2px;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 15px 25px;
}
.home-parallax-block .action.primary:hover {
  background: #1a1a1a;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -13.33333333px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #e1e1e1;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-header {
    display: none;
  }
  .nav-mobile-footer {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #333333;
    font-weight: 400;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0px;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    background: transparent;
    color: #ffffff;
    line-height: 20px;
    padding: 18px 20px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    background: #1a1a1a;
    border: none;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    background: #1a1a1a;
    border-color: none;
    border-style: none;
    border-width: 0px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    font-weight: 400;
    min-width: 230px;
    padding: 5px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    border: none;
    color: #333333;
    padding: 10px 18px;
    text-decoration: none;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
    border: none;
    color: #1a1a1a;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    background: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    color: #1a1a1a;
    text-decoration: none;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #e1e1e1;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .page-footer .footer-container .footer-wrapper {
    gap: 1.7em;
    padding: 24px 12px;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section {
    gap: 14px;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section .footer-h4 {
    font-size: 20px;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section .footer-menu {
    gap: 6px;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section .footer-menu .footer-menu-item .footer-email-container {
    gap: 6px;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section .footer-menu .footer-menu-item a {
    font-size: 14px;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section .footer-social-links-container {
    flex-direction: row;
    gap: 10px;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section .footer-social-links-container .footer-social-links {
    width: 45px;
    height: 45px;
    display: flex;
  }
  .page-footer .footer-container .footer-wrapper .footer-sections-container .footer-section .footer-social-links-container .footer-social-links i {
    font-size: 20px;
  }
  .colombo-newsletter .newsletter-warning {
    font-size: 14px;
  }
  .page-footer .footer-top .footer-newsletter {
    padding: 72px 0 80px;
  }
  .page-footer .footer-top .footer-newsletter .colombo-newsletter__layout {
    flex-direction: row;
    gap: 36px;
  }
  .institutional-section .institutional-container .institutional-subsection .table-wrapper {
    font-size: 14px;
  }
  .faq-section .faq-content {
    gap: 12px;
  }
  .faq-section .faq-content .faq-question {
    padding: 18px 24px;
  }
  .faq-section .faq-content .faq-question .faq-expand {
    width: 16px;
    height: 16px;
  }
  .faq-section .faq-content .faq-question .faq-expand .line-1 {
    height: 16px;
  }
  .faq-section .faq-content .faq-question .faq-expand .line-2 {
    width: 16px;
  }
  .faq-section .faq-content .faq-text {
    padding: 0 24px;
    font-size: 14px;
  }
  .faq-section .faq-content .faq-container.is-open .faq-text {
    padding: 12px 24px 18px;
  }
  .auth-page-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .auth-page-section h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .auth-page-section .auth-page-form {
    margin-bottom: 8px;
  }
  .auth-page-section .auth-page-form .login-field .password-input-wrapper .toggle-password {
    right: 10px;
  }
  .product-info-main {
    padding-left: 12px;
  }
  .product-info-main .page-title {
    margin-top: 0;
  }
  .catalog-product-view .page-layout-1column .product.attribute.overview {
    float: left;
    clear: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 3%;
  }
  .page-main #text-banner-img-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .page-main #text-banner-img-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  .page-main .text-banner-section {
    gap: 16px;
  }
  .product-color-swatches .color-swatches-container .color-swatch {
    width: 38px;
    height: 38px;
  }
  .pagarme-cards-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: start;
  }
  .pagarme-cards-sidebar {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: #cccccc #f0f0f0;
  }
  .pagarme-cards-sidebar::-webkit-scrollbar {
    width: 4px;
  }
  .pagarme-cards-sidebar::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
  }
  .pagarme-cards-sidebar::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 2px;
  }
  .pagarme-card-thumb {
    padding: 10px 12px;
    margin: 0;
    font: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-radius: 12px;
    background: #f6f6f6;
    text-align: left;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    border: none;
    outline: none;
  }
  .pagarme-card-thumb:hover {
    background: #f0f0f0;
    outline: none;
    border: none;
  }
  .pagarme-card-thumb--active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #d1d1d1;
    background: #f0f0f0;
  }
  .pagarme-card-thumb__preview {
    flex-shrink: 0;
    width: 82px;
    aspect-ratio: 1.586;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  .pagarme-card-thumb__logo {
    position: absolute;
    bottom: 6px;
    right: 8px;
    width: 32px;
    height: auto;
    max-width: none;
    object-fit: contain;
    display: block;
  }
  .pagarme-card-thumb__meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
  }
  .pagarme-card-thumb__brand {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pagarme-card-thumb__last4 {
    font-size: 12px;
    color: #888888;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
  }
  .pagarme-cards-main {
    display: block;
    max-width: none;
    margin: 0;
    padding-bottom: 0;
  }
  .pagarme-cards-back {
    display: none !important;
  }
  .pagarme-card-item {
    display: none;
    height: auto;
    aspect-ratio: 1.586;
    border-radius: 18px;
    padding: 22px 24px;
    cursor: default;
    max-width: 380px;
  }
  .pagarme-card-item + .pagarme-card-item {
    margin-top: 0;
  }
  .pagarme-card-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  .pagarme-card-item .pagarme-card-strip {
    display: none;
  }
  .pagarme-card-item .pagarme-card-body {
    display: flex;
  }
  .pagarme-card-item .pagarme-card-remove {
    display: flex;
  }
  .pagarme-card-item--active {
    display: block;
    animation: pagarme-card-fadein 0.22s ease;
  }
  .pagarme-card-number {
    font-size: 18px;
    letter-spacing: 2.5px;
  }
  .pagarme-card-holder-name {
    max-width: 200px;
  }
  .pagarme-card-brand-logo img {
    width: 54px;
  }
  .address-book__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .addr-form__row--name {
    grid-template-columns: 1fr 1fr;
  }
  .addr-form__row--tel-company {
    grid-template-columns: 1fr 1fr;
  }
  .addr-form__row--cep {
    grid-template-columns: 1fr 1fr;
  }
  .addr-form__row--cep > .addr-form__field {
    grid-column: 1;
  }
  .addr-form__row--street {
    grid-template-columns: 2fr 1fr;
  }
  .addr-form__row--complement {
    grid-template-columns: 1fr 1fr;
  }
  .addr-form__row--city-state {
    grid-template-columns: 2fr 1fr;
  }
  .profile-edit-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .profile-edit-nav {
    flex-direction: column;
    flex-shrink: 0;
    width: 180px;
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    padding-right: 4px;
    gap: 2px;
  }
  .profile-nav-item {
    flex: none;
    text-align: left;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-inner {
    position: static !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    display: block !important;
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    width: auto !important;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block !important;
  }
  .wishlist-index-index .products-grid.wishlist .product-item-info:hover {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .actions-toolbar {
    margin-bottom: 16px;
  }
  .sidebar .actions-primary .action.tocart:after {
    content: '\f07a';
    font-family: "Fontawesome";
    margin-left: 3px;
  }
  .sidebar .actions-primary .action.tocart span {
    display: none;
  }
  .order-card__media {
    width: 148px;
  }
  .order-card__body {
    padding: 20px 26px 18px;
  }
  .order-card__meta {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 20px;
  }
  .order-card__product-name {
    font-size: 15px;
  }
  .order-card__products {
    margin-bottom: 14px;
  }
  .order-info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .pay-info-two-cards {
    flex-direction: row;
    gap: 20px;
  }
  .pay-info-card__single {
    flex: 1;
  }
  .customer-account-index .column.main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
  .customer-account-index .page-title-wrapper {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }
  .customer-account-index .block-dashboard-orders {
    grid-column: 1 / -1;
  }
  .block-dashboard-addresses .address-book__grid {
    grid-template-columns: 1fr;
  }
  .blog-listing {
    padding: 40px 20px 60px;
  }
  .blog-listing__title {
    font-size: 28px;
  }
  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .blog-post {
    padding: 40px 20px 80px;
  }
  .blog-post__title {
    font-size: 28px;
  }
  .blog-post__content h2 {
    font-size: 26px;
  }
  .blog-post__content h3 {
    font-size: 20px;
  }
  .sidebar-main .filter-content > .block-subtitle.filter-subtitle {
    display: none;
  }
  .catalog-category-view .toolbar.toolbar-products .toolbar-sorter,
  .catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter {
    display: block;
  }
  .cms-index-index .nav-sections {
    margin-bottom: 0;
  }
  .page-wrapper > .sticky-header-wrapper {
    align-self: flex-start;
  }
  .page-wrapper .page-header {
    background-color: #ffffff;
  }
  .page-wrapper .page-header .panel.wrapper {
    border-bottom: 1px solid #e1e1e1;
    background-color: #ffffff;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    margin-left: 0;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger:after {
    font-size: 8px;
    margin-left: 4px;
    line-height: 22px;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger.active:after {
    font-size: 8px;
    margin-left: 4px;
    line-height: 22px;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger:hover {
    color: #1a1a1a;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
    margin-top: 0;
    border: 1px solid #e1e1e1;
    box-shadow: none;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown:before,
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown:after {
    display: none;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a {
    color: #666666;
    font-size: 14px;
    padding: 9px 13px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a:active,
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a:focus {
    color: #666666;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li > a:hover {
    color: #1a1a1a;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown > li:hover {
    background: transparent;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li {
    line-height: 22px;
    margin-left: 10px;
    position: relative;
    padding-left: 10px;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li > span,
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li > a {
    color: #333333;
    line-height: 22px;
    font-size: 14px;
    text-decoration: none;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li > a {
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li > a:active,
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li > a:focus {
    text-decoration: none;
    color: #333333;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li > a:hover {
    text-decoration: none;
    color: #1a1a1a;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li.authorization-link:after {
    display: none;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li.customer-welcome .action.switch:after {
    font-size: 8px;
    line-height: 20px;
    color: #333333;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 6px 0;
    margin-top: 0;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links:before,
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links:after {
    display: none;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links > li {
    display: block;
    margin: 0;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links > li > a {
    display: block;
    padding: 7px 15px;
    color: #333333;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links > li > a:active,
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links > li > a:focus {
    color: #333333;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links > li > a:hover {
    color: #1a1a1a;
    background: transparent;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li .customer-menu .header.links > li:hover {
    background: transparent;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header.links > li:hover.customer-welcome .action.switch:after {
    color: #1a1a1a;
  }
  .page-wrapper .page-header .header.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header .block-search {
    order: 1;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    float: none;
    width: auto;
    position: relative;
    margin: 0;
  }
  .page-wrapper .page-header .header .block-search .block-content {
    width: 100%;
  }
  .page-wrapper .page-header .header .block-search .form.minisearch {
    position: relative;
    width: 100%;
    max-width: 370px;
  }
  .page-wrapper .page-header .header .block-search .form.minisearch:not(.active) .search-close-btn {
    display: none !important;
  }
  .page-wrapper .page-header .header .block-search .field.search {
    margin: 0;
  }
  .page-wrapper .page-header .header .block-search .field.search .label {
    display: none;
  }
  .page-wrapper .page-header .header .block-search .field.search .control {
    position: relative;
  }
  .page-wrapper .page-header .header .block-search .field.search .control .input-text {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 45px 0 16px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .page-wrapper .page-header .header .block-search .field.search .control .input-text:focus {
    box-shadow: none;
    outline: none;
  }
  .page-wrapper .page-header .header .block-search .field.search .control .nested {
    display: none;
  }
  .page-wrapper .page-header .header .block-search .actions {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
  }
  .page-wrapper .page-header .header .block-search .actions .action.search {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .page-wrapper .page-header .header .block-search .actions .action.search:before {
    color: #333333;
    font-size: 18px;
    line-height: 1;
  }
  .page-wrapper .page-header .header .block-search .actions .action.search:hover:before {
    color: #1a1a1a;
  }
  .page-wrapper .page-header .header .block-search .actions .action.search.disabled,
  .page-wrapper .page-header .header .block-search .actions .action.search[disabled] {
    opacity: 1;
    cursor: pointer;
  }
  .page-wrapper .page-header .header .block-search .actions .action.search span {
    display: none;
  }
  .page-wrapper .page-header .header .header-logo {
    order: 2;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
  }
  .page-wrapper .page-header .header .header-logo .logo {
    margin: 0;
    display: block;
  }
  .page-wrapper .page-header .header .header-logo .logo > img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .page-wrapper .page-header .header .header-actions {
    order: 3;
    flex: 1;
  }
  .page-wrapper .page-header .header .minicart-wrapper .block-minicart {
    box-shadow: none;
    border-color: #e1e1e1;
    right: 0;
  }
  .page-wrapper .page-header .header .minicart-wrapper .block-minicart:before,
  .page-wrapper .page-header .header .minicart-wrapper .block-minicart:after {
    display: none;
  }
  .nav-sections .navigation > ul {
    padding: 0 15px;
    text-align: center;
    font-size: 0;
    background-color: #ffffff;
  }
  .nav-sections .navigation > ul > li {
    font-size: 14px;
  }
  .nav-sections .navigation > ul > li.level0 > a.level-top {
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    color: #000000;
  }
  .nav-sections .navigation > ul > li.level0 > a.level-top.ui-state-active {
    background: #1a1a1a;
    border: none;
    color: #ffffff;
    text-decoration: none;
  }
  .nav-sections .navigation > ul > li.level0.parent > a.level-top {
    padding: 15px 28px 15px 20px;
  }
  .nav-sections .navigation > ul > li.level0.parent > a.level-top > .ui-menu-icon {
    right: 10px;
  }
  .nav-sections .navigation > ul > li.level0.parent > a.level-top > .ui-menu-icon:after {
    font-size: 10px;
  }
  .nav-sections .navigation > ul > li.level0 .submenu {
    padding: 5px 0;
  }
  .nav-sections .navigation > ul > li.level0 .submenu > li {
    position: relative;
    margin: 0;
    text-align: left;
  }
  .nav-sections .navigation > ul > li.level0 .submenu > li > a {
    position: relative;
  }
  .nav-sections .navigation > ul > li.level0 .submenu > li > a.ui-state-active {
    background: transparent;
    border: none;
    color: #1a1a1a;
    text-decoration: none;
  }
  .nav-sections .navigation > ul > li.level0 .submenu > li.parent > a {
    padding: 10px 25px 10px 18px;
  }
  .nav-sections .navigation > ul > li.level0 .submenu > li.parent > a > .ui-menu-icon {
    right: 8px;
  }
  .nav-sections .navigation > ul > li.level0 .submenu > li.parent > a > .ui-menu-icon:after {
    font-size: 10px;
  }
  .header.content .header-actions .minicart-wrapper .action .header-action-label {
    display: block;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #e1e1e1;
    text-align: right;
  }
  .checkout-index-index .opc-wrapper {
    float: left;
    width: calc(100% - 344px);
    padding-right: 0;
    box-sizing: border-box;
  }
  .checkout-index-index .opc-sidebar {
    float: right;
    width: 330px;
    min-width: 330px;
    max-width: 330px;
    margin: 20px 0;
  }
  .checkout-index-index .shipping-address-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .checkout-index-index .checkout-shipping-method .actions-toolbar > .primary {
    float: none;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    border-radius: 16px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e1e1e1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #e1e1e1;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: 49%;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 3 * 31.233%) / 2);
    width: 31.233%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 100%/4;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%/2;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(225, 225, 225, 0.3);
    color: #5e5e5e;
    border: 1px solid #e1e1e1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #e1e1e1;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(225, 225, 225, 0.8), inset 0 -1px 0 0 rgba(225, 225, 225, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 44%;
  }
  .page-layout-1column .product.media {
    width: 55%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #000;
  }
  .block-search input:-moz-placeholder {
    color: #000;
  }
  .block-search input::-moz-placeholder {
    color: #000;
  }
  .block-search input:-ms-input-placeholder {
    color: #000;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 100%/4;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #e1e1e1;
    top: 38px/2;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #e1e1e1;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #1a1a1a;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #1a1a1a;
    border-color: #1a1a1a;
  }
  .opc-progress-bar-item._active > span {
    color: #333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #1a1a1a;
    border-color: #1a1a1a;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #1a1a1a;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 16.66666667%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #e1e1e1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #e1e1e1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857143;
    padding: 8px 12px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #000;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #000;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #000;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #e1e1e1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #e1e1e1;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #e1e1e1;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #e1e1e1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #e1e1e1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #e1e1e1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #e1e1e1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #1a1a1a;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 34%;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 100%/4;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 100%/4;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #6e716e;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .page-header {
    padding: 0;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .block.widget .products-grid .product-item {
    width: 100%/3;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 100%/4;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100%/2;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .colombo-newsletter__title {
    font-size: 44px;
  }
  .colombo-newsletter__fields {
    gap: 20px;
  }
  .customer-reviews-container {
    padding: 32px 0;
  }
  .customer-reviews-container .customer-reviews-section .customer-reviews-title {
    margin-bottom: 48px;
  }
  .customer-reviews-container .customer-reviews-section .customer-reviews-title h2 {
    font-size: 26px;
  }
  .customer-reviews-container .customer-reviews-section .customer-reviews-owl {
    gap: 24px;
  }
  .customer-reviews-container .customer-reviews-section .customer-reviews-owl article {
    padding: 32px;
  }
  .customer-reviews-container .customer-reviews-section .customer-reviews-owl article img {
    width: 56px;
  }
  .customer-reviews-container .customer-reviews-section .customer-reviews-owl article .customer-review {
    min-height: 220px;
    font-size: 14px;
  }
  .sidebar .actions-primary .action.tocart span {
    display: block;
  }
  .account .sidebar .actions-primary {
    width: 100%;
  }
  .blog-listing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .checkout-index-index .form-shipping-address {
    border: 1px solid #e4e4e4;
  }
  .checkout-index-index .opc-wrapper {
    width: calc(100% - 384px);
  }
  .checkout-index-index .opc-sidebar {
    width: 400px;
  }
  .products-grid .product-item {
    width: 100%/5;
  }
  .page-layout-1column .products-grid .product-item {
    width: 100%/6;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 100%/4;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 100%/5;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 100%/3;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #e1e1e1;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .block.widget .products-grid .product-item {
    width: 100%/5;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 100%/6;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 100%/4;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .address-book__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-dashboard-addresses .address-book__grid {
    grid-template-columns: 1fr;
  }
}
@media all and (min-width: 768px) and (max-width: 839px) {
  .cart-container .form-cart {
    float: none;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
  .cart-container .cart-summary {
    float: none;
    width: 100%;
  }
  .cart-discount {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
@media all and (min-width: 840px) {
  .cart-container .form-cart {
    float: left;
    width: 64%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  .cart-container .cart-summary {
    float: right;
    width: 33%;
    position: unset;
  }
  .cart-discount {
    float: left;
    width: 64%;
    padding-right: 4%;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_newsletter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_owl-carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_section-informative-banners.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_product-catalog.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_custom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_wishlist.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_institutional.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_faq.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_auth-pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_product-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_text-banner-imgs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_color-swatches.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_my-cards.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_address-book.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_update-profile.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_my-orders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_client-dashboard.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_blog.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FColombo%5C%2Fcolombo%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_customer-reviews.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA0cC%2CQAZyB%3BEACtB%2CYAAa%2CYAAY%2CmBAAmB%3BIACxC%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3B%3BACncR%3BEACI%2CkBAAA%3B%3BAADJ%2CaAGI%3BEACI%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAZR%2CaAGI%2CcAWI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAvBZ%2CaAGI%2CcAWI%2CgBAWI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA3BhB%2CaAGI%2CcAWI%2CgBAgBI%2CUAAU%3BEACN%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAArChB%2CaAGI%2CcAWI%2CgBA0BI%2CUAAS%2COAAQ%3BAAxC7B%2CaAGI%2CcAWI%2CgBA2BI%2CUAAS%2CMAAO%3BEACZ%2CUAAA%3BEACA%2CgBAAA%3B%3BAA3ChB%2CaAGI%2CcA4CI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAvDZ%2CaAGI%2CcA4CI%2CaAUM%3BAAzDd%2CaAGI%2CcA4CI%2CaAWM%3BAA1Dd%2CaAGI%2CcA4CI%2CaAYM%3BEACE%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CyEAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CaAnFZ%2CcA4CI%2CaAUM%2CYA6BG%3BAAAD%2CaAnFZ%2CcA4CI%2CaAWM%2CYA4BG%3BAAAD%2CaAnFZ%2CcA4CI%2CaAYM%2CMA2BG%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA1FpB%2CaAGI%2CcA4CI%2CaAUM%2CYAoCE%2CEAAC%3BAA7FjB%2CaAGI%2CcA4CI%2CaAWM%2CYAmCE%2CEAAC%3BAA7FjB%2CaAGI%2CcA4CI%2CaAYM%2CMAkCE%2CEAAC%3BEACG%2CcAAA%3B%3BAA9FpB%2CaAGI%2CcA4CI%2CaAmDM%3BAAlGd%2CaAGI%2CcA4CI%2CaAoDM%2CMAAG%3BEACD%2CUAAA%3B%3BAApGhB%2CaAGI%2CcA4CI%2CaAwDM%3BAAvGd%2CaAGI%2CcA4CI%2CaAyDM%2CMAAG%3BEACD%2CWAAA%3B%3BAAIR%2CaA1GJ%2CcA0GK%2CUAAW%2CaAAe%2CMAAG%3BEAC1B%2CUAAA%3BEACA%2CYAAA%3B%3BAASZ%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaACR%3BAAFV%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaAER%2CMAAG%3BEACD%2CWAAA%3B%3BAAJZ%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaAMR%3BAAPV%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaAOR%2CMAAG%3BEACD%2CYAAA%3B%3BAAKZ%3BAACA%3BAACA%2CeAAgB%3BAAChB%2CeAAgB%3BEACZ%2CiBAAA%3B%3BAAGJ%3BAACA%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaACM%2CgBAAa%2CIAAI%3BAADvB%2CaAEM%2CsBAAmB%3BAAFzB%2CaAGM%2CeAAY%3BEACV%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAsCR%2CQAlC0B%3BEAGtB%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaACR%3BEAFV%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaAER%2CMAAG%3BIACD%2CWAAA%3B%3BEAJZ%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaAMR%3BEAPV%2CaAAa%2CIAAI%2CcACb%2CcAAc%2CaAOR%2CMAAG%3BIACD%2CYAAA%3B%3BEAKZ%3BEACA%2CeAAgB%3BIACZ%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CaACM%2CgBAAa%2CIAAI%3BEADvB%2CaAEM%2CsBAAmB%3BEAFzB%2CaAGM%2CeAAY%3BIACV%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAMZ%2CUAAU%2CaAAc%3BAACxB%2CaAAa%2CUAAW%3BEACpB%2CwBAAA%3B%3BAAiCJ%2CQA7B0B%3BEAEtB%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAIJ%2CeAAgB%2CeAAe%3BIAC3B%2CiBAAA%3B%3BEAMJ%2CeAAgB%3BIACZ%2CkBAAA%3B%3BEAKJ%2CsBAAsB%2CaAAc%3BIAChC%2C4BAAA%3B%3BEAIJ%2CsBAAuB%2CcAAc%3BIACjC%2CwBAAA%3B%3B%3B%3BACpOR%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3B%3BAAHJ%2C4BAKI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAZR%2C4BAeI%3BEACI%2COAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAnBR%2C4BAsBI%2CEAAC%2CyBAAyB%2CMAAO%3BEAC7B%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2C4BA2BI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAnCR%2C4BA2BI%2C0BAUI%3BEACI%2CeAAA%3B%3BAAtCZ%2C4BA0CI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FCR%2C4BA0CI%2C6BAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAApDZ%2C4BA0CI%2C6BAaI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAgBR%2CQAZ0B%3BEAY1B%2C4BAXI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAQR%2C4BALI%3BIACI%2CUAAU%2CgBAAV%3B%3B%3BAA6DR%2CQAzD0B%3BEAyD1B%2C4BAxDI%2C%2BBAA8B%2CIAAI%3BIAC9B%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEAqDR%2C4BAlDI%3BIACI%2CMAAA%3B%3BEAiDR%2C4BAlDI%2C%2BBAGI%3BIAEI%2CWAAA%3BIACA%2CYAAA%3B%3BEA4CZ%2C4BAlDI%2C%2BBAGI%2C0BAKI%3BIACI%2CeAAA%3B%3BEAyChB%2C4BAlDI%2C%2BBAaI%3BIACI%2CQAAA%3B%3BEAoCZ%2C4BAlDI%2C%2BBAaI%2C6BAGI%3BIACI%2CeAAA%3B%3BEAiChB%2C4BAlDI%2C%2BBAaI%2C6BAOI%3BIACI%2CeAAA%3B%3BEA6BhB%2C4BAlDI%2C%2BBAyBI%3BIACI%2CcAAA%3B%3BEAwBZ%2C4BAlDI%2C%2BBA6BI%2C%2BBAA8B%3BIAC1B%2CuBAAA%3BIACA%2CMAAA%3BIACA%2CiBAAA%3B%3BEAkBZ%2C4BAlDI%2C%2BBAmCI%2C%2BBAA8B%2CaAAc%2CUAAU%3BIAClD%2CeAAA%3BIACA%2CWAAA%3B%3BEAaZ%2C4BAlDI%2C%2BBAwCI%2C%2BBAA8B%2CaAAc%2CcAAc%2CgBACtD%2CUAAU%3BIACN%2CUAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAA7HpB%2C4BAmII%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzIR%2C4BAmII%2CsBAQI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIA%2C4BAfR%2CsBAcI%2CQACK%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C4BAxBZ%2CsBAcI%2CQACK%2CQASI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAA7JpB%2C4BAmII%2CsBA%2BBI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAArKZ%2C4BAmII%2CsBA%2BBI%2CGAKI%3BEACI%2CcAAA%3BEACA%2CSAAA%3B%3BAAzKhB%2C4BAmII%2CsBA%2BBI%2CGAKI%2CGAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FKpB%2C4BAmII%2CsBA%2BBI%2CGAKI%2CGAWI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAxLpB%2C4BA8LI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAlMR%2C4BA8LI%2CsBAMI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAtMZ%2C4BA8LI%2CsBAMI%2CSAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA9MhB%2C4BA8LI%2CsBAMI%2CSAII%2CWAQI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAtNpB%2C4BA8LI%2CsBAMI%2CSAII%2CWAQI%2C4BAQK%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAjOxB%2C4BA8LI%2CsBAMI%2CSAII%2CWAQI%2C4BAoBK%3BEACG%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAqBpB%2CQAd0B%3BEAc1B%2C4BAbI%2CsBACI%2CSACI%2CWACI%2C4BACK%3BIACG%2CeAAA%3B%3B%3BAAkExB%2CQA1D0B%3BEA0D1B%2C4BAzDI%3BIACI%2CoBAAA%3B%3BEAwDR%2C4BAzDI%2CsBAGI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAoDZ%2C4BAzDI%2CsBAGI%2CSAII%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEA%2BChB%2C4BAzDI%2CsBAGI%2CSAII%2CWAKI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEA2CpB%2C4BArCI%2CsBAAsB%2CGAAG%2CGAAG%3BIACxB%2CWAAA%3B%3BEAoCR%2C4BAjCI%2CsBAAsB%2CGAAG%2CGAAG%3BIACxB%2CeAAA%3BIACA%2CmBAAA%3B%3BEA%2BBR%2C4BA5BI%2CsBAAsB%2CGAAG%2CGAAG%3BIACxB%2CmBAAA%3BIACA%2CmBAAA%3B%3BEA0BR%2C4BAvBI%2CsBAAsB%2CQAAO%3BIACzB%2CkBAAA%3B%3BEAsBR%2C4BAnBI%3BIACI%2CeAAA%3B%3BEAkBR%2C4BAfI%2CqBAAqB%3BIACjB%2CeAAA%3B%3BEAcR%2C4BAXI%2CqBAAqB%3BIACjB%2CeAAA%3BIACA%2CmBAAA%3B%3BEASR%2C4BANI%2CqBAAqB%2CQAAO%3BIACxB%2CkBAAA%3B%3B%3BAAjTZ%2C4BAsTI%2CgBACI%2CcAAc%3BAAvTtB%2C4BAsTI%2CgBAEI%2CuBAAsB%2CaAAc%3BEAChC%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2C4BAPJ%2CgBAOK%2CMAAO%2CcAAc%3BAACtB%2C4BARJ%2CgBAQK%2CMAAO%2CuBAAsB%2CaAAc%3BEACxC%2CUAAA%3B%3BAA%5C%2FTZ%2C4BAmUI%2CeACI%2CeACI%2CcACI%2CmBACI%2CsBACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAA1U5B%2C4BAmUI%2CeACI%2CeACI%2CcACI%2CmBACI%2CsBACI%2CyBAII%3BEACI%2CqBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FUhC%2C4BAmUI%2CeACI%2CeACI%2CcACI%2CmBACI%2CsBACI%2CyBAUI%3BEACI%2CaAAA%3B%3BAAWpB%2C4BAFR%2CsBACI%2CSACK%3BEACG%2CkBAAA%3B%3BAADJ%2C4BAFR%2CsBACI%2CSACK%2CMAGG%2CgBACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2C4BAFR%2CsBACI%2CSACK%2CMAGG%2CgBAiBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAjCZ%2C4BAFR%2CsBACI%2CSACK%2CMAGG%2CgBAiCI%2CWAAW%3BEACP%2CSAAA%3B%3BAAuBpB%2CQAhByB%3BEAgBzB%2C4BAfI%2CsBAAsB%2CSAAQ%2CMAAO%2CgBAAgB%3BIACjD%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAWR%2C4BARI%2CsBAAsB%2CSAAQ%2CMAAO%2CgBAAgB%3BIACjD%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAoBR%2CQAhByB%3BEAgBzB%2C4BAfI%2CsBAAsB%2CSAAQ%2CMAAO%2CgBAAgB%3BIACjD%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAWR%2C4BARI%2CsBAAsB%2CSAAQ%2CMAAO%2CgBAAgB%3BIACjD%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAAtaZ%2C4BA0aI%3BEACI%2CkBAAA%3B%3BAA3aR%2C4BA0aI%2CmBAGI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FaZ%2C4BA0aI%2CmBAGI%2CyBAII%2CiBACI%3BEACI%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C4BAdhB%2CmBAGI%2CyBAII%2CiBACI%2CEAMK%3BAACD%2C4BAfhB%2CmBAGI%2CyBAII%2CiBACI%2CEAOK%3BEACG%2CcAAA%3B%3BAAGJ%2C4BAnBhB%2CmBAGI%2CyBAII%2CiBACI%2CEAWK%3BEACG%2CcAAA%3B%3BAA9bxB%2C4BA0aI%2CmBA0BI%2CkBACI%3BEACI%2CmBAAA%3B%3BAAGI%2C4BA%5C%2FBhB%2CmBA0BI%2CkBACI%2CYAGI%2COACK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2C4BA%5C%2FBhB%2CmBA0BI%2CkBACI%2CYAGI%2COACK%2CIAMG%2CSACI%3BEACI%2CqBAAA%3B%3BAARZ%2C4BA%5C%2FBhB%2CmBA0BI%2CkBACI%2CYAGI%2COACK%2CIAMG%2CSAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAfZ%2C4BA%5C%2FBhB%2CmBA0BI%2CkBACI%2CYAGI%2COACK%2CIAMG%2CSAYI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAA1BZ%2C4BA%5C%2FBhB%2CmBA0BI%2CkBACI%2CYAGI%2COACK%2CIAMG%2CSAYI%2CUAUI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C4BAtEhC%2CmBA0BI%2CkBACI%2CYAGI%2COACK%2CIAMG%2CSAYI%2CUAUI%2CSAWK%3BEACG%2CgCAAA%3B%3BAAGJ%2C4BA1EhC%2CmBA0BI%2CkBACI%2CYAGI%2COACK%2CIAMG%2CSAYI%2CUAUI%2CSAeK%3BEACG%2CiBAAA%3B%3BAAGJ%2C4BA9EhC%2CmBA0BI%2CkBACI%2CYAGI%2COACK%2CIAMG%2CSAYI%2CUAUI%2CSAmBK%3BEACG%2CcAAA%3B%3BAAzfxC%2C4BA0aI%2CmBA0BI%2CkBACI%2CYA4DI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGI%2C4BA5FpB%2CmBA0BI%2CkBACI%2CYA4DI%2CSAII%2CQACK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA1gB5B%2C4BA0aI%2CmBAuGI%2CoBACI%3BEACI%2CWAAA%3B%3BAAnhBhB%2C4BA0aI%2CmBA6GI%2CWACI%3BEACI%2CwBAAA%3B%3BAAIJ%2C4BAnHR%2CmBA6GI%2CWAMK%3BEACG%2CeAAA%3B%3BAA9hBhB%2C4BA0aI%2CmBA6GI%2CWAUI%3BAAjiBZ%2C4BA0aI%2CmBA6GI%2CWAWI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAriBhB%2C4BA0aI%2CmBA6GI%2CWAUI%2CeAMI%2CeACI%3BAAxiBpB%2C4BA0aI%2CmBA6GI%2CWAWI%2CmBAKI%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA3iBxB%2C4BA0aI%2CmBA6GI%2CWAyBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAljBhB%2C4BA0aI%2CmBA6GI%2CWAyBI%2CWAII%3BEACI%2CeAAA%3B%3BAArjBpB%2C4BA0aI%2CmBA6GI%2CWAyBI%2CWAQI%2CeACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2C4BApJpB%2CmBA6GI%2CWAyBI%2CWAQI%2CeACI%2COAKK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAArkB5B%2C4BA0aI%2CmBAkKI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAAIQ%2C4BAxKhB%2CmBAkKI%2CoBAII%2CwBACI%2COACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAnLhB%2CmBAkKI%2CoBAII%2CwBACI%2COAYK%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAQR%2C4BAnMZ%2CmBAiMI%2CSACK%2CUACI%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAJJ%2C4BAnMZ%2CmBAiMI%2CSACK%2CUACI%2CSAMI%3BEACG%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAZR%2C4BAnMZ%2CmBAiMI%2CSACK%2CUACI%2CSAeG%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAA9nBxB%2C4BA0aI%2CmBA0NI%3BEACI%2CgBAAA%3B%3BAAroBZ%2C4BA0aI%2CmBA0NI%2CsBAGI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIA%2C4BAnOZ%2CmBA0NI%2CsBAQI%2CEACK%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C4BA3OhB%2CmBA0NI%2CsBAQI%2CEACK%2COAQI%3BAACD%2C4BA5OhB%2CmBA0NI%2CsBAQI%2CEACK%2COASI%3BAACD%2C4BA7OhB%2CmBA0NI%2CsBAQI%2CEACK%2COAUI%3BEACG%2CcAAA%3B%3BAAXR%2C4BAnOZ%2CmBA0NI%2CsBAQI%2CEACK%2COAcG%3BEACI%2CiBAAA%3B%3BAAGJ%2C4BArPhB%2CmBA0NI%2CsBAQI%2CEACK%2COAkBI%3BEACG%2CcAAA%3B%3BAASZ%2C4BAFR%2CSACK%2CKACI%2CSACG%3BEACI%2CiBAAA%3B%3BAAgBhB%2CwBAV2C%3BEAU3C%2C4BATI%2CaAAa%2CYAAY%2CmBAAmB%2CkBAAkB%3BIAC1D%2CeAAA%3B%3BEAQR%2C4BALI%2CaAAa%2CYAAY%2CmBAAmB%2COAAM%3BIAC9C%2CYAAA%3B%3B%3BAAUR%2CwBAN0C%3BEAM1C%2C4BALI%3BIACI%2CYAAA%3B%3B%3BAA2dR%2CwBAvd0C%3BEAud1C%2C4BAtdI%2CeAAe%2CcAAc%2CmBAAmB%2CkBAAkB%2CoBAAoB%3BIAClF%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAkdR%2C4BA%5C%2FcI%2CeAAe%2CcAAc%2CmBAAmB%2CkBAAkB%2CoBAAoB%3BIAClF%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEA2cR%2C4BAxcI%2CoBAAoB%3BIAChB%2CmBAAA%3B%3BEAucR%2C4BApcI%2CYAAY%2CQAAQ%3BIAChB%2CWAAA%3B%3BEAmcR%2C4BAhcI%2CYAAY%2CQAAQ%3BIAChB%2CWAAA%3B%3BEA%2BbR%2C4BA5bI%2CaAAa%2CYAAY%2CmBAAmB%3BIACxC%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAwbR%2C4BArbI%2CaAAa%2CYAAY%2CmBAAmB%2COAAM%3BIAC9C%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAkbR%2C4BA%5C%2FaI%2CaAAa%2CYAAY%2CmBAAmB%2CkBAAkB%3BIAC1D%2CeAAA%3BIACA%2CiBAAA%3B%3BEA6aR%2C4BA1aI%2CcAAc%3BIACV%2CcAAA%3B%3BEAyaR%2C4BAtaI%3BIACI%2CWAAA%3B%3BEAqaR%2C4BAlaI%2CaAAa%2CQAAO%3BIAChB%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEA6ZR%2C4BA1ZI%3BIACI%2CiBAAA%3B%3BEAKI%2C4BAFR%2CgBAAgB%2CoBACZ%2CQAAO%2CSACF%3BIACG%2CwBAAA%3B%3BEAmZhB%2C4BA9YI%2CiBAAiB%3BIACb%2CgBAAA%3B%3BEA6YR%2C4BA1YI%2CcAAc%3BIACV%2CgBAAA%3B%3BEAyYR%2C4BAtYI%3BIACI%2CuBAAA%3B%3BEAqYR%2C4BAlYI%2COAAM%2COAAQ%2CeAAe%3BIACzB%2CgBAAA%3B%3BEAiYR%2C4BA9XI%2CsBAAsB%2CSAAQ%3BIAC1B%2CmBAAA%3B%3BEA6XR%2C4BA1XI%2CsBAAsB%2CSAAQ%2CKAAK%3BIAC%5C%2FB%2CcAAA%3BIACA%2CeAAA%3B%3BEAwXR%2C4BArXI%2CsBAAsB%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BIAClD%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAkXR%2C4BA%5C%2FWI%2CmBAAmB%2CkBAAkB%3BIACjC%2CmBAAA%3B%3BEA8WR%2C4BA3WI%2CmBAAmB%2CkBAAkB%2CYAAY%2CSAAS%2CQAAO%3BIAC7D%2CgBAAA%3B%3BEA0WR%2C4BAvWI%2CaAAa%2CeAAe%2CiBAAiB%3BIACzC%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAoWR%2C4BAjWI%2CaAAa%2CeAAe%2CiBAAiB%3BIACzC%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA8VR%2C4BA3VI%2CaAAa%2CeAAe%2CiBAAiB%2CeAAe%2CKAAG%2CKAAG%2CIAAE%3BIAChE%2CeAAA%3B%3BEA0VR%2C4BAvVI%2CaAAa%2CeAAe%3BIACxB%2CeAAA%3B%3BEAsVR%2C4BAnVI%2CmBAAmB%2CoBAAoB%3BIACnC%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAiVR%2C4BA9UI%2CmBAAmB%3BIACf%2CsBAAA%3B%3BEA6UR%2C4BA1UI%2CmBAAmB%3BIACf%2C2BAAA%3B%3BEAyUR%2C4BAtUI%2CmBAAmB%3BIACf%2CmBAAA%3B%3BEAqUR%2C4BAlUI%2CcACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA%2BTZ%2C4BAlUI%2CcACI%2CcAII%2CyBACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEA%2C4BAVhB%2CcACI%2CcAII%2CyBACI%2C0BAIK%3BEACD%2C4BAXhB%2CcACI%2CcAII%2CyBACI%2C0BAKK%3BIACG%2CcAAA%3B%3BEAGJ%2C4BAfhB%2CcACI%2CcAII%2CyBACI%2C0BASK%3BIACG%2CcAAA%3B%3BEAIR%2C4BApBZ%2CcACI%2CcAII%2CyBAeK%2COACG%3BIACI%2CcAAA%3B%3BEAEA%2C4BAxBpB%2CcACI%2CcAII%2CyBAeK%2COACG%2C0BAGK%3BEACD%2C4BAzBpB%2CcACI%2CcAII%2CyBAeK%2COACG%2C0BAIK%3BEACD%2C4BA1BpB%2CcACI%2CcAII%2CyBAeK%2COACG%2C0BAKK%3BIACG%2CcAAA%3B%3BEAuS5B%2C4BAlUI%2CcACI%2CcAgCI%3BIACI%2CuBAAA%3B%3BEAgShB%2C4BAlUI%2CcACI%2CcAgCI%2CYAGK%3BIACG%2CUAAA%3B%3BEAGI%2C4BAxCpB%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%3BIACG%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2C4BA7CxB%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAKI%3BIACG%2CgBAAA%3B%3BEANR%2C4BAxCpB%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COASG%3BIACI%2CoBAAA%3B%3BEAIA%2C4BAtD5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAaI%2CIACI%3BIACG%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3B%3BEANJ%2C4BAtD5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAaI%2CIACI%2CUAQI%3BIACG%2CyBAAA%3B%3BEAGJ%2C4BAlEhC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAaI%2CIACI%2CUAYI%3BEACD%2C4BAnEhC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAaI%2CIACI%2CUAaI%3BIACG%2CcAAA%3B%3BEAGJ%2C4BAvEhC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAaI%2CIACI%2CUAiBI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2C4BA7EhC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAaI%2CIACI%2CUAuBI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2C4BAnFhC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAaI%2CIACI%2CUA6BI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAQA%2C4BA9FpC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmDI%2COACI%2CIACI%2CUACI%3BIACG%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAQR%2C4BAzGhC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COA%2BDI%2COACI%2CIACI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAOJ%2C4BAnHhC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAyEI%2CWACI%2CIACI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAOR%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%3BEAAD%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%3BIACG%2CYAAA%3B%3BEADJ%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%3BEAHJ%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%3BIACI%2CkBAAA%3B%3BEAJR%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAGK%3BEANT%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAGK%3BIACG%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAEA%2C4BA3IxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAGK%2CIAQI%3BEAAD%2C4BA3IxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAGK%2CIAQI%3BEACD%2C4BA5IxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAGK%2CIASI%3BEAAD%2C4BA5IxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAGK%2CIASI%3BIACG%2CcAAA%3B%3BEAhBhB%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAGK%2CIAaI%3BEAnBb%2C4BA7H5B%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAGK%2CIAaI%3BIACG%2CyBAAA%3B%3BEAGJ%2C4BApJxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAGK%2CIAiBI%3BEAAD%2C4BApJxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAGK%2CIAiBI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2C4BA1JxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAGK%2CIAuBI%3BEAAD%2C4BA1JxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAGK%2CIAuBI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2C4BAhKxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAGK%2CIA6BI%3BEAAD%2C4BAhKxC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAGK%2CIA6BI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAIR%2C4BAvKpC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGAuCK%2COACI%3BEADL%2C4BAvKpC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGAuCK%2COACI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAIR%2C4BA%5C%2FKpC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAmFG%2CGAEK%2CQAGG%2CGA%2BCK%2CWACI%3BEADL%2C4BA%5C%2FKpC%2CcACI%2CcAgCI%2CYAGK%2CKAGG%2CGACK%2COAoFG%2CIACK%2CQAGG%2CGA%2BCK%2CWACI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAYhC%2C4BA%5C%2FLZ%2CcACI%2CcA6LI%2CQACK%2CMACI%3BIACG%2CyBAAA%3BIACA%2CeAAA%3B%3BEAHR%2C4BA%5C%2FLZ%2CcACI%2CcA6LI%2CQACK%2CMACI%2CKAII%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2C4BA%5C%2FLZ%2CcACI%2CcA6LI%2CQACK%2CMACI%2CKASI%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEA%2C4BA7MxB%2CcACI%2CcA6LI%2CQACK%2CMACI%2CKASI%2CIAII%3BEACD%2C4BA9MxB%2CcACI%2CcA6LI%2CQACK%2CMACI%2CKASI%2CIAKI%3BIACG%2CcAAA%3B%3BEAGJ%2C4BAlNxB%2CcACI%2CcA6LI%2CQACK%2CMACI%2CKASI%2CIASI%3BIACG%2CcAAA%3B%3BEA%2BGhC%2C4BAlUI%2CcACI%2CcAyNI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAKY%2C4BAjOxB%2CcACI%2CcAyNI%2CUAII%2CSACI%2CQACK%2COACI%2CiBACI%3BIACG%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEA%2C4BAzOhC%2CcACI%2CcAyNI%2CUAII%2CSACI%2CQACK%2COACI%2CiBACI%2CSAOI%3BIACG%2CSAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAMR%2C4BAlP5B%2CcACI%2CcAyNI%2CUAII%2CSACI%2CQACK%2COAiBI%2COACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CaAAA%3B%3BEAIR%2C4BAxPxB%2CcACI%2CcAyNI%2CUAII%2CSACI%2CQACK%2COAwBI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CaAAA%3B%3BEAOJ%2C4BAjQxB%2CcACI%2CcAyNI%2CUAII%2CSAiCK%2COACG%2CGACK%3BIACG%2CcAAA%3B%3BEAOZ%2C4BAzQhB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%3BIACG%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAEA%2C4BAhRpB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAOI%3BIACG%2CYAAA%3B%3BEAGJ%2C4BApRpB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAWI%3BIACG%2CYAAA%3B%3BEAZR%2C4BAzQhB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAeI%3BIACG%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2C4BA7RxB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAeI%2CKAKI%3BIACG%2CgBAAA%3B%3BEArBZ%2C4BAzQhB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAeI%2CKASI%3BIACG%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAEA%2C4BAxS5B%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAeI%2CKASI%2CIAOI%3BEACD%2C4BAzS5B%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAeI%2CKASI%2CIAQI%3BIACG%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3B%3BEAIR%2C4BAhTxB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAeI%2CKAwBI%3BIACG%2CuBAAA%3B%3BEADJ%2C4BAhTxB%2CcACI%2CcAyNI%2CUA8CI%2CGACK%2CSAeI%2CKAwBI%2CMAGI%3BIACG%2CcAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3B%3B%3BAA0BpC%2CwBAf0C%3BEAe1C%2C4BAdI%2CoBAAoB%3BIAChB%2CeAAA%3BIACA%2CmBAAA%3B%3BEAYR%2C4BATI%2CiBAAiB%3BIACb%2CeAAA%3B%3BEAQR%2C4BALI%3BIACI%2CoBAAA%3B%3B%3BAAoDR%2CwBAhD0C%3BEAgD1C%2C4BA%5C%2FCI%2CYAAY%2CQAAQ%2CSAAS%2CGAAG%2CGAAG%2CUAAU%3BIACzC%2CWAAA%3B%3BEA8CR%2C4BA3CI%2CYAAY%2CQAAQ%2CSAAS%2CGAAG%2CGAAG%2CUAAU%3BIACzC%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAwCR%2C4BArCI%2CiBAAiB%3BIACb%2CeAAA%3B%3BEAoCR%2C4BAjCI%3BIACI%2CoBAAA%3B%3BEAgCR%2C4BA7BI%2CaAAa%2CYAAY%2CmBAAmB%2COAAM%2CWAAY%2CSAAS%2CSAAS%2CQAAO%2CUAAU%3BIAC7F%2CeAAA%3B%3BEA4BR%2C4BAzBI%2CaAAa%2CYAAY%2CmBAAmB%2CkBAAkB%3BIAC1D%2CiBAAA%3B%3BEAwBR%2C4BArBI%2CaAAa%2CYAAY%3BIACrB%2CeAAA%3B%3BEAoBR%2C4BAjBI%2CsBAAsB%2CSAAS%2CWAAW%3BIACtC%2CmBAAA%3B%3BEAgBR%2C4BAbI%2CsBAAsB%2CSAAS%2CWAAW%2C4BAA4B%3BIAClE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAQR%2C4BALI%2CsBAAsB%2CSAAS%2CWAAW%2C4BAA4B%3BIAClE%2CeAAA%3B%3B%3BAAiBR%2CwBAb0C%3BEAa1C%2C4BAZI%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAUR%2C4BAPI%2CcAAc%3BIACV%2CeAAA%3B%3B%3BAA9tCZ%2C4BAouCI%2CeAAc%2CSAAU%2CcAAc%2CmBAAkB%3BEACpD%2CmBAAA%3BEACA%2C4CAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAaJ%2CQAVyB%3BEAUzB%2C4BATI%2CsBAAsB%3BIAClB%2CWAAA%3B%3BEAQR%2C4BALI%2CeAAc%2CSAAU%3BIACpB%2CuCAAA%3B%3B%3BAAcR%2CQAVyB%3BEAUzB%2C4BATI%2CSAAS%2CcAAc%2CSAAQ%2CaAAc%2COAAM%2CsBAAsB%3BIACrE%2CaAAA%3B%3BEAQR%2C4BALI%3BIACI%2CqBAAA%3B%3B%3BAAUR%2CQANyB%3BEAMzB%2C4BALI%2CeAAc%2CSAAU%2CcAAc%2CmBAAkB%3BIACpD%2CaAAA%3B%3B%3BAAcZ%2CQAV6B%3BEAU7B%2C4BATQ%2CeAAc%2CSAAU%2CeAAe%2CcAAc%2CmBAAkB%3BIACnE%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BACxvCP%2CQAbyB%3BEAGd%2C2BADJ%2COAAM%2COACD%2CIAAI%2CSAED%3BIACI%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BACoExB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAIQ%2CkBAFR%2CEACK%2COACI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CkBARZ%2CEACK%2COACI%2CQAMI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAapB%2CQAN0B%3BEACtB%3BIACI%2CwBAAA%3B%3B%3BAAIR%2CmBACI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%2COAAO%3BEACH%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CCAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAADJ%2CYAGM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAbR%2CYAGM%2CSAYI%3BEACE%2CcAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CYAlBF%2CSAkBG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CaACI%2CcAAc%3BAACd%2CaAAC%2CaAAc%3BEACX%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CaAAC%2CMAAO%2CcAAc%3BAACtB%2CaAAC%2CMAAM%2CaAAc%3BEACjB%2CUAAA%3B%3BAAuBR%2CQAnB0B%3BEACtB%2CeACI%3BIACI%2CaAAA%3B%3BEAIR%2CYACM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CYAJF%2CSAIG%3BIACG%2CgBAAA%3B%3B%3BAAuBhB%2CQAjB0B%3BEACtB%2CYACM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CYAJF%2CSAIG%3BIACG%2CgBAAA%3B%3BEANZ%2CYACM%2CSAQI%3BIACE%2CoBAAA%3B%3B%3BAAwBhB%2CQAlB0B%3BEACtB%2CYACM%3BIACE%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEA%2CYAJF%2CSAIG%3BIACG%2CgBAAA%3B%3B%3BAAWhB%3BEACI%2CiBAAA%3B%3BAADJ%2CaAGM%3BEACE%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAATR%2CaAGM%2CyBAQE%2CaACI%2CMACI%2CIAAG%3BEACC%2C%2BBAAA%3BEACA%2C%2BBAAA%3B%3BAAKZ%2CaAjBF%2CyBAiBG%2CYACG%2CaACI%2CMACI%2CIAAG%3BEACC%2CWAAW%2CWAAX%3B%3BAAWxB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAANJ%2CeAQI%3BEACI%2CkBAAA%3B%3BAATR%2CeAQI%2CeAGI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CeAQI%2CeAeI%3BEACI%2CkBAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CwEAAA%3BEAIA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAxCZ%2CeAQI%2CeAeI%2CwBAmBI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CeA3CZ%2CeAeI%2CwBAmBI%2CEASK%3BEACG%2CcAAA%3B%3BAAKZ%2CeAjDJ%2CeAiDK%2CMAEG%3BAADJ%2CeAlDJ%2CeAkDK%2CaACG%3BEACI%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAA9DhB%2CeAmEI%2CuBACI%2CwBACI%3BEACI%2CUAAA%3B%3BAAeZ%2CQAV0B%3BEAU1B%3BIATI%2CSAAA%3B%3BEASJ%2CeAPI%2CeACI%3BIACI%2CaAAA%3B%3B%3BAAhFhB%2CeAqFI%3BEACI%2CSAAA%3B%3BAAtFR%2CeAqFI%2CoBAGI%2CQAAO%3BEACH%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CeAXR%2CoBAGI%2CQAAO%2CSAQF%3BEACG%2CwBAAA%3B%3BAAjGhB%2CeAqFI%2CoBAGI%2CQAAO%2CSAYH%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAA3GhB%2CeAqFI%2CoBAGI%2CQAAO%2CSAYH%2CoBASM%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAlHpB%2CeAqFI%2CoBAGI%2CQAAO%2CSAYH%2CoBAiBI%2CSAAQ%3BEACJ%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeApDhB%2CoBAGI%2CQAAO%2CSAYH%2CoBAiBI%2CSAAQ%2CIAoBH%3BEACG%2CaAAA%3B%3BAA1IxB%2CeAqFI%2CoBAGI%2CQAAO%2CSAYH%2CoBAiBI%2CSAAQ%2CIAwBJ%3BEACI%2CcAAA%3B%3BAAEA%2CeA3DpB%2CoBAGI%2CQAAO%2CSAYH%2CoBAiBI%2CSAAQ%2CIAwBJ%2CgBAGK%3BEACG%2CaAAA%3B%3BAAjJ5B%2CeAqFI%2CoBAGI%2CQAAO%2CSAYH%2CoBAiBI%2CSAAQ%2CIAgCJ%3BEACI%2CaAAA%3B%3BAAtJxB%2CeAqFI%2CoBAGI%2CQAAO%2CSAmEH%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAwfhB%2CaAAc%2CQAAO%2COAAO%3BAAC5B%2CaAAc%2CQAAO%2COAAO%3BAAC5B%2CQAAQ%2CUAAW%2CcAAc%2CQAAO%3BEACpC%2CUAAA%3B%3BAAGJ%3BAACA%3BEACI%2CgBAAA%3B%3BAAGJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAIR%2CYACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAALR%2CYAQI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CYAQI%2CeAOI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAApBZ%2CYAQI%2CeAOI%2CiBAOI%3BEACI%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAzBhB%2CYAQI%2CeAOI%2CiBAaI%3BEACI%2CYAAA%3B%3BAA7BhB%2CYAQI%2CeAOI%2CiBAaI%2CeAGM%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAlCpB%2CYAQI%2CeAOI%2CiBAaI%2CeAGM%2CKAKI%3BEACE%2CqBAAA%3BEACA%2CSAAA%3B%3BAAtCxB%2CYAQI%2CeAOI%2CiBAaI%2CeAGM%2CKAKI%2CKAII%3BEACE%2CcAAA%3B%3BAAzC5B%2CYAQI%2CeAOI%2CiBAaI%2CeAGM%2CKAKI%2CKAII%2CIAGI%3BEACE%2CeAAA%3B%3BAAgBhC%2CQAN0B%3BEACtB%2CYAAa%2CYAAY%2CmBAAmB%3BIACxC%2CUAAA%3B%3B%3BAA8UR%2CQA1U0B%3BEAIV%2CQAFP%2CmBACG%2COACK%3BEACD%2CQAHP%2CmBACG%2COAEK%3BIACG%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEALJ%2CQAFP%2CmBACG%2COACK%2CcAOG%3BEANJ%2CQAHP%2CmBACG%2COAEK%2CeAMG%3BIACI%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAXR%2CQAFP%2CmBACG%2COACK%2CcAOG%2CaAMM%3BEAZV%2CQAHP%2CmBACG%2COAEK%2CeAMG%2CaAMM%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAOpB%2CQAAC%2CaACG%3BIACI%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CQAPP%2CaACG%2COAMK%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEATZ%2CQAAC%2CaACG%2COAWI%3BIACI%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAhBZ%2CQAAC%2CaACG%2COAWI%2CaAMM%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAKJ%2CQA3BX%2CaACG%2COAyBI%2CeACK%3BIACG%2CyBAAA%3B%3BEADJ%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAGG%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BEAPR%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAUG%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEAfR%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAkBG%3BIACI%2CqCAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEArBR%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAwBG%2CgBACM%2CkBACE%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5BhB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAwBG%2CgBAQI%3BIACI%2CcAAA%3B%3BEAjCZ%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAwBG%2CgBAYI%2CMACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CQAvEvB%2CaACG%2COAyBI%2CeACK%2CeAwBG%2CgBAmBI%2CQACK%3BIACG%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3BEADJ%2CQAvEvB%2CaACG%2COAyBI%2CeACK%2CeAwBG%2CgBAmBI%2CQACK%2COAUK%3BIACE%2CaAAA%3B%3BEAvDpB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeA6DG%3BIACI%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEApER%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%3BIACI%2CmBAAA%3B%3BEAxER%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAGI%3BIACI%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CQA7GvB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAGI%2CqBAQK%3BIACG%2CaAAA%3B%3BEADJ%2CQA7GvB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAGI%2CqBAQK%2COAGG%3BIACI%2CgCAAA%3B%3BEAtFpB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAqBI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CQApIvB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAqBI%2CsBAaK%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAOI%2CQAlJ%5C%2FB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBA6CI%2CqBACK%2COACG%2CsBACK%3BIACG%2CSAAS%2COAAT%3B%3BEAxHxB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%3BIACI%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAjIZ%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAKI%2COACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAvIpB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAKI%2COACI%2CMAKM%3BIACE%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAEA%2CQA1KnC%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAKI%2COACI%2CMAKM%2CIAMG%3BEACD%2CQA3KnC%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAKI%2COACI%2CMAKM%2CIAOG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CQAhLnC%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAKI%2COACI%2CMAKM%2CIAYG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CQAtL%5C%2FB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAKI%2COACI%2CMAuBK%3BIACG%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA9JxB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%3BIACI%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAvKhB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%2CsBAKI%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEA5KpB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%2CsBAKI%2CsBAKI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CQAnNnC%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%2CsBAKI%2CsBAKI%2CuBAUK%3BIACG%2CcAAA%3B%3BEAzL5B%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%2CsBAKI%2CsBAKI%2CuBAcI%2CMAAK%3BIACD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEAlM5B%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%2CsBAKI%2CsBA6BI%3BIACI%2COAAA%3B%3BEAvMxB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%2CsBAKI%2CsBAiCI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQA1O%5C%2FB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAsCI%2CsBAKI%2CsBAsCK%2COAAQ%3BIACL%2CgBAAA%3BIACA%2CcAAA%3B%3BEAjNxB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%3BIACI%2CgBAAA%3B%3BEAxNhB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBAGI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEA9NpB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBAUI%3BEAjOhB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBAWI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIAEA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CQAxQ%5C%2FB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBAUI%2CmBAYK%3BEAAD%2CQAxQ%5C%2FB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBAWI%2CiBAWK%3BIACG%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAhPxB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBA6BI%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEAtPpB%2CQA3BX%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBAkCI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CQA%5C%2FR%5C%2FB%2CaACG%2COAyBI%2CeACK%2CeAuEG%2CgBAuDI%2CwBAyFI%2CmBAkCI%2CoBAWK%3BIACG%2CmBAAA%3BIACA%2CqBAAA%3B%3B%3BAAgBpC%2CsBADJ%2CSACK%3BAAAD%2C2BADJ%2CSACK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CsBADJ%2CSACK%2CiBAMG%2COACI%3BAAPR%2C2BADJ%2CSACK%2CiBAMG%2COACI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAnBhB%2CSACK%2CiBAMG%2COACI%2CYAWK%3BAAAD%2C2BAnBhB%2CSACK%2CiBAMG%2COACI%2CYAWK%3BEACG%2CyBAAA%3B%3BAAGJ%2CsBAvBhB%2CSACK%2CiBAMG%2COACI%2CYAeK%3BAAAD%2C2BAvBhB%2CSACK%2CiBAMG%2COACI%2CYAeK%3BEACG%2CcAAA%3B%3BAAvBhB%2CsBADJ%2CSACK%2CiBA4BG%3BAA5BJ%2C2BADJ%2CSACK%2CiBA4BG%3BEACI%2CgBAAA%3B%3BAA7BR%2CsBADJ%2CSACK%2CiBAgCG%3BAAhCJ%2C2BADJ%2CSACK%2CiBAgCG%3BEACI%2CaAAA%3B%3BAAEA%2CsBApCZ%2CSACK%2CiBAgCG%2CgBAGK%3BAAAD%2C2BApCZ%2CSACK%2CiBAgCG%2CgBAGK%3BEACG%2CcAAA%3B%3BAADJ%2CsBApCZ%2CSACK%2CiBAgCG%2CgBAGK%2COAGG%3BAAHJ%2C2BApCZ%2CSACK%2CiBAgCG%2CgBAGK%2COAGG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAANR%2CsBApCZ%2CSACK%2CiBAgCG%2CgBAGK%2COASG%3BAATJ%2C2BApCZ%2CSACK%2CiBAgCG%2CgBAGK%2COASG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAnDpB%2CSACK%2CiBAgCG%2CgBAGK%2COASG%2CgBAMK%3BAAAD%2C2BAnDpB%2CSACK%2CiBAgCG%2CgBAGK%2COASG%2CgBAMK%3BEACG%2CgBAAA%3B%3BAAOZ%2CsBA3DZ%2CSACK%2CiBAyDG%2COACK%2CQACG%3BAADJ%2C2BA3DZ%2CSACK%2CiBAyDG%2COACK%2CQACG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAJR%2CsBA3DZ%2CSACK%2CiBAyDG%2COACK%2CQAOG%3BAAPJ%2C2BA3DZ%2CSACK%2CiBAyDG%2COACK%2CQAOG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBAxEpB%2CSACK%2CiBAyDG%2COACK%2CQAOG%2CiBAMK%3BAAAD%2C2BAxEpB%2CSACK%2CiBAyDG%2COACK%2CQAOG%2CiBAMK%3BEACG%2CgBAAA%3B%3BAAdZ%2CsBA3DZ%2CSACK%2CiBAyDG%2COACK%2CQAkBG%3BAAlBJ%2C2BA3DZ%2CSACK%2CiBAyDG%2COACK%2CQAkBG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAQxB%2CsBAAuB%2CUAAS%2CQAAW%3BAAC3C%2C2BAA4B%2CUAAS%2CQAAW%3BEAC5C%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMACI%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CMAOI%2COAAM%3BEACF%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CMAqBI%2CEAAC%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CMApBJ%2CEAAC%2CKAoBI%3BAACD%2CMArBJ%2CEAAC%2CKAqBI%3BEACG%2CcAAA%3B%3BAAGJ%2CMAzBJ%2CEAAC%2CKAyBI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CMADJ%2CQACK%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CMAlBR%2CQACK%2CKAiBI%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CMA9BZ%2CQACK%2CKA2BI%2CMAEI%3BAAAD%2CMA9BZ%2CQACK%2CKA4BI%2COACI%3BEACG%2CcAAA%3B%3BAAIR%2CMAnCR%2CQACK%2CKAkCI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMAxCZ%2CQACK%2CKAkCI%2CMAKI%3BEACG%2CcAAA%3B%3BAAKZ%2CMA9CJ%2CQA8CK%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CMA%5C%2FDR%2CQA8CK%2CSAiBI%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CMA3EZ%2CQA8CK%2CSA2BI%2CMAEI%3BAAAD%2CMA3EZ%2CQA8CK%2CSA4BI%2COACI%3BEACG%2CcAAA%3B%3BAAIR%2CMAhFR%2CQA8CK%2CSAkCI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CMArFZ%2CQA8CK%2CSAkCI%2CMAKI%3BEACG%2CcAAA%3B%3BAAKZ%2CMA3FJ%2CQA2FK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAmCZ%2CQA9B0B%3BEAIV%2CQAFP%2CmBACG%2COACK%3BEACD%2CQAHP%2CmBACG%2COAEK%3BIACG%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEALJ%2CQAFP%2CmBACG%2COACK%2CcAOG%3BEANJ%2CQAHP%2CmBACG%2COAEK%2CeAMG%3BIACI%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAXR%2CQAFP%2CmBACG%2COACK%2CcAOG%2CaAMM%3BEAZV%2CQAHP%2CmBACG%2COAEK%2CeAMG%2CaAMM%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3B%3B%3BAA%2BB5B%2CQAtB0B%3BEAMN%2CsBAHX%2C0BACG%2CcACI%2CQACK%3BEAAD%2C2BAHX%2C0BACG%2CcACI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CsBAAA%3B%3BEALhB%2CsBAAC%2C0BACG%2CcAQI%3BEATR%2C2BAAC%2C0BACG%2CcAQI%3BEATR%2CsBAAC%2C0BACG%2CcASI%3BEAVR%2C2BAAC%2C0BACG%2CcASI%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3B%3BAAwJpB%2CQAjJ0B%3BEACtB%2CsBAAuB%3BEACvB%2C2BAA4B%3BIACxB%2CcAAA%3B%3BEAGJ%2CsBAAuB%2CcAAc%2CSAAQ%3BEAC7C%2C2BAA4B%2CcAAc%2CSAAQ%3BIAC9C%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CsBAAuB%2CcAAc%3BEACrC%2C2BAA4B%2CcAAc%3BIACtC%2CcAAA%3B%3BEAGJ%2CsBAAuB%3BEACvB%2C2BAA4B%3BIACxB%2CWAAA%3B%3BEAGJ%2CsBAAuB%2CcAAc%2CSAAS%2CQAAO%3BEACrD%2C2BAA4B%2CcAAc%2CSAAS%2CQAAO%3BIACtD%2CiBAAA%3B%3BEAGJ%2CsBACI%2CSAAQ%2CiBACR%2CgBAAe%2COACf%3BEACJ%2C2BACI%2CSAAQ%2CiBACR%2CgBAAe%2COACf%3BIACA%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CQAAO%2COAAQ%3BIACjC%2CmBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%3BIAChC%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2C%2BBAAA%3BIACA%2CoCAAA%3BIACA%2CuCAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CqBAAsB%2CcAAc%2COAAM%3BIACtC%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CqBAAqB%2COAAQ%2CcAAc%3BIACvC%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAqB%2COAAQ%2CcAAc%2COAAM%3BIAC7C%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CqBAAqB%2COAAQ%2CcAAc%2COAAM%2CMAAM%3BIACnD%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CwBAAwB%2CMAAM%2CEAAC%3BIACjD%2CuBAAA%3BIACA%2CcAAA%3B%3BEAIJ%2CeAAgB%2CwBACZ%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEANR%2CeAAgB%2CwBASZ%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEAbR%2CeAAgB%2CwBAgBZ%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEApBR%2CeAAgB%2CwBAuBZ%3BIACI%2CqCAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CQAAA%3B%3BEA7BR%2CeAAgB%2CwBAgCZ%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAKR%2CeAAgB%2C0BACZ%2CQAAO%3BIACH%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CeAZQ%2C0BACZ%2CQAAO%2CMAWF%3BIACG%2CcAAA%3BIACA%2CqBAAA%3B%3B%3BAAMhB%2CcACI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2CcALJ%2CcAKK%3BEACG%2CiBAAA%3BEACA%2CmBAAA%3B%3BAARZ%2CcACI%2CcAUI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CcAdR%2CcAUI%2CoBAIK%2CWACG%3BEACI%2CYAAA%3BEACA%2CyBAAA%3B%3BAAlBpB%2CcACI%2CcAUI%2CoBAWI%3BEACI%2CsBAAA%3B%3BAAvBhB%2CcACI%2CcAUI%2CoBAeI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAvChB%2CcACI%2CcAUI%2CoBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAvDhB%2CcACI%2CcAUI%2CoBA%2BCI%2CWAAa%3BEACT%2CSAAA%3B%3BAAOZ%2CcAAC%3BEACG%2CkBAAA%3B%3BAAFR%2CcAKI%3BEACI%2CSAAA%3B%3BAAIA%2CcADJ%2CcACK%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3B%3BAAdZ%2CcASI%2CcAQI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CcASI%2CcAQI%2CmBAII%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAxBhB%2CcASI%2CcAQI%2CmBAII%2CkBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAxBhB%2CcAQI%2CmBAII%2CkBAKI%2CoBAOK%3BEACG%2CyBAAA%3BEACA%2CYAAA%3B%3BAAnCxB%2CcASI%2CcAQI%2CmBAII%2CkBAKI%2CoBAYI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnDxB%2CcASI%2CcAQI%2CmBAII%2CkBAKI%2CoBA4BI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnExB%2CcASI%2CcAQI%2CmBAII%2CkBAKI%2CoBA4CI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FExB%2CcASI%2CcAQI%2CmBAII%2CkBA8DI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CcA5FhB%2CcAQI%2CmBAII%2CkBA8DI%2CoBAkBK%3BEACG%2CaAAA%3B%3BAAtGxB%2CcASI%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%3BEACI%2CSAAA%3B%3BAA1GxB%2CcASI%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGI%2CcAxG5B%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%2CiBAII%2CQACK%3BEACG%2CiBAAA%3B%3BAAEA%2CcA3GhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%2CiBAII%2CQACK%2COAGI%3BEACG%2CWAAA%3BEAEA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CwEAAA%3B%3BAAIA%2CcA7HpC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%2CiBAII%2CQACK%2COAGI%2CUAkBI%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAGJ%2CcAlIpC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%2CiBAII%2CQACK%2COAGI%2CUAuBI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAKI%2CcA1I5C%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%2CiBAII%2CQACK%2COAGI%2CUA6BI%2CSACI%2CIAAI%2CQACA%3BEACG%2CSAAS%2COAAT%3BEACA%2CgDAAA%3BEAEA%2CmDAAA%3BEAEA%2CoDAAA%3BEAEA%2CwDAAA%3BEAEA%2CqDAAA%3BEAEA%2CaAAa%2CaAAb%3B%3BAAMR%2CcA5JxC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%2CiBAII%2CQACK%2COAGI%2CUAgDI%2CMACI%3BEACG%2CSAAS%2COAAT%3B%3BAAlDZ%2CcA3GhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAGI%2CiBAII%2CQACK%2COAGI%2CUAsDG%3BEACI%2CaAAA%3B%3BAA3K5C%2CcASI%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAGI%2CcAhL5B%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQACK%3BAACD%2CcAjL5B%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQAEK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CwEAAA%3BEAGA%2CmBAAA%3B%3BAAEA%2CcAzMhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQACK%2CWAyBI%3BAAAD%2CcAzMhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQAEK%2CUAwBI%3BAACD%2CcA1MhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQACK%2CWA0BI%3BAAAD%2CcA1MhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQAEK%2CUAyBI%3BEACG%2CcAAA%3B%3BAAGJ%2CcA9MhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQACK%2CWA8BI%3BAAAD%2CcA9MhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQAEK%2CUA6BI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcApNhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQACK%2CWAoCI%3BAAAD%2CcApNhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQAEK%2CUAmCI%3BEACG%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CcAnOhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQAmDK%2CWACI%3BEACG%2CSAAS%2COAAT%3B%3BAAKJ%2CcAzOhC%2CcAQI%2CmBAII%2CkBA8DI%2CoBAsBI%2CsBAyEI%2CmBAMI%2CQAyDK%2CUACI%3BEACG%2CSAAS%2COAAT%3B%3BAAnPxC%2CcASI%2CcAQI%2CmBA2OI%3BEACI%2CkBAAA%3B%3BAA7PhB%2CcASI%2CcAQI%2CmBA2OI%2CsBAGI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAjQpB%2CcASI%2CcAQI%2CmBA2OI%2CsBAGI%2CmBAII%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3B%3BAAEA%2CcAlQpB%2CcAQI%2CmBA2OI%2CsBAGI%2CmBAII%2CmBAQK%3BAACD%2CcAnQpB%2CcAQI%2CmBA2OI%2CsBAGI%2CmBAII%2CmBASK%3BEACG%2CcAAA%3B%3BAAGJ%2CcAvQpB%2CcAQI%2CmBA2OI%2CsBAGI%2CmBAII%2CmBAaK%3BEACG%2CcAAA%3B%3BAAjR5B%2CcASI%2CcAQI%2CmBA2OI%2CsBA0BI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxRpB%2CcASI%2CcAQI%2CmBA2OI%2CsBA0BI%2CWAII%3BEACI%2CqBAAA%3B%3BAA3RxB%2CcASI%2CcAQI%2CmBA2OI%2CsBA0BI%2CWAQI%3BEACI%2CaAAA%3B%3BAA%5C%2FRxB%2CcASI%2CcAQI%2CmBA2OI%2CsBA0BI%2CWAYI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAtSxB%2CcASI%2CcAQI%2CmBA2OI%2CsBA0BI%2CWAmBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAtSpB%2CcAQI%2CmBA2OI%2CsBA0BI%2CWAmBI%2CWAMK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAxT5B%2CcASI%2CcAQI%2CmBA2OI%2CsBA0BI%2CWAmBI%2CWAkBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FT5B%2CcASI%2CcAQI%2CmBA2OI%2CsBAwEI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA5UpB%2CcASI%2CcAQI%2CmBA2OI%2CsBAwEI%2CoBAUI%3BEACI%2CSAAA%3B%3BAA%5C%2FUxB%2CcASI%2CcAQI%2CmBA2OI%2CsBAwEI%2CoBAUI%2CsBAGI%3BEACI%2CcAAA%3B%3BAAlV5B%2CcASI%2CcAQI%2CmBA2OI%2CsBA2FI%2CkBACI%2C0BACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAMhB%2CcAzVR%2CcAQI%2CmBAiVK%3BEACG%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CcAnWJ%2CcAmWK%2CMACG%2CmBACI%2CkBACI%3BEACI%2CUAAA%3BEACA%2CUAAA%3B%3BAAqBxB%2CQAb2B%3BEACvB%2CcACI%2CcAAa%2CMACT%2CmBACI%2CkBACA%2CoBACA%3BIACA%2CUAAA%3B%3B%3BAAMhB%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CgBAKM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CgBAbF%2CSAaG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAKZ%2CgBACI%2CcACI%3BEACI%2CgBAAA%3B%3BAAMA%2CgBAFR%2CQACK%2CMACI%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CgBAFR%2COACK%2COACI%3BEACG%2CgBAAA%3B%3BAAOJ%2CgBAFR%2CSACI%2CQACK%3BEACG%2CiBAAA%3BEACA%2CaAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAqBJ%2CQAlB0B%3BEACtB%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAAsBR%2CQAlB0B%3BEACtB%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAAsBR%2CQAlB0B%3BEACtB%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CoBAGI%2CkBAMI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAbZ%2CoBAGI%2CkBAMI%2CaAMM%3BAAfd%2CoBAGI%2CkBAMI%2CaAOM%3BEACE%2CSAAA%3BEACA%2CcAAA%3B%3BAAlBhB%2CoBAGI%2CkBAMI%2CaAMM%2CKAKI%3BAApBlB%2CoBAGI%2CkBAMI%2CaAOM%2CsBAII%3BEACE%2CcAAA%3B%3BAArBpB%2CoBAGI%2CkBAMI%2CaAMM%2CKAKI%2CIAGI%3BAAvBtB%2CoBAGI%2CkBAMI%2CaAOM%2CsBAII%2CIAGI%3BEACE%2CWAAA%3B%3BAAKZ%2CoBA1BR%2CkBAMI%2CaAoBK%2CaAAc%2CcAAc%2CaACvB%3BAADN%2CoBA1BR%2CkBAMI%2CaAoBK%2CaAAc%2CcAAc%2CaAEvB%2CMAAG%3BEACD%2CUAAA%3B%3BAAHR%2CoBA1BR%2CkBAMI%2CaAoBK%2CaAAc%2CcAAc%2CaAMvB%3BAANN%2CoBA1BR%2CkBAMI%2CaAoBK%2CaAAc%2CcAAc%2CaAOvB%2CMAAG%3BEACD%2CWAAA%3B%3BAAsBpB%2CQAf0B%3BEACtB%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIQ%2CoBAFR%2CkBACI%2CaACK%2CaAAc%2CcAAc%3BIACzB%2CaAAA%3B%3B%3BAAOpB%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CoBAKI%3BEACI%2CeAAA%3B%3BAANR%2CoBAKI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAbZ%2CoBAKI%2CiBAGI%2CkBAOM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAlBhB%2CoBAKI%2CiBAGI%2CkBAOM%2CIAKI%3BEACE%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3B%3BAAGJ%2CoBAxBZ%2CiBAGI%2CkBAOM%2CIAcG%2CMACK%3BEACE%2CWAAW%2CUAAX%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CmBAAmB%2CUAAnB%3B%3BAAQxB%3BEACI%2CgBAAgB%2C%2BBAAhB%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CgBAKI%2CWACM%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAXZ%2CgBAKI%2CWASM%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlBZ%2CgBAKI%2CWAgBM%3BEACE%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C%2BBAAA%3BEACA%2CoCAAA%3BEACA%2CuCAAA%3B%3BAAEA%2CgBA7BR%2CWAgBM%2CIAaG%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CeAKI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAPR%2CeAKI%2CaAII%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAZZ%2CeAKI%2CaAII%2CeAKI%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAnBhB%2CeAKI%2CaAII%2CeAKI%2CGAOI%3BEACI%2CcAAA%3B%3BAAtBpB%2CeAKI%2CaAII%2CeAKI%2CGAOI%2CEAGM%3BEACE%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAASpB%2CSAAC%3BEACG%2CsBAAA%3B%3BAADJ%2CSAAC%2C%2BBAGG%3BEACI%2CaAAa%2CwBAAb%3B%3BAAJR%2CSAAC%2C%2BBAOG%3BEACI%2CsBAAA%3B%3BAARR%2CSAAC%2C%2BBAOG%2CaAGI%3BEACI%2CsBAAA%3B%3BAAXZ%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%3BEACE%2CsBAAA%3B%3BAAEA%2CSAhBf%2C%2BBAOG%2CaAGI%2CeAGM%2CKAGG%3BEACG%2CsBAAA%3B%3BAADJ%2CSAhBf%2C%2BBAOG%2CaAGI%2CeAGM%2CKAGG%2C8BAGG%3BAAHJ%2CSAhBf%2C%2BBAOG%2CaAGI%2CeAGM%2CKAGG%2C8BAIG%3BEACI%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CSAzBnB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAGG%2C8BASI%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CSA%5C%2FBf%2C%2BBAOG%2CaAGI%2CeAGM%2CKAkBG%3BEACG%2CsBAAA%3B%3BAAEA%2CSAlCnB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAkBG%2CwBAGI%3BEACG%2CeAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CSAxCf%2C%2BBAOG%2CaAGI%2CeAGM%2CKA2BG%3BEACG%2CsBAAA%3B%3BAAEA%2CSA3CnB%2C%2BBAOG%2CaAGI%2CeAGM%2CKA2BG%2C4BAGI%3BEACG%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA7CxB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAoCE%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAA3DpB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAiDE%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAhEpB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAsDE%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAArEpB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKA2DE%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA1EpB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAApFpB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcASI%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSA1FvB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcASI%2CkBAIK%3BEACG%2CsBAAA%3B%3BAAEA%2CSA7F3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcASI%2CkBAIK%2CuBAGI%3BEACG%2CyBAAA%3B%3BAA9FhC%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%3BEACI%2CsBAAA%3B%3BAApGxB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAGI%3BEACI%2CsBAAA%3B%3BAAIQ%2CSA3GnC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAGI%2COAGK%2CgBACG%2CgBACK%2CQACG%2CsBACI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAANpB%2CSAzG3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAGI%2COAGK%2CgBACG%2CgBAUI%3BEACI%2CsBAAA%3B%3BAAZZ%2CSAzG3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAGI%2COAGK%2CgBACG%2CgBAUI%2CsBAGI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEAEA%2CoCAAA%3B%3BAAGA%2CSAlI3C%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAGI%2COAGK%2CgBACG%2CgBAUI%2CsBAGI%2CMAWK%3BEACG%2CmBAAA%3B%3BAAnIhD%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAwCI%3BEACI%2CsBAAA%3B%3BAA5I5B%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAwCI%2CwBAGI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAKY%2CSAvJ3C%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAwCI%2CwBAGI%2CiBAMI%2CSACI%2CQACK%2CQACI%3BEACG%2CsBAAA%3BEAEA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEAEA%2CoCAAA%3B%3BAAGA%2CSAtK%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAwCI%2CwBAGI%2CiBAMI%2CSACI%2CQACK%2CQACI%2CSAeI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSA3K%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAwCI%2CwBAGI%2CiBAMI%2CSACI%2CQACK%2CQACI%2CSAoBI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSAhL%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAwCI%2CwBAGI%2CiBAMI%2CSACI%2CQACK%2CQACI%2CSAyBI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSArL%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAsBI%2C8BAwCI%2CwBAGI%2CiBAMI%2CSACI%2CQACK%2CQACI%2CSA8BI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAvLpD%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqHI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtMxB%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcA4HI%3BEACI%2CsBAAA%3B%3BAAGI%2CSA7M3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcA4HI%2C%2BBAGI%2CoCACK%2C%2BBACG%2CMACI%2CGACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAANhB%2CSA7M3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcA4HI%2C%2BBAGI%2CoCACK%2C%2BBAWG%2CMACI%2CGACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAASpB%2CSAtOvB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAwJI%2C4BACK%3BEACG%2CsBAAA%3B%3BAAGI%2CSA1O%5C%2FB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAwJI%2C4BACK%2CuBAGG%2C2BACK%3BEACG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CSA1O%5C%2FB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAwJI%2C4BACK%2CuBAGG%2C2BACK%2CsBAMG%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CSArPvC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAwJI%2C4BACK%2CuBAGG%2C2BACK%2CsBAMG%2CMAKK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAQxB%2CSAlQnB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%3BEACG%2CsBAAA%3B%3BAAGI%2CSAtQ3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%2C2BAGG%2CMACK%3BEACG%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAMA%2CSA%5C%2FQ%5C%2FB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%2C2BAWG%2CiCACK%2CsBACI%3BEACG%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAlBhB%2CSAlQnB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%2C2BAuBG%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSArS3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%2C2BAuBG%2CmBAYK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSA1S3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%2C2BAuBG%2CmBAiBK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSA%5C%2FS3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%2C2BAuBG%2CmBAsBK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CSApT3B%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcAqLK%2C2BAuBG%2CmBA2BK%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAtThC%2CSAAC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAgEE%2CcA8OI%3BEACI%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3B%3BAAQQ%2CSA1U%5C%2FB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAJJ%2CSA1U%5C%2FB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BAMG%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEAEA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAlBR%2CSA1U%5C%2FB%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BAMG%2CsBAcM%3BEACE%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAtW3C%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BAMG%2CsBAcM%2COAQG%3BEACG%2CSAAS%2CEAAT%3B%3BAAKZ%2CSA5WnC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BAkCI%2CQACG%2CsBACM%3BEACE%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CSAlX%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BAkCI%2CQACG%2CsBACM%2COAIG%3BEACG%2CSAAS%2CEAAT%3B%3BAAOZ%2CSA1XvC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%3BEACG%2CaAAA%3BEACA%2CyBAAA%3BEAEA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAGI%2CSAnY%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%3BEACG%2CUAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CSAnY%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%2CkCAIG%2CsBACI%2COACI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAARhB%2CSAnY%5C%2FC%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%2CkCAIG%2CsBAQI%2CSACI%3BEACI%2CyBAAA%3BEAGA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAWY%2CSAja3E%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%2CkCAwBG%2CqBACK%2CgBACG%2CSACI%2CQACK%2CuBACI%2CiBACI%3BEACG%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEAGA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEAIA%2CiCAAA%3BEAIA%2CoCAAA%3BEAIA%2CsBAAA%3B%3BAAEA%2CSAzb%5C%2FE%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%2CkCAwBG%2CqBACK%2CgBACG%2CSACI%2CQACK%2CuBACI%2CiBACI%2CaAwBI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEAGA%2CcAAA%3B%3BAAGJ%2CSAjc%5C%2FE%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%2CkCAwBG%2CqBACK%2CgBACG%2CSACI%2CQACK%2CuBACI%2CiBACI%2CaAgCI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEAGA%2CcAAA%3B%3BAAGJ%2CSAzc%5C%2FE%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%2CkCAwBG%2CqBACK%2CgBACG%2CSACI%2CQACK%2CuBACI%2CiBACI%2CaAwCI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEAGA%2CcAAA%3B%3BAAGJ%2CSAjd%5C%2FE%2C%2BBAOG%2CaAGI%2CeAGM%2CKAyTE%2C0BACI%2CgBAAe%2CaACV%2CuBACI%2CcACI%2C0BA%2BCG%2C4BACK%2CuBAQG%2CmBACK%2CkCAwBG%2CqBACK%2CgBACG%2CSACI%2CQACK%2CuBACI%2CiBACI%2CaAgDI%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAyB5D%2CSA7evB%2C%2BBAOG%2CaAkeI%2CUACM%2CSACG%2CSACK%2CQACG%3BEACG%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3B%3BAAhf5B%2CSAAC%2C%2BBAOG%2CaAkeI%2CUACM%2CSAWI%3BEACE%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAIR%2CSA5fX%2C%2BBAOG%2CaAkeI%2CUAmBK%2C8BACG%2CIAAG%3BEACC%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAaA%2CSA5gBnB%2C%2BBAwgBG%2CcACK%2CYACI%2CoBACI%2CwBACI%3BEACG%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CSA5gBnB%2C%2BBAwgBG%2CcACK%2CYACI%2CoBACI%2CwBACI%2CaAIG%2CkBACI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAPZ%2CSA5gBnB%2C%2BBAwgBG%2CcACK%2CYACI%2CoBACI%2CwBACI%2CaAIG%2CkBACI%2CeAII%2CmBACM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEAEA%2CsBAAA%3B%3BAAnBpB%2CSA5gBnB%2C%2BBAwgBG%2CcACK%2CYACI%2CoBACI%2CwBACI%2CaAIG%2CkBACI%2CeAII%2CmBAaI%2C2BACI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3B%3BAAehD%2CcACI%2CaACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAKZ%2CmBAAoB%2CaAAe%3BAACnC%2C2BAA4B%2CaAAe%3BAAC3C%2CgCAAiC%2CaAAe%3BAAChD%2C8BAA%2BB%2CaAAe%3BAAC9C%2CeAAgB%2CaAAe%3BAAC%5C%2FB%2CcAAe%2CaAAe%3BAAC9B%2COAAQ%2CaAAe%3BAACvB%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAACzD%2CcAAe%2CaAAe%3BAAC9B%2CcAAe%2COAAO%2CaAAe%3BAACrC%2C0BACI%2CQAAO%2CKACP%2COAAM%2CIAAI%2CSACV%2CaACE%3BAACN%2CuBAAwB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAACxE%2CiBAAkB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BEAC9D%2CgBAAA%3B%3BAAGJ%2CmBAAoB%2CiBAAiB%2CQAAO%2CQAAQ%2CIAAI%3BAACxD%2CmBAAoB%2CiBAAiB%2CQAAO%2COAAO%2CIAAI%3BAACvD%2CcAAe%2CQAAO%2CQAAQ%2CIAAI%3BAAClC%2CaAAc%2COAAO%2CiBAAmB%2CWAAS%2CQAAO%2CQAAQ%2CIAAI%3BAACpE%2CaAAc%2CMAAK%2CaAAc%2CUAAU%2CQAAO%2CQAAQ%2CIAAI%3BAAC9D%2CuBAAwB%2CiBAAiB%2CQAAO%2CQAAQ%2CIAAI%3BAAC5D%2CuBAAwB%2CiBAAiB%2CQAAO%2COAAO%2CIAAI%3BAAC3D%2CcAAe%2CiBAAiB%2CQAAO%2CQAAQ%2CIAAI%3BAACnD%2CcAAe%2CiBAAiB%2CQAAO%2COAAO%2CIAAI%3BEAC9C%2C2BAAA%3B%3BAAGJ%2CMAAM%2CIAAI%3BEACN%2C2BAAA%3B%3BAAGJ%2CaAAgB%3BEACZ%2CgBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAM%3BEACjC%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAM%2CSAAU%3BEAC3C%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAM%2CSAAU%2COAAM%3BEACjD%2CYAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAM%2CSAAU%2COAAS%3BEACpD%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAM%2CSAAU%2CSAAS%3BEACpD%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%2CeAAe%2COAAM%2CSAAU%2CSAAS%3BEACpD%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeACI%2CeACA%2COAAM%2CSACN%2CSACA%2CiBACA%2CQAAO%2CMAAM%3BEACb%2CkBAAA%3BEACA%2CeAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAoCR%2CQAhC0B%3BEAElB%2CQAAC%2C0BACG%2CcACI%3BIACI%2CaAAA%3B%3BEAHZ%2CQAAC%2C0BACG%2CcAKI%3BEANR%2CQAAC%2C0BACG%2CcAMI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAGI%2CQAZf%2C0BACG%2CcAKI%2CcAKI%2COACK%3BEAAD%2CQAZf%2C0BACG%2CcAMI%2CoBAII%2COACK%3BIACG%2CYAAA%3BIACA%2CUAAA%3B%3BEAMR%2CQApBX%2C0BACG%2CcAkBI%2CQACK%3BIACG%2CUAAA%3BIACA%2CkBAAA%3B%3B%3BAAaJ%2CQAJhB%2CcACI%2CSACK%2CaACG%2COACK%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAgDxB%2CQAxC0B%3BEAIV%2CQAFR%2CcACI%2CMACK%3BIACG%2CmBAAA%3B%3BEAOI%2CQAVhB%2CcAOI%2CSACK%2CaACG%2COACK%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEANJ%2CQAVhB%2CcAOI%2CSACK%2CaACG%2COACK%2CsBAQG%3BIACI%2CyBAAA%3B%3BEATR%2CQAVhB%2CcAOI%2CSACK%2CaACG%2COACK%2CsBAQG%2C6BAGM%3BIACE%2CSAAA%3B%3BEAZZ%2CQAVhB%2CcAOI%2CSACK%2CaACG%2COACK%2CsBAgBG%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3B%3BAAUhC%3BEACI%2CsBAAsB%2CuCAAtB%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAATJ%2CoBAWI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAfR%2CoBAkBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CoBADJ%2CQACK%3BEACG%2CmDAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBAVR%2CQACK%2CQASI%3BEACG%2CmBAAA%3B%3B%3B%3B%3B%3BACz1GhB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACFR%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3BACsGJ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAC9DJ%2CgBAHsC%3BECuGtC%2CiCA9BA%3BEC0OA%2C0BACI%2CcD3OJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECqOL%2C0BACI%2CcD3OJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAwBR%2CiCApBA%3BECgOA%2C0BACI%2CcDjOJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAiCJ%3BIACI%2CWAAA%3B%3BEA4BJ%3BEAwrDA%2C2BACI%3BEEjhDJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC%5C%2FYJ%2CYACI%3BEC2IJ%2CuBJ2sDI%3BEKjrCJ%2CcLirCI%3BIA5sDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEAysDX%2C2BACI%2COA1sDH%2CUAAU%3BEEyLX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKFnMf%2CUAAU%3BEE2PX%2CkBACM%2CYF5PL%2CUAAU%3BEEiQX%2CkBACI%2CUFlQH%2CUAAU%3BEG7IX%2CYACI%2COH4IH%2CUAAU%3BEIDX%2CuBJ2sDI%2COA1sDH%2CUAAU%3BEKyhBX%2CcLirCI%2COA1sDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAosDX%2C2BACI%2COArsDH%2CUAAU%3BEEoLX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKF9Lf%2CUAAU%3BEEsPX%2CkBACM%2CYFvPL%2CUAAU%3BEE4PX%2CkBACI%2CUF7PH%2CUAAU%3BEGlJX%2CYACI%2COHiJH%2CUAAU%3BEINX%2CuBJ2sDI%2COArsDH%2CUAAU%3BEKohBX%2CcLirCI%2COArsDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGL%3BEAisDN%2C2BACI%2COArsDH%2CUAAU%2CGAGL%3BEEiLN%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKF9Lf%2CUAAU%2CGAGL%3BEEmPN%2CkBACM%2CYFvPL%2CUAAU%2CGAGL%3BEEyPN%2CkBACI%2CUF7PH%2CUAAU%2CGAGL%3BEGrJN%2CYACI%2COHiJH%2CUAAU%2CGAGL%3BEITN%2CuBJ2sDI%2COArsDH%2CUAAU%2CGAGL%3BEKihBN%2CcLirCI%2COArsDH%2CUAAU%2CGAGL%3BIACE%2CWAAA%3B%3BEA6GR%3BEE%2BHA%2CUACI%3BEI4EJ%2CgBACI%3BIN5MA%2CmBAAA%3B%3BEAqEJ%3BEOnDA%2CqBA2CI%2CMAAM%2CqBAAqB%3BEHhN3B%2COAAO%2CKAAM%2CeACT%3BEHmNJ%2COAAO%2CKAAM%2CiCACT%3BEOrNR%2CqBAKI%2CMACI%2CqBACI%3BIRqMZ%2CcAAA%3B%3BEA2CA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECpMjB%2CwBD2LI%2CUAOI%2CYACI%2CQACK%3BECnMjB%2CuBD0LI%2CUAOI%2CYACI%2CQACK%3BES7TjB%2CmBToTI%2CUAOI%2CYACI%2CQACK%3BEUlbjB%2CKAAK%2CKAAK%2COVyaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BEC7LZ%2CwBD2LI%2CUACI%2COACI%3BEC5LZ%2CuBD0LI%2CUACI%2COACI%3BEStTZ%2CmBToTI%2CUACI%2COACI%3BEU3aZ%2CKAAK%2CKAAK%2COVyaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIWlLA%2CkBAAA%3B%3BEX0OA%3BEYxWA%3BEC8BA%2CaAOI%3BEC%5C%2FHJ%2CsBACI%3BIHrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEPiED%2CcAKI%2CeOvEH%3BEPkED%2CcAKI%2CeOtEH%3BEPkHD%2CuBOnHC%3BEPmHD%2CuBOlHC%3BEP8ID%2CkBO%5C%2FIC%3BEP%2BID%2CkBO9IC%3BEIsHD%2CkBAaI%2CeJpIH%3BEIuHD%2CkBAaI%2CeJnIH%3BENufD%2CeMxfC%3BENwfD%2CeMvfC%3BET4SD%2CQACI%2CoBS9SH%3BET6SD%2CQACI%2CoBS7SH%3BET4SD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeSpTX%3BET6SD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeSnTX%3BET4UD%2CqBACI%2COAAM%2CUS9UT%3BET6UD%2CqBACI%2COAAM%2CUS7UT%3BEVmSD%2C0BACI%2CcUrSH%3BEVoSD%2C0BACI%2CcUpSH%3BEKyND%2CKAAK%2CMACD%2CeACI%2CQL5NP%3BEK0ND%2CKAAK%2CMACD%2CeACI%2CQL3NP%3BEKyND%2CKAAK%2CMACD%2CeAEI%2CSL7NP%3BEK0ND%2CKAAK%2CMACD%2CeAEI%2CSL5NP%3BEMqZD%2C0BNtZC%3BEMsZD%2C0BNrZC%3BEF2GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBE7GtB%3BEF4GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBE5GtB%3BEOudD%2CYPxdC%3BEOwdD%2CYPvdC%3BEOgfD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBPrftB%3BEOifD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBPpftB%3BEOifD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBPrftB%3BEOkfD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBPpftB%3BEOkfD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBPrftB%3BEOmfD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBPpftB%3BEQmYD%2CYASI%2CQAAO%2CMR7YV%3BEQoYD%2CYASI%2CQAAO%2CMR5YV%3BEQihBG%2COAAC%2CQRlhBJ%3BEQkhBG%2COAAC%2CQRjhBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEP4DD%2CcAKI%2CeOjEH%3BEP6GD%2CuBO7GC%3BEPyID%2CkBOzIC%3BEIiHD%2CkBAaI%2CeJ9HH%3BENkfD%2CeMlfC%3BETuSD%2CQACI%2CoBSxSH%3BETuSD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeS9SX%3BETuUD%2CqBACI%2COAAM%2CUSxUT%3BEV8RD%2C0BACI%2CcU%5C%2FRH%3BEKoND%2CKAAK%2CMACD%2CeACI%2CQLtNP%3BEKoND%2CKAAK%2CMACD%2CeAEI%2CSLvNP%3BEMgZD%2C0BNhZC%3BEFsGD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBEvGtB%3BEOkdD%2CYPldC%3BEO2eD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBP%5C%2FetB%3BEO4eD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBP%5C%2FetB%3BEO6eD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBP%5C%2FetB%3BEQ8XD%2CYASI%2CQAAO%2CMRvYV%3BEQ4gBG%2COAAC%2CQR5gBJ%3BIACG%2CWAAA%3B%3BEX%2BhBJ%3BEAs8BA%3BEoB57CA%2COAAO%3BEAMP%3BEAWA%3BECsFA%2CyBAWI%3BEhBogBA%2CMAAC%3BEI1jBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BESiYpC%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEHhYpC%3BEViYA%2CeAEI%3BEiB1IJ%2CeACI%3BItByKJ%2CsBAAA%3B%3BEAwBA%3BEuBpgBA%3BIvB4eA%2CsBAAA%3B%3BEAkCA%2C8BACI%2CUAEK%3BEAHT%2C8BACI%2CUAGI%2CQAAQ%3BIW5UhB%2CgBAAA%3B%3BEaulBA%2C8BxB9QI%2CUAEK%2CSwB4QR%2CIAAI%2CSACC%3BEADN%2C8BxB9QI%2CUAGI%2CQAAQ%2CSwB2Qf%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BxB9QI%2CUAEK%2CSwB4QR%2CIAAI%2CSAeC%3BEAfN%2C8BxB9QI%2CUAGI%2CQAAQ%2CSwB2Qf%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BExBhSR%2C8BACI%2CUAEK%2CSwByKP%3BExB5KF%2C8BACI%2CUAGI%2CQAAQ%2CSwBwKd%3BIbpfF%2CeAAA%3BIawfI%2CqBAAA%3B%3BEA6HA%2C8BxB5SA%2CUAEK%2CSwBwSR%2COAEI%3BEAAD%2C8BxB5SA%2CUAGI%2CQAAQ%2CSwBuSf%2COAEI%3BEAAD%2C8BxB5SA%2CUAEK%2CSwBySR%2CSACI%3BEAAD%2C8BxB5SA%2CUAGI%2CQAAQ%2CSwBwSf%2CSACI%3BIACG%2CaAAA%3B%3BExBvSI%2C8BANR%2CUAEK%2CSAII%2CIAAI%2CcAAc%3BEAAnB%2C8BANR%2CUAGI%2CQAAQ%2CSAGH%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAgEhB%2CwBApBA%2CUACI%3BEC7ZJ%2CwBD4ZA%2CUACI%3BEC5ZJ%2CuBD2ZA%2CUACI%3BESthBJ%2CmBTqhBA%2CUACI%3BEU3oBJ%2CKAAK%2CKAAK%2COV0oBV%2CUACI%3BIW7XJ%2CmBAAA%3BIa%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIbhqBA%2CUAAA%3BIamqBA%2CmBAAA%3B%3BEAEA%2CwBxBzSA%2CUACI%2COwBwSA%3BEvBrsBJ%2CwBD4ZA%2CUACI%2COwBwSA%3BEvBpsBJ%2CuBD2ZA%2CUACI%2COwBwSA%3BEf9zBJ%2CmBTqhBA%2CUACI%2COwBwSA%3BEdn7BJ%2CKAAK%2CKAAK%2COV0oBV%2CUACI%2COwBwSA%3BIACA%2CWAAA%3B%3BExBtSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BECjaxB%2CwBD4ZA%2CUACI%2COAGK%2CeAAe%3BEChaxB%2CwBD4ZA%2CUACI%2COAIK%2CeAAe%3BEChaxB%2CuBD2ZA%2CUACI%2COAGK%2CeAAe%3BEC%5C%2FZxB%2CuBD2ZA%2CUACI%2COAIK%2CeAAe%3BES1hBxB%2CmBTqhBA%2CUACI%2COAGK%2CeAAe%3BESzhBxB%2CmBTqhBA%2CUACI%2COAIK%2CeAAe%3BEU%5C%2FoBxB%2CKAAK%2CKAAK%2COV0oBV%2CUACI%2COAGK%2CeAAe%3BEU9oBxB%2CKAAK%2CKAAK%2COV0oBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAcZ%2CwBApBA%2CUACI%2COAQI%3BECraR%2CwBD4ZA%2CUACI%2COAQI%3BECpaR%2CuBD2ZA%2CUACI%2COAQI%3BES9hBR%2CmBTqhBA%2CUACI%2COAQI%3BEUnpBR%2CKAAK%2CKAAK%2COV0oBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA%2BBZ%3BIWtaA%2CWAAA%3B%3BEXyhBA%3BEyB7wBA%3BExBqOA%3BIDyiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEyBhxBJ%2CqBzBgxBI%3BEC3iBJ%2CyBD2iBI%3BIWxyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEX8xBA%2C0BAOI%2CQAAQ%3BEyBpxBZ%2CqBzBoxBI%2CQAAQ%3BEC%5C%2FiBZ%2CyBD%2BiBI%2CQAAQ%3BIACJ%2CaAAA%3B%3BEAUR%3BEKnTA%2CoBAMI%3BEAqBJ%2CaAmBI%2COASI%3BEA6HR%3BILgII%2CeAAA%3BIACA%2CgBAAA%3B%3BEA%2BLJ%3BEEnpBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEuBjYJ%2CuBACI%3BEnBsVJ%2CwBACI%3BIKxGJ%2CiBAAA%3B%3BEXswBA%3BEGngCA%2CcAAc%3BEuBCd%2CcAAc%3BER4dd%2CcAAc%3BIPhOd%2CiBAAA%3B%3BEXszBA%3BIWtzBA%2CqBAAA%3BIgB9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiB%5C%2FQS%2COjB%2BQT%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE3BquBA%2CiBAAC%3BIACG%2C0BAAA%3B%3BEAuQJ%3BE8B9tCA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI9B2sCnC%2CaAAA%3B%3BEAwCA%3BES7tCA%3BES6ZA%3BIlBi0BI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BES7wCZ%2C4BT2wCI%2CWACI%2CoBACI%3BES5wCZ%2CyBT0wCI%2CWACI%2CoBACI%3BEkBn4BZ%2CQlBi4BI%2CWACI%2CoBACI%3BEkBl4BZ%2CuBlBg4BI%2CWACI%2CoBACI%3BEkBj4BZ%2CiBlB%2B3BI%2CWACI%2CoBACI%3BIAEI%2C6BAAA%3B%3BEA%2BBhB%3BI%2BBrtCA%2CYAAA%3B%3BE%5C%2FBqtCA%2C2B%2BBntCE%2CQAGI%2CKACI%3BE%5C%2FB%2BsCV%2C2B%2BBltCE%2CQAEI%2CKACI%3BE%5C%2FB%2BsCV%2C2B%2BBjtCE%2CQACI%2CKACI%3BE%5C%2FB%2BsCV%2C2B%2BBntCE%2CQAGI%2CKAEI%3BE%5C%2FB8sCV%2C2B%2BBltCE%2CQAEI%2CKAEI%3BE%5C%2FB8sCV%2C2B%2BBjtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE%5C%2FB6sCZ%2C2B%2BBxsCE%2CQACI%2CKACI%3BE%5C%2FBssCV%2C2B%2BBxsCE%2CQACI%2CKAEI%3BIpBoCV%2CgCAAA%3B%3BEX4qCA%3BEEnnCA%2CQA2BI%3BEDxCJ%3BEgBkNA%3BIjB%2B6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEEvnCJ%2CQA2BI%2CSF2lCA%3BEEtnCJ%2CQA2BI%2CSF4lCA%3BECpoCJ%2C6BDmoCI%3BECnoCJ%2C6BDooCI%3BEiBl7BJ%2CyBjBi7BI%3BEiBj7BJ%2CyBjBk7BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBASI%3BEE5nCJ%2CQA2BI%2CSFimCA%3BECzoCJ%2C6BDyoCI%3BEiBv7BJ%2CyBjBu7BI%3BIWrrCJ%2CiBAAA%3BIXurCQ%2CUAAA%3B%3BEAXR%2CkBAcI%3BEEjoCJ%2CQA2BI%2CSFsmCA%3BEC9oCJ%2C6BD8oCI%3BEiB57BJ%2CyBjB47BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA2DR%3BEer3CA%3BEViYA%2CeAEI%3BEiB1IJ%2CeACI%3BIX7HJ%2CUAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIXylCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEA6UJ%2C2BACI%2COAGK%3BEI9sDT%2CuBJ2sDI%2COAGK%3BEKprCT%2CcLirCI%2COAGK%3BIACG%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGK%2CSAIG%3BEIltDZ%2CuBJ2sDI%2COAGK%2CSAIG%3BEKxrCZ%2CcLirCI%2COAGK%2CSAIG%3BIWjlDZ%2CiBAAA%3B%3BEXykDA%2C2BACI%2COAYI%3BEIvtDR%2CuBJ2sDI%2COAYI%3BEK7rCR%2CcLirCI%2COAYI%3BIWtlDR%2CiBAAA%3B%3BEXykDA%2C2BAkBI%2CiBACI%3BEI7tDR%2CuBJ4tDI%2CiBACI%3BEKnsCR%2CcLksCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEiCp1DZ%3BItBqPA%2CeAAA%3BIAAA%2CmBAAA%3B%3BES%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEYrDA%2CCAAC%2CmBAAwB%2CQZkDtB%3BIToMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqBrZL%2CCAAC%2CoBAAyB%2CQZ%2BCvB%3BIToMP%2CUAAA%3BIqB9KA%2CqBAAA%3BIrB8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqBlZL%2CCAAC%2CyBAA%2BB%2CQZ4C7B%3BIToMP%2CUAAA%3BIqBlLA%2CYAAA%3BIrBkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqB%5C%2FYL%2CCAAC%2C0BAAgC%2CQZyC9B%3BIToMP%2CUAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEShWT%3BIAEI%2CiBAAA%3B%3BEY3CA%2CCAAC%2CoBAAyB%3BIrBuO9B%2CUAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqBtYL%2CCAAC%2CyBAA%2BB%3BIrBoOpC%2CUAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqBnYL%2CCAAC%2C0BAAgC%3BIrBiOrC%2CUAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BES1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEY3CA%2CCAAC%2CoBAAyB%3BIrB2N9B%2CUAAA%3BIqBlLA%2CYAAA%3BIrBkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqB1XL%2CCAAC%2CyBAA%2BB%3BIrBwNpC%2CUAAA%3BIqBlLA%2CYAAA%3BIrBkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqBvXL%2CCAAC%2C0BAAgC%3BIrBqNrC%2CUAAA%3BIqBlLA%2CYAAA%3BIrBkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BES9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEc4LJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIvB0FA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BEuB7FR%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAGJ%2C0BAA2B%3BIACvB%2CaAAA%3B%3BEAGJ%2C0BACK%3BIACG%2CcAAA%3B%3BECrER%3BIxBSA%2CmBAAA%3BIAAA%2CgBAAA%3BIwBJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BIxBhBN%2CgBAAA%3B%3BEwBTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIxBxBJ%2CWAAA%3BIwB0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BIxB%5C%2FCV%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CkBAAA%3BIAAA%2CqBAAA%3BIwBsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIxB1DtB%2CmBAAA%3BIAAA%2CYAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwBkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIxBpEd%2CmBAAA%3BIAAA%2CkBAAA%3BIAAA%2CkBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIwB2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIxBzFpB%2CqBAAA%3BIgBhOA%2CqBAAA%3B%3BEQmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBRnGhB%3BIhBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgB2CA%2CWQkPI%2CQA2DK%2COACK%2CaAGI%2CgBRjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyB9NQ%2COzB8NR%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CsBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQlFA%2CWAiCI%2CQA8EI%3BIxBtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CcAAA%3BIwB8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIxBlHZ%2CgBAAA%3B%3BEwBTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIxB%5C%2FON%2CgBAAA%3B%3BEwBkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIxB1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIwB%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIxBpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIwBuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIxBzIhB%2CYAAA%3BIAAA%2CcAAA%3BIAAA%2CkBAAA%3BIAAA%2CqBAAA%3B%3BEwBgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIxBjJjB%2CuBAAA%3BIAAA%2CYAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwBTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIxBzJtB%2CuBAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwBTA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIxBpL5B%2CqBAAA%3BIgBhOA%2CqBAAA%3B%3BEQgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR9LxB%3BIhBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgB2CA%2CWQkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyBxPQ%2COzBwPR%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CsBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQ0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIxBpMZ%2CqBAAA%3BIgBhOA%2CqBAAA%3B%3BEAMA%2CWQkPI%2CQA2KK%2CKR7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyBzPgB%2COzByPhB%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CsBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDzJhB%2CMAAM%2COAEF%3BEAFJ%2CMAAM%2COAGF%3BIACI%2CqBAAA%3B%3BEGtKR%3BI1BgGA%2CgCAAA%3B%3BE2BzOA%2CQAAQ%2CKAAK%3BICtDb%2CkBAAA%3BIACA%2CUAAA%3BIDuDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BE3BfJ%2CQ2BWQ%2CKAAK%2CM3BXZ%3BEACD%2CQ2BUQ%2CKAAK%2CM3BVZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2BKQ%2CKAAK%2CM3BLZ%3BIACG%2CWAAA%3B%3BE2BIJ%2CQAAQ%2CKAAK%2CMCnDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDiDJ%2CQAAQ%2CKAAK%2CMCnDX%2CQAAK%2CMAID%3BI5BwRN%2CYAAA%3BI4BtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED2CR%2CQAAQ%2CKAAK%2CMCvCX%2CQAAK%3BI5BgRP%2CgBAAA%3BI4B7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE5BsBJ%2CQ2BWQ%2CKAAK%2CMCvCX%2CQAAK%2CQ5B4BN%3BEACD%2CQ2BUQ%2CKAAK%2CMCvCX%2CQAAK%2CQ5B6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2BKQ%2CKAAK%2CMCvCX%2CQAAK%2CQ5BkCN%3BIACG%2CWAAA%3B%3BE4B3BA%2CQD%2BBI%2CKAAK%2CMCvCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED8BR%2CQAAQ%2CKAAK%2CMCmBX%2CQAAK%3BI5BsNP%2CkBAAA%3B%3BE2BzOA%2CQAAQ%2CKAAK%2CMCmBX%2CQAAK%2CMAED%3BI5BoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI4B%5C%2FLQ%2CmBAAA%3BI5B%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE6BjJA%2CQFxFQ%2CKAAK%2CMCmBX%2CQAAK%2CMAED%2CUCmEL%3BI7BiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6B5IA%2CQF7FQ%2CKAAK%2CMCmBX%2CQAAK%2CMAED%2CUCwEL%3BI7B4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6BvIA%2CQFlGQ%2CKAAK%2CMCmBX%2CQAAK%2CMAED%2CUC6EL%3BI7BuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4B1LI%2CQD%5C%2FCI%2CKAAK%2CMCmBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDhDI%2CKAAK%2CMCmBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI5ByL9B%2CmBAAA%3B%3BE4BrLI%2CQDpDI%2CKAAK%2CMCmBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDrDI%2CKAAK%2CMCmBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDtDI%2CKAAK%2CMCmBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDvDI%2CKAAK%2CMCmBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI5BkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4B5KI%2CQD7DI%2CKAAK%2CMCmBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD9DI%2CKAAK%2CMCmBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD%5C%2FDI%2CKAAK%2CMCmBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI5B0KtB%2CmBAAA%3B%3BE2BzOA%2CQAAQ%2CKAAK%2CMCoEX%2CQAAK%3BI5BqKP%2CmBAAA%3BI4BnKI%2CgBAAA%3BIACA%2C4BAAA%3BI5BkKJ%2CyBAAA%3B%3BE2BlOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG3BZ%3BI9B4PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE8BfJ%2CgBCiEA%3BIACI%2CWAAA%3B%3BEDlEJ%2CgBCpBA%3BEDoBA%2CgBCnBA%3BIACI%2CqBAAA%3B%3BEDkBJ%2CgBCpBA%2CSAQI%2CEAAC%3BEDYL%2CgBCnBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDWR%2CgBCNA%2CSACI%3BI%5C%2FBiQJ%2CkBAAA%3B%3BE8B5PA%2CgBCIA%2CWAKI%2CEAAC%3BI%5C%2FBmPL%2CeAAA%3B%3BE8B5PA%2CgBAGK%3BEAHL%2CgBAIK%3BIACG%2CgBAAA%3B%3BEALR%2CgBAGK%2CWAIG%3BEAPR%2CgBAIK%2CaAGG%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE4BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BECWpB%2CYACI%2CkBACI%3BIACI%2CUAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CYACI%2CkBACI%2CgBAII%2C2BAEI%3BIACI%2CSAAA%3B%3BEATpB%2CYACI%2CkBACI%2CgBAII%2C2BAEI%2CgBAGI%3BIACI%2CeAAA%3B%3BEAZxB%2CYACI%2CkBACI%2CgBAII%2C2BAEI%2CgBAOI%3BIACI%2CQAAA%3B%3BEAhBxB%2CYACI%2CkBACI%2CgBAII%2C2BAEI%2CgBAOI%2CaAGI%2CkBACI%3BIACI%2CQAAA%3B%3BEApBhC%2CYACI%2CkBACI%2CgBAII%2C2BAEI%2CgBAOI%2CaAGI%2CkBAKI%3BIACI%2CeAAA%3B%3BEAxBhC%2CYACI%2CkBACI%2CgBAII%2C2BAEI%2CgBAqBI%3BIACI%2CmBAAA%3BIACA%2CSAAA%3B%3BEA%5C%2FBxB%2CYACI%2CkBACI%2CgBAII%2C2BAEI%2CgBAqBI%2C%2BBAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEApC5B%2CYACI%2CkBACI%2CgBAII%2C2BAEI%2CgBAqBI%2C%2BBAII%2CqBAKI%3BIACI%2CeAAA%3B%3BE3DoOhC%2CmBAAoB%3BIAChB%2CeAAA%3B%3BEAGJ%2CYAAa%2CYAAY%3BIACrB%2CoBAAA%3B%3BEAGJ%2CYAAa%2CYAAY%2CmBAAmB%3BIACxC%2CmBAAA%3BIACA%2CSAAA%3B%3BE4DhRJ%2CsBACI%2CyBACI%2C0BACI%3BIACI%2CeAAA%3B%3BECvBhB%2CYACI%3BIACI%2CSAAA%3B%3BEAFR%2CYACI%2CaAGI%3BIACI%2CkBAAA%3B%3BEALZ%2CYACI%2CaAGI%2CcAGI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAThB%2CYACI%2CaAGI%2CcAGI%2CYAII%3BIACI%2CYAAA%3B%3BEAZpB%2CYACI%2CaAGI%2CcAGI%2CYAQI%3BIACI%2CWAAA%3B%3BEAhBpB%2CYACI%2CaAoBI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAvBZ%2CYACI%2CaAyBI%2CeAAc%2CQACV%3BIACI%2CuBAAA%3B%3BECKhB%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CkBAII%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEANR%2CkBASI%3BIACI%2CkBAAA%3B%3BEAVR%2CkBASI%2CgBAGI%2CaACI%2CwBACI%3BIACI%2CWAAA%3B%3BECqDpB%3BIACI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BIACI%2CaAAA%3B%3BEAIR%2CqBACI%2CqBACI%2CSAAQ%2CUAAU%3BIACd%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BECpKZ%2CUAEI%3BIACI%2CuBAAuB%2CUAAU%2CeAAjC%3BIACA%2CSAAA%3B%3BEAJR%2CUAOI%3BIACI%2CuBAAuB%2CUAAU%2CeAAjC%3BIACA%2CSAAA%3B%3BEATR%2CUAYI%3BIACI%2CSAAA%3B%3BEC1BR%2CuBACI%2C0BAEI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEC2gBZ%3BIACI%2CaAAA%3BIACA%2CgCAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAIJ%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CgCAAA%3B%3BEAEA%2CsBAAC%3BIACG%2CUAAA%3B%3BEAGJ%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C8EAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAEA%2CmBAAC%3BIACG%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CyCAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CwBAAb%3BIACA%2CqBAAA%3B%3BEAIJ%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CkBAAE%3BIACE%2CaAAA%3B%3BEAGJ%2CkBAAC%3BIACG%2CWAAW%2CgBAAX%3BIACA%2CmFAAA%3B%3BEAfR%2CkBAoBI%3BIACI%2CaAAA%3B%3BEArBR%2CkBAwBI%3BIACI%2CaAAA%3B%3BEAzBR%2CkBA4BI%3BIACI%2CaAAA%3B%3BEAGJ%2CkBAAC%3BIACG%2CcAAA%3BIACA%2CyCAAA%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CWAAA%3B%3BEC7cJ%3BIACI%2CuBAAuB%2CcAAvB%3BIACA%2CSAAA%3B%3BEA2WJ%3BIACI%2C8BAAA%3B%3BEAIJ%3BIACI%2C8BAAA%3B%3BEAIJ%3BIACI%2C8BAAA%3B%3BEADJ%2CoBAGK%3BIACG%2CcAAA%3B%3BEAKR%3BIACI%2C8BAAA%3B%3BEAIJ%3BIACI%2C8BAAA%3B%3BEAIJ%3BIACI%2C8BAAA%3B%3BECrfJ%3BIACI%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2C0CAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BE9C%2BHJ%2CqBACI%2CeAAc%2CSACV%2CcACI%2CYAAY%3BIACR%2CWAAA%3B%3BEAJhB%2CqBACI%2CeAAc%2CSAOV%3BIACI%2C2BAAA%3BIACA%2CkCAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3B%3BEAtBZ%2CqBACI%2CeAAc%2CSAwBV%2CmBAAkB%2CMAAO%3BIACrB%2CyBAAA%3B%3BEA1BZ%2CqBACI%2CeAAc%2CSA4BV%2CmBAAkB%3BIACd%2CkCAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3B%3BEAnCZ%2CqBAuCI%3BIACI%2CWAAA%3B%3BEAxCR%2CqBA%2BCI%3BIACI%2CmBAAA%3B%3BEAuBI%2CQAFR%2CiBACI%2CQAAO%2COACF%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CgBAAA%3B%3BEANhB%2CQACI%2CiBACI%2CQAAO%2COAOH%3BIACI%2CaAAA%3B%3BE%2BCxFhB%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAGJ%3BIACI%2CuBAAuB%2CcAAvB%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEA4jBJ%3BIACI%2C8BAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2COAAA%3B%3BECnuBJ%2CuBAAwB%2CQAAO%3BIAC3B%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CuBAAwB%3BIACpB%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CuBAAwB%3BIACpB%2CmBAAA%3B%3BEAIJ%2C0BAA2B%3BIACvB%2C0BAAA%3B%3BECkPJ%3BIACI%2CuBAAA%3B%3BEAEA%2CaAAC%3BIACG%2CeAAA%3B%3BEAGJ%2CaAAC%3BIACG%2CuBAAuB%2CcAAvB%3BIACA%2CSAAA%3B%3BEAIR%3BIACI%2CuBAAA%3B%3BEAEA%2CUAAC%3BIACG%2CeAAA%3B%3BEAGJ%2CUAAC%2CSACG%3BIACI%2CeAAA%3B%3BEAFR%2CUAAC%2CSAKG%3BIACI%2CeAAA%3B%3BEnE2BZ%2CaAAc%2CgBAAkB%2CkBAAe%3BIAC3C%2CaAAA%3B%3BEAMI%2CsBADJ%2CSACK%2CiBACG%3BEADJ%2C2BADJ%2CSACK%2CiBACG%3BIACI%2CcAAA%3B%3BEAMhB%2CgBAAiB%3BIACb%2CgBAAA%3B%3BEAGJ%2CaACM%3BIACE%2CsBAAA%3B%3BEAFR%2CaAKI%3BIACI%2CyBAAA%3B%3BEAGI%2CaAJR%2CaAGI%2COACK%3BIACG%2CgCAAA%3BIACA%2CyBAAA%3B%3BEAGI%2CaAThB%2CaAGI%2COACK%2CQAIG%2COACK%3BIACG%2CcAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CaAThB%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEATR%2CaAThB%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2C%2BBAAA%3BIACA%2CoCAAA%3BIACA%2CuCAAA%3B%3BEAEA%2CaA%5C%2FBhC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBACI%2CkBAUK%3BIACG%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAIA%2CaAtCpC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBACI%2CkBAgBK%2COACI%3BIACG%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CaA7ChC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBACI%2CkBAwBK%3BIACG%2CcAAA%3B%3BEArCpB%2CaAThB%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%3BIACI%2CaAAA%3BIACA%2CyBAAA%3BIAEA%2CgBAAA%3B%3BEAEA%2CaAxDhC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%2CmBAMK%3BEACD%2CaAzDhC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%2CmBAOK%3BIACG%2CaAAA%3B%3BEAjDpB%2CaAThB%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%2CmBAWM%2CKACI%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2C%2BBAAA%3BIACA%2CoCAAA%3BIAEA%2CuCAAA%3B%3BEAGA%2CaAxExC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%2CmBAWM%2CKACI%2CIAUG%3BEACD%2CaAzExC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%2CmBAWM%2CKACI%2CIAWG%3BIACG%2CcAAA%3B%3BEAGJ%2CaA7ExC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%2CmBAWM%2CKACI%2CIAeG%3BIACG%2CcAAA%3B%3BEAIR%2CaAlFpC%2CaAGI%2COACK%2CQAIG%2COACK%2COAIG%2CUAOI%2CkBA8BI%2CmBAWM%2CKAqBG%3BIACG%2CuBAAA%3B%3BEAQhB%2CaA3FxB%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%3BIACE%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEALR%2CaA3FxB%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAMI%3BEAPV%2CaA3FxB%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAOI%3BIACE%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAfZ%2CaA3FxB%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAiBI%3BIACE%2C%2BBAAA%3BIACA%2CoCAAA%3BIACA%2CuCAAA%3B%3BEAGA%2CaAnHpC%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAiBI%2CIAMG%3BEACD%2CaApHpC%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAiBI%2CIAOG%3BIACG%2CqBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CaAzHpC%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAiBI%2CIAYG%3BIACG%2CqBAAA%3BIACA%2CcAAA%3B%3BEAKJ%2CaAhIpC%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAmCG%2CmBACI%3BIACG%2CaAAA%3B%3BEAOI%2CaAxI5C%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAyCG%2CiBACG%2CQACK%2COACI%3BIACG%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAQR%2CaAnJxC%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%3BIACG%2CgBAAA%3BIACA%2CyBAAA%3BIAEA%2CcAAA%3BIACA%2CaAAA%3B%3BEAEA%2CaA1J5C%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAOI%3BEACD%2CaA3J5C%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAQI%3BIACG%2CaAAA%3B%3BEATR%2CaAnJxC%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAYK%3BIACE%2CcAAA%3BIACA%2CSAAA%3B%3BEAdR%2CaAnJxC%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAYK%2CKAII%3BIACE%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CaAxKpD%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAYK%2CKAII%2CIAKG%3BEACD%2CaAzKpD%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAYK%2CKAII%2CIAMG%3BIACG%2CcAAA%3B%3BEAGJ%2CaA7KpD%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAYK%2CKAII%2CIAUG%3BIACG%2CcAAA%3BIACA%2CuBAAA%3B%3BEAIR%2CaAnLhD%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKAqDE%2CeACI%2CQACK%2CMAYK%2CKAoBG%3BIACG%2CuBAAA%3B%3BEAWJ%2CaA%5C%2FLhD%2CaAGI%2COACK%2CQAIG%2COACK%2COAiFG%2CQACK%2CMACK%2CKA%2BFG%2CMACI%2CiBACG%2CQACK%2COACI%3BIACG%2CcAAA%3B%3BEAe5C%2CaA%5C%2FMR%2CaA8MI%2CQACK%3BIACG%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3B%3BEA5NhB%2CaAKI%2CaA8MI%2CQAYI%3BIACI%2CQAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAvOhB%2CaAKI%2CaA8MI%2CQAYI%2CcAUI%3BIACI%2CWAAA%3B%3BEA1OpB%2CaAKI%2CaA8MI%2CQAYI%2CcAcI%2CMAAK%3BIACD%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAhPpB%2CaAKI%2CaA8MI%2CQAYI%2CcAoBI%2CMAAK%2CWAAW%2CIAAI%2CSAChB%3BIACI%2CwBAAA%3B%3BEAKJ%2CaArPhB%2CaA8MI%2CQAYI%2CcA0BI%2COACK%3BIACG%2CSAAA%3B%3BEADJ%2CaArPhB%2CaA8MI%2CQAYI%2CcA0BI%2COACK%2COAGG%3BIACI%2CaAAA%3B%3BEAJR%2CaArPhB%2CaA8MI%2CQAYI%2CcA0BI%2COACK%2COAOG%3BIACI%2CkBAAA%3B%3BEARR%2CaArPhB%2CaA8MI%2CQAYI%2CcA0BI%2COACK%2COAOG%2CSAGI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CaAzQ5B%2CaA8MI%2CQAYI%2CcA0BI%2COACK%2COAOG%2CSAGI%2CYAUK%3BIACG%2CgBAAA%3BIACA%2CaAAA%3B%3BEAtBhB%2CaArPhB%2CaA8MI%2CQAYI%2CcA0BI%2COACK%2COAOG%2CSAmBI%3BIACI%2CaAAA%3B%3BEArRhC%2CaAKI%2CaA8MI%2CQAYI%2CcA4DI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAGI%2CaA9RpB%2CaA8MI%2CQAYI%2CcA4DI%2CSAOI%2CQACK%3BIACG%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3B%3BEAEA%2CaA9SxB%2CaA8MI%2CQAYI%2CcA4DI%2CSAOI%2CQACK%2COAgBI%3BIACG%2CcAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAIA%2CaArT5B%2CaA8MI%2CQAYI%2CcA4DI%2CSAOI%2CQACK%2COAsBI%2CMACI%3BIACG%2CcAAA%3B%3BEAIR%2CaA1TxB%2CaA8MI%2CQAYI%2CcA4DI%2CSAOI%2CQACK%2COA4BI%3BEACD%2CaA3TxB%2CaA8MI%2CQAYI%2CcA4DI%2CSAOI%2CQACK%2COA6BI%3BIACG%2CUAAA%3BIACA%2CeAAA%3B%3BEA%5C%2FBR%2CaA9RpB%2CaA8MI%2CQAYI%2CcA4DI%2CSAOI%2CQACK%2COAkCG%3BIACI%2CaAAA%3B%3BEAtUhC%2CaAKI%2CaA8MI%2CQA0HI%3BIACI%2CQAAA%3BIAEA%2COAAA%3BIAEA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIAEA%2CYAAA%3BIAEA%2CSAAA%3B%3BEAxVhB%2CaAKI%2CaA8MI%2CQA0HI%2CaAaI%3BIACI%2CSAAA%3BIAEA%2CcAAA%3B%3BEA7VpB%2CaAKI%2CaA8MI%2CQA0HI%2CaAaI%2CMAKM%3BIACE%2CcAAA%3BIAEA%2CcAAA%3BIAEA%2CeAAA%3B%3BEApWxB%2CaAKI%2CaA8MI%2CQAsJI%3BIACI%2CQAAA%3BIACA%2COAAA%3B%3BEA3WhB%2CaAKI%2CaA8MI%2CQA2JI%2CkBACI%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CQAAA%3B%3BEAEA%2CaA%5C%2FWhB%2CaA8MI%2CQA2JI%2CkBACI%2CgBAKK%3BEACD%2CaAhXhB%2CaA8MI%2CQA2JI%2CkBACI%2CgBAMK%3BIACG%2CaAAA%3B%3BEAQxB%2CaACI%2CYACM%3BIACE%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3B%3BEANZ%2CaACI%2CYACM%2CKAMI%3BIACE%2CeAAA%3B%3BEAIQ%2CaAZpB%2CYACM%2CKAMI%2CKAGG%2COACK%2CIACG%3BIACG%2C%2BBAAA%3BIACA%2CoCAAA%3BIACA%2CuCAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEACA%2CaAvBxB%2CYACM%2CKAMI%2CKAGG%2COACK%2CIACG%2CUAWI%3BIACG%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAOJ%2CaAlCxB%2CYACM%2CKAMI%2CKAGG%2COAsBI%2COACK%2CIACG%3BIACG%2C4BAAA%3B%3BEADJ%2CaAlCxB%2CYACM%2CKAMI%2CKAGG%2COAsBI%2COACK%2CIACG%2CUAGK%3BIACE%2CWAAA%3B%3BEAEA%2CaAxChC%2CYACM%2CKAMI%2CKAGG%2COAsBI%2COACK%2CIACG%2CUAGK%2CgBAGG%3BIACG%2CeAAA%3B%3BEA%5C%2FBxB%2CaAVZ%2CYACM%2CKAMI%2CKAGG%2COAsCG%3BIACI%2CcAAA%3B%3BEAvCR%2CaAVZ%2CYACM%2CKAMI%2CKAGG%2COAsCG%2CSAGM%3BIACE%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEA5CZ%2CaAVZ%2CYACM%2CKAMI%2CKAGG%2COAsCG%2CSAGM%2CKAKI%3BIACE%2CkBAAA%3B%3BEAEA%2CaA3D5B%2CYACM%2CKAMI%2CKAGG%2COAsCG%2CSAGM%2CKAKI%2CIAGG%3BIACG%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAIR%2CaAnExB%2CYACM%2CKAMI%2CKAGG%2COAsCG%2CSAGM%2CKAgBG%2COACK%3BIACE%2C4BAAA%3B%3BEAFR%2CaAnExB%2CYACM%2CKAMI%2CKAGG%2COAsCG%2CSAGM%2CKAgBG%2COACK%2CIAGI%3BIACE%2CUAAA%3B%3BEAEA%2CaA1EpC%2CYACM%2CKAMI%2CKAGG%2COAsCG%2CSAGM%2CKAgBG%2COACK%2CIAGI%2CgBAGG%3BIACG%2CeAAA%3B%3BEAusFxC%2COAAC%2CQACG%2CgBACI%2CkBACI%2CQACI%3BIACI%2CcAAA%3B%3BEoE%5C%2F8GpB%2CYAAC%2CYACG%3BI9CqHR%2C6BAAA%3BI8CnHY%2CiBAAA%3B%3BECyqEZ%2CqBACI%3BIACI%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEALR%2CqBAQI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAbR%2CqBAiBI%3BIACI%2CuBAAuB%2CcAAvB%3B%3BEAlBR%2CqBAsBI%2C0BAA0B%2CiBAAmB%3BIACzC%2CWAAA%3B%3BEAvBR%2CqBA2BI%2CaACI%3BIACI%2CmBAAA%3B%3BEA7BZ%2CqBA2BI%2CaAKI%3BIACI%2CeAAA%3B%3B%3B%3B%3BECzrEZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BEC2BA%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BIlDgMR%2CiBAAA%3B%3BEkDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BIlDqLR%2CeAAA%3B%3BEkDzMA%2CqBAcI%2CQAUI%3BIlDiLR%2CiBAAA%3BIkD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BIlD0KR%2CeAAA%3B%3BEkDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BIlDmKb%2CeAAA%3BIkDjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BE1D2FJ%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CuBAKI%3BIO4HJ%2CmBAAA%3B%3BEPxHY%2CuBAJR%2COAGK%2CSACI%3BIOwHb%2CoBAAA%3B%3BEPlHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEWnCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEMgBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BIVwE7B%2CcAAA%3BIUtEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BIV%2BDZ%2CcAAA%3B%3BEU7FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BIV4DhB%2CiBAAA%3BIU1DoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BIVoDZ%2CiBAAA%3BIUlDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CUAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BE0C%2BGZ%2CcACI%2CeACI%3BIACI%2CaAAa%2C8BAAb%3BIACA%2CcAAA%3B%3BEACA%2CcAJR%2CeACI%2CcAGK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CaAAA%3B%3BEnDtQZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BID0HA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BICtHI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIDgHJ%2CqBAAA%3BIgB9QA%2CqBAAA%3B%3BEfgKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BID0GL%2CcAAA%3BICxGQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BIDgGL%2C%2BFAAA%3BIC9FQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWe8GE%3BIhBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgBHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyBnPQ%2COzBmPR%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CsBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIhB2PL%2CcAAA%3B%3BEChFI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSwB5KA%2COxB4KA%3B%3BEAIR%3BIACI%2CYAAA%3B%3BEACA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CcAAA%3B%3BEoDiZR%2CkBACI%2CoBACI%3BIrDjVR%2CmBAAA%3B%3BEqD%2BUA%2CkBAOI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAGI%3BEALZ%2CmBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CuBAEI%2CWAUI%2CqBAAqB%2CuBACjB%3BEAZZ%2CmBACI%2CWAUI%2CqBAAqB%2CuBACjB%3BIrDpXZ%2CiBAAA%3BIqDsXgB%2CiBAAA%3B%3BEAUhB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEA%2BNZ%2CQAAQ%3BIACJ%2CYAAA%3BIrD1pBJ%2CSAAA%3BIAAA%2CUAAA%3BI6B1KA%2CqBAAA%3B%3BEwBm0BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BIrD9pBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6BjJA%2CQwB0yBQ%2CQAIJ%2CQAAO%2CQxB9yBV%3BI7BiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6B5IA%2CQwBqyBQ%2CQAIJ%2CQAAO%2CQxBzyBV%3BI7B4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE6BvIA%2CQwBgyBQ%2CQAIJ%2CQAAO%2CQxBpyBV%3BI7BuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEqDypBA%2CQAAQ%2CQAgBJ%2CSAAQ%3BIrDzqBZ%2CcAAA%3B%3BEqD4qBQ%2CQAnBA%2CQAgBJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAvBA%2CQAgBJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BEnDjxBZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEFmKR%2CaEvKI%2CMFuKH%3BIAxFD%2CWAAA%3B%3BEA6FA%2CaE5KI%2CMF4KH%3BIA7FD%2CWAAA%3B%3BEAkGA%2CaEjLI%2CMFiLH%3BIAlGD%2CWAAA%3B%3BEAuGA%2CaEtLI%2CMFsLH%3BIAvGD%2CWAAA%3B%3BEEhGA%2CaAwBI%2CQAAO%3BIFwEX%2CqBAAA%3BIsDzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BItDgDA%2CgBAAA%3BIE7DQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COc4DT%3BIhBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgBHA%2CadgMI%2CQAAO%2COchMV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyB3OU%2COzB2OV%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CadmLA%2CQAAO%2COcpLV%2CMACI%3BIhB2PL%2CWAAA%3B%3BEgBrPI%2Cad6KA%2CQAAO%2COc9KV%2COACI%3BIhBqPL%2CcAAA%3B%3BEsD7CA%2CapD3BI%2CQAAO%2COoD2BV%3BEACD%2CapD5BI%2CQAAO%2COoD4BV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CapDjCI%2CQAAO%2COoDiCV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CapDtCI%2CQAAO%2COoDsCV%3BEACD%2CapDvCI%2CQAAO%2COoDuCV%3BEACD%2CQAAQ%2CUAAW%2CcpDxCf%2CQAAO%3BIoDyCP%2CoBAAA%3BItD%2BBJ%2CYAAA%3B%3BEEvDY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIFuDb%2CWAAA%3B%3BEEhDA%3BIACI%2CaAAA%3B%3BERuSJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAKR%3BIMnRA%2CUAAA%3BIqBlLA%2CYAAA%3BIrBkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BINmHL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIMpTZ%2CgBAAA%3BINsTgB%2CgBAAA%3B%3BEmBiShB%2CanBjTI%2COAaI%2CUACI%2COmBmSX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CanBjTI%2COAaI%2CUACI%2COmBmSX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEnBrVR%2CaAmBI%2COAaI%2CUACI%2COmBgMV%3BIbpfF%2CeAAA%3BIawfI%2CqBAAA%3B%3BEA6HA%2CanB%5C%2FUA%2COAaI%2CUACI%2COmB%2BTX%2COAEI%3BEAAD%2CanB%5C%2FUA%2COAaI%2CUACI%2COmBgUX%2CSACI%3BIACG%2CaAAA%3B%3BEnBnWR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIAEI%2CeAAA%3BIACA%2CWAAA%3B%3BEAJR%2CKAAC%2CcAOG%2CMAAM%3BIACF%2CiBAAA%3B%3BEARR%2CKAAC%2CcAWG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAbZ%2CKAAC%2CcAiBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKAtBP%2CcAqBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA%5C%2FBP%2CcAqBG%2CSAUK%3BIACG%2CoBAAA%3B%3BEAGJ%2CKAnCP%2CcAqBG%2CSAcK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIMzZA%2CUAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIN0PL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAaZ%2CMAAC%3BIMlbL%2CUAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BINmRD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CaAAA%3B%3BE6D3UZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEvC9SR%2CSuCiTU%2CQAAO%2COvCjThB%3BEAAD%2CiBuCkTkB%2CQAAO%2CKvClTxB%3BIhB4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEYtMA%3BIZsMA%2CmBAAA%3BIqBtLA%2CWAAA%3BIrBsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIYrWL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE4CvDR%3BIACI%2CaAAA%3B%3BECKJ%3BIzD6OA%2CgBAAA%3BIyD3OI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIzDsOA%2CgBAAA%3BIAAA%2CYAAA%3BIyDnOI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CsBAAC%3BIzD8NL%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2C2BAAA%3BIyDzNQ%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CsBADH%2CYACI%3BIzDiNT%2C0BAAA%3B%3BEyD3MQ%2CsBADH%2CWACI%3BIzD2MT%2C0BAAA%3B%3BEyDtOA%2CsBAgCM%3BIACE%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIzDkMR%2CWAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEyDvLQ%2CsBAfF%2COAeG%3BEACD%2CsBAhBF%2COAgBG%3BIzDsLT%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CYAAA%3BIAAA%2CkBAAA%3BIAAA%2C2BAAA%3BIAAA%2CWAAA%3BIyD%5C%2FKY%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CsBA9BF%2COA8BG%3BIzDwKT%2CgBAAA%3BIAAA%2CYAAA%3BIAAA%2CkBAAA%3BIAAA%2CQAAA%3BIAAA%2CWAAA%3BIyDlKY%2CSAAS%2CUAAT%3BIACA%2CoBAAA%3BIzDiKZ%2CWAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEyDrJI%2CsBAAC%3BIACG%2CeAAA%3B%3BEAGI%2CsBAJP%2CUAGI%2CMACI%3BIzDiJb%2CmBAAA%3B%3BEyD5IgB%2CsBATX%2CUAGI%2CMAKK%2COACG%3BIzD4IjB%2CmBAAA%3B%3BEyDrJI%2CsBAAC%2CUAeK%3BIzDsIV%2CcAAA%3B%3BEyDnIY%2CsBAlBP%2CUAeK%2COAGG%3BIzDmIb%2CakB9Qe%2CYlB8Qf%3BIAAA%2CSyBhPa%2COzBgPb%3B%3BEyD3HQ%2CsBADH%2CQACI%3BIzD2HT%2CmBAAA%3BIAAA%2CqBAAA%3B%3BEyD5HI%2CsBAAC%2CQAMK%3BIzDsHV%2CWAAA%3BIAAA%2CgBAAA%3B%3BEyDlHY%2CsBAVP%2CQAMK%2COAIG%3BIzDkHb%2CmBAAA%3BIAAA%2CqBAAA%3B%3BEyD7GY%2CsBAfP%2CQAMK%2COASG%3BIzD6Gb%2CqBAAA%3BIAAA%2CSyBhPa%2COzBgPb%3BIAAA%2CakB9Qe%2CYlB8Qf%3B%3BE0DvOA%2CqBACI%2CaACI%3BIACI%2CeAAA%3B%3BEAHZ%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECwMhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAKhB%2CYACI%3BEADJ%2CYAEI%3BIACI%2CeAAA%3B%3BEAHR%2CYAMI%3BI3DGJ%2CgCAAA%3BI2DDQ%2CoBAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEC3RJ%3BI5DwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIqBlLA%2CYAAA%3BIrBkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE6DvPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEC1FZ%3BI9D4KA%2CsBAAA%3BIAAA%2CyBAAA%3BI8DzKI%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BI9D6JL%2CYAAA%3BI8D3JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BI9DmJA%2CmBAAA%3BI8DjJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BI9D6IJ%2CiBAAA%3BI8D3IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BI9DmOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI8DtQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BI9D0NJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE8DlPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECjCR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECjBZ%2CwBACI%3BIhEmGJ%2CkBAAA%3B%3BEgEpGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BEzE2GhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BIACR%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAIR%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BECraR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BEyE0IR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC%5C%2FCQ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%3BIACG%2CeAAA%3B%3BEADJ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%2CYAGG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATxB%2CsBACI%2CmBAcI%3BIACI%2CiBAAA%3B%3BEAhBZ%2CsBACI%2CmBAkBI%3BIACI%2CWAAA%3B%3BEApBZ%2CsBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%3BIlEmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BIa%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIbhqBA%2CUAAA%3BIamqBA%2CmBAAA%3B%3BEqDj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrDunBhB%3BIbpfF%2CeAAA%3BIawfI%2CqBAAA%3B%3BEAtOJ%2CsBqDxZI%2CkBAGI%2COAAM%2CIAAI%2COrDqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBqD3yBI%2CkBAGI%2COAAM%2CIAAI%2COrDwyBd%3BIACA%2CWAAA%3B%3BEqDp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD%2BZhB%3BIb5RF%2CgBAAA%3B%3BEaqSI%2CsBqD3aA%2CkBAGI%2COAAM%2CIAAI%2COrD%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BEqDpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD6alB%2CQACI%3BIACI%2CmBAAA%3B%3BEbhiBR%2CsBkE8GI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMbpiBN%3BEACD%2CsBkE6GI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMbniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBkEwGI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMb9hBN%3BIACG%2CWAAA%3B%3BEkE%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBqD7bA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqDjcA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBqDrcA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqDzcA%2CkBAGI%2COAAM%2CIAAI%2COrDmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEqDleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%3BIbpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BIayLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEqD1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAMI%3BEqD5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAOI%3BEqD7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAQI%3BIbhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BIawMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEqDnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%3BEqDtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%3BIbzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CoCAAA%3BIAAA%2CkBAAA%3BIAAA%2CqCAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BIajPA%2CsBAAA%3BIbiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIa0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBqD5OI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWAlPH%3BEAAD%2CsBqD5OI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUAnPH%3BIbtGD%2CYAAA%3B%3BEaqHA%2CsBqD3PI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWAnOH%3BEAAD%2CsBqD3PI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUApOH%3BIbrHD%2CWAAA%3B%3BEa0HA%2CsBqDhQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWA9NH%3BEAAD%2CsBqDhQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUA%5C%2FNH%3BIb1HD%2CWAAA%3B%3BEa%2BHA%2CsBqDrQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAgBI%2CWAzNH%3BEAAD%2CsBqDrQI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COAiBI%2CUA1NH%3BIb%5C%2FHD%2CWAAA%3B%3BEkE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2clB%2COA0BI%3BIACI%2CWAAA%3BIbnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkEhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD2elB%3BIbxWA%2CgBAAA%3B%3BEaugBI%2CsBqD7oBA%2CkBAGI%2COAAM%2CIAAI%2COrDwoBjB%2CSAAY%2CSAER%3BEAAD%2CsBqD7oBA%2CkBAGI%2COAAM%2CIAAI%2COrDyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BIbxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEkE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrD%2BqBlB%3BIb5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BIgB9QA%2CqBAAA%3B%3BEAMA%2CsBkDkII%2CkBAGI%2COAAM%2CIAAI%2COrD%2BqBlB%2CMGpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CsBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEkDtMY%2CsBATR%2CkBAGI%2COAAM%2CIAAI%2COAML%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2CsBAbR%2CkBAGI%2COAAM%2CIAAI%2COAUL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtChB%2CsBAwBI%2CkBAkBI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BEvD8JhB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BIXtEb%2C8BAAA%3BIWwEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIXrFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEW0FA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BErBnKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyB8BtItB%2CQAGI%2CKACI%3BE9BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB8BrItB%2CQAEI%2CKACI%3BE9BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB8BpItB%2CQACI%2CKACI%3BE9BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB8BtItB%2CQAGI%2CKAEI%3BE9BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB8BrItB%2CQAEI%2CKAEI%3BE9BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB8BpItB%2CQACI%2CKAEI%3BIpByHV%2C6BAAA%3B%3BEVQI%2CQAAS%2CMAAK%2CMAAM%2CyB8B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE9BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB8B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE9BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB8BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE9BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB8B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE9BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB8B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE9BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB8BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE9BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB8BhHtB%2CQAAQ%3BIpBwGV%2C6BAAA%3B%3BEVQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIUhCb%2CmBAAA%3BIa%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIbhqBA%2CUAAA%3BIamqBA%2CmBAAA%3BIvBjoBgB%2CmBAAA%3B%3BEuBmoBhB%2CyBvB1oBI%2CUAGI%2COACK%2CKuBsoBT%3BEAAJ%2CyBvB1oBI%2CUAGI%2COAEK%2CSuBqoBT%3BIACA%2CWAAA%3B%3BEvBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEAIA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEe%5C%2FGZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BILGZ%2C8BAAA%3BIKDY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CuBAiBI%2CcACI%3BEAjBR%2CeAgBI%2CcACI%3BIACI%2CmBAAA%3B%3BEAnBZ%2CuBAuBI%3BEAtBJ%2CeAsBI%3BIACI%2CmBAAA%3B%3BEAQR%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BE8DhLR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BECpIV%2CWACE%2CQAAO%3BIACL%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BECkDF%2CkBACI%3BIACI%2CUAAA%3B%3BECijBJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAU%3BIACN%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C6BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BItEvXrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIsEuawB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BItE%5C%2FarB%2CyBAAA%3BIsEibwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BItEjcb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BIsEscgB%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BItEjeb%2CcAAA%3BIsEmegB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIK%3BIACE%2CgBAAA%3B%3BEhEzWZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BINzJR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIM8JQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BINzNZ%2CeAAA%3B%3BEM%2BNQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BEiEnhBpB%2CMAAM%3BIACF%2CUAAA%3B%3BE5E6SJ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEGpLR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BESuVZ%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CeAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAdZ%2CoBAkBI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEApBR%2CoBAuBI%2CMACI%3BEAxBR%2CoBAuBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BER3nBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BESkYZ%3BEACA%3BIACI%2CYAAA%3B%3BEAIA%2CIAAK%3BIRvIT%2CyBAAA%3B%3BEQ4IA%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BIRrJR%2CyBAAA%3B%3BEQgJA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIRDR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEQIT%2CUACK%2CsBACG%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACK%2CsBAKG%2CYAAY%3BIACR%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIgEtaA%2CqBAAA%3BIACA%2CkBAAA%3B%3BExEFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEQgaJ%2CiBgEnaA%3BIxEgPA%2CUAAA%3BIwE9OI%2CeAAA%3BIxE8OJ%2CqBAAA%3BIgBhOA%2CqBAAA%3B%3BERmZA%2CiBgEnaA%2CexDoOE%3BIhBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgB2CA%2CiBwDtBA%2CexDsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyB9NQ%2COzB8NR%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwDnCJ%2CexDkCC%2CMACI%3BIhB6ML%2CcAAA%3B%3BEgBvMI%2CiBwDzCJ%2CexDwCC%2COACI%3BIhBuML%2CcAAA%3B%3BEwEqEA%2CiBArTA%2CeAqTC%3BIxErED%2CqBAAA%3BIgBhOA%2CqBAAA%3B%3BEwDqSA%2CiBArTA%2CeAqTC%2COxDjFC%3BIhBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEgB2CA%2CiBwDtBA%2CeAqTC%2COxD%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIhB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyB%5C%2FNM%2COzB%2BNN%3BIAAA%2CakB9Qe%2CYlB8Qf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIgBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwDnCJ%2CeAqTC%2COxDnRA%2CMACI%3BIhB6ML%2CcAAA%3B%3BEgBvMI%2CiBwDzCJ%2CeAqTC%2COxD7QA%2COACI%3BIhBuML%2CcAAA%3B%3BEQmLA%2CiBgE5OA%3BIxEyDA%2CSAAA%3BIAAA%2CUAAA%3BI6B1KA%2CqBAAA%3BI7B0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIwEhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIxE8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEQmLA%2CiBgE5OA%2CGAsBI%3BIxEmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEwE3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIxE2BT%2CmBAAA%3BIwEzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BIxEzSJ%2CsDAAA%3BIwE2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIxE%5C%2FSJ%2CsDAAA%3BIwEiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BIxE%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BEwEoRA%2CiBA7UA%2CGA6UC%3BIxEpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BEwEZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BEhE2LR%2CiBAcI%2CGACI%3BIRlMR%2CWAAA%3BIAAA%2CqBAAA%3BIQ2MY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEqB9VZ%2CiBrBkVI%2CGACI%2CEqBnVP%3BI7BiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6B5IA%2CiBrB6UI%2CGACI%2CEqB9UP%3BI7B4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6BvIA%2CiBrBwUI%2CGACI%2CEqBzUP%3BI7BuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEQmLA%2CiBA8BI%3BIACI%2CeAAA%3B%3BEA%5C%2FBR%2CiBAkCI%3BIACI%2CaAAA%3B%3BEAnCR%2CiBAsCI%2CQAAO%3BI8ClRX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BItDgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BEsD7CA%2CiB9CsQI%2CQAAO%2CO8CtQV%3BEACD%2CiB9CqQI%2CQAAO%2CO8CrQV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB9CgQI%2CQAAO%2CO8ChQV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB9C2PI%2CQAAO%2CO8C3PV%3BEACD%2CiB9C0PI%2CQAAO%2CO8C1PV%3BEACD%2CQAAQ%2CUAAW%2CkB9CyPf%2CQAAO%3BI8CxPP%2CoBAAA%3BItD%2BBJ%2CYAAA%3B%3BEQmLA%2CiBA2CI%2CQAAO%3BIACH%2CgBAAA%3B%3BEQ%5C%2FXR%2CiBRkYK%2COACG%2CQAAO%2COQnYd%3BIhBgKD%2CSyB%5C%2FNM%2COzB%2BNN%3B%3BEQkOI%2CiBAAC%2COAMG%3BIACI%2CcAAA%3B%3BEAtDZ%2CiBA0DI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACI%2CUAAO%3BIRpPhB%2CSAAA%3BIAAA%2CUAAA%3BI6B1KA%2CqBAAA%3BIrBgaY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACI%2CUAAO%2CMqBxZd%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BErBqZA%2COAAC%2CMACI%2CUAAO%2CMAKH%3BIACG%2CkBAAA%3B%3BEAEA%2COATX%2CMACI%2CUAAO%2CMAKH%2CKAGI%3BEATb%2COAAC%2CMACI%2CUAAO%2CMAKH%2CKAII%3BIACG%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACI%2CUAAO%2CMAKH%2CKASI%2CQACG%3BIRnQpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEQ2QgB%2COAxBX%2CMACI%2CUAAO%2CMAsBH%2CsBACI%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACI%2CUAAO%2CMAsBH%2CsBAOI%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACI%2CUAAO%2CMAoCH%2CoBAAkB%3BIACf%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIRvLA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIQoJJ%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEANJ%2CaAQK%3BEARL%2CaASK%3BEATL%2CaAUK%3BIACG%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CKAAM%3BEACN%2CKAAM%3BIACF%2CYAAA%3B%3BEAIR%3BIRhUA%2CmBAAA%3BIQkUI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BIRrVjB%2CsDAAA%3B%3BEQyVgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIRzVjB%2CsDAAA%3BIQ2VoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BEAShB%3BIACI%2CUAAA%3B%3BEiEnnBJ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BE5EwEZ%2CqBACI%3BIACI%2CWAAA%3B%3BEsB3ER%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CaAAA%3B%3BEAGJ%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CaAAA%3B%3BEA0CJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3B%3BA%5C%2FBxFZ%2CgBAHwC%3BEduVxC%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3BEoG%5C%2FRJ%3BIACI%2CeAAA%3B%3BEADJ%2C2BAEI%2C0BACI%3BIACI%2CmBAAA%3B%3BEAJZ%2C2BAEI%2C0BACI%2CwBAEI%3BIACI%2CeAAA%3B%3BEANhB%2C2BAEI%2C0BAOI%3BIACI%2CSAAA%3B%3BEAVZ%2C2BAEI%2C0BAOI%2CsBAGI%3BIACI%2CaAAA%3B%3BEAbhB%2C2BAEI%2C0BAOI%2CsBAGI%2CQAGI%3BIACI%2CWAAA%3B%3BEAhBpB%2C2BAEI%2C0BAOI%2CsBAGI%2CQAOI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BE9EwQpB%2CQACI%2CiBACI%2CQAAO%2COACH%3BIACI%2CcAAA%3B%3BEAMhB%2CQACI%2CSACI%3BIACI%2CWAAA%3B%3BEiDmDR%2CaAAC%3BIACG%2CuBAAuB%2CcAAvB%3B%3BEEq8DR%2CqBACI%3BIACI%2CyBAAA%3B%3BEAFR%2CqBAII%3BIACI%2CyBAAA%3B%3BEALR%2CqBAQI%3BIACI%2CYAAA%3B%3BEK9%5C%2FDR%2CcACI%3BIACI%2CaAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEACA%2CcATR%2CeAKI%2CcAIK%2CUAAU%3BIACP%2CaAAa%2C8BAAb%3B%3BEAEJ%2CcAZR%2CeAKI%2CcAOK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CaAAA%3B%3BEAKZ%2CcAAC%2CqBACG%2CeACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcANX%2CqBACG%2CeACI%2CcAIK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAVX%2CqBACG%2CeACI%2CcAQK%2CUAAU%3BIACP%2CcAAA%3B%3BEC6iBpB%2CWACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEKr7BR%2CqBACI%2CaACI%3BI1DoNR%2CmBAAA%3BIAAA%2CYAAA%3BI0DjNY%2CSAAA%3B%3BECyNZ%2CYACI%3BI3DTJ%2CaAAA%3B%3BE2DYQ%2CYAHJ%2CuBAGK%3BI3DZT%2CmBAAA%3BIAAA%2CQ2DxQoC%2CiB3DwQpC%3BI2DeY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAMpB%3BIACI%2CgBAAA%3B%3BExCvPJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CaAAa%2C%2BBAAb%3BIACA%2CaAAA%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CaAAa%2C%2BBAAb%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CaAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3B%3BA%5C%2FBlER%2CgBAPuC%3BEqD%2BNvC%3BIACI%2CuBAAuB%2CcAAvB%3B%3BEGvFJ%2C0BAA2B%3BIACvB%2C0BAAA%3B%3B%3BAxDhHJ%2CgBAnBkC%2CuBAAuB%3BEACrD%2CeACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEALR%2CeAOI%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAGR%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAwBZ%2CgBArBsC%3BEAC9B%2CeACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEALR%2CeAOI%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAGR%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%22%7D */