/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
 * Copyright © Triple888. All rights reserved.
 */
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  body .action.primary {
    padding: 7px 7px;
  }
}
/**
 * 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 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93EE9E;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #ccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.einvoice-download-section {
  margin: 2rem 0;
  padding: 2rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
.einvoice-download-section .admin__field {
  margin-bottom: 1.5rem;
}
.einvoice-download-section .admin__field-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.einvoice-download-section .admin__control-select {
  width: 100%;
  max-width: 400px;
  height: 32px;
  padding: 4px 8px;
}
.einvoice-download-section .actions-toolbar {
  margin-top: 1.5rem;
}
/*
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ProductLabel
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.bss-tab-hidden {
  display: none !important;
}
.bss-hidden {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -1000px;
}
.bss-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.action.view {
  cursor: pointer;
}
.action.add {
  cursor: pointer;
}
/** This CSS help us to display the buttons increase and decrease qty*/
#success-page {
  font-size: 1em;
}
#success-page h3 {
  font-size: 1.5em;
}
#success-page p {
  font-size: 1em;
}
#success-page #delivery-map {
  margin-top: 1em;
}
#success-page .success-message {
  color: green;
  font-weight: bold;
}
.new-account-modal {
  color: #000;
}
.new-account-modal .modal-inner-wrap {
  max-width: 500px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .new-account-modal .modal-inner-wrap {
    border-radius: 0px;
  }
}
.new-account-modal .modal-header {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 1em;
}
.new-account-modal .modal-title {
  border: 0px;
  font-weight: bold;
  text-transform: uppercase;
  height: 0px;
}
.ocd-form .field {
  margin-bottom: 1em;
}
.ocd-form .field .label {
  text-transform: uppercase;
  font-size: bold;
  font-weight: 600;
  font-size: 0.9em;
}
.ocd-form .field .error {
  color: red;
  margin-top: 0.2em;
  font-size: 0.9em;
}
.ocd-form .field .error.summary {
  text-align: center;
  padding: 10px;
  background: #fff2f2;
  margin-bottom: 1em;
  color: #d20000;
  border: 1px solid #c41c30;
}
/**
 * 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 only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.less to edit this template
*/
/*
    Created on : Jun 15, 2022, 5:12:48 PM
    Author     : sadekul
*/
/*.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
    .table-wrapper.comparison {
        .table-comparison > tbody > tr {
            > th,
            > td {
                display: table-cell;
                &:extend(.abs-col-no-prefix all);
            }
        }
    }
}*/
/*.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
    .compare.wrapper {
        display: none;
    }

    .catalog-product_compare-index {
        .columns {
            .column {
                &.main {
                    flex-basis: inherit;
                }
            }
        }
    }
}*/
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .compare.wrapper {
        float: right;
        .lib-list-reset-styles();

        .action.compare {
            line-height: @form-element-input__height;
            .lib-link(
                @_link-color: @primary__color,
                @_link-text-decoration: none,
                @_link-color-visited: @primary__color,
                @_link-text-decoration-visited: none,
                @_link-color-hover: @primary__color,
                @_link-text-decoration-hover: underline,
                @_link-color-active: @primary__color,
                @_link-text-decoration-active: underline
            );
        }

        .counter.qty {
            .lib-css(color, @primary__color__lighter);

            &:before {
                content: '(';
            }

            &:after {
                content: ')';
            }
        }
    }
}*/
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
 * Copyright © Triple888. All rights reserved.
 */
/* @font-face {
    font-family: 'Muli';
    src: url('@{baseDir}fonts/muli-bold.woff2') format('woff2'),
        url('@{baseDir}fonts/muli-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('@{baseDir}fonts/muli-regular.woff2') format('woff2'),
        url('@{baseDir}fonts/muli-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('@{baseDir}fonts/muli-extrabold-webfont.woff2') format('woff2'),
        url('@{baseDir}fonts/muli-extrabold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
} */
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .panel.wrapper .panel.header {
    margin-left: 0 !important;
  }
  .mobile-nav {
    display: inline-block;
  }
  .mobile-nav .nav-toggle {
    position: relative !important;
    display: inline-block !important;
    top: unset !important;
    left: unset !important;
    margin-left: 20px;
  }
  .block-search .label {
    margin-top: 10px;
    position: absolute;
    right: 40px;
    top: 0;
  }
}
@media screen and (min-device-width: 767px) {
  .panel.wrapper .panel.header .block-search {
    display: none !important;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner {
    background: url('/media/web/recipe-bg.jpg') no-repeat;
    padding: 50px 0;
    background-size: cover;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container {
    height: 590px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container .top-content {
    width: 460px;
    top: 16%;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container .top-content h1 {
    font-size: 65px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container .top-content .time {
    font-size: 24px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container .top-img {
    position: absolute;
    top: 25px;
    right: -113px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .mobile {
    display: none;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-blog-category .heading h1 {
    font-size: 67px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-blog-category .heading p {
    font-size: 30px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    padding: 0 25px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav .owl-prev {
    width: 166px;
    height: 160px;
    top: 7%;
    left: -3%;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav .owl-next {
    width: 166px;
    height: 160px;
    top: 7%;
    right: -3%;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav.disabled {
    display: block;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-search {
    background: url('/media/web/bg-search.jpg') no-repeat;
    background-size: cover;
    height: auto;
    padding: 130px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-search .search.container h2 {
    font-size: 67px;
    margin-bottom: 30px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-search .search.container .blog__sidebar-search {
    width: 700px;
    margin: 0 auto;
  }
  .category-recipe .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-title .heading,
  .category-moxie .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-title .heading {
    font-size: 67px;
  }
  .category-recipe .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-title .sub-heading,
  .category-moxie .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-title .sub-heading {
    font-size: 30px;
  }
  .category-recipe .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-content .blog__post-list-wrapper .blog__post-list .blog__post-item,
  .category-moxie .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-content .blog__post-list-wrapper .blog__post-list .blog__post-item {
    width: 25%;
  }
  .category-recipe .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-content .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt a img,
  .category-moxie .page-wrapper .page-main .pupolar-recipe .block.blog__main-recent.container .block-content .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt a img {
    width: 100%;
    aspect-ratio: 16/10.7;
    height: auto;
    -o-object-fit: contain;
    object-fit: cover;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .header.content .block.block-search {
    display: block;
  }
  .header.content .block-search .control {
    margin: 0 10px;
    /*            border: 0px;
                        display: inline-block;*/
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner {
    padding: 28px;
    background: url('/media/web/recipe-mobile-bg.jpg') no-repeat;
    padding-bottom: 130px;
    border-bottom: 1px solid #ddd;
    background-size: cover;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container .top-content {
    left: 0;
    right: 0;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container .top-content h1 {
    margin-bottom: 45px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .top-banner-content.container .top-img {
    position: absolute;
    bottom: -125px;
    width: 110%;
    left: -10px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .top-banner .desktop {
    display: none;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-blog-category .recipe-blog {
    padding: 0 20px;
  }
  .category-recipe .page-wrapper .page-main .category-view .category-cms .recipe-search {
    background: url('/media/web/lets-mobile.png') no-repeat;
    background-size: cover;
    height: auto;
    padding: 30px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .page-header {
    margin-bottom: 0px !important;
    border-bottom: 0px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .mobile {
    min-height: 1220px;
    width: 100%;
  }
  .category-moxie .page-wrapper .page-main .top-banner .desktop {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .category-moxie .page-wrapper .page-main .top-banner .confidence {
    width: 1195px !important;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .mobilepadding img {
    width: 480px !important;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box img {
    width: 100% !important;
  }
}
@media screen and (min-device-width: 767px) {
  .panel.wrapper {
    background: #FFFFFF !important;
  }
  .panel.wrapper .panel.header {
    margin-left: 40px;
    margin-right: 0;
    padding-left: 0;
    max-width: 100% !important;
  }
  .panel.wrapper .authorization-link {
    display: inline-block;
  }
  .panel.wrapper .authorization-link a {
    font-weight: bold;
    font-size: 16px;
    color: #595654;
  }
  .panel.wrapper .mini-cart {
    width: 100px;
    display: inline-block;
    float: unset;
  }
  .panel.wrapper .mini-cart .showcart .counter {
    float: right !important;
    margin-left: 10px !important;
  }
  .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    float: right !important;
    margin-left: 10px !important;
    background-color: #AF0000 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 24px !important;
    border-radius: 25px !important;
  }
  .panel.wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
    text-shadow: unset;
  }
  .panel.wrapper .minicart-wrapper .action.showcart:before {
    color: #000000 !important;
    background-image: url('/media/web/index-dt-icon-shopping-cart.png') !important;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
  }
  .panel.wrapper .action.showcart {
    font-weight: bold;
    font-size: 16px;
    color: #595654;
    overflow: unset;
    width: auto;
    height: auto;
  }
  .panel.wrapper .action.showcart span.text {
    font-weight: bold;
    font-size: 16px;
    color: #595654;
    overflow: unset;
    position: unset;
    width: auto;
    height: auto;
  }
  .category-moxie .page-wrapper .page-main .top-banner .desktop {
    width: 100%;
  }
  .category-moxie .page-wrapper .page-main .top-banner .mobile {
    display: none;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    margin: auto;
    height: auto;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant {
    padding: 0px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .border-moxie {
    width: 42%;
    margin-bottom: 15px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box {
    width: 750px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .first,
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .second,
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .third {
    padding-right: 30px;
    padding-left: 30px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .first img,
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .second img,
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .third img {
    width: 40%;
    border-radius: 20px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box h2 {
    margin-top: 10px;
    font-size: 18px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box P {
    font-size: 20px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .mobilepadding img {
    width: 130px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .category-moxie .page-wrapper .page-main .moxie-blog.container {
    max-width: 1225px;
  }
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .baking img,
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .appetizers img,
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .cleaning img,
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .viewall img {
    margin-bottom: 30px;
  }
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .baking a,
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .appetizers a,
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .cleaning a,
  .category-moxie .page-wrapper .page-main .moxie-blog.container .row.img-box .viewall a {
    font-size: 24px;
  }
  .category-moxie .page-wrapper .page-main .moxie-newsletter.container .block.newsletter .news_title {
    margin-right: 80px;
    width: 24%;
  }
  .category-moxie .page-wrapper .page-main .moxie-newsletter.container .block.newsletter .news_title h2 {
    font-size: 50px !important;
    text-align: left;
    margin: 0;
  }
  .category-moxie .page-wrapper .page-main .recipes .container {
    max-width: 1300px;
    border: 20px solid #faf7f7;
    margin-top: 60px;
  }
  .category-moxie .page-wrapper .page-main .recipes .container .container1 {
    padding: 30px;
  }
  .category-moxie .page-wrapper .page-main .recipes .container .container1 .recipe.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .recipe-text.text-center {
    padding: 25% 20px;
  }
  .blog .page-wrapper .page-main .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    padding: 0 25px;
  }
  .blog .page-wrapper .page-main .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav.disabled .owl-prev,
  .blog .page-wrapper .page-main .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav.disabled .owl-next {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .blog .page-wrapper .page-main .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav .owl-prev {
    background: linear-gradient(90deg, #fff 40.56%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    text-align: left;
  }
  .blog .page-wrapper .page-main .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav .owl-next {
    background: linear-gradient(280deg, #fff 40.56%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    right: 0;
    text-align: right;
  }
  .blog .page-wrapper .page-main .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav .owl-prev,
  .blog .page-wrapper .page-main .recipe-blog-category .recipe-blog .category-blog.owl-carousel .owl-nav .owl-next {
    position: absolute;
    color: inherit;
    border: none;
    padding-bottom: 93px !important;
    font-size: 50px !important;
    width: 100px;
    height: 160px;
    border-radius: 0;
    opacity: 1;
  }
  .panel.wrapper {
    background: #FFFFFF !important;
  }
  .panel.wrapper .panel.header {
    margin-left: 40px;
    margin-right: 0;
    padding-left: 0;
    max-width: 100% !important;
  }
  .panel.wrapper .authorization-link {
    float: right !important;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
  }
  .panel.wrapper .authorization-link a {
    font-weight: bold;
    font-size: 0px !important;
    color: #595654;
    background-image: url('/media/web/index-dt-icon-sign-in.png') !important;
    background-size: 17px 17px !important;
    display: inline-block !important;
    width: 17px !important;
    height: 17px !important;
    content: "" !important;
    float: left !important;
    margin-top: 3px !important;
    margin-right: 6px !important;
  }
  .panel.wrapper .mini-cart {
    width: 100px;
    display: inline-block;
    float: unset;
  }
  .panel.wrapper .mini-cart .showcart .counter {
    float: right !important;
    margin-left: 10px !important;
  }
  .panel.wrapper .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    margin-left: 0px !important;
    background-color: #AF0000 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 24px !important;
    border-radius: 25px !important;
    right: -13px;
    top: 0;
  }
  .panel.wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
    text-shadow: unset;
  }
  .panel.wrapper .minicart-wrapper .action.showcart:before {
    color: #000000 !important;
    background-image: url('/media/web/index-mb-icon-shopping-cart.png') !important;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    margin-right: 7px;
  }
  .panel.wrapper .action.showcart {
    font-weight: bold;
    font-size: 16px;
    color: #595654;
    overflow: unset;
    width: auto;
    height: auto;
  }
  .panel.wrapper .action.showcart span.text {
    font-weight: bold;
    font-size: 16px;
    color: #595654;
    overflow: unset;
    position: unset;
    width: auto;
    height: auto;
    display: none;
  }
  .category-moxie .page-wrapper .page-main {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .category-moxie .page-wrapper .page-main .shop-chef {
    padding: 10px;
    margin-top: 10px;
  }
  .category-moxie .page-wrapper .page-main .shop-chef .shop-now-btn {
    line-height: 0;
    margin: 0 20px;
  }
  .category-moxie .page-wrapper .page-main .shop-chef h2 {
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 0;
  }
  .category-moxie .page-wrapper .page-main .shop-chef .shop-now-btn {
    text-align: center;
  }
  .category-moxie .page-wrapper .page-main .shop-chef .shop-now-btn a {
    padding: 3px 15px;
    font-size: 12px;
  }
  .category-moxie .page-wrapper .page-main .confidence {
    padding: 12px;
    margin-top: 10px;
    text-align: left;
  }
  .category-moxie .page-wrapper .page-main .confidence .mobilepadding {
    padding-left: 0px;
    padding-right: 0;
  }
  .category-moxie .page-wrapper .page-main .confidence .mobilepadding img {
    max-width: 60%;
  }
  .category-moxie .page-wrapper .page-main .confidence .first {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .category-moxie .page-wrapper .page-main .confidence .second {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .category-moxie .page-wrapper .page-main .confidence .third {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .category-moxie .page-wrapper .page-main .confidence h1 {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 20px;
  }
  .category-moxie .page-wrapper .page-main .confidence h2 {
    font-size: 22px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
  }
  .category-moxie .page-wrapper .page-main .confidence p {
    font-size: 16px;
    color: #000;
    margin-top: 0;
    font-family: 'Muli', sans-serif;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next {
    padding: 0px;
    margin-top: 20px;
    text-align: left;
    margin-left: 28px;
    margin-right: 30px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .mobilepadding {
    padding-left: 0px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .coming {
    margin-left: 0px;
    margin-right: 0px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .first {
    padding-left: 0px;
    padding-right: 0px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .celebrate {
    padding-top: 8%;
    text-align: center;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .celebrate h2 {
    font-size: 22px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .celebrate p {
    font-size: 16px;
    color: #000;
    font-family: 'Muli', sans-serif;
    padding-bottom: 25px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .celebrate a {
    margin-bottom: 30px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen {
    padding: 15px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .mobilepadding {
    padding-left: 0px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen h2 {
    font-size: 35px;
    text-align: center;
    margin-top: 30px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen p {
    font-size: 18px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen {
    margin-top: 0px;
    padding-bottom: 0;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen h4 {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    color: #000;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen h4 a {
    color: #000;
    font-weight: 600;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen p p {
    font-size: 16px;
    color: #5b5b5b;
    font-family: 'Muli', sans-serif;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen .get-recipe {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .recipe-text {
    padding-left: 15px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .recipe-video {
    margin-top: 0;
    /*                        .ytp-large-play-button {
                                                    width: 114px !important;
                                                    height: 80px !important;
                                                    border-radius: 100% !important;
                                                    box-sizing: border-box !important;
                                                    overflow: hidden !important;
                        
                                                    .ytp-large-play-button-red-bg {
                                                        .ytp-large-play-button-bg {
                                                            fill: #00000070 !important;
                                                        }
                        
                                                    }
                        
                                                }*/
  }
  .category-moxie .page-wrapper .page-main .recipes .container {
    padding: 10px;
  }
  .category-moxie .page-wrapper .page-main .recipes .container .container1 {
    border: 24px solid #faf7f7;
    max-width: 300px;
    margin: auto;
  }
  .category-moxie .page-wrapper .page-main .recipes .container .container1 .mobilepadding h1 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 40px;
  }
  .category-moxie .page-wrapper .page-main .recipes .container .container1 .view-all-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .category-moxie .page-wrapper .page-main .moxie-blog.container {
    display: grid;
  }
  .category-moxie .page-wrapper .page-main .moxie-blog.container .featured-image {
    width: 100%;
    display: block;
    padding: 0;
  }
  .category-moxie .page-wrapper .page-main .moxie-blog.container .content {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .category-moxie .page-wrapper .page-main .blog-category {
    margin-top: 10px;
  }
  .category-moxie .page-wrapper .page-main .blog-category .row.img-box .baking,
  .category-moxie .page-wrapper .page-main .blog-category .row.img-box .appetizers,
  .category-moxie .page-wrapper .page-main .blog-category .row.img-box .cleaning,
  .category-moxie .page-wrapper .page-main .blog-category .row.img-box .viewall {
    width: 40%;
    margin: 20px auto;
  }
  .category-moxie .page-wrapper .page-main .moxie-newsletter.container {
    margin-top: 40px;
  }
  .category-moxie .page-wrapper .page-main .moxie-newsletter.container .block.newsletter .news_title h2 {
    margin: 0 auto 20px auto;
    width: 50%;
  }
  .category-moxie .page-wrapper .page-main .moxie-newsletter.container .block.newsletter .news_content {
    width: 100%;
  }
}
@media screen and (min-device-width: 767px) {
  .panel.wrapper .panel.header .nav-toggle {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .header.content {
    padding: 0;
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
  }
  .header.content .logo {
    margin-bottom: 0;
    margin-top: 4px;
    margin-left: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block !important;
  }
  .header.content .logo img {
    height: 25px;
    margin-right: 0;
    width: auto;
  }
  .header.content .block-search {
    display: none;
  }
  .header.content .nav-toggle {
    display: none;
  }
  .header.content .made-in-denmark {
    display: inline-block !important;
    width: 16.1%;
    height: 40px;
    float: right;
    margin-right: 40px;
    margin-top: 23px;
  }
  .header.content .made-in-denmark img {
    max-width: 100px;
  }
}
@media screen and (min-device-width: 767px) {
  .header.content {
    padding-top: 40px;
    padding-bottom: 10px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #000000;
  }
  .header.content .logo {
    width: 16.5%;
    display: inline-block !important;
  }
  .header.content .logo img {
    max-width: 250px;
    margin-left: 40px;
    width: calc(100% - 40px);
  }
  .header.content .block-search {
    float: right;
    position: relative;
    display: inline-block !important;
    width: 30.3%;
    padding-left: 0;
    height: 40px;
    margin-right: 15%;
  }
  .header.content .block-search input {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
  }
  .header.content .block-search input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
  }
  .header.content .made-in-denmark {
    display: inline-block !important;
    width: 16.1%;
    height: 40px;
    float: right;
  }
  .header.content .made-in-denmark img {
    max-width: 130px;
  }
  .category-moxie .page-wrapper .page-main .shop-chef .shop-now-btn {
    line-height: 60px;
    margin-left: 40px;
  }
  .category-moxie .page-wrapper .page-main .block-favorites-products {
    margin-bottom: 50px;
    max-width: 1050px;
    margin: 0 auto;
  }
  .category-moxie .page-wrapper .page-main .block-favorites-products .pad-main-bottom .products-grid .product-items .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 3);
  }
  .category-moxie .page-wrapper .page-main .block-favorites-products .pad-main-bottom .products-grid .product-items .product-item img {
    display: block;
    left: 0;
    margin: auto;
    width: auto;
  }
}
/* @media @for-desktop-up {
    .ocd-slider{
        width: @home-banner-width;
        height: @home-banner-height;
    }
}

@media @for-phone {
    .ocd-slider {
        width: @home-banner-width;
        height: @home-banner-height;
    }
} */
@media screen and (min-device-width: 767px) {
  .tab-button {
    margin-bottom: 30px !important;
  }
  /*zest-sustainability */
  /*End zest-sustainability */
}
.home-header {
  /*new home
    // DESKTOP
    // @media @for-desktop-up {
    //     margin-left: 30px;
    //     margin-right: 30px;
    // }
*/
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .home-header .newsletter {
    /*display: none !important;*/
  }
}
@media screen and (min-device-width: 767px) {
  .title-border {
    margin-top: 15px;
    border-bottom: 1px solid #605439;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .title-border {
    margin-top: 15px;
    border-bottom: 1px solid #605439;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .owl-controls {
    display: none;
  }
  .price-final_price {
    margin-bottom: 0 !important;
  }
  .product-reviews-summary {
    display: table;
  }
  .product-reviews-summary .rating-summary {
    display: table-cell;
  }
  .product-reviews-summary .reviews-actions {
    display: inline-block;
  }
}
@media screen and (min-device-width: 767px) {
  .pad-main-bottom .block-title-main {
    margin-top: 40px;
  }
  .pad-main-bottom .block-title-main h2 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #595654;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .pad-main-bottom .block-title-main {
    margin-top: 40px;
  }
  .pad-main-bottom .block-title-main h2 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #595654;
  }
}
.pad-main-bottom .owl-item .product-item-name {
  font-weight: bold;
  font-size: 17px;
  color: #595654;
}
.pad-main-bottom .owl-item .product-item-name a {
  font-weight: bold;
  font-size: 17px;
  color: #595654;
  text-decoration: none;
}
.pad-main-bottom .owl-item .product-item-name a:hover {
  font-weight: bold;
  font-size: 17px;
  color: #595654;
  text-decoration: none;
}
.pad-main-bottom .owl-item .old-price {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 20px;
  color: #595654;
  display: block;
}
.pad-main-bottom .owl-item .special-price span {
  text-align: center !important;
  font-weight: normal;
  font-size: 18px;
  color: #595654;
}
@media screen and (min-device-width: 767px) {
  .newsletter {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .newsletter .news_title {
    text-align: left !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .newsletter .news_title h2 {
    font-weight: bold !important;
    font-size: 17px !important;
    color: #FFFFFF !important;
    margin-top: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #605439;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .newsletter .news_title span {
    display: inline;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
  }
  .newsletter .news_content {
    display: block;
  }
  .newsletter .news_content .primary {
    font-size: 11px;
  }
  .newsletter .news_content .primary:hover {
    font-size: 11px;
  }
  .newsletter .news_content .form.subscribe {
    margin-right: auto;
  }
  .newsletter .news_content .form.subscribe button {
    margin-left: 10px !important;
  }
  .newsletter .news_content .form.subscribe .field {
    float: none;
  }
  .newsletter .news_content .form.subscribe .actions {
    float: none;
  }
  .page-wrapper .page-header .notice-message {
    padding: 5px 20px;
  }
  .block.newsletter .field.newsletter {
    max-width: 100%;
  }
  .block.newsletter .field .control:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #575757;
    content: "";
    font-family: luma-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    speak: none;
    text-align: center;
    margin: 0px 0px 0px 8px;
    overflow: hidden;
  }
  .footer .block.newsletter .label {
    color: #fff;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .instagram h2 {
    font-size: 30px !important;
  }
  .instagram h3 {
    font-size: 30px !important;
  }
}
@media screen and (min-device-width: 767px) {
  .instagram h2 {
    font-size: 40px !important;
  }
  .instagram h3 {
    font-size: 40px !important;
  }
}
.instagram h2 {
  font-weight: bold !important;
  color: #595654 !important;
  text-align: center;
}
.instagram h3 {
  font-weight: bold !important;
  color: #595654 !important;
  text-align: center;
}
.instagram p {
  font-weight: normal !important;
  font-size: 16px !important;
  color: #595654 !important;
  text-align: center;
}
.instagram img {
  object-fit: cover;
  width: 150px !important;
  height: 150px !important;
}
.instagram .flex-control-nav {
  display: none;
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .drop-footer h3:after {
    font-family: 'luma-icons';
    color: #FFFFFF;
    content: '\e622';
    float: right;
  }
  .drop-footer .connect-with-us:after {
    content: none !important;
  }
  .drop-footer.active h3:after {
    font-family: 'luma-icons';
    color: #FFFFFF;
    content: '\e621';
    float: right;
  }
  .drop-footer.active .connect-with-us:after {
    content: none !important;
  }
  .drop-footer.active ul {
    margin-bottom: 20px !important;
  }
  .get-social h3:after {
    content: none;
  }
  .get-social.active h3:after {
    content: none;
  }
  .page-footer {
    padding-top: 0 !important;
  }
  .page-footer .footer-logo {
    display: none !important;
  }
  .footer.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer.content ul {
    margin-bottom: 0;
  }
}
@media screen and (min-device-width: 767px) {
  .page-footer .footer-logo img {
    width: 175px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer {
    max-width: 1440px !important;
  }
}
/* @media @for-desktop-up {
    .ocd_slider {
        border: 0 !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media @for-phone {
    .ocd_slider {
        border: 0 !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
} */
@media screen and (min-device-width: 767px) {
  .product-reviews-summary {
    width: 60% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .product-reviews-summary {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
}
@media screen and (min-device-width: 767px) {
  .owl-carousel.products .product-item-details {
    height: 185px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .flex-next {
    display: none !important;
  }
  .flex-prev {
    display: none !important;
  }
  .flex-control-paging {
    display: none;
  }
}
@media screen and (min-device-width: 767px) {
  .flex-direction-nav a {
    height: 100px !important;
  }
  /* .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: inline-block;
        content: '\f001';
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3)
    } */
  .carousel .flex-direction-nav li a {
    top: 30%;
  }
  .flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: -20px;
  }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
  }
  .flexslider .flex-control-paging li a {
    color: #DBDBDB;
    position: relative;
    width: 50px;
    height: 4px;
    background: #595959;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
  .flexslider .flex-control-paging li a:before {
    border-radius: 20px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #605439;
  }
  .flexslider .flex-control-paging li a.flex-active:before {
    animation-name: loader;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    -webkit-animation: loader 10s linear;
  }
  .primary button {
    background: #605439 !important;
    font-weight: normal;
    font-size: 15px !important;
    color: #FFFFFF !important;
    border-radius: 0;
  }
  .primary button:hover {
    background: #595654 !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .minicart-wrapper {
    float: right;
    content: '';
  }
  .primary button {
    background: #605439 !important;
    color: #ffffff;
  }
  .primary button:hover {
    background: #595654 !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .owl-theme {
    margin-top: 400px !important;
  }
}
/* Home Page Popup for Newsletter Subscribe*/
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  #popupHomePage {
    width: 260px !important;
    right: 55px;
  }
  #popupHomePage h1,
  #popupHomePage h2 {
    font-size: 20px !important;
    letter-spacing: 0.1px;
  }
  #minicart-content-wrapper .block-content .secondary .viewcart {
    padding: 10px 40px 10px 40px;
    border: 1px solid #bbb;
  }
}
@media screen and (max-device-width: 360px) {
  .header.content .made-in-denmark {
    margin-right: 60px;
  }
  .logo {
    margin: 0 0 10px 25px;
  }
}
@media screen and (min-device-width: 767px) and (max-device-width: 1024px) {
  .page-footer h3 {
    font-size: 11px;
  }
  .get-social li {
    margin-right: 6px !important;
  }
  img.footer-social-link {
    width: 32px;
    height: 32px;
  }
  .category-moxie .page-wrapper .page-main .shop-chef {
    padding: 30px;
  }
  .category-moxie .page-wrapper .page-main .shop-chef h2 {
    font-size: 24px;
    line-height: 42px;
  }
  .category-moxie .page-wrapper .page-main .shop-chef .shop-now-btn {
    /* padding-top: 0px;   */
    line-height: 0;
  }
  .category-moxie .page-wrapper .page-main .shop-chef .shop-now-btn a {
    padding: 8px 16px;
    font-size: 12px;
  }
  .category-moxie .page-wrapper .page-main .confidence {
    padding: 20px;
  }
  .category-moxie .page-wrapper .page-main .confidence h1 {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .category-moxie .page-wrapper .page-main .confidence h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  .category-moxie .page-wrapper .page-main .confidence h2:after {
    margin: 10px auto;
  }
  .category-moxie .page-wrapper .page-main .confidence p {
    font-size: 14px;
    margin-top: 0px;
  }
  .category-moxie .page-wrapper .page-main .confidence .contant .border-moxie {
    margin: auto auto 20px auto;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next {
    padding: 20px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .celebrate {
    padding-top: 3%;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next .celebrate h2 {
    font-size: 24px;
  }
  .category-moxie .page-wrapper .page-main .coming-up-next h2 {
    font-size: 24px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen {
    padding: 10px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen h2 {
    font-size: 24px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen {
    margin-top: 24px;
    padding-bottom: 20px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen h4 {
    font-size: 16px;
  }
  .category-moxie .page-wrapper .page-main .moxie-in-the-kitchen .kitchen .get-recipe {
    width: 50%;
  }
  .category-moxie .page-wrapper .page-main .block-favorites-products .pad-main-bottom .block-title-main {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .category-moxie .page-wrapper .page-main .top-banner .confidence {
    width: 1150px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant {
    padding: 30px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box {
    width: 865px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .first img,
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .second img,
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box .third img {
    width: 60%;
    border-radius: 40px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box h2 {
    margin-top: 20px;
    font-size: 20px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .img-box p {
    font-size: 24px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .mobilepadding img {
    width: 200px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence .contant .border-moxie {
    margin-bottom: 30px;
  }
  .category-moxie .page-wrapper .page-main .top-banner .confidence h1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1921px) {
  .ocd_slider {
    min-height: auto !important;
  }
}
@media screen and (min-device-width: 767px) {
  .homebanner picture.mobile,
  .homebanner img.mobile {
    display: none;
  }
  .homebanner .for-button {
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
  }
  .homebanner .for-button .banner-button {
    width: 290px;
    height: 70px;
    font-size: 20px;
    line-height: 68px;
  }
  /*home category */
  .home-header .homecategory {
    display: flex;
    gap: 10px;
  }
  .home-header .homecategory .categoryitems a span {
    font-size: 30px;
  }
  .home-header .zest-sustainability {
    display: flex;
    gap: 10px;
  }
  .home-header .zest-sustainability .the-zest picture.mobile,
  .home-header .zest-sustainability .sustainability picture.mobile,
  .home-header .zest-sustainability .the-zest img.mobile,
  .home-header .zest-sustainability .sustainability img.mobile {
    display: none;
  }
  .home-header .zest-sustainability .the-zest h2,
  .home-header .zest-sustainability .sustainability h2 {
    font-size: 25px;
  }
  .home-header .zest-sustainability .the-zest p,
  .home-header .zest-sustainability .sustainability p {
    font-size: 17px;
  }
  .home-header .zest-sustainability .sustainability .content {
    top: 10px;
  }
  .home-header .zest-sustainability .the-zest .content {
    bottom: 0px;
  }
  /*End home category */
  /*learn-with-us */
  .learn-with-us {
    position: relative;
  }
  .learn-with-us .image img.mobile {
    display: none;
  }
  .learn-with-us .container.learn-with-content {
    max-width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .learn-with-us .learn-with-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .learn-with-us .learn-with-content .learn-with {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
  .learn-with-us .learn-with-content .learn-with h2 {
    font-size: 40px;
  }
  .learn-with-us .learn-with-content .learn-with p {
    font-size: 18px;
  }
  .learn-with-us .learn-with-content .pupolar-recipe {
    flex-grow: 2.3;
    flex-shrink: 1;
    flex-basis: 0;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .block.blog__main-recent {
    margin-bottom: 0;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list {
    display: flex;
    gap: 33px;
    margin-bottom: 0;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 0;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .featured-image {
    display: block;
    height: 185px;
    overflow: hidden;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .blog__post-title {
    padding: 15px 20px 0 20px;
    font-size: 18px;
    min-height: 112px;
    line-height: 24px;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .blog__post-title a {
    font-weight: bold;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .blog__post-meta-time {
    padding: 15px 20px;
    display: block;
    font-size: 16px;
  }
  /* End learn-with-us */
  /* Sales Banner */
  .sales-banner {
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    background-image: url('/media/web/sales-red-bg.jpg');
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 23px;
  }
  .sales-banner .content {
    padding: 100px 0;
  }
  .sales-banner .content a span {
    margin-top: 15px;
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: normal;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 55px;
  }
  .sales-banner .content a span:hover {
    text-decoration: underline;
    transition: width 0.3s ease-in-out;
    color: white;
  }
  .sales-banner .sale-text {
    font-size: 250px;
    color: white;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
  }
  .sales-banner .sale-text::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 50%;
    background: url('/media/web/sales-border.png') no-repeat center center;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
  }
  /*End Sales Banner */
  .home-category-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-category-section:hover .category-nav {
    opacity: 1;
    pointer-events: auto;
  }
  .home-category-section .category-nav {
    top: 50%;
    font-size: 40px;
    padding: 10px 15px;
    opacity: 0;
    pointer-events: none;
  }
  .home-category-section .colleection-heading {
    font-size: 40px;
  }
  .home-category-section .home-categories-list .home-category-item {
    width: 326px;
    margin-right: 55px;
  }
  .home-recipe-section {
    padding-top: 175px;
    padding-bottom: 150px;
  }
  .home-recipe-section:hover .recipe-nav {
    opacity: 1;
    pointer-events: auto;
  }
  .home-recipe-section .recipe-nav {
    top: 50%;
    padding: 10px 15px;
    font-size: 40px;
    opacity: 0;
    pointer-events: none;
  }
  .home-recipe-section .recipe-nav:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .home-recipe-section .recipe-header {
    font-size: 40px;
    margin-bottom: 55px;
  }
  .home-recipe-section .recipes-slider .recipe-slide {
    width: 566px;
    height: 377px;
    margin-right: 40px;
  }
  .home-recipe-section .recipe-background {
    border: 22px solid #FAF7F7;
    width: 1465px;
    height: 743px;
  }
  .instagram-image-content .background .mobile {
    display: none;
  }
  .instagram-image-content .instagram-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 40%;
  }
  .instagram-image-content .instagram-content h2 {
    font-size: 30px !important;
  }
  .instagram-image-content .instagram-content p {
    font-size: 16px !important;
  }
  .instagram-image-content .instagram-content .instagram-logo {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
  }
  .instagram-image-content .instagram-content .instagram-logo .insta-logo {
    margin-right: 8px;
  }
  .instagram-image-content .instagram-content .instagram-logo .qrcode {
    margin-left: 8px;
  }
  .instagram-image-content .instagram-content .btninsta {
    display: none;
  }
  .instagram-image-content .instagram-content .content {
    font-weight: normal !important;
    font-size: 14px !important;
    color: #000 !important;
    text-align: center;
    width: 80%;
    margin: 8px auto auto;
  }
  .instagram-image-content img.desktop {
    min-height: 260px;
    object-fit: cover;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .homebanner picture.desktop,
  .homebanner img.desktop {
    display: none;
  }
  .homebanner .for-button {
    left: 50%;
    transform: translateX(-50%);
  }
  .homebanner .for-button .banner-button {
    width: 230px;
    height: 60px;
    font-size: 16px;
    line-height: 58px;
  }
  #home-tab {
    /*home category */
    /*End home category */
  }
  #home-tab .homecategory {
    display: block;
    margin-top: 10px;
  }
  #home-tab .homecategory .categoryitems {
    display: block;
    margin-bottom: 10px;
  }
  #home-tab .homecategory .categoryitems a span {
    font-size: 24px;
  }
  #home-tab .zest-sustainability {
    display: grid;
  }
  #home-tab .zest-sustainability .the-zest picture.desktop,
  #home-tab .zest-sustainability .sustainability picture.desktop,
  #home-tab .zest-sustainability .the-zest img.desktop,
  #home-tab .zest-sustainability .sustainability img.desktop {
    display: none;
  }
  #home-tab .zest-sustainability .the-zest .content h2,
  #home-tab .zest-sustainability .sustainability .content h2 {
    font-size: 30px;
  }
  #home-tab .zest-sustainability .the-zest .content p,
  #home-tab .zest-sustainability .sustainability .content p {
    font-size: 16px;
  }
  #home-tab .zest-sustainability .the-zest {
    order: 2;
    margin-top: 10px;
  }
  #home-tab .zest-sustainability .sustainability .content {
    top: 30px;
  }
  #home-tab .zest-sustainability .the-zest .content {
    bottom: 20px;
  }
  /*learn-with-us */
  .learn-with-us {
    position: relative;
  }
  .learn-with-us .image img.desktop {
    display: none;
  }
  .learn-with-us .container.learn-with-content {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .learn-with-us .learn-with-content {
    display: block;
  }
  .learn-with-us .learn-with-content .learn-with {
    display: block;
    margin-bottom: 65px;
  }
  .learn-with-us .learn-with-content .learn-with h2 {
    font-size: 30px;
  }
  .learn-with-us .learn-with-content .learn-with p {
    font-size: 18px;
  }
  .learn-with-us .learn-with-content .pupolar-recipe {
    display: block;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list {
    display: block;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .featured-image {
    display: block;
    height: 185px;
    overflow: hidden;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .blog__post-title {
    padding: 15px 20px 0 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .blog__post-title a {
    font-weight: bold;
  }
  .learn-with-us .learn-with-content .pupolar-recipe .blog__post-list .blog__post-item .blog__post-meta-time {
    padding: 15px 20px;
    display: block;
    font-size: 16px;
  }
  /* End learn-with-us */
  .sales-banner {
    text-align: center;
    color: white;
    background: url('/media/web/sales-red-bg.jpg') no-repeat;
    background-size: cover;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 50px 0;
  }
  .sales-banner .content {
    margin-bottom: 20px;
  }
  .sales-banner .content a:hover {
    cursor: pointer;
  }
  .sales-banner .content a span {
    margin: 35px auto 0 auto;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
    display: block;
    width: 160px;
  }
  .sales-banner .content a span:hover {
    text-decoration: underline;
    transition: width 0.3s ease-in-out;
    color: white;
  }
  .sales-banner .sale-text {
    color: white;
    font-size: 90px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    line-height: 115px;
  }
  .sales-banner .sale-text::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: red;
    /* For browsers that do not support gradients */
    background: url('/media/web/sales-border.png') no-repeat center center;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
  }
  .instagram-image-content .background .desktop {
    display: none;
  }
  .instagram-image-content .background .mobile {
    width: 100%;
  }
  .instagram-image-content .instagram-content .instagram-logo .insta-logo {
    display: block;
    margin: 0 auto;
  }
  .instagram-image-content .instagram-content .instagram-logo .btninsta {
    background: #605439;
    display: block;
    width: 140px;
    margin: 15px auto;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 0px;
    border-radius: 20px;
  }
  .instagram-image-content .instagram-content .instagram-logo .qrcode {
    display: none;
  }
}
@media screen and (min-device-width: 1024px) {
  .cms-homepage .discount-deals-menu {
    position: absolute;
    top: 198px;
    z-index: 1;
    opacity: 0.8;
  }
  .homebanner .for-button .banner-button {
    width: 328px;
    height: 85px;
    line-height: 85px;
  }
  .home-header .zest-sustainability .the-zest .content {
    bottom: 30px;
  }
  .home-header .zest-sustainability .sustainability .content {
    top: 40px;
  }
  .instagram-image-content .instagram-content h2 {
    font-size: 35px !important;
  }
  .instagram-image-content .instagram-content p {
    font-size: 20px !important;
  }
}
@media screen and (min-device-width: 1200px) {
  .cms-homepage .discount-deals-menu {
    top: 181px;
  }
  .homebanner .for-button .banner-button {
    width: 328px;
    height: 85px;
    line-height: 85px;
  }
  .home-header .homecategory .categoryitems a span {
    font-size: 40px;
  }
  .home-header .zest-sustainability .the-zest .content {
    bottom: 95px;
  }
  .home-header .zest-sustainability .sustainability .content {
    top: 100px;
  }
  .home-header .zest-sustainability .the-zest h2,
  .home-header .zest-sustainability .sustainability h2 {
    font-size: 40px;
  }
  .home-header .zest-sustainability .the-zest p,
  .home-header .zest-sustainability .sustainability p {
    font-size: 18px;
  }
  .instagram-image-content .instagram-content h2 {
    font-size: 45px !important;
  }
  .instagram-image-content .instagram-content p {
    font-size: 25px !important;
  }
  .instagram-image-content .instagram-content .content {
    font-size: 16px !important;
  }
}
@media screen and (min-device-width: 1900px) {
  .instagram-image-content .instagram-content h2 {
    font-size: 60px !important;
  }
  .instagram-image-content .instagram-content p {
    font-size: 35px !important;
  }
  .instagram-image-content .instagram-content .instagram-logo {
    width: 56%;
  }
  .instagram-image-content .instagram-content .content {
    font-size: 18px !important;
    width: 100%;
    margin: 30px auto auto;
  }
}
/* @font-face {
    font-family: 'Muli';
    src: url('@{baseDir}fonts/muli-bold.woff2') format('woff2'),
    url('@{baseDir}fonts/muli-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('@{baseDir}fonts/muli-regular.woff2') format('woff2'),
    url('@{baseDir}fonts/muli-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
/*wishlist changes*/
@media screen and (min-device-width: 767px) {
  .scanpan-collection .main-heading {
    font-weight: 900 !important;
    font-size: calc(26px + (30 - 26) * ((100vw - 996px) / (2100 - 996)));
    color: #605439 !important;
    display: block;
    line-height: 30px;
    padding-bottom: 17px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .scanpan-collection .main-heading {
    font-weight: 900 !important;
    font-size: 32px;
    color: #605439 !important;
    display: block;
    line-height: 30px;
    padding-bottom: 17px;
  }
}
.scanpan-collection .sub-heading {
  font-weight: normal !important;
  color: #605439 !important;
  line-height: 1.2em !important;
  font-size: calc(21px + (25 - 21) * ((100vw - 996px) / (2100 - 996)));
}
@media screen and (min-device-width: 767px) {
  .scanpan-collection p {
    font-weight: normal !important;
    font-size: 16px !important;
    color: #595654 !important;
    padding-top: 20px !important;
    padding-bottom: 20px;
    min-height: 240px !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .scanpan-collection p {
    font-weight: normal !important;
    font-size: 16px !important;
    color: #595654 !important;
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
}
.scanpan-collection .browse-range {
  margin-bottom: 35px;
  padding: 7px 15px;
}
.scanpan-collection img {
  padding-top: 20px;
  border-top: 1px solid #605439;
  padding-bottom: 20px;
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .t888-custom-title {
    margin-top: 25px;
    text-align: center !important;
  }
  #scanpan-collection {
    text-align: center !important;
  }
}
@media screen and (min-device-width: 767px) {
  .t888-custom-title {
    margin-top: 25px;
  }
}
.t888-custom-title {
  color: #605439 !important;
  font-weight: 900 !important;
  font-size: 30px !important;
  margin-bottom: 25px !important;
}
#scanpan-stratanium-page {
  text-align: center;
}
@media screen and (min-device-width: 767px) {
  #scanpan-stratanium-page .sub-heading {
    font-weight: bold !important;
    font-size: 35px;
    color: #595654 !important;
    display: block !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  #scanpan-stratanium-page .sub-heading {
    font-weight: bold !important;
    font-size: 27px;
    color: #595654 !important;
    display: block !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
  }
}
#scanpan-stratanium-page .sub-sub-heading {
  margin-top: 10px !important;
  font-size: 24px;
}
#scanpan-stratanium-page .sub-sub-sub-heading {
  font-weight: bold !important;
  font-size: 20px;
  color: #605439 !important;
  padding-top: 25px !important;
}
#scanpan-stratanium-page .nonstick-mini-text {
  font-size: 18px !important;
}
#scanpan-stratanium-page .nonstick-image {
  margin-top: 55px !important;
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  #scanpan-stratanium-page .nonstick-image img {
    height: 200px;
    object-fit: cover;
  }
}
@media screen and (min-device-width: 767px) {
  #scanpan-stratanium-page .stratanium-range-1 {
    margin-top: 20px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  #scanpan-stratanium-page .stratanium-range-1 {
    margin-top: -40px;
  }
}
#scanpan-stratanium-page .nonstick-bold-link {
  font-weight: bold !important;
  color: #595654 !important;
}
#scanpan-stratanium-page .nonstick-bold-link:hover {
  color: #605439 !important;
}
@media screen and (min-device-width: 767px) {
  #scanpan-stratanium-page .nonstick-text {
    width: 100% ;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px !important;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  #scanpan-stratanium-page .nonstick-text {
    font-size: 16px !important;
    -moz-text-align-last: center;
    text-align: center;
  }
}
#scanpan-stratanium-page .tab-button {
  padding-top: 10px !important;
  padding-bottom: 10px;
}
#scanpan-stratanium-page .sub-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#scanpan-stratanium-page .tab-button img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
#scanpan-stratanium-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: -16px !important;
}
#scanpan-stratanium-page li:before {
  content: "•";
  padding-right: 8px;
  color: #605439;
}
@media for-desktop-up {
  #stratanium-benefits {
    padding-bottom: 100px !important;
    margin-bottom: 40px !important;
    border-bottom: 1px solid #595654;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  #stratanium-benefits {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .scanpan-story-content {
    margin-top: 20px;
  }
}
.scanpan-story-content {
  text-align: center;
}
.scanpan-story-content img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (min-device-width: 767px) {
  .scanpan-story-content h1 {
    font-weight: bold !important;
    font-size: 35px;
    color: #595654 !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .scanpan-story-content h1 {
    font-weight: bold !important;
    font-size: 27px;
    color: #595654 !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
.scanpan-story-content h2 {
  font-weight: bold !important;
  font-size: 20px;
  color: #595654 !important;
  display: block !important;
  margin-bottom: 20px !important;
}
@media screen and (min-device-width: 767px) {
  .scanpan-story-content p {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .scanpan-story-content p {
    font-size: 16px !important;
  }
}
@media screen and (min-device-width: 767px) {
  .stratanium-desktop {
    display: block;
  }
  .stratanium-phone {
    display: none;
  }
}
@media screen and (min-device-width: 767px ) {
  .stratanium-desktop {
    display: block;
  }
  .stratanium-phone {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .stratanium-desktop {
    display: none;
  }
  .stratanium-phone {
    display: block;
  }
}
@media screen and (min-device-width: 767px) {
  .story-desktop {
    display: block;
  }
  .story-mobile {
    display: none;
  }
}
@media screen and (min-device-width: 767px ) {
  .story-desktop {
    display: block;
  }
  .story-mobile {
    display: none;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .story-desktop {
    display: none;
  }
  .story-phone {
    display: block;
  }
}
@media screen and (min-device-width: 767px) {
  .cms-page {
    column-count: 2;
    column-gap: 120px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .cms-page {
    column-count: 1;
  }
}
.cms-page {
  line-height: 24px !important;
}
.cms-page h2 {
  margin-top: 24px;
  font-size: 17px !important;
  font-weight: bold !important;
  color: #605439 !important;
  margin-bottom: 0;
  line-height: 24px;
}
.cms-page .equal-margin-h2 {
  margin-bottom: 24px !important;
}
.cms-page .margin-top-only-h2 {
  margin-bottom: 24px !important;
  margin-top: 0 !important;
}
.cms-page .no-margin-h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cms-page p {
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 17px !important;
}
.cms-page ul > li,
.cms-page ol > li {
  line-height: 24px;
  margin-top: unset;
  margin-bottom: unset;
}
.cms-page dl,
.cms-page ol,
.cms-page ul {
  margin-bottom: 24px;
  break-inside: avoid;
}
.cms-page .full-column {
  break-inside: avoid;
}
.launch_campaign img {
  width: 350px;
}
.launch_campaign .image_row {
  margin-bottom: 50px;
}
.launch_campaign .image_name {
  margin: 50px auto 75px;
}
.launch_campaign .image_name a {
  font-size: 22px;
}
.launch_campaign h1 {
  font-weight: bold !important;
  color: #afa079 !important;
  font-size: 30px;
}
.launch_campaign p,
.launch_campaign li,
.launch_campaign label,
.launch_campaign div {
  font-weight: normal;
  color: #797771;
}
.launch_campaign .heading_included {
  text-align: center;
}
.launch_campaign .heading_rules {
  text-align: center;
  margin-bottom: 42px;
}
.launch_campaign .heading_rules p {
  font-size: 24px;
}
.launch_campaign .heading_rules h5 {
  font-weight: 600;
  font-size: 20px;
}
.launch_campaign #launch_campaign_form .inline-row {
  margin-bottom: 20px;
}
.launch_campaign #launch_campaign_form input[type='text'],
.launch_campaign #launch_campaign_form select {
  height: 50px;
  border-radius: 7px;
}
.launch_campaign #launch_campaign_form input[type='checkbox'] {
  margin-right: 15px;
}
.launch_campaign #launch_campaign_form input[type='submit'] {
  margin: 0 auto;
  padding: 8px 48px;
  background-color: #afa079;
  color: #fff;
  font-size: 25px;
  border: 1px solid #afa079;
}
.launch_campaign #launch_campaign_form label span {
  padding-left: 10px;
  font-weight: bold !important;
}
.launch_campaign #launch_campaign_form .last_name {
  margin-top: 30px;
}
.launch_campaign #launch_campaign_form .inline-row p {
  display: inline;
  font-weight: bold;
}
.launch_campaign #launch_campaign_form .terms_and_conditions span {
  text-decoration: underline;
}
.launch_campaign #launch_campaign_form .cookware_type_other {
  display: none;
}
.launch_campaign #launch_campaign_form .find_about_us_other {
  display: none;
}
.launch_campaign #launch_campaign_form .submit_button {
  margin-top: 42px !important;
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .launch_campaign h1 {
    margin-bottom: 40px;
  }
  .launch_campaign img {
    width: 260px;
  }
  .launch_campaign .image_row {
    margin-bottom: 1px !important;
  }
  .launch_campaign .image_row .col-sm-4 {
    text-align: center;
  }
  .launch_campaign .image_name {
    margin: 15px auto 45px !important;
  }
  .launch_campaign .image_name a {
    margin: 0 auto !important;
  }
}
.thank-you {
  text-align: center;
}
.thank-you h1 {
  font-weight: bold !important;
  color: #afa079 !important;
  font-size: 30px;
  margin-top: 42px;
}
.thank-you p {
  font-weight: normal;
  color: #797771;
}
.thank-you a {
  margin: 0 auto;
}
.thank-you input[type='button'] {
  margin: 42px auto 0;
  padding: 8px 48px;
  background-color: #afa079;
  color: #fff;
  font-size: 25px;
  border: 1px solid #afa079;
}
.stratanium-image-heading,
.stratanium-plus-image-heading {
  background-color: black;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 2%;
}
.stratanium-image,
.stratanium-plus-image {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
body {
  overflow-x: hidden;
}
@media screen and (min-device-width: 767px) {
  .stratanium-image-heading img,
  .stratanium-plus-image-heading img {
    width: 28%;
  }
}
@media screen and (min-device-width: 767px ) {
  .stratanium-image-heading img,
  .stratanium-plus-image-heading img {
    width: 28%;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 766px) {
  .stratanium-image-heading img,
  .stratanium-plus-image-heading img {
    width: 50%;
  }
}
@media screen and (min-device-width: 767px) {
  .cms-use-and-care .use-care .use-care-banner {
    height: 300px;
    margin-bottom: 40px;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan img {
    width: 40%;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan-text {
    top: 33%;
    left: 60%;
    transform: translate(-23%, -50%);
    width: 38%;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan-text .use-subtitle {
    font-size: 40px;
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories {
    gap: 20px;
    top: 100%;
    left: 4%;
    transform: translate(-3%, -50%);
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories .category {
    flex: 1 1 13%;
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories .category img {
    height: 130px;
  }
  .cms-use-and-care .use-care .for-zest {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cms-use-and-care .use-care .for-zest .container {
    margin: 50px auto 20px auto;
    gap: 30px;
  }
  .cms-use-and-care .use-care .for-zest .text-section {
    flex: 1 1 45%;
  }
  .cms-use-and-care .use-care .for-zest .image-section {
    flex: 1 1 45%;
  }
  .cms-use-and-care .use-care .container.active .image-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
    z-index: 10;
  }
  .cms-use-and-care .use-care .more-resources {
    margin-top: 70px;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .cms-use-and-care .use-care .more-resources h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .cms-use-and-care .use-care .more-resources .more-resources-content {
    gap: 40px;
  }
  .cms-use-and-care .use-care .more-resources .more-resources-content .imag-content {
    flex: 0 0 50%;
  }
  .cms-use-and-care .use-care .more-resources .more-resources-content .imag-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-device-width: 1024px) {
  .cms-use-and-care .use-care .use-care-banner {
    height: 480px;
    margin-bottom: 80px;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan img {
    width: 60%;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan-text {
    top: 25%;
    width: 38%;
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories {
    left: 10%;
    transform: translate(-6%, -50%);
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories .category {
    flex: 1 1 14%;
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories .category img {
    height: 180px;
  }
  .cms-use-and-care .use-care .for-zest .container {
    gap: 60px;
  }
  .cms-use-and-care .use-care .for-zest .container .text-section {
    flex: 1 1 47%;
  }
  .cms-use-and-care .use-care .for-zest .container .image-section {
    flex: 1 1 47%;
  }
}
@media screen and (min-device-width: 1200px) {
  .cms-use-and-care .use-care .use-care-banner {
    height: 550px;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan img {
    width: 70%;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan-text {
    top: 36%;
    left: 60%;
    transform: translate(-23%, -50%);
  }
  .cms-use-and-care .use-care .use-care-banner .frypan-text .use-subtitle {
    font-size: 60px;
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories {
    left: 20%;
    transform: translate(-13%, -50%);
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories .category {
    flex: 1 1 14%;
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories .category img {
    height: 180px;
  }
  .cms-use-and-care .use-care .for-zest {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cms-use-and-care .use-care .for-zest .container {
    gap: 60px;
  }
  .cms-use-and-care .use-care .for-zest .container .text-section {
    flex: 1 1 47%;
  }
  .cms-use-and-care .use-care .for-zest .container .image-section {
    flex: 1 1 47%;
  }
}
@media screen and (min-device-width: 1400px) {
  .cms-use-and-care .use-care .use-care-banner {
    height: 680px;
    margin-bottom: 160px;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan img {
    width: 80%;
  }
  .cms-use-and-care .use-care .use-care-banner .frypan-text {
    top: 38%;
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories {
    left: 26%;
    transform: translate(-17%, -50%);
  }
  .cms-use-and-care .use-care .use-care-banner .product-categories .category img {
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-device-width: 1900px) {
  .cms-use-and-care .use-care .use-care-banner .frypan img {
    width: 100%;
  }
}
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
 * Copyright © Triple888. All rights reserved.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
* Copyright © Triple888. All rights reserved.
*/
/**
* Copyright © Triple888. All rights reserved.
*/
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
* Copyright © Triple888. All rights reserved.
* See LICENSE_TRIPLE888.txt for license details.
*/
/**
* Copyright © Triple888. All rights reserved.
* See LICENSE_TRIPLE888.txt for license details.
*/
/**
* Copyright © Triple888. All rights reserved.
* See LICENSE_TRIPLE888.txt for license details.
*/
/**
* Copyright © Triple888. All rights reserved.
* See LICENSE_TRIPLE888.txt for license details.
*/
/**
* Copyright © Triple888. All rights reserved.
* See LICENSE_TRIPLE888.txt for license details.
*/
/**
* Copyright © Triple888. All rights reserved.
* See LICENSE_TRIPLE888.txt for license details.
*/
/**
 * Copyright © Triple888. All rights reserved.
 */
/**
 * Apple Pay button
 */
@media (max-width: 1023px) {
  #rootways_authorizecim_option_wrapper .top_cc_type {
    position: relative;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .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,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .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,
  .block.crosssell,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .bundle-options-container .block-bundle-summary,
  .cart-container .form-cart {
    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 {
    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 {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-pager-toolbar,
  .account .toolbar {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .form-cart {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  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: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #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;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .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;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .navigation .blog-hww.level0:last-child {
    float: right;
  }
  h2.home-category-title {
    /* width: 100%; */
    text-align: center;
    position: relative;
    margin: 30px 0;
    font-size: 30px;
  }
  h2.home-category-title:before {
    content: '';
    border-top: 2px solid #c41c1c;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
  }
  h2.home-category-title span.htitle {
    position: relative;
    background: #fff;
    z-index: 2;
    padding: 5px 20px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text {
    display: flex;
    gap: 30px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .egg {
    top: 50%;
    left: 18px;
    width: 200px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .leftsite {
    width: 140px;
    height: 485px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .rightsite {
    width: 69%;
    padding: 10% 10%;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .rightsite .title {
    font-size: 40px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .rightsite .code {
    font-size: 20px;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .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;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .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 #d1d1d1;
    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;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .order-links .item {
    float: left;
    margin: 0 5px 0 0;
  }
  .order-links .item a {
    padding: 5px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 5px 20px 6px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .amcard-codes-list.-cart,
  .amcard-field-container.-cart {
    max-width: 520px;
    padding: 0 0 20px 20px;
    left: 2px;
  }
  .amcard-codes-list {
    padding: 0 0 0 20px;
  }
  .amcard-card-info {
    left: 170px;
    bottom: 27px;
  }
  .nav-sections {
    margin-bottom: 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content {
    background: #595959;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content > .navigation {
    margin-left: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
    display: table;
    background: transparent;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content > .navigation ul > li {
    float: none;
    margin-right: 0;
    vertical-align: top;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content > .navigation ul > li a {
    padding: 7px 16px;
    text-align: center;
    color: #fff;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content > .navigation ul.submenu li.level2 a {
    font-weight: 700;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: 0;
  }
  .navigation .level0 .submenu {
    background: #595959;
    border: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 250px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background-color: #605439;
  }
  .navigation .level0 .submenu li.parent a .ui-icon:after {
    font-size: 8px;
    line-height: 12px;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 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(209, 209, 209, 0.3);
    color: #5e5e5e;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 500;
    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 #d1d1d1;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .catalog-product-view .product-videos .main-page-title .video_title {
    text-align: left;
  }
  .catalog-product-view .page-bottom {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .catalog-product-view .page-bottom .main-page-title {
    margin-top: 0;
  }
  .catalog-product-view .page-bottom .main-page-title .faq_title {
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    color: #585653;
    font-weight: 800;
    padding: 20px 0;
  }
  .catalog-product-view .page-bottom .faq-content .faq-question .qtitle,
  .catalog-product-view .page-bottom .faq-content .faq-answer .qtitle,
  .catalog-product-view .page-bottom .faq-content .faq-question .atitle,
  .catalog-product-view .page-bottom .faq-content .faq-answer .atitle {
    display: inline-block;
    width: 190px;
    vertical-align: top;
  }
  .catalog-product-view .page-bottom .faq-content .faq-question .qcontent,
  .catalog-product-view .page-bottom .faq-content .faq-answer .qcontent,
  .catalog-product-view .page-bottom .faq-content .faq-question .acontent,
  .catalog-product-view .page-bottom .faq-content .faq-answer .acontent {
    display: inline-block;
    width: calc(100% - 200px);
  }
  .product-info-main .good_to_know .value ul li {
    min-width: 33.33%;
  }
  .product-info-main .page-title-wrapper h1 {
    /*  .lib-css(margin-bottom, @product-h1-margin-bottom-desktop); */
    margin-top: 0;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .product-info-main .product.info.detailed .data.items [data-role="collapsible"] [aria-expanded="false"],
  .product-info-main .product.info.detailed .data.items [data-role="collapsible"] [aria-expanded="true"] {
    margin: 40px 0;
  }
  .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-bottom {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
  }
  .product-info-bottom .description {
    max-width: 54.8%;
  }
  .product-info-bottom .specification {
    width: 40%;
  }
  .product-info-bottom .type {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
  }
  .page-bottom-container .feature-tab .container {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-bottom-container .feature-tab .container .content {
    max-width: 35.3%;
  }
  .page-bottom-container .feature-tab .container .content br {
    display: block;
    margin-bottom: 25px;
    content: "";
  }
  .page-bottom-container .feature-tab .container .content br:last-child {
    margin-bottom: 0;
  }
  .page-bottom-container .feature-tab .container .image {
    width: 50%;
    align-content: center;
  }
  .page-bottom-container .related .container .block-title strong {
    font-size: 17px;
    line-height: 21px;
  }
  .page-bottom-container .pdp-recipes-section .blog__post-list-wrapper .blog-post-carousel.owl-carousel .owl-stage {
    display: flex;
  }
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-prev,
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-next {
    width: auto;
    position: absolute;
    top: 35%;
    background: none;
  }
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-prev:hover,
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-next:hover {
    background: none;
  }
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-prev span,
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-next span {
    font-size: 60px;
    font-weight: 400;
  }
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-next {
    right: -60px;
  }
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-prev {
    left: -60px;
  }
  .page-bottom-container .reivewio-widget {
    margin-top: 50px;
  }
  .page-bottom-container .type {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 500;
    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;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-banner-image-container img.affiliate-banner-image.loaded {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content {
    margin-top: -115px;
    position: relative;
    padding-left: 0px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content .affiliate-first-para {
    padding: 0 40px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content .affiliate-button {
    background-color: transparent;
    padding: 0;
    margin-top: 30px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content .affiliate-button a {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    background-color: #605438;
    padding: 6px 8px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content .affiliate-last-para {
    margin-top: 35px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content h1.affiliate-heading {
    margin-bottom: 0;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .top-banner img.mobile {
    display: none;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-content .right-content {
    margin-top: 0;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-vedio iframe {
    width: 692px;
    border-radius: 10px;
    border: 1px solid transparent;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .content {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .content h3 {
    padding-top: 0;
  }
  .cms-hospitality .col-md-8 {
    max-width: 66%;
    flex: 0 0 66%;
  }
  .cms-hospitality .col-md-6 {
    max-width: 49.5%;
    flex: 0 0 49.5%;
  }
  .cms-hospitality .col-md-4 {
    max-width: 33%;
    flex: 0 0 33%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .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: 500;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
    font-size: 0px;
  }
  .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;
  }
  .header.content {
    padding-top: 40px;
    padding-bottom: 10px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #000;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  #password-strength-meter {
    padding: 0px;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    /*            .lib-css(border, @border-width__base solid @color-gray-light2);*/
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 0px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .panel.header > .header.links:not(div):before,
  .panel.header > .minicart-wrapper:not(div):before {
    content: "";
    background: url('/media/web/index-dt-icon-sign-in.png');
    background-size: 17px 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 3px -7px 0 0;
    float: left;
  }
  .panel.header > .header.links a,
  .panel.header > .minicart-wrapper a,
  .panel.header > .header.links a > span:not([class^="counter"]),
  .panel.header > .minicart-wrapper a > span:not([class^="counter"]) {
    color: #000;
  }
  .panel.header > .header.links li a,
  .panel.header > .minicart-wrapper li a,
  .panel.header > .header.links li a:visited,
  .panel.header > .minicart-wrapper li a:visited,
  .panel.header > .header.links li a:hover,
  .panel.header > .minicart-wrapper li a:hover {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
  }
  .panel.header > .header.links li:before,
  .panel.header > .minicart-wrapper li:before {
    content: "";
  }
  .panel.header > .header.links li.authorization-link,
  .panel.header > .minicart-wrapper li.authorization-link {
    margin-right: 20px;
  }
  .panel.header > .header.links li:not(.product):nth-child(3),
  .panel.header > .minicart-wrapper li:not(.product):nth-child(3),
  .panel.header > .header.links li:not(.product):nth-last-child(3),
  .panel.header > .minicart-wrapper li:not(.product):nth-last-child(3) {
    display: none;
  }
  /*    .nav-sections-item-content {
            background: #595959;
        }*/
  #switcher-store .switcher-options > * {
    padding: 0 20px;
  }
  .catalog-category-view .products-grid .product-items .product-item {
    width: calc((100% - 4%) / 3);
  }
  .catalog-category-view .products-grid .product-items .product-item .price-box {
    margin: 10px 0 0;
  }
  .catalog-category-view .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin: 0 !important;
  }
  .catalog-category-view .products-grid .product-items .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .cms-homepage .products-grid .product-items .product-item .product-item-info {
    box-shadow: unset;
    margin: 0;
  }
  .cms-homepage .products-grid .product-items .product-item .product-item-info:hover {
    border: 1px solid #605439;
  }
  .checkout-cart-index .cart-container .cart-summaryx .checkout.methods .item .smart-buttons,
  .checkout-cart-index .cart-container .cart-summaryx .checkout.methods .item .apple-pay,
  .checkout-cart-index .cart-container .cart-summaryx .checkout.methods .item .google-pay,
  .checkout-cart-index .cart-container .cart-summaryx .checkout.methods .item .pay-later-message {
    width: 220px;
    float: right;
    clear: both;
    overflow: hidden;
  }
  .checkout-cart-index .cart-container .cart-summaryx .checkout.methods .item .google-pay {
    margin-top: 0;
  }
  #no-planet-b .npb-blocks > div.row {
    max-height: 360px;
  }
  #no-planet-b .npb-blocks > div .col-md-6.col-xs-12 {
    padding: 0;
  }
  .sus-highlight {
    background-image: url('/media/wysiwyg/Green Infograph Background (1900 × 624 px).png');
  }
  .sus-highlight .row > div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sus-highlight .row > div > div {
    border-bottom: none;
  }
  #stn_top_content .banner strong {
    background: #ffffff;
    padding: 5px 10px;
  }
  #sus_videos {
    width: 90%;
    margin: 0 auto;
  }
  #sus_videos #videoCarousel {
    margin: 0 auto;
  }
  #sus_videos #videoCarousel .item {
    width: 95%;
  }
  #sus_videos #videoCarousel .item > div > img,
  #sus_videos #videoCarousel .item > div > iframe {
    width: 363px;
    height: 215px;
  }
  #sus_videos #videoCarousel button {
    top: 20%;
  }
  #sus_videos #videoCarousel button.owl-prev {
    left: -5%;
  }
  #sus_videos #videoCarousel button.owl-next {
    right: -5%;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  article#about section.blocks .row:nth-child(odd) [class^="col-"]:nth-child(odd) {
    padding: 10px 30px;
    background-color: orange;
  }
  article#about section.blocks .row:nth-child(even) [class^="col-"]:nth-child(even) {
    padding: 10px 30px;
    background-color: orange;
  }
  article#about section.blocks .col-md-6.col-xs-12 {
    padding: 0;
  }
  article#about section.blocks .col-md-6.col-xs-12 h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  article#about section.blocks .col-md-6.col-xs-12 p {
    font-size: 14px;
    line-height: 23px;
  }
  article#about section.blocks .col-md-6.col-xs-12 a.action {
    margin-top: 15px;
  }
}
@media all and (min-width: 1024px), print {
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .single-category {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    /*border: 1px solid @product-border-color;*/
    width: calc(20% - 10px);
  }
  .single-category h3 {
    font-size: 20px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .egg {
    width: 250px;
    left: 24px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .leftsite {
    width: 180px;
    height: 450px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .rightsite {
    width: 70%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 5px 0 0;
  }
  .order-links .item a {
    padding: 5px 20px;
  }
  .order-links .item strong {
    padding: 5px 20px 6px 20px;
  }
  .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: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 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;
  }
  .catalog-product-view .block.related .products .product .product-item-info {
    text-align: left;
  }
  .catalog-product-view .block.related .products .product .product-item-info .product-item-details .price-box .price-container.price-final_price {
    text-align: left;
  }
  .catalog-product-view .block.related .products-related {
    position: relative;
  }
  .catalog-product-view .block.related .products-related .owl-nav {
    position: absolute;
    text-align: left;
    top: 30%;
    width: 100%;
  }
  .catalog-product-view .block.related .products-related .owl-nav .owl-prev {
    left: -65px;
    width: auto;
    position: absolute;
  }
  .catalog-product-view .block.related .products-related .owl-nav .owl-next {
    right: -65px;
    width: auto;
    position: absolute;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container > div {
    margin-bottom: 48px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .container {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-content {
    justify-content: initial;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-content .right-content h3 {
    max-width: 423px;
    margin-bottom: 29px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-content .right-content p {
    margin-bottom: 15px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-form .form {
    margin-top: 40px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-form .form input {
    margin-bottom: 20px;
    padding: 34px 20px;
    font-size: 20px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-form .form input::placeholder {
    font-size: 20px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-form .form select {
    margin-bottom: 20px;
    font-size: 20px;
    height: 68px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-form .form button {
    padding: 18px 54px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-vedio {
    padding: 72px 0;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-vedio iframe {
    width: 1042px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container div.hospitality-vedio {
    margin-bottom: 0;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content {
    position: relative;
    overflow: hidden;
    min-height: 655PX;
    background: none;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .background-image {
    background: url('/media/web/new_paralax.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .content {
    max-width: 1041px;
    padding: 43px 203px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .content .content-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #C4C4C4;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .content .content-top p {
    padding: 20px 0;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .content .content-bottom {
    margin-top: 50px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-parallax-content .content .content-bottom p {
    padding-top: 20px;
  }
  .cms-hospitality .page-wrapper .page-main .hospitality-container .hospitality-questions h3 {
    text-align: center;
    font-size: 50px;
    margin: 40px 0;
  }
  .cms-hospitality .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  #stn_top_content .top-heading {
    font-size: 45px;
  }
  #sus_videos #videoCarousel button {
    top: 20%;
  }
  #sus_videos #videoCarousel button.owl-prev {
    left: -8%;
  }
  #sus_videos #videoCarousel button.owl-next {
    right: -8%;
  }
}
@media all and (min-width: 1440px), print {
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .egg {
    left: 30px;
  }
  .promotinal-code .modal-inner-wrap .content .promotional-code-text .leftsite {
    width: 190px;
  }
  .catalog-product-view .product-videos {
    width: 100%;
  }
  .page-bottom-container .feature-tab .container {
    max-width: 1240px;
  }
  .page-bottom-container .related .container {
    max-width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-bottom-container .related .container .block-title {
    margin-top: 85px;
  }
  .page-bottom-container .pdp-recipes-section .container {
    max-width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-next {
    right: -90px;
  }
  .page-bottom-container .pdp-recipes-section .blog__main-recent .owl-nav .owl-prev {
    left: -90px;
  }
  .page-bottom-container .product-faqs .container {
    max-width: 1240px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .page-bottom-container .product-videos .container {
    max-width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-banner-image-container img.affiliate-banner-image.loaded {
    max-height: 624px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content {
    max-width: 1240px;
    margin-top: -220px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content .affiliate-first-para {
    margin-top: 47px;
    margin-bottom: 75px;
    padding: 0 105px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content .affiliate-last-para {
    margin-bottom: 55px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content .affiliate-button a {
    padding: 9px 30px;
  }
  .cms-join-the-affiliate-program .page-wrapper .page-main .affiliate-page-content .affiliate-page-inner-content h1.affiliate-heading {
    font-size: 30px;
    line-height: 38px;
    margin-top: 33px;
  }
  #sus_videos #videoCarousel button {
    top: 20%;
  }
  #sus_videos #videoCarousel button.owl-prev {
    left: -10%;
  }
  #sus_videos #videoCarousel button.owl-next {
    right: -10%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FAmasty_Promo%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FAvalara_AvaTax%5C%2Fcss%5C%2Fsource%5C%2F_address-validation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FAvalara_AvaTax%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FBss_Simpledetailconfigurable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FOCD_SuccessPage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_newhome.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_cms-use-care.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FWeltPixel_OwlCarouselSlider%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FRootways_Authorizecim%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FHarriswebworks_Blog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_topmenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FHarriswebworks_Homecategory%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FHarriswebworks_OrderCoupon%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FSmile_ElasticsuiteCatalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FAmasty_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FHarriswebworks_Menumanager%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FWeltPixel_Quickview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fextend%5C%2F_navigation_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_module_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fcms%5C%2F_noplanetb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fcms%5C%2F_sustainability.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FScanpan888%5C%2Fscanpan_theme%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fcms%5C%2F_about.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAuEA%3BEALK%2CIAAK%2CQAAO%3BIACJ%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAC%5C%2FDb%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%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3BACOR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACkLR%2CwBAT0C%3BEACtC%2CmBAAoB%2CoBACd%2CIAAC%3BEADP%2CmBAAoB%2CoBAEd%2CIAAC%3BIACC%2CUAAA%3B%3B%3BACHZ%2CwBAV2C%2CwBAAuB%3BEAC9D%2CgBAAiB%3BIACb%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAeR%2CwBAX0C%3BEACtC%2CgBAAiB%3BIACb%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3B%3BAAoBR%2CwBAhB0C%3BEACtC%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAIJ%2CgBAAiB%3BEACjB%2CgBAAiB%3BIACb%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAClNR%2CoBAGI%2CMAAK%3BAAFT%2CgBAEI%2CMAAK%3BAADT%2C0BACI%2CMAAK%3BEACD%2CaAAA%3BEACA%2CeAAA%3B%3BAALR%2CoBAGI%2CMAAK%2CSAID%3BAANR%2CgBAEI%2CMAAK%2CSAID%3BAALR%2C0BACI%2CMAAK%2CSAID%3BEACI%2CaAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3B%3BAAVZ%2CoBAGI%2CMAAK%2CSAID%2CeAKI%3BAAXZ%2CgBAEI%2CMAAK%2CSAID%2CeAKI%3BAAVZ%2C0BACI%2CMAAK%2CSAID%2CeAKI%3BEACI%2COAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlBhB%2CoBAGI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BAAnBhB%2CgBAEI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BAAlBhB%2C0BACI%2CMAAK%2CSAID%2CeAKI%2CcAQI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAvBpB%2CoBAGI%2CMAAK%2CSAID%2CeAoBI%3BAA1BZ%2CgBAEI%2CMAAK%2CSAID%2CeAoBI%3BAAzBZ%2C0BACI%2CMAAK%2CSAID%2CeAoBI%3BEACI%2COAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAhCR%2CMAAK%2CSAID%2CeA4BK%3BAAAD%2CgBAhCR%2CMAAK%2CSAID%2CeA4BK%3BAAAD%2C0BAhCR%2CMAAK%2CSAID%2CeA4BK%3BEACG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArChB%2CoBA0CI%3BAAzCJ%2CgBAyCI%3BAAxCJ%2C0BAwCI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAA7CR%2CoBA0CI%2CQAII%3BAA7CR%2CgBAyCI%2CQAII%3BAA5CR%2C0BAwCI%2CQAII%3BEACI%2CoBAAA%3B%3BAA%5C%2FCZ%2CoBAmDI%3BAAlDJ%2CgBAkDI%3BAAjDJ%2C0BAiDI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAvDR%2CoBA0DI%3BAAzDJ%2CgBAyDI%3BAAxDJ%2C0BAwDI%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3B%3BAA5DR%2CoBA%2BDI%2CuBACI%2CcAAc%3BAA%5C%2FDtB%2CgBA8DI%2CuBACI%2CcAAc%3BAA9DtB%2C0BA6DI%2CuBACI%2CcAAc%3BAAhEtB%2CoBA%2BDI%2CuBAEI%3BAAhER%2CgBA8DI%2CuBAEI%3BAA%5C%2FDR%2C0BA6DI%2CuBAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArEZ%2CoBAyEI%3BAAxEJ%2CgBAwEI%3BAAvEJ%2C0BAuEI%3BEACI%2CgBAAA%3B%3BAA1ER%2CoBAyEI%2CcAGI%2CEAAC%3BAA3ET%2CgBAwEI%2CcAGI%2CEAAC%3BAA1ET%2C0BAuEI%2CcAGI%2CEAAC%3BEACG%2CeAAA%3B%3BAAKZ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%2CuBACI%2CMAAK%2CSACD%3BEACI%2CqBAAA%3B%3BACnCZ%2CmBAAmB%3BEACf%2CWAAW%2CgBAAX%3B%3BAAGJ%2CmBAAmB%3BEACf%2CWAAW%2CiBAAX%3B%3BAASJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAJJ%2C0BAMI%3BEACI%2CqBAAA%3B%3BAAPR%2C0BAUI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAbR%2C0BAgBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAApBR%2C0BAuBI%3BEACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC5GR%3BEACC%2CwBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAED%3BEACC%2CoBAAA%3BEACA%2CYAAA%3B%3BAAED%2COAAO%3BEACH%2CeAAA%3B%3BAAEJ%2COAAO%3BEACH%2CeAAA%3B%3B%3BACjBJ%3BEACE%2CcAAA%3B%3BAADF%2CaAEE%3BEAAG%2CgBAAA%3B%3BAAFL%2CaAGE%3BEAAE%2CcAAA%3B%3BAAHJ%2CaAIE%3BEACE%2CeAAA%3B%3BAALJ%2CaAOE%3BEACE%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAADJ%2CkBAEI%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIF%2CmBAHqC%3BEAGrC%2CkBANA%3BIAII%2CkBAAA%3B%3B%3BAANR%2CkBASE%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAXJ%2CkBAaE%3BEACE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CSACE%3BEACE%2CkBAAA%3B%3BAAFJ%2CSACE%2COAEE%3BEACE%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAPN%2CSACE%2COASE%3BEACE%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CSAbJ%2COASE%2COAIG%3BEACC%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3B%3B%3B%3B%3BACsDR%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACkFR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3BAEgFR%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACxBhB%3BEAzBI%2CMAAM%2CQAAS%2COAAM%3BIACjB%2CyBAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEADJ%2CWAGI%3BIACI%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CaAAc%3BIACV%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3B%3B%3BAA0KR%3BEApKI%2CMAAM%2CQAAS%2COAAM%2COACjB%3BIACI%2CwBAAA%3B%3BEAIR%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%3BIACI%2CgBAAgB%2CqCAAhB%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEARxB%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAKI%2CoBAAmB%3BIACf%2CaAAA%3B%3BEAX5B%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAKI%2CoBAAmB%2CUAGf%3BIACI%2CYAAA%3BIACA%2CQAAA%3B%3BEAfhC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAKI%2CoBAAmB%2CUAGf%2CaAII%3BIACI%2CeAAA%3B%3BEAlBpC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAKI%2CoBAAmB%2CUAGf%2CaAQI%3BIACI%2CeAAA%3B%3BEAtBpC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAKI%2CoBAAmB%2CUAiBf%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEA9BhC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYA8BI%3BIACI%2CaAAA%3B%3BEApC5B%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAoCI%2CsBACI%2CSACI%3BIACI%2CeAAA%3B%3BEA3ChC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAoCI%2CsBACI%2CSAKI%3BIACI%2CeAAA%3B%3BEA%5C%2FChC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAoCI%2CsBAWI%2CaACI%2CeAAc%2CaACV%2CiBACI%2CWACI%2CUACI%3BIACI%2CeAAA%3B%3BEAzDhD%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAoCI%2CsBAWI%2CaACI%2CeAAc%2CaAWV%2CSACI%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEApExC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAoCI%2CsBAWI%2CaACI%2CeAAc%2CaAWV%2CSAQI%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3B%3BEA3ExC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAoCI%2CsBAWI%2CaACI%2CeAAc%2CaA2BV%2CSAAQ%3BIACJ%2CcAAA%3B%3BEAhFpC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAkFI%3BIACI%2CgBAAgB%2CqCAAhB%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEA1FxB%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAkFI%2CeAMI%2CQAAO%2CUACH%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FFhC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAkFI%2CeAMI%2CQAAO%2CUAMH%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEAahC%2CgBAEI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUACpB%2CaACI%3BEANxB%2CeACI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUACpB%2CaACI%3BIACI%2CeAAA%3B%3BEAR5B%2CgBAEI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUACpB%2CaAKI%3BEAVxB%2CeACI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUACpB%2CaAKI%3BIACI%2CeAAA%3B%3BEAZ5B%2CgBAEI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUAWpB%2CeACI%2CyBACI%2CiBACI%3BEAlBhC%2CeACI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUAWpB%2CeACI%2CyBACI%2CiBACI%3BIACI%2CUAAA%3B%3BEApBpC%2CgBAEI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUAWpB%2CeACI%2CyBACI%2CiBACI%2CiBAGI%2CoBACI%2CEACI%3BEAvB5C%2CeACI%2CcACI%2CWACI%2CgBACI%2COAAM%2CkBAAkB%2CUAWpB%2CeACI%2CyBACI%2CiBACI%2CiBAGI%2CoBACI%2CEACI%3BIACI%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3B%3BAAuFpD%3BEAtEI%2COAAO%2CQACH%2COAAM%3BIACF%2CcAAA%3B%3BEAFR%2COAAO%2CQAKH%2CcAAc%3BIACV%2CcAAA%3B%3B%3B%3BEAOR%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%3BIACI%2CaAAA%3BIACA%2CgBAAgB%2C4CAAhB%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3B%3BEAVxB%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAOI%2CoBAAmB%2CUACf%3BIACI%2COAAA%3BIACA%2CQAAA%3B%3BEAfhC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAOI%2CoBAAmB%2CUACf%2CaAII%3BIACI%2CmBAAA%3B%3BEAlBpC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAOI%2CoBAAmB%2CUAUf%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEA1BhC%2CgBACI%2CcACI%2CWACI%2CeACI%2CcACI%2CYAyBI%3BIACI%2CaAAA%3B%3BEA%5C%2FB5B%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAgCI%2CsBAEI%3BIACI%2CeAAA%3B%3BEAvC5B%2CgBACI%2CcACI%2CWACI%2CeACI%2CcAuCI%3BIACI%2CgBAAgB%2CuCAAhB%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAkC5B%3BEAvBI%3BIACI%2C6BAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CeACI%2CcACI%2CWACI%2CYACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEANpB%2CeACI%2CcACI%2CWACI%2CYAMI%3BIACI%2CaAAA%3B%3B%3BAAmuCxB%2CmBA7BsC%3BEAClC%2CeACI%2CcACI%2CWACI%2CYACI%3BIACI%2CwBAAA%3B%3BEALpB%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSACI%2CeACI%3BIACI%2CuBAAA%3B%3BEAVhC%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAOI%2CSACI%3BIACI%2CsBAAA%3B%3B%3BAAqQpC%3BEAxPI%2CMAAM%3BIACF%2CmBAAA%3B%3BEADJ%2CMAAM%2CQAGF%2COAAM%3BIACF%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3B%3BEAPR%2CMAAM%2CQAUF%3BIACI%2CqBAAA%3B%3BEAXR%2CMAAM%2CQAUF%2CoBAGI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAhBZ%2CMAAM%2CQAoBF%3BIACI%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3B%3BEAvBR%2CMAAM%2CQAoBF%2CWAKI%2CUACI%3BIACI%2CuBAAA%3BIACA%2C4BAAA%3B%3BEA5BhB%2CMAAM%2CQAiCF%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACvC%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3B%3BEAxCR%2CMAAM%2CQAiCF%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIASvC%3BIACI%2CkBAAA%3B%3BEA3CZ%2CMAAM%2CQA%2BCF%2CkBAAkB%2CQAAO%2CSAAS%3BIAC9B%2CcAAA%3BIAEA%2CsBAAsB%2C6CAAtB%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAvDR%2CMAAM%2CQA0DF%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAhER%2CMAAM%2CQA0DF%2CQAAO%2CSAQH%2CKAAI%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAKZ%2CeACI%2CcACI%2CWACI%2CYACI%3BIACI%2CWAAA%3B%3BEALpB%2CeACI%2CcACI%2CWACI%2CYAKI%3BIACI%2CaAAA%3B%3BEATpB%2CeACI%2CcACI%2CWACI%2CYASI%3BIACI%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAlBpB%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%3BIACI%2CYAAA%3B%3BEArBxB%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAGI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAzB5B%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%3BIACI%2CYAAA%3B%3BEA7B5B%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAGI%3BEA%5C%2FB5B%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAII%3BEAhC5B%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAKI%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAnChC%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAGI%2COAMI%3BEArChC%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAII%2CQAKI%3BEArChC%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAKI%2COAII%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAvCpC%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAeI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEA7ChC%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAQI%2CSAoBI%3BIACI%2CeAAA%3B%3BEAjDhC%2CeACI%2CcACI%2CWACI%2CYASI%2CYAQI%2CSAkCI%2CeACI%3BIACI%2CYAAA%3B%3BEAxDhC%2CeACI%2CcACI%2CWACI%2CYASI%2CYAiDI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA%5C%2FDxB%2CeACI%2CcACI%2CWAkEI%2CYAAW%3BIACP%2CiBAAA%3B%3BEArEhB%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAEA%2CQAII%3BEA7ExB%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAGA%2CYAGI%3BEA7ExB%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAIA%2CUAEI%3BEA7ExB%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAKA%2CSACI%3BIACI%2CmBAAA%3B%3BEA9E5B%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAEA%2CQAQI%3BEAjFxB%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAGA%2CYAOI%3BEAjFxB%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAIA%2CUAMI%3BEAjFxB%2CeACI%2CcACI%2CWAkEI%2CYAAW%2CUAGP%2CKAAI%2CQAKA%2CSAKI%3BIACI%2CeAAA%3B%3BEAlF5B%2CeACI%2CcACI%2CWAsFI%2CkBAAiB%2CUACb%2COAAM%2CWACF%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEA5FxB%2CeACI%2CcACI%2CWAsFI%2CkBAAiB%2CUACb%2COAAM%2CWACF%2CYAII%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAjG5B%2CeACI%2CcACI%2CWAqGI%2CSACI%3BIACI%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3B%3BEA3GpB%2CeACI%2CcACI%2CWAqGI%2CSACI%2CWAKI%3BIACI%2CaAAA%3B%3BEA9GxB%2CeACI%2CcACI%2CWAqGI%2CSACI%2CWAKI%2CYAGI%2CQAAO%2CaACH%2CiBACI%2CWACI%2CUACI%2CMACI%2CaAAY%3BIACR%2CiBAAA%3B%3BEAchD%2CKACI%2CcACI%2CWACI%2CsBACI%2CaACI%2CeAAc%2CaACV%2CiBACI%2CWACI%2CUACI%3BIACI%2CeAAA%3B%3BEAVxC%2CKACI%2CcACI%2CWACI%2CsBACI%2CaACI%2CeAAc%2CaAYV%2CSAAQ%2CSAEJ%3BEAnB5B%2CKACI%2CcACI%2CWACI%2CsBACI%2CaACI%2CeAAc%2CaAYV%2CSAAQ%2CSAGJ%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAwcpC%3BEAtbI%2CKACI%2CcACI%2CWACI%2CsBAEI%2CaACI%2CeAAc%2CaAEV%2CSACI%3BIACI%2CYAAY%2CgEAAZ%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEAbhC%2CKACI%2CcACI%2CWACI%2CsBAEI%2CaACI%2CeAAc%2CaAEV%2CSAQI%3BIACI%2CYAAY%2CiEAAZ%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3BEApBhC%2CKACI%2CcACI%2CWACI%2CsBAEI%2CaACI%2CeAAc%2CaAEV%2CSAeI%3BEAvB5B%2CKACI%2CcACI%2CWACI%2CsBAEI%2CaACI%2CeAAc%2CaAEV%2CSAgBI%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2C%2BBAAA%3BIACA%2C0BAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAehC%2CMAAM%3BIACF%2CmBAAA%3B%3BEADJ%2CMAAM%2CQAGF%2COAAM%3BIACF%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3B%3BEAPR%2CMAAM%2CQAUF%3BIACI%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAdR%2CMAAM%2CQAUF%2CoBAMI%3BIACI%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAsB%2CuCAAtB%3BIACA%2CqCAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3B%3BEA5BZ%2CMAAM%2CQAgCF%3BIACI%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3B%3BEAnCR%2CMAAM%2CQAgCF%2CWAKI%2CUACI%3BIACI%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAxChB%2CMAAM%2CQA6CF%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACvC%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3B%3BEAtDR%2CMAAM%2CQA6CF%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAUvC%3BIACI%2CkBAAA%3B%3BEAxDZ%2CMAAM%2CQA4DF%2CkBAAkB%2CQAAO%2CSAAS%3BIAC9B%2CcAAA%3BIAEA%2CsBAAsB%2C6CAAtB%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CiBAAA%3B%3BEArER%2CMAAM%2CQAwEF%2CQAAO%3BIACH%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEA9ER%2CMAAM%2CQAwEF%2CQAAO%2CSAQH%2CKAAI%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAKZ%2CeACI%2CcACI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAPZ%2CeACI%2CcACI%2CWAOI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3BEAXhB%2CeACI%2CcACI%2CWAOI%2CWAII%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEAfpB%2CeACI%2CcACI%2CWAOI%2CWASI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAtBpB%2CeACI%2CcACI%2CWAOI%2CWAgBI%3BIACI%2CkBAAA%3B%3BEA1BpB%2CeACI%2CcACI%2CWAOI%2CWAgBI%2CcAGI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEA9BxB%2CeACI%2CcACI%2CWAkCI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAvChB%2CeACI%2CcACI%2CWAkCI%2CYAKI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA3CpB%2CeACI%2CcACI%2CWAkCI%2CYAKI%2CeAII%3BIACI%2CcAAA%3B%3BEA9CxB%2CeACI%2CcACI%2CWAkCI%2CYAeI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEArDpB%2CeACI%2CcACI%2CWAkCI%2CYAoBI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEA3DpB%2CeACI%2CcACI%2CWAkCI%2CYA0BI%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAjEpB%2CeACI%2CcACI%2CWAkCI%2CYAgCI%3BIACI%2CWAAA%3BIACA%2CaAAa%2CkBAAb%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAxEpB%2CeACI%2CcACI%2CWAkCI%2CYAuCI%3BIACI%2CeAAA%3BIACA%2CaAAa%2CkBAAb%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAhFpB%2CeACI%2CcACI%2CWAkCI%2CYAgDI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CaAAa%2CkBAAb%3B%3BEAxFpB%2CeACI%2CcACI%2CWA0FI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAjGhB%2CeACI%2CcACI%2CWA0FI%2CgBAOI%3BIACI%2CiBAAA%3B%3BEApGpB%2CeACI%2CcACI%2CWA0FI%2CgBAWI%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzGpB%2CeACI%2CcACI%2CWA0FI%2CgBAgBI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEA9GpB%2CeACI%2CcACI%2CWA0FI%2CgBAqBI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAnHpB%2CeACI%2CcACI%2CWA0FI%2CgBA2BI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAzHpB%2CeACI%2CcACI%2CWA0FI%2CgBA2BI%2CWAII%3BIACI%2CeAAA%3B%3BEA5HxB%2CeACI%2CcACI%2CWA0FI%2CgBA2BI%2CWASI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CaAAa%2CkBAAb%3BIACA%2CoBAAA%3B%3BEApIxB%2CeACI%2CcACI%2CWA0FI%2CgBA2BI%2CWAgBI%3BIACI%2CmBAAA%3B%3BEAxIxB%2CeACI%2CcACI%2CWA2II%3BIAEI%2CaAAA%3B%3BEA%5C%2FIhB%2CeACI%2CcACI%2CWA2II%2CsBAII%3BIACI%2CiBAAA%3B%3BEAlJpB%2CeACI%2CcACI%2CWA2II%2CsBAQI%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAxJpB%2CeACI%2CcACI%2CWA2II%2CsBAcI%3BIACI%2CeAAA%3B%3BEA5JpB%2CeACI%2CcACI%2CWA2II%2CsBAkBI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAjKpB%2CeACI%2CcACI%2CWA2II%2CsBAkBI%2CSAII%3BIACI%2CeAAA%3BIACA%2CaAAa%2CkBAAb%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAvKxB%2CeACI%2CcACI%2CWA2II%2CsBAkBI%2CSAII%2CGAMI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEA3K5B%2CeACI%2CcACI%2CWA2II%2CsBAkBI%2CSAgBI%2CEACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CkBAAb%3B%3BEAnL5B%2CeACI%2CcACI%2CWA2II%2CsBAkBI%2CSAwBI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEA1LxB%2CeACI%2CcACI%2CWA2II%2CsBAiDI%3BIACI%2CkBAAA%3B%3BEA%5C%2FLpB%2CeACI%2CcACI%2CWA2II%2CsBAqDI%3BIACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAnMpB%2CeACI%2CcACI%2CWAuNI%2CSACI%3BIACI%2CaAAA%3B%3BEA3NpB%2CeACI%2CcACI%2CWAuNI%2CSACI%2CWAGI%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAhOxB%2CeACI%2CcACI%2CWAuNI%2CSACI%2CWAGI%2CYAKI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAtOhC%2CeACI%2CcACI%2CWAuNI%2CSACI%2CWAGI%2CYAaI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA5O5B%2CeACI%2CcACI%2CWAgPI%2CYAAW%3BIACP%2CaAAA%3B%3BEAnPhB%2CeACI%2CcACI%2CWAgPI%2CYAAW%2CUAGP%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAxPpB%2CeACI%2CcACI%2CWAgPI%2CYAAW%2CUASP%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEA9PpB%2CeACI%2CcACI%2CWAiQI%3BIACI%2CgBAAA%3B%3BEApQhB%2CeACI%2CcACI%2CWAiQI%2CeAGI%2CKAAI%2CQAEA%3BEAxQpB%2CeACI%2CcACI%2CWAiQI%2CeAGI%2CKAAI%2CQAGA%3BEAzQpB%2CeACI%2CcACI%2CWAiQI%2CeAGI%2CKAAI%2CQAIA%3BEA1QpB%2CeACI%2CcACI%2CWAiQI%2CeAGI%2CKAAI%2CQAKA%3BIACI%2CUAAA%3BIACA%2CiBAAA%3B%3BEA7QxB%2CeACI%2CcACI%2CWAgRI%2CkBAAiB%3BIACb%2CgBAAA%3B%3BEAnRhB%2CeACI%2CcACI%2CWAgRI%2CkBAAiB%2CUAGb%2COAAM%2CWACF%2CYACI%3BIACI%2CwBAAA%3BIACA%2CUAAA%3B%3BEAzR5B%2CeACI%2CcACI%2CWAgRI%2CkBAAiB%2CUAGb%2COAAM%2CWAQF%3BIACI%2CWAAA%3B%3B%3BAAoB5B%3BEARI%2CMAAM%2CQAAS%2COAAM%2COACjB%3BIACI%2CaAAA%3B%3B%3BAA4DZ%3BEArDI%2COAAO%3BIACH%2CUAAA%3BIACA%2CgBAAA%3BIAiBA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEArBJ%2COAAO%2CQAIH%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAVR%2COAAO%2CQAIH%2CMAQI%3BIACI%2CYAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAfZ%2COAAO%2CQA8BH%3BIACI%2CaAAA%3B%3BEA%5C%2FBR%2COAAO%2CQAkCH%3BIACI%2CaAAA%3B%3BEAnCR%2COAAO%2CQAsCH%3BIACI%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEA5CR%2COAAO%2CQAsCH%2CiBAQI%3BIACI%2CgBAAA%3B%3B%3BAA2GhB%3BEApGI%2COAAO%3BIACH%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIAaA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlBJ%2COAAO%2CQAKH%3BIACI%2CYAAA%3BIACA%2CqBAAA%3B%3BEAPR%2COAAO%2CQAKH%2CMAII%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CwBAAA%3B%3BEAZZ%2COAAO%2CQA0BH%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAjCR%2COAAO%2CQA0BH%2CcASI%3BIACI%2CmBAAA%3BIACA%2CyBAAA%3BIASA%2CcAAA%3B%3BEA9CZ%2COAAO%2CQA0BH%2CcASI%2CMAII%3B%3BIAEI%2CcAAA%3BIACA%2CUAAA%3B%3B%3BEA1ChB%2COAAO%2CQAkDH%3BIACI%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAtDR%2COAAO%2CQAkDH%2CiBAMI%3BIACI%2CgBAAA%3B%3BEAKZ%2CeACI%2CcACI%2CWACI%2CWACI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEANpB%2CeACI%2CcACI%2CWAQI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAbhB%2CeACI%2CcACI%2CWAQI%2C0BAKI%2CiBACI%2CeACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEApBhC%2CeACI%2CcACI%2CWAQI%2C0BAKI%2CiBACI%2CeACI%2CeACI%2CcAII%3BIACI%2CcAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA2ExC%3BEAhBI%3BIACI%2C8BAAA%3B%3B%3B%3B%3BAAeR%3B%3B%3B%3B%3B%3B%3B%3B%3BAA4BA%3BEAAA%2CYAVQ%3B%3B%3B%3BAAsCR%3BEAVI%3BIACI%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAmCR%3BEA9BI%3BIACI%2CgBAAA%3BIACA%2CgCAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEADJ%2CwBAGI%3BIACI%2CmBAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CqBAAA%3B%3B%3BAAmBR%3BEAAA%2CgBAZI%3BIACI%2CgBAAA%3B%3BEAWR%2CgBAZI%2CkBAGI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAkBZ%3BEAAA%2CgBAZI%3BIACI%2CgBAAA%3B%3BEAWR%2CgBAZI%2CkBAGI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAtBhB%2CgBA2BI%2CUACI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBZ%2CgBA2BI%2CUACI%2CmBAKI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAArChB%2CgBA2BI%2CUACI%2CmBAYI%2CEAAC%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAA5ChB%2CgBA2BI%2CUAqBI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAArDZ%2CgBA2BI%2CUA6BI%2CeACI%3BEACI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAwGhB%3BEAhGI%3BIACI%2C2BAAA%3BIACA%2CsBAAA%3B%3BEAFJ%2CWAII%3BIACI%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEATR%2CWAII%2CYAOI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2C0BAAA%3BIACA%2CwBAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEArBZ%2CWAII%2CYAoBI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEA5BZ%2CWAgCI%3BIACI%2CcAAA%3B%3BEAjCR%2CWAgCI%2CcAGI%3BIACI%2CeAAA%3B%3BEAEA%2CWANR%2CcAGI%2CSAGK%3BIACG%2CeAAA%3B%3BEAvChB%2CWAgCI%2CcAWI%2CMAAK%3BIACD%2CkBAAA%3B%3BEA5CZ%2CWAgCI%2CcAWI%2CMAAK%2CUAGD%3BIACI%2C4BAAA%3B%3BEA%5C%2FChB%2CWAgCI%2CcAWI%2CMAAK%2CUAOD%3BIACI%2CWAAA%3B%3BEAnDhB%2CWAgCI%2CcAWI%2CMAAK%2CUAWD%3BIACI%2CWAAA%3B%3BEAOhB%2CaACI%2CaACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CMAAM%2CWAAY%2COAAM%3BIACpB%2CeAAA%3B%3BEAGJ%2CMAAM%2CWAAY%2COAAO%2CSAAQ%3BIAC7B%2CmCAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2CKAAT%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAQ%2COAAM%2CWAAY%3BIACtB%2CWAAA%3B%3B%3BAAmCR%3BEAXI%2CUACI%3BIACI%2C0BAAA%3B%3BEAFR%2CUAKI%3BIACI%2C0BAAA%3B%3B%3BAAiBZ%3BEAXI%2CUACI%3BIACI%2CeAAA%3B%3BEAFR%2CUAKI%3BIACI%2CeAAA%3B%3B%3BAAKZ%2CUACI%3BEACI%2CiBAAA%3BEAEA%2CcAAA%3BEACA%2CkBAAA%3B%3BAALR%2CUAQI%3BEACI%2CiBAAA%3BEAEA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CUAeI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBR%2CUAsBI%3BEACI%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAzBR%2CUA4BI%3BEACI%2CaAAA%3B%3BAAoER%3BEA%5C%2FDI%2CYACI%2CGAAE%3BIACE%2CaAAa%2CYAAb%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CYAAA%3B%3BEALR%2CYAQI%2CiBAAgB%3BIACZ%2CwBAAA%3B%3BEAIR%2CYAAY%2COACR%2CGAAE%3BIACE%2CaAAa%2CYAAb%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CYAAA%3B%3BEALR%2CYAAY%2COAQR%2CiBAAgB%3BIACZ%2CwBAAA%3B%3BEATR%2CYAAY%2COAYR%3BIACI%2C8BAAA%3B%3BEAIR%2CWACI%2CGAAE%3BIACE%2CaAAA%3B%3BEAKR%2CWAAW%2COACP%2CGAAE%3BIACE%2CaAAA%3B%3BEAMR%3BIACI%2CyBAAA%3B%3BEADJ%2CYAGI%3BIACI%2CwBAAA%3B%3BEAIR%2COAAO%3BIACH%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2COAAO%2CQAIH%3BIACI%2CgBAAA%3B%3B%3BAAuBZ%3BEAjBI%2CYACI%2CaACI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%3BIACI%2C4BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA8HR%3BEAPI%3BIACI%2CqBAAA%3BIACA%2C6BAAA%3BIACA%2C4BAAA%3B%3B%3BAAYR%3BEAPI%3BIACI%2C6BAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3B%3B%3BAAuFR%3BEALI%2CaAAa%2CSAAU%3BIACnB%2CaAAA%3B%3B%3BAAqER%3BEAbI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAAiGR%3BEA5FI%2CmBAAoB%3BIAChB%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAWJ%2CSAAU%2CoBAAoB%2CGAAG%3BIAC7B%2CQAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CaAAA%3BIACA%2CqBAAA%3BIACA%2COAAA%3B%3BEAGJ%2CWAAY%2CqBAAqB%2CGAAG%3BIAChC%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C4CAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CWAAY%2CqBAAqB%2CGAAG%2CEAAC%3BIACjC%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CWAAY%2CqBAAqB%2CGAAG%2CEAAC%2CYAAY%3BIAC7C%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CiCAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CoCAAA%3B%3BEAYJ%2CQACI%3BIACI%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CQAPJ%2COAOK%3BIACG%2CmBAAA%3B%3B%3BAAwBhB%3BEAjBI%3BIACI%2CYAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CQACI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEA%2CQAJJ%2COAIK%3BIACG%2CmBAAA%3B%3B%3BAA2BhB%2CgBAPwC%2C2BACZ%3BEACxB%3BIACI%2C4BAAA%3B%3B%3B%3BAAkOR%3BEAjBI%3BIACI%2CuBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcAAe%3BEACf%2CcAAe%3BIACX%2C0BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CyBAA0B%2CeAAe%2CWAAW%3BIAChD%2C4BAAA%3BIACA%2CsBAAA%3B%3B%3BAA6BR%2CmBAV4C%3BEACxC%2COAAO%2CQAAS%3BIACZ%2CkBAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3B%3BAA8HR%3BEAzHI%2CYACI%3BIACI%2CeAAA%3B%3BEAMR%2CWAAY%3BIACR%2C4BAAA%3B%3BEAGJ%2CGAAG%3BIACC%2CWAAA%3BIACA%2CYAAA%3B%3BEAIJ%2CeACI%2CcACI%2CWACI%3BIACI%2CaAAA%3B%3BEAJhB%2CeACI%2CcACI%2CWACI%2CWAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARpB%2CeACI%2CcACI%2CWACI%2CWAQI%3B%3BIAEI%2CcAAA%3B%3BEAbpB%2CeACI%2CcACI%2CWACI%2CWAQI%2CcAII%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAjBxB%2CeACI%2CcACI%2CWAoBI%3BIACI%2CaAAA%3B%3BEAvBhB%2CeACI%2CcACI%2CWAoBI%2CYAGI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEA3BpB%2CeACI%2CcACI%2CWAoBI%2CYAQI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CeAjChB%2CcACI%2CWAoBI%2CYAQI%2CGAIK%3BIACG%2CiBAAA%3B%3BEAnCxB%2CeACI%2CcACI%2CWAoBI%2CYAiBI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAzCpB%2CeACI%2CcACI%2CWAoBI%2CYAsBI%2CSACI%3BIACI%2C2BAAA%3B%3BEA9CxB%2CeACI%2CcACI%2CWAiDI%3BIACI%2CaAAA%3B%3BEApDhB%2CeACI%2CcACI%2CWAiDI%2CgBAGI%3BIACI%2CeAAA%3B%3BEAvDpB%2CeACI%2CcACI%2CWAiDI%2CgBAGI%2CWAGI%3BIACI%2CeAAA%3B%3BEA1DxB%2CeACI%2CcACI%2CWAiDI%2CgBAWI%3BIACI%2CeAAA%3B%3BEA%5C%2FDpB%2CeACI%2CcACI%2CWAiEI%3BIACI%2CaAAA%3B%3BEApEhB%2CeACI%2CcACI%2CWAiEI%2CsBAGI%3BIACI%2CeAAA%3B%3BEAvEpB%2CeACI%2CcACI%2CWAiEI%2CsBAOI%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA5EpB%2CeACI%2CcACI%2CWAiEI%2CsBAOI%2CSAII%3BIACI%2CeAAA%3B%3BEA%5C%2FExB%2CeACI%2CcACI%2CWAiEI%2CsBAOI%2CSAQI%3BIACI%2CUAAA%3B%3BEAnFxB%2CeACI%2CcACI%2CWAsFI%2C0BAEI%2CiBAEI%3BIACI%2CgBAAA%3B%3B%3BAAgB5B%2CQAN0B%3BEACtB%3BIACI%2CaAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CaAAA%3B%3B%3BAA4DR%2CmBAxDsC%3BEAClC%2CeACI%2CcACI%2CWACI%2CYACI%3BIACI%2CaAAA%3B%3BEALpB%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%3BIACI%2CaAAA%3B%3BEARxB%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAGI%3BIACI%2CYAAA%3B%3BEAX5B%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAGI%2CSAGI%2COAGI%3BEAhBhC%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAGI%2CSAII%2CQAEI%3BEAhBhC%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAGI%2CSAKI%2COACI%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAlBpC%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAGI%2CSAYI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAxBhC%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAGI%2CSAiBI%3BIACI%2CeAAA%3B%3BEA5BhC%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSAyBI%2CeACI%3BIACI%2CYAAA%3B%3BEAlChC%2CeACI%2CcACI%2CWACI%2CYACI%2CYAGI%2CSA%2BBI%3BIACI%2CmBAAA%3B%3BEAvC5B%2CeACI%2CcACI%2CWACI%2CYACI%2CYAwCI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3BAAe5B%2CQAN2B%3BEACvB%3BIACI%2C2BAAA%3B%3B%3BACzkGR%3BEA9WI%2CWACI%2CQAAO%3BEADX%2CWAEI%2CIAAG%3BIACC%2CaAAA%3B%3BEAHR%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEARR%2CWAKI%2CYAKI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BEAKZ%2CYACI%3BIACI%2CaAAA%3BIACA%2CSAAA%3B%3BEAHR%2CYACI%2CcAII%2CeACI%2CEACI%3BIACI%2CeAAA%3B%3BEARpB%2CYAgBI%3BIACI%2CaAAA%3BIACA%2CSAAA%3B%3BEAlBR%2CYAgBI%2CqBAII%2CUAGI%2CQAAO%3BEAvBnB%2CYAgBI%2CqBAKI%2CgBAEI%2CQAAO%3BEAvBnB%2CYAgBI%2CqBAII%2CUAII%2CIAAG%3BEAxBf%2CYAgBI%2CqBAKI%2CgBAGI%2CIAAG%3BIACC%2CaAAA%3B%3BEAzBhB%2CYAgBI%2CqBAII%2CUAQI%3BEA5BZ%2CYAgBI%2CqBAKI%2CgBAOI%3BIACI%2CeAAA%3B%3BEA7BhB%2CYAgBI%2CqBAII%2CUAYI%3BEAhCZ%2CYAgBI%2CqBAKI%2CgBAWI%3BIACI%2CeAAA%3B%3BEAjChB%2CYAgBI%2CqBAqBI%2CgBACI%3BIACI%2CSAAA%3B%3BEAvChB%2CYAgBI%2CqBA2BI%2CUACI%3BIACI%2CWAAA%3B%3B%3B%3BEAQhB%3BIACI%2CkBAAA%3B%3BEADJ%2CcAEI%2COACI%2CIAAG%3BIACC%2CaAAA%3B%3BEAJZ%2CcAQI%2CWAAU%3BIACN%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAbR%2CcAgBI%3BIACI%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEApBR%2CcAgBI%2CoBAMI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAzBZ%2CcAgBI%2CoBAMI%2CYAKI%3BIACI%2CeAAA%3B%3BEA5BhB%2CcAgBI%2CoBAMI%2CYASI%3BIACI%2CeAAA%3B%3BEAhChB%2CcAgBI%2CoBAoBI%3BIACI%2CcAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAvCZ%2CcAgBI%2CoBAoBI%2CgBAKI%2COAAM%3BIACF%2CgBAAA%3B%3BEA1ChB%2CcAgBI%2CoBAoBI%2CgBASI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAhDhB%2CcAgBI%2CoBAoBI%2CgBASI%2CiBAKI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEA3DpB%2CcAgBI%2CoBAoBI%2CgBASI%2CiBAKI%2CiBAWI%3BIACI%2CcAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAhExB%2CcAgBI%2CoBAoBI%2CgBASI%2CiBAKI%2CiBAiBI%3BIACI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAvExB%2CcAgBI%2CoBAoBI%2CgBASI%2CiBAKI%2CiBAiBI%2CkBAMI%3BIACI%2CiBAAA%3B%3BEA1E5B%2CcAgBI%2CoBAoBI%2CgBASI%2CiBAKI%2CiBA4BI%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3B%3BEAYxB%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAsB%2C8BAAtB%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAbJ%2CaAeI%3BIACI%2CgBAAA%3B%3BEAhBR%2CaAeI%2CSAGI%2CEACI%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CaAdR%2CSAGI%2CEACI%2CKAUC%3BIACG%2C0BAAA%3BIACA%2CkCAAA%3BIACA%2CYAAA%3B%3BEAhChB%2CaAuCI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEA5CR%2CaAgDI%2CWAAU%3BIACN%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAgB%2CsDAAhB%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkCAAA%3B%3B%3BEAYR%3BIACI%2CkBAAA%3BIACA%2CqBAAA%3B%3BEACA%2CsBAAC%2CMACG%3BIACI%2CUAAA%3BIACA%2CoBAAA%3B%3BEANZ%2CsBASI%3BIACI%2CQAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAdR%2CsBAiBI%3BIACI%2CeAAA%3B%3BEAlBR%2CsBAqBI%2CsBACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CqBAAA%3B%3BEACA%2CoBAAC%2CMACG%3BIACI%2CUAAA%3BIACA%2CoBAAA%3B%3BEANZ%2CoBASI%3BIACI%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CoBAPJ%2CYAOK%3BIACG%2C8BAAA%3B%3BEAjBZ%2CoBAoBI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAtBR%2CoBAwBI%2CgBACI%3BIACI%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEA5BZ%2CoBAiCI%3BIACI%2C0BAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3B%3BEAON%2CwBAEA%2CYACK%3BIACE%2CaAAA%3B%3BEAJP%2CwBAQC%3BIACH%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAbE%2CwBAQC%2CmBAOL%3BIACE%2C0BAAA%3B%3BEAhBE%2CwBAQC%2CmBAWL%3BIAEE%2C0BAAA%3B%3BEArBE%2CwBAQC%2CmBAeL%3BIACG%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEA5BC%2CwBAQC%2CmBAeL%2CgBAMI%3BIACE%2CiBAAA%3B%3BEA9BF%2CwBAQC%2CmBAeL%2CgBASG%3BIACG%2CgBAAA%3B%3BEAjCF%2CwBAQC%2CmBA4BL%3BIACE%2CaAAA%3B%3BEArCE%2CwBAQC%2CmBAgCN%3BIACG%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACI%2CqBAAA%3B%3BEAKJ%2CwBACI%2CIAAG%3BIACC%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BAAqRZ%3BEA7QI%2CWACI%2CQAAO%3BEADX%2CWAEI%2CIAAG%3BIACC%2CaAAA%3B%3BEAHR%2CWAKI%3BIACI%2CSAAA%3BIAEA%2CWAAW%2CgBAAX%3B%3BEARR%2CWAKI%2CYAKI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAOZ%3B%3B%3B%3BEAAA%2CSAGI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEALR%2CSAGI%2CcAII%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEATZ%2CSAGI%2CcAII%2CeAGI%2CEACI%3BIACI%2CeAAA%3B%3BEAZpB%2CSAmBI%3BIACI%2CaAAA%3B%3BEApBR%2CSAmBI%2CqBAGI%2CUAGI%2CQAAO%3BEAzBnB%2CSAmBI%2CqBAII%2CgBAEI%2CQAAO%3BEAzBnB%2CSAmBI%2CqBAGI%2CUAII%2CIAAG%3BEA1Bf%2CSAmBI%2CqBAII%2CgBAGI%2CIAAG%3BIACC%2CaAAA%3B%3BEA3BhB%2CSAmBI%2CqBAGI%2CUAQI%2CSACI%3BEA%5C%2FBhB%2CSAmBI%2CqBAII%2CgBAOI%2CSACI%3BIACI%2CeAAA%3B%3BEAhCpB%2CSAmBI%2CqBAGI%2CUAQI%2CSAKI%3BEAnChB%2CSAmBI%2CqBAII%2CgBAOI%2CSAKI%3BIACI%2CeAAA%3B%3BEApCpB%2CSAmBI%2CqBAsBI%3BIACI%2CQAAA%3BIACA%2CgBAAA%3B%3BEA3CZ%2CSAmBI%2CqBA2BI%2CgBACI%3BIACI%2CSAAA%3B%3BEAhDhB%2CSAmBI%2CqBAiCI%2CUACI%3BIACI%2CYAAA%3B%3B%3BEAUhB%3BIACI%2CkBAAA%3B%3BEADJ%2CcAEI%2COACI%2CIAAG%3BIACC%2CaAAA%3B%3BEAJZ%2CcAQI%2CWAAU%3BIACN%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CmBAAX%3B%3BEAfR%2CcAkBI%3BIACI%2CcAAA%3B%3BEAnBR%2CcAkBI%2CoBAGI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEAvBZ%2CcAkBI%2CoBAGI%2CYAII%3BIACI%2CeAAA%3B%3BEA1BhB%2CcAkBI%2CoBAGI%2CYAQI%3BIACI%2CeAAA%3B%3BEA9BhB%2CcAkBI%2CoBAgBI%3BIACI%2CcAAA%3B%3BEAnCZ%2CcAkBI%2CoBAgBI%2CgBAGI%3BIACI%2CcAAA%3B%3BEAtChB%2CcAkBI%2CoBAgBI%2CgBAGI%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3BIACA%2CYAAA%3B%3BEAhDpB%2CcAkBI%2CoBAgBI%2CgBAGI%2CiBAGI%2CiBAUI%3BIACI%2CcAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEArDxB%2CcAkBI%2CoBAgBI%2CgBAGI%2CiBAGI%2CiBAgBI%3BIACI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEA3DxB%2CcAkBI%2CoBAgBI%2CgBAGI%2CiBAGI%2CiBAgBI%2CkBAKI%3BIACI%2CiBAAA%3B%3BEA9D5B%2CcAkBI%2CoBAgBI%2CgBAGI%2CiBAGI%2CiBA0BI%3BIACI%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BEAWxB%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAgB%2CwCAAhB%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAbJ%2CaAeI%3BIACI%2CmBAAA%3B%3BEAEI%2CaAHR%2CSAEI%2CEACK%3BIACG%2CeAAA%3B%3BEAnBhB%2CaAeI%2CSAEI%2CEAII%3BIACI%2CwBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAGA%2CaAlBZ%2CSAEI%2CEAII%2CKAYK%3BIACG%2C0BAAA%3BIACA%2CkCAAA%3BIACA%2CYAAA%3B%3BEApCpB%2CaA2CI%3BIACI%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAjDR%2CaAoDI%2CWAAU%3BIACN%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BIAEA%2CgBAAgB%2CsDAAhB%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CkCAAA%3B%3BEAKR%2CwBAEE%2CYACK%3BIACE%2CaAAA%3B%3BEAJT%2CwBAEE%2CYAIK%3BIACE%2CWAAA%3B%3BEAPT%2CwBAUE%2CmBACC%2CgBACA%3BIACE%2CcAAA%3BIACN%2CcAAA%3B%3BEAdC%2CwBAUE%2CmBACC%2CgBAKC%3BIACL%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAzBC%2CwBAUE%2CmBACC%2CgBAgBC%3BIACE%2CaAAA%3B%3B%3BAA6DV%3BEApDI%2CaACI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAIR%2CWACI%2CYAEI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAIZ%2CYACI%2CqBACI%2CUACI%3BIACI%2CYAAA%3B%3BEAJhB%2CYACI%2CqBAOI%2CgBACI%3BIACI%2CSAAA%3B%3BEAMf%2CwBAEE%2CmBAEL%3BIACE%2C0BAAA%3B%3BEALC%2CwBAEE%2CmBAML%3BIAEE%2C0BAAA%3B%3B%3BAAkFJ%3BEA1EI%2CaACI%3BIACI%2CUAAA%3B%3BEAGR%2CWACI%2CYAEI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAIZ%2CYACI%2CcACI%2CeACI%2CEACI%3BIACI%2CeAAA%3B%3BEAQpB%2CYACI%2CqBACI%2CUACI%3BIACI%2CYAAA%3B%3BEAJhB%2CYACI%2CqBAOI%2CgBACI%3BIACI%2CUAAA%3B%3BEAVhB%2CYACI%2CqBAaI%2CUAEI%3BEAhBZ%2CYACI%2CqBAcI%2CgBACI%3BIACI%2CeAAA%3B%3BEAjBhB%2CYACI%2CqBAaI%2CUAMI%3BEApBZ%2CYACI%2CqBAcI%2CgBAKI%3BIACI%2CeAAA%3B%3BEAKf%2CwBACC%2CmBAEJ%3BIACE%2C0BAAA%3B%3BEAJC%2CwBACC%2CmBAMJ%3BIAEE%2C0BAAA%3B%3BEATC%2CwBACC%2CmBAWL%3BIACC%2C0BAAA%3B%3B%3BAAoCF%3BEA3BC%2CwBACE%2CmBAED%3BIACE%2C0BAAA%3B%3BEAJH%2CwBACE%2CmBAMD%3BIAEE%2C0BAAA%3B%3BEATH%2CwBACE%2CmBAUD%3BIACA%2CUAAA%3B%3BEAZD%2CwBACE%2CmBAcF%3BIACG%2C0BAAA%3BIACA%2CWAAA%3BIACG%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACtpCH%3BEAAA%2CmBATI%3BIACI%2C2BAAA%3BIACA%2CoEAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAcR%3BEAAA%2CmBAVI%3BIACI%2C2BAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3B%3BAAlBZ%2CmBAsBI%3BEACI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CoEAAA%3B%3BAAaJ%3BEAAA%2CmBATI%3BIACI%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3B%3B%3BAAaR%3BEAAA%2CmBATI%3BIACI%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2C4BAAA%3BIACA%2CoBAAA%3B%3B%3BAA7CZ%2CmBAiDI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAnDR%2CmBAsDI%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAeR%3BEAVI%3BIACI%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3B%3B%3BAAUR%3BEALI%3BIACI%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAWA%3BEAAA%2CwBATI%3BIACI%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAAcR%3BEAAA%2CwBAVI%3BIACI%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAAnBZ%2CwBAuBI%3BEACI%2C2BAAA%3BEACA%2CeAAA%3B%3BAAzBR%2CwBA4BI%3BEACI%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3B%3BAAhCR%2CwBAmCI%3BEACI%2C0BAAA%3B%3BAApCR%2CwBAuCI%3BEACI%2C2BAAA%3B%3BAAOJ%3BEAAA%2CwBARA%2CgBAGQ%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3B%3BAAUZ%3BEAAA%2CwBAJI%3BIACI%2CgBAAA%3B%3B%3BAASR%3BEAAA%2CwBALI%3BIACI%2CiBAAA%3B%3B%3BAAxDZ%2CwBA4DI%3BEACI%2C4BAAA%3BEACA%2CcAAA%3B%3BAA9DR%2CwBAiEI%2CoBAAmB%3BEACf%2CcAAA%3B%3BAAcJ%3BEAAA%2CwBAVI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3B%3B%3BAAWR%3BEAAA%2CwBAPI%3BIACI%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3B%3B%3BAApFZ%2CwBAwFI%3BEACI%2C4BAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CwBAAyB%3BEACrB%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAyB%2CYAAY%3BEACjC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAALR%2CwBAQI%2CGAAE%3BEACE%2CSAAS%2CKAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAcR%3BEATI%3BIACI%2CgCAAA%3BIACA%2C8BAAA%3BIACA%2CgCAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAWR%3BEANI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAUR%3BEALI%3BIACI%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAYJ%3BEAAA%2CsBARI%3BIACI%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAAaR%3BEAAA%2CsBATI%3BIACI%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2C2BAAA%3BIACA%2C8BAAA%3B%3B%3BAAxBZ%2CsBA4BI%3BEACI%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3B%3BAAWJ%3BEAAA%2CsBAPI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3B%3BAAQZ%3BEAAA%2CsBAJQ%3BIACI%2C0BAAA%3B%3B%3BAAeZ%3BEATI%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAAcR%3BEATI%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAAeR%3BEAVI%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAeR%3BEATI%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAAcR%3BEATI%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3B%3BAAeR%3BEAVI%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3B%3BAAYR%3BEANI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAUR%3BEALI%3BIACI%2CeAAA%3B%3B%3BAAIR%3BEACI%2C4BAAA%3B%3BAADJ%2CSAGI%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CSAYI%3BEACI%2C8BAAA%3B%3BAAbR%2CSAgBI%3BEACI%2C8BAAA%3BEACA%2CwBAAA%3B%3BAAlBR%2CSAqBI%3BEACI%2CwBAAA%3BEACA%2C2BAAA%3B%3BAAvBR%2CSA0BI%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAA7BR%2CSAgCI%2CGAAK%3BAAhCT%2CSAgCa%2CGAAK%3BEACV%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAnCR%2CSAuCI%3BAAvCJ%2CSAuCQ%3BAAvCR%2CSAuCY%3BEACJ%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAzCR%2CSA4CI%3BEACI%2CmBAAA%3B%3BAAKR%2CgBAEI%3BEACI%2CYAAA%3B%3BAAHR%2CgBAMI%3BEACI%2CmBAAA%3B%3BAAPR%2CgBAUI%3BEACI%2CsBAAA%3B%3BAAXR%2CgBAcI%2CYAAY%3BEAER%2CeAAA%3B%3BAAhBR%2CgBAmBI%3BEACI%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAtBR%2CgBAyBI%3BAAzBJ%2CgBAyBO%3BAAzBP%2CgBAyBW%3BAAzBX%2CgBAyBkB%3BEACV%2CmBAAA%3BEACA%2CcAAA%3B%3BAA3BR%2CgBA8BI%3BEACI%2CkBAAA%3B%3BAA%5C%2FBR%2CgBAkCI%3BEAEI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CgBAkCI%2CeAKI%3BEACI%2CeAAA%3B%3BAAxCZ%2CgBAkCI%2CeASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA7CZ%2CgBAiDI%2CsBAEI%3BEACI%2CmBAAA%3B%3BAApDZ%2CgBAiDI%2CsBAMI%2CMAAK%3BAAvDb%2CgBAiDI%2CsBAMwB%3BEAChB%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzDZ%2CgBAiDI%2CsBAWI%2CMAAK%3BEACD%2CkBAAA%3B%3BAA7DZ%2CgBAiDI%2CsBAeI%2CMAAK%3BEACD%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAtEZ%2CgBAiDI%2CsBAwBI%2CMAAM%3BEACF%2CkBAAA%3BEACA%2C4BAAA%3B%3BAA3EZ%2CgBAiDI%2CsBA6BI%3BEACI%2CgBAAA%3B%3BAA%5C%2FEZ%2CgBAiDI%2CsBAiCI%2CYAAY%3BEACR%2CeAAA%3BEACA%2CiBAAA%3B%3BAApFZ%2CgBAiDI%2CsBAsCI%2CsBAAsB%3BEAClB%2C0BAAA%3B%3BAAxFZ%2CgBAiDI%2CsBA0CI%3BEACI%2CaAAA%3B%3BAA5FZ%2CgBAiDI%2CsBA8CI%3BEACI%2CaAAA%3B%3BAAhGZ%2CgBAiDI%2CsBAkDI%3BEACI%2C2BAAA%3B%3BAAmCZ%3BEA7BI%2CgBAEI%3BIACI%2CmBAAA%3B%3BEAHR%2CgBAMI%3BIACI%2CYAAA%3B%3BEAPR%2CgBAUI%3BIACI%2C6BAAA%3B%3BEAXR%2CgBAcI%2CWAAW%3BIACP%2CkBAAA%3B%3BEAfR%2CgBAkBI%3BIACI%2CiCAAA%3B%3BEAnBR%2CgBAsBI%2CYAAY%3BIACR%2CyBAAA%3B%3B%3BAAMZ%3BEAEI%2CkBAAA%3B%3BAAFJ%2CUAII%3BEACI%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2CUAWI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAbR%2CUAgBI%3BEACI%2CcAAA%3B%3BAAjBR%2CUAoBI%2CMAAK%3BEACD%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAKR%3BAAA2B%3BEACvB%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAAAmB%3BEACf%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAWJ%3BEAPI%2CyBACI%3BEADuB%2C8BACvB%3BIACI%2CUAAA%3B%3B%3BAAaZ%3BEAPI%2CyBACI%3BEADuB%2C8BACvB%3BIACI%2CUAAA%3B%3B%3BAAWX%3BEALG%2CyBACI%3BEADuB%2C8BACvB%3BIACI%2CUAAA%3B%3B%3BAC%5C%2FMZ%3BEA9FI%2CiBACI%2CUACI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CiBACI%2CUACI%2CiBAII%2CQACI%3BIACI%2CUAAA%3B%3BEARpB%2CiBACI%2CUACI%2CiBAUI%3BIACI%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CUAAA%3B%3BEAhBhB%2CiBACI%2CUACI%2CiBAUI%2CaAMI%3BIACI%2CeAAA%3B%3BEAnBpB%2CiBACI%2CUACI%2CiBAqBI%3BIACI%2CSAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CoBAAX%3B%3BEA3BhB%2CiBACI%2CUACI%2CiBAqBI%2CoBAMI%3BIACI%2CaAAA%3B%3BEA9BpB%2CiBACI%2CUACI%2CiBAqBI%2CoBAMI%2CUAGI%3BIACI%2CaAAA%3B%3BEAjCxB%2CiBACI%2CUAsCI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAzCZ%2CiBACI%2CUAsCI%2CUAII%3BIACI%2C2BAAA%3BIACA%2CSAAA%3B%3BEA7ChB%2CiBACI%2CUAsCI%2CUASI%3BIACI%2CaAAA%3B%3BEAjDhB%2CiBACI%2CUAsCI%2CUAcI%3BIACI%2CaAAA%3B%3BEAtDhB%2CiBACI%2CUA0DI%2CWAAU%2COAAQ%3BIACd%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAhEZ%2CiBACI%2CUAkEF%3BIACJ%2CgBAAA%3BIACC%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAtEC%2CiBACI%2CUAkEF%2CgBAKH%3BIACC%2CeAAA%3BIACA%2CmBAAA%3B%3BEA1EA%2CiBACI%2CUAkEF%2CgBAUJ%3BIACE%2CSAAA%3B%3BEA9EA%2CiBACI%2CUAkEF%2CgBAUJ%2CwBAEE%3BIACC%2CaAAA%3B%3BEAhFD%2CiBACI%2CUAkEF%2CgBAUJ%2CwBAEE%2CcAEC%3BIACD%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAkEJ%3BEApDI%2CiBACI%2CUACI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CiBACI%2CUACI%2CiBAII%2CQACI%3BIACI%2CUAAA%3B%3BEARpB%2CiBACI%2CUACI%2CiBAUI%3BIACI%2CQAAA%3BIACA%2CUAAA%3B%3BEAdhB%2CiBACI%2CUACI%2CiBAeI%3BIACI%2CSAAA%3BIACA%2CWAAW%2CoBAAX%3B%3BEAnBhB%2CiBACI%2CUACI%2CiBAeI%2CoBAII%3BIACI%2CaAAA%3B%3BEAtBpB%2CiBACI%2CUACI%2CiBAeI%2CoBAII%2CUAGI%3BIACI%2CaAAA%3B%3BEAzBxB%2CiBACI%2CUAgCI%2CUACI%3BIACI%2CSAAA%3B%3BEAnChB%2CiBACI%2CUAgCI%2CUACI%2CWAGI%3BIACI%2CaAAA%3B%3BEAtCpB%2CiBACI%2CUAgCI%2CUACI%2CWAQI%3BIACI%2CaAAA%3B%3B%3BAAqExB%3BEA3DI%2CiBACI%2CUACI%3BIACI%2CaAAA%3B%3BEAHZ%2CiBACI%2CUACI%2CiBAGI%2CQACI%3BIACI%2CUAAA%3B%3BEAPpB%2CiBACI%2CUACI%2CiBASI%3BIACI%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAdhB%2CiBACI%2CUACI%2CiBASI%2CaAKI%3BIACI%2CeAAA%3B%3BEAjBpB%2CiBACI%2CUACI%2CiBAmBI%3BIACI%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAvBhB%2CiBACI%2CUACI%2CiBAmBI%2CoBAII%3BIACI%2CaAAA%3B%3BEA1BpB%2CiBACI%2CUACI%2CiBAmBI%2CoBAII%2CUAGI%3BIACI%2CaAAA%3B%3BEA7BxB%2CiBACI%2CUAoCI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAvCZ%2CiBACI%2CUAoCI%2CUAII%3BIACI%2CSAAA%3B%3BEA1ChB%2CiBACI%2CUAoCI%2CUAII%2CWAGI%3BIACI%2CaAAA%3B%3BEA7CpB%2CiBACI%2CUAoCI%2CUAII%2CWAQI%3BIACI%2CaAAA%3B%3B%3BAAgDxB%3BEArCI%2CiBACI%2CUACI%3BIACI%2CaAAA%3BIACA%2CoBAAA%3B%3BEAJZ%2CiBACI%2CUACI%2CiBAII%2CQACI%3BIACI%2CUAAA%3B%3BEARpB%2CiBACI%2CUACI%2CiBAUI%3BIACI%2CQAAA%3B%3BEAbhB%2CiBACI%2CUACI%2CiBAeI%3BIACI%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAnBhB%2CiBACI%2CUACI%2CiBAeI%2CoBAII%2CUAEI%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAA0B5B%3BEAbI%2CiBACI%2CUACI%2CiBACI%2CQACI%3BIACI%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BACliBxB%3BEACC%2CQAAA%3B%3BAACA%2CSAAC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC8BF%2CQAJyB%3BEACrB%2CqCAAsC%3BIAAc%2CkBAAA%3B%3B%3BACMpD%2CgBALsC%3BECwFtC%2CiCA7BA%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAuBR%2CiCAnBA%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA6sDA%2C2BACI%3BEC1hDJ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC1eJ%2CYACI%3BEC6JJ%2CiCH%2BsDI%3BEIjuDJ%2CuBJiuDI%3BEKhsCJ%2CcLgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BECmMX%2CgBAGI%2CODtMH%2CUAAU%3BECiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKD3Rf%2CUAAU%3BECmVX%2CkBACM%2CYDpVL%2CUAAU%3BECyVX%2CkBACI%2CUD1VH%2CUAAU%3BEEhJX%2CYACI%2COF%2BIH%2CUAAU%3BEGcX%2CiCH%2BsDI%2COA7tDH%2CUAAU%3BEIJX%2CuBJiuDI%2COA7tDH%2CUAAU%3BEK6hBX%2CcLgsCI%2COA7tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAutDX%2C2BACI%2COAxtDH%2CUAAU%3BEC8LX%2CgBAGI%2CODjMH%2CUAAU%3BEC4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKDtRf%2CUAAU%3BEC8UX%2CkBACM%2CYD%5C%2FUL%2CUAAU%3BECoVX%2CkBACI%2CUDrVH%2CUAAU%3BEErJX%2CYACI%2COFoJH%2CUAAU%3BEGSX%2CiCH%2BsDI%2COAxtDH%2CUAAU%3BEITX%2CuBJiuDI%2COAxtDH%2CUAAU%3BEKwhBX%2CcLgsCI%2COAxtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAotDR%2C2BACI%2COAxtDH%2CUAAU%2CGAGH%3BEC2LR%2CgBAGI%2CODjMH%2CUAAU%2CGAGH%3BECyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKDtRf%2CUAAU%2CGAGH%3BEC2UR%2CkBACM%2CYD%5C%2FUL%2CUAAU%2CGAGH%3BECiVR%2CkBACI%2CUDrVH%2CUAAU%2CGAGH%3BEExJR%2CYACI%2COFoJH%2CUAAU%2CGAGH%3BEGMR%2CiCH%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEIZR%2CuBJiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEKqhBR%2CcLgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BECuNA%2CUACI%3BEKVJ%2CgBACI%3BIN9MA%2CmBAAA%3B%3BEAsEJ%3BEG1MI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BIJiNR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BITtLA%2CkBAAA%3B%3BES0OA%3BEO%5C%2FVA%3BECgDA%2CaAOI%3BEC1JJ%2CsBACI%3BIlBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEYmFD%2CwBAKI%2CeZzFH%3BEYoFD%2CwBAKI%2CeZxFH%3BEYoID%2CiCZrIC%3BEYqID%2CiCZpIC%3BEY0JD%2CkBZ3JC%3BEY2JD%2CkBZ1JC%3BEaiED%2CcAKI%2CebvEH%3BEakED%2CcAKI%2CebtEH%3BEakHD%2CuBbnHC%3BEamHD%2CuBblHC%3BEa8ID%2CkBb%5C%2FIC%3BEa%2BID%2CkBb9IC%3BEc8fD%2Ced%5C%2FfC%3BEc%2BfD%2Ced9fC%3BEUyTD%2CgBV1TC%3BEU0TD%2CgBVzTC%3BEUuYD%2CQACI%2CoBVzYH%3BEUwYD%2CQACI%2CoBVxYH%3BEUuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV%5C%2FYX%3BEUwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV9YX%3BEUuaD%2CqBACI%2COAAM%2CUVzaT%3BEUwaD%2CqBACI%2COAAM%2CUVxaT%3BEmBugBD%2CYnBxgBC%3BEmBwgBD%2CYnBvgBC%3BEmBiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBnBtiBtB%3BEmBkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBnBriBtB%3BEmBkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBnBtiBtB%3BEmBmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBnBriBtB%3BEmBmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBnBtiBtB%3BEmBoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBnBriBtB%3BEoBieD%2CYASI%2CQAAO%2CMpB3eV%3BEoBkeD%2CYASI%2CQAAO%2CMpB1eV%3BEoBunBG%2COAAC%2CQpBxnBJ%3BEoBwnBG%2COAAC%2CQpBvnBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEY8ED%2CwBAKI%2CeZnFH%3BEY%2BHD%2CiCZ%5C%2FHC%3BEYqJD%2CkBZrJC%3BEa4DD%2CcAKI%2CebjEH%3BEa6GD%2CuBb7GC%3BEayID%2CkBbzIC%3BEcyfD%2CedzfC%3BEUoTD%2CgBVpTC%3BEUkYD%2CQACI%2CoBVnYH%3BEUkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeVzYX%3BEUkaD%2CqBACI%2COAAM%2CUVnaT%3BEmBkgBD%2CYnBlgBC%3BEmB4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBnBhiBtB%3BEmB6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBnBhiBtB%3BEmB8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBnBhiBtB%3BEoB4dD%2CYASI%2CQAAO%2CMpBreV%3BEoBknBG%2COAAC%2CQpBlnBJ%3BIACG%2CWAAA%3B%3BES2hBJ%3BEA69BA%3BEY%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BEPonBI%2CMAAC%3BEKnJL%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%3BEG9YpC%2CyBAWI%3BER0VJ%2CeAEI%3BILuBJ%2CsBAAA%3B%3BEAsBA%3BEcpdA%3BId8bA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BITvUlB%2CgBAAA%3B%3BEwBulBA%2C8BflRI%2CUACM%2CSeiRT%2CIAAI%2CSACC%3BEADN%2C8BflRI%2CUAEI%2CQAAU%2CSegRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BflRI%2CUACM%2CSeiRT%2CIAAI%2CSAeC%3BEAfN%2C8BflRI%2CUAEI%2CQAAU%2CSegRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEfpSR%2C8BACI%2CUACM%2CSe8KR%3BEfhLF%2C8BACI%2CUAEI%2CQAAU%2CSe6KhB%3BIxBpfF%2CeAAA%3BIwBwfI%2CqBAAA%3B%3BEA6HA%2C8BfhTA%2CUACM%2CSe6ST%2COAEI%3BEAAD%2C8BfhTA%2CUAEI%2CQAAU%2CSe4SjB%2COAEI%3BEAAD%2C8BfhTA%2CUACM%2CSe8ST%2CSACI%3BEAAD%2C8BfhTA%2CUAEI%2CQAAU%2CSe6SjB%2CSACI%3BIACG%2CaAAA%3B%3BEf5SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BIT5XJ%2CmBAAA%3BIwB%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIxBhqBA%2CUAAA%3BIwBmqBA%2CmBAAA%3B%3BEAEA%2CwBf1SA%2CUACI%2COeySA%3BIACA%2CWAAA%3B%3BEfvSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BITjaA%2CWAAA%3B%3BESqhBA%3BEQtiBA%2CKAAK%2COAAO%3BIRuiBR%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEQziBJ%2CKAAK%2COAAO%2CSRyiBR%3BITpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BES0xBA%2C0BAOI%2CQAAU%3BEQ7iBd%2CKAAK%2COAAO%2CSR6iBR%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEKxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIL6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BECxjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEKlIJ%2CwBACI%3BIf3GJ%2CiBAAA%3B%3BESqwBA%3BEElgCA%2CcAAc%3BEQ6gBd%2CcAAc%3BInBhRd%2CiBAAA%3B%3BESqzBA%3BEU%5C%2FgBA%2CsBACI%2CQAAO%3BInBvSX%2CqBAAA%3BIyB9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BEN8iBD%2CsBACI%2CQAAO%2CMM%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS0BhQS%2CO1BgQT%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEhBsuBA%2CiBAAC%3BEUzgBD%2CsBACI%2CQAAO%2CMVwgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BEkB5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BInB%2BrCnC%2CaAAA%3B%3BEAsCA%3BEUjxBA%3BIVkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BEUp1BZ%2CQVk1BI%2CWACI%2CoBACI%3BEUn1BZ%2CuBVi1BI%2CWACI%2CoBACI%3BEUl1BZ%2CiBVg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BIoB3tCA%2CYAAA%3B%3BEpB2tCA%2C2BoBztCE%2CQAGI%2CKACI%3BEpBqtCV%2C2BoBxtCE%2CQAEI%2CKACI%3BEpBqtCV%2C2BoBvtCE%2CQACI%2CKACI%3BEpBqtCV%2C2BoBztCE%2CQAGI%2CKAEI%3BEpBotCV%2C2BoBxtCE%2CQAEI%2CKAEI%3BEpBotCV%2C2BoBvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BEpBmtCZ%2C2BoB9sCE%2CQACI%2CKACI%3BEpB4sCV%2C2BoB9sCE%2CQACI%2CKAEI%3BI7BoCV%2CgCAAA%3B%3BESorCA%3BEChiCA%2CQA2BI%3BIDsgCA%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BECpiCJ%2CQA2BI%2CSDwgCA%3BECniCJ%2CQA2BI%2CSDygCA%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BECxiCJ%2CQA2BI%2CSD6gCA%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEC7iCJ%2CQA2BI%2CSDkhCA%3BITjsCJ%2CiBAAA%3BISmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BECljCJ%2CQA2BI%2CSDuhCA%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEKhgCA%2CeAEI%3BId7QJ%2CUAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIS4mCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEGltDV%2CiCH%2BsDI%2COAGM%3BEIpuDV%2CuBJiuDI%2COAGM%3BEKnsCV%2CcLgsCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEGttDZ%2CiCH%2BsDI%2COAGM%2CSAIE%3BEIxuDZ%2CuBJiuDI%2COAGM%2CSAIE%3BEKvsCZ%2CcLgsCI%2COAGM%2CSAIE%3BITvmDZ%2CiBAAA%3B%3BES%2BlDA%2C2BACI%2COAYI%3BEG3tDR%2CiCH%2BsDI%2COAYI%3BEI7uDR%2CuBJiuDI%2COAYI%3BEK5sCR%2CcLgsCI%2COAYI%3BIT5mDR%2CiBAAA%3B%3BES%2BlDA%2C2BAkBI%2CiBACI%3BEGjuDR%2CiCHguDI%2CiBACI%3BEInvDR%2CuBJkvDI%2CiBACI%3BEKltCR%2CcLitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEsBv3DZ%3BI%5C%2FBkQA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEqB%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%3BESrDA%2CCAAC%2CmBAAwB%2CQTkDtB%3BIrBoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BrZL%2CCAAC%2CoBAAyB%2CQT%2BCvB%3BIrBoMP%2CmBAAA%3BI8B9KA%2CqBAAA%3BI9B8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BlZL%2CCAAC%2CyBAA%2BB%2CQT4C7B%3BIrBoMP%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8B%5C%2FYL%2CCAAC%2C0BAAgC%2CQTyC9B%3BIrBoMP%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqBhWT%3BIAEI%2CiBAAA%3B%3BES3CA%2CCAAC%2CoBAAyB%3BI9BuO9B%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BtYL%2CCAAC%2CyBAA%2BB%3BI9BoOpC%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BnYL%2CCAAC%2C0BAAgC%3BI9BiOrC%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqB1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BES3CA%2CCAAC%2CoBAAyB%3BI9B2N9B%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8B1XL%2CCAAC%2CyBAA%2BB%3BI9BwNpC%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BvXL%2CCAAC%2C0BAAgC%3BI9BqNrC%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqB9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEW6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIhCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIgCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIjCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIiCJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BIjChBN%2CgBAAA%3B%3BEiCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIjCxBJ%2CkBAAA%3BIiC0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BIjC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIiCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIjC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIjCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIiC2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIjCzFpB%2CqBAAA%3BIyBhOA%2CqBAAA%3B%3BEQmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBRnGhB%3BIzBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyB2CA%2CWQkPI%2CQA2DK%2COACK%2CaAGI%2CgBRjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC9NQ%2COlC8NR%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQlFA%2CWAiCI%2CQA8EI%3BIjCtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIiC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIjClHZ%2CgBAAA%3B%3BEiCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIjC%5C%2FON%2CgBAAA%3B%3BEiCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIjC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIiC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIjCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIiCuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIjCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEiCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIjCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIjCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEiCTA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIjCpL5B%2CqBAAA%3BIyBhOA%2CqBAAA%3B%3BEQgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR9LxB%3BIzBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyB2CA%2CWQkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkCxPQ%2COlCwPR%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQ0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIjCpMZ%2CqBAAA%3BIyBhOA%2CqBAAA%3B%3BEAMA%2CWQkPI%2CQA2KK%2CKR7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkCzPgB%2COlCyPhB%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CsBAAA%3BIyBqEA%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%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEGpGR%3BInCyFA%2CgCAAA%3B%3BEoC1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEpCdJ%2CQoCUQ%2CKAAK%2CMpCVZ%3BEACD%2CQoCSQ%2CKAAK%2CMpCTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQoCIQ%2CKAAK%2CMpCJZ%3BIACG%2CWAAA%3B%3BEoCGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BIrCwRN%2CYAAA%3BIqCtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BIrCgRP%2CgBAAA%3BIqC7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BErCsBJ%2CQoCUQ%2CKAAK%2CMCtCX%2CQAAK%2CQrC4BN%3BEACD%2CQoCSQ%2CKAAK%2CMCtCX%2CQAAK%2CQrC6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQoCIQ%2CKAAK%2CMCtCX%2CQAAK%2CQrCkCN%3BIACG%2CWAAA%3B%3BEqC3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BIrCsNP%2CiBAAA%3B%3BEoC1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BIrCoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BIqC%5C%2FLQ%2CmBAAA%3BIrC%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEsCjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BItCiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsC5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BItC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsCvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BItCuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqC1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BIrCyL9B%2CmBAAA%3B%3BEqCrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BIrCkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqC5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BIrC0KtB%2CmBAAA%3B%3BEoC1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BIrCqKP%2CmBAAA%3BIqCnKI%2CgBAAA%3BIACA%2C4BAAA%3BIrCkKJ%2CyBAAA%3B%3BEoCnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BIvC8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEuCjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BIxCiQJ%2CkBAAA%3B%3BEuC9PA%2CgBCMA%2CWAKI%2CEAAC%3BIxCmPL%2CeAAA%3B%3BEuC9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEC2FhB%2CYAAC%2CYACG%3BI1CiHR%2C6BAAA%3BI0C%5C%2FGY%2CiBAAA%3B%3BE9BjDZ%2CwBACI%3BIACI%2CgCAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BIZ0GJ%2CmBAAA%3B%3BEYtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEjB7IZ%2CMAAM%2CgBAAiB%3BIACnB%2CiBAAA%3B%3BEgD5EJ%2CWAAY%2CUAAS%2COAAO%3BIACxB%2CYAAA%3B%3BEC%2BGJ%2CEAAE%3B%3BIAEE%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEA%2CEAPF%2CoBAOG%3BIACG%2CSAAS%2CEAAT%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAbR%2CEAAE%2CoBAeE%2CKAAI%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BECvDR%2CgBAAiB%2CkBAAkB%2CSAAS%3BIACxC%2CaAAA%3BIACA%2CSAAA%3B%3BEAFJ%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBAGxC%3BIACI%2CQAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEANR%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBAQxC%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEAVR%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBAaxC%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEAfR%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBAaxC%2CWAGI%3BIACI%2CeAAA%3B%3BEAjBZ%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBAaxC%2CWAMI%3BIACI%2CeAAA%3B%3BEC6EI%2CoBAHZ%2CgBACI%2CQACK%2CQACI%3BIACG%2CaAAA%3B%3BEChFhB%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI%5C%2FCgMR%2CiBAAA%3B%3BE%2BCzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI%5C%2FCqLR%2CeAAA%3B%3BE%2BCzMA%2CqBAcI%2CQAUI%3BI%5C%2FCiLR%2CiBAAA%3BI%2BC%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI%5C%2FC0KR%2CeAAA%3B%3BE%2BCzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI%5C%2FCmKb%2CeAAA%3BI%2BCjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEnC2FJ%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%3BIb4HJ%2CmBAAA%3B%3BEaxHY%2CuBAJR%2COAGK%2CSACI%3BIbwHb%2CoBAAA%3B%3BEalHY%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%3BECyVZ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BId9RA%2CUAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIc8HL%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%3BId%5C%2FTZ%2CgBAAA%3BIciUgB%2CgBAAA%3B%3BEUsRhB%2CaVtSI%2COAaI%2CUACI%2COUwRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CaVtSI%2COAaI%2CUACI%2COUwRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEV1UR%2CaAmBI%2COAaI%2CUACI%2COUqLV%3BIxBpfF%2CeAAA%3BIwBwfI%2CqBAAA%3B%3BEA6HA%2CaVpUA%2COAaI%2CUACI%2COUoTX%2COAEI%3BEAAD%2CaVpUA%2COAaI%2CUACI%2COUqTX%2CSACI%3BIACG%2CaAAA%3B%3BEVxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIdhaA%2CUAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIciQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BIdjcL%2CUAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIckSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BEmCnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BExBpVR%2CSwBuVU%2CQAAO%2COxBvVhB%3BEAAD%2CiBwBwVkB%2CQAAO%2CKxBxVxB%3BIzB4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEuB1JA%3BIvB0JA%2CmBAAA%3BI8BtLA%2CWAAA%3BI9BsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIuBzTL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE2BvFR%2CqBACI%2CaACI%3BIlDqOR%2CgBAAA%3B%3BEkDvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BInDVJ%2CgBAAA%3B%3BEmDQA%2CYAMI%3BInDdJ%2C6BAAA%3BImDgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BIpDwRA%2CmBAAA%3BIAAA%2CmBAAA%3BI8BlLA%2CYAAA%3BI9BkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrOT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEoD3GZ%3BIrD2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIqDxKI%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BIrD4JL%2CYAAA%3BIqD1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIrDkJA%2CmBAAA%3BIqDhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIrD4IJ%2CiBAAA%3BIqD1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BIrDkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIqDrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIrDyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEqDjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BIvDsFJ%2CkBAAA%3B%3BEuDvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BE7C0JR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEChgBR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BE6ChBR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC0WJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%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%3BIzDjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIyDiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BIzDzLrB%2CyBAAA%3BIyD2LwB%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%3BIzD3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BIyDgNgB%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%3BIzD3Ob%2CcAAA%3BIyD6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BECrehB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BE3CmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEIuPR%2CYAEI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEwCjoBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECiJR%2CkBAAC%3BEAAD%2CuBAAC%3BIACG%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEC5HJ%3BIACI%2CgBAAA%3B%3BEADJ%2CaAEI%2CoBACI%3BIACI%2CmBAAA%3B%3BEAJZ%2CaAEI%2CoBACI%2C2BAGM%3BIACE%2CcAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3B%3BEAZhB%2CaAEI%2CoBACI%2C2BAGM%2CcAQE%2CGACM%3BIACE%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAlBxB%2CaAEI%2CoBACI%2C2BAGM%2CcAQE%2CGACM%2CKAIE%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CaAxBhB%2CoBACI%2C2BAGM%2CcAQE%2CGAYK%2CQACG%2CGAAE%2COACE%3BIACI%2CgBAAA%3B%3BEAaxB%2CWADJ%2CQACK%2COAEK%3BEADN%2CWAFJ%2CQAEK%2CWACK%3BIACE%2CSAAA%3B%3BEALhB%2CWACI%2CQAOI%3BIACI%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CyCAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEApBZ%2CWACI%2CQAOI%2CSAcK%2CQACK%3BIACE%2CSAAA%3B%3BEAKJ%2CWA5BZ%2CQAOI%2CSAoBI%2CEACK%3BEACG%2CWA7BhB%2CQAOI%2CSAoBI%2CEAES%3BIACD%2CyBAAA%3B%3BEAQI%2CWAtCpB%2CQAOI%2CSA2BI%2CGAAE%2COACE%2CEACI%2CSAEK%3BIACG%2CcAAA%3BIACA%2CiBAAA%3B%3BEvCiB5B%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%3BItBqE7B%2CcAAA%3BIsBnEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BItB4DZ%2CcAAA%3B%3BEsB1FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BItByDhB%2CiBAAA%3BIsBvDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BItBiDZ%2CiBAAA%3BIsB%5C%2FCgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEwCoKZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CaAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CaAAA%3B%3BE9CtTZ%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%3BIhBiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIgB7GI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIhBuGJ%2CqBAAA%3BIyB9QA%2CqBAAA%3B%3BETyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIhBiGL%2CcAAA%3BIgB%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BIhBuFL%2C%2BFAAA%3BIgBrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWSqGE%3BIzBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyBHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkCnPQ%2COlCmPR%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CsBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BIzB2PL%2CcAAA%3B%3BEgBvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSkBrLA%2COlBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BE%2BCivCR%2CqBACI%2CgBACI%2CiBACI%3BIACI%2CgBAAA%3B%3BEAJhB%2CqBASI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAXR%2CqBASI%2CaAII%3BIACI%2CaAAA%3B%3BEAdZ%2CqBASI%2CaAII%2CiBAGI%3BIACI%2CSAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAtBhB%2CqBASI%2CaAgBI%2CaACI%2CcAEI%3BEA5BhB%2CqBASI%2CaAgBI%2CaAEI%2CYACI%3BEA5BhB%2CqBASI%2CaAgBI%2CaACI%2CcAGI%3BEA7BhB%2CqBASI%2CaAgBI%2CaAEI%2CYAEI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAhCpB%2CqBASI%2CaAgBI%2CaACI%2CcAQI%3BEAlChB%2CqBASI%2CaAgBI%2CaAEI%2CYAOI%3BEAlChB%2CqBASI%2CaAgBI%2CaACI%2CcASI%3BEAnChB%2CqBASI%2CaAgBI%2CaAEI%2CYAQI%3BIACI%2CqBAAA%3BIACA%2COAAO%2CkBAAP%3B%3BEAWpB%2CkBAEI%2CcAEI%2COACI%2CGAEI%3BIACI%2CiBAAA%3B%3BEARpB%2CkBAiBI%2CoBACI%3B%3BIAEI%2CaAAA%3B%3BEApBZ%2CkBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CkBA8BI%2CSAAQ%2CKAAK%2CSACT%2CMAAK%2CMACD%2C0BACI%3BEAjChB%2CkBA8BI%2CSAAQ%2CKAAK%2CSACT%2CMAAK%2CMACD%2C0BAEI%3BIACI%2CcAAA%3B%3BEAapB%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%3BI%5C%2FDjzCZ%2CiBAAA%3BI%2BDmzCgB%2CiBAAA%3B%3BEAOhB%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3B%3BEAHJ%2CoBAII%3BIACI%2CgBAAA%3B%3BEALR%2CoBAOI%3BIACG%2CUAAA%3B%3BEARP%2CoBAUI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAGR%2CsBACI%2CaACI%3BIACI%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEARZ%2CsBACI%2CaACI%2CWAOI%3BIACI%2CgBAAA%3B%3BEAVhB%2CsBACI%2CaACI%2CWAOI%2CSAEI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEACA%2CsBAdhB%2CaACI%2CWAOI%2CSAEI%2CGAIK%3BIACG%2CgBAAA%3B%3BEAhBxB%2CsBACI%2CaACI%2CWAkBI%3BIACI%2CUAAA%3BIACA%2CqBAAA%3B%3BEAtBhB%2CsBA2BI%2CSACG%2CWACC%2CaACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAQA%2CsBAHZ%2CqBACI%2CyBACI%2CoBACK%2CaACG%3BIACI%2CaAAA%3B%3BEA1CxB%2CsBAqCI%2CqBAUI%2CmBACI%2CSACI%3BEAjDhB%2CsBAqCI%2CqBAUI%2CmBACI%2CSAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEACA%2CsBAlBhB%2CqBAUI%2CmBACI%2CSACI%2CUAMK%3BEAAD%2CsBAlBhB%2CqBAUI%2CmBACI%2CSAEI%2CUAKK%3BIACG%2CgBAAA%3B%3BEAxDxB%2CsBAqCI%2CqBAUI%2CmBACI%2CSACI%2CUASI%3BEA1DpB%2CsBAqCI%2CqBAUI%2CmBACI%2CSAEI%2CUAQI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEA5DxB%2CsBAqCI%2CqBAUI%2CmBACI%2CSAeI%3BIACI%2CYAAA%3B%3BEAhEpB%2CsBAqCI%2CqBAUI%2CmBACI%2CSAkBI%3BIACI%2CWAAA%3B%3BEAnEpB%2CsBAwEI%3BIACI%2CgBAAA%3B%3BEAzER%2CsBA2EI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEASR%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BE9C3iDR%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%3BEjBwIR%2CaiB5II%2CMjB4IH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CaiBjJI%2CMjBiJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CaiBtJI%2CMjBsJH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CaiB3JI%2CMjB2JH%3BIAvGD%2CcAAA%3B%3BEiBrEA%2CaAwBI%2CQAAO%3BIjB6CX%2CqBAAA%3BIgEzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIhEgDA%2CgBAAA%3BIiBlCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COQiCT%3BIzBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyBHA%2CaR2NI%2CQAAO%2COQ3NV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC3OU%2COlC2OV%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CaR8MA%2CQAAO%2COQ%5C%2FMV%2CMACI%3BIzB2PL%2CWAAA%3B%3BEyBrPI%2CaRwMA%2CQAAO%2COQzMV%2COACI%3BIzBqPL%2CcAAA%3B%3BEgE7CA%2Ca%5C%2FCAI%2CQAAO%2CO%2BCAV%3BEACD%2Ca%5C%2FCDI%2CQAAO%2CO%2BCCV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca%5C%2FCNI%2CQAAO%2CO%2BCMV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca%5C%2FCXI%2CQAAO%2CO%2BCWV%3BEACD%2Ca%5C%2FCZI%2CQAAO%2CO%2BCYV%3BEACD%2CQAAQ%2CUAAW%2Cc%5C%2FCbf%2CQAAO%3BI%2BCcP%2CoBAAA%3BIhE%2BBJ%2CYAAA%3B%3BEiB5BY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIjB4Bb%2CWAAA%3B%3BEiBrBA%3BIACI%2CaAAA%3B%3BEgDsHJ%2C%2BBACI%2CcACI%3BIACI%2CeAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEALZ%2C%2BBACI%2CcACI%2CWAII%2CkCACI%2CIAAG%2CuBAAuB%3BIACtB%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3B%3BEAXpB%2C%2BBACI%2CcACI%2CWAYI%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEApBhB%2C%2BBACI%2CcACI%2CWAYI%2CwBAOI%2C8BACI%3BIACI%2CeAAA%3B%3BEAvBxB%2C%2BBACI%2CcACI%2CWAYI%2CwBAOI%2C8BAII%3BIACI%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEA5BxB%2C%2BBACI%2CcACI%2CWAYI%2CwBAOI%2C8BAII%2CkBAII%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAnC5B%2C%2BBACI%2CcACI%2CWAYI%2CwBAOI%2C8BAiBI%3BIACI%2CgBAAA%3B%3BEAvCxB%2C%2BBACI%2CcACI%2CWAYI%2CwBAOI%2C8BAoBI%2CGAAE%3BIACE%2CgBAAA%3B%3BEAQxB%2CgBACI%2CcACI%2CWACI%2CuBACI%2CYACG%2CIAAG%3BIACF%2CaAAA%3B%3BEANpB%2CgBACI%2CcACI%2CWACI%2CuBAMI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEAZpB%2CgBACI%2CcACI%2CWACI%2CuBAMI%2CqBAII%3BIACI%2CaAAA%3B%3BEAdxB%2CgBACI%2CcACI%2CWACI%2CuBAcI%2CkBACI%3BIACI%2CaAAA%3BIACA%2CeAAA%3BIACA%2C8BAAA%3B%3BEArBxB%2CgBACI%2CcACI%2CWACI%2CuBAqBI%2CmBACI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3B%3BEA5BxB%2CgBACI%2CcACI%2CWACI%2CuBA4BI%2C8BACI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAnCxB%2CgBACI%2CcACI%2CWACI%2CuBA4BI%2C8BACI%2CSAII%3BIACI%2CcAAA%3B%3BEArC5B%2CgBA4CI%3BIACI%2CcAAA%3BIACA%2CaAAA%3B%3BEA9CR%2CgBAgDI%3BIACI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAlDR%2CgBAoDI%3BIACI%2CcAAA%3BIACA%2CaAAA%3B%3BE7C0BR%3BEACA%3BIACI%2CYAAA%3B%3BEAIJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BIpBnPR%2CyBAAA%3B%3BEoB8OA%2CYASI%2CQAAO%3BIACH%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIpB%5C%2FFR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoBkGT%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BI8CpgBA%2CqBAAA%3BIACA%2CkBAAA%3B%3BElEFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEoB8fJ%2CiB8CjgBA%3BIlEgPA%2CUAAA%3BIkE9OI%2CeAAA%3BIlE8OJ%2CqBAAA%3BIyBhOA%2CqBAAA%3B%3BELifA%2CiB8CjgBA%2CezCoOE%3BIzBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyB2CA%2CiByCtBA%2CezCsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC9NQ%2COlC8NR%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiByCnCJ%2CezCkCC%2CMACI%3BIzB6ML%2CcAAA%3B%3BEyBvMI%2CiByCzCJ%2CezCwCC%2COACI%3BIzBuML%2CcAAA%3B%3BEkEqEA%2CiBArTA%2CeAqTC%3BIlErED%2CqBAAA%3BIyBhOA%2CqBAAA%3B%3BEyCqSA%2CiBArTA%2CeAqTC%2COzCjFC%3BIzBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEyB2CA%2CiByCtBA%2CeAqTC%2COzC%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIzB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSkC%5C%2FNM%2COlC%2BNN%3BIAAA%2Ca0B7Re%2CY1B6Rf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIyBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiByCnCJ%2CeAqTC%2COzCnRA%2CMACI%3BIzB6ML%2CcAAA%3B%3BEyBvMI%2CiByCzCJ%2CeAqTC%2COzC7QA%2COACI%3BIzBuML%2CcAAA%3B%3BEoBiRA%2CiB8C1UA%3BIlEyDA%2CSAAA%3BIAAA%2CUAAA%3BIsC1KA%2CqBAAA%3BItC0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIkEhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIlE8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEoBiRA%2CiB8C1UA%2CGAsBI%3BIlEmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEkE3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIlE2BT%2CmBAAA%3BIkEzBY%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%3BIlEzSJ%2CsDAAA%3BIkE2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIlE%5C%2FSJ%2CsDAAA%3BIkEiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BIlE%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BEkEoRA%2CiBA7UA%2CGA6UC%3BIlEpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BEkEZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BE9CyRR%2CiBAgBI%2CGACI%3BIpBlSR%2CWAAA%3BIAAA%2CqBAAA%3BIoB6SY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEkBhcZ%2CiBlBkbI%2CGACI%2CEkBnbP%3BItCiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsC5IA%2CiBlB6aI%2CGACI%2CEkB9aP%3BItC4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsCvIA%2CiBlBwaI%2CGACI%2CEkBzaP%3BItCuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoBiRA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BI4CpXX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIhEgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BEgE7CA%2CiB5CwWI%2CQAAO%2CO4CxWV%3BEACD%2CiB5CuWI%2CQAAO%2CO4CvWV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB5CkWI%2CQAAO%2CO4ClWV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB5C6VI%2CQAAO%2CO4C7VV%3BEACD%2CiB5C4VI%2CQAAO%2CO4C5VV%3BEACD%2CQAAQ%2CUAAW%2CkB5C2Vf%2CQAAO%3BI4C1VP%2CoBAAA%3BIhE%2BBJ%2CYAAA%3B%3BEoBiRA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEKleR%2CiBLqeK%2COACG%2CQAAO%2COKted%3BIzBgKD%2CSkC%5C%2FNM%2COlC%2BNN%3B%3BEoBqUI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIpBzVjB%2CSAAA%3BIAAA%2CUAAA%3BIsC1KA%2CqBAAA%3BIlBqgBY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMkB7ff%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BElB0fA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BIpBxWpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEoBgXgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAIA%2COAhCf%2CMACK%2CUAAO%2CMAsBH%2CsBAQG%2CWACI%3BIACG%2CaAAA%3B%3BEAjCpB%2COAAC%2CMACK%2CUAAO%2CMAqCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BIpBtaA%2CmBAAA%3BIoBwaI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACG%2CYAThB%2CUACI%2CSACI%2CGAAE%2CSAOO%3BIACD%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BIpB3bjB%2CsDAAA%3B%3BEoB%2BbgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIpB%5C%2FbjB%2CsDAAA%3BIoBicoB%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%3BEAKhB%3BIACI%2CYAAA%3B%3BE%2BC3bY%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BInE9GJ%2CgBAAA%3B%3BIAAA%2C4CAAA%3BImEoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BEC9WR%2CyCAAC%2CqBAAsB%3BEACvB%2CyCAAC%2CqBAAsB%3BEACvB%2CyCAAC%2CqBAAsB%2CMAAK%3BEAC5B%2CyCAAC%2CqBAAsB%3BIACnB%2CeAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BExCoDR%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3BEyC2NR%2CMAFE%2COAAU%2CUAAO%2CMAElB%2CIAAI%2CKAAK%3BEAAV%2CMADE%2COAAU%2CoBACX%2CIAAI%2CKAAK%3BIACN%2CSAAS%2CEAAT%3BIACA%2CgBAAgB%2CuCAAhB%3BIACA%2C0BAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAVR%2CMAAM%2COAAU%2CUAAO%2CMAanB%3BEAZJ%2CMAAM%2COAAU%2CoBAYZ%3BEAbJ%2CMAAM%2COAAU%2CUAAO%2CMAcnB%2CEAAI%2COAAI%2CIAAI%3BEAbhB%2CMAAM%2COAAU%2CoBAaZ%2CEAAI%2COAAI%2CIAAI%3BIACR%2CWAAA%3B%3BEAfR%2CMAAM%2COAAU%2CUAAO%2CMAkBnB%2CGACI%3BEAlBR%2CMAAM%2COAAU%2CoBAiBZ%2CGACI%3BEAnBR%2CMAAM%2COAAU%2CUAAO%2CMAkBnB%2CGAEI%2CEAAC%3BEAnBT%2CMAAM%2COAAU%2CoBAiBZ%2CGAEI%2CEAAC%3BEApBT%2CMAAM%2COAAU%2CUAAO%2CMAkBnB%2CGAGQ%2CEAAC%3BEApBb%2CMAAM%2COAAU%2CoBAiBZ%2CGAGQ%2CEAAC%3BIACD%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CMA3BF%2COAAU%2CUAAO%2CMAkBnB%2CGASK%3BEAAD%2CMA1BF%2COAAU%2CoBAiBZ%2CGASK%3BIACG%2CSAAS%2CEAAT%3B%3BEAGJ%2CMA%5C%2FBF%2COAAU%2CUAAO%2CMAkBnB%2CGAaK%3BEAAD%2CMA9BF%2COAAU%2CoBAiBZ%2CGAaK%3BIACG%2CkBAAA%3B%3BEAhCZ%2CMAAM%2COAAU%2CUAAO%2CMAoCnB%2CGAAE%2CIAAI%2CUAAU%2CUAAU%3BEAnC9B%2CMAAM%2COAAU%2CoBAmCZ%2CGAAE%2CIAAI%2CUAAU%2CUAAU%3BEApC9B%2CMAAM%2COAAU%2CUAAO%2CMAqCf%2CGAAE%2CIAAI%2CUAAU%2CeAAe%3BEApCvC%2CMAAM%2COAAU%2CoBAoCR%2CGAAE%2CIAAI%2CUAAU%2CeAAe%3BIAC%5C%2FB%2CaAAA%3B%3B%3B%3B%3BEAQR%2CeAAgB%2CkBAAoB%3BIAChC%2CeAAA%3B%3BECjUJ%2CsBACI%2CeAAe%2CeACX%3BIACI%2COAAO%2CqBAAP%3B%3BEAHZ%2CsBACI%2CeAAe%2CeACX%2CcAGI%3BIACI%2CgBAAA%3B%3BEAGJ%2CsBARR%2CeAAe%2CeACX%2CcAOK%2CUAAU%3BIACP%2CoBAAA%3B%3BEAGJ%2CsBAZR%2CeAAe%2CeACX%2CcAWK%2CUAAU%3BIACP%2CeAAA%3B%3BEAMhB%2CaACI%2CeAAe%2CeAAe%2CcAC1B%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaALR%2CeAAe%2CeAAe%2CcAC1B%2CmBAIK%3BIACG%2CyBAAA%3B%3BECsEhB%2CoBACI%2CgBACE%2CeACC%2CUAAS%2CQACR%2CMACE%3BEALV%2CoBACI%2CgBACE%2CeACC%2CUAAS%2CQACR%2CMAEE%3BEANV%2CoBACI%2CgBACE%2CeACC%2CUAAS%2CQACR%2CMAGE%3BEAPV%2CoBACI%2CgBACE%2CeACC%2CUAAS%2CQACR%2CMAIE%3BIACE%2CYAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAZZ%2CoBACI%2CgBACE%2CeACC%2CUAAS%2CQACR%2CMAUE%3BIACE%2CaAAA%3B%3BECxCA%2CYAFR%2CYACM%2CMACG%3BIACG%2CiBAAA%3B%3BEAJhB%2CYACI%2CYACM%2CMAKE%2CUAAS%3BIACL%2CUAAA%3B%3BECwMhB%3BIACI%2CsBAAsB%2CiEAAtB%3B%3BEAEI%2CcADJ%2CKAAO%2CMACF%2CIAAI%3BIACD%2C4BAAA%3B%3BEAJZ%2CcAEI%2CKAAO%2CMAIF%3BIAAI%2CmBAAA%3B%3BEAIb%2CgBAAiB%2CQAAQ%3BIACrB%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIAAY%2CcAAA%3B%3BEADhB%2CWAGI%3BIACI%2CcAAA%3B%3BEAJR%2CWAGI%2CeAEI%3BIACI%2CUAAA%3B%3BEANZ%2CWAGI%2CeAEI%2CMAEK%2CMACI%3BEARjB%2CWAGI%2CeAEI%2CMAEK%2CMACU%3BIACH%2CYAAA%3BIACA%2CaAAA%3B%3BEAVpB%2CWAGI%2CeAaI%3BIACI%2CQAAA%3B%3BEACA%2CWAfR%2CeAaI%2COAEK%3BIACG%2CSAAA%3B%3BEAEJ%2CWAlBR%2CeAaI%2COAKK%3BIACG%2CUAAA%3B%3B%3BAjElVhB%2CgBAN4C%3BETiF5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3BE2ErER%2COAAO%2CMACH%2CQAAO%2COACH%2CKAAI%2CUAAU%2CKACV%2CgBAAe%2CUAAU%3BIACrB%2CkBAAA%3BIACA%2CwBAAA%3B%3BEALhB%2COAAO%2CMACH%2CQAAO%2COAQH%2CKAAI%2CUAAU%2CMACV%2CgBAAe%2CUAAU%3BIACrB%2CkBAAA%3BIACA%2CwBAAA%3B%3BEAZhB%2COAAO%2CMACH%2CQAAO%2COAeH%2CUAAS%3BIACL%2CUAAA%3B%3BEAjBZ%2COAAO%2CMACH%2CQAAO%2COAeH%2CUAAS%2CUAGL%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAtBhB%2COAAO%2CMACH%2CQAAO%2COAeH%2CUAAS%2CUASL%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA3BhB%2COAAO%2CMACH%2CQAAO%2COAeH%2CUAAS%2CUAcL%2CEAAC%3BIACG%2CgBAAA%3B%3B%3BAlEpChB%2CgBALwC%3BEf6JxC%3BIAEQ%2CgBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CsBAMI%2CcAAa%3BIACT%2CmBAAA%3B%3BEmDxFR%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BIAEA%2COAAO%2CgBAAP%3B%3BEALJ%2CgBAOI%3BIACI%2CeAAA%3B%3BECnDR%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBACxC%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAHR%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBAKxC%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEAPR%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBASxC%3BIACI%2CUAAA%3B%3BEKhCR%2CqBACI%2CaACI%3BIlDoNR%2CmBAAA%3BIAAA%2CYAAA%3BIkDjNY%2CSAAA%3B%3BEC2OZ%2CYACI%3BInD3BJ%2CmBAAA%3B%3BEmD8BQ%2CYAHJ%2CuBAGK%3BInD9BT%2CgBAAA%3BIAAA%2CQmDxQoC%2CiBnDwQpC%3BImDiCY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BEhCqWJ%2CYACI%3BIACI%2CiBAAA%3B%3BEAFR%2CYACI%2CMAGI%3BIACI%2CiBAAA%3B%3BEALZ%2CYACI%2CMAOI%3BIACI%2C0BAAA%3B%3BE2CjQZ%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%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CmBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%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%3BECwoDpB%2CWACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEAIR%2CqBACI%2COAAM%2CQAGF%2CUACI%2CSACI%3BIACI%2CgBAAA%3B%3BEAPpB%2CqBACI%2COAAM%2CQAGF%2CUACI%2CSACI%2CmBAGI%2CsBACI%2CWACI%2CiBAAgB%3BIACZ%2CgBAAA%3B%3BEAZhC%2CqBACI%2COAAM%2CQAmBF%3BIACI%2CkBAAA%3B%3BEArBZ%2CqBACI%2COAAM%2CQAmBF%2CkBAEI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEA1BhB%2CqBACI%2COAAM%2CQAmBF%2CkBAEI%2CSAMI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEA%5C%2FBpB%2CqBACI%2COAAM%2CQAmBF%2CkBAEI%2CSAYI%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEEtqDpB%2CgBACI%2CcACI%2CWACI%2CuBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAPpB%2CgBACI%2CcACI%2CWACI%2CuBAMM%3BIACE%2CmBAAA%3B%3BEAVpB%2CgBACI%2CcACI%2CWACI%2CuBASI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAlBpB%2CgBACI%2CcACI%2CWACI%2CuBAiBI%3BIACI%2CwBAAA%3B%3BEArBpB%2CgBACI%2CcACI%2CWACI%2CuBAiBI%2CqBAEI%2CeACI%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAzB1B%2CgBACI%2CcACI%2CWACI%2CuBAiBI%2CqBAEI%2CeAKI%3BIACI%2CmBAAA%3B%3BEA5B5B%2CgBACI%2CcACI%2CWACI%2CuBA6BI%2CkBACI%3BIACI%2CgBAAA%3B%3BEAlCxB%2CgBACI%2CcACI%2CWACI%2CuBA6BI%2CkBACI%2CMAGI%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEACA%2CgBAvCxB%2CcACI%2CWACI%2CuBA6BI%2CkBACI%2CMAGI%2CMAIK%3BIACG%2CeAAA%3B%3BEAzChC%2CgBACI%2CcACI%2CWACI%2CuBA6BI%2CkBACI%2CMAWI%3BIACI%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEA%5C%2FC5B%2CgBACI%2CcACI%2CWACI%2CuBA6BI%2CkBACI%2CMAgBI%3BIACI%2CkBAAA%3B%3BEAlD5B%2CgBACI%2CcACI%2CWACI%2CuBAmDI%3BIACI%2CeAAA%3B%3BEAvDpB%2CgBACI%2CcACI%2CWACI%2CuBAmDI%2CmBAEI%3BIACI%2CaAAA%3B%3BEAzDxB%2CgBACI%2CcACI%2CWACI%2CuBAyDI%2CIAAG%3BIACC%2CgBAAA%3B%3BEA7DpB%2CgBACI%2CcACI%2CWACI%2CuBA4DI%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAnEpB%2CgBACI%2CcACI%2CWACI%2CuBA4DI%2C8BAKI%3BIACI%2CgBAAgB%2CuCAAhB%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3B%3BEA%5C%2FExB%2CgBACI%2CcACI%2CWACI%2CuBA4DI%2C8BAkBI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAnFxB%2CgBACI%2CcACI%2CWACI%2CuBA4DI%2C8BAkBI%2CSAGI%3BIAII%2CoBAAA%3BIACA%2CgCAAA%3B%3BEAzF5B%2CgBACI%2CcACI%2CWACI%2CuBA4DI%2C8BAkBI%2CSAGI%2CaACI%3BIACI%2CeAAA%3B%3BEAtFhC%2CgBACI%2CcACI%2CWACI%2CuBA4DI%2C8BAkBI%2CSAUI%3BIACI%2CgBAAA%3B%3BEA5F5B%2CgBACI%2CcACI%2CWACI%2CuBA4DI%2C8BAkBI%2CSAUI%2CgBAEI%3BIACI%2CiBAAA%3B%3BEA9FhC%2CgBACI%2CcACI%2CWACI%2CuBAgGI%2CuBACI%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAvGxB%2CgBA8GC%3BIACO%2CeAAA%3BIACA%2CgBAAA%3B%3BEEpOR%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CmBAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBAXR%2CeAKI%2CcAMK%2CUAAU%3BIACP%2CcAAA%3B%3BEvCzRhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3BE6CqOR%2CgBACI%3BIACI%2CeAAA%3B%3BEAGR%2CWACI%2CeACI%3BIACI%2CQAAA%3B%3BEACA%2CWAHR%2CeACI%2COAEK%3BIACG%2CSAAA%3B%3BEAEJ%2CWANR%2CeACI%2COAKK%3BIACG%2CUAAA%3B%3B%3BAjEjWpB%2CgBAJ2C%3BEqC2CvC%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBACxC%3BIACI%2CUAAA%3B%3BEAFR%2CgBAAiB%2CkBAAkB%2CSAAS%2CuBAIxC%3BIACI%2CYAAA%3B%3BEkBgqDR%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%2CaACI%3BIACI%2CiBAAA%3B%3BEAHZ%2CsBAMI%2CSACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAVZ%2CsBAMI%2CSACI%2CWAII%3BIACC%2CgBAAA%3B%3BEAZb%2CsBAgBI%2CqBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEApBZ%2CsBAgBI%2CqBAMI%2CmBACI%2CSACI%3BIACI%2CYAAA%3B%3BEAzBpB%2CsBAgBI%2CqBAMI%2CmBACI%2CSAII%3BIACI%2CWAAA%3B%3BEA5BpB%2CsBAiCI%2CcACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAtCZ%2CsBAyCI%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAQZ%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%3B%3BEE7sCZ%2C%2BBACI%2CcACI%2CWACI%2CkCACI%2CIAAG%2CuBAAuB%3BIACtB%2CiBAAA%3B%3BEALpB%2C%2BBACI%2CcACI%2CWAMI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAVhB%2C%2BBACI%2CcACI%2CWAMI%2CwBAGI%2C8BACI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAfxB%2C%2BBACI%2CcACI%2CWAMI%2CwBAGI%2C8BAMI%3BIACI%2CmBAAA%3B%3BEAlBxB%2C%2BBACI%2CcACI%2CWAMI%2CwBAGI%2C8BASI%2CkBACI%3BIACI%2CiBAAA%3B%3BEAtB5B%2C%2BBACI%2CcACI%2CWAMI%2CwBAGI%2C8BAcI%2CGAAE%3BIACE%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEQxPxB%2CWACI%2CeACI%3BIACI%2CQAAA%3B%3BEACA%2CWAHR%2CeACI%2COAEK%3BIACG%2CUAAA%3B%3BEAEJ%2CWANR%2CeACI%2COAKK%3BIACG%2CWAAA%22%7D */