/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #1e1e1e;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 69.23076923000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #08c;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #08c;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #08c;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #08c;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 18px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 9px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #555555;
  line-height: 1.4;
  margin: 0 0 9px;
  padding: 9px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 18px 36px;
  padding: 0;
  color: #777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #777;
  line-height: 1.4;
  font-size: 0.9rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 9px;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #777;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #777;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #ddd;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #ddd;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #ddd;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 4.5px 9px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #ddd;
}
textarea::-webkit-input-placeholder {
  color: #ddd;
}
textarea:-ms-input-placeholder {
  color: #ddd;
}
input[type="checkbox"] {
  margin: 2px 4.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action-primary:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #777;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #08c;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #08c;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #08c;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 1;
  padding: 0 17px;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 4.5px 9px;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: right;
  display: inline-block;
  margin: 0 0 4.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0!important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.login-container .block .block-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.login-container .block .block-title strong {
  font-weight: 400;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 36px;
}
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #777;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #777;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #777;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #777;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #08c;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #08c;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #08c;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-right: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-right: 73%;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: right;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 27px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 27px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary.action span,
.modes-label,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary.action,
.action.tocompare,
.product-addto-links .action.tocompare,
.moved-add-to-links .action.tocompare,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.towishlist,
.product-addto-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #999;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary.action:hover,
.action.tocompare:hover,
.product-addto-links .action.tocompare:hover,
.moved-add-to-links .action.tocompare:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.moved-add-to-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.product-addto-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: block;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 27px;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  left: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\f804';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #444;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-left: 9px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  left: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\f804';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 18px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-left: 22.5px;
  padding-bottom: 4.5px;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 9px;
  border-right: 1px solid #eaeaea;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  float: left;
  font-size: 13px;
  line-height: 19px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: block;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-right: 9px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ": ";
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-right: -17px;
  margin-left: 4.5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  color: #08c;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .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,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 9px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 18px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 18px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-left: 9px;
  width: calc(100% - (23px + 9px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-left: 9px;
  width: calc(100% - (21px + 9px + 4.5px));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  left: -9px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  left: 9px;
  right: auto;
  top: 0%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #ddd;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 9px;
  color: #777;
  font-weight: 300;
  font-size: 2.2rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 14px 6px 0;
  text-align: left;
  color: #000;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #ccc;
  font-size: 1.8rem;
  padding-left: 9px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #ccc;
  font-size: 1.8rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 9px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  left: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #ccc;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  right: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 36px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  max-width: 100%;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #08c;
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 18px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 18px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: left;
}
.message.info {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #08c;
}
.message.info a:hover {
  color: #08c;
}
.message.info a:active {
  color: #08c;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #08c;
}
.message.error a:hover {
  color: #08c;
}
.message.error a:active {
  color: #08c;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #08c;
}
.message.warning a:hover {
  color: #08c;
}
.message.warning a:active {
  color: #08c;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #08c;
}
.message.notice a:hover {
  color: #08c;
}
.message.notice a:active {
  color: #08c;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #08c;
}
.message.success a:hover {
  color: #08c;
}
.message.success a:active {
  color: #08c;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  float: right;
  line-height: 60px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #08c;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #08c;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777;
  line-height: 1.4;
  border: 1px solid #999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 9px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Smartwave/porto_rtl_child/ar_KW/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 36px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 18px;
  padding: 0 0 9px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 18px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 1.4rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #ddd;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #ddd;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #ddd;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 9px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 9px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend span {
  margin-left: 4.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 9px;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  height: 32px;
  background: #fff url('../../frontend/Smartwave/porto_rtl_child/ar_KW/images/select-bg.svg') no-repeat 100% 48%;
  background-size: 30px 60px;
  padding-left: 25px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-left: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777;
  line-height: 1.4;
  border: 1px solid #999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #c1c1c1;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 18px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.5px;
  text-align: right;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'porto-icons';
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/icon-fonts/font/porto-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
  height: 38px;
  line-height: 22px;
  font-weight: 400;
}
button.action.switch {
  height: auto;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #08c;
  border-color: #08c;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action.primary:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 0 3px 3px 0;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #eee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #777;
  text-decoration: none;
}
.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 {
  color: #777;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  left: 9px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\f804';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #fff;
  border: 1px solid #ccc;
  color: #08c;
  display: inline-block;
  padding: 0 4.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #08c;
}
.pages a.page:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  text-decoration: none;
}
.pages a.page:active {
  color: #fff;
}
.pages strong.page {
  background: #08c;
  border: 1px solid #08c;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 0 4.5px;
}
.pages .action {
  background: #fff;
  border: 1px solid #ccc;
  color: #999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999;
}
.pages .action:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  text-decoration: none;
}
.pages .action:active {
  color: #fff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999;
}
.pages .action.next:active:before {
  color: #fff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #fff;
}
.pages .action.next:active:before {
  color: #fff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999;
}
.pages .action.previous:active:before {
  color: #fff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #fff;
}
.pages .action.previous:active:before {
  color: #fff;
}
.pages .page {
  width: 26px;
  border-radius: 3px;
}
.pages .action {
  border-radius: 3px;
  padding: 0 8px;
  width: 26px;
}
.pages .item:last-child {
  margin-left: 0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.sidebar .actions-toolbar .action.primary {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777;
  padding: 12px 0;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #777;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #777;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 12px 0;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  color: inherit;
  content: '\f80e';
  font-family: 'porto-icons';
  margin: 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  background-color: #171717;
  color: #fff;
}
.page-wrapper > .breadcrumbs .items {
  color: inherit;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 1140px;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #fff;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  left: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: popup-icon-font__color-active;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-right: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 13px;
  color: #08c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #5e5e5e;
}
.modal-custom .action-close {
  margin: 22.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 9px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -11.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #fff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.1rem;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #08c;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #08c;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #08c;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #777;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #777;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #eee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #777;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.amaffiliate-coupon-code .amaffiliate-wrapper {
  margin-bottom: 15px;
}
.amaffiliate-copy-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-left: 9px;
  width: 15px;
  height: 15px;
  box-shadow: none;
}
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active {
  background: none;
  border: none;
}
.amaffiliate-copy-button:hover {
  background: none;
  border: none;
}
.amaffiliate-copy-button.disabled,
.amaffiliate-copy-button[disabled],
fieldset[disabled] .amaffiliate-copy-button {
  pointer-events: none;
  opacity: 0.5;
}
.amaffiliate-copy-button,
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active,
.amaffiliate-copy-button:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzcuODY3IDQ3Ny44NjciPjxwYXRoIGQ9Ik0zNDEuMzMzIDg1LjMzM0g1MS4yYy0yOC4yNzcgMC01MS4yIDIyLjkyMy01MS4yIDUxLjJ2MjkwLjEzM2MwIDI4LjI3NyAyMi45MjMgNTEuMiA1MS4yIDUxLjJoMjkwLjEzM2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWMTM2LjUzM2MwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6TTM1OC40IDQyNi42NjdjMCA5LjQyNi03LjY0MSAxNy4wNjctMTcuMDY3IDE3LjA2N0g1MS4yYy05LjQyNiAwLTE3LjA2Ny03LjY0MS0xNy4wNjctMTcuMDY3VjEzNi41MzNjMC05LjQyNiA3LjY0MS0xNy4wNjcgMTcuMDY3LTE3LjA2N2gyOTAuMTMzYzkuNDI2IDAgMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjd2MjkwLjEzNHoiLz48cGF0aCBkPSJNNDI2LjY2NyAwaC0zMDcuMmMtMjguMjc3IDAtNTEuMiAyMi45MjMtNTEuMiA1MS4yIDAgOS40MjYgNy42NDEgMTcuMDY3IDE3LjA2NyAxNy4wNjdTMTAyLjQgNjAuNjI2IDEwMi40IDUxLjJzNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjdoMzA3LjJjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3YzMDcuMmMwIDkuNDI2LTcuNjQxIDE3LjA2Ny0xNy4wNjcgMTcuMDY3cy0xNy4wNjcgNy42NDEtMTcuMDY3IDE3LjA2NyA3LjY0MSAxNy4wNjcgMTcuMDY3IDE3LjA2N2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWNTEuMmMwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6Ii8+PC9zdmc+) no-repeat center;
}
.amaffiliate-copy-button:not(.primary) {
  box-shadow: none;
}
.amaffiliate-copy-button.-copied {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNjcuODA1IDM2Ny44MDUiPjxwYXRoIGQ9Ik0xODMuOTAzLjAwMWMxMDEuNTY2IDAgMTgzLjkwMiA4Mi4zMzYgMTgzLjkwMiAxODMuOTAycy04Mi4zMzYgMTgzLjkwMi0xODMuOTAyIDE4My45MDJTLjAwMSAyODUuNDY5LjAwMSAxODMuOTAzQy0uMjg4IDgyLjYyNSA4MS41NzkuMjkgMTgyLjg1Ni4wMDFoMS4wNDd6IiBmaWxsPSIjM2JiNTRhIi8+PHBhdGggZmlsbD0iI2Q0ZTFmNCIgZD0iTTI4NS43OCAxMzMuMjI1TDE1NS4xNjggMjYzLjgzN2wtNzMuMTQzLTcyLjYyIDI5Ljc4LTI5LjI1NyA0My4zNjMgNDIuODQxIDEwMC44MzMtMTAwLjgzM3oiLz48L3N2Zz4=) no-repeat center;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 27px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 4.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 4.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1100px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover {
  background: #015690;
  border: 1px solid #015690;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #fff;
  height: auto;
  padding: 5px 20px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all 0.3s ease;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty:hover {
  background: #3d69c0;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all 0.3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all 0.3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #fff !important;
  border: 2px solid #ccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all 0.2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amautocomplete-suggestions-container {
  padding-top: 0.4rem;
  position: absolute;
  z-index: 1;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  filter: drop-shadow(0 0 3px #00699d);
  list-style: none;
  padding: 0.1rem;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li {
  text-decoration: none;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin: 0;
  padding: 9px;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #c7c7c7;
  content: '\e60a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  flex-shrink: 0;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:last-child {
  border-bottom: none;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  background: #e8f6ff;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:active,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  box-shadow: 0 0 3px #00699d;
}
.amsl-separator {
  border: 1px solid #dbdbdb;
  display: none;
  margin: 0;
  position: relative;
}
.amsl-separator .amsl-icon {
  background: #fff;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #dbdbdb;
  display: block;
  font-size: 14px;
  height: 33px;
  left: 50%;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
}
.amsl-cart-page .-labeled-buttons > .amsl-title,
.amsl-registration-page .-labeled-buttons > .amsl-title,
.amsl-login-page .-labeled-buttons > .amsl-title {
  display: none;
}
.amsl-cart-page .-labeled-buttons .amsl-buttons,
.amsl-registration-page .-labeled-buttons .amsl-buttons,
.amsl-login-page .-labeled-buttons .amsl-buttons {
  justify-content: flex-start;
  width: 100%;
}
.amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
.amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
  margin: 0 0 15px;
}
.amsl-error {
  background: #f69b98;
  display: none;
  flex-basis: 100%;
  margin: 0 20px 20px;
  padding: 5px;
  text-align: left;
  word-break: break-word;
}
.amsl-error.-default {
  margin-bottom: 10px;
}
.amsl-error.-social {
  margin: 35px 20px 0;
}
.amsl-error.-info {
  background: none;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center;
}
.amsl-content {
  min-width: 300px;
}
.amsl-social-wrapper {
  display: flex;
  flex-direction: column;
}
.amsl-cart-page,
.amsl-login-page,
.amsl-registration-page {
  margin: 10px 0;
}
.amsl-cart-page .amsl-error,
.amsl-login-page .amsl-error,
.amsl-registration-page .amsl-error {
  margin: 0 0 10px;
}
.amsl-form .field input[type='checkbox'] {
  top: -1px;
}
.amsl-register-content .form.create.account,
.amsl-forgot-content .form.password.forget {
  max-width: 100%;
  min-width: inherit;
  width: 100%;
}
.amsl-popup-observed .modal-custom.authentication-dropdown,
.amsl-popup-observed .modal-popup.popup-authentication,
.amsl-popup-observed .modal-popup.authentication-dropdown,
.amsl-popup-observed .authentication-wrapper .dropdown-overlay {
  display: none !important;
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button {
  transition: all 0.2s ease;
  transition-duration: 0.2s;
  transition-property: ease;
  background-repeat: no-repeat;
  border: none;
  border-radius: 100px;
  display: block;
}
.amsl-button:hover {
  border: none;
}
.amsl-button .amsl-social-icon {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.amsl-button.-clear {
  background: none;
  border: none;
  box-shadow: none;
  color: initial;
  margin: 0;
  outline: none;
  padding: 0;
}
.amsl-button.-clear:hover,
.amsl-button.-clear:active {
  background: none;
  box-shadow: none;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.amsl-button.-google {
  background: #fff;
}
.amsl-button.-google .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMyI+PHBhdGggZD0iTS4xMDIgMTYuNTJDLS4yMDggOC4yNjUgNi45MTYuNjM1IDE1LjA1Ni41MzZjNC4xNS0uMzYgOC4xODYgMS4yNzYgMTEuMzI2IDMuOTQ0LTEuMjg4IDEuNDM4LTIuNTk5IDIuODU5LTMuOTk4IDQuMTktMi43NjUtMS43MDUtNi4wOTMtMy4wMDUtOS4zMjMtMS44NS01LjIxIDEuNTA1LTguMzY2IDcuNzUxLTYuNDM4IDEyLjkyNiAxLjU5NyA1LjQwNSA4LjA3MiA4LjM3IDEzLjE0NyA2LjEgMi42MjgtLjk1NSA0LjM2LTMuNDE2IDUuMTItNi4wNjEtMy4wMTEtLjA2MS02LjAyMy0uMDIzLTkuMDM1LS4xMDctLjAwOC0xLjgyLS4wMTUtMy42MzItLjAwOC01LjQ1IDUuMDIzLS4wMDggMTAuMDUzLS4wMjQgMTUuMDgzLjAyMi4zMDkgNC40NTctLjM0IDkuMjI3LTMuMTkzIDEyLjgwNC0zLjkwOSA1LjEwNy0xMS4xMyA2LjYwNS0xNy4wMDMgNC42MDJDNC41IDI5LjU3OC0uMDM0IDIzLjIwMi4xMDIgMTYuNTJ6IiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Ik0tOS43NjIgMzQuMzZWMi4zMzVsMjAuOTQgMTYuMDE0LTIwLjk0IDE2LjAxM3oiIGZpbGw9IiNGQkJDMDUiLz48cGF0aCBkPSJNLTkuNzYyIDIuMzM1bDIwLjk0IDE2LjAxMyA4LjYyMy03LjUxNEw0OS4zNjMgNi4wM3YtMTcuMjQ1SC05Ljc2MnYxMy41NXoiIGZpbGw9IiNFQTQzMzUiLz48cGF0aCBkPSJNLTkuNzYyIDM0LjM2TDI3LjE5IDYuMDNsOS43MzEgMS4yMzIgMTIuNDQxLTE4LjQ3N1Y0Ny45MUgtOS43NjJWMzQuMzZ6IiBmaWxsPSIjMzRBODUzIi8+PHBhdGggZD0iTTQ5LjM2MyA0Ny45MUwxMS4xNzggMTguMzQ4bC00LjkyNy0zLjY5Nkw0OS4zNjMgMi4zMzRWNDcuOTF6IiBmaWxsPSIjNDI4NUY0Ii8+PC9nPjwvc3ZnPg==);
}
.amsl-button.-twitter {
  background: #137ab9;
}
.amsl-button.-twitter .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyMSAyNi45ODJjMTIuMjY1IDAgMTguOTcyLTEwLjE4OCAxOC45NzItMTkuMDIxIDAtLjI5LS4wMDYtLjU3OC0uMDItLjg2NUExMy41NzggMTMuNTc4IDAgMCAwIDMzLjEgMy42MzVjLTEuMTk1LjUzMi0yLjQ4Ljg5LTMuODMgMS4wNTJBNi43MDUgNi43MDUgMCAwIDAgMzIuMjA0Ljk5YTEzLjM1IDEzLjM1IDAgMCAxLTQuMjM0IDEuNjIzQTYuNjUyIDYuNjUyIDAgMCAwIDIzLjEwMi41Yy0zLjY4MyAwLTYuNjY5IDIuOTk0LTYuNjY5IDYuNjg0IDAgLjUyNS4wNTkgMS4wMzUuMTczIDEuNTI1LTUuNTQyLS4yOC0xMC40NTYtMi45NC0xMy43NDQtNi45ODVhNi42OCA2LjY4IDAgMCAwLS45MDMgMy4zNiA2LjY4NSA2LjY4NSAwIDAgMCAyLjk2NyA1LjU2NSA2LjYwNiA2LjYwNiAwIDAgMS0zLjAyLS44MzZ2LjA4NWE2LjY4MyA2LjY4MyAwIDAgMCA1LjM0OSA2LjU1MyA2LjY1OCA2LjY1OCAwIDAgMS0zLjAxMi4xMTUgNi42NzcgNi42NzcgMCAwIDAgNi4yMyA0LjY0MyAxMy4zNTQgMTMuMzU0IDAgMCAxLTguMjgyIDIuODYyYy0uNTM4IDAtMS4wNy0uMDMtMS41OTEtLjA5M2ExOC44NCAxOC44NCAwIDAgMCAxMC4yMjEgMy4wMDMiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amsl-button.-facebook {
  background: #3c5a99;
}
.amsl-button.-facebook .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjM3IDM3LjI4VjIwLjY2OGg1LjU3NmwuODM1LTYuNDc0SDEyLjM3VjEwLjA2YzAtMS44NzUuNTItMy4xNTIgMy4yMDktMy4xNTJsMy40MjgtLjAwMnYtNS43OWMtLjU5My0uMDgtMi42MjgtLjI1Ni00Ljk5Ni0uMjU2LTQuOTQzIDAtOC4zMjcgMy4wMTctOC4zMjcgOC41NTh2NC43NzVILjA5NHY2LjQ3NWg1LjU5VjM3LjI4aDYuNjg2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
}
.amsl-button.-apple {
  background: #fff;
}
.amsl-button.-apple .amsl-social-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
}
.amsl-button.-linkedin {
  background: #0077b7;
}
.amsl-button.-linkedin .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguMDQ2IDMyLjg1MmMwIC42MzQtLjUwMyAxLjE0OC0xLjEyMiAxLjE0OEgyLjE0OWMtLjYyIDAtMS4xMjItLjUxNC0xLjEyMi0xLjE0OFYxMi4zNjVjMC0uNjM0LjUwMi0xLjE0OCAxLjEyMi0xLjE0OGg0Ljc3NWMuNjIgMCAxLjEyMi41MTQgMS4xMjIgMS4xNDh2MjAuNDg3ek00LjUzNiA5LjI4NkMyLjAzMSA5LjI4NiAwIDcuMjA3IDAgNC42NDMgMCAyLjA3OSAyLjAzMSAwIDQuNTM2IDBjMi41MDYgMCA0LjUzNyAyLjA3OSA0LjUzNyA0LjY0MyAwIDIuNTY0LTIuMDMxIDQuNjQzLTQuNTM3IDQuNjQzek0zMyAzMi45NDRjMCAuNTgzLS40NjIgMS4wNTYtMS4wMzEgMS4wNTZoLTUuMTI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2di05LjYxYzAtMS40MzMuNDExLTYuMjgtMy42Ni02LjI4LTMuMTU4IDAtMy43OTkgMy4zMTgtMy45MjcgNC44MDd2MTEuMDgzYzAgLjU4My0uNDYyIDEuMDU2LTEuMDMyIDEuMDU2SDEyLjI0Yy0uNTcgMC0xLjAzMi0uNDczLTEuMDMyLTEuMDU2VjEyLjI3MmMwLS41ODIuNDYyLTEuMDU1IDEuMDMyLTEuMDU1aDQuOTU1Yy41NyAwIDEuMDMyLjQ3MyAxLjAzMiAxLjA1NnYxLjc4N2MxLjE3LTEuNzk5IDIuOTExLTMuMTg3IDYuNjE2LTMuMTg3IDguMjA1IDAgOC4xNTggNy44NDUgOC4xNTggMTIuMTU2djkuOTE1eiIvPjwvc3ZnPg==);
}
.amsl-button.-instagram {
  background: linear-gradient(0deg, #e09b3d, #c74c4d, #c21975, #7024c4);
}
.amsl-button.-instagram .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMy4xNTNjNC42NzMgMCA1LjIyNi4wMTggNy4wNzIuMTAyIDEuNzA2LjA3OCAyLjYzMi4zNjMgMy4yNDkuNjAzLjc2LjI4IDEuNDQ4LjcyOCAyLjAxMiAxLjMwOWE1LjQyIDUuNDIgMCAwIDEgMS4zMSAyLjAxMmMuMjM5LjYxNy41MjQgMS41NDMuNjAyIDMuMjUuMDg0IDEuODQ1LjEwMiAyLjM5OC4xMDIgNy4wNzFzLS4wMTggNS4yMjYtLjEwMiA3LjA3MmMtLjA3OCAxLjcwNi0uMzYzIDIuNjMzLS42MDMgMy4yNWE1Ljc5NCA1Ljc5NCAwIDAgMS0zLjMyMSAzLjMyYy0uNjE3LjI0LTEuNTQzLjUyNS0zLjI1LjYwMy0xLjg0NS4wODQtMi4zOTguMTAyLTcuMDcxLjEwMnMtNS4yMjYtLjAxOC03LjA3Mi0uMTAyYy0xLjcwNi0uMDc4LTIuNjMyLS4zNjMtMy4yNS0uNjAyYTUuNDIzIDUuNDIzIDAgMCAxLTIuMDExLTEuMzEgNS40MjIgNS40MjIgMCAwIDEtMS4zMS0yLjAxMmMtLjI0LS42MTYtLjUyNC0xLjU0My0uNjAyLTMuMjUtLjA4NC0xLjg0NC0uMTAyLTIuMzk4LS4xMDItNy4wNyAwLTQuNjc0LjAxOC01LjIyNy4xMDItNy4wNzIuMDc4LTEuNzA3LjM2My0yLjYzMy42MDMtMy4yNS4yOC0uNzYuNzI4LTEuNDQ4IDEuMzA5LTIuMDEyYTUuNDIyIDUuNDIyIDAgMCAxIDIuMDEyLTEuMzFjLjYxNy0uMjM5IDEuNTQzLS41MjQgMy4yNS0uNjAyIDEuODQ1LS4wODQgMi4zOTgtLjEwMiA3LjA3MS0uMTAyek0xNy41IDBjLTQuNzUzIDAtNS4zNDkuMDItNy4yMTUuMTA1QzguNDIyLjE5IDcuMTUuNDg2IDYuMDM3LjkyYTguNTc4IDguNTc4IDAgMCAwLTMuMSAyLjAxOCA4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOSAzLjFDLjQ4NiA3LjE1LjE5IDguNDIyLjEwNiAxMC4yODUuMDIgMTIuMTUgMCAxMi43NDcgMCAxNy41cy4wMiA1LjM0OS4xMDYgNy4yMTVjLjA4NSAxLjg2My4zOCAzLjEzNS44MTMgNC4yNDhhOC41NzkgOC41NzkgMCAwIDAgMi4wMTkgMy4xIDguNTc4IDguNTc4IDAgMCAwIDMuMSAyLjAxOGMxLjExMi40MzMgMi4zODQuNzI5IDQuMjQ3LjgxNCAxLjg2Ny4wODUgMi40NjMuMTA1IDcuMjE1LjEwNSA0Ljc1MyAwIDUuMzQ5LS4wMiA3LjIxNS0uMTA1IDEuODYzLS4wODUgMy4xMzUtLjM4MSA0LjI0OC0uODE0YTguOTUgOC45NSAwIDAgMCA1LjExOC01LjExOGMuNDMzLTEuMTEzLjcyOS0yLjM4NS44MTQtNC4yNDguMDg1LTEuODY2LjEwNS0yLjQ2Mi4xMDUtNy4yMTVzLS4wMi01LjM0OS0uMTA1LTcuMjE1Yy0uMDg1LTEuODYzLS4zODEtMy4xMzUtLjgxNC00LjI0OGE4LjU3OCA4LjU3OCAwIDAgMC0yLjAxOC0zLjEgOC41NzkgOC41NzkgMCAwIDAtMy4xLTIuMDE5QzI3Ljg1LjQ4NiAyNi41NzguMTkgMjQuNzE1LjEwNiAyMi44NDkuMDIgMjIuMjUzIDAgMTcuNSAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNy41IDguNTEzYTguOTg2IDguOTg2IDAgMSAwIDAgMTcuOTczIDguOTg2IDguOTg2IDAgMCAwIDAtMTcuOTczem0wIDE0LjgyYTUuODMzIDUuODMzIDAgMSAxIDAtMTEuNjY2IDUuODMzIDUuODMzIDAgMCAxIDAgMTEuNjY2ek0yNi44NDEgMTAuMjU4YTIuMSAyLjEgMCAxIDAgMC00LjIgMi4xIDIuMSAwIDAgMCAwIDQuMnoiLz48L3N2Zz4=);
}
.amsl-button.-amazon {
  background: #fff;
}
.amsl-button.-amazon .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTM4Ljg2OCAzNC42ODVDMzQuMTYgMzguMTUxIDI3LjMzNSA0MCAyMS40NTggNDAgMTMuMjIgNDAgNS44MDIgMzYuOTU3LjE5IDMxLjg5NmMtLjQ0LS4zOTgtLjA0Ni0uOTQuNDgzLS42M0M2LjczIDM0Ljc4NCAxNC4yMTcgMzYuOSAyMS45NTMgMzYuOWM1LjIxNiAwIDEwLjk1NC0xLjA3OCAxNi4yMy0zLjMxNC43OTgtLjMzOCAxLjQ2NS41Mi42ODUgMS4wOTh6Ii8+PHBhdGggZmlsbD0iI0Y5MCIgZD0iTTQwLjgyNiAzMi40NWMtLjYtLjc2OS0zLjk3OS0uMzY0LTUuNDk1LS4xODQtLjQ2My4wNTYtLjUzMy0uMzQ1LS4xMTctLjYzNCAyLjY5MS0xLjg5MSA3LjEwNy0xLjM0NSA3LjYyMi0uNzExLjUxNS42MzctLjEzNCA1LjA1Ny0yLjY2MyA3LjE2Ny0uMzg4LjMyNC0uNzU4LjE1MS0uNTg1LS4yNzkuNTY4LTEuNDE1IDEuODQtNC41ODggMS4yMzgtNS4zNnoiLz48cGF0aCBmaWxsPSIjMjIxRjFGIiBkPSJNMjQuMzczIDE2LjQ0NVYxNS4zM2MtMy43NjMgMC03LjczOC43OTctNy43MzggNS4xODggMCAyLjIyNCAxLjE2NCAzLjczIDMuMTYzIDMuNzMgMS40NjQgMCAyLjc3NC0uODkgMy42MDEtMi4zNCAxLjAyNS0xLjc4Mi45NzQtMy40NTUuOTc0LTUuNDYyek0yOS42MiAyOWMtLjM0NC4zMDQtLjg0MS4zMjYtMS4yMy4xMjMtMS43MjctMS40Mi0yLjAzNC0yLjA4LTIuOTg2LTMuNDM0LTIuODU1IDIuODgzLTQuODc1IDMuNzQ1LTguNTggMy43NDUtNC4zNzcgMC03Ljc4OC0yLjY3My03Ljc4OC04LjAyNiAwLTQuMTggMi4yOTEtNy4wMjggNS41NDgtOC40MTkgMi44MjYtMS4yMzEgNi43NzItMS40NDkgOS43ODgtMS43ODl2LS42NjZjMC0xLjIyNS4wOTUtMi42NzQtLjYzLTMuNzMxLS42MzctLjk1LTEuODUyLTEuMzQtMi45Mi0xLjM0LTEuOTg0IDAtMy43NTYgMS4wMDYtNC4xODggMy4wOTMtLjA4OC40NjMtLjQzMi45Mi0uOS45NDJsLTUuMDUxLS41MzdjLS40MjUtLjA5NC0uODkzLS40MzQtLjc3Ni0xLjA3OUMxMS4wNzIgMS44MjYgMTYuNTk4IDAgMjEuNTQ4IDBjMi41MzIgMCA1Ljg0LjY2NiA3Ljg0IDIuNTY1IDIuNTMyIDIuMzQgMi4yOSA1LjQ2MiAyLjI5IDguODZ2OC4wMjdjMCAyLjQxMiAxLjAxIDMuNDcgMS45NjIgNC43NzQuMzM3LjQ2My40MSAxLjAyMS0uMDE0IDEuMzY5LTEuMDYyLjg3Ny0yLjk1IDIuNTA3LTMuOTkgMy40MkwyOS42MjEgMjkiLz48L3N2Zz4=);
}
.amsl-button.-paypal {
  background: #fff;
}
.amsl-button.-paypal .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzI1M0I4MCIgZD0iTTkuNDUzIDM2bC43MTMtNC4yNTEtMS41ODgtLjAzNUgzTDYuMjY3IDQuMzQzYS40MDkuNDA5IDAgMCAxIC4xNDctLjI0Ni40NDcuNDQ3IDAgMCAxIC4yOC0uMDk3TDE3IDNjNSAwIDguNDcxLTIuNjM3IDEwLTEgMC0uNS43OCAyLjExNyAxIDMgLjIzMi45MjcgMS44IDEuOTUzIDEuNTc0IDMuMzAzbC0uMDE2LjA5OXYuODY1bC43MTYuMzgxYy42MDQuMzAxIDEuMDgzLjY0NSAxLjQ1MSAxLjA0LjYxMy42NTYgMS4wMSAxLjQ5IDEuMTc3IDIuNDguMTczIDEuMDE3LjExNi4yMjgtLjE2NyAxLjU5OC0uMzI3IDEuNTc3LS44NTYgMi45NS0xLjU3IDQuMDc0YTguNTk3IDguNTk3IDAgMCAxLTIuNDg2IDIuNTZjLS45NDguNjMyLTIuMDc1IDEuMTEyLTMuMzQ4IDEuNDE5LTEuMjM1LjMwMi0yLjY0Mi40NTQtNC4xODUuNDU0aC0uOTk1Yy0uNzEgMC0xLjQwMi4yNC0xLjk0NC42NzItLjU0My40NC0uOTAzIDMuMDQyLTEuMDEzIDMuN2wtLjA3NS4zODItMS4yNiA3LjQ5My0uMDU2LjI3NWMtLjAxNS4wODctLjA0MS4xMy0uMDguMTZhLjIxOS4yMTkgMCAwIDEtLjEzLjA0NWgtNi4xNHoiLz48cGF0aCBmaWxsPSIjMTc5QkQ3IiBkPSJNMjkuNSA3Yy0uMDM2LjIyOS4xNzcuNjYzLjEzMS45MDQtMS41ODggOC4xMjUtNy4wMiAxMC45MzItMTMuOTYgMTAuOTMySDEyLjE0Yy0uODQ4IDAtMS41NjMuNjE1LTEuNjk2IDEuNDQ5TDguNjM1IDMxLjcxOGwtLjUxMyAzLjI0QS45MDIuOTAyIDAgMCAwIDkuMDE1IDM2aDYuMjY1Yy43NDIgMCAxLjM3My0uNTM3IDEuNDktMS4yNjdsLjA2MS0uMzE3IDEuMTgtNy40NjIuMDc2LS40MDlhMS41MDUgMS41MDUgMCAwIDEgMS40ODktMS4yN2guOTM3YzYuMDcgMCAxMC44MjMtMi40NTYgMTIuMjEyLTkuNTY0LjU4LTIuOTcuMjgtNS40NS0xLjI1Ni03LjE5M0MzMS4wMDUgNy45OTIgMzAuMTc0IDcuMzU2IDI5LjUgN3oiLz48cGF0aCBmaWxsPSIjMjIyRDY1IiBkPSJNMjguMDUzIDdjLS4yMjMtLjA3LTEuMjA1LS41NjQtMS40NDEtLjYyMmExMi4yMDQgMTIuMjA0IDAgMCAwLS43MzItLjE1QTE2LjYxMyAxNi42MTMgMCAwIDAgMjMuMDEzIDZoLTguNjg5Yy0uMjEzIDAtLjQxNy4wNTMtLjU5OS4xNDgtLjQuMjEtLjY5OC42MjMtLjc3IDEuMTI5TDExLjA1MyAyMGwtLjA1My4zNzJjLjEyMi0uODQuODMzLTEuNDMgMS42MTQtMS40M2gzLjI1M2M2LjAxIDAgMTEuNDU5LTIuMTIxIDEzLjI5OS05LjE4MWExNy4yMzIgMTcuMjMyIDAgMCAwIC4zMDMtMS4zODljLjA0NC0uMjQyLjA4LS40NzcuMTEzLS43MDhhNy40NTkgNy40NTkgMCAwIDAtMS4yMDEtLjU1MkE5Ljk4NSA5Ljk4NSAwIDAgMCAyOC4wNTMgN3oiLz48cGF0aCBmaWxsPSIjMjUzQjgwIiBkPSJNMTIuNzgzIDkuMzk3Yy4wNzUtLjQ3NC4zODQtLjg2Mi44LTEuMDU4LjE5LS4wODkuNC0uMTM4LjYyMi0uMTM4aDkuMDJjMS4wNjkgMCAyLjA2Ni4wNjggMi45NzcuMjEzYTEyLjEyMiAxMi4xMjIgMCAwIDEgMS44MTcuNDI2Yy40NDcuMTQ3Ljg2My4zMiAxLjI0Ny41MTkgMS4yMjItMy4yNTkuMjc5LTUuMDEyLTEuMjc4LTYuNzU5QzI2LjI3LjY3NiAyMi44OS4xIDE4LjkyOC4xSDcuNDE4Yy0uODEgMC0xLjUuNTgtMS42MjYgMS4zNjhMMSAzMS4zNzVhLjk3OC45NzggMCAwIDAgLjk3NSAxLjEyNWg2LjYyMmwyLjI2Ny0xMS4xNCAxLjkxOS0xMS45NjN6Ii8+PC9zdmc+);
}
.amsl-button.-twitch {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6441a5;
}
.amsl-button.-twitch .amsl-social-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwMCAxMDAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48bWV0YWRhdGE+IFN2ZyBWZWN0b3IgSWNvbnMgOiBodHRwOi8vd3d3Lm9ubGluZXdlYmZvbnRzLmNvbS9pY29uIDwvbWV0YWRhdGE+PGc+PHBhdGggZD0iTTExNSwxMEw0NSwxODV2NjY1aDIxMHYxNDBoMTQwbDE0MC0xNDBoMTc1bDI0NS0yNDVWMTBIMTE1eiBNODUwLDU3MEw3MTAsNzEwSDUwMEwzNjAsODUwVjcxMEgxODVWMTE1aDY2NVY1NzB6Ii8+PHBhdGggZD0iTTY0MCwyNTIuOGgxMDVWNTM1SDY0MFYyNTIuOHoiLz48cGF0aCBkPSJNMzk1LDI1Mi44aDEwNVY1MzVIMzk1VjI1Mi44eiIvPjwvZz48L3N2Zz4=);
  background-size: 50%;
  border: 1px solid #000;
  border-radius: 5px;
  filter: invert(1);
  height: 50%;
  width: 50%;
}
.amsl-button-wrapper .amsl-button:focus,
.amsl-button-wrapper .amsl-button:hover:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-button-wrapper.-rectangular .amsl-button,
.amsl-linked-wrapper.-rectangular .amsl-button {
  border-radius: 4px;
}
.amsl-button-wrapper.-rectangular .amsl-button.-twitch .amsl-social-icon {
  background-size: 100%;
  border: none;
}
.amsl-button-wrapper.-rectangular.with-label .amsl-button.-twitch .amsl-social-icon {
  background-size: 70%;
}
.amsl-button-wrapper.with-label.-rectangular {
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #f6f6f6;
  box-shadow: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
  box-shadow: none;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google {
  background: #3672ce;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google:hover {
  background: #5f8fd8;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal {
  background: #007eb3;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal:hover {
  background: #00a2e6;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon {
  background: #232f3e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon:hover {
  background: #35485f;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNDM4IDI1VjEzLjU5NmgzLjgzM2wuNTc0LTQuNDQ0SDguNDM4VjYuMzE1YzAtMS4yODcuMzU4LTIuMTY0IDIuMjA1LTIuMTY0SDEzVi4xNzRDMTIuNTkyLjEyMSAxMS4xOTQgMCA5LjU2NiAwIDYuMTcgMCAzLjg0MyAyLjA3MSAzLjg0MyA1Ljg3NXYzLjI3N0gwdjQuNDQ0aDMuODQzVjI1aDQuNTk1eiIgZmlsbD0iIzNDNUE5OSIvPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple:hover {
  background: #f2f2f7;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAjCAYAAABo4wHSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKGSURBVHgBvVddbtpAEJ5dm1SVIuq8EcWm7glK3/pWOEGSExAe+9T2BE1OUHqCuDcIJ4Ab1Jygq5IfHi1qpApsb2ccg4xrO1HszSeBl9ldvp31zM63DGqCgdjfb34CkF36fX096xWN1aEGHB5aJ5rGLokbgOFDTsrGVyZtt9v9KAJn1yqnZXMYVECr1bJ1fe9X1h4E/M18LkTRPA4VoOsvLrM2KcEpI6xESl5ugiZFKMKQXzw098mkmtbo5hD2HvKyEiljzE6aHkD0fbnk7x5DGM8t6jBNsysl73AOb9EPDyN0GobryRz/mfpxdzGIAtv3ddfzhEfjcSHH6LGN3QZj4GbnFJJSzuk6+5ZMzoGcYN8P9M5FEuOeiJ1BnKMFM6QcLpd/LjzEf6SW1Sayz6AA6LlYr1c98nr7Tk2z/VUVIYF2rtHYG1M7PpGOjqwzfJyDQlB0Y4ycbkk5Z+SlUsJ0OnHLsk6Kg6YeRJH8kk4njmF9DEohJ3d3s6u0hWPId0AhMJ1GWRtFrw0KwVjkQg6pAc+MSqXtMQhDZuSReqAQKGM6eaQClEJ+yFo45ugUlIJ1qYjskGoauKAYpBTvlUZCulrxK1APgw77DXFc2kzz9Tird1QBa6sTpwzncgTPBDwBDxJS7oDi1NkgDKWjUQNVxN9m89VLbHZBIajE3d7OPm5PJF3nQzKCUshYE29JhRAeHs4DUARS/jc3M4faWrpjsVgI3OYDbL6HGpEoh4Hv56jBDVCk/cRHXXXWwwvVjhDPvSri++0FQTQuIXZJTFMDi7SN3zQur0SS+j+dz3+LtLH0qogen+PW9JHAJiL8jHyfD0nRZ8eSomSM95MF0HLcINAGeVeNfzUoF3Ix/HhxAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-text {
  color: #1c1c1e;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-facebook .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-amazon .amsl-social-icon,
.amsl-button-wrapper.with-label.-rectangular .amsl-button.-paypal .amsl-social-icon {
  background-color: #fff;
  border-radius: 4px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
  background-size: 70%;
  height: 30px;
  margin: 0 10px;
  min-width: 30px;
  transform: none;
  width: 30px;
}
.amsl-button-wrapper.with-label.-rectangular .amsl-text {
  color: #fff;
  margin-right: 5px;
}
.amsl-showmore-wrapper {
  color: #006bb4;
  display: block;
  height: 1px;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.amsl-showmore-wrapper:before {
  background: #dbdbdb;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button {
  box-shadow: none;
  height: auto;
  width: auto;
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:focus {
  transform: translateY(-50%);
}
.amsl-social-login .amsl-showmore-wrapper > .amsl-showmore-button:hover {
  box-shadow: none;
}
.amsl-showmore-wrapper > .amsl-showmore-button {
  transition: all 0.3s ease-in-out;
  transition-duration: 0.3s;
  transition-property: ease-in-out;
  background: #f6f6f6;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 5px 15px;
  transform: translateY(-50%);
}
.amsl-showmore-wrapper > .amsl-showmore-button:focus {
  border: 1px solid;
}
.amsl-showmore-wrapper > .amsl-showmore-button:hover {
  background: #f6f6f6;
  opacity: 0.8;
}
.amsl-showmore-wrapper .amsl-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjNDg3OEJGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  background-position: center;
  display: inline-block;
  height: 7px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amsl-tabs-wrapper.-forgot {
  display: none;
}
.amsl-tablist {
  list-style: none;
  margin: 20px 20px 30px;
  padding: 0;
}
.amsl-tablist > li:only-child {
  pointer-events: none;
  user-select: none;
}
.amsl-tablist > li:only-child a {
  cursor: default;
}
.amsl-tablist .amsl-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.amsl-tablist .amsl-title:hover {
  background: #f0f0f0;
}
.amsl-tablist .amsl-title.active .amsl-link {
  border-bottom: 1px solid #006bb4;
  color: #006bb4;
}
.amsl-tablist .amsl-title .amsl-link {
  color: #757575;
  display: block;
  padding: 7px 20px;
}
.amsl-tablist .amsl-title .amsl-link:hover {
  text-decoration: none;
}
.amsl-login-content {
  flex-direction: row;
  width: 100%;
}
.amsl-login-content .form-login .field.password {
  margin-bottom: 0;
}
.amsl-login-content .field {
  margin-bottom: 15px;
}
.amsl-login-content .fieldset > .field > .label:not(.show-password) {
  display: none;
}
.amsl-login-content .primary,
.amsl-login-content .action.primary.login {
  width: 100%;
}
.amsl-login-content .secondary {
  margin-top: 5px;
  text-align: right;
}
.amsl-login-content .secondary .action.remind {
  color: #006bb4;
}
.amsl-register-content {
  width: 100%;
}
.amsl-register-content .label {
  color: #000;
}
.amsl-register-content .field {
  margin-bottom: 25px;
}
.amsl-register-content .fieldset {
  min-width: 100%;
}
.amsl-register-content .field.newsletter .label {
  color: #757575;
}
.amsl-register-content .fieldset.create.account .field:nth-of-type(1) {
  margin-bottom: 10px;
}
.amsl-register-content .fieldset.create.info .field-name-firstname,
.amsl-register-content .fieldset.create.info .field-name-lastname {
  display: block;
  width: 100%;
}
.amsl-register-content .fieldset.create.info .field-name-lastname {
  float: right;
}
.amsl-register-content .password-strength-meter,
.amsl-register-content .password-strength-meter:before,
.amsl-register-content .password-none .password-strength-meter:before {
  background-color: #fff;
}
.amsl-register-content .fiedset:after,
.amsl-register-content .legend,
.amsl-register-content .fieldset > .legend + br {
  display: none;
}
.amsl-register-content .amsl-form .fullname .fields {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-firstname,
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-lastname {
  flex-grow: 1;
}
.amsl-register-content .amsl-form .fullname .fields > .field.field-name-middlename {
  padding: 0;
  width: 100%;
}
.amsl-register-content .amsl-form .fullname .fields > .field-name-prefix,
.amsl-register-content .amsl-form .fullname .fields > .field-name-suffix {
  flex-basis: 100%;
}
.amsl-login-success {
  color: #407740;
  padding: 50px;
}
.amsl-popup-overlay {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.amsl-popup-block {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 10px auto auto;
  max-width: 95vw;
  min-width: 300px;
  position: relative;
}
.amsl-popup-block .amsl-social-login {
  min-height: 180px;
}
.amsl-popup-block .amsl-button-wrapper {
  margin: 0 10px 15px;
}
.amsl-popup-block .amsl-form {
  margin: 0 20px 65px;
  min-width: 250px;
}
.amsl-popup-block .block {
  margin-bottom: 0;
}
.amsl-popup-block .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amsl-popup-block .control.captcha-image .captcha-img {
  display: block;
  max-height: 50px;
}
.amsl-popup-block .amsl-dialog-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amsl-popup-block.-social-top .amsl-login-content {
  display: flex;
  flex-direction: column-reverse;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
  display: block;
  margin: 45px 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-form {
  margin-bottom: 20px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
  align-items: center;
  border-radius: 4px;
  justify-content: space-around;
  margin: 0 20px;
  min-height: inherit;
  padding: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title {
  display: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-title.-short {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  transform: none;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-buttons {
  margin: 20px 0;
  padding: 0;
  width: 60%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button-wrapper {
  margin: 5px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-button {
  height: 40px;
  width: 40px;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login .amsl-social-icon {
  transform: scale(0.6);
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error {
  margin: 5px 20px;
  order: 1;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-info {
  margin-bottom: 20px;
  margin-top: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-error.-social {
  margin: 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons {
  flex-direction: column;
  padding: 20px 0 0;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-error.-social {
  box-sizing: border-box;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-buttons {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button-wrapper {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 15px;
  width: 100%;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-button {
  width: auto;
}
.amsl-popup-block.-social-top .amsl-login-content .amsl-social-login.-labeled-buttons .amsl-social-icon {
  margin: auto 5px;
  transform: none;
}
.amsl-popup-block .actions-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.amsl-popup-block .actions-toolbar:before,
.amsl-popup-block .actions-toolbar:after {
  display: none;
}
.amsl-popup-block .actions-toolbar .action.primary {
  background: #006bb4;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 14px 45px;
}
.amsl-popup-block .actions-toolbar .action.primary:hover,
.amsl-popup-block .actions-toolbar .action.primary:hover:focus {
  background: #5891e6;
}
.amsl-popup-block .actions-toolbar .action.primary:focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
.amsl-popup-block .fieldset {
  margin-bottom: 25px;
}
.amsl-popup-block .fieldset:last-of-type {
  margin-bottom: 0;
}
.amsl-popup-block .fieldset > .field > .label,
.amsl-popup-block .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.amsl-popup-block .checkbox {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.amsl-popup-block .checkbox + .label {
  vertical-align: middle;
}
.amsl-popup-block .input-text {
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  color: #585858;
  height: 45px;
}
.amsl-popup-block .input-text::placeholder {
  color: #a1a1a1;
}
.amsl-popup-block .amsl-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) center / 15px no-repeat;
  border-radius: 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
  width: 30px;
}
.amsl-popup-block .amsl-close:hover,
.amsl-popup-block .amsl-close:active {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) center / 15px no-repeat;
}
.amsl-popup-block .amsl-close:focus {
  outline: 1px solid;
}
.amsl-popup-block .form-create-account .fieldset.create.account:after,
.amsl-popup-block .block-title,
.amsl-popup-block .field.note {
  display: none;
}
.amsl-popup-block.-social-top .amsl-showmore-wrapper {
  margin: 25px 0 7px;
}
.amsl-accounts {
  flex-direction: column;
}
.amsl-accounts,
.amsl-accounts .amsl-linked {
  display: flex;
  justify-content: space-between;
}
.amsl-accounts .amsl-accounts-block {
  margin-bottom: 20px;
  width: 100%;
}
.amsl-accounts .amsl-button {
  height: 45px;
  width: 45px;
}
.amsl-accounts .amsl-button.-amazon,
.amsl-accounts .amsl-button.-paypal {
  border: 1px solid #ececec;
}
.amsl-accounts .amsl-linked {
  align-items: center;
  background: #ececec;
  box-sizing: border-box;
  height: 45px;
  margin: 0 0 15px 23px;
  padding: 8px 8px 8px 0;
}
.amsl-accounts .amsl-linked:last-of-type {
  margin-bottom: 0;
}
.amsl-accounts .amsl-linked .amsl-button {
  position: absolute;
  transform: translateX(-50%);
}
.amsl-accounts .amsl-name {
  margin: 0 2px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amsl-accounts .amsl-social-icon {
  transform: scale(0.7);
}
.amsl-accounts .amsl-unlink {
  display: flex;
  align-items: center;
  background: #006bb4;
  border-radius: 4px;
  height: 100%;
  line-height: 1;
  padding: 1px 15px;
}
.amsl-accounts .amsl-unlink,
.amsl-accounts .amsl-unlink:hover,
.amsl-accounts .amsl-unlink:visited {
  color: #fff;
  text-decoration: none;
}
.amsl-accounts .amsl-unlink:hover {
  background: #5891e6;
}
.amsl-accounts .amsl-social-login {
  height: inherit;
}
.amsl-accounts .amsl-social-login .amsl-buttons {
  padding: 25px 15px;
}
.amsl-accounts .amsl-button-wrapper {
  margin: 7.5px 15px;
}
.amsl-accounts .amsl-accounts-block > .legend {
  box-sizing: border-box;
  width: 100%;
}
.amsl-social-login {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative;
  text-align: center;
}
.amsl-social-login .amsl-title {
  background: #dbdbdb;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  max-width: 300px;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.amsl-social-login .amsl-title.-short {
  display: none;
  width: inherit;
}
.amsl-social-login .amsl-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
  width: 100%;
}
.amsl-social-login .amsl-buttons.-flex-center {
  justify-content: center;
}
.amsl-social-login .amsl-button {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 65px;
  width: 65px;
}
.amsl-social-login .amsl-button:hover {
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.amsl-social-login .amsl-button:focus {
  box-shadow: none;
  transform: translateY(-1px);
}
.amsl-social-login .amsl-button.-google:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitter:hover {
  background: #1898e7;
}
.amsl-social-login .amsl-button.-facebook:hover {
  background: #4e71ba;
}
.amsl-social-login .amsl-button.-apple:hover {
  background: #fff;
}
.amsl-social-login .amsl-button.-linkedin:hover {
  background: #0098ea;
}
.amsl-social-login .amsl-button.-amazon:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-paypal:hover {
  background: #ffffff;
}
.amsl-social-login .amsl-button.-twitch:hover {
  background: #7e5bbe;
}
.amsl-socials-checkout {
  margin-bottom: 28px;
  margin-top: 38px;
}
.amsl-socials-checkout .amsl-social-login {
  border-radius: 0;
}
.amsl-socials-checkout .amsl-social-login .amsl-buttons {
  padding: 30px 15px 15px;
}
.amsl-socials-checkout .amsl-buttons > .amsl-button-wrapper {
  align-items: center;
  display: flex;
  height: calc(500px / 5 - ((15px * 2) / 5));
  justify-content: center;
  width: calc(500px / 5 - ((15px * 2) / 5));
}
.amsl-cart-page .amsl-social-login,
.amsl-login-page .amsl-social-login,
.amsl-registration-page .amsl-social-login {
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}
.amsl-cart-page .amsl-social-login .amsl-title,
.amsl-login-page .amsl-social-login .amsl-title,
.amsl-registration-page .amsl-social-login .amsl-title {
  background: none;
  color: #000;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  transform: none;
}
.amsl-cart-page .amsl-social-login .amsl-buttons,
.amsl-login-page .amsl-social-login .amsl-buttons,
.amsl-registration-page .amsl-social-login .amsl-buttons {
  margin: 0;
  padding: 0;
  width: inherit;
}
.amsl-cart-page .amsl-social-login .amsl-button-wrapper,
.amsl-login-page .amsl-social-login .amsl-button-wrapper,
.amsl-registration-page .amsl-social-login .amsl-button-wrapper {
  margin: 0 10px 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
  .block.filter button#ln_button_submit {
    display: none;
  }
  .block.filter.active button#ln_button_submit {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 999999;
    right: 15%;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 5px;
  border: 1px solid #fff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  border: 2px solid #01007F;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
.filter-options-item .layer-search-box {
  border-radius: 4px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductFinder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductfinder-horizontal li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.mpproductfinder-vertical li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.mpproductfinder-filter-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
}
.mpproductfinder-block {
  border-radius: 5px;
  background-color: #efefef;
}
.mpproductfinder-block ul {
  position: relative;
  padding: 10px 15px 15px 15px;
}
.mppf-find-btn.active {
  display: inline-block !important;
}
.mppf-find-btn {
  display: none !important;
}
.mppf-reset-btn.active {
  display: inline-block !important;
}
.mppf-reset-btn {
  display: none !important;
}
.dropdown-select-content {
  display: none;
}
.dropdown-select-content.active {
  display: block;
  z-index: 10;
}
.select-wrapper {
  position: relative;
  padding: 5px 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #cccccc;
}
.select-wrapper span {
  padding: 10px;
  color: #0f0c08;
}
.select-wrapper:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #7f7f7f transparent;
}
.dropdown-item input.hidden {
  display: none;
}
.dropdown-select-content {
  /* Size & position */
  left: 2%;
  position: absolute;
  width: 95%;
  margin-top: 5px;
  /* Styles */
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown-select-content .dropdown-item {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  transition: all 0.3s ease-out;
  float: left;
  border: 1px solid #cccccc;
  margin: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #eaeaea;
  cursor: pointer;
}
.dropdown-select-content .dropdown-item:hover {
  background-color: #d8d7d7;
}
/* Active state */
.select-wrapper.active {
  box-shadow: none;
  color: white;
}
.select-wrapper.active .categories {
  max-height: 400px;
}
.select-wrapper:focus {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.select-wrapper:focus:after {
  border-color: #82d1ff transparent;
}
.select-wrapper:focus .categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
.mpproductfinder-close-btn {
  background: url(../../frontend/Smartwave/porto/ar_KW/Mageplaza_ProductFinder/css/images/btn-close.png) no-repeat center;
  -moz-background-size: contain;
  font-size: 2rem;
  border: none;
  position: absolute;
  z-index: 10;
  width: 15px;
  height: 15px;
  right: 0;
  margin: 5px;
  cursor: pointer;
}
.mpproductfinder-select .chosen-container {
  width: 100% !important;
}
.mppf-filter-label {
  display: inline-grid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mppf-filter-label {
    width: 10%;
  }
}
.mppf-filter-label span {
  padding: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.mppf-option-label {
  padding: 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.search-autocomplete {
  display: none !important;
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  position: relative;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mps-product-details {
  width: 88%;
  display: flex;
  align-items: center;
}
.autocomplete-no-suggestion {
  width: 110px;
  padding: 20px 0 20px 30px;
  margin: auto;
  position: relative;
}
.autocomplete-selected {
  background: #f1f1f1;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  cursor: pointer;
}
.suggestion-right {
  width: 75%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
}
.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.product-des {
  font-size: 12px;
  position: relative;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-suggestions.two-columns .product-des p {
  white-space: nowrap;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0;
  border-bottom: none;
}
p.short-des {
  margin: 0;
  font-size: 0.9em;
  color: #757575;
  cursor: pointer;
}
.tooltip-short-des {
  display: none;
  position: absolute;
  background-color: #DEDEDF;
  padding: 10px;
  border-radius: 5px;
  z-index: 99999;
  width: 100%;
  left: 0;
}
p.short-des:hover + .tooltip-short-des {
  display: block;
}
.suggestion-right .product-sku {
  font-size: 14px;
}
.suggestion-right .product-sku span {
  color: #757575;
}
.suggestion-right .rating-result {
  margin-right: 5px;
}
.suggestion-right .reviews-actions .action {
  font-size: 12px;
}
.suggestion-right .product-reviews-summary {
  margin-bottom: 5px !important;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 4 !important;
    padding-left: 140px !important;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationUtimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln-show-less,
.ln-show-more {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
/* style rating slider */
.rating-slider-container {
  padding-left: 20px;
}
.rating-slider-container #ln_slider_rating {
  display: inline-block;
  height: 170px;
  width: 10px;
  margin-right: 10px;
  background: #ddd;
}
.rating-slider-container #ln_slider_rating .ui-slider-range {
  background-color: #aaa !important;
}
.rating-slider-container .rating-slider-items {
  display: inline-block;
  width: calc(100% - 30px) !important;
}
.rating-slider-container span.rating-star-off::before {
  color: #c7c7c7 !important;
}
.rating-slider-container a.lnultimate-rating-slider:hover {
  background: #fff !important;
}
.rating-slider-container .rating-summary .rating-result:before {
  content: '' !important;
}
/* end style rating slider */
@media only screen and (min-width: 768px) {
  .mp-stickey {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
  .mp-stickey .filter-options {
    max-height: calc(100vh - 25px);
    overflow-y: auto;
    border-radius: 4px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar {
    height: 40px;
    width: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .block-content-with-show-navigation {
    display: flex;
  }
  .block-content-with-show-navigation .block-content.filter-content {
    min-width: 86%;
  }
  div#layered-horizontal-container div.mp-show-navigation {
    display: none !important;
  }
  div.mp-show-navigation {
    position: absolute;
  }
  div.mp-show-navigation.active {
    position: unset;
  }
  .mp-show-navigation img {
    width: 20px;
    background-color: #ececee;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
  }
  #layered-horizontal-container .filter-options-content {
    min-width: 170px !important;
  }
  #layered-horizontal-container #ln_slider_container_price {
    width: calc(80%) !important;
    padding: 0 10px;
  }
  a.rating-summary {
    max-width: 97% !important;
  }
  #ln_slider_container_price {
    width: 90% !important;
    padding: 0 10px;
  }
}
.magepow-categories-grid,
.magepow-categories-list {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 100%;
  list-style-type: none;
  text-align: left;
}
.magepow-categories-grid {
  display: flex;
  flex-wrap: wrap;
}
.magepow-categories-heading {
  margin: 16px 0;
}
/* Grid layout */
.magepow-categories-grid li {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 35%;
  vertical-align: top;
}
.magepow-categories-grid .magepow-categories-category {
  display: block;
  margin: 16px;
}
.magepow-categories-grid .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-grid .magepow-categories-category-name {
  text-align: center;
  font-weight: 400;
  padding: 8px 36px 8px 15px;
  text-transform: uppercase;
}
/* List layout */
.magepow-categories-list li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  overflow: auto;
}
.magepow-categories-list .magepow-categories-category {
  display: block;
  overflow: auto;
  margin: 16px;
}
.magepow-categories-list .magepow-categories-category-image {
  float: left;
  width: 20%;
  /* These percentages must match 1/3 */
}
.magepow-categories-list .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-list .magepow-categories-category-name {
  margin: 0 0 16px 20%;
  /* These percentages must match 2/3 */
  padding: 0 0 0 32px;
}
.magepow-categories-list .magepow-categories-category-description {
  margin: 0 0 16px 20%;
  /* These percentages must match 3/3 */
  padding: 0 0 0 32px;
}
/* Media Queries */
@media only screen and (min-width: 320px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 540px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 720px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 768px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 800px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 960px) {
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1024px) {
  .magepow-categories-grid li {
    width: 35%;
  }
}
@media only screen and (min-width: 1280px) {
  .magepow-categories-grid li {
    width: 35%;
  }
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer,
.amcheckout-delivery-date .field.downloads .field.choice {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.empty-td {
  display: none;
  width: 0;
  padding: 0;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.minicart-weltpixel .mage-dropdown-dialog {
  display: block !important;
}
.minicart-weltpixel.minicart-wrapper .block-minicart {
  z-index: 1001;
}
.minicart-weltpixel.minicart-wrapper .action.close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.box-sized {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.page-wrapper #shopping-cart-table .minicart-old-price {
  display: none;
}
.header .quickcart-wrapper .block-quickcart {
  border-top: 0 none;
  visibility: hidden;
  border-bottom: 0 none;
  height: 100%;
  min-width: inherit;
  overflow: hidden;
  padding: 0;
  position: fixed !important;
  right: -500px !important;
  top: -4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .quickcart-content-wrapper {
  height: 100%;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
  min-height: 50px;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close {
  min-height: 30px;
  min-width: 54px;
  right: 0;
  margin: 0;
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close span {
  position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:hover span {
  color: #fff;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:before {
  content: '';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .no-items-position {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper {
  border: 0 none;
  height: calc(100% - 215px) !important;
  margin: 0;
  overflow-y: auto;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-moz-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
  padding-bottom: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-details {
  position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-details .action.delete {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
  max-width: 90%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-image-wrapper {
  margin-bottom: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .action.delete span {
  background: transparent;
  display: block;
  font-size: 16px;
  height: 15px;
  margin: 0;
  position: relative;
  padding: 0;
  top: 0;
  width: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty {
  float: left;
  margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty .spinner {
  display: none;
  width: 10px;
  height: 10px;
  background-color: transparent;
  margin: 4px 12px 4px 13px;
  float: left;
  border: 1px solid #000;
  border-radius: 50%;
  border-bottom: 0 none;
  border-top: 0 none;
  top: -2px;
  position: relative;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotateX(0deg);
  }
  50% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty {
  margin-bottom: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty .cart-item-qty {
  float: none;
  height: 28px;
  line-height: 28px;
  border: 1px solid #c2c2c2;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty label.label {
  line-height: 25px;
  float: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty button.update-cart-item {
  padding: 4px 12px;
  line-height: 16px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty.default-input-qty button.update-cart-item span {
  text-transform: initial;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container {
  float: right;
  margin-top: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper {
  display: flex;
  flex-direction: column;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax {
  display: flex;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-price.final-price .price {
  color: red;
  font-size: 13px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-old-price {
  font-size: 11px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column {
  flex-direction: column;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column .minicart-price.final-price .price {
  margin: 0 0 5px 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column .minicart-old-price .price {
  margin: 0;
  text-decoration: line-through;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.row .minicart-old-price {
  margin-left: 5px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.row .minicart-old-price .price {
  text-decoration: line-through;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span {
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-including-tax {
  width: 100%;
  display: table;
  text-align: right;
  line-height: 0.5;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax {
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
  font-size: 12px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price {
  font-size: 12px;
  margin: 0 0 10px 0;
  float: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options {
  margin: 0;
  min-height: 18px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
  float: left;
  margin: 0 5px 0 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
  line-height: 16px;
  float: left;
  padding: 0px;
  width: auto;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update {
  color: #000;
  font-size: 13px;
  float: left;
  padding: 0 8px 8px 8px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus {
  visibility: visible;
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus:after {
  content: '\e617';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus {
  visibility: visible;
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus:after {
  content: '\e608';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2 {
  padding: 0 5px 0;
  float: left;
  font-size: 13px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-minus {
  margin-left: 5px;
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-minus:after {
  content: '\2212';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-plus {
  font-family: 'luma-icons';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .qty-update-v2.item-plus:after {
  content: '\002B';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .cart-item-qty {
  color: #000;
  border: 0 none;
  float: left;
  height: auto;
  line-height: 14px;
  margin: 0;
  opacity: 1;
  padding: 0;
  text-align: center;
  font-size: 13px;
  width: auto;
  max-width: 35px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item button.update-cart-item {
  display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
  border-bottom: 1px solid #ccc;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container {
  margin-top: auto;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .items-total {
  display: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal {
  margin: 0;
  padding: 20px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label {
  float: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
  font-size: 16px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
  font-size: 16px;
  font-weight: 400;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount span.label {
  float: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount span.label span {
  font-size: 14px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount .price-container .price-wrapper {
  float: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .discount-amount .price-container span.price {
  font-size: 14px;
  font-weight: 400;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary {
  padding: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
  display: block;
  margin: 0 auto 10px;
  min-width: 200px;
  padding: 15px 0;
  width: 100%;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .minicart-widgets {
  padding: 0;
  margin: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-msg-wrapper {
  padding: 15px 20px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-msg-wrapper .custom-msg {
  font-weight: 400;
  text-transform: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .custom-cms-block-wrapper {
  max-height: 200px;
  overflow-y: auto;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper {
  padding-top: 20px;
  margin-top: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  padding: 0 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_left {
  text-align: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_center {
  text-align: center;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .quickcart-carosuel-title.align_right {
  text-align: right;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid {
  margin: 0px !important;
  padding: 0px !important;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .owl-stage-outer {
  padding-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item {
  width: 100% !important;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item .product-item-info:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  margin: 0;
  padding: 0;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .grid.products-grid .product-item .price-box {
  margin-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount {
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  position: relative;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .title {
  margin-bottom: 0px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content {
  margin-top: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount #quickcart-block-discount-heading:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 20px;
  font-size: 15px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount.active #quickcart-block-discount-heading:after {
  content: '\e621';
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon {
  display: table;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .mage-error {
  text-align: left;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field .primary,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar .primary {
  float: none;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .field #quickcart-coupon_code,
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .fieldset.coupon .actions-toolbar #quickcart-coupon_code {
  height: 34px;
}
.header .quickcart-wrapper.active .block-quickcart {
  right: 0 !important;
  flex-direction: column;
  display: flex;
  visibility: visible;
}
.wp-qcart-custom-msg {
  margin-left: 10px;
  text-transform: none;
}
.block-category-event {
  background: #f0f0f0;
  color: #777;
  padding: 9px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9px;
}
.block-category-event .block-title {
  margin: 0 0 9px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 36px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 36px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 18px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9px auto 4.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 22.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 9px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 27px 0 0;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 9px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 9px 4.5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 4.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 18px 0;
}
.swatch-opt-listing {
  margin-bottom: 9px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #08c;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 18px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #08c;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
._ammenu-menu-wrapper.-desktop {
  background: #f4f4f4;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
  width: calc(100%/10);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
  width: calc(100%/9);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
  width: calc(100%/8);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
  width: calc(100%/7);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
  width: calc(100%/6);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
  width: calc(100%/5);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
  width: calc(100%/4);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
  width: calc(100%/3);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
  width: calc(100%/2);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
  width: calc(100%/1);
}
._ammenu-menu-wrapper.-desktop .ammenu-main-container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1140px;
}
._ammenu-menu-wrapper.-desktop .ammenu-items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  background: #fff;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  position: relative;
  padding: 18px 10px;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  text-decoration: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-link.-main:hover + .ammenu-submenu-container {
  display: block;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
  left: 0;
  width: 100%;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  position: absolute;
  z-index: 999;
  overflow-y: auto;
  max-width: 100%;
  max-height: 70vh;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
  font-weight: 400;
  cursor: auto;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
  display: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-content) {
  padding: 40px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  padding: 25px;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
  box-sizing: border-box;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
  max-width: 250px;
}
.ammenu-item.-auto ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  top: 100%;
}
.ammenu-item.-full ._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  flex-wrap: wrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
  display: inline-block;
  padding-right: 35px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
  color: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
  background: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
  padding-bottom: 10px;
  white-space: nowrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  transition: all 0.1s ease-in;
  transition: 0.1s all ease-in;
  width: 30px;
  height: 10px;
  opacity: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
  opacity: 1;
  transform: translateX(10px / 2);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
  display: inline-block;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
  padding-bottom: 10px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
  transition: all 0.1s ease-in;
  transition: 0.1s all ease-in;
  position: absolute;
  top: -10px;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 10px 10px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
  white-space: normal;
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
  transform: rotate(45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
  transform: rotate(-45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
  transform: rotate(45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
  transform: rotate(-45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
  position: relative;
}
.ammenu-nav-sections .amreview-widget-container .amreview-title,
.ammenu-nav-sections .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-nav-sections .ammenu-product-list.slider .slick-slide,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .ammenu-product-list.slider .product-items,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.slider .product-items {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.ammenu-nav-sections .ammenu-product-list.slider .product-items:not(.slick-initialized),
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.slider .product-items:not(.slick-initialized) {
  opacity: 0;
}
.ammenu-nav-sections .ammenu-product-list.grid,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list.grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-nav-sections .ammenu-product-list .action.tocart .-nocolor,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .action.tocart .-nocolor {
  color: #fff !important;
}
.ammenu-nav-sections .ammenu-product-list .products-grid .product-item-info:hover *:not(.-nocolor):not(.swatch-option),
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .products-grid .product-item-info:hover *:not(.-nocolor):not(.swatch-option),
.ammenu-nav-sections .ammenu-product-list .products-grid .product-item-info.active *:not(.-nocolor):not(.swatch-option),
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .products-grid .product-item-info.active *:not(.-nocolor):not(.swatch-option) {
  color: #333 !important;
}
.ammenu-nav-sections .ammenu-product-list .action.towishlist,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .action.towishlist {
  cursor: pointer;
}
.ammenu-nav-sections .ammenu-product-list .product-item-actions,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .product-item-actions {
  margin-top: 10px;
}
.ammenu-nav-sections .ammenu-product-list .actions-secondary .action,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .actions-secondary .action {
  opacity: 0.7;
}
.ammenu-nav-sections .ammenu-product-list .actions-secondary .action:hover,
.ammenu-submenu-container.ammenu-submenu .ammenu-product-list .actions-secondary .action:hover {
  opacity: 1;
}
.ammenu-submenu-container.ammenu-submenu .block-products-list {
  padding-top: 20px;
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid {
  box-sizing: border-box;
  width: calc((120px + 10px * 2) * 5);
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid .product-items {
  margin: 0 -10px;
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid .product-item {
  margin: 0 10px;
  width: 120px;
}
.ammenu-submenu-container.ammenu-submenu.-auto .block.widget.grid .product-item:nth-child(2n+1) {
  margin: 0 10px;
}
.ammenu-menu-wrapper .ammenu-icon:after,
.ammenu-menu-wrapper .ammenu-icon.-small.-down:before,
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:before {
  background-color: #000;
  transform: rotate(45deg);
}
.ammenu-menu-wrapper .ammenu-icon:before,
.ammenu-menu-wrapper .ammenu-icon.-small.-down:after,
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-toggle .ammenu-icon:after,
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-link {
  background-color: #000;
  transform: rotate(-45deg);
}
.ammenu-menu-wrapper .ammenu-submenu.-collapsed + .ammenu-link {
  background-color: #000 !important;
}
.ammenu-toggle {
  position: absolute;
  top: 16px;
  right: 10px;
  display: flex;
  cursor: pointer;
}
.ammenu-toggle .ammenu-icon {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
.ammenu-toggle .ammenu-icon:before,
.ammenu-toggle .ammenu-icon:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #363636;
  content: '';
}
.ammenu-toggle .ammenu-icon:before {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.ammenu-toggle .ammenu-icon:after {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.ammenu-menu-toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.ammenu-menu-toggle:not(.-hamburger) {
  display: none;
}
.ammenu-menu-toggle.-hamburger.-porto ~ .logo {
  margin: 10px 0 10px 40px;
}
.ammenu-menu-toggle .ammenu-icon {
  position: relative;
  display: block;
  margin: 3px 0;
  min-width: 20px;
  width: 25px;
  border-bottom: 1px solid;
  border-radius: 1px;
  transition: all 0.1s ease;
}
.ammenu-menu-toggle .ammenu-icon:before,
.ammenu-menu-toggle .ammenu-icon:after {
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 12px;
  height: 2px;
  content: '';
  transition: all 0.3s ease;
}
.ammenu-menu-toggle.-active .ammenu-icon:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}
.ammenu-menu-toggle.-active .ammenu-icon:nth-of-type(2) {
  opacity: 0;
}
.ammenu-menu-toggle.-active .ammenu-icon:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 992px) {
  .ammenu-menu-toggle:not(.-hamburger) {
    display: flex;
  }
  .ammenu-icon.-small {
    opacity: 1;
    transform: rotate(90deg);
  }
}
.ammenu-submenu-container.-content,
.ammenu-submenu-content.-content {
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  padding: 0;
}
.ammenu-submenu-container.-content::-webkit-scrollbar,
.ammenu-submenu-content.-content::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-container.-content::-webkit-scrollbar-thumb,
.ammenu-submenu-content.-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #adadad;
  cursor: pointer;
}
.ammenu-submenu-container.-content::-webkit-scrollbar-track,
.ammenu-submenu-content.-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.ammenu-submenu-container.-content::-webkit-scrollbar,
.ammenu-submenu-content.-content::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
.ammenu-submenu-container.-content::-webkit-scrollbar-thumb,
.ammenu-submenu-content.-content::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
}
.ammenu-submenu-container.-content ::-webkit-scrollbar-track,
.ammenu-submenu-content.-content ::-webkit-scrollbar-track {
  width: 6px;
  height: 6px;
}
.ammenu-submenu-container.-content .ammenu-items-list,
.ammenu-submenu-content.-content .ammenu-items-list {
  display: flex;
  flex-wrap: wrap;
  display: inline-flex;
  box-sizing: border-box;
  padding: 0;
  font-size: 1.4rem;
}
.ammenu-submenu-container.-content .ammenu-items-list .ammenu-item,
.ammenu-submenu-content.-content .ammenu-items-list .ammenu-item {
  position: relative;
  line-height: 20px;
  cursor: pointer;
}
.ammenu-submenu-container.-content .ammenu-link,
.ammenu-submenu-content.-content .ammenu-link {
  position: relative;
  display: flex;
}
.ammenu-submenu-container.-content .ammenu-link .ammenu-text,
.ammenu-submenu-content.-content .ammenu-link .ammenu-text {
  overflow: hidden;
  max-width: 200px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-container.-content .ammenu-submenu-sidebar,
.ammenu-submenu-content.-content .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.ammenu-submenu-container.-content > .ammenu-submenu-block,
.ammenu-submenu-content.-content > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-container.-content .ammenu-submenu-block,
.ammenu-submenu-content.-content .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-container.-content .ammenu-submenu-block.-root,
.ammenu-submenu-content.-content .ammenu-submenu-block.-root {
  padding: 25px;
}
.ammenu-submenu-container.-content .ammenu-content-block,
.ammenu-submenu-content.-content .ammenu-content-block {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-submenu-container.-content .ammenu-product-list,
.ammenu-submenu-content.-content .ammenu-product-list,
.ammenu-submenu-container.-content .products-slider,
.ammenu-submenu-content.-content .products-slider {
  max-width: 100%;
  width: 100%;
}
.ammenu-submenu-block.-top {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-top.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-top > .ammenu-items-list {
  display: flex;
  width: 100%;
}
.ammenu-submenu-block.-top > .ammenu-items-list > .ammenu-item {
  margin: 0 15px 15px 0;
}
.ammenu-submenu-block.-top > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-left {
  height: 100%;
}
.ammenu-submenu-block.-left > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
  line-height: 1.3;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item:not(:last-child) {
  padding: 0 0 15px;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item.-label {
  margin-top: -8px;
}
.ammenu-submenu-block.-left > .ammenu-items-list .ammenu-label {
  position: relative;
  max-width: 100px;
  transform: translate(12px, 0);
}
.ammenu-submenu-block.-left > .ammenu-items-list + .ammenu-submenu-sidebar {
  position: relative;
  padding: 0 0 0 25px;
}
.ammenu-submenu-block.-left > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  position: absolute;
  display: inline-block;
  content: '';
  -ms-filter: contrast(0.3);
  -webkit-filter: contrast(0.3);
  filter: contrast(0.3);
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #e9ecf5;
}
.ammenu-submenu-block.-top > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):not(.-do) {
  position: relative;
  padding: 15px 0 0;
}
.ammenu-submenu-block.-top > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):not(.-do):after {
  position: absolute;
  display: inline-block;
  content: '';
  -ms-filter: contrast(0.1);
  -webkit-filter: contrast(0.1);
  filter: contrast(0.1);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e9ecf5;
}
.-ie .ammenu-submenu-block .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
.-ie .ammenu-submenu-container.-content .ammenu-submenu-sidebar,
.-ie .ammenu-submenu-content.-content .ammenu-submenu-sidebar {
  display: block;
}
.-ie .ammenu-submenu-block.-left:not(.-last):not(.-root):after {
  left: 0;
}
.ammenu-tabs-container {
  cursor: auto;
}
.ammenu-tabs-container > .ammenu-title {
  display: none;
}
.ammenu-menu-close-btn {
  display: none;
}
.ammenu-arrow {
  position: absolute;
  right: 10px;
  z-index: 2;
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  offset-path: none;
}
.ammenu-arrow:before,
.ammenu-arrow:after {
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  content: '';
  transition: none;
  transform-origin: 100% 50%;
}
.ammenu-menu-welcome {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  padding: 22px 30px;
  background: #1787e0;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
.ammenu-menu-welcome .ammenu-message.-welcome {
  margin: 0 10px / 2 0 0;
}
.ammenu-menu-welcome .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-welcome .ammenu-name {
  border-bottom: 1px dashed;
}
.ammenu-menu-welcome .ammenu-name:after {
  content: '!';
}
.ammenu-nav-sections {
  background: #fff;
}
.ammenu-nav-sections table img {
  max-width: inherit;
}
.ammenu-nav-sections [data-appearance="carousel"] {
  width: 100%;
  max-width: 100%;
  min-width: 200px;
}
.ammenu-nav-sections .ammenu-menu-header {
  display: block;
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c4c4c4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.ammenu-wrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.ammenu-main-container {
  margin-bottom: 60px;
  width: 100%;
}
.ammenu-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}
.ammenu-menu-wrapper {
  transition: all 0.1s ease-in;
  transition: 0.3s all ease-in;
}
.ammenu-menu-wrapper.-hide {
  opacity: 0;
}
.ammenu-menu-wrapper.-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.ammenu-menu-wrapper.-mobile  .ammenu-link.-main,
.ammenu-menu-wrapper.-desktop  .ammenu-link.-level1 {
  text-transform: uppercase;
  font-weight: 700;
}
.ammenu-menu-wrapper.-mobile  .ammenu-link.-level1,
.ammenu-menu-wrapper.-hamburger  .ammenu-link.-level1 {
  text-transform: uppercase;
  font-weight: 600;
}
.ammenu-link {
  display: flex;
  align-items: center;
}
.ammenu-link:hover {
  text-decoration: none;
}
.ammenu-link > .ammenu-wrapper {
  vertical-align: top;
}
.ammenu-content > .links {
  border-bottom: 1px solid #6d6d6d;
}
.ammenu-content > .links > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #6d6d6d;
  text-decoration: none;
  font-size: 1.6rem;
}
.header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.ammenu-submenu-container {
  box-sizing: border-box;
  background-position: center center;
  background-size: inherit;
  background-repeat: no-repeat;
}
.ammenu-submenu-container .ambrands-link {
  display: none;
}
.ammenu-submenu-container .ambrands-list-popup {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.-icons-mobile .ammenu-icon-block {
  display: none;
}
.ammenu-label {
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 3px;
  min-width: 42px;
  border-radius: 2px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 9px;
  line-height: normal;
}
.ammenu-item.-main > .ammenu-link > .ammenu-label {
  transform: translate(50%, 0);
}
.ammenu-icon-block {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 992px) {
  .header .logo {
    margin: 0 0 25px 40px;
  }
  .-icons-mobile .ammenu-icon-block {
    display: inline-block;
  }
  .-icons-desktop .ammenu-icon-block {
    display: none;
  }
  .ammenu-wrapper > .ammenu-item.-child {
    margin-left: 5px;
  }
}
.ammenu-menu-wrapper.-desktop {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container.-full {
  left: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper.-desktop {
    background: #f4f4f4;
    display: block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
    width: calc(100%/10);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
    width: calc(100%/9);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
    width: calc(100%/8);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
    width: calc(100%/7);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
    width: calc(100%/6);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
    width: calc(100%/5);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
    width: calc(100%/4);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
    width: calc(100%/3);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
    width: calc(100%/2);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
    width: calc(100%/1);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    box-sizing: border-box;
    margin: auto;
    max-width: 1140px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-items {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
    background: #fff;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
    position: relative;
    padding: 18px 10px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
    text-decoration: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-link.-main:hover + .ammenu-submenu-container {
    display: block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
    left: 0;
    width: 100%;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
    position: absolute;
    z-index: 999;
    overflow-y: auto;
    max-width: 100%;
    max-height: 70vh;
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
    font-weight: 400;
    cursor: auto;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-content) {
    padding: 40px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    padding: 25px;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
    box-sizing: border-box;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
    max-width: 250px;
  }
  .ammenu-item.-auto .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    top: 100%;
  }
  .ammenu-item.-full .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
    display: inline-block;
    padding-right: 35px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
    background: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    width: 30px;
    height: 10px;
    opacity: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
    opacity: 1;
    transform: translateX(10px / 2);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
    display: inline-block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    position: absolute;
    top: -10px;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
    white-space: normal;
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
    transform: rotate(45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
    transform: rotate(-45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
    position: relative;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-left) {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container > div {
    flex-basis: 100%;
    box-sizing: border-box;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    display: flex;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow {
    margin: 10px 0;
    width: 14px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow.-small:hover {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:before {
    right: 0;
  }
  .ammenu-nav-sections {
    display: block;
  }
}
.ammenu-nav-sections.nav-sections.-hamburger {
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
}
.ammenu-nav-sections.nav-sections.-hamburger .ammenu-title,
.ammenu-nav-sections.nav-sections.-hamburger .greet,
.ammenu-nav-sections.nav-sections.-hamburger .ammenu-menu-header.-settings,
.ammenu-nav-sections.nav-sections.-hamburger .header.links,
.ammenu-nav-sections.nav-sections.-hamburger .switcher,
.ammenu-nav-sections.nav-sections.-hamburger .customer-welcome {
  display: none;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher {
  box-sizing: border-box;
  padding: 30px 0 0;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-options {
  padding: 0 25px;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-label {
  padding: 0 25px 10px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger {
  padding: 0;
  font-size: 1.6rem;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger.active strong:after {
  top: 8px;
  transform: rotate(225deg);
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger strong {
  position: relative;
  display: block;
  width: 100%;
}
.ammenu-nav-sections.nav-sections.-hamburger .switcher .switcher-trigger strong:after {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  content: '';
  transform: rotate(45deg);
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container {
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  padding-bottom: 50px;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #adadad;
  cursor: pointer;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
}
.ammenu-nav-sections.nav-sections.-hamburger:not(.-drill) .ammenu-tabs-container ::-webkit-scrollbar-track {
  width: 6px;
  height: 6px;
}
.ammenu-nav-sections.nav-sections.-hamburger .pagebuilder-column {
  min-width: 120px;
  min-width: min-content;
}
.ammenu-nav-sections.nav-sections.-hamburger [data-content-type="html"],
.ammenu-nav-sections.nav-sections.-hamburger [data-content-type="video"] {
  min-width: 120px;
}
.ammenu-menu-wrapper.-hamburger .ammenu-submenu-block.-top > .ammenu-items-list .ammenu-label {
  top: -2px;
}
.ammenu-menu-wrapper.-hamburger .ammenu-link.-main {
  order: -1;
  text-transform: uppercase;
  font-weight: 600;
}
.ammenu-menu-wrapper.-hamburger .ammenu-link.-main > .ammenu-label {
  position: inherit;
  transform: translate(20%, -50%);
}
.ammenu-menu-wrapper.-hamburger.-accordion .ammenu-toggle {
  top: 15px;
}
.ammenu-submenu-content.-desktop {
  display: block;
}
.ammenu-submenu-content.-mobile {
  display: none;
}
@media (min-width: 993px) {
  .ammenu-menu-toggle.-hamburger {
    position: inherit;
    float: left;
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
  }
  .ammenu-menu-toggle.-hamburger.-porto {
    margin: 20px 0 0 0;
  }
  .ammenu-menu-toggle.-hamburger.-porto ~ .minicart-wrapper {
    top: 16px;
    margin: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top {
    background: #f4f4f4;
    clear: both;
    margin: 0 0 20px 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-10 {
    width: calc(100%/10);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-9 {
    width: calc(100%/9);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-8 {
    width: calc(100%/8);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-7 {
    width: calc(100%/7);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-6 {
    width: calc(100%/6);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-5 {
    width: calc(100%/5);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-4 {
    width: calc(100%/4);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-3 {
    width: calc(100%/3);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-2 {
    width: calc(100%/2);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-col-1 {
    width: calc(100%/1);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-main-container {
    box-sizing: border-box;
    margin: auto;
    max-width: 1140px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-items {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main:hover {
    background: #fff;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main > .ammenu-link {
    position: relative;
    padding: 18px 10px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-item.-main:hover > .ammenu-link {
    text-decoration: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-link.-main:hover + .ammenu-submenu-container {
    display: block;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu.-full {
    left: 0;
    width: 100%;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container {
    position: absolute;
    z-index: 999;
    overflow-y: auto;
    max-width: 100%;
    max-height: 70vh;
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
    font-weight: 400;
    cursor: auto;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-submenu-container:not(.-content) {
    padding: 40px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container > .ammenu-item.-child {
    padding: 25px;
    list-style: none;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-item {
    box-sizing: border-box;
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [class*='-col-']:not(.-col-1) {
    max-width: 250px;
  }
  .ammenu-item.-auto .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container {
    top: 100%;
  }
  .ammenu-item.-full .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container > .ammenu-item.-child {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link {
    display: inline-block;
    padding-right: 35px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1:hover:before,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
    background: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    width: 30px;
    height: 10px;
    opacity: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
    opacity: 1;
    transform: translateX(10px / 2);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:not(.-level1) {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
    display: inline-block;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    position: absolute;
    top: -10px;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
    white-space: normal;
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:before,
  .ammenu-link:hover .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:before {
    transform: rotate(45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:after,
  .ammenu-link:hover .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container:after {
    transform: rotate(-45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container,
  .ammenu-link:hover .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-categories-container .ammenu-wrapper {
    position: relative;
  }
  .ammenu-menu-wrapper.-hamburger-top .ammenu-items {
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow: visible;
    margin-bottom: 25px;
    max-width: 360px;
    width: 90%;
    height: 100vh;
    transition: all 0.3s ease;
  }
  .ammenu-nav-sections.nav-sections.-hamburger.-opened {
    left: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li {
    margin: 0;
    padding: 10px 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li > a {
    padding: 0;
    border-top: 0;
    color: inherit;
    font-weight: 600;
    font-size: 16px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li > a:hover {
    color: #1787e0;
    text-decoration: none;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-items {
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-item.-main {
    margin: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-item.-child {
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-link.-main {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-link.-main > .ammenu-wrapper {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container {
    overflow-y: auto;
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
    scrollbar-width: thin;
    height: 100%;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #adadad;
    cursor: pointer;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar {
    width: 6px;
    height: 12px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container ::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title.active {
    font-weight: 600;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title > .ammenu-link,
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title > .ammenu-link:hover,
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-title > .ammenu-link:visited {
    margin: auto;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-tabs-container > .ammenu-content {
    float: right;
    margin-left: -100%;
    width: 100%;
    height: calc(100% - 50px);
    background: #fff;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .links {
    padding: 0 30px;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-icon.-small {
    display: none;
    margin: 20px 10px;
    opacity: 1;
    transform: rotate(-90deg) translateX(-3px);
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-icon.-small:before,
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-icon.-small:after {
    width: 6px;
  }
  .ammenu-menu-wrapper.-hamburger {
    padding: 0 30px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item.-main {
    position: inherit;
    display: flex;
    padding: 10px 0;
    text-transform: capitalize;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item.-custom {
    display: none;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item > .ammenu-wrapper {
    padding: 0 10px 0 0;
    text-align: left;
    white-space: nowrap;
    font-size: 16px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-block.-left > .ammenu-items-list .ammenu-item:not(:last-child) {
    padding: 0 0 10px / 2;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-items-list > .ammenu-item .ammenu-link .ammenu-text,
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper > .ammenu-link .ammenu-wrapper {
    padding: 10px / 2;
    border: 1px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-items-list > .ammenu-item .ammenu-link .ammenu-text:hover,
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper > .ammenu-link .ammenu-wrapper:hover {
    border: 1px solid #1787e0;
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper a {
    display: inline-flex;
    text-align: left;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper a:hover {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-wrapper > .ammenu-item .ammenu-item {
    padding: 0 10px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-toggle {
    position: inherit;
    top: 0;
    bottom: 0;
    margin: 0;
    transform: rotate(-90deg);
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container {
    transition: all 0.1s ease-in;
    transition: 0.3s all ease-in;
    overflow-y: auto;
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
    scrollbar-width: thin;
    position: absolute;
    left: 100%;
    margin: 0;
    padding: 10px;
    min-width: 100%;
    max-width: 64vw;
    max-height: 70vh;
    width: max-content;
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.15);
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #adadad;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar {
    width: 6px;
    height: 12px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container ::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-categories-container {
    display: flex;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-categories-container .ammenu-item {
    flex-basis: 50%;
  }
}
@media (max-width: 992px) {
  .ammenu-menu-wrapper.-hamburger-top {
    display: none;
  }
  .ammenu-nav-sections.nav-sections.-hamburger {
    overflow-x: hidden;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .header.links li > a {
    border: none;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .ammenu-menu-header.-settings,
  .ammenu-nav-sections.nav-sections.-hamburger .switcher,
  .ammenu-nav-sections.nav-sections.-hamburger .header.links,
  .ammenu-nav-sections.nav-sections.-hamburger .customer-welcome {
    display: block;
  }
  .ammenu-nav-sections.nav-sections.-hamburger .customer-welcome .links {
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger {
    padding: 0 15px;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item {
    display: flex;
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-item .ammenu-link {
    order: 1;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-submenu-container {
    order: 2;
    width: 100%;
  }
  .ammenu-menu-wrapper.-hamburger .ammenu-categories-container {
    padding: 0;
  }
  .ammenu-menu-wrapper.-hamburger.-accordion .ammenu-item .ammenu-link {
    flex-basis: 100%;
  }
  .ammenu-menu-wrapper.-hamburger.-accordion .ammenu-link.-main {
    padding: 15px 0;
  }
  .ammenu-menu-wrapper.-hamburger.-accordion .ammenu-submenu-container {
    padding: 15px 10px;
  }
  .ammenu-submenu-content.-desktop {
    display: none;
  }
  .ammenu-submenu-content.-mobile {
    display: block;
  }
}
.ammenu-menu-wrapper.-mobile {
  display: none;
}
.ammenu-nav-sections:not(.-hamburger) .ammenu-title {
  display: none;
}
.ammenu-nav-sections:not(.-hamburger) .ammenu-content:not(:nth-child(2)) {
  display: none;
}
@media (max-width: 992px) {
  .ammenu-menu-wrapper.-mobile {
    display: block;
  }
  .ammenu-menu-toggle {
    padding: 0 20px;
  }
  .ammenu-item {
    position: relative;
  }
  .ammenu-item.-main:not(:last-child) {
    border-bottom: 1px solid #c4c4c4;
  }
  .ammenu-item > .ammenu-wrapper {
    padding: 10px 0 10px 10px;
  }
  .ammenu-nav-sections.nav-sections {
    transition: all 0.3s ease-in;
    transition: 0.3s all ease-in;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow: auto;
    margin-bottom: 25px;
    max-width: 300px;
    width: 100%;
    height: 100vh;
  }
  .ammenu-nav-sections.-drill .ammenu-tabs-container > .ammenu-content {
    overflow: auto;
  }
  .ammenu-nav-sections.-opened {
    left: 0;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-title {
    display: flex;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-title .ammenu-link {
    justify-content: center;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-content:not(:nth-child(2)) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ammenu-nav-sections:not(.-drill) .-hamburger .ammenu-item {
    flex-direction: column;
  }
  .ammenu-nav-sections .header.links li {
    margin: 0;
    padding: 10px 0;
  }
  .ammenu-nav-sections .header.links li > a {
    padding: 0;
    border-top: 0;
    color: inherit;
    font-weight: 600;
    font-size: 16px;
  }
  .ammenu-nav-sections .header.links li > a:hover {
    color: #1787e0;
    text-decoration: none;
  }
  .ammenu-nav-sections .ammenu-link.-main {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
  }
  .ammenu-nav-sections .ammenu-items {
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections .ammenu-item.-main {
    margin: 0;
  }
  .ammenu-nav-sections .ammenu-item.-child {
    padding: 0;
  }
  .ammenu-nav-sections .ammenu-item.-child:not([class*='-col-']) {
    display: none;
  }
  .ammenu-nav-sections .ammenu-tabs-container {
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    padding-bottom: 50px;
    height: 100%;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title.active {
    font-weight: 600;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link:hover,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link:visited {
    margin: auto;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    float: right;
    margin-left: -100%;
    width: 100%;
    height: calc(100% - 50px);
    background: #fff;
  }
  .ammenu-nav-sections .header.links {
    width: 100%;
    border-bottom: 1px solid #6d6d6d;
  }
  .ammenu-nav-sections .header.links a:hover {
    padding: 0;
    font-weight: 600;
  }
  .ammenu-nav-sections .ammenu-content {
    margin-top: 50px;
  }
  .ammenu-nav-sections .ammenu-content > .links a:hover {
    padding: 0;
  }
  .ammenu-nav-sections .ammenu-content > .links li {
    padding: 10px 20px;
  }
  .ammenu-nav-sections .ammenu-title {
    display: flex;
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    height: 50px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
  }
  .ammenu-nav-sections .ammenu-categories {
    box-sizing: border-box;
    padding: 0 0 15px 25px;
  }
  .ammenu-link {
    flex-grow: 1;
  }
  .ammenu-link.-main {
    padding: 16px 55px 16px 25px;
  }
  .ammenu-link.-level1 + .-child {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .ammenu-menu-wrapper:not(.-icons-mobile):not(.-icons-desktopAndMobile) .ammenu-link.-main:before {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 10px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 12px;
    content: '';
    vertical-align: top;
  }
  .ammenu-nav-sections.nav-sections .header.links {
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections .header.links li {
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections .header.links li > a {
    display: block;
    padding: 15px 25px;
    border-top: none;
    color: inherit;
    font-weight: 600;
  }
  .ammenu-nav-sections.nav-sections .header.links li > a:hover {
    color: inherit;
    font-weight: 600;
  }
  .ammenu-nav-sections.nav-sections .header.links li.greet.welcome {
    padding: 16px 25px 16px 25px;
    border-top: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .ammenu-nav-sections.nav-sections .switcher {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 0;
    font-size: 1.6rem;
  }
  .ammenu-nav-sections.nav-sections .switcher:last-child {
    padding-bottom: 50px;
    border-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-label {
    display: block;
    margin: 0;
    padding: 16px 25px 16px 25px;
    border-bottom: 1px solid #c4c4c4;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-trigger strong {
    position: relative;
    display: block;
    width: 100%;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-trigger strong:after {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    content: '';
    transform: rotate(45deg);
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-trigger.active strong:after {
    top: 8px;
    transform: rotate(225deg);
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-dropdown {
    position: initial;
    display: none;
    margin: 0;
    padding: 0;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-option {
    margin: 0;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-option a {
    display: block;
    padding: 16px 25px 16px 25px;
    color: inherit;
    font-weight: 400;
    font-size: 14px;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-options {
    padding: 15px 25px;
  }
  .ammenu-nav-sections.nav-sections .switcher .switcher-options.active .switcher-dropdown {
    display: block;
  }
}
@media (max-width: 768px) {
  .ammenu-menu-toggle {
    margin: 2px 0;
    padding: 20px;
    height: auto;
  }
}
.ammenu-nav-sections.-accordion .ammenu-menu-header {
  margin: 10px 0 0;
  padding: 0 25px 10px;
}
.ammenu-nav-sections.-accordion .ammenu-menu-wrapper {
  padding: 0;
}
.ammenu-nav-sections.-accordion .ammenu-categories {
  padding: 0;
}
.ammenu-nav-sections.-accordion .ammenu-categories > .ammenu-item > .ammenu-wrapper {
  margin: 0 0 0 35px;
}
.ammenu-nav-sections.-accordion .ammenu-item.-child {
  margin: 0;
}
.ammenu-nav-sections.-accordion .ammenu-item > .ammenu-wrapper {
  width: auto;
}
.ammenu-nav-sections.-accordion .ammenu-link.-level1 + .-child {
  padding: 0;
}
.ammenu-nav-sections.-accordion .ammenu-link.-level1 + .-child > .ammenu-wrapper {
  margin: 0;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 10px;
  z-index: 9;
  box-sizing: border-box;
  padding: 15px;
  min-width: 20px;
  width: 20px;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small:before,
.ammenu-nav-sections.-accordion .ammenu-icon.-small:after {
  width: 8px;
  height: 2px;
}
.ammenu-nav-sections.-accordion .ammenu-icon.-small.-down {
  transform: rotate(-90deg);
}
.ammenu-nav-sections.-accordion .ammenu-toggle {
  top: 0;
  right: 0;
  padding: 17px 15px;
}
.ammenu-nav-sections.-accordion .ammenu-link.-level3 {
  font-weight: 400;
}
@media (max-width: 992px) {
  .ammenu-drill-btn {
    display: none;
    padding: 12px 20px;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #1787e0;
    box-shadow: none;
    color: #fff;
    text-align: left;
    font-weight: 400;
    transform: translateX(150%);
  }
  .ammenu-drill-btn:not(.primary) {
    box-shadow: none;
  }
  .ammenu-drill-btn:not(.primary):hover,
  .ammenu-drill-btn:not(.primary):focus,
  .ammenu-drill-btn:not(.primary):active {
    border: 0;
    background: #1787e0;
    box-shadow: none;
    color: inherit;
  }
  .ammenu-drill-btn:before {
    display: inline-block;
    margin: 0 15px 0 5px;
    width: 12px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuODkzMjYgOS40NjI0NkwwLjU2MjkxNiA1LjUyOTJDMC4yOTcxODQgNS4yODc4MyAwLjI3NzQzMSA0Ljg3Njc1IDAuNTE4Nzk2IDQuNjExMDJMNC40NTIwNiAwLjI4MDY2OUM0LjY5MzQzIDAuMDE0OTM3IDUuMTA0NTEgLTAuMDA0ODE2MzIgNS4zNzAyNCAwLjIzNjU0OUM1LjYzNTk3IDAuNDc3OTEzIDUuNjU1NzMgMC44ODg5OTcgNS40MTQzNiAxLjE1NDczTDEuOTk1NzkgNC45MTg0MkwyLjAwMzYzIDUuMDgxNTlMNS43NjczMiA4LjUwMDE2QzYuMDMzMDUgOC43NDE1MyA2LjA1MjgxIDkuMTUyNjEgNS44MTE0NCA5LjQxODM0QzUuNTcwMDggOS42ODQwNyA1LjE1OSA5LjcwMzgzIDQuODkzMjYgOS40NjI0NloiIGZpbGw9IndoaXRlIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC44OTMzIDkuNDYyNDZMNi41NjI5MiA1LjUyOTJDNi4yOTcxOCA1LjI4NzgzIDYuMjc3NDMgNC44NzY3NSA2LjUxODggNC42MTEwMkwxMC40NTIxIDAuMjgwNjY5QzEwLjY5MzQgMC4wMTQ5MzcgMTEuMTA0NSAtMC4wMDQ4MTYzMiAxMS4zNzAyIDAuMjM2NTQ5QzExLjYzNiAwLjQ3NzkxMyAxMS42NTU3IDAuODg4OTk3IDExLjQxNDQgMS4xNTQ3M0w3Ljk5NTc5IDQuOTE4NDJMOC4wMDM2MyA1LjA4MTU5TDExLjc2NzMgOC41MDAxNkMxMi4wMzMxIDguNzQxNTMgMTIuMDUyOCA5LjE1MjYxIDExLjgxMTQgOS40MTgzNEMxMS41NzAxIDkuNjg0MDcgMTEuMTU5IDkuNzAzODMgMTAuODkzMyA5LjQ2MjQ2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
  .-drill {
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
  }
  .-drill .ammenu-menu-wrapper {
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    padding: 0;
  }
  .-drill .ammenu-menu-header {
    margin: 10px 0 0;
    padding: 0 25px 10px;
  }
  .-drill .ammenu-submenu-container {
    display: none;
  }
  .-drill .ammenu-icon {
    transform: rotate(90deg);
  }
  .-drill .ammenu-toggle {
    top: 0;
    right: 0;
    padding: 0 15px;
    height: 100%;
  }
  .-drill .ammenu-item,
  .-drill .ammenu-wrapper {
    transition: all 0.1s transform;
    transition-duration: 0.1s;
    transition-property: transform;
  }
  .-drill .-drill-opened .ammenu-link.-parent {
    max-width: 75%;
  }
  .-drill .-drill-opened > .ammenu-link .ammenu-icon-block.-empty {
    display: none;
  }
  .-drill .ammenu-item > .ammenu-wrapper {
    padding: 0;
  }
  .-drill-opened {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    border: none;
    transition: none;
    transform: translateX(150%);
  }
  .-drill-opened.-main:not(:last-child) {
    border-bottom: 0;
  }
  .-drill-opened.-deep {
    margin-top: 40px;
    padding: 0;
  }
  .-drill-opened.-slide-right {
    overflow-y: auto;
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
    scrollbar-width: thin;
    max-height: 100vh;
    transition: none;
    animation: slide-right 0.2s forwards;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #adadad;
    cursor: pointer;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar {
    width: 6px;
    height: 12px;
  }
  .-drill-opened.-slide-right::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
  }
  .-drill-opened.-slide-right ::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
  }
  @keyframes slide-right {
    0% {
      transform: translateX(250%);
    }
    100% {
      transform: translateX(150%);
    }
  }
  .-drill-opened .ammenu-drill-btn {
    display: flex;
    align-items: center;
  }
  .-drill-opened > .ammenu-submenu-container,
  .-drill-opened > .ammenu-item.-child {
    display: block;
    order: 3;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #9c9c9c;
  }
  .-drill-opened .ammenu-item {
    width: 100%;
    border-bottom: 0;
  }
  .-drill-opened .ammenu-arrow,
  .-drill-opened .ammenu-icon:before,
  .-drill-opened .ammenu-icon:after,
  .-drill-opened .ammenu-arrow:before,
  .-drill-opened .ammenu-arrow:after {
    transition: none;
  }
  .-drill-opened > .ammenu-arrow {
    width: 20px;
    height: 2px;
  }
  .-drill-opened > .ammenu-arrow:before,
  .-drill-opened > .ammenu-arrow:after {
    position: absolute;
    left: 0;
    width: 10px;
    background: inherit;
    transition: none;
    transform-origin: 0;
  }
  .-drill-opened > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .-drill-opened > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .-drill-opened > .ammenu-arrow.-small {
    margin: 0 20px 0 25px;
    width: 20px;
    height: 2px;
    transform: rotate(0deg);
  }
  .-drill-opened > .ammenu-arrow.-small:before,
  .-drill-opened > .ammenu-arrow.-small:after {
    top: auto;
    width: 10px;
    transition: none;
  }
  .-drill-opened > .ammenu-toggle,
  .-drill-opened > .ammenu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    order: 1;
    margin: 0 10px 0 0;
    padding: 15px 15px 15px 25px;
    opacity: 1;
  }
  .-drill-opened.-deep > .ammenu-arrow {
    margin: 25px 10px 25px 35px;
    padding: 0;
  }
  .-drill-opened .ammenu-wrapper {
    position: relative;
  }
  .-drill-opened .ammenu-categories {
    padding: 0;
  }
  .-drill-opened .ammenu-icon {
    margin: 0 0 0 10px;
    padding: 0;
    width: 2px;
    height: 20px;
  }
  .-drill-opened .ammenu-icon:before,
  .-drill-opened .ammenu-icon:after {
    top: 14px;
    width: 10px;
    transition: none;
  }
  .-drill-opened > .ammenu-link {
    font-size: 16px;
  }
  .-drill-opened .ammenu-link {
    text-transform: uppercase;
    font-weight: 600;
  }
  .-drill-opened .ammenu-link,
  .-drill-opened .ammenu-item {
    flex-basis: auto;
    order: 2;
    padding: 0;
  }
  .-drill-opened .ammenu-link.-main:before {
    display: none;
  }
  .-drill-opened .ammenu-item.-child {
    position: relative;
    flex-basis: 100%;
    order: 3;
  }
  .-drill-closed {
    transform: translateX(-150%);
  }
  .-drill-closed .ammenu-submenu-container {
    display: block;
  }
  .-drill-closed .ammenu-menu-welcome {
    margin: 0;
  }
  .-drill-closed .ammenu-wrapper:not(.-drill-opened) {
    position: initial;
  }
  .-drill-closed .ammenu-item:not(.-drill-opened) {
    position: initial;
  }
  .-drill-closed #store\.links {
    display: none;
  }
  .ammenu-item.-drill-opened .ammenu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 0;
    padding: 15px 20px 15px 15px;
    width: 15px;
    height: 20px;
    opacity: 1;
    transform: rotate(0);
  }
  .ammenu-item.-drill-opened .ammenu-arrow:after,
  .ammenu-item.-drill-opened .ammenu-arrow:before {
    height: 2px;
    content: '';
  }
  .ammenu-item.-drill-opened .ammenu-arrow:before {
    transform: rotate(-45deg);
  }
  .ammenu-item.-drill-opened .ammenu-arrow:after {
    transform: rotate(45deg);
  }
  .ammenu-item.-drill-opened .ammenu-link.-level1 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 25px;
  }
  .ammenu-item.-drill-opened .ammenu-link.-level1 + .ammenu-item {
    display: none;
  }
  .ammenu-item.-drill-opened .ammenu-link.-level1 + .ammenu-item.-drill-opened,
  .ammenu-item.-drill-opened .ammenu-item.-drill-opened {
    display: block;
  }
  .ammenu-item.-drill-opened .ammenu-item > .ammenu-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-link {
    padding: 15px 25px;
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    right: 0;
    margin: 0;
    padding: 15px 20px 15px 15px;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
  }
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-arrow:before,
  .ammenu-wrapper.-drill-opened .ammenu-item > .ammenu-wrapper .ammenu-arrow:after {
    top: auto;
    width: 12px;
  }
  .-drill .ammenu-wrapper:not(.-drill-opened).-deep > .ammenu-link,
  .-drill .ammenu-wrapper:not(.-drill-opened) > .ammenu-arrow + .ammenu-link {
    border-bottom: 1px solid #eee;
  }
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: 20px;
}
.ammenu-items-tree .ammenu-item {
  flex-basis: 200px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 35px 30px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  left: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-left: -155px;
  padding-left: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 18px;
  text-align: right;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .secondary {
  float: right;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: right;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 18px;
  padding-top: 9px;
}
.block-cart-failed {
  margin: 36px 0;
}
.block-cart-failed .block-title {
  font-size: 2.5rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 9px;
}
.bundle-actions {
  margin: 0 0 27px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 36px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 27px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: right;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-right: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: right;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 27px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 22.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 27px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-left: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 18px;
  margin-top: 18px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: right;
}
.products-grid .product-item {
  width: 100%/2;
  padding: 10px;
}
.products-grid .product-item.nth-child-2np1 {
  clear: right;
}
.products-grid.products.grid.flex-grid .product-item {
  border-right: 1px solid #e3e4e4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  transition: all 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.products-grid.products.grid.flex-grid .product-item.nth-child-2np1 {
  border-right-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item:nth-child(1) .product-item-info,
.products-grid.products.grid.flex-grid .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item .product-item-info {
  border-top: 1px solid #e3e4e4;
  padding: 50px 0 10px;
  transition: all 0.3s;
  margin-top: -1px;
}
.products-grid.products.grid.flex-grid .product-item:hover {
  background-color: #fff;
  border-top-color: #e3e4e4;
  border-bottom-color: #e3e4e4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-info {
  border-top-color: transparent;
  padding: 10px 0 50px;
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-details .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-inner {
  margin-bottom: -30px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
  background-color: #08c;
  color: #fff;
  border: 0;
  height: 40px;
  line-height: 40px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  visibility: visible;
  position: static;
  opacity: 1;
  height: 40px;
  line-height: 40px;
  top: 0;
  width: 40px;
  border: 0;
  background-color: #e6e6e6;
  color: #000;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  margin-left: -3px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  margin-right: -3px;
}
.products {
  margin: 4px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-details {
  padding: 10px 0;
}
.product-item-name {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.product-item-photo .product-item-inner {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-left: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
}
.product-item-actions .action.towishlist {
  border-color: #ed4949;
  color: #ed4949;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #52b9b5;
  color: #52b9b5;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item .product-reviews-summary {
  background: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/rating-bar.png) center no-repeat;
  line-height: 1;
  margin: 7px 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #c1c1c1;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 4.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 10px;
  height: 32px;
  border-radius: 5px;
  font-weight: 400;
}
.product-item .tocart:after {
  display: inline;
  content: '\f814';
  font-family: 'porto-icons';
  margin-left: 5px;
  font-size: 15px;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .product-item-details .product-item-actions {
  white-space: nowrap;
  margin: 0 -20px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #08c;
  border-color: #08c;
  color: #fff;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  padding: 0;
  float: none;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.products-list .product-item-info {
  display: table-row;
  text-align: right;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-photo {
  width: 20%;
  display: block;
  float: right;
  margin-bottom: 20px;
}
.products-list .product-item-details {
  display: block;
  width: 80%;
  padding: 0 20px 20px 0;
  float: right;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-right: 2px;
}
.products-list .product-item-name {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0;
}
.products-list .product-item .product-reviews-summary {
  background: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  text-align: center;
}
.toolbar select {
  background-color: #fff;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
}
.toolbar-amount {
  position: static;
  display: block;
  float: right;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: right;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 22.5px;
}
.products.wrapper ~ .toolbar .pages {
  float: right;
  margin-bottom: 0;
}
.sorter {
  float: left;
}
.page-products .sorter {
  position: static;
}
.sorter-label {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
}
.sorter-options {
  margin: 0 7px 0 4.5px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #08c;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #08c;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  vertical-align: top;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  float: right;
  display: inline-block;
  margin-left: 18px;
}
.modes > a {
  text-decoration: none;
}
.modes-mode {
  float: right;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #ccc;
  text-align: center;
  width: 26px;
  line-height: 26px;
  background-color: #fff;
  display: block;
  margin-left: 5px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:last-child {
  margin-left: 0;
}
.modes-mode.active,
.modes-mode:hover {
  background-color: #08c;
  border-color: #08c;
  color: #fff;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f839';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:before {
  display: block;
}
.mode-list:before {
  content: '\f83a';
}
.limiter {
  float: left;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.limiter-options {
  width: auto;
  margin: 0 7px 0 5px;
}
.limiter .label {
  font-weight: 400;
  margin: 0;
}
.limiter .control {
  display: inline-block;
}
.page-products.catalog-category-view.page-layout-1column .page-wrapper .page-main .columns {
  display: none !important;
}
.category-image {
  display: none !important;
}
.category-view .subcat .magepow-categories-grid li {
  width: 32%;
  margin-right: 1%;
}
.category-view .subcat .magepow-categories-grid li .magepow-categories-category {
  margin: 0;
}
.category-view .subcat .magepow-categories-grid li:last-child {
  margin-right: 0;
}
.magepow-categories-grid,
.magepow-categories-list {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 100%;
  list-style-type: none;
  text-align: left;
}
.magepow-categories-grid {
  display: flex;
  flex-wrap: wrap;
}
.magepow-categories-heading {
  margin: 16px 0;
}
/* Grid layout */
.magepow-categories-grid li {
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  width: 30%;
  vertical-align: top;
}
.magepow-categories-grid .magepow-categories-category {
  display: block;
  margin: 16px;
}
.magepow-categories-grid .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-grid .magepow-categories-category-name {
  text-align: center;
  font-weight: 400;
  padding: 8px 36px 8px 15px;
  text-transform: uppercase;
}
/* List layout */
.magepow-categories-list li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: content-box;
  overflow: auto;
}
.magepow-categories-list .magepow-categories-category {
  display: block;
  overflow: auto;
  margin: 16px;
}
.magepow-categories-list .magepow-categories-category-image {
  float: left;
  width: 20%;
  /* These percentages must match 1/3 */
}
.magepow-categories-list .magepow-categories-category-image img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}
.magepow-categories-list .magepow-categories-category-name {
  margin: 0 0 16px 20%;
  /* These percentages must match 2/3 */
  padding: 0 0 0 32px;
}
.magepow-categories-list .magepow-categories-category-description {
  margin: 0 0 16px 20%;
  /* These percentages must match 3/3 */
  padding: 0 0 0 32px;
}
/* Media Queries */
@media only screen and (min-width: 320px) {
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 360px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 100%;
    margin-right: 0px;
  }
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 100%;
    margin-right: 0px;
  }
  .magepow-categories-grid li {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 540px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 50%;
  }
}
@media only screen and (min-width: 720px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 768px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 800px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 960px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 45%;
    margin-right: 2%;
  }
  .magepow-categories-grid li {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1024px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 32%;
    margin-right: 1%;
  }
  .magepow-categories-grid li {
    width: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .category-view .subcat .magepow-categories-grid li {
    width: 32%;
    margin-right: 1%;
  }
  .magepow-categories-grid li {
    width: 30%;
  }
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box {
  margin: 8px 0 13px;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #999;
}
.old-price {
  display: inline-block;
  vertical-align: middle;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: middle;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 18px;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 3px;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.product.media {
  margin-top: 0;
  margin-bottom: 50px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 9px 0;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 9px 0 22.5px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 50px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 4.5px 9px 4.5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 0 9px 27px;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper h1 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555;
}
.product-info-main .product-info-price {
  border-bottom: 1px #ebebeb solid;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
  color: #08c;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
  color: #999;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 10%;
  padding-bottom: 30px;
  color: #777;
}
.product-info-main .stock {
  margin: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: normal;
  margin-left: 4.5px;
}
.product-info-main .product.sku .type:after {
  content: '#:';
}
.product-info-main .product.sku .value {
  display: inline-block;
}
.product-info-main .product.overview {
  margin: 18px 0;
}
.product-info-main .product.alert {
  margin: 9px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .box-tocart {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .actions {
  margin-left: 20px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-options-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
  color: #999;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #08c;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-left: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: top;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #999;
  border-color: #999;
  border-radius: 3px;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-left: 5px;
  border-radius: 3px;
}
.product-addto-links .action.towishlist {
  color: #ed4949;
  border-color: #ed4949;
}
.product-addto-links .action.tocompare {
  color: #52b9b5;
  border-color: #52b9b5;
}
.prices-tier {
  margin-bottom: 13.5px;
}
.prices-tier .item {
  margin-bottom: 9px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #08c;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #08c;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #08c;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.qty.field .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.qty.field .qty-changer > a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.qty.field .qty-changer > a:first-child {
  margin-top: 0;
}
.qty.field .qty-changer > a:hover {
  color: #08c;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #08c;
}
.sidebar .product-items .product-item {
  margin-bottom: 18px;
  position: relative;
  float: none;
  width: auto;
  padding: 0;
}
.sidebar .product-items .product-item:last-child {
  margin-bottom: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  margin-bottom: 20px;
}
.sidebar .product-items .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: right;
  max-width: 33%;
  margin-left: 10px;
}
.sidebar .product-items .product-item-info .product-item-photo img {
  position: static;
  width: auto;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  text-align: right;
  margin-right: calc(33% + 15px);
  padding: 7px 0;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin: 0;
}
.sidebar .product-items .product-item .product-reviews-summary {
  background: none;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 3px 0;
}
.sidebar .product-items .text {
  margin-left: 8px;
}
.sidebar .product-items .counter {
  color: #c1c1c1;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-right: -4.5px;
}
.sidebar .product-items-images .product-item {
  float: right;
  padding-right: 4.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 9px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.side-list .product-item-name {
  font-size: 13px;
}
.side-list .price-container .price {
  font-size: 15px;
}
.product-labels {
  position: absolute;
  left: 10px;
  top: 10px;
}
.product-labels .product-label:first-child {
  margin-top: 0;
}
.product-label {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  line-height: 1;
}
.product-label.new-label {
  background-color: #62b959;
}
.product-label.sale-label {
  background-color: #e27c7c;
}
body.catalog-product-compare-index .action.print {
  float: left;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-left: 1px solid #ccc;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-right: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 4.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
  height: 32px;
  padding: 0 17px;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: auto;
  background: #fff;
}
.sidebar .product-item .tocart {
  border-radius: 3px;
}
.block-compare .product-item .product-item-name {
  margin-right: 22px;
}
.block-compare .action.delete {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 60px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-left: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price .price-box {
  padding-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container .price {
  font-size: 25px;
  color: #444;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .add-to-cart {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-left: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .actions .action.primary {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  max-width: 100%;
}
.prev-next-products {
  float: left;
}
.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
}
.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #08c;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #08c;
  display: block;
  position: absolute;
  top: -13px;
  right: 0;
}
.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px;
}
.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop {
  left: auto;
  right: 0;
  margin-right: -20px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  right: 32px;
  left: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
  right: auto;
  left: 0;
  margin-left: -15px;
}
.prev-next-products .product-nav.product-next .product-pop:before {
  left: 26px;
  right: auto;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  z-index: 1;
}
.block.related .field.choice {
  position: absolute;
  top: 2px;
  right: 6px;
}
.block.upsell .title {
  background: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/slider-bar.png) right no-repeat;
}
.block.upsell .title strong {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
  padding-left: 20px;
}
.sidebar .custom-block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/bkg_4.png) bottom no-repeat;
}
.sidebar .custom-block.custom-block-1 {
  padding-bottom: 20px;
}
.sidebar .custom-block.custom-block-1 > div {
  min-height: 50px;
  margin-bottom: 20px;
  clear: both;
}
.sidebar .custom-block.custom-block-1 > div em {
  font-size: 30px;
  color: #000;
  float: right;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
}
.sidebar .custom-block.custom-block-1 > div h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-right: 50px;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.sidebar .custom-block.custom-block-1 > div p {
  font-size: 12px;
  margin: 0;
  margin-right: 50px;
  line-height: 1;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: left;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #08c;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #08c;
}
.block-search .label:active:before {
  color: #08c;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  right: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4.5px 9px 4.5px 36px;
  margin: 0;
  position: relative;
  text-align: right;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  left: 7px;
  top: 4.5px;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-left: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  left: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  right: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-left: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-left: 9px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 22.5px;
  padding: 1px 0 22.5px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 22.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: right;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: right;
  margin-left: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 18px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 22.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-right: 18px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: right;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #08c;
}
.cart.table-wrapper .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: center;
}
.cart.table-wrapper .col.subtotal .price {
  color: #08c;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .field.qty {
  min-width: 67px;
}
.cart.table-wrapper .col > .price {
  color: #c1c1c1;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 90px 9px 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  left: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #777;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #08c;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  left: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-left: 15px;
}
.cart.table-wrapper .action:last-child {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  right: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0;
  margin-top: 10px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 18px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 18px;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: right;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin-top: 20px;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: right;
}
.block-minicart .amount .price-wrapper {
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 27px 0 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #08c;
  content: '\f815';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #08c;
}
.minicart-wrapper .action.showcart:active:before {
  color: #08c;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #08c;
  content: '\f815';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #08c;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #08c;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 0;
  margin-top: 7px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 18px;
  width: 320px;
  right: -15px;
  border-top: 6px solid #08c;
  color: #777;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  right: auto;
  left: 25px;
  border: 9px solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.minicart-wrapper .block-minicart:before {
  right: auto;
  left: 26px;
  border: 8px solid;
  border-color: transparent transparent #08c transparent;
}
.minicart-wrapper .product .actions {
  float: left;
  margin: -30px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-left: 15px;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #777;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: -11px 0 0;
  min-width: 18px;
  width: 100%;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: 600;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #08c;
  line-height: 40px;
  margin: 0;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #08c;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 18px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #eee;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 4.5px;
}
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
}
.minicart-items .product-item-name a {
  color: #08c;
}
.minicart-items .product-item-details {
  padding-right: 95px;
  text-align: right;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  color: #000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: right;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 4.5px 36px;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 4.5px 0 0;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\f807';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\f804';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: -3px 7px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  width: 40px;
  text-align: center;
  margin-left: 9px;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #08c;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #08c;
}
.minicart-items .action.delete:before {
  content: '\f81a';
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 0 0 18px;
}
.opc-wrapper {
  margin: 0 0 18px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
}
.opc-wrapper .step-content {
  margin: 0 0 36px;
}
.checkout-index-index .logo {
  margin-right: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: right;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 4.5px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #000000;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: left;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: auto;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
  right: 0;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #777;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #777;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #777;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 13px;
  padding: 12px;
  width: 270px;
  display: none;
  right: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  right: -21px;
  top: 12px;
  border-right-color: transparent;
  border-left-color: #f4f4f4;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-left-color: #ddd;
}
.field-tooltip .field-tooltip-content:after {
  border-left-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 9px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 13px;
  line-height: 30px;
  margin: 0 0 18px;
  padding: 18px 18px 18px 32px;
  transition: 0.3s border-color;
  width: 100%/2;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 18px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: left;
  margin: 18px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: right;
  margin: 26px 0 0 5px;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 18px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 18px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 18px;
  padding-top: 18px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #08c;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 27px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 18px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  left: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #08c;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #08c;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-right: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 18px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 0 9px 36px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  left: 0;
  top: 9px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\f804';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 0 0 -15px;
  max-height: 370px;
  padding: 15px 0 0 15px;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-right: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 9px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-left: 4.5px;
  text-align: right;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: left;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #08c;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-bottom: 22.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-right: 9px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 36px;
  padding-top: 36px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px -18px 0 0;
  min-width: 36px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  right: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #ccc;
  padding: 18px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-left: 4.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-right: 4.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 18px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 18px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-left: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 23px 0 0;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 18px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 18px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\f804';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 18px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #08c;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #08c;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #777;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #08c;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 18px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 4.5px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-right: 4.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 18px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 18px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 27px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 18px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: right;
  width: 43px;
  height: 43px;
  background-color: #08c;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-right: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 9px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 25px;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #08c;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 27px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 36px;
}
.account .table-wrapper {
  margin-bottom: 18px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 9px;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 9px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -9px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-left: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9px;
}
.samples-item {
  margin: 0 0 9px;
}
.field.downloads {
  margin-bottom: 9px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  margin-bottom: 9px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  right: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-right: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: left;
}
.field.downloads-all .label {
  color: #08c;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #08c;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #08c;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #08c;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-right: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: right;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 18px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 18px;
  margin-bottom: 18px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: left;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-left: 0;
}
.gift-options {
  margin: 18px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 18px 0 0;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #08c;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: right;
  float: right;
  margin-left: -100%;
  padding: 18px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\f804';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 9px 15px 9px 36px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #777;
}
.gift-item-block .content {
  padding: 9px 0 18px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: right;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 9px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 9px;
}
.gift-messages-order {
  margin-bottom: 22.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #08c;
}
.table-giftregistry-items .product-image {
  margin-left: 9px;
  float: right;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.5px;
  text-align: right;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 27px;
  margin-top: -22.5px;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 22.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: right;
  margin: 0 0 9px 9px;
}
.gift-wrapping-item:last-child {
  margin-left: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.5px 4.5px 0 0;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #08c;
}
.gift-options-content .fieldset .field {
  margin: 9px 0;
}
.gift-wrapping-summary {
  padding-left: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 18px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: right;
  margin: 0 0 0 9px;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-right: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
  min-width: 95px;
}
.table.grouped .col.qty .control.qty {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer > a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.table.grouped .col.qty .qty-changer > a:first-child {
  margin-top: 0;
}
.table.grouped .col.qty .qty-changer > a:hover {
  color: #08c;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 9px;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 8px 0 3px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #08c;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #999;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: left;
  display: block;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 18px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 7px 10px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  right: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: 0.8em;
  margin: 0 5px;
  color: #fff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 9px 9px 18px;
  font-size: 13px;
  line-height: 1em;
  border-bottom: 1px solid #ccc;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  border: 1px solid #ddd;
  border-width: 0 1px;
  background-color: #fbfbfb;
  padding: 10px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  z-index: 1;
  padding-right: 17px;
}
.filter .filter-current-subtitle {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
}
.filter-current .action.remove {
  position: absolute;
  left: 15px;
  top: -2px;
}
.filter-actions {
  font-size: 11px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  text-align: right;
  margin-bottom: 14px;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  margin-bottom: 14px;
}
.filter-options-item.active .filter-options-title {
  border-radius: 7px 7px 0 0;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f823';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.filter-options-title:hover:after {
  background-color: #08c;
  color: #fff;
}
.active > .filter-options-title:after {
  content: '\f820';
}
.filter-options-content {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.filter-options-content .item {
  margin: 3px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #777 !important;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-left: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-left: 9px;
}
.map-popup .map-msrp {
  margin-bottom: 9px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 9px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-left: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-left: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\f816';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777;
}
.wishlist.split.button > .action.toggle:before {
  border-right: 1px solid #999;
  content: '';
  float: right;
  height: 15px;
  margin: 3px 0 0 4px;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #08c;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #08c;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #08c;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: right;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: left;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-left: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-left: 18px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 0 0 4.5px;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-left: 18px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-left: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 18px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-right: 18px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #08c;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-left: 10px;
}
.multicheckout .title {
  margin-bottom: 27px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-right: 9px;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #08c;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-right: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-left: 9px;
}
.multicheckout .item-options {
  margin: 9px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 9px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 36px;
}
.multicheckout .box-title span {
  margin-left: 9px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0;
  color: #777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-right: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #ddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-right: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #c1c1c1;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 18px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 18px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 9px;
  margin-bottom: 43.2px;
}
.review-list {
  margin-bottom: 27px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.review-content {
  margin-bottom: 18px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 18px;
}
.product-reviews-summary {
  margin-bottom: 10px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  color: #bdbdbd;
  padding: 0 10px 0 15px;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-left: 1px solid #ccc;
}
.product-reviews-summary.no-rating .reviews-actions a:first-child {
  padding-right: 0;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-left: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 18px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 4.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-left: 9px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: right;
  margin-left: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 18px;
}
.order-links .item {
  line-height: 36px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #c1c1c1;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 36px;
  padding: 9px;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 9px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #777;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\f804';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 5px 0 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777;
  display: block;
  padding: 8px 15px 8px 18px;
  position: relative;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  font-family: 'porto-icons';
  content: '\f822';
  position: absolute;
  right: 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #08c;
  background-color: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #08c;
  font-weight: 400;
}
body {
  background-color: #fff;
}
.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
}
.page-header {
  background-color: #fff;
  border-top: 4px solid #08c;
  position: relative;
  z-index: 4;
}
.page-header .panel.wrapper {
  background-color: #f0f0ed;
  color: #777;
}
.page-header.header-newskin .minicart-wrapper {
  position: relative;
  width: 58px;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 0;
}
.page-header.header-newskin .minicart-wrapper .action.close {
  top: 5px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 31px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
  content: '\e87f';
  font-size: 29px;
  line-height: 32px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:after {
  content: "\f803";
  font-family: 'porto-icons';
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}
.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
  width: 16px;
  height: 16px;
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #ed5348;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  min-width: auto;
  right: auto;
  left: 16px;
  margin-top: -16px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart {
  line-height: 40px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before {
  line-height: 39px;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: left;
  font-size: 0;
  margin-right: auto;
  margin-left: 18px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 11px;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: #777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #777;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #777;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 27px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9px;
  box-sizing: border-box;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #08c;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #08c;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #08c;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #08c;
}
.message.global.demo a:hover {
  color: #08c;
}
.message.global.demo a:active {
  color: #08c;
}
.page-header .switcher,
.page-footer .switcher {
  height: 15px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 0;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  right: -10px;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 3px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px 10px;
  color: #777;
  font-size: 11px;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 3px;
  margin-left: 3px;
  vertical-align: middle;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  line-height: 15px;
  font-size: 11px;
  vertical-align: top;
  display: inline-block;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 3px;
  margin-left: 3px;
  vertical-align: middle;
}
span.split {
  height: 14px;
  width: 1px;
  border-left: 1px solid #ccc;
  margin: 0 13px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 36px;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #999;
  background: #fff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-right: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: right;
  margin-left: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #08c;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #08c;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\f816';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 9px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-left: 22.5px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 9px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 9px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.filterproducts.products {
  margin: 0;
}
.filterproduct-title {
  background: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/slider-bar.png) right no-repeat;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  color: #313131;
  text-transform: uppercase;
  text-align: right;
}
.filterproduct-title .content {
  background-color: #fff;
  padding-left: 20px;
  display: inline;
}
h3.fullwidth-filter-title {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.owl-top-narrow .owl-theme .owl-controls {
  position: absolute;
  left: 0;
  top: -37px;
  margin: 0;
}
.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.owl-middle-narrow .owl-theme .owl-controls,
.owl-middle-narrow.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  margin-top: -37px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-dots .owl-dot,
.owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot {
  pointer-events: all;
}
.owl-middle-narrow .owl-theme:hover .owl-controls,
.owl-middle-narrow.owl-theme:hover .owl-controls {
  opacity: 1;
  visibility: visible;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  font-size: 40px;
  pointer-events: all;
}
.owl-middle-narrow .owl-theme .owl-prev,
.owl-middle-narrow.owl-theme .owl-prev {
  right: 0;
}
.owl-middle-narrow .owl-theme .owl-next,
.owl-middle-narrow.owl-theme .owl-next {
  left: 0;
}
.owl-top-narrow .recent-posts .owl-item .item {
  padding-top: 10px;
}
.owl-border-radius-7 .owl-stage-outer {
  border-radius: 7px;
}
.owl-bottom-absolute-narrow.owl-theme .owl-controls {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 15px;
}
.small-list.products-grid .product-item {
  float: none;
  padding: 0;
  width: auto;
  margin-bottom: 15px;
}
.small-list.products-grid .product-item-info .product-item-photo {
  float: right;
  width: 33.33%;
  padding: 0;
}
.small-list.products-grid .product-item-info .product-item-details {
  float: right;
  padding: 5px 0;
  padding-right: 10px;
  width: 66.66%;
  text-align: right;
}
.small-list.products-grid .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.small-list.products-grid .product-item .product-item-name {
  font-size: 12px;
}
.small-list.products-grid .product-item .product-reviews-summary {
  background-image: none;
}
.small-list.products-grid .product-item .price-container .price {
  font-size: 14px;
}
.theme-color {
  color: #08c !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777;
  padding: 40px 0;
}
.footer-middle > .container {
  position: relative;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777;
}
.footer-middle .block {
  text-align: right;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-transform: none;
}
.footer-middle .block.newsletter {
  width: auto;
}
.footer-middle .block.newsletter .form.subscribe {
  max-width: 300px;
}
.footer-middle .block.newsletter label {
  margin-top: 50px;
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-middle .block.newsletter .field .control:before {
  display: none;
}
.footer-middle .block.newsletter input {
  padding: 0 10px;
  background-color: #dcdcdc;
  border-radius: 0 5px 5px 0;
  height: 30px;
  border: 0;
}
.footer-middle .block.newsletter .action.subscribe {
  border-radius: 5px 0 0 5px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 13px;
  font-weight: 400;
}
.footer-middle ul.links {
  margin-top: -5px;
}
.footer-middle ul.links li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
  margin: 0;
}
.footer-middle ul.links li [class^="porto-icon-"],
.footer-middle ul.links li [class*=" porto-icon-"] {
  margin-right: -5px;
}
.footer-middle ul.contact-info li {
  padding: 5px 0;
}
.footer-middle ul.contact-info li:first-child {
  padding-top: 0;
}
.footer-middle ul.contact-info [class^="porto-icon-"],
.footer-middle ul.contact-info [class*=" porto-icon-"] {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  margin-right: -5px;
  margin-left: 3px;
}
.footer-middle ul.contact-info p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.footer-middle ul.features {
  margin-top: -5px;
}
.footer-middle ul.features li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
}
.footer-middle ul.features li [class^="porto-icon-"],
.footer-middle ul.features li [class*=" porto-icon-"] {
  margin-right: -5px;
  margin-left: 3px;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #fff;
}
.footer-middle p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-bottom {
  min-height: 50px;
  line-height: 40px;
  background-color: #0c0c0c;
  padding: 25px 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-left: 45px;
  float: right;
}
.footer-bottom .custom-block {
  float: right;
  line-height: 1;
  margin: 3px 0;
}
.footer-bottom .custom-block img {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
.footer-bottom address {
  float: left;
  line-height: 30px;
  margin: 0;
}
.footer-bottom .custom-block.f-right {
  margin-right: 60px;
}
.footer-bottom .custom-block ul.links {
  display: inline-block;
}
.footer-bottom .custom-block ul.links li {
  padding: 0 12px;
  border-left: 1px solid #bbb;
  font-size: 11px;
  display: inline;
  vertical-align: middle;
}
.footer-bottom .custom-block ul.links li:first-child {
  padding-right: 0;
}
.footer-bottom .custom-block ul.links a {
  color: #777;
  font-size: 11px;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: right;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  position: absolute;
  margin: -56px 0 25px;
  padding: 10px 20px 6px 20px;
  background-color: #08c;
}
.footer-ribbon:before {
  content: '';
  display: block;
  width: 7px;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  border-left: 10px solid #006699;
  border-top: 16px solid transparent;
}
.footer-ribbon span {
  color: #fff;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons li:first-child a {
  margin-right: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #9e9e9e;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-right: 7px;
  transition: 0.3s background-color;
}
.social-icons > li > a:hover,
.social-icons > li > a:focus {
  color: #fff;
}
.social-icons > li > a.facebook-link:hover {
  background-color: #3c599b;
}
.social-icons > li > a.twitter-link:hover {
  background-color: #1ca8e3;
}
.social-icons > li > a.linkedin-link:hover {
  background-color: #4975b6;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #08c;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #08c;
  border-color: #08c;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #08c;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: right;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: right;
  margin: 15px 0;
  padding: 0;
  color: #08c;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-right: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #08c;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: right;
  margin-right: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #08c;
}
#newsletter_popup {
  background: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/newsletter_popup_bg.jpg) no-repeat;
  margin: 0;
  padding: 40px 40px 25px;
  width: 700px;
  height: 325px;
  border-top: 4px solid #08c;
  text-align: right;
  position: relative;
  border-radius: 5px;
}
#newsletter_popup .block-content {
  max-width: 312px;
  text-align: center;
  padding: 6px;
}
#newsletter_popup h2 {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px;
}
#newsletter_popup p {
  font-size: 13px;
  line-height: 1.4;
}
#newsletter_popup .input-box {
  padding: 0;
}
#newsletter_popup input[type="email"] {
  float: right;
  padding: 2px 13px;
  line-height: 30px;
  width: 100%;
  height: 34px;
}
#newsletter_popup .actions {
  float: right;
  margin-right: -55px;
  position: relative;
  z-index: 1;
  width: 55px;
  border-right: 1px solid #ccc;
}
#newsletter_popup .action.primary {
  height: 34px;
  background-color: transparent;
  color: #555;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 100%;
  border: 0;
}
#newsletter_popup .subscribe-bottom {
  position: absolute;
  bottom: 30px;
}
#newsletter_popup .subscribe-bottom label {
  font-size: 11px;
  vertical-align: middle;
}
#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 1px;
  vertical-align: middle;
}
.block-facebook-like .block-title a.btn-like {
  background-color: #08c;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  margin-top: -8px;
  font-weight: 400;
  margin-left: 45px;
}
.block-tweets ul {
  margin-top: -15px;
}
.block-tweets ul li {
  padding: 15px 0;
  border-top: 1px solid #75b11f;
}
.block-tweets ul li:first-child {
  border-top: 0;
}
.block-tweets p.tweet {
  margin-bottom: 10px;
}
.block-tweets p.timePosted {
  margin-bottom: 0;
  color: #a5d75f;
  font-size: 11px;
  font-style: italic;
}
.block-flickr-photos .block-content {
  margin: -5px;
}
.block-flickr-photos a.flickr-image {
  width: 65px;
  display: inline-block;
  margin: 5px;
}
.block-flickr-photos a.flickr-image:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.block-flickr-photos a.flickr-image img {
  width: 100%;
}
.fb-persons {
  margin: -5px;
}
.fb-persons .fb-person {
  display: inline-block;
  width: 75px;
  padding: 5px;
  text-align: center;
}
.fb-persons .fb-person a {
  width: 100%;
  display: inline-block;
}
.fb-persons .fb-person a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fb-persons .fb-person img {
  width: 100%;
}
.savings-amount {
  color: red;
  font-weight: bold;
  font-size: 1.4rem !important;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 18px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\f801';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\f802';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 9px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 18px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 18px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-left: -85px;
  padding-left: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  top: 7px;
  left: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 18px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: right;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: right;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
/*24-10-2024 css start*/
/*23-10-2024 checkout page*/
/*25-10-2024*/
/*25-10-2024*/
/*homepage*/
/*09-11-2024 css start page*/
/*10-11-2024 css start for product details page*/
/*06-11-2024 css start for cart page*/
/*minicart page*/
/*client feedback 06-01-2025*/
/*20-01-2025*/
/*06-03-2025*/
/*05-07-2025 css start*/
/*css start 15-09-2025*/
/* === Infinite scroll pill loader (gold spinner, RTL text, corrected spacing & centering) === */
#ln_product_overlay {
  position: relative;
  z-index: 9;
}
/* Loader mask */
#ln_product_overlay > .loading-mask {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent;
}
/* Pill styling */
#ln_product_overlay .loader {
  display: inline-flex !important;
  align-items: center !important;
  /* center children vertically */
  justify-content: center !important;
  flex-direction: row-reverse !important;
  /* text before spinner */
  gap: 14px;
  /* extra spacing so spinner sits further left */
  padding: 10px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  font-family: 'Tajawal', sans-serif !important;
  direction: rtl;
  line-height: 1.2;
  /* keeps text vertically centered */
  min-height: 38px;
  white-space: nowrap;
  text-align: initial !important;
}
/* Hide theme gif/svg */
#ln_product_overlay .loader img,
#ln_product_overlay .loader svg {
  display: none !important;
}
/* Spinner */
#ln_product_overlay .loader::before {
  content: "";
  position: static !important;
  display: inline-block !important;
  align-self: center !important;
  /* lock vertical centering */
  margin: 0 !important;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-top-color: #daa520;
  border-radius: 50%;
  animation: cbm-spin 0.9s linear infinite;
  transform-origin: 50% 50% !important;
  vertical-align: middle !important;
}
/* Desktop text */
#ln_product_overlay .loader::after {
  content: "جارِ عرض المزيد من المنتجات";
  display: inline-block;
  color: #707070;
  font-size: 15px;
  line-height: 1.2;
  animation: none !important;
}
/* ---------- Desktop ---------- */
/* ---------- Mobile ---------- */
/* Spinner animation */
@keyframes cbm-spin {
  to {
    transform: rotate(360deg);
  }
}
/*css start 18-09-2025 category page black background text white*/
/* ========== DESKTOP LAYOUT (min-width) ========== */
/* ========== MOBILE LAYOUT (max-width) ========== */
body {
  display: block !important;
}
/* Hide skeleton/placeholder loaders */
.category-black .products-grid .product-item-info .placeholder,
.category-black .loading-mask {
  display: none !important;
}
/* Ensure actual products show */
.category-black .product-item-info {
  opacity: 1 !important;
  visibility: visible !important;
}
/* CRITICAL FIX: Override the display:none that's hiding products on category-black */
.page-products.catalog-category-view.page-layout-1column.category-black .page-wrapper .page-main .columns {
  display: block !important;
}
body.category-black .page-wrapper .page-main .columns {
  display: block !important;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    left: -9px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    left: 9px;
    right: auto;
    top: 0%;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #ddd;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 9px 15px 9px 36px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    left: 18px;
    top: 9px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\f804';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    left: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\f804';
  }
  .nav-sections {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100%;
    right: -80%;
    right: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher strong {
    font-size: 13px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.5px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #ddd;
    font-size: 1.3rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #08c !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100%;
    right: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    right: 80%;
    right: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    right: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #08c;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: right;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #08c;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #fff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: left;
    margin-right: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #ddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #ddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #08c !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 15px 13px 36px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-right: 0;
    margin-right: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f802';
    display: inline;
    font-family: 'porto-icons';
    margin-left: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-right: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-right: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 13px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  #ln_slider_container_rating {
    padding-left: 15px;
  }
  #layered-horizontal-container {
    display: none;
  }
  #ln_button_submit {
    margin-bottom: 15px;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .wp-qcart-custom-msg {
    font-size: 2rem;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content .fieldset.coupon {
    display: block;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content .fieldset.coupon .field,
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container #quickcart-block-discount .content .fieldset.coupon .actions-toolbar {
    display: block;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .products {
    margin: 0;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .products .owl-stage-outer {
    padding-top: 5px;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .product-item {
    margin: 0;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .quickcart-carousel-wrapper .product-item .product-item-info {
    width: 100px !important;
    margin: 0 auto;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .header .logo {
    margin: 0 0 10px 40px;
  }
  .block-cart-failed .block-title {
    margin: 0 18px 18px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 15px;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 15px 5px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: right;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 18px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 18px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 18px;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 36px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: left;
    margin-top: 4.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-left: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #08c;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -4.5px -15px -1px 14px;
    padding: 4px 14px 9px 9px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #08c;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-left: 0;
  }
  .gift-options-cart-item {
    float: right;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-wrapper {
    visibility: hidden;
    height: 0;
    margin-top: -999999em;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    z-index: 99;
    visibility: visible;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 36px;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .filter.active .filter-title strong {
    left: 3px;
    right: auto;
    top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #c1c1c1;
    content: '\f819';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: transparent;
    z-index: 1;
    line-height: 32px;
  }
  .filter.active .filter-options {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #fff;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -9px 22.5px;
  }
  .filter-options-content {
    padding: 4.5px 9px;
  }
  .filter-no-options .filter-title:before {
    content: "";
    width: 100px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -40px;
    right: -15px;
  }
  .filter .filter-current {
    margin: 4.5px -9px 0;
    border: solid #ccc;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    font-size: 0.9em;
    color: #c1c1c1;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f804';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 9px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #fff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #777;
    display: block;
    padding: 4.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #08c;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    right: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-right: 22.5px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-right: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 36px;
  }
  .block-collapsible-nav {
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    left: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    left: 10px;
    top: 13px;
  }
  .mobile-sticky header.page-header {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  }
  .mobile-sticky .page-main {
    margin-top: 64px;
  }
  .page-header.header-newskin .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: left;
    margin-left: -17px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart:before,
  .page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart {
    line-height: 40px;
  }
  .products-grid.wishlist {
    margin-bottom: 27px;
    margin-left: -9px;
  }
  .products-grid.wishlist .product-item {
    padding: 18px 18px 18px 9px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: right;
    margin-left: 18px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-left: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-right: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: right;
    margin-left: 18px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\f816';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    left: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    right: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-right: 0;
  }
  .history .thumb {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  body.catalog-product-view .product-info-main .product-info-price {
    background: #f5f5f5;
    min-height: 37px;
  }
  html,
  body {
    font-size: 13px;
  }
  .header .mob-view .button .select-list-link {
    float: right;
    padding-left: 10px;
  }
  .header .mob-view .button .select-list-link:after {
    right: 0px;
  }
  .header .mob-view .button span {
    background-position: center right;
    padding-left: 0px;
    padding-right: 25px;
  }
  .header .mob-view .select-list li.clsAnchor span {
    background-position: center right;
    padding-right: 25px;
    text-align: right;
  }
  h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-header .top-bar-content {
    padding: 7px 0;
  }
  .page-header.type3 .header.panel {
    max-width: none;
  }
  .page-header.type3 .nav-toggle {
    margin-right: 40px;
    float: right;
  }
  .page-header.type3 .minicart-wrapper .action.showcart:before,
  .page-header.type3 .nav-toggle:before,
  .page-header.type3 .nav-toggle:hover:before,
  .page-header.type3 .block-search .label:before {
    color: #fff;
  }
  .page-header.type3 .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  .page-header.type3 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
  }
  .page-header.type3 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
  }
  .page-header.type3 .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
  }
  .page-header.type3 .search-toggle-icon {
    display: none;
  }
  .page-header.type3 .block-search .label {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
  }
  .page-header.type3 .bottom-panel {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  header.page-header .switcher strong {
    font-size: 13px;
    font-weight: 800;
  }
  .home-slider .owl-middle-narrow.owl-carousel .owl-nav {
    display: none;
  }
  .home-slider .owl-middle-narrow.owl-carousel .owl-dots {
    display: none;
  }
  .cms-index-index .home-slider .main-slide {
    height: 300px !important;
  }
  .cms-index-index .home-slider h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .cms-index-index .home-slider h3 {
    font-size: 1.2rem;
  }
  .cms-index-index .home-slider h1 br,
  .cms-index-index .home-slider h3 br {
    display: none;
  }
  .cms-index-index .home-slider .container .slide-1 a {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  .cms-index-index .delivery-info .delivery span {
    font-size: 11px;
    padding: 0 5px;
  }
  .cms-index-index .delivery-info .delivery img {
    margin-bottom: 7px;
    width: 25px;
    height: 25px;
    object-fit: scale-down;
  }
  .cms-index-index .myrow .card {
    margin-top: 20px;
  }
  .cms-index-index .myrow .card .col-5 {
    margin-bottom: 8px;
  }
  .cms-index-index .card-style a {
    font-size: 12px;
    padding: 10px 10px;
  }
  .cms-index-index .featured-products-container #featured_product {
    padding: 0 35px;
  }
  .owl-carousel .owl-nav.disabled .owl-prev {
    position: absolute;
    left: -150px;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: auto;
    background: none;
  }
  .owl-carousel .owl-nav.disabled .owl-next {
    position: absolute;
    right: -150px;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: auto;
    background: none;
  }
  div.owl-carousel .owl-nav.disabled {
    display: block;
  }
  .product-item-info .product.name a {
    font-size: 12px;
  }
  .owl-carousel .owl-nav .owl-prev::before,
  .owl-carousel .owl-nav .owl-next::before {
    display: none;
  }
  .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box {
    margin: 0 0 5px 0;
  }
  div.owl-carousel .owl-nav {
    top: 25%;
  }
  .card-style .tagline {
    font-size: 20px !important;
  }
  .card-style h2 {
    font-size: 25px !important;
  }
  .card-style h4 {
    font-size: 17px !important;
  }
  .featured-products-container {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .card-style {
    margin: 10px 0 0 0 !important;
    align-items: center;
    text-align: center;
  }
  .card-style p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 20px 0 !important;
  }
  .footer-middle > .container {
    padding-top: 0;
  }
  .footer-middle ul.links {
    margin-bottom: 20px;
  }
  .footer-middle .block .block-title strong {
    font-size: 16px;
  }
  .footer-middle ul.links li {
    position: relative;
    padding: 10px 0;
    line-height: 1;
    display: block;
    margin: 0;
  }
  .footer-middle ul.contact-info li {
    padding: 5px 0;
    text-align: center;
  }
  .footer-middle ul.contact-info li:first-child {
    padding-top: 0;
  }
  .footer-middle ul.contact-info [class^="porto-icon-"],
  .footer-middle ul.contact-info [class*=" porto-icon-"] {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    margin-left: -5px;
    margin-right: 3px;
  }
  .footer-middle ul.contact-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .footer-bottom address {
    float: right;
    line-height: 30px;
    margin: 0;
  }
  .footer .footer-bottom address {
    margin: 0;
    text-align: right;
  }
  .footer-middle ul.contact-info p {
    text-align: left;
    min-width: 150px;
  }
  .footer-middle ul.links {
    justify-content: center !important;
    margin-bottom: 0;
  }
  .footer .contact-info {
    margin-bottom: 20px;
  }
  .footer .footer-middle > .container::after {
    display: none;
  }
  .footer .footer-bottom > .container > * {
    width: 100%;
  }
  .footer .footer-bottom > .container {
    width: 100%;
  }
  .footer .footer-bottom .custom-block img {
    margin-top: 20px;
  }
  .footer .footer-middle > .container {
    padding-bottom: 0;
  }
  .footer .footer-middle {
    padding: 30px 30px 0;
    text-align: center;
  }
  .topbar .offer-text {
    font-size: 9px;
  }
  header.page-header .switcher strong {
    font-size: 12px;
    font-weight: 800;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .page-header .switcher.switcher-currency .switcher-options strong {
    padding: 1px 10px;
    font-size: 12px;
  }
  .page-header .switcher .options .action.toggle {
    padding: 0;
    margin-left: 15px;
  }
  header.page-header.type3 .logo {
    margin: 6px auto !important;
    display: table !important;
    left: 0 !important;
    right: inherit;
    float: none;
    width: 42%;
    max-width: 50%;
  }
  .header .search-area {
    margin-top: 8px;
    width: 110px;
    float: none;
    position: absolute;
    top: 0px;
    right: 17px;
  }
  .panel.header {
    position: static;
  }
  .page-header.type3 .search-toggle-icon {
    display: block;
    position: absolute;
    right: 24px;
    top: -20px;
  }
  .amcheckout-step-container .amcheckout-title {
    background: #000;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    border: 2px solid #fff;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .fieldset > .field .label {
    color: #777;
  }
  .checkout-index-index .checkout-header {
    margin: 30px 0 0;
  }
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
    border-color: #000;
  }
  .amcheckout-step-container input[type="radio"]:checked + label::before {
    border-color: #000;
  }
  .checkout-index-index .am-checkout.-modern .checkout-header {
    float: left;
    width: 100%;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: 50px !important;
    width: 100%;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns {
    padding-top: 10px;
  }
  .checkout-index-index .checkout-header .title {
    color: #000;
  }
  .checkout-index-index .checkout-header .description {
    font-size: 16px;
    color: #000;
  }
  .amcheckout-step-container .primary .action.checkout,
  .amcheckout-step-container .action.checkout.amasty {
    background: #000;
    border: 0;
    font-size: 18px;
  }
  .amcheckout-step-container .primary .action.checkout:hover,
  .amcheckout-step-container .action.checkout.amasty:hover {
    background: #444;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #000 !important;
    color: #fff !important;
  }
  .checkout-index-index .opc-block-summary {
    border: 0;
  }
  .amcheckout-step-container .form-discount .actions-toolbar .action {
    background: #000;
  }
  .opc-block-summary .product-item .product .product-image-container {
    background: 0 0;
    padding-right: 0;
    width: 75px !important;
    height: 75px !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 15px;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #000;
    padding: 12px 20px;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    background: #444;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    background: #fff !important;
    border: 1px solid #000;
    color: #000;
  }
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .opc-block-summary .table-totals tbody .mark,
  .opc-block-summary .table-totals tfoot .mark {
    color: #777;
  }
  .opc-block-summary .mark .value {
    color: #777;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    top: 0;
  }
  .amcheckout-step-container .amcheckout-summary-container .field.configurable {
    width: 100%;
  }
  .minicart-items .product-item-details .product .content .item-options select {
    height: 36px !important;
    font-size: 13px;
  }
  .minicart-items .product-item-details .product.options {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-option-title .action-toggle > span {
    font-size: 14px;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-top: 0;
  }
  .checkout-index-index .fieldset.address > div.field {
    padding: 0;
  }
  .checkout-index-index .fieldset.address > .field {
    padding: 0;
  }
  .opc-estimated-wrapper .estimated-block {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: 15px !important;
    width: 100%;
    margin-left: 0;
    float: left;
    clear: both;
    max-width: 100%;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-price {
    color: #000;
    font-size: 18px;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
    font-size: 18px;
  }
  .checkout-index-index .amcheckout-step-container {
    font-size: 14px;
  }
  .checkout-index-index .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 10px 0 0;
  }
  .checkout-index-index .opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: left;
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-top: 15px;
    margin-top: 20px;
    padding-left: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 0px 1em;
  }
  .checkout-index-index .checkout-payment-method .payment-option {
    margin: 0 -20px;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
    padding: 20px 0;
  }
  .checkout-index-index .amcheckout-step-container .primary .action.checkout,
  .amcheckout-step-container .action.checkout.amasty {
    font-size: 18px;
    width: 100%;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #000;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    display: inline-block;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label span {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .checkout-index-index .amcheckout-step-container .opc-block-summary .amcheckout-title > .amcheckout-icon::before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #fff !important;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover::before {
    border-color: #ccc !important;
  }
  .columns .column.main {
    margin-top: 110px;
  }
  body.checkout-index-index .page-main {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
  body.checkout-index-index .opc-estimated-wrapper {
    background: #fff;
  }
  body.checkout-index-index .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    width: auto;
  }
  body.checkout-index-index .opc-block-summary .product-item .product .product-image-container {
    float: right !important;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    float: right;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    top: 0;
    left: 0;
    right: inherit;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty .label {
    margin-right: 0;
    margin-left: 10px;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    float: right;
    margin-right: 20px;
    height: 40px;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    margin-left: 10px;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 1.4rem;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty .label {
    font-size: 1.4rem;
  }
  body.checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
    text-align: right;
    margin-right: 20px;
  }
  body.checkout-index-index .minicart-items .product-item-details .price-excluding-tax .price {
    font-size: 1.4rem !important;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount .price {
    font-size: 1.6rem !important;
  }
  body.checkout-index-index .opc-block-summary .table-totals .grand .mark {
    font-size: 1.6rem;
  }
  .minicart-items .product .toggle {
    font-size: 1.4rem;
  }
  .checkout-index-index .opc-block-summary .minicart-items input.qty {
    font-size: 1.4rem;
  }
  .owl-carousel .owl-stage-outer {
    direction: rtl;
  }
  .ammenu-menu-toggle {
    left: inherit !important;
  }
  div.full-screen-slider.home-slider {
    margin-top: 0;
  }
  div.columns .column.main {
    margin-top: 0;
  }
  header.page-header .ammenu-menu-toggle {
    right: 20px;
  }
  .footer-middle ul.contact-info li {
    text-align: right;
  }
  .footer-middle ul.contact-info p {
    text-align: right;
    min-width: auto;
    padding-right: 10px;
  }
  .footer-middle ul.links li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .column.main .products-grid .product-item-details .product-item-actions .tocart {
    margin-right: 0;
  }
  .column.main .products-grid .product-item-details .product-item-actions .tocart {
    width: 100% !important;
    padding-right: 0px !important;
  }
  .column.main .products-grid .product-item-details .product-item-actions .tocart img.cartimg {
    margin-right: 0;
    margin-top: 0;
    width: auto;
  }
  .column.main div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    font-size: 16px;
    top: -5px;
    margin-right: 10px;
    left: inherit !important;
    right: 0;
    width: auto !important;
    float: right;
  }
  .topbar .offer-text {
    line-height: 1;
    margin-left: 5px;
  }
  header.page-header .switcher .options .action.toggle {
    margin-left: 0;
  }
  .cms-index-index .delivery-info .delivery span {
    font-size: 14px;
    padding: 0;
    text-align: center;
  }
  .full-screen-slider.home-slider .owl-carousel {
    margin-top: 80px;
  }
  body.cms-index-index .featured-products-container #featured_product {
    padding: 0;
  }
  .footer .footer-bottom > .container > * {
    text-align: center;
  }
  .columns .products-grid .product-item-details .product-item-actions .tocart span {
    width: 100%;
  }
  .columns .products-grid .product-item-details .product-item-actions .tocart span {
    text-align: right;
  }
  .owl-carousel .owl-controls .owl-nav.disabled .owl-next em {
    font-size: 140px;
  }
  .owl-carousel .owl-controls .owl-nav.disabled .owl-prev em {
    font-size: 140px;
  }
  body.cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-next {
    right: -100px;
  }
  body.cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-prev {
    left: -70px;
  }
  .featured-products .owl-theme .owl-controls {
    display: block;
  }
  header.page-header .header.panel {
    display: block;
    position: static;
  }
  header.page-header.type3 .header.panel span.span-search {
    left: 32px;
    margin-top: 7px !important;
  }
  header.page-header.type3 .minicart-wrapper {
    margin-right: 0;
    float: left;
  }
  header.page-header.type3 .header.panel .search-area .search-toggle-icon {
    position: absolute;
    left: 90px;
    top: 5px;
  }
  header.page-header.type3 .header.panel .search-area .span-search {
    left: 32px;
    margin-top: 10px !important;
  }
  header.page-header.type3 .header.panel .minicart-wrapper {
    float: none;
  }
  header.page-header.type3 .header.panel .search-area {
    padding-left: 0;
  }
  header.page-header.type3 .header.panel .block-search {
    right: inherit;
    top: 100%;
    width: 400px;
    left: 0;
    margin-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #ccc;
  }
  header.page-header.type3 .header.panel .block-search {
    padding-left: 50px !important;
  }
  header.page-header.type3 .header.panel .block-search .action.search {
    right: inherit;
    border-right: 1px solid #ccc;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 45px;
  }
  header.page-header.type3 .header.panel .search-area .search-toggle-icon {
    left: -15px;
  }
  header.page-header.type3 .header.panel .minicart-wrapper .action.showcart::before {
    left: 22px !important;
  }
  header.page-header.type3 .header.panel div.block-search {
    padding-left: 50px !important;
    width: 100%;
    top: 55px;
    left: -15px;
  }
  header.page-header.type3 .header.panel .block-search input {
    width: 280px !important;
    right: inherit !important;
    left: 40px !important;
    top: 0 !important;
    background: #fff;
  }
  header.page-header.type3 .header.panel div.block-search {
    border: 0;
  }
  header.page-header.type3 .autocomplete-suggestions {
    left: 0px;
    max-height: 450px !important;
  }
  body.catalog-category-view .page-main {
    padding-top: 125px !important;
    padding-bottom: 0;
  }
  .toolbar-products .porto-product-filters-toggle {
    display: none !important;
  }
  .toolbar-products .pages {
    margin-bottom: 20px;
  }
  .products-grid .product-item .product-item-details .product-item-name {
    line-height: 1.4;
  }
  .products-grid .product-item-description {
    margin: 5px 0;
  }
  .column.main .products-grid .product-item-details .product-item-actions .tocart img.cartimg {
    margin: 0 !important;
  }
  .columns .products.wrapper ~ .toolbar .pages {
    float: none;
    margin-bottom: 20px;
  }
  .columns ul.magepow-categories-grid {
    margin-right: 20px;
  }
  .page-main div#layered-filter-block .filter-title strong {
    color: #0c0808 !important;
    text-transform: uppercase;
    left: 0 !important;
    padding-top: 4px !important;
    font-weight: 500;
    font-family: "Font Awesome 5 pro" !important;
    font-size: 15px;
    display: block;
  }
  .page-main .filter-title strong {
    color: transparent !important;
    position: fixed;
    top: 22%;
    right: -1px;
    width: 51px;
    height: 47px;
    border: #dcdcda solid 1px !important;
    background-color: #f5f5f5;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
    line-height: 26px;
    z-index: 9;
    display: block;
  }
  .page-main .filter .filter-title {
    display: block;
  }
  /*    body.catalog-category-view .sidebar.sidebar-main{
        position: static !important;
        right: inherit !important;
        top: inherit !important;
        -webkit-transform: inherit !important;
        -moz-transform: inherit !important;
        transform: inherit !important;
     }*/
  .page-main .filter.active .filter-title strong::before {
    content: '\f819' !important;
    color: #fff;
  }
  .page-main div.filter.active::before {
    visibility: visible;
  }
  .page-main div.filter::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    left: 0;
  }
  .page-main .filter.active .filter-title {
    border: 0;
  }
  .page-main .filter-title strong::before {
    color: #7b7b7b;
  }
  html[lang="ar"] div.toolbar-sorter.sorter label.sorter-label {
    left: 5px;
    bottom: 6px;
  }
  body.catalog-category-view .toolbar-sorter.sorter {
    z-index: 9999;
    left: 12px !important;
  }
  header.page-header.type3 {
    z-index: 99999 !important;
  }
  body.catalog-category-view .toolbar-sorter.sorter::after {
    top: 0px;
  }
  header.page-header .top-bar-content {
    padding: 7px 0 10px;
  }
  header.page-header .topbar .container {
    padding: 3px 15px 0px;
  }
  .product.media .fotorama__stage__shaft {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
  }
  .product.media .fotorama__stage {
    border: 1px solid #d5d4d4;
  }
  body.catalog-product-view .price-per-metre .price-wrapper span.price {
    font-size: 30px !important;
    font-weight: 600;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box {
    color: #777;
    font-size: 20px;
    font-weight: normal;
  }
  body.catalog-product-view .product-info-main .page-title-wrapper h1 {
    font-size: 28px;
    font-weight: 600;
  }
  body.catalog-product-view .product-info-main .product-info-stock-sku {
    min-width: 9rem;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 10%;
    padding-bottom: 30px;
    color: #777;
  }
  body.catalog-product-view .product-info-main .product.sku .type {
    font-weight: 400;
    margin-right: 4.5px;
    font-size: 14px;
  }
  body.catalog-product-view .product-info-main .product.sku .value {
    display: inline-block;
    color: #777;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    min-width: 100%;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    padding-bottom: 0;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-options select {
    color: #000;
    font-weight: normal;
    font-size: 13px;
    width: 170px;
  }
  body.catalog-product-view .product-info-main .product-add-form .swatch-opt {
    margin: 10px 0;
  }
  body.catalog-product-view .product-info-main .product-info-price {
    border-bottom: 0;
    margin-bottom: 0;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .fieldset > .field .label {
    display: block;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .qty.field .input-text.qty {
    box-shadow: 2px 1px 5px 5px rgba(204, 204, 204, 0.29) !important;
    width: 90% !important;
    height: 58px !important;
    padding: 10px 10px 10px 45px;
    font-weight: 500;
    font-size: 28px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-left: 5% !important;
    color: #000;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .field.qty label {
    position: absolute;
    left: 35px;
    top: 20px;
    z-index: 9;
    font-weight: 600;
    font-size: 15px;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc {
    position: absolute;
    left: inherit;
    top: 8px;
    font-size: 25px !important;
    font-weight: 700;
    right: 5px !important;
    height: auto;
    line-height: 22px;
    text-align: center;
    color: #ccc;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec {
    text-align: center;
    margin-right: 0;
    color: #ccc;
    line-height: 20px;
    height: auto;
    left: -6px !important;
    top: 28px !important;
  }
  .product-options-bottom .box-tocart .fieldset .actions {
    width: 100%;
  }
  .product-options-bottom .box-tocart .action.tocart {
    min-width: 100%;
    height: 58px;
    font-weight: normal;
    background: #000;
    text-transform: inherit;
    font-size: 14px;
    padding: 0 5px;
    margin: 10px 0;
  }
  .product-options-bottom .box-tocart .qty.field .control {
    width: auto;
  }
  .product-options-bottom .box-tocart .requestbtn {
    min-width: 100% !important;
    font-size: 14px;
    margin: 0;
  }
  .product-options-bottom .box-tocart .action.tocart::before {
    margin-right: 5px;
  }
  body.catalog-product-view .product.data.items > .item.title.active > .switch {
    border: 0;
    color: #fff !important;
    background: #191919 !important;
  }
  body.catalog-product-view .product.data.items > .item.title > .switch {
    padding: 7px 35px !important;
    background: #F5F5F5 !important;
    color: #474747;
    font-weight: normal;
    font-size: 14px;
  }
  .catalog-product-view .product.data.items > .item.title {
    margin: 0;
  }
  .catalog-product-view .product.data.items > .item.title:hover {
    border: 0;
  }
  .catalog-product-view .value {
    color: #333;
  }
  .catalog-product-view .product.data.items > .item.title:hover > .switch {
    color: #c1c1c1 !important;
  }
  .catalog-product-view .product-social-links .product-share {
    display: none;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    line-height: 20px;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span {
    line-height: 20px;
  }
  div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    border-radius: 0;
    top: -3px;
  }
  .catalog-product-view .columns {
    margin-bottom: 60px;
  }
  h2.filterproduct-title strong {
    color: #000;
  }
  .fotorama__caption {
    bottom: 0;
    color: #000;
    font-size: 14px;
    left: 0;
    line-height: 1.5;
    position: absolute;
    right: 0;
    z-index: 12;
  }
  .fotorama__caption__wrap {
    background-color: #fff;
    padding: 5px 10px;
  }
  .catalog-product-view .fotorama__caption {
    display: block;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon {
    top: 5px;
    right: 5px !important;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon::before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-options select {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 100%;
  }
  body.catalog-product-view .fotorama__stage {
    border: 1px solid #e6e6e6;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:before {
    content: '\f882';
    font-family: 'porto-icons';
    border: 0;
    position: static;
    color: #ccc;
    font-size: 20px;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec:before {
    content: '\f883';
    font-family: 'porto-icons';
    border: 0;
    color: #ccc;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:hover::before {
    color: #000;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec:hover::before {
    color: #000;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:hover {
    text-decoration: none;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:after {
    display: none;
  }
  body.catalog-product-view div.mage-error {
    position: static;
    font-size: 12px;
  }
  html .swatch-attribute-options.clearfix {
    padding: 0;
  }
  body.catalog-product-view .box-tocart .qty.field .control {
    margin-top: 0 !important;
  }
  body.catalog-product-view .product-info-main .page-title-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .fotorama__caption .fotorama__caption__wrap {
    font-size: 11px;
  }
  body.catalog-product-view .page-main {
    padding-top: 110px;
  }
  .catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .product.media {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .catalog-product-view .fotorama-item.fotorama {
    padding-bottom: 6px !important;
  }
  .catalog-product-view .product.data.items > .item.content {
    padding: 0;
    margin-top: 15px;
  }
  .catalog-product-view .product.data.items > .item.title {
    margin: 0;
    padding: 0;
    border: 0;
  }
  body.catalog-product-view .product.data.items > .item.title.active > .switch {
    border: 0;
    color: #fff !important;
    background: #191919 !important;
    width: auto;
    min-width: 100%;
    height: auto;
    padding: 15px !important;
    margin: 0;
  }
  body.catalog-product-view .product.data.items > .item.title > .switch {
    padding: 15px !important;
    background: #F5F5F5 !important;
    color: #474747;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    height: auto;
  }
  body.catalog-product-view .product.data.items .item.title a::after {
    top: 5px !important;
    right: 20px;
  }
  body.catalog-product-view .fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: block;
  }
  body.catalog-product-view .fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
    display: block;
  }
  .columns .featured-products-container .container {
    padding: 0;
  }
  .columns .featured-products-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  html .catalog-product-view .column.main {
    padding-bottom: 0;
  }
  body.catalog-product-view .columns {
    margin-bottom: 0;
  }
  body.catalog-product-view .featured-products h2.filterproduct-title strong::before {
    font-size: 24px;
    top: 0px;
  }
  body.catalog-product-view .products-grid.wrapper.grid .product-item {
    width: 100%;
  }
  body.catalog-product-view .owl-carousel .owl-nav button[class*="owl-"] {
    background: none;
  }
  body.catalog-product-view .owl-carousel .owl-nav .porto-icon-right-open-huge::before {
    font-size: 100px;
  }
  body.catalog-product-view .owl-carousel .owl-nav .porto-icon-left-open-huge::before {
    font-size: 100px;
  }
  body.catalog-product-view div.owl-carousel .owl-nav {
    top: 30%;
    left: 5%;
    width: 125%;
  }
  body.catalog-product-view .product-item-info .product.name a {
    font-size: 14px;
  }
  body.catalog-product-view div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    top: inherit;
    width: auto;
  }
  body.catalog-product-view div.products-grid .product-item-details .product-item-actions .tocart span {
    display: inline-block;
    margin-top: 0;
  }
  body.catalog-product-view div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    position: static;
    visibility: visible;
    opacity: 1;
    height: auto;
    width: auto;
    padding: 10px 0;
    width: 100%;
  }
  body.catalog-product-view .products-grid .product-item-details .product-item-actions .tocart span img {
    width: auto;
  }
  body.catalog-product-view .fotorama__active .fotorama__dot {
    background-color: #000;
    border-color: #000;
  }
  .modals-wrapper .add-to-cart-popup .modal-inner-wrap {
    width: 90%;
    font-size: 18px;
  }
  .add-to-cart-dialog {
    font-size: 18px;
  }
  .add-to-cart-popup button:not(.primary) {
    font-size: 13px;
    font-weight: normal;
    padding: 10px 12px;
  }
  .modal-popup.add-to-cart-popup .action-close {
    right: 35px;
    top: -15px;
  }
  .catalog-product-view main#maincontent {
    margin: 0px auto;
  }
  body.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .product.media {
    border-bottom: 0;
  }
  body.catalog-product-view .fotorama__nav__shaft {
    width: 100%;
    text-align: center;
  }
  .product-options-wrapper select {
    color: #000;
    font-size: 13px;
  }
  .product-options-bottom .box-tocart .field.qty {
    position: relative;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .field.qty label {
    left: inherit;
    right: 8px;
  }
  body.catalog-product-view .qty.field .qty-changer i {
    display: none;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec::before {
    content: '\f883';
    font-family: 'porto-icons';
    border: 0;
    color: #ccc;
    position: absolute;
    font-size: 18px;
    left: 2px;
    bottom: -34px;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc::before {
    content: '\f882';
    font-family: 'porto-icons';
    border: 0;
    position: absolute;
    color: #ccc;
    font-size: 18px;
    top: -10px;
    left: 6px;
    font-weight: normal;
  }
  body.catalog-product-view .product-options-bottom .box-tocart .action.tocart {
    font-size: 18px;
    position: relative;
  }
  body.catalog-product-view .product-options-bottom .box-tocart .action.tocart:before {
    background-image: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/cartimg.png) !important;
    background-repeat: repeat;
    background-position: 0 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 26%;
    top: 15px;
    content: "";
    filter: brightness(100%) invert(1);
  }
  body.catalog-product-view .product.media .fotorama__fullscreen-icon {
    top: 5px;
    right: 0 !important;
    left: initial !important;
  }
  .product .fotorama__arr--prev .fotorama__arr__arr::before {
    content: "\f80a";
    font-size: 35px;
    line-height: 1;
  }
  .product .fotorama__arr--next .fotorama__arr__arr::before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
  }
  body.catalog-product-view .fieldset > .field.qty {
    margin-left: 0;
  }
  body.catalog-product-view div.product-add-form .product-options-bottom .box-tocart .field.qty label {
    right: 30px;
  }
  body.catalog-product-view div.product-add-form .product-options-bottom .qty.field .input-text.qty {
    font-size: 17px;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .catalog-product-view .product.data.items {
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-product-view .column.main .products-grid .product-item-details .product-item-actions .tocart img.cartimg {
    float: right;
  }
  .catalog-product-view .column.main div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    margin-top: 10px;
  }
  .featured-products-container .owl-controls .owl-nav .owl-prev {
    left: -3px;
    bottom: 0;
  }
  .featured-products-container .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 24px;
    bottom: 0;
  }
  body.catalog-product-view .owl-carousel .owl-nav .porto-icon-right-open-huge::before {
    font-size: 80px !important;
  }
  body.catalog-product-view .owl-carousel .owl-nav .porto-icon-left-open-huge::before {
    font-size: 80px !important;
  }
  body.catalog-product-view .product-info-main .product-info-price {
    border-bottom: 1px #ebebeb solid;
  }
  .catalog-product-view header.page-header.type3 {
    z-index: 99 !important;
  }
  .page-main {
    padding-top: 110px;
    padding-bottom: 0;
  }
  .checkout-cart-index .page-main {
    padding-top: 110px !important;
    padding-bottom: 0;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-bottom: 10px;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    font-weight: normal;
  }
  .cart.table-wrapper .cart thead tr th.col {
    color: #777;
    text-transform: inherit;
  }
  .cart-discount .actions-toolbar button.action {
    background-color: #000 !important;
    color: #fff !important;
    opacity: 1;
    font-weight: normal;
    text-transform: inherit;
  }
  .cart-discount .fieldset.coupon {
    padding-top: 50px;
  }
  .cart-discount .fieldset.coupon label {
    display: block !important;
    position: absolute;
    top: 15px;
    font-weight: normal;
    color: #000;
    font-size: 16px;
  }
  .checkout-cart-index .cart-discount .fieldset.coupon div.mage-error {
    bottom: -30px;
  }
  .cart-container .form-cart .actions.main .action.update {
    background: #fff;
    border: 1px solid #b5b5b5;
    font-weight: normal;
    color: #606060;
    padding: 8px 15px;
    width: 100%;
  }
  .cart-container .form-cart .actions.main .action.update:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    opacity: 1;
  }
  .cart-container .cart-summary {
    background: #fbfbfb;
    border: 1px solid #ddd;
    padding: 20px;
  }
  .cart-container .cart-summary .summary.title {
    color: #777;
    font-weight: normal;
    font-size: 24px;
    text-transform: inherit;
  }
  .cart-container .cart-summary .block .title {
    border-color: #ccc;
  }
  .cart-totals .grand .amount,
  .opc-block-summary .table-totals .grand .amount,
  .cart-totals .grand .mark,
  .opc-block-summary .table-totals .grand .mark {
    border-top: 1px solid #ccc !important;
  }
  .cart-container .cart-totals {
    border-top: 1px solid #ccc;
  }
  .cart-container .cart-summary .block .title {
    padding-left: 0;
  }
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .cart-totals tbody .amount,
  .cart-totals tfoot .amount {
    padding: 5px 0;
  }
  .cart-totals tbody .grand.totals .mark,
  .cart-totals tfoot .grand.totals .mark {
    color: #777;
    padding: 18px 0px;
    font-size: 18px;
  }
  .cart-totals tbody .grand.totals .amount,
  .cart-totals tfoot .grand.totals .amount {
    font-size: 20px;
    padding: 12px 0;
  }
  .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 14px;
    color: #fff;
    background-color: #000 !important;
    font-weight: normal;
    text-transform: inherit;
  }
  .cart-container .cart-summary .checkout-methods-items .action.primary.checkout::after {
    display: none;
  }
  .cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
    font-weight: normal;
  }
  .cart-container .qty.field .input-text.qty,
  .col.qty .input-text.qty {
    font-weight: normal;
    font-size: 14px;
  }
  .cart-container .cart.table-wrapper .qty.field .control {
    border: 1px solid #ccc;
  }
  .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-dec {
    left: 2px;
    top: -50px;
  }
  .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-inc {
    top: -49px;
  }
  .cart-container .cart.table-wrapper .qty.field .input-text.qty,
  .col.qty .input-text.qty {
    border: 0;
  }
  .cart-container .cart-summary .block.shipping .content {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-container .cart.table-wrapper .product-image-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px;
  }
  .cart-container .cart.table-wrapper .col.subtotal .price {
    color: #222529 !important;
    font-size: 14px;
    font-weight: 400 !important;
  }
  .page-products .header .quickcart-wrapper .block-quickcart {
    margin: 0;
    top: 0;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close {
    display: block;
  }
  .block-content-quickcart .quickcart-top {
    font-weight: normal;
  }
  .page-products .minicart-items .product-item-details {
    order: 2;
    padding-left: 20px;
  }
  .page-products .minicart-items .product-item-photo {
    order: 1;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
    color: #777;
    font-weight: normal;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    color: #777;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
    color: #000;
    font-weight: bold;
  }
  .page-products .minicart-wrapper .product .actions > .secondary {
    box-shadow: none;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
    font-weight: normal;
    text-transform: initial;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    color: #4e4e4e;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
    font-weight: normal;
  }
  .page-products .minicart-wrapper .block-minicart .subtotal .amount {
    margin-left: 5px;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary .viewcart {
    font-weight: normal;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus::after {
    content: '\f805' !important;
    font-family: 'porto-icons' !important;
    font-size: 16px;
    color: #333;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus::after {
    content: '\f806' !important;
    font-family: 'porto-icons' !important;
    font-size: 16px;
    color: #333;
  }
  .page-main .cart-summary .block {
    margin-top: 10px;
  }
  .cart.table-wrapper .item .col.item {
    display: block;
    padding: 20px 10px;
    width: 100% !important;
    padding-left: 95px;
    margin-top: 20px;
  }
  .cart.table-wrapper .col.item,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    float: left !important;
    width: 33% !important;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    position: absolute;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    margin-bottom: 15px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    font-weight: normal;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-inc {
    left: 29px !important;
    top: -20px !important;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-dec {
    left: 29px !important;
    top: -5px !important;
  }
  .checkout-cart-index .page-wrapper main#maincontent {
    margin: 0 auto;
  }
  .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 18px;
  }
  .cart-container .form-cart .actions.main .action.update {
    font-size: 18px;
    padding: 12px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 15px 90px 9px 15px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    text-align: right;
  }
  .cart.table-wrapper .vendor-name {
    text-align: right;
  }
  .page-header .minicart-wrapper .block-minicart li > .product {
    flex-direction: row-reverse;
  }
  .page-header .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
    font-weight: bold;
    font-size: 14px;
  }
  .page-header .quickcart-wrapper.minicart-wrapper .product .actions > .secondary {
    right: -5px;
    top: -6px;
    left: inherit;
  }
  .page-header .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
    font-weight: bold;
  }
  .page-products .quickcart-wrapper.minicart-wrapper .block-minicart .subtotal .amount {
    margin: 0;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary .viewcart {
    font-weight: bold;
    font-size: 14px;
  }
  .page-products .minicart-items .product-item-details .details-qty {
    display: inline-block;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update {
    float: left;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus {
    float: right;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
    color: #000;
    font-weight: normal;
    font-size: 14px;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    font-size: 14px;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
    font-size: 16px;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus::after {
    font-weight: bold;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus::after {
    font-weight: bold;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
    padding: 0;
  }
  .cart-container .cart-summary .block .field select {
    color: #000;
    font-size: 13px;
  }
  .cart-container .cart.table-wrapper .col.item,
  .cart-container .cart.table-wrapper .col.qty,
  .cart-container .cart.table-wrapper .col.price,
  .cart-container .cart.table-wrapper .col.subtotal,
  .cart-container .cart.table-wrapper .col.msrp {
    float: right !important;
  }
  .modal-popup.confirm .action-close {
    transform: inherit;
    height: auto;
    background: none!important;
    border: 0 !important;
  }
  body.catalog-product-view .price-per-metre .price-wrapper span.price {
    font-size: 20px !important;
  }
  .swatch-attribute-selected-option {
    display: none;
  }
  html body.catalog-product-view .product-info-main .swatch-option {
    width: 62.8px !important;
    height: 60px !important;
    float: right !important;
    margin-right: 10px;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-options {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
  }
  body.catalog-product-view .box-tocart .qty.field .control {
    margin-top: 10px !important;
  }
  html body.catalog-product-view .swatch-attribute-options.clearfix {
    margin-top: 5px;
  }
  body.catalog-product-view .product-options-bottom .box-tocart .action.tocart::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  body.catalog-product-view .swatch-option.selected {
    outline: 2px solid #ff5501 !important;
  }
  .full-screen-slider.home-slider .owl-carousel {
    margin-bottom: 0px;
  }
  body.cms-index-index .column.main .widget.block.block-static-block:nth-of-type(2) {
    margin-top: 0 !important;
  }
  .featured-products-container .filterproduct-title {
    margin: 20px 0;
  }
  body.cms-index-index .featured-products-container #featured_product {
    padding: 0 35px;
  }
  .featured-products .porto-icon-right-open-huge::before,
  .featured-products .porto-icon-left-open-huge::before {
    font-size: 110px;
  }
  body.cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-prev {
    left: -75px;
  }
  body.cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-next {
    right: -95px;
  }
  .cms-index-index .delivery-info .delivery {
    text-align: center;
  }
  .cms-index-index .delivery-info .delivery img {
    float: none !important;
  }
  header.page-header.type3 .logo {
    margin: 1px auto !important;
  }
  header.page-header.type3 .header.panel .search-area .search-toggle-icon {
    top: 0;
  }
  header.page-header.type3 .header.panel .minicart-wrapper .action.showcart::before {
    top: 10px;
  }
  header.page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    left: 33px !important;
    top: 31px !important;
  }
  div.full-screen-slider.home-slider .owl-carousel {
    padding-top: 10px;
  }
  .filterproducts .product-item-info .product-item-details .price-box.price-final_price .price {
    display: inline-block;
    font-size: 16px !important;
    line-height: 1;
  }
  .filterproducts .product-item-info .product-item-details .price-box.price-final_price span {
    font-size: 16px;
  }
  .products-grid .product-item-description {
    margin: 2px 0;
  }
  .catalog-category-view #layer-product-list {
    margin-top: 60px;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-label {
    text-align: center;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values span {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 0 5px;
  }
  .minicart-items .product-item-details .product.options dt {
    font-size: 14px;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    font-size: 16px;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
    color: #000;
    font-weight: bold;
    font-size: 15px !important;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container {
    display: block;
    width: 100%;
  }
  body.catalog-category-view .page-main {
    padding-top: 100px !important;
  }
  #layer-product-list .product.photo.product-item-photo {
    border-radius: 0 !important;
  }
  body.catalog-category-view ol.filterproducts.products.list.items.product-items {
    padding: 0px 5px;
  }
  /* login css  */
  .customer-account-login .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper {
    background-color: #f4f4f4;
    border-bottom: none;
    padding: 3.75rem 20px;
    text-align: center;
    position: relative;
    margin-top: 0px;
  }
  .customer-account-login .page-title-wrapper h1.page-title,
  .customer-account-create .page-title-wrapper h1.page-title,
  .customer-account-forgotpassword .page-title-wrapper h1.page-title {
    color: #212529 !important;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
  }
  .customer-account-login .page-title-wrapper::before,
  .customer-account-login .page-title-wrapper::after,
  .customer-account-create .page-title-wrapper::before,
  .customer-account-create .page-title-wrapper::after,
  .customer-account-forgotpassword .page-title-wrapper::before,
  .customer-account-forgotpassword .page-title-wrapper::after {
    content: '';
    position: absolute;
    width: 30vw;
    height: 100%;
    top: 0;
    background: inherit;
  }
  .customer-account-login .page-title-wrapper::before,
  .customer-account-create .page-title-wrapper::before,
  .customer-account-forgotpassword .page-title-wrapper::before {
    right: 100%;
  }
  .customer-account-login .page-title-wrapper::after,
  .customer-account-create .page-title-wrapper::after,
  .customer-account-forgotpassword .page-title-wrapper::after {
    left: 100%;
  }
  .customer-account-login .column.main,
  .customer-account-create .column.main,
  .customer-account-forgotpassword .column.main {
    margin-top: 100px;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .login-container .block .actions-toolbar > .primary,
  .login-container .block .actions-toolbar > .secondary {
    display: block;
    float: none !important;
    width: 100%;
  }
  .login-container .block .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .login-container .block .actions-toolbar > .primary .action,
  .login-container .block .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
  }
  .login-container .actions-toolbar .primary .action,
  .login-container .block .actions-toolbar > .secondary .action {
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -0.015em;
    font-weight: 700;
    line-height: 4.4rem;
    padding: 0 2rem;
    font-size: 18px !important;
  }
  .login-container {
    border: 0;
    box-shadow: none;
  }
  div.login-container .fieldset::after {
    position: inherit;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
  .login-container .block .block-title strong {
    font-weight: 700;
    color: #222529;
    font-size: 22px;
  }
  div.login-container .fieldset > .field .label {
    color: #777;
    font-weight: 600;
    font-size: 15px;
  }
  div.login-container a.action.remind {
    margin-right: 0;
    color: #222529;
    font-weight: 600;
    font-size: 15px;
  }
  div.login-container .field.note {
    font-size: 15px;
  }
  .login-container .fieldset.login .field input.input-text {
    height: 50px !important;
  }
  .am-porto-cmtb.customer-account-login .page-main {
    padding-top: 120px !important;
    max-width: 100% !important;
  }
  /*  forget password  */
  .columns .password.forget .fieldset > .field > .control {
    width: 100%;
  }
  .columns .password.forget .block .actions-toolbar > .primary,
  .columns .password.forget .block .actions-toolbar > .secondary {
    display: block;
    float: none !important;
    width: 100%;
  }
  .columns .password.forget .block .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .columns .password.forget .block .actions-toolbar > .primary .action,
  .columns .password.forget .block .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
  }
  .columns .password.forget .actions-toolbar .primary .action,
  .columns .password.forget .block .actions-toolbar > .secondary .action {
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -0.015em;
    font-weight: 700;
    line-height: 4.4rem;
    padding: 1rem 2rem;
    font-size: 18px !important;
    height: auto;
  }
  .columns .password.forget {
    border: 0;
    box-shadow: none;
  }
  .columns .password.forget .fieldset::after {
    position: inherit;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
  .columns .password.forget .block .block-title strong {
    font-weight: 700;
    color: #222529;
    font-size: 22px;
  }
  .columns .password.forget .fieldset > .field .label {
    color: #777;
    font-weight: 600;
    font-size: 15px;
  }
  .columns .password.forget a.action.remind {
    margin-right: 0;
    color: #222529;
    font-weight: 600;
    font-size: 15px;
  }
  .columns .password.forget .field.note {
    font-size: 15px;
  }
  .columns .password.forget .fieldset .field input.input-text {
    height: 50px !important;
  }
  .customer-account-forgotpassword main#maincontent {
    margin-top: 0;
    max-width: 100% !important;
  }
  .customer-account-forgotpassword .page-main,
  .customer-account-login .page-main {
    padding-top: 120px !important;
    max-width: 100% !important;
  }
  .customer-account-login .column.main {
    margin-top: 0;
  }
  .form.password button.captcha-reload {
    width: auto;
  }
  .autocomplete-suggestions .product-line.product-price {
    display: none;
  }
  .language.switcher-language .switcher-options {
    top: -3px;
  }
  .language.switcher-language .switcher-options a {
    font-size: 14px;
  }
  input.input-text {
    font-size: 16px !important;
  }
  .customer-account-create .form.create.account.form-create-account {
    border: 0;
    box-shadow: none;
  }
  .customer-account-create .page-main {
    max-width: 100% !important;
    padding-top: 110px !important;
  }
  .customer-account-create .form.create.account .actions-toolbar {
    padding: 0;
  }
  .customer-account-create .actions-toolbar .action.primary {
    padding: 1rem 0 !important;
    height: auto !important;
    font-size: 18px !important;
  }
  .customer-account-create input.input-text {
    height: 50px !important;
  }
  .page-wrapper .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    font-size: 16px !important;
    margin-right: 3px;
  }
  .create .legend span {
    font-weight: bold;
  }
  /* 13-01-2025 css start  */
  .block {
    margin-bottom: 2em;
  }
  select {
    font-size: 16px !important;
  }
  .customer-account-index .page-main,
  .customer-address-index .page-main,
  .customer-address-form .page-main {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 80px !important;
  }
  .customer-account-index .block .block-title {
    color: #313131;
  }
  .block .block-title {
    margin: 5px 0 10px;
    line-height: 1.2;
    font-size: 16px;
  }
  .customer-account-index .box .box-title {
    font-size: 14px;
  }
  .box .box-content {
    font-size: 14px;
  }
  .sidebar.sidebar-main .sidebar.sidebar-additional {
    padding: 30px 0 20px;
  }
  .block-collapsible-nav .title::after {
    font-size: 20px;
    margin: 0;
  }
  .account .block-reorder .product-item {
    padding: 4px 0;
  }
  .customer-account-index .action,
  .customer-address-index .action,
  .customer-address-form .action {
    font-size: 13px;
  }
  .account form {
    border: 0 !important;
    box-shadow: none !important;
    padding: 20px 0;
  }
  .block-collapsible-nav .item {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    border-bottom: 1px solid #ddd;
  }
  .block-collapsible-nav .item:last-child a {
    border-bottom: 0;
  }
  .block-collapsible-nav .content.active {
    border-bottom: 0 !important;
  }
  /* poroduct delet popup */
  .modals-wrapper .modal-popup.confirm._show .modal-inner-wrap {
    width: 96%;
    max-width: 96%;
    margin-top: 14rem;
  }
  .modal-popup.confirm._show .modal-content {
    font-size: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10px;
  }
  .modal-popup.confirm._show button:not(.primary) {
    padding: 12px 30px;
    font-size: 15px !important;
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    width: auto;
  }
  .modal-popup.confirm._show .modal-footer .action-secondary.action-dismiss {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    width: auto;
  }
  .modal-popup.confirm._show .action-close {
    right: inherit;
    top: -5px;
    left: -7px;
  }
  .modal-popup.confirm._show button:not(.primary) {
    border: 0;
  }
  .modal-popup.confirm._show button.action-primary.action-accept {
    border: 1px solid #ccc;
  }
  /* 14-01-2025 css   */
  .catalog-category-view div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    display: none !important;
  }
  .catalog-category-view .sidebar.mobile-sidebar .sidebar-content .block-category-list {
    display: none !important;
  }
  body.catalog-category-view .sidebar.sidebar-main .sidebar-content {
    border: 0;
  }
  aside.modal-popup.confirm._show .action-close::before {
    transform: rotate(45deg);
    border-color: #0d0d0d;
    top: 19px;
    left: 14px;
  }
  aside.modal-popup.confirm._show .action-close::after {
    transform: rotate(45deg);
    border-color: #0d0d0d;
    top: 17px;
    left: 20px;
  }
  header.page-header.type3 {
    border-bottom: 1px solid #000;
  }
  div.full-screen-slider.home-slider .owl-carousel {
    padding-top: 0;
  }
  .checkout-container div.opc-estimated-wrapper {
    border-top: 0;
    border-bottom: 0;
    float: right;
    margin: 0 0 10px !important;
    padding: 0;
  }
  .checkout-container .checkout-header {
    display: none;
  }
  div.checkout-container .authentication-wrapper {
    margin-top: 6px !important;
    width: auto !important;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block {
    margin-top: 0;
  }
  .checkout-index-index .columns .column.main {
    margin-top: 100px;
  }
  /*arabic*/
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart {
    display: none;
  }
  .header .minicart-wrapper.quickcart-wrapper.minicart-weltpixel.active .minicart-items-wrapper {
    padding-top: 70px !important;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout {
    position: absolute;
    top: 65px;
    left: 0;
  }
  .page-header .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
    font-size: 15px;
  }
  .catalog-category-view .sidebar.mobile-sidebar .sidebar-content .block-category-list {
    display: none;
  }
  .add-to-cart-dialog .popup-image {
    border: 1px solid #000;
    padding: 5px;
  }
  .sidebar.sidebar-main .sidebar-content .filter-options-content {
    padding-right: 0px !important;
  }
  .sidebar-content .filter-options-content a {
    font-size: 14px;
  }
  #layered-filter-block .filter-current {
    display: none;
  }
  .modal-popup.add-to-cart-popup._show .action-close::before {
    transform: rotate(45deg);
    border-color: #0d0d0d;
    top: 19px;
    left: 14px;
  }
  .modal-popup.add-to-cart-popup._show .action-close::after {
    transform: rotate(45deg);
    border-color: #0d0d0d;
    top: 17px;
    left: 20px;
  }
  .modal-popup.add-to-cart-popup._show .modal-header .action-close {
    right: inherit;
    top: 0;
    left: 0px;
    transform: inherit;
    width: auto !important;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .qty.field .qty-changer .qty-dec {
    left: -2px !important;
    top: 16px !important;
    position: absolute;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: row;
  }
  .checkout-payment-method .payment-option-title .action-toggle::after {
    font-size: 20px;
  }
  .opc-block-summary .items-in-cart > .title::after {
    font-size: 20px;
  }
  .ammenu-menu-toggle.-active .ammenu-icon:nth-of-type(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  body.checkout-cart-index .page-title-wrapper {
    padding-top: 2rem;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-right: 0px;
  }
  .cart-container .cart-summary .summary.title {
    color: #777;
    font-weight: normal;
    font-size: 24px;
    text-transform: inherit;
    display: block;
    margin-top: 0;
  }
  .cart-container .cart-summary .block .title {
    padding-right: 0;
  }
  .cart-summary .block form:not(:last-of-type) .fieldset.estimate {
    margin-bottom: 0;
  }
  .fieldset.rate dt {
    font-size: 14px;
  }
  #co-shipping-method-form .item-options .field.item label.label {
    left: -25px;
    font-size: 14px;
  }
  .cart-summary .block .item-options {
    margin: 0 0 5px;
  }
  .cart-container .cart-summary .block.shipping .content {
    padding-bottom: 10px;
  }
  .cart-container .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .cart-totals tbody .amount,
  .cart-totals tfoot .amount {
    padding: 5px 0;
    padding-right: 0 !important;
    font-size: 14px;
  }
  html body span.price {
    font-size: 14px !important;
  }
  .cart-totals .grand strong,
  .opc-block-summary .table-totals .grand strong {
    padding: 0;
  }
  .cart-container .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 18px;
    padding: 12px 0;
    height: auto;
  }
  .cart.table-wrapper .item-options dd,
  .block-giftregistry-shared-items .product .item-options dd,
  .multicheckout .item-options dd {
    font-size: 14px;
  }
  .cart.table-wrapper .vendor-name {
    font-size: 14px;
  }
  .cart-totals tbody .grand.totals .amount,
  .cart-totals tfoot .grand.totals .amount span.price {
    font-size: 20px !important;
  }
  .cart.table-wrapper .actions-toolbar {
    min-height: 20px;
    padding-bottom: 30px;
    position: relative;
    float: none !important;
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit,
  .cart.table-wrapper .actions-toolbar > .action-delete {
    margin: 0;
    left: inherit;
    right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit {
    right: 30px;
  }
  .cart.table-wrapper .col.qty .field.qty {
    position: relative;
    display: inline-block;
  }
  .cart.table-wrapper .col.qty .field.qty .control.qty {
    width: 104px;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    position: relative;
  }
  .qty.field .qty-changer {
    position: relative;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-inc {
    top: -50px !important;
    right: 15px !important;
    left: inherit !important;
    position: absolute !important;
    height: 3rem;
    line-height: 3rem;
    width: 30px;
    position: absolute;
    color: #222529;
    display: block;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-dec {
    left: 15px !important;
    top: -52px !important;
    position: absolute !important;
    height: 3rem;
    line-height: 3rem;
    width: 30px;
    position: absolute;
    color: #222529;
    display: block;
  }
  .qty.field .qty-changer > a::before,
  .col.qty .qty-changer > a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid;
    margin-top: -0.5px;
    margin-left: -4.5px;
    color: #222529;
  }
  .qty.field .qty-changer > a.qty-inc::after,
  .col.qty .qty-changer > a.qty-inc::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 9px;
    border-left: 1px solid;
    margin-top: -4.5px;
    margin-left: -0.5px;
  }
  .cart-container .form-cart .actions.main .action.update {
    padding: 10px;
  }
  .columns .cart-container {
    border-bottom: 1px solid #ddd;
  }
  .columns .cart-container .form-cart {
    margin-bottom: 8px;
  }
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit,
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-inc i,
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-dec i {
    display: none;
  }
  .cart-container .cart.table-wrapper .qty.field .input-text.qty,
  .col.qty .input-text.qty {
    color: #000;
  }
  .cart-container .cart.table-wrapper .col.subtotal .price {
    font-size: 14px !important;
  }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 14px !important;
  }
  .cart-container .product-item-details .product-item-name a {
    font-weight: bold;
  }
  .cart.table-wrapper .item .col.item {
    margin-top: 5px;
  }
  .checkout-cart-index .page-main > .page-title-wrapper .page-title {
    font-size: 20px;
  }
  html body .cart-container .grand.totals span.price {
    font-size: 20px !important;
    font-weight: bold;
  }
  .product.media .fotorama__caption .fotorama__caption__wrap {
    display: none !important;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec {
    left: -1px !important;
    top: 13px !important;
    position: absolute;
  }
  .catalog-product-view .product-info-main .box-tocart .actions #product-addtocart-button {
    padding: 20px 0;
    height: auto;
    position: relative;
  }
  .catalog-product-view .box-tocart .action.tocart > span {
    margin-left: 0px;
  }
  .product.data.items .value p:last-child {
    font-size: 14px;
  }
  body.catalog-product-view .product-options-bottom .box-tocart .action.tocart::before {
    right: 20%;
  }
  .product.info.detailed .additional-attributes {
    font-size: 14px;
  }
  .product.attribute.description .value {
    font-size: 14px;
  }
  .checkout-shipping-address .fieldset.address div[name$=".firstname"] {
    width: 48%;
    margin-left: 4%;
  }
  .checkout-shipping-address .fieldset.address div[name$=".lastname"] {
    width: 48%;
  }
  .checkout-index-index .fieldset.address > div.field {
    margin-bottom: 5px;
  }
  .checkout-index-index .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 0;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding: 8px 10px;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label span {
    margin-top: 5px;
  }
  .checkout-index-index .amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
    margin-top: 15px;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
    padding: 12px 0;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    margin-bottom: 5px;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item .product {
    padding-bottom: 8px;
  }
  .checkout-index-index .step-content.amcheckout-content .table-checkout-shipping-method tbody {
    padding-bottom: 0px;
  }
  .checkout-index-index .amcheckout-step-container input[type="radio"] + label::before {
    margin-right: 2px;
    margin-left: 5px;
  }
  .fieldset.address div[name*=".street"] {
    font-size: 16px;
  }
  body.checkout-index-index .opc-block-summary .table-totals tbody .mark,
  body.checkout-index-index .opc-block-summary .table-totals .grand .mark {
    padding-right: 0px !important;
  }
  .catalog-product-view .product-cart-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 2px 20px;
    z-index: 9;
    border-top: 1px solid #101010;
  }
  body.catalog-product-view {
    padding-bottom: 82px !important;
  }
  html body.catalog-product-view .column.main {
    margin-top: 20px !important;
  }
  body.catalog-product-view div.owl-carousel .owl-nav {
    top: 30%;
    left: 12%;
    width: 110%;
  }
  .featured-products .owl-controls .owl-nav .owl-prev em,
  .featured-products .owl-controls .owl-nav .owl-next em {
    color: #6f6f6f;
  }
  div.page-wrapper .minicart-wrapper .action.showcart::before {
    background-image: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/cart-icon-mobile.svg) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
  }
  header.page-header.type3 .header.content .header.panel .minicart-wrapper .action.showcart::before {
    top: 8px;
    left: 17px !important;
  }
  div.featured-products .porto-icon-left-open-huge::before {
    background-image: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/left-arrow-transparent.png) !important;
    width: 40px !important;
    height: 40px !important;
    content: "";
    font-size: 0;
    background-size: 20px !important;
    background-repeat: no-repeat;
    background-position: left center;
  }
  body.cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-prev {
    left: -25px;
  }
  body.cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-next {
    right: -25px;
  }
  div.featured-products .porto-icon-right-open-huge::before {
    background-image: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/right-arrow-transparent.png) !important;
    width: 40px !important;
    height: 40px !important;
    content: "";
    font-size: 0;
    background-size: 20px !important;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .catalog-product-view .featured-products-container {
    padding: 0 10px;
  }
  body.catalog-product-view .featured-products-container .owl-carousel .owl-nav .porto-icon-left-open-huge::before {
    font-size: 0px !important;
  }
  body.catalog-product-view .featured-products-container .owl-carousel .owl-nav .porto-icon-right-open-huge::before {
    font-size: 0px !important;
  }
  body.catalog-product-view .featured-products-container div.owl-carousel .owl-nav {
    top: 30%;
    left: 0;
    width: 100%;
  }
  body.catalog-product-view .featured-products-container .owl-controls .owl-nav .owl-prev {
    left: -15px;
  }
  body.catalog-product-view .featured-products-container .owl-controls .owl-nav .owl-next {
    right: -25px;
  }
  div.product-item-info.type1 .swatch-attribute-options,
  div.product-item-info.type2 .swatch-attribute-options {
    justify-content: flex-start;
    margin-top: 15px;
  }
  div.swatch-attribute.size .swatch-option,
  .swatch-attribute.manufacturer .swatch-option {
    border: 1px solid #e9e9e9;
    background: #eaeaea;
    color: #000;
    font-size: 13px;
    outline: none;
    padding: 10px 8px;
    margin: 5px 2px;
    line-height: 1.2;
    height: auto !important;
    min-width: 45px;
    box-shadow: none !important;
    border-radius: 6px;
  }
  div.swatch-attribute.size .swatch-option.selected,
  div.swatch-attribute.manufacturer .swatch-option.selected {
    color: #000;
    border-color: #000;
    outline: none !important;
  }
  body.catalog-product-view .product-info-main .swatch-option {
    width: 50px !important;
    height: 45px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    border-color: #e1e1e1;
    color: #000;
    margin-left: 3px;
    box-shadow: none !important;
  }
  header.page-header.type3 .minicart-wrapper .block-minicart {
    z-index: 99;
  }
  body.catalog-category-view .sidebar.sidebar-main {
    z-index: 99999;
  }
  body.filter-active .page-wrapper {
    visibility: visible;
    height: auto;
    margin-top: 0;
  }
  body.catalog-category-view div#narrow-by-list.filter-options {
    box-shadow: none !important;
    display: block;
  }
  body.catalog-category-view .filter-options-item {
    padding: 0px 10px !important;
  }
  body.catalog-category-view .page-main .sidebar.sidebar-main .layered-filter-block-container .filter .filter-title {
    display: none;
  }
  body.catalog-category-view .page-main .sidebar.sidebar-main .sidebar-content .filter-options-content {
    box-shadow: none;
  }
  body.catalog-category-view .sidebar-main #ln_slider_price.ui-slider-horizontal {
    height: 7px;
  }
  body.catalog-category-view .sidebar-main .layered-filter-block-container .filter-content .filter-options-item .ui-slider-handle {
    height: 18px !important;
    width: 13px !important;
    bottom: -4px;
    border-radius: 4px !important;
  }
  body.catalog-category-view .page-main .sidebar.sidebar-main .sidebar-content .filter-options-content .items {
    margin-top: 10px;
  }
  body.catalog-category-view #layer-product-list .filter-placeholder {
    display: none !important;
  }
  body.catalog-category-view #layer-product-list .toolbar {
    background: #f5f5f5;
    border: #dcdcda solid 1px !important;
    margin-bottom: 20px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    width: 100%;
    left: 0 !important;
    z-index: 98 !important;
  }
  body.catalog-category-view .toolbar a.porto-product-filters-toggle svg {
    fill: #656565;
    stroke: #656565;
    width: 28px;
    position: absolute;
    top: 4px;
    right: 10px;
  }
  body.catalog-category-view #layer-product-list {
    margin-top: 12px;
  }
  body.catalog-category-view .toolbar-products .porto-product-filters-toggle {
    display: block !important;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
  }
  body.catalog-category-view .category-cms {
    margin-bottom: 0px;
  }
  body.catalog-category-view header.page-header.type3 {
    z-index: 99 !important;
  }
  body.catalog-category-view .toolbar-sorter.sorter::after {
    top: 0px;
    right: inherit;
    left: 0;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
    background: #DAA520;
    border-color: #DAA520;
    color: #000;
  }
  .catalog-product-view .product-info-main .box-tocart .actions #product-addtocart-button {
    background: #DAA520;
    border-color: #DAA520;
  }
  body.catalog-category-view #layer-product-list .products.wrapper ~ .toolbar.toolbar-products {
    border: 0 !important;
    background: none;
  }
  body.catalog-category-view .products.wrapper ~ .toolbar.toolbar-products a.porto-product-filters-toggle {
    display: none !important;
  }
  body.catalog-category-view .products.wrapper ~ .toolbar .sorter,
  body.catalog-category-view .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  /* 20-01-2025 css start */
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label {
    display: block;
  }
  .header .minicart-wrapper .block-minicart .subtotal {
    justify-content: center;
  }
  .catalog-category-view .products-grid .swatch-option.color::after,
  .catalog-category-view .products-grid .swatch-option.image::after {
    width: 34px;
    height: 34px;
    top: -3px;
    left: -3px;
    border-radius: 0;
  }
  .catalog-category-view .products-grid .swatch-option.color,
  .catalog-category-view .products-grid .swatch-option.image {
    width: 28px !important;
    height: 28px !important;
    border-radius: 0;
  }
  header.page-header .switcher.switcher-currency .switcher-options ul.dropdown li a {
    padding-bottom: 0px;
  }
  .page-header .switcher .options ul.dropdown a > img {
    max-width: 24px;
  }
  .checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
    background: #DAA520 !important;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action {
    min-width: 50px;
    position: absolute;
    left: 0px;
    z-index: 9;
    text-align: right;
  }
  header.page-header .switcher.switcher-currency .switcher-options ul.dropdown {
    top: 20px;
  }
  /* 22-01-2025 css start */
  .catalog-product-view .product-info-main .product-info-price .price-label {
    display: none !important;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box .price-container {
    position: absolute;
    right: 8px;
    top: 7px;
    margin: 0;
  }
  body.catalog-product-view .product-info-main .product-info-price {
    position: relative;
  }
  body.catalog-product-view .price-per-metre .price-box .price-wrapper span.price {
    font-size: 20px !important;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre {
    padding-left: 15px !important;
  }
  body.catalog-product-view .product-info-price .price-box .price-container .price,
  .product-info-main .product-info-price .price-wrapper .price {
    font-size: 20px !important;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box {
    justify-content: flex-end;
  }
  /* 23-01-2025 css start */
  .catalog-category-view .products-grid .swatch-option.image::after {
    border-color: #b7b7b7 !important;
  }
  .catalog-category-view .products-grid .swatch-option:focus {
    box-shadow: none;
  }
  header.page-header.type3 {
    border-bottom: 1px solid #b7b7b7 !important;
  }
  .add-to-cart-dialog .popup-image {
    border: 1px solid #b7b7b7 !important;
  }
  body.catalog-product-view .swatch-option.selected {
    outline: 2px solid #000 !important;
  }
  body.catalog-product-view .swatch-option.disabled::after {
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #666), color-stop(53%, #666), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  }
  body.catalog-product-view .product-cart-sticky {
    border-top: 1px solid #b7b7b7;
  }
  header.page-header.type3 .logo {
    top: 3px;
  }
  .catalog-category-view ol.filterproducts.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .catalog-category-view .products-grid.columns3 .product-item {
    height: auto;
  }
  body.catalog-product-view .products-grid.wrapper.grid .product-item {
    width: auto !important;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus::after {
    top: -2px;
    position: relative;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus::after {
    top: -2px;
    position: relative;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
    border-top: 0;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .page-wrapper .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    position: relative;
    top: -2px;
  }
  .mp-search .minisearch .actions {
    right: inherit;
    left: 0;
  }
  header.page-header.type3 .header.panel .block-search .action.search {
    border-right: 0;
  }
  header.page-header.type3 .block-search .control {
    margin: 0;
  }
  header.page-header.type3 .header.panel div.block-search {
    left: 0;
    right: inherit;
  }
  header.page-header.type3 .header.panel .block-search .action.search {
    left: -15px;
  }
  header.page-header.type3 .header.panel div.block-search {
    top: 50px;
  }
  .header .form.minisearch.active .control {
    position: inherit !important;
    background: none;
  }
  .header .mp-search .minisearch .actions {
    right: inherit;
    left: 0;
  }
  /*  07-03-2025 css start   */
  header.page-header.type3 .header.panel .span-search {
    display: none;
  }
  header.page-header .header.panel .top-panel .search-area span {
    margin-top: 0px !important;
  }
  header.page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    left: 35px !important;
    top: 33px !important;
    margin: 0 !important;
    width: auto;
    height: auto;
  }
  .page-header.type3 .search-toggle-icon {
    right: 70px !important;
  }
  .page-header.type3 .header.panel .search-area {
    width: unset !important;
    right: unset !important;
    left: 0;
  }
  .page-header.type3 .header.panel .search-area a i {
    display: block;
  }
  .page-header.type3 .search-area a i {
    left: 10px;
  }
  header.page-header.type3 .header.panel div.block-search {
    display: none !important;
  }
  header.page-header.type3 .header.panel div.block-search.show {
    display: block !important;
  }
  header.page-header.type3 .header.panel .search-area .search-toggle-icon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .deal.wk-daily-deal {
    margin-bottom: 20px;
    background: #f5f5f5;
    border: 0;
    box-shadow: none;
  }
  .owl-controls .owl-nav.disabled .owl-next,
  .owl-controls .owl-nav.disabled .owl-prev {
    background: none !important;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    background: none !important;
  }
  body.catalog-product-view .product-info-main div.product-info-price {
    flex-wrap: nowrap;
    padding: 5px 8px 7px 10px;
  }
  .deal.wk-daily-deal {
    width: 100% !important;
    margin-bottom: 20px;
    background: #f5f5f5;
  }
  body.catalog-product-view .product-info-main .product-info-price {
    flex-wrap: nowrap;
  }
  .catalog-category-view .columns ul.magepow-categories-grid {
    display: none;
  }
  .product-item-info .product-item-details .price-box.discount-price-price-per-metre span {
    color: red !important;
  }
  .product-item-info .product-item-details .price-box.discount-price-price-per-metre span {
    color: red !important;
  }
  .product-item-info .product-item-details .price-box.old-price-price-per-metre .price {
    color: #777 !important;
  }
  .product-item-info .product-item-details .price-box.old-price-price-per-metre {
    margin-bottom: 0;
  }
  .product-item-info .product-item-details .price-box.discount-price-price-per-metre {
    margin-top: 0;
  }
  /*arabic*/
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box.old-price-per-metre {
    text-decoration: line-through;
    color: #000;
  }
  body.catalog-product-view .price-per-metre .discount-price-per-metre span {
    color: red !important;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box.old-price-per-metre span {
    font-size: 20px;
  }
  .featured-products .wk-deal-off-box {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
  }
  .featured-products .deal-price-label {
    color: white;
    background: #f71509;
    padding: 3px;
    font-weight: 700;
    display: inline-block;
  }
  .featured-products .wk-daily-deal > .price-box {
    position: absolute;
    top: 60px;
    background-color: rgba(248, 248, 248, 0.7);
    padding: 10px 10px;
    text-align: center;
    direction: rtl;
    font-family: Tajawal, sans-serif;
    border-top: 1px solid #ddd;
    z-index: 2;
    width: 92%;
    left: 10px;
  }
  .featured-products .wk-save-box {
    font-size: 13px;
    color: #28a745;
    font-weight: bold;
  }
  .featured-products .countdown-timer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .featured-products .countdown-box {
    background-color: #DAA520;
    color: #fff;
    text-align: center;
    padding: 11px 25px;
    width: 44px;
    height: 45px;
    padding-top: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .featured-products .countdown-box .countdown-value {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.2;
  }
  .featured-products .countdown-box .countdown-label {
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 1;
  }
  .featured-products .products-grid .product-item .product-item-info {
    position: static;
  }
  .featured-products .product-item-details {
    position: static;
  }
  .featured-products .deal.wk-daily-deal {
    position: static !important;
  }
  .featured-products .countdown-timer {
    flex-wrap: wrap;
    width: 100%;
  }
  .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box {
    flex-wrap: wrap;
  }
  .featured-products .countdown-box {
    width: 70px !important;
  }
  .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box {
    width: 91% !important;
  }
  .featured-products .wk-daily-deal > .price-box {
    top: 40px;
  }
  .featured-products .wk_cat_count_clock {
    margin-bottom: 8px;
  }
  .catalog-category-view .filterproducts .product-item-info .product-item-details .old-price-price-per-metre {
    position: relative;
    display: inline-block;
  }
  .catalog-category-view .filterproducts .product-item-info .product-item-details .old-price-price-per-metre:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #777 !important;
    height: 1px;
    width: 100%;
  }
  div.products-grid .product-item .product-item-details .product-item-name {
    min-height: inherit;
  }
  #layer-product-list .deal.wk-daily-deal {
    margin-bottom: 0;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat !important;
    background-size: auto;
    background-size: contain;
  }
  .minicart-items .product.options .toggle::after {
    content: '\e81c';
  }
  .minicart-items .toggle::after {
    position: static;
    margin: 0 0 0 0.25em;
    color: #8f8f8f;
  }
  .minicart-items .product.options .toggle::after {
    font-family: 'porto-icons';
  }
  .minicart-items .product .toggle {
    cursor: pointer;
  }
  .checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
    border: 0;
  }
  #ln_product_overlay .loader {
    padding: 9px 14px;
    gap: 12px;
    /* slightly smaller gap on mobile */
    min-height: 34px;
    max-width: 92vw;
  }
  #ln_product_overlay .loader::before {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
  #ln_product_overlay .loader::after {
    content: "جارِ عرض المزيد";
    font-size: 14px;
  }
  body.catalog-category-view .columns .column.main {
    padding-bottom: 40px !important;
  }
  /* === FORCE DISABLE MAGENTO'S COLUMN LAYOUT === */
  body.category-black .columns,
  body.category-black .column.main {
    width: 100% !important;
    margin-top: 0 !important;
  }
  /* === BACKGROUNDS === */
  .category-black {
    background: #000 !important;
  }
  .category-black .page-wrapper {
    background: black !important;
  }
  .category-black .page-main {
    background: black !important;
    padding-top: 110px !important;
  }
  /* === HEADER === */
  .category-black .page-header.type3 {
    background: #000 !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3) !important;
  }
  .category-black .header.content {
    background: none !important;
  }
  .category-black .topbar .offer-text {
    color: #ffd700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
    font-weight: 500 !important;
  }
  .category-black .page-header.type3 a {
    color: #f4e7d1 !important;
    transition: color 0.3s ease !important;
  }
  .category-black .page-header.type3 a:hover {
    color: #ffd700 !important;
  }
  /* === LOGO === */
  .category-black .logo img {
    filter: brightness(0) invert(1) !important;
    max-width: 120px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* === SEARCH & CART === */
  .category-black .search-area .search-span,
  .category-black .search-area a i,
  .category-black header.page-header .search-area span.span-cart {
    color: #fff !important;
  }
  .category-black .page-header.type3 .header.panel .minicart-wrapper::before {
    filter: brightness(0.5) invert(1) !important;
  }
  .category-black .page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    background-color: transparent !important;
    background: none !important;
    color: #fff !important;
  }
  /* === NAVIGATION === */
  .category-black .ammenu-nav-sections,
  .category-black .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    background: #000 !important;
  }
  .category-black .ammenu-menu-toggle .ammenu-icon,
  .category-black .ammenu-nav-sections .ammenu-tabs-container > .ammenu-title > .ammenu-link,
  .category-black .ammenu-nav-sections.nav-sections .header.links li > a {
    color: #fff !important;
  }
  .category-black .ammenu-toggle .ammenu-icon::before,
  .category-black .ammenu-toggle .ammenu-icon::after {
    background-color: #fff !important;
  }
  /* === CRITICAL: DISABLE ALL MAGENTO DEFAULT GRID/COLUMN SYSTEMS === */
  body.catalog-category-view.category-black .products.wrapper,
  body.category-black .products.wrapper,
  body.category-black div.products.wrapper {
    display: block !important;
    width: 100% !important;
    column-count: initial !important;
    columns: initial !important;
    -webkit-column-count: initial !important;
    -moz-column-count: initial !important;
  }
  /* === FORCE 2 COLUMN GRID ON THE OL ELEMENT === */
  body.catalog-category-view.category-black ol.products.list.items.product-items,
  body.category-black ol.products.list.items.product-items,
  body.category-black ol.products.list.items,
  body.category-black .products-grid,
  .category-black ol.filterproducts.products.list.items.product-items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 12px !important;
    padding: 10px 4px !important;
    width: 100% !important;
    margin: 0 auto !important;
    list-style: none !important;
    /* Disable any column system */
    column-count: initial !important;
    columns: initial !important;
    -webkit-column-count: initial !important;
    -moz-column-count: initial !important;
  }
  /* === PRODUCT ITEMS - PREVENT COLUMN BREAKING === */
  body.category-black ol.products.list.items > li.product-item,
  body.category-black li.product-item,
  body.category-black .product-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
    /* Prevent column breaking */
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    /* Card styling */
    background: linear-gradient(145deg, rgba(26, 22, 17, 0.95), rgba(15, 12, 8, 0.9)) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(212, 175, 55, 0.3) !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
  }
  .category-black .product-item:hover {
    transform: translateY(-2px) !important;
  }
  /* === PRODUCT IMAGE === */
  .category-black .product-item-photo {
    width: 100% !important;
    overflow: hidden !important;
    margin: 0 !important;
  }
  .category-black .product-item-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
  }
  .category-black .product-item:hover .product-item-photo img {
    transform: scale(1.05) !important;
  }
  /* === PRODUCT DETAILS === */
  .category-black .product-item-details {
    padding: 12px 10px !important;
    text-align: center !important;
  }
  /* === PRODUCT NAME === */
  .category-black .product-item-name,
  .category-black .product-item-name a {
    background: none !important;
    border: none !important;
    color: gold !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
  }
  .category-black .product-item-name a:hover {
    color: gold !important;
  }
  /* === PRICE === */
  .category-black .price-box {
    margin: 8px 0 !important;
  }
  .category-black .product-item .price {
    color: #ffd700 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9) !important;
  }
  .category-black .price-box .price-label {
    display: none !important;
  }
  /* === SWATCHES === */
  .category-black .swatch-attribute-options {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 10px 0 !important;
  }
  .category-black .swatch-option {
    width: 31px !important;
    height: 31px !important;
    border: none !important;
  }
  .category-black .swatch-option:hover,
  .category-black .swatch-option.selected {
    border-color: none !important;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.4) !important;
  }
  /* === BUTTON === */
  .category-black .product-item-details .action.tocart {
    background: transparent !important;
    border: 2px solid #d4af37 !important;
    color: #f4e7d1 !important;
    padding: 10px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
  .category-black .product-item-details .action.tocart:hover {
    background: rgba(212, 175, 55, 0.15) !important;
    color: #ffd700 !important;
    border-color: #ffd700 !important;
  }
  /* Hide extra icons */
  .category-black .product-item-actions .action.towishlist,
  .category-black .product-item-actions .action.tocompare {
    display: none !important;
  }
  /* === FOOTER === */
  .category-black .footer-middle {
    background: #000 !important;
    border-top: 1px solid rgba(212, 175, 55, 0.3) !important;
  }
  .category-black .footer-middle a {
    color: #f4e7d1 !important;
  }
  .category-black .footer-middle a:hover {
    color: #ffd700 !important;
  }
  .category-black .footer-middle ul.contact-info p b,
  .category-black .footer-middle ul.contact-info li em {
    color: #fff !important;
  }
  .category-black .footer-bottom {
    background: #000 !important;
    border-top: 1px solid rgba(184, 134, 11, 0.2) !important;
  }
  .category-black .message.info {
    background: #000 !important;
    color: #fff !important;
  }
  /* Hide filter button and sidebar on mobile */
  .category-black .toolbar a.porto-product-filters-toggle,
  .category-black .toolbar-products a.porto-product-filters-toggle,
  .category-black .block.filter,
  body.category-black .toolbar a.porto-product-filters-toggle,
  body.category-black .toolbar-products .porto-product-filters-toggle,
  .category-black .sidebar-main,
  .category-black .sidebar.sidebar-main,
  .category-black .sidebar.mobile-sidebar {
    display: none !important;
    visibility: hidden !important;
  }
  /* Expand main content to full width on mobile */
  .category-black .columns .column.main {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* MOBILE LOGO - Replace with custom logo */
  .category-black .logo {
    width: 150px !important;
    height: 50px !important;
    position: relative !important;
  }
  .category-black .logo img {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .category-black .logo::before {
    content: '';
    display: block;
    width: 150px;
    height: 50px;
    background-image: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/images/naseejblackar.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  /* MOBILE CURRENCY SWITCHER - Fix KWD sign color */
  .category-black .page-header .switcher.switcher-currency,
  .category-black .page-header .switcher.switcher-currency .switcher-options,
  .category-black .page-header .switcher.switcher-currency .switcher-options strong,
  .category-black .topbar .switcher.switcher-currency strong,
  .category-black .switcher-currency .action.toggle {
    color: white !important;
    border-color: white !important;
  }
  .category-black .product-item-info .product-item-details .price-box {
    color: #FFD700 !important;
  }
  .category-black a.action.more {
    color: white !important;
  }
  .category-black ol.filterproducts.products.list.items.product-items {
    padding: 30px 4px !important;
  }
  .category-black .product-item-name {
    min-height: 31px !important;
  }
  ._ammenu-menu-wrapper.-desktop .product-item-name a {
    min-height: 31px !important;
  }
  body.category-black .columns {
    background: none !important;
  }
  .category-black .price-per-metre {
    background: none !important;
  }
  .category-black .product-info-price {
    background: none !important;
  }
  .category-black .fotorama__stage__shaft {
    border: none !important;
  }
  .category-black .product.media {
    border-bottom: none !important;
  }
  .category-black h1.page-title {
    color: white !important;
  }
  .category-black span.price {
    color: gold !important;
  }
  .category-black span#option-label-color-93 {
    color: white !important;
  }
  .category-black input#qty {
    background: black !important;
    color: white !important;
  }
  .category-black .label span {
    color: white;
  }
  .category-black input#qty {
    box-shadow: none !important;
  }
  .category-black .control {
    border: 1px solid white;
    margin-left: 7px;
  }
  .category-black h1.page-title {
    color: gold !important;
  }
  html body.category-black.catalog-product-view div.product-info-main div.product-info-price {
    background: transparent !important;
  }
  .category-black .data.item.content {
    background: none !important;
  }
  .category-black .value {
    color: white !important;
    padding: 5px !important;
  }
  body.catalog-product-view.category-black .product-info-main .product-info-price .price-per-metre {
    background-color: transparent !important;
  }
  .category-black span.base {
    color: gold !important;
  }
  .category-black .price-box.price-final_price.price-metre {
    color: gold !important;
  }
  .category-black a#tab-label-additional-title {
    color: white !important;
    background: #191919 !important;
  }
  body.category-black .catalog-category-view header.page-header.type3 {
    z-index: 99 !important;
    background: black !important;
  }
  .category-black .page-header .header.content .container {
    width: 91% !important;
    max-width: 91% !important;
    margin: 0 auto !important;
  }
  .category-black .column.main .container {
    padding: 0px !important;
  }
  .category-black .toolbar.toolbar-products {
    display: none !important;
  }
  .category-black img.cartimg {
    filter: invert(1) !important;
  }
  .category-black main#maincontent {
    margin-top: 0% !important;
  }
  body.catalog-category-view.category-black .columns {
    margin-top: 30% !important;
  }
  .category-black .fotorama-item {
    margin-top: 30% !important;
  }
  body.category-black .page-main {
    padding-top: 55px !important;
  }
  .category-black .product.photo.product-item-photo {
    border-radius: 0px !important;
  }
  body.catalog-category-view.category-black .columns .column.main {
    padding-bottom: 20px !important;
  }
  body.catalog-category-view.category-black div.products-grid .product-item .product-item-details .product-item-name {
    min-height: inherit !important;
  }
  body.catalog-category-view.category-black #layer-product-list {
    margin-top: 60px;
  }
  .category-black.catalog-product-view .price-box {
    margin: 5px 0 !important;
  }
  html body.category-black.catalog-product-view div.product-info-main div.product-info-price {
    background: #222 !important;
  }
  body.category-black.catalog-product-view .swatch-attribute-options {
    justify-content: flex-start !important;
  }
  body.category-black.catalog-product-view .product.data.items > .item.content {
    border: 0;
    box-shadow: none;
  }
  body.category-black.catalog-product-view h2.filterproduct-title strong {
    color: #fff;
  }
  body.category-black.catalog-product-view .products.wrapper,
  body.category-black.catalog-product-view div.products.wrapper {
    padding-top: 0px !important;
  }
  body.category-black.catalog-product-view .featured-products .product-item-details {
    text-align: right !important;
  }
  body.category-black.catalog-product-view div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    padding-left: 0 !important;
  }
  body.category-black.catalog-product-view .featured-products .product-item-info .product.name a {
    font-size: 14px;
    overflow: hidden;
    text-wrap: nowrap;
  }
  body.category-black.catalog-product-view .fotorama__wrap {
    margin-bottom: 0;
  }
  body.category-black .logo::before {
    background-size: cover;
    width: 120px;
  }
  body.category-black.catalog-product-view .featured-products-container .filterproduct-title {
    margin-top: 0;
  }
  body.category-black.catalog-product-view .product.data.items {
    margin-top: 0px;
  }
  body.category-black.catalog-product-view .product.data.items > .item.content {
    margin-top: 0;
  }
  body.category-black.catalog-product-view .gallery-placeholder {
    margin-top: 60px !important;
  }
  body.category-black.catalog-product-view .fotorama-item {
    margin-top: 0px !important;
  }
  .category-black .block-content-quickcart .quickcart-bottom-container .subtotal {
    background: #000;
    color: #fff;
  }
  .category-black .quickcart-bottom-container .subtotal span {
    color: #fff !important;
  }
  .category-black .free-shipping-progress-container {
    background-color: #000 !important;
  }
  .category-black .progress-bar {
    background-color: #2d2d2d !important;
  }
  .category-black .progress-bar-text {
    color: #fff;
    text-shadow: none;
  }
  body.category-black ol.products.list.items > li.product-item,
  body.category-black li.product-item,
  body.category-black .product-item {
    background: #000 !important;
  }
  body.category-black .topbar {
    background: #000 !important;
  }
  .category-black .footer-bottom {
    background: #000 !important;
  }
  body.category-black #minicart-content-wrapper .amount span.price {
    color: #fff !important;
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal {
    background-color: #262626;
  }
  body.category-black .product-item-details {
    min-height: inherit;
  }
  body.category-black .minicart-wrapper .block-minicart li {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    margin-bottom: 20px;
  }
  body.category-black .minicart-items-wrapper .product-item:hover {
    transform: inherit !important;
    -webkit-transform: inherit !important;
  }
  body.category-black .minicart-items-wrapper div.product-item-details {
    padding-bottom: 5px;
  }
  body.category-black .minicart-items-wrapper .product-item:hover {
    border: 1px solid rgba(212, 175, 55, 0.3);
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper {
    height: calc(100% - 170px) !important;
    overflow: hidden;
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .quickcart-items {
    overflow-y: auto;
    height: 100%;
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
    margin-bottom: 20px !important;
    box-shadow: none !important;
  }
  body.category-black .minicart-items-wrapper .product-item:hover {
    box-shadow: none;
  }
  body.category-black .product-item::before {
    background: none;
  }
  body.category-black .quickcart-content-wrapper .free-shipping-progress-container {
    border-top: 1px solid #daa520;
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    border-top: 0;
  }
  body.category-black.catalog-category-view div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    display: none !important;
    margin-top: 0 !important;
    top: 0;
    height: auto !important;
  }
  body.category-black.catalog-category-view div.products-grid .product-item-details .product-item-actions .tocart span {
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
  body.category-black.catalog-category-view .products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    width: auto !important;
    position: relative;
    top: -5px !important;
    left: 5px !important;
    display: block !important;
  }
  body.category-black.catalog-category-view .product-item-inner .product.actions.product-item-actions form {
    position: static;
  }
  .page-header .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper {
    height: calc(100% - 190px) !important;
    overflow: hidden;
  }
  .page-header .header .quickcart-wrapper .block-quickcart .minicart-items.quickcart-items {
    height: calc(100% - 5px) !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* 05-11-2025 */
  .wp-confirmation-popup {
    max-width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
  }
  .wp-confirmation-popup .product-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .wp-confirmation-popup .product-wrapper .product-item-photo {
    margin-bottom: 0;
    margin-left: 15px;
  }
  .wp-confirmation-popup .product-image-wrapper {
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .wp-confirmation-popup .product-image-photo {
    position: static;
    width: auto;
  }
  .wp-confirmation-popup .product-image-wrapper {
    overflow: visible;
    height: auto;
  }
  .wp-confirmation-popup .product-image-container {
    overflow: visible;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price {
    font-size: 18px;
    color: #5E5E5E;
    font-weight: 600;
    font-family: 'Open Sans';
  }
  .wp-confirmation-popup .wp-content-right .product-item-name a {
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price {
    font-size: 18px;
    color: #5E5E5E;
    font-weight: 600;
    font-family: 'Open Sans';
  }
  .wp-confirmation-popup .wp-content-right .product.options dl.list dt {
    font-family: "Open Sans";
    font-weight: 600;
    clear: right;
    float: right;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .wp-confirmation-popup .wp-content-right .product.options dl.list dd {
    font-family: "Open Sans";
    font-weight: normal;
    float: right;
    margin-bottom: 0;
    font-size: 12px;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing {
    position: absolute;
    left: 15px;
    top: 90px;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
    font-size: 12px;
  }
  .wp-confirmation-popup .wp-content-right .product-item-details .product.options .list {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 12px;
  }
  .wp-confirmation-popup .added-to-cart-msg {
    color: #000;
    font-size: 16px;
  }
  .wp-confirmation-popup .cart-details-wrapper .subtotal {
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Open Sans";
    color: #000;
    font-size: 15px;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout {
    width: 48%;
    text-align: center;
    text-transform: inherit;
    font-weight: 600;
    padding: 10px 0;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout:hover {
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .action {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    height: 4rem;
    padding: 10px 5px;
    border-radius: 0;
    font-size: 15px;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping {
    width: 48%;
    padding: 0 5px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons {
    height: 3.2rem;
  }
  .wp-confirmation-popup .mfp-close {
    line-height: 2em;
    background: none;
    border: 0;
    position: absolute;
    left: 10px !important;
    top: 0px !important;
    width: auto;
  }
  .wp-confirmation-popup .mfp-close:after {
    border-left: 2px solid;
    border-color: #000;
  }
  .wp-confirmation-popup .mfp-close:before {
    border-top: 2px solid;
    border-color: #000;
  }
  .wp-confirmation-popup .mfp-close:hover {
    background: none;
  }
  .wp-confirmation-popup .product-item-details {
    padding: 0;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping:hover {
    color: #fff;
  }
  /*  Black category  */
  body.category-black .wp-confirmation-popup .product-item-photo {
    width: auto !important;
    margin-left: 15px !important;
    margin-right: 0px !important;
  }
  body.category-black .wp-confirmation-popup .product-item-details {
    background-color: inherit;
    text-align: right !important;
    padding: 0 !important;
  }
  body.category-black .product-item-name a {
    color: #000 !important;
    text-shadow: none;
  }
  body.category-black .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
    color: #000 !important;
  }
  body.category-black .wp-confirmation-popup .wp-content-right .product-item-name a {
    text-shadow: none !important;
  }
  body.category-black.catalog-product-view .fotorama__active .fotorama__dot {
    background-color: #fff;
    border-color: #fff;
  }
  body.category-black.catalog-product-view .fotorama__active .fotorama__dot {
    background-color: #fff;
    border-color: #fff;
  }
  .category-black .wp-confirmation-popup .product-item-name {
    min-height: inherit !important;
  }
  /* 15-11-2025 css start */
  body.category-black .list .product-item-name a {
    color: #fff !important;
  }
  body.page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  body.page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    color: #171717 !important;
  }
  body.page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    color: #171717 !important;
  }
  body.page-products.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  body.page-products.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    color: #fff !important;
  }
  body.page-products.category-black .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    color: #fff !important;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .fieldset .field .label {
    font-size: 16px !important;
  }
  .checkout-index-index .fieldset.address > div.field:nth-child(1) {
    width: 50% !important;
  }
  .checkout-index-index .fieldset.address > div.field:nth-child(2) {
    width: 50% !important;
  }
  .checkout-index-index .fieldset.address > div.field {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .checkout-index-index .fieldset.address > div.field .cbm2-dropdown {
    margin-bottom: 0;
  }
  .checkout-index-index .fieldset.address > .field .control._with-tooltip input.input-text {
    width: 92%;
  }
  .checkout-index-index .field.street .control .field .label {
    margin-bottom: 5px;
  }
  .checkout-index-index .field.street .control .field .field-tooltip {
    right: 0;
    top: -10px;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .modal-content {
    padding-bottom: 20px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer .action-save-address {
    font-size: 18px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer {
    font-size: 18px;
  }
  .cbm2-rtl .cbm2-search-container:has(.cbm2-clear-btn) .cbm2-search-input {
    font-size: 16px;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .fieldset .field.choice .label {
    margin-right: 10px;
  }
  .fieldset.address .control .field {
    position: relative;
  }
  .fieldset.address .control .field .field-tooltip {
    left: 10px;
    top: 3px;
  }
  fieldset.field.street .field label.label {
    display: none;
  }
  .customer-address-index .additional-addresses a.action.edit {
    margin-left: 0;
  }
  .customer-address-form .form-address-edit .field.street .field-tooltip {
    display: none !important;
  }
  .checkout-index-index .address .field.street .control .field .field-tooltip {
    left: 10px;
    right: inherit;
    top: 4px;
  }
  .checkout-index-index .fieldset.address > div.field:nth-child(1) {
    width: 100% !important;
    margin-left: 0;
  }
  .checkout-index-index .fieldset.address > div.field:nth-child(2) {
    width: 100% !important;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: right;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 9px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 9px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 9px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.5px;
    text-align: right;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: right;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 4.5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -18px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -9px 0 9px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: left;
  }
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4.5px 9px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 9px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #555555;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: right;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 4.5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 18px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: right;
    text-align: right;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: right;
    text-align: left;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 9px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: right;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-left: -85px;
    padding-left: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #08c;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -9px 0;
    width: calc(100% + 2*9px) !important;
  }
  .product-info-price > *:first-child {
    padding-right: 9px;
  }
  .product-info-price > *:last-child {
    padding-left: 9px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 9px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 18px -15px 15px;
    padding: 18px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 18px 15px 32px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    left: 38px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 27px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #08c;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 22.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 22.5px -9px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 18px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 9px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #08c;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 36px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-left: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 18px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 9px 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 9px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-right: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  button:not(.primary) {
    border: 1px solid #ccc;
    color: #777;
    line-height: 40px;
    padding: 0.8em 2em;
    height: 40px;
    background-color: #fff;
  }
  .checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
    border: 1px solid #000 !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    background: #000;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-button.-new-address:hover {
    background: #444;
  }
  .checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    background: #000;
    height: auto;
    line-height: initial;
    width: auto;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
    font-size: 18px;
  }
  .checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price .price {
    font-size: 18px !important;
  }
  .checkout-index-index .opc-block-summary .table-totals tbody .mark {
    font-size: 1.5rem;
    text-align: right;
  }
  .checkout-index-index .opc-block-summary .table-totals tbody .amount .price {
    font-size: 1.5rem !important;
  }
  .checkout-payment-method .payment-option-title .action-toggle > span {
    font-size: 1.5rem;
  }
  .checkout-index-index .amcheckout-step-container #discount-form .actions-toolbar .primary {
    text-align: right;
  }
  .checkout-index-index .minicart-items .product-item-details .product.options dt {
    font-size: 1.4rem;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .item-options .label {
    font-size: 1.4rem;
  }
  .checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
    border: 1px solid #000 !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    background: #000;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-button.-new-address:hover {
    background: #444;
  }
  .checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    background: #000 !important;
  }
  .block-customer-login .block-content .secondary .action.action-remind {
    margin-top: 0px;
  }
  .block-customer-login .block-content .secondary .action.action-remind span {
    font-size: 1.5rem;
  }
  .block-authentication .block-customer-login .actions-toolbar > .primary .action {
    padding-top: 13px;
    padding-bottom: 13px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    margin-top: 30px;
    border-radius: 4px;
    font-size: 16px;
  }
  .block-authentication .block-customer-login .actions-toolbar > .primary .action:hover {
    background: #000;
    color: #fff;
  }
  .block-authentication .block-customer-login .fieldset .label {
    line-height: initial;
  }
  .block-authentication .block-customer-login .fieldset > .field input.input-text {
    line-height: 20px;
  }
  .checkout-container .authentication-wrapper {
    line-height: initial;
    font-size: 16px;
  }
  .block-authentication .block-customer-login .block-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
    font-size: 26px;
  }
  .block-authentication .block-customer-login .block-title strong {
    font-weight: 600;
    font-size: 16px;
  }
  .checkout-index-index .minicart-items .product-item-details .product.options dd,
  .minicart-items .product-item-details .product.options dt {
    font-size: 1.4rem;
  }
  .checkout-index-index .amcheckout-step-container .form.form-login .actions-toolbar button.action.login.primary {
    height: 4rem;
    border: 1px solid #000;
    width: 100%;
  }
  .checkout-index-index .amcheckout-step-container .form.form-login .actions-toolbar .secondary .action.remind {
    margin-right: 0;
  }
  /*26-10-2024*/
  .new-shipping-address-modal.modal-popup .modal-title {
    font-size: 24px;
    font-weight: 600;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .fieldset .field .label {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: right;
  }
  .checkout-index-index .fieldset.address > .field input.input-text {
    line-height: initial;
    font-size: 16px;
  }
  .checkout-index-index .fieldset.address > div.field.choice {
    width: 100% !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .checkout-index-index .fieldset.address > div.field.choice input[type="checkbox"] {
    margin: 0 7px 0 0;
  }
  .checkout-index-index .fieldset.address > .field .control._with-tooltip input.input-text {
    width: 85%;
    float: right;
  }
  .checkout-index-index .modal-popup.new-shipping-address-modal .action-close,
  .modal-slide .action-close {
    right: 50px;
    top: -5px;
    position: absolute;
  }
  header.page-header.type3 .header.panel .search-area a.search-toggle-icon {
    top: 10%;
  }
  header.page-header.type3 .minicart-wrapper {
    right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-right: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 0 0 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #08c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #08c;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #08c;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #08c;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #08c;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: left;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-right: 9px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: right;
  }
  .multicheckout .item-options {
    margin: 18px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: right;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: right;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: right;
    padding-right: 22.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: right;
    float: none;
    padding-top: 36px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: right;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 244px;
    float: right;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-right: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 30px 0 0;
  }
  .order-details-items .order-title .action.track {
    float: left;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-inner {
    margin: 9px -10px 0 -9px;
  }
  .products-grid .product-item .product-item-details {
    position: relative;
  }
  .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #08c;
    color: #fff;
    padding: 10px;
    z-index: 9;
    border-radius: 5px 0;
    transition: 0.1s all;
    font-size: 12px;
    line-height: 1.4;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 0.9;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    margin-right: 3px;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_Affiliate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutGiftWrap%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_GoogleAddressAutocomplete%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_magento-override.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-accounts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-login.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_AjaxLayer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_LayeredNavigationPro%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_ProductFinder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_Search%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_LayeredNavigationUltimate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagepow_Categories%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutDeliveryDate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FWeSupply_Toolbox%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FWeltPixel_QuickCart%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_amreviews.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_product-widget.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_toggle-btn.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_submenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fmenu%5C%2F_desktop.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fmenu%5C%2F_hamburger.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fmenu%5C%2F_mobile.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fopen_type%5C%2F_accordion.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fopen_type%5C%2F_drill.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fadminhtml%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fadminhtml%5C%2Fcomponents%5C%2F_drag-n-drop.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FSmartwave_Filterproducts%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FSmartwave_Porto%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FSmartwave_Socialfeeds%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FSorenInfotech_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FWeltPixel_Quickview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_Fpc%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FSmartwave_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2C8BAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CeAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C0BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BADtBA%3BAACA%3BECqBA%2C6BAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CsBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CmBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CkBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CiBAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2CyBAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CiBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BELtGD%2CYAAA%3B%3BAKqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BELrHD%2CWAAA%3B%3BAK0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL%5C%2FHD%2CWAAA%3B%3BAKpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BELYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BELtGD%2CYAAA%3B%3BAKRA%2CMAAM%3BELQN%2CYAAA%3BEKNI%2CsBAAA%3B%3BAAGJ%3BELGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CYAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CWAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CWAAA%3B%3BAKEA%2CKAAK%3BELFL%2CqBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CqBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CiBAAA%3B%3BAKsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAMxRJ%2CyBAsEI%2CsBAgCI%2CQAAO%3BACqBX%2CQAAC%3BAConBL%3BAC3lBA%3BAChII%2CaAiFI%3BAC9EJ%2CYAGI%3BACCJ%3BACCA%3BACoHY%2C0BAXR%2CUAEK%2COASI%3BAC7HjB%2CoBA2II%3BACtKA%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAO9GJ%2CyBAsEI%2CsBAgCI%2CQAAO%2CMY7GT%3BAXkIF%2CQAAC%2CMWlIC%3BAVsvBN%2CYUtvBM%3BAT2JN%2CaS3JM%3BAR2BF%2CaAiFI%2CwBQ5GF%3BAP8BF%2CYAGI%2CKOjCF%3BANkCF%2CiBMlCE%3BALmCF%2C0BKnCE%3BAJuJU%2C0BAXR%2CUAEK%2COASI%2CMIvJX%3BAH0BN%2CoBA2II%2CWGrKE%3BAFDF%2CcAII%2CcEHF%3BAFAF%2CqBAGI%2CcEHF%3BADDF%2CYA0DI%2CcAKI%2CQC9DN%3BEACE%2CSAAA%3B%3BAdkFJ%2CeAAC%3BAACD%2CeAAC%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CeAAC%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAc%2B7CI%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BAV9Vb%2CcAqBI%2CQAAO%3BAE7sCP%2CaAeI%2COAkBI%2CiBACM%2CWAEE%2CQAAO%3BASvBnB%2CaAAc%2CMADb%2CaAAc%2CUAWX%2CQAAO%3BACef%2CuBF0%2BCA%2CiBAII%2CQACK%3BAE%5C%2F%2BCT%2CuBF0%2BCA%2CiBAII%2CQAEK%3BAR9uCT%2CcQwuCA%2CiBAII%2CQACK%3BAR7uCT%2CcQwuCA%2CiBAII%2CQAEK%3BElBlxCT%2CkBAAA%3B%3BAiB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BEIxHA%2CqBAAA%3BEJwHA%2CkBAAA%3B%3BAI5MA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAasDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BEACG%2CqBAAA%3B%3BAcqHR%3BAAgwCA%2CmBAgCI%2CQAAO%3BAGthDK%2CMAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%3BAhBxBR%2CyBAiEI%2CQAAO%3BAEo9CX%2CMAAM%2CQACF%2CQAAO%3BAE14CH%2CKAAC%2CcAiFG%2CiBAoBM%3BAAaF%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%3BAahQlB%2CqBACI%2CaAaI%2CcACI%3BACcZ%2CYAwFI%3BACxGJ%2C%2BBAEI%2C4BAMI%3BACwBR%3BACrCA%2CwBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%3BAdhGZ%2C0BA6BI%3BAeQJ%2CaAEI%2CiBACI%3BAAkBR%2CaAUI%3BAAVJ%2CaAWI%3BACWJ%2CoBAEI%3BAf3EA%2CSAAC%2CMAAM%2COAqBD%3BAI0TN%2CeADJ%2CQACK%3BAEpRL%2CuBFggDA%2CQAAO%3BAR9vCP%2CcQ8vCA%2CQAAO%3BAClkDP%2CwBDqVA%2CQACK%3BACrVL%2CuBDoVA%2CQACK%3BAYrVT%2CqBZoVI%2CQACK%3BAa5UT%2CmBb2UI%2CQACK%3BAcrVT%2CKAAK%2CKAAK%2COdoVN%2CQACK%3BElBtDL%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEc5JA%2CgBAAA%3BElBsPA%2CgBAAA%3B%3BADjJA%2C0BAAC%3BAmBmJL%2CkBnBnJK%3BAmBm5CL%2CmBAgCI%2CQAAO%2CMnBn7CN%3BAsBnGW%2CMAFR%2CiBACI%2CQACK%2COtBmGZ%3BAuBhHD%2CqBACI%2CevB%2BGH%3BAOvIL%2CyBAiEI%2CQAAO%2CKPsEN%3BAS84CL%2CMAAM%2CQACF%2CQAAO%2COT%5C%2F4CN%3BAWKG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBX1Gb%3BAWuHW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIXvHjB%3BAwBzID%2CqBACI%2CaAaI%2CcACI%2CmBxB0HX%3BAyB5GD%2CYAwFI%2CmBzBoBH%3BA0B5HD%2C%2BBAEI%2C4BAMI%2Ca1BoHP%3BA2B5FD%2CmB3B4FC%3BA4BjID%2CwBAiEI%2CgCASI%2Ce5BuDP%3BA4BjID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB5B%2BCX%3BAc%5C%2FID%2C0BA6BI%2CadkHH%3BA6B1GD%2CaAEI%2CiBACI%2Ce7BuGP%3BA6BrFD%2CaAUI%2Ca7B2EH%3BA6BrFD%2CaAWI%2Ce7B0EH%3BA8B%5C%2FDD%2CoBAEI%2Ce9B6DH%3BAexIG%2CSAAC%2CMAAM%2COAqBD%2CUfmHT%3BAmBuMG%2CeADJ%2CQACK%2COnBvMJ%3BAqB7ED%2CuBFggDA%2CQAAO%2CMnBn7CN%3BAWqLD%2CcQ8vCA%2CQAAO%2CMnBn7CN%3BAoB%5C%2FID%2CwBDqVA%2CQACK%2COnBvMJ%3BAoB9ID%2CuBDoVA%2CQACK%2COnBvMJ%3BA%2BB9IL%2CqBZoVI%2CQACK%2COnBvMJ%3BAgCrIL%2CmBb2UI%2CQACK%2COnBvMJ%3BAiC9IL%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COnBvMJ%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmB8IL%2CkBnB9IK%3BAmB84CL%2CmBAgCI%2CQAAO%2CMnB96CN%3BAsBxGW%2CMAFR%2CiBACI%2CQACK%2COtBwGZ%3BAuBrHD%2CqBACI%2CevBoHH%3BAO5IL%2CyBAiEI%2CQAAO%2CKP2EN%3BASy4CL%2CMAAM%2CQACF%2CQAAO%2COT14CN%3BAWAG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBXrGb%3BAWkHW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIXlHjB%3BAwB9ID%2CqBACI%2CaAaI%2CcACI%2CmBxB%2BHX%3BAyBjHD%2CYAwFI%2CmBzByBH%3BA0BjID%2C%2BBAEI%2C4BAMI%2Ca1ByHP%3BA2BjGD%2CmB3BiGC%3BA4BtID%2CwBAiEI%2CgCASI%2Ce5B4DP%3BA4BtID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB5BoDX%3BAcpJD%2C0BA6BI%2CaduHH%3BA6B%5C%2FGD%2CaAEI%2CiBACI%2Ce7B4GP%3BA6B1FD%2CaAUI%2Ca7BgFH%3BA6B1FD%2CaAWI%2Ce7B%2BEH%3BA8BpED%2CoBAEI%2Ce9BkEH%3BAe7IG%2CSAAC%2CMAAM%2COAqBD%2CUfwHT%3BAmBkMG%2CeADJ%2CQACK%2COnBlMJ%3BAqBlFD%2CuBFggDA%2CQAAO%2CMnB96CN%3BAWgLD%2CcQ8vCA%2CQAAO%2CMnB96CN%3BAoBpJD%2CwBDqVA%2CQACK%2COnBlMJ%3BAoBnJD%2CuBDoVA%2CQACK%2COnBlMJ%3BA%2BBnJL%2CqBZoVI%2CQACK%2COnBlMJ%3BAgC1IL%2CmBb2UI%2CQACK%2COnBlMJ%3BAiCnJL%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COnBlMJ%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAmByIL%2CkBnBzIK%3BAmBy4CL%2CmBAgCI%2CQAAO%2CMnBz6CN%3BAsB7GW%2CMAFR%2CiBACI%2CQACK%2COtB6GZ%3BAuB1HD%2CqBACI%2CevByHH%3BAOjJL%2CyBAiEI%2CQAAO%2CKPgFN%3BASo4CL%2CMAAM%2CQACF%2CQAAO%2COTr4CN%3BAWLG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBXhGb%3BAW6GW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIX7GjB%3BAwBnJD%2CqBACI%2CaAaI%2CcACI%2CmBxBoIX%3BAyBtHD%2CYAwFI%2CmBzB8BH%3BA0BtID%2C%2BBAEI%2C4BAMI%2Ca1B8HP%3BA2BtGD%2CmB3BsGC%3BA4B3ID%2CwBAiEI%2CgCASI%2Ce5BiEP%3BA4B3ID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB5ByDX%3BAczJD%2C0BA6BI%2Cad4HH%3BA6BpHD%2CaAEI%2CiBACI%2Ce7BiHP%3BA6B%5C%2FFD%2CaAUI%2Ca7BqFH%3BA6B%5C%2FFD%2CaAWI%2Ce7BoFH%3BA8BzED%2CoBAEI%2Ce9BuEH%3BAelJG%2CSAAC%2CMAAM%2COAqBD%2CUf6HT%3BAmB6LG%2CeADJ%2CQACK%2COnB7LJ%3BAqBvFD%2CuBFggDA%2CQAAO%2CMnBz6CN%3BAW2KD%2CcQ8vCA%2CQAAO%2CMnBz6CN%3BAoBzJD%2CwBDqVA%2CQACK%2COnB7LJ%3BAoBxJD%2CuBDoVA%2CQACK%2COnB7LJ%3BA%2BBxJL%2CqBZoVI%2CQACK%2COnB7LJ%3BAgC%5C%2FIL%2CmBb2UI%2CQACK%2COnB7LJ%3BAiCxJL%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COnB7LJ%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAcwFL%2CkBd1FK%3BAc0FL%2CkBdzFK%3BAcyFL%2CkBdxFK%3BAcw1CL%2CmBAgCI%2CQAAO%2CMd13CN%3BAc01CL%2CmBAgCI%2CQAAO%2CMdz3CN%3BAcy1CL%2CmBAgCI%2CQAAO%2CMdx3CN%3BAiB9JW%2CMAFR%2CiBACI%2CQACK%2COjB4JZ%3BAiB5JW%2CMAFR%2CiBACI%2CQACK%2COjB6JZ%3BAiB7JW%2CMAFR%2CiBACI%2CQACK%2COjB8JZ%3BAkB3KD%2CqBACI%2CelBwKH%3BAkBzKD%2CqBACI%2CelByKH%3BAkB1KD%2CqBACI%2CelB0KH%3BAElML%2CyBAiEI%2CQAAO%2CKF%2BHN%3BAEhML%2CyBAiEI%2CQAAO%2CKFgIN%3BAEjML%2CyBAiEI%2CQAAO%2CKFiIN%3BAIm1CL%2CMAAM%2CQACF%2CQAAO%2COJt1CN%3BAIq1CL%2CMAAM%2CQACF%2CQAAO%2COJr1CN%3BAIo1CL%2CMAAM%2CQACF%2CQAAO%2COJp1CN%3BAMtDG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBNjDb%3BAMpDG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBNhDb%3BAMrDG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBN%5C%2FCb%3BAM4DW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIN9DjB%3BAM8DW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIN7DjB%3BAM6DW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIN5DjB%3BAmBpMD%2CqBACI%2CaAaI%2CcACI%2CmBnBmLX%3BAmBlMD%2CqBACI%2CaAaI%2CcACI%2CmBnBoLX%3BAmBnMD%2CqBACI%2CaAaI%2CcACI%2CmBnBqLX%3BAoBvKD%2CYAwFI%2CmBpB6EH%3BAoBrKD%2CYAwFI%2CmBpB8EH%3BAoBtKD%2CYAwFI%2CmBpB%2BEH%3BAqBvLD%2C%2BBAEI%2C4BAMI%2CarB6KP%3BAqBrLD%2C%2BBAEI%2C4BAMI%2CarB8KP%3BAqBtLD%2C%2BBAEI%2C4BAMI%2CarB%2BKP%3BAsBvJD%2CmBtBqJC%3BAsBrJD%2CmBtBsJC%3BAsBtJD%2CmBtBuJC%3BAuB5LD%2CwBAiEI%2CgCASI%2CevBgHP%3BAuB1LD%2CwBAiEI%2CgCASI%2CevBiHP%3BAuB3LD%2CwBAiEI%2CgCASI%2CevBkHP%3BAuB5LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBvBwGX%3BAuB1LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBvByGX%3BAuB3LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBvB0GX%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BAwBrKD%2CaAEI%2CiBACI%2CexBgKP%3BAwBnKD%2CaAEI%2CiBACI%2CexBiKP%3BAwBpKD%2CaAEI%2CiBACI%2CexBkKP%3BAwBhJD%2CaAUI%2CaxBoIH%3BAwB9ID%2CaAUI%2CaxBqIH%3BAwB%5C%2FID%2CaAUI%2CaxBsIH%3BAwBhJD%2CaAWI%2CexBmIH%3BAwB9ID%2CaAWI%2CexBoIH%3BAwB%5C%2FID%2CaAWI%2CexBqIH%3BAyB1HD%2CoBAEI%2CezBsHH%3BAyBxHD%2CoBAEI%2CezBuHH%3BAyBzHD%2CoBAEI%2CezBwHH%3BAUnMG%2CSAAC%2CMAAM%2COAqBD%2CUV4KT%3BAUjMG%2CSAAC%2CMAAM%2COAqBD%2CUV6KT%3BAUlMG%2CSAAC%2CMAAM%2COAqBD%2CUV8KT%3BAc4IG%2CeADJ%2CQACK%2COd9IJ%3BAc8IG%2CeADJ%2CQACK%2COd7IJ%3BAc6IG%2CeADJ%2CQACK%2COd5IJ%3BAgBxID%2CuBFggDA%2CQAAO%2CMd13CN%3BAgBtID%2CuBFggDA%2CQAAO%2CMdz3CN%3BAgBvID%2CuBFggDA%2CQAAO%2CMdx3CN%3BAM0HD%2CcQ8vCA%2CQAAO%2CMd13CN%3BAM4HD%2CcQ8vCA%2CQAAO%2CMdz3CN%3BAM2HD%2CcQ8vCA%2CQAAO%2CMdx3CN%3BAe1MD%2CwBDqVA%2CQACK%2COd9IJ%3BAexMD%2CwBDqVA%2CQACK%2COd7IJ%3BAezMD%2CwBDqVA%2CQACK%2COd5IJ%3BAezMD%2CuBDoVA%2CQACK%2COd9IJ%3BAevMD%2CuBDoVA%2CQACK%2COd7IJ%3BAexMD%2CuBDoVA%2CQACK%2COd5IJ%3BA0BzML%2CqBZoVI%2CQACK%2COd9IJ%3BA0BvML%2CqBZoVI%2CQACK%2COd7IJ%3BA0BxML%2CqBZoVI%2CQACK%2COd5IJ%3BA2BhML%2CmBb2UI%2CQACK%2COd9IJ%3BA2B9LL%2CmBb2UI%2CQACK%2COd7IJ%3BA2B%5C%2FLL%2CmBb2UI%2CQACK%2COd5IJ%3BA4BzML%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COd9IJ%3BA4BvML%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COd7IJ%3BA4BxML%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COd5IJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAciFvB%2CkBdnFK%3BAcmFL%2CkBdlFK%3BAACD%2CQAAQ%2CUciFZ%3BAAgwCA%2CmBAgCI%2CQAAO%2CMdn3CN%3BAcm1CL%2CmBAgCI%2CQAAO%2CMdl3CN%3BAACD%2CQAAQ%2CUci1CZ%2CoBAgCI%2CQAAO%3BAGthDK%2CMAFR%2CiBACI%2CQACK%2COjBmKZ%3BAiBnKW%2CMAFR%2CiBACI%2CQACK%2COjBoKZ%3BAACD%2CQAAQ%2CUiBrKI%2COAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%2CelB%2BKH%3BAkBhLD%2CqBACI%2CelBgLH%3BAACD%2CQAAQ%2CUkBlLR%2CsBACI%3BAhBxBR%2CyBAiEI%2CQAAO%2CKFsIN%3BAEvML%2CyBAiEI%2CQAAO%2CKFuIN%3BAACD%2CQAAQ%2CUEzMZ%2C0BAiEI%2CQAAO%3BAEo9CX%2CMAAM%2CQACF%2CQAAO%2COJ%5C%2F0CN%3BAI80CL%2CMAAM%2CQACF%2CQAAO%2COJ90CN%3BAACD%2CQAAQ%2CUI40CZ%2COAAM%2CQACF%2CQAAO%3BAE14CH%2CKAAC%2CcAiFG%2CiBAoBM%2CiBN1Cb%3BAM3DG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBNzCb%3BAACD%2CQAAQ%2CUM7DJ%2CMAAC%2CcAiFG%2CiBAoBM%3BAAaF%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CINvDjB%3BAMuDW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CINtDjB%3BAACD%2CQAAQ%2CUMqDI%2CMAlHP%2CcA6GG%2CQAKK%2CKAAK%3BAahQlB%2CqBACI%2CaAaI%2CcACI%2CmBnB0LX%3BAmBzMD%2CqBACI%2CaAaI%2CcACI%2CmBnB2LX%3BAACD%2CQAAQ%2CUmB3MR%2CsBACI%2CaAaI%2CcACI%3BACcZ%2CYAwFI%2CmBpBoFH%3BAoB5KD%2CYAwFI%2CmBpBqFH%3BAACD%2CQAAQ%2CUoB9KR%2CaAwFI%3BACxGJ%2C%2BBAEI%2C4BAMI%2CarBoLP%3BAqB5LD%2C%2BBAEI%2C4BAMI%2CarBqLP%3BAACD%2CQAAQ%2CUqB9LR%2CgCAEI%2C4BAMI%3BACwBR%2CmBtB4JC%3BAsB5JD%2CmBtB6JC%3BAACD%2CQAAQ%2CUsB9JR%3BACrCA%2CwBAiEI%2CgCASI%2CevBuHP%3BAuBjMD%2CwBAiEI%2CgCASI%2CevBwHP%3BAACD%2CQAAQ%2CUuBnMR%2CyBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%2CqBvB%2BGX%3BAuBjMD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBvBgHX%3BAACD%2CQAAQ%2CUuBnMR%2CyBAiEI%2CgCAaI%2CyBAII%3BAdhGZ%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAeQJ%2CaAEI%2CiBACI%2CexBuKP%3BAwB1KD%2CaAEI%2CiBACI%2CexBwKP%3BAACD%2CQAAQ%2CUwB5KR%2CcAEI%2CiBACI%3BAAkBR%2CaAUI%2CaxB2IH%3BAwBrJD%2CaAUI%2CaxB4IH%3BAACD%2CQAAQ%2CUwBvJR%2CcAUI%3BAAVJ%2CaAWI%2CexB0IH%3BAwBrJD%2CaAWI%2CexB2IH%3BAACD%2CQAAQ%2CUwBvJR%2CcAWI%3BACWJ%2CoBAEI%2CezB6HH%3BAyB%5C%2FHD%2CoBAEI%2CezB8HH%3BAACD%2CQAAQ%2CUyBjIR%2CqBAEI%3BAf3EA%2CSAAC%2CMAAM%2COAqBD%2CUVmLT%3BAUxMG%2CSAAC%2CMAAM%2COAqBD%2CUVoLT%3BAACD%2CQAAQ%2CUU1MJ%2CUAAC%2CMAAM%2COAqBD%3BAI0TN%2CeADJ%2CQACK%2COdvIJ%3BAcuIG%2CeADJ%2CQACK%2COdtIJ%3BAACD%2CQAAQ%2CUcqIJ%2CgBADJ%2CQACK%3BAEpRL%2CuBFggDA%2CQAAO%2CMdn3CN%3BAgB7ID%2CuBFggDA%2CQAAO%2CMdl3CN%3BAACD%2CQAAQ%2CUgB%5C%2FIR%2CwBFggDA%2CQAAO%3BAR9vCP%2CcQ8vCA%2CQAAO%2CMdn3CN%3BAMqHD%2CcQ8vCA%2CQAAO%2CMdl3CN%3BAACD%2CQAAQ%2CUMmHR%2CeQ8vCA%2CQAAO%3BAClkDP%2CwBDqVA%2CQACK%2COdvIJ%3BAe%5C%2FMD%2CwBDqVA%2CQACK%2COdtIJ%3BAACD%2CQAAQ%2CUejNR%2CyBDqVA%2CQACK%3BACrVL%2CuBDoVA%2CQACK%2COdvIJ%3BAe9MD%2CuBDoVA%2CQACK%2COdtIJ%3BAACD%2CQAAQ%2CUehNR%2CwBDoVA%2CQACK%3BAYrVT%2CqBZoVI%2CQACK%2COdvIJ%3BA0B9ML%2CqBZoVI%2CQACK%2COdtIJ%3BAACD%2CQAAQ%2CU0BhNZ%2CsBZoVI%2CQACK%3BAa5UT%2CmBb2UI%2CQACK%2COdvIJ%3BA2BrML%2CmBb2UI%2CQACK%2COdtIJ%3BAACD%2CQAAQ%2CU2BvMZ%2CoBb2UI%2CQACK%3BAcrVT%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COdvIJ%3BA4B9ML%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COdtIJ%3BAACD%2CQAAQ%2CU4BhNZ%2CMAAK%2CKAAK%2COdoVN%2CQACK%3BElBtDL%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAc4ER%2CkBAtPK%3BAAsPL%2CkBArPK%2CIAAI%3BAAq%5C%2FCT%2CmBAgCI%2CQAAO%2CMAthDN%3BAAs%5C%2FCL%2CmBAgCI%2CQAAO%2CMArhDN%2CIAAI%3BAGDO%2CMAFR%2CiBACI%2CQACK%2COHAZ%3BAGAW%2CMAFR%2CiBACI%2CQACK%2COHCZ%2CIAAI%3BAIdL%2CqBACI%2CeJYH%3BAIbD%2CqBACI%2CeJaH%2CIAAI%3BAZrCT%2CyBAiEI%2CQAAO%2CKY7BN%3BAZpCL%2CyBAiEI%2CQAAO%2CKY5BN%2CIAAI%3BAVg%5C%2FCT%2CMAAM%2CQACF%2CQAAO%2COUl%5C%2FCN%3BAVi%5C%2FCL%2CMAAM%2CQACF%2CQAAO%2COUj%5C%2FCN%2CIAAI%3BARuGD%2CKAAC%2CcAiFG%2CiBAoBM%2CiBQ7Mb%3BARwGG%2CKAAC%2CcAiFG%2CiBAoBM%2CiBQ5Mb%2CIAAI%3BARyNO%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIQ1NjB%3BAR0NW%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%2CIQzNjB%2CIAAI%3BAKvCL%2CqBACI%2CaAaI%2CcACI%2CmBLuBX%3BAKtCD%2CqBACI%2CaAaI%2CcACI%2CmBLwBX%2CIAAI%3BAMVL%2CYAwFI%2CmBN%5C%2FEH%3BAMTD%2CYAwFI%2CmBN9EH%2CIAAI%3BAO1BL%2C%2BBAEI%2C4BAMI%2CaPiBP%3BAOzBD%2C%2BBAEI%2C4BAMI%2CaPkBP%2CIAAI%3BAQML%2CmBRPC%3BAQOD%2CmBRNC%2CIAAI%3BAS%5C%2FBL%2CwBAiEI%2CgCASI%2CeT5CP%3BAS9BD%2CwBAiEI%2CgCASI%2CeT3CP%2CIAAI%3BAS%5C%2FBL%2CwBAiEI%2CgCAaI%2CyBAII%2CqBTpDX%3BAS9BD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBTnDX%2CIAAI%3BAL7CL%2C0BA6BI%2CaKeH%3BAL5CD%2C0BA6BI%2CaKgBH%2CIAAI%3BAURL%2CaAEI%2CiBACI%2CeVIP%3BAUPD%2CaAEI%2CiBACI%2CeVKP%2CIAAI%3BAUaL%2CaAUI%2CaVxBH%3BAUcD%2CaAUI%2CaVvBH%2CIAAI%3BAUaL%2CaAWI%2CeVzBH%3BAUcD%2CaAWI%2CeVxBH%2CIAAI%3BAWmCL%2CoBAEI%2CeXtCH%3BAWoCD%2CoBAEI%2CeXrCH%2CIAAI%3BAJtCD%2CSAAC%2CMAAM%2COAqBD%2CUIgBT%3BAJrCG%2CSAAC%2CMAAM%2COAqBD%2CUIiBT%2CIAAI%3BAAySD%2CeADJ%2CQACK%2COA1SJ%3BAA0SG%2CeADJ%2CQACK%2COAzSJ%2CIAAI%3BAEqBL%2CuBFggDA%2CQAAO%2CMAthDN%3BAEsBD%2CuBFggDA%2CQAAO%2CMArhDN%2CIAAI%3BARuRL%2CcQ8vCA%2CQAAO%2CMAthDN%3BARwRD%2CcQ8vCA%2CQAAO%2CMArhDN%2CIAAI%3BAC7CL%2CwBDqVA%2CQACK%2COA1SJ%3BAC5CD%2CwBDqVA%2CQACK%2COAzSJ%2CIAAI%3BAC5CL%2CuBDoVA%2CQACK%2COA1SJ%3BAC3CD%2CuBDoVA%2CQACK%2COAzSJ%2CIAAI%3BAY5CT%2CqBZoVI%2CQACK%2COA1SJ%3BAY3CL%2CqBZoVI%2CQACK%2COAzSJ%2CIAAI%3BAanCT%2CmBb2UI%2CQACK%2COA1SJ%3BAalCL%2CmBb2UI%2CQACK%2COAzSJ%2CIAAI%3BAc5CT%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COA1SJ%3BAc3CL%2CKAAK%2CKAAK%2COdoVN%2CQACK%2COAzSJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAZ9CR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAsEI%2CsBAuCI%2CYAEI%2CQAAO%3BAEujBnB%2CWASI%2CQAAO%3BAE3pBP%2CaAiFI%2CwBAKI%2CQAAO%2CQAAQ%3BAuBvCH%2CeArBhB%2CeACM%2CWAiBI%2CWAEE%2CQACK%3BATwET%2CiBAFR%2CiBACI%2CQACK%3BAE7Fb%2CqBAcI%2CQAAO%3BAAdX%2CqBAeI%2CQAAO%3BAClCS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAOqGzB%2CkBAII%2CiBAAiB%2CQAAO%3BAC3IxB%2CcA0EI%2CQAAO%3BEjBpBX%2CcAAA%3BEACA%2CeAAA%3B%3BAR4FI%2CKAAC%2CcAkJG%2CcQtOR%3BACiDA%2CgCAkCI%2CSACI%2CcDpFR%3BAiB%5C%2FDA%2CcA8EI%2CcjBfJ%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BARiFA%2CKAAC%2CcAkJG%2CcQtOR%2CGAIK%3BAC6CL%2CgCAkCI%2CSACI%2CcDpFR%2CGAIK%3BAiBnEL%2CcA8EI%2CcjBfJ%2CGAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAR%2BEJ%2CKAAC%2CcAkJG%2CcQ9NR%3BACyCA%2CgCAkCI%2CSACI%2CcD5ER%3BAiBvEA%2CcA8EI%2CcjBPJ%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAkB1ER%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BA9BLR%2CeAEI%2CQAAO%2CQAAQ%3BAAMnB%2CyBAsEI%2CsBAuCI%2CYAEI%2CQAAO%3BAEujBnB%2CWASI%2CQAAO%3BEJxdP%2CWAAA%3B%3BAGqLJ%2CcA8CI%3BAG9SI%2CKAAC%2CcAkKG%3BAuBnFR%2CeAcI%3BAdhIJ%2CgCAII%3BEDyBJ%2CYAAA%3BEACA%2CoBAAA%3B%3BAXqQJ%2CcA8CI%2CuBWlTA%3BARII%2CKAAC%2CcAkKG%2CuBQtKR%3BAemFA%2CeAcI%2CuBfjGJ%3BAC%5C%2FBA%2CgCAII%2CuBD2BJ%3BEACI%2CgBAAA%3B%3BAVyQR%2CQAAQ%2CMAIJ%2CSAAQ%2CMAAO%2COAAM%3BEU9PrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAgB9JJ%2CgBACI%2COAMI%3BEhBkKJ%2CmBAAA%3BElBkHA%2CiBAAA%3B%3BAkC3RJ%2CgBACI%2COAMI%2CahB%2BJJ%3BEACI%2CgBAAA%3B%3BACrJJ%3BALsFI%2CSAAC%3BEuBhEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BArCFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBtBD%2CqBnBqBC%3BAmBrBD%2CqBnBsBC%3BAcgEG%2CSAAC%2CSdjEJ%3BAciEG%2CSAAC%2CSdhEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB3BD%2CqBnB2BC%3BAc2DG%2CSAAC%2CSd3DJ%3BEACG%2CWAAA%3B%3BAkBmIR%2CoBmBtII%3BAlBzBA%2CqBkByBA%3BAvB6DI%2CSAAC%2CSuB7DL%3BEAEI%2CeAAA%3BErC8OJ%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BAnB%5C%2FCD%2CqBkByBA%2CeCsBC%3BAxBuCG%2CSAAC%2CSuB7DL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BAnB5DL%2CqBkByBA%2CeCkCC%2CMACI%3BAxB0BD%2CSAAC%2CSuB7DL%2CeCkCC%2CMACI%3BEtC6ML%2CcAAA%3B%3BAsCvMI%2CoBDzCJ%2CeCwCC%2COACI%3BAnBlEL%2CqBkByBA%2CeCwCC%2COACI%3BAxBoBD%2CSAAC%2CSuB7DL%2CeCwCC%2COACI%3BEtCuML%2CcAAA%3B%3BAqCqEA%2CoBArTA%2CeAqTC%3BAlB9UD%2CqBkByBA%2CeAqTC%3BAvBxPG%2CSAAC%2CSuB7DL%2CeAqTC%3BErCrED%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BAnB%5C%2FCD%2CqBkByBA%2CeAqTC%2COC%5C%2FRA%3BAxBuCG%2CSAAC%2CSuB7DL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BAnB5DL%2CqBkByBA%2CeAqTC%2COCnRA%2CMACI%3BAxB0BD%2CSAAC%2CSuB7DL%2CeAqTC%2COCnRA%2CMACI%3BEtC6ML%2CcAAA%3B%3BAsCvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BAnBlEL%2CqBkByBA%2CeAqTC%2COC7QA%2COACI%3BAxBoBD%2CSAAC%2CSuB7DL%2CeAqTC%2COC7QA%2COACI%3BEtCuML%2CcAAA%3B%3BAkB1GJ%2CoBmBiDI%3BAlBhNA%2CqBkBgNA%3BAvB1HI%2CSAAC%2CSuB0HL%3BErCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEqChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BErC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkB1GJ%2CoBmBiDI%2CYAsBI%3BAlBtOJ%2CqBkBgNA%2CYAsBI%3BAvBhJA%2CSAAC%2CSuB0HL%2CYAsBI%3BErCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAqC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BAlB9OT%2CqBkBgNA%2CYAsBI%2CGAQK%3BAvBxJL%2CSAAC%2CSuB0HL%2CYAsBI%2CGAQK%3BErC2BT%2CmBAAA%3BEqCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BAlBxiBD%2CqBkBgNA%2CYAuVC%3BAlBviBD%2CqBkBgNA%2CYAwVC%3BAvBldG%2CSAAC%2CSuB0HL%2CYAuVC%3BAvBjdG%2CSAAC%2CSuB0HL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BAlBjjBD%2CqBkBgNA%2CYAiWC%3BAvB3dG%2CSAAC%2CSuB0HL%2CYAiWC%3BEACG%2CiBAAA%3BErCzSJ%2CsDAAA%3BEqC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BAlBvjBD%2CqBkBgNA%2CYAuWC%3BAvBjeG%2CSAAC%2CSuB0HL%2CYAuWC%3BEACG%2CiBAAA%3BErC%5C%2FSJ%2CsDAAA%3BEqCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BAlBjgBD%2CqBkBgNA%2CYAiTC%3BAvB3aG%2CSAAC%2CSuB0HL%2CYAiTC%3BErCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAqC6PA%2CoBAtTA%2CYAsTC%3BAlBtgBD%2CqBkBgNA%2CYAsTC%3BAvBhbG%2CSAAC%2CSuB0HL%2CYAsTC%3BErC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAqCZA%2CoBAAC%3BAlB7PD%2CqBkB6PC%3BAvBvKG%2CSAAC%2CSuBuKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BAlBhQJ%2CqBkB6PC%2COAGG%3BAvB1KA%2CSAAC%2CSuBuKJ%2COAGG%3BEACI%2CcAAA%3B%3BAlBjQR%2CqBDsKA%2CGAAE%3BAJhFE%2CSAAC%2CSIgFL%2CGAAE%3BEACE%2CcAAA%3B%3BAsB%5C%2FLJ%2COACI%2CgBAuBI%2CKACI%3BAlChBhB%2CyBAcI%2CYAAW%3BAEwpBf%2CWAII%2CYAAW%3BA0Bhaf%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAfvPR%2CyBACI%2COAAM%2CIAAK%3BAAkFf%2CgCA4BI%2CKACI%3BAsBzIZ%2CMAAM%2CQASF%2CKAAI%2CIAIA%2CSAAQ%2CIAIJ%3BA3B8PA%2C0BADJ%2CYACK%3BAqBnRT%2CcAQI%2CeAQI%2CKACI%2CKAEI%3BAOAhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BAAyDA%2CcAFM%2CSACV%2CSACK%2CKA6BG%2CYACI%2CMAAK%3BAC5GD%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%3BEzBuLxB%2CWAAA%3BEACA%2CkBAAA%3B%3BAgBsCJ%3BAUsHA%2CgBACI%3BA5BrWA%3BAACA%3BEE%2BMA%2CmBAAA%3B%3BAV2qBQ%2CQAvER%2CeAsEI%2CQACK%3BAAoRL%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%3BAAiEnB%2CcAOI%2CQAAO%3BAqC5qCP%2COAAC%2CQA2BG%2CQAAO%3BE7CsNX%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BApB2MJ%2C6BoBuDM%3BA9BumBM%2CQAvER%2CeAsEI%2CQACK%2CO8BvmBP%3BA9B23BE%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2CO8B%5C%2F3Bb%3BA9Bg8BN%2CcAOI%2CQAAO%2CO8Bv8BL%3BAOrOF%2COAAC%2CQA2BG%2CQAAO%2COP0MT%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2C6BAAC%3BA9Bm2BO%2CQAvER%2CeAsEI%2CQACK%2CO8Bn2BR%3BA9BunCG%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2CO8B3nCd%3BA9B4rCL%2CcAOI%2CQAAO%2CO8BnsCN%3BAOuBD%2COAAC%2CQA2BG%2CQAAO%2COPlDV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BA9Bs1BG%2CQAvER%2CeAsEI%2CQACK%2CO8Bv1BR%2CMACI%3BA9B0mCD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2CO8B%5C%2FmCd%2CMACI%3BA9B%2BqCT%2CcAOI%2CQAAO%2CO8BvrCN%2CMACI%3BAOUL%2COAAC%2CQA2BG%2CQAAO%2COPtCV%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2C6BADH%2COACI%3BA9Bg1BG%2CQAvER%2CeAsEI%2CQACK%2CO8Bj1BR%2COACI%3BA9BomCD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2CO8BzmCd%2COACI%3BA9ByqCT%2CcAOI%2CQAAO%2CO8BjrCN%2COACI%3BAOIL%2COAAC%2CQA2BG%2CQAAO%2COPhCV%2COACI%3BEtCqPL%2CWAAA%3B%3BAOnJI%2CQAPH%2CKAOI%3BACiMT%2CQAAQ%2CKAAM%3BEUhGV%2CgBAAA%3B%3BAXjGI%2CQAPH%2CKAOI%2CKWkGH%3BAV%2BFN%2CQAAQ%2CKAAM%2CEU%5C%2FFR%3BElBiDF%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CiBmBgGE%2CInBhGD%3BAQFG%2CQAPH%2CKAOI%2CKWkGH%2CInBhGD%3BAS%2BLL%2CQAAQ%2CKAAM%2CEU%5C%2FFR%2CInBhGD%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmB2FE%2CInB3FD%3BAQPG%2CQAPH%2CKAOI%2CKWkGH%2CInB3FD%3BAS0LL%2CQAAQ%2CKAAM%2CEU%5C%2FFR%2CInB3FD%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmBsFE%2CInBtFD%3BAQZG%2CQAPH%2CKAOI%2CKWkGH%2CInBtFD%3BASqLL%2CQAAQ%2CKAAM%2CEU%5C%2FFR%2CInBtFD%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAmB%5C%2FQA%2CKAAK%2CaAAa%2CMACd%3BAuBlBJ%2CKAAK%2CSAAS%2CMACV%3BExB0QJ%2CeAAA%3B%3BAA2EI%2CeADJ%2CQACK%3BACtVL%2CwBDqVA%2CQACK%3BACrVL%2CuBDoVA%2CQACK%3BAYrVT%2CqBZoVI%2CQACK%3BAa5UT%2CmBb2UI%2CQACK%3BAcrVT%2CKAAK%2CKAAK%2COdoVN%2CQACK%3BEAlDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BACxSA%2CwBD0TA%2CUACI%2COACK%3BAC3TT%2CuBDyTA%2CUACI%2COACK%3BAY3Tb%2CqBZyTI%2CUACI%2COACK%3BAalTb%2CmBbgTI%2CUACI%2COACK%3BAc3Tb%2CKAAK%2CKAAK%2COdyTN%2CUACI%2COACK%3BEACG%2CUAAA%3B%3BAC7TZ%2CwBD0TA%2CUAMI%2CiBAEM%3BACjUV%2CuBDyTA%2CUAMI%2CiBAEM%3BAYjUd%2CqBZyTI%2CUAMI%2CiBAEM%3BAaxTd%2CmBbgTI%2CUAMI%2CiBAEM%3BAcjUd%2CKAAK%2CKAAK%2COdyTN%2CUAMI%2CiBAEM%3BEAME%2CYAAA%3B%3BACxUZ%2CwBD0TA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BACnUjB%2CuBDyTA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAYnUrB%2CqBZyTI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAa1TrB%2CmBbgTI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAcnUrB%2CKAAK%2CKAAK%2COdyTN%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BEACG%2CgBAAA%3B%3BACrUpB%2CwBD0TA%2CUAiBI%2CQACI%3BAC3UR%2CuBDyTA%2CUAiBI%2CQACI%3BAY3UZ%2CqBZyTI%2CUAiBI%2CQACI%3BAalUZ%2CmBbgTI%2CUAiBI%2CQACI%3BAc3UZ%2CKAAK%2CKAAK%2COdyTN%2CUAiBI%2CQACI%3BEACI%2CSAAA%3B%3BAC7UZ%2CwBDiVA%3BAChVA%2CuBDgVA%3BAYhVJ%2CqBZgVI%3BAavUJ%2CmBbuUI%3BAchVJ%2CKAAK%2CKAAK%2COdgVN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACnVJ%2CwBD0VA%2CSACK%3BAC1VL%2CuBDyVA%2CSACK%3BAY1VT%2CqBZyVI%2CSACK%3BAajVT%2CmBbgVI%2CSACK%3BAc1VT%2CKAAK%2CKAAK%2COdyVN%2CSACK%3BEACG%2CgBAAA%3B%3BAUjKI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BE5B5KjB%2CSAAA%3BEACA%2CkBAAA%3B%3BA8ChBA%2CYACI%2CeAEI%2COACI%3BAxCIhB%2CyBAsEI%2CsBA4DI%3BAAlIR%2CyBAsEI%2CsBA6DI%2CSAAQ%3BAAnIhB%2CyBAsEI%2CsBA8DI%3BAC8DQ%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2COAKG%3BAwCzGhB%2CMAAC%3BAvC4OL%2CcACI%3BAAmxBJ%2CiBAGI%2CMAAK%2CMAAM%2COAEP%3BAALR%2CiBAII%2CMAAK%2CMAAM%2CQACP%3BAAkbR%2CMAAM%2CQAQF%2COAAM%2COAIF%3BAEz2CQ%2CKA5CP%2CcAgCG%2CKAYK%2CIAEG%3BAuBpBR%2CiBAhBJ%2CQAgBK%2CSAEG%3BAAFJ%2CiBAhBJ%2CQAgBK%2CSA6BG%3BAtBxLZ%2CqBAEI%3BAADJ%2CyBACI%3BAgBPJ%2CwBA8FI%2CsBACM%3BAA%5C%2FFV%2CwBA2GI%2CUACI%3BAqBzGR%2CwBAsFI%2COACI%3BAd0HZ%2CMAAM%2COACF%2COAAM%2CWACF%3BAenOR%2CcACI%3BACWJ%2C0BAWI%2CyBAGI%2CUACI%2CQAAO%3BAC3Bf%2CsBA6DI%2CUAAS%2CSACJ%3BACjDT%2CYACI%2CuBAEI%2COAEI%3BAtBlBhB%2CqBAEI%2CQACI%3BAe6JA%2COA7DH%2CQA6DI%2CQA%2BBG%3BA%5C%2FBtIQ%2CiBAHU%2CUAhDrB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUAjDlB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAA8DpB%2CuBACI%2CoBACI%3BAAoFR%2C2BAII%2CsBAGI%2CUACM%3BAqBtNd%2CcAQI%2CeAQI%2CKAOI%3BAAvBZ%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAkBxF1B%2CMAAM%2CWAkCF%3BATgGA%2COAAC%2CKAEG%3BAA2NR%2CgBACI%2CiBAGI%3BA7BlFR%2CcAYI%2CcACI%3BAuCvFA%2COADG%2CKACF%2CIAAI%3BAA8CT%2CYAEI%2CUAoDI%3BAArDR%2CYACI%2CUAoDI%3BAZnNA%2CcAFM%2CSACV%2CSACK%2CKAWG%2CaACI%3BE1CrFhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuDdI%2CsBAAC%2CcAGG%2CsBAQI%3BEvDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkB4QL%2CeACI%2CUAMI%2CiBlBpRH%3BAkB6QL%2CeACI%2CUAMI%2CiBlBnRH%3BAMrCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%2CONHP%3BAMpCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%2CONFP%3BAMrCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAeF%2CONdP%3BAMpCL%2CyBAkBI%2CyBAiBI%2COAAM%2COAeF%2CONbP%3BA%2BCjCL%2CQ%5C%2FCgCK%3BA%2BChCL%2CQ%5C%2FCiCK%3BAQswBL%2CQAwFI%2CsBR%5C%2F1BC%3BAQuwBL%2CQAwFI%2CsBR91BC%3BAUuGG%2CKAAC%2CcAiFG%2CiBVzLP%3BAUwGG%2CKAAC%2CcAiFG%2CiBVxLP%3BAUuGG%2CKAAC%2CcAkJG%2CcV1PP%3BAUwGG%2CKAAC%2CcAkJG%2CcVzPP%3BAiCsLD%2CeAEI%2CcAQM%2CWjCjMT%3BAiCuLD%2CeAEI%2CcAQM%2CWjChMT%3BAWnBD%2CmBXkBC%3BAWlBD%2CmBXmBC%3BAwDxCD%2CsBxDuCC%3BAwDvCD%2CsBxDwCC%3BAwB0DO%2CYADJ%2COACK%2CUxB3DR%3BAwB2DO%2CYADJ%2COACK%2CUxB1DR%3BAkDhCL%2C0BACI%2CkBlD8BC%3BAkD%5C%2FBL%2C0BACI%2CkBlD%2BBC%3BA4B2ED%2CgBA6BI%2CS5BzGH%3BA4B4ED%2CgBA6BI%2CS5BxGH%3BA4BmHD%2CoBACI%2CoB5BrHH%3BA4BoHD%2CoBACI%2CoB5BpHH%3BA4BmHD%2CoBAEI%2CkC5BtHH%3BA4BoHD%2CoBAEI%2CkC5BrHH%3BAmBoED%2CgCAkCI%2CSACI%2CcnBxGP%3BAmBqED%2CgCAkCI%2CSACI%2CcnBvGP%3BA6BtBD%2CmB7BqBC%3BA6BrBD%2CmB7BsBC%3BA6B6ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS7BrFP%3BA6B8ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS7BpFP%3BA6B8ED%2CkBACI%2CeAKI%2CS7BrFP%3BA6B%2BED%2CkBACI%2CeAKI%2CS7BpFP%3BAyDlCL%2CUASI%2CgBzDwBC%3BAyDjCL%2CUASI%2CgBzDyBC%3BAmC5CD%2CcA8EI%2CcnCnCH%3BAmC3CD%2CcA8EI%2CcnClCH%3BAmC5CD%2CcAsFI%2COnC3CH%3BAmC3CD%2CcAsFI%2COnC1CH%3BAmC5CD%2CcA4HI%2CenCjFH%3BAmC3CD%2CcA4HI%2CenChFH%3BA4CuTL%2CgBACI%2CiB5CzTC%3BA4CwTL%2CgBACI%2CiB5CxTC%3BA%2BBnCL%2CmBAUI%2CiB%5C%2FBwBC%3BA%2BBlCL%2CmBAUI%2CiB%5C%2FByBC%3BAsD%2BHG%2COAAC%2CQtDhIJ%3BAsDgIG%2COAAC%2CQtD%5C%2FHJ%3BAmB7CD%2CwBD0TA%2CUAMI%2CiBlBpRH%3BAmB5CD%2CwBD0TA%2CUAMI%2CiBlBnRH%3BAmB5CD%2CuBDyTA%2CUAMI%2CiBlBpRH%3BAmB3CD%2CuBDyTA%2CUAMI%2CiBlBnRH%3BA8B5CL%2CqBZyTI%2CUAMI%2CiBlBpRH%3BA8B3CL%2CqBZyTI%2CUAMI%2CiBlBnRH%3BA%2BBnCL%2CmBbgTI%2CUAMI%2CiBlBpRH%3BA%2BBlCL%2CmBbgTI%2CUAMI%2CiBlBnRH%3BAgC5CL%2CKAAK%2CKAAK%2COdyTN%2CUAMI%2CiBlBpRH%3BAgC3CL%2CKAAK%2CKAAK%2COdyTN%2CUAMI%2CiBlBnRH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkBuQL%2CeACI%2CUAMI%2CiBlB9QH%3BAM1CL%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%2CONGP%3BAM1CL%2CyBAkBI%2CyBAiBI%2COAAM%2COAeF%2CONRP%3BA%2BCtCL%2CQ%5C%2FCsCK%3BAQiwBL%2CQAwFI%2CsBRz1BC%3BAUkGG%2CKAAC%2CcAiFG%2CiBVnLP%3BAUkGG%2CKAAC%2CcAkJG%2CcVpPP%3BAiCiLD%2CeAEI%2CcAQM%2CWjC3LT%3BAWxBD%2CmBXwBC%3BAwD7CD%2CsBxD6CC%3BAwBqDO%2CYADJ%2COACK%2CUxBrDR%3BAkDrCL%2C0BACI%2CkBlDoCC%3BA4BsED%2CgBA6BI%2CS5BnGH%3BA4B8GD%2CoBACI%2CoB5B%5C%2FGH%3BA4B8GD%2CoBAEI%2CkC5BhHH%3BAmB%2BDD%2CgCAkCI%2CSACI%2CcnBlGP%3BA6B3BD%2CmB7B2BC%3BA6BwED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS7B%5C%2FEP%3BA6ByED%2CkBACI%2CeAKI%2CS7B%5C%2FEP%3BAyDvCL%2CUASI%2CgBzD8BC%3BAmCjDD%2CcA8EI%2CcnC7BH%3BAmCjDD%2CcAsFI%2COnCrCH%3BAmCjDD%2CcA4HI%2CenC3EH%3BA4CkTL%2CgBACI%2CiB5CnTC%3BA%2BBxCL%2CmBAUI%2CiB%5C%2FB8BC%3BAsD0HG%2COAAC%2CQtD1HJ%3BAmBlDD%2CwBD0TA%2CUAMI%2CiBlB9QH%3BAmBjDD%2CuBDyTA%2CUAMI%2CiBlB9QH%3BA8BjDL%2CqBZyTI%2CUAMI%2CiBlB9QH%3BA%2BBxCL%2CmBbgTI%2CUAMI%2CiBlB9QH%3BAgCjDL%2CKAAK%2CKAAK%2COdyTN%2CUAMI%2CiBlB9QH%3BEACG%2CWAAA%3B%3BAkB8xCR%2CeACI%3BAAsBJ%3BAwCp2CA%2CQAEI%2CQAAO%3BAAFX%2CQAUI%3BAAVJ%2CQAiBI%3BAlBtBA%2COACI%2CgBAiBI%3BAjCqHR%2CQAAC%3BAC6qBL%2CQAwFI%2CsBAGI%3BACr1BR%3BAC7BI%3BAcOA%2CYA2BI%3BA%2BBjDA%2CsBAAC%2CcAgBG%3BAIXR%3BA1CoIoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA0B7ID%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BAlCgIb%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKSysCT%3BA0C10CQ%2CMADJ%2CSACK%3BAzCuDT%2CuBAKI%2COAAM%2CKD8wCV%3BEA%5C%2F2BA%2CsBAAA%3B%3BAoB7ZA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAtC7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkBkfR%2CiBmBpGI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAnBkGR%2CiBmB%5C%2FFI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAnB6FR%2CiBmB%5C%2FEI%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAnB6ER%2CiBmB1EI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAnBuER%2CiBmBtYI%3BErCiIA%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BApBqeJ%2CiBmBtYI%2CeCqHE%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEtC6ML%2CcAAA%3B%3BAsCvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEtCuML%2CcAAA%3B%3BAqCuHA%2CiBAxPA%2CeAwPC%3BErCvHD%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEtC6ML%2CcAAA%3B%3BAsCvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEtCuML%2CcAAA%3B%3BAkBqQJ%2CiBmB9TI%3BErCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEqChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BErC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBqQJ%2CiBmB9TI%2COAsBI%3BErCmCJ%2CSAAA%3BEAAA%2CkBAAA%3B%3BAqC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BErC2BT%2CmBAAA%3BEqCzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BErCzSJ%2CsDAAA%3BEqC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BErC%5C%2FSJ%2CsDAAA%3BEqCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BErC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAqCoRA%2CiBA7UA%2COA6UC%3BErCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAqCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BA%5C%2FBhRZ%2CyBAsEI%2CsBA8CQ%2CqBAEM%3BAC4EF%2CQApEX%2CKAkEI%2CQACG%2CmBACK%3BACyEjB%2COAAO%3BAAicP%2CoBAII%2CQAAO%3BAAJW%2CmBAIlB%2CQAAO%3BAAJgC%2CqBAIvC%2CQAAO%3BAM1rBK%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BAkBjBjB%2CqBACI%2CQAAO%2COAAO%3BAADK%2CmBACnB%2CQAAO%2COAAO%3BAURd%2CqBAKI%2CQAAO%3BAAJX%2CoBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BE1CqRX%2CWAAA%3BEkB6XA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BElBrYA%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAhChBL%2CyBAsEI%2CsBA8CQ%2CqBAEM%2CUgCtGb%3BA%5C%2FBkLW%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2CO%2BBlLZ%3BA9B2PL%2COAAO%2CU8B3PF%3BA9B4rBL%2CoBAII%2CQAAO%2CU8BhsBN%3BA9B4rBiB%2CmBAIlB%2CQAAO%2CU8BhsBN%3BA9B4rBsC%2CqBAIvC%2CQAAO%2CU8BhsBN%3BAxBMW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMwBNZ%3BANXL%2CqBACI%2CQAAO%2COAAO%2COMUb%3BANXkB%2CmBACnB%2CQAAO%2COAAO%2COMUb%3BAIlBD%2CqBAKI%2CQAAO%2CWJaV%3BAIjBD%2CoBAII%2CQAAO%2CWJaV%3BAIhBD%2CqBAGI%2CQAAO%2CWJaV%3BAIfD%2CaAEI%2CQAAO%2CWJaV%3BAIdD%2CiBACI%2CQAAO%2CWJaV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAhCjWJ%2CyBAsEI%2CsBA8CQ%2CqBAEM%2CUY6iBb%3BAXjeW%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2COWieZ%3BAVxZL%2COAAO%2CUUwZF%3BAVyCL%2CoBAII%2CQAAO%2CUU7CN%3BAVyCiB%2CmBAIlB%2CQAAO%2CUU7CN%3BAVyCsC%2CqBAIvC%2CQAAO%2CUU7CN%3BAJ7oBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMI6oBZ%3BAc9pBL%2CqBACI%2CQAAO%2COAAO%2COd6pBb%3BAc9pBkB%2CmBACnB%2CQAAO%2COAAO%2COd6pBb%3BAwBrqBD%2CqBAKI%2CQAAO%2CWxBgqBV%3BAwBpqBD%2CoBAII%2CQAAO%2CWxBgqBV%3BAwBnqBD%2CqBAGI%2CQAAO%2CWxBgqBV%3BAwBlqBD%2CaAEI%2CQAAO%2CWxBgqBV%3BAwBjqBD%2CiBACI%2CQAAO%2CWxBgqBV%3BEACG%2CqBAAA%3B%3BAZpqBR%2CyBAsEI%2CsBA8CQ%2CqBAEM%2CUYgjBb%3BAXpeW%2CQApEX%2CKAkEI%2CQACG%2CmBACK%2COWoeZ%3BAV3ZL%2COAAO%2CUU2ZF%3BAVsCL%2CoBAII%2CQAAO%2CUU1CN%3BAVsCiB%2CmBAIlB%2CQAAO%2CUU1CN%3BAVsCsC%2CqBAIvC%2CQAAO%2CUU1CN%3BAJhpBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMIgpBZ%3BAcjqBL%2CqBACI%2CQAAO%2COAAO%2COdgqBb%3BAcjqBkB%2CmBACnB%2CQAAO%2COAAO%2COdgqBb%3BAwBxqBD%2CqBAKI%2CQAAO%2CWxBmqBV%3BAwBvqBD%2CoBAII%2CQAAO%2CWxBmqBV%3BAwBtqBD%2CqBAGI%2CQAAO%2CWxBmqBV%3BAwBrqBD%2CaAEI%2CQAAO%2CWxBmqBV%3BAwBpqBD%2CiBACI%2CQAAO%2CWxBmqBV%3BEACG%2CcAAA%3B%3BAZvqBR%2CyBAsEI%2CsBAuCI%3BAEyjBR%3BEUUI%2CgBAAA%3B%3BAAsFJ%2CeAEM%3BAAkxBN%2CmBACI%2COAnxBE%3BARpvBF%2CaAeI%2COQquBF%3BAE9sBF%2CuBFi%2BCA%2COAnxBE%3BAR5cF%2CcQ%2BtCA%2COAnxBE%3BElBhfF%2C0BAAA%3BEkB4bA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElB9bA%2C0BAAA%3BEAAA%2CcAAA%3BEsChOA%2CqBAAA%3B%3BApB8sBJ%2CeAEM%2CSAjDD%3BAAm0BL%2CmBACI%2COAnxBE%2CSAjDD%3BARnsBD%2CaAeI%2COQquBF%2CSAjDD%3BAE7pBD%2CuBFi%2BCA%2COAnxBE%2CSAjDD%3BAR3ZD%2CcQ%2BtCA%2COAnxBE%2CSAjDD%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAIR%2CmBoBldM%3BApB0fN%2CeAEM%2CSoB5fA%3BApB8wCN%2CmBACI%2COAnxBE%2CSoB5fA%3BA5BxPF%2CaAeI%2COQquBF%2CSoB5fA%3BAlBlNF%2CuBFi%2BCA%2COAnxBE%2CSoB5fA%3BA5BgDF%2CcQ%2BtCA%2COAnxBE%2CSoB5fA%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CmBAAC%3BApBwsBL%2CeAEM%2CSoB1sBD%3BApB49CL%2CmBACI%2COAnxBE%2CSoB1sBD%3BA5B1CD%2CaAeI%2COQquBF%2CSoB1sBD%3BAlBJD%2CuBFi%2BCA%2COAnxBE%2CSoB1sBD%3BA5B8PD%2CcQ%2BtCA%2COAnxBE%2CSoB1sBD%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BApByrCJ%2CmBACI%3BARvgDA%2CaAeI%3BAUuBJ%2CuBFi%2BCA%3BAR%5C%2FtCA%2CcQ%2BtCA%3BEApxBA%2CSAAA%3B%3BAAmxBJ%2CmBACI%2COAnxBE%2CSAEG%3BARtvBL%2CaAeI%2COQquBF%2CSAEG%3BAEhtBL%2CuBFi%2BCA%2COAnxBE%2CSAEG%3BAR9cL%2CcQ%2BtCA%2COAnxBE%2CSAEG%3BEACG%2CcAAA%3B%3BAA%2BwBZ%2CmBACI%2COA7wBA%3BAR1vBA%2CaAeI%2COQ2uBJ%3BAEptBA%2CuBFi%2BCA%2COA7wBA%3BARldA%2CcQ%2BtCA%2COA7wBA%3BEACI%2CaAAA%3BElBvfJ%2CsBAAA%3BEkByfI%2CkBAAA%3B%3BAoBzpBJ%2CepB2pBC%2COACK%2CSoB5pBL%3BApBk6CL%2CmBACI%2COAxwBC%2COACK%2CSoB5pBL%3BA5BpGD%2CaAeI%2COQgvBH%2COACK%2CSoB5pBL%3BAlB9DD%2CuBFi%2BCA%2COAxwBC%2COACK%2CSoB5pBL%3BA5BoMD%2CcQ%2BtCA%2COAxwBC%2COACK%2CSoB5pBL%3BEtCgKD%2CSCzQM%2CODyQN%3B%3BAkBkwCJ%2CmBACI%2COAxwBC%2COAOG%3BARtwBJ%2CaAeI%2COQgvBH%2COAOG%3BAEhuBJ%2CuBFi%2BCA%2COAxwBC%2COAOG%3BAR9dJ%2CcQ%2BtCA%2COAxwBC%2COAOG%3BEACI%2CcAAA%3B%3BAiBlyBR%2CcAQI%2CeAyBI%3BEnC8PR%2CiBAAA%3BEkBkhBA%2CgBAAA%3B%3BAiBjzBA%2CcAQI%2CeA4BI%3BEnC2PR%2CiBAAA%3BEkB2hBA%2CgBAAA%3BEACA%2CSAAA%3B%3BAgBxsBJ%2CqBAeI%3BAA8BJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEhB4sBA%2CiBAAA%3B%3BAEj1BY%2CcAFR%2C2BACI%2CKACK%2CMF25Bb%3BAE35BY%2CcAFR%2C2BACI%2CKACK%2CMF45Bb%3BAE35BY%2CcAHR%2C2BACI%2CKAEK%2CSF05Bb%3BAE15BY%2CcAHR%2C2BACI%2CKAEK%2CSF25Bb%3BARtwBY%2CKAlCP%2CcAgCG%2CKAEK%2CMQqwBb%3BARrwBY%2CKAlCP%2CcAgCG%2CKAEK%2CMQswBb%3BARrwBY%2CKAnCP%2CcAgCG%2CKAGK%2CSQowBb%3BARpwBY%2CKAnCP%2CcAgCG%2CKAGK%2CSQqwBb%3BARpwBY%2CKApCP%2CcAgCG%2CKAIK%2CKQmwBb%3BARnwBY%2CKApCP%2CcAgCG%2CKAIK%2CKQowBb%3BAH1zBI%2CoBADJ%2CKACK%2CMGyzBL%3BAHzzBI%2CoBADJ%2CKACK%2CMG0zBL%3BAHzzBI%2CoBAFJ%2CKAEK%2CSGwzBL%3BAHxzBI%2CoBAFJ%2CKAEK%2CSGyzBL%3BElB5pBA%2CWAAA%3BEkB8pBI%2CcAAA%3BElB9pBJ%2CiBAAA%3BEkBgqBI%2CcAAA%3BEACA%2CmBAAA%3B%3BAEj6BQ%2CcAFR%2C2BACI%2CKACK%2CMF25Bb%2CqBAOI%3BAEl6BQ%2CcAFR%2C2BACI%2CKACK%2CMF45Bb%2CqBAMI%3BAEj6BQ%2CcAHR%2C2BACI%2CKAEK%2CSF05Bb%2CqBAOI%3BAEj6BQ%2CcAHR%2C2BACI%2CKAEK%2CSF25Bb%2CqBAMI%3BAR5wBQ%2CKAlCP%2CcAgCG%2CKAEK%2CMQqwBb%2CqBAOI%3BAR5wBQ%2CKAlCP%2CcAgCG%2CKAEK%2CMQswBb%2CqBAMI%3BAR3wBQ%2CKAnCP%2CcAgCG%2CKAGK%2CSQowBb%2CqBAOI%3BAR3wBQ%2CKAnCP%2CcAgCG%2CKAGK%2CSQqwBb%2CqBAMI%3BAR1wBQ%2CKApCP%2CcAgCG%2CKAIK%2CKQmwBb%2CqBAOI%3BAR1wBQ%2CKApCP%2CcAgCG%2CKAIK%2CKQowBb%2CqBAMI%3BAHh0BA%2CoBADJ%2CKACK%2CMGyzBL%2CqBAOI%3BAHh0BA%2CoBADJ%2CKACK%2CMG0zBL%2CqBAMI%3BAH%5C%2FzBA%2CoBAFJ%2CKAEK%2CSGwzBL%2CqBAOI%3BAH%5C%2FzBA%2CoBAFJ%2CKAEK%2CSGyzBL%2CqBAMI%3BEACI%2CgBAAA%3B%3BAZ37BZ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcYm6BhB%3BAZj8BJ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcYo6BhB%3BAZl8BJ%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcY24BR%3BAZj8BJ%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcY44BR%3BAR96BA%2CaQ66BA%3BAR76BA%2CaQ86BA%3BAW5zBA%2CaX2zBA%3BAW3zBA%2CaX4zBA%3BAW3zBA%2CaX0zBA%3BAW1zBA%2CaX2zBA%3BEACI%2CqBAAA%3BElB3qBJ%2CiBAAA%3B%3BAMxRJ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcYw6BhB%2CqBAAuB%3BAZt8B3B%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcYg5BR%2CqBAAuB%3BARl7BvB%2CaQk7BA%2CqBAAuB%3BAWh0BvB%2CaXg0BA%2CqBAAuB%3BAW%5C%2FzBvB%2CaX%2BzBA%2CqBAAuB%3BEACnB%2CqBAAA%3BElB%5C%2FqBJ%2CiBAAA%3B%3BAMxRJ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcYw6BhB%2CqBAAuB%2CuBAGlB%3BAZz8BT%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcYg5BR%2CqBAAuB%2CuBAGlB%3BARr7BL%2CaQk7BA%2CqBAAuB%2CuBAGlB%3BAWn0BL%2CaXg0BA%2CqBAAuB%2CuBAGlB%3BAWl0BL%2CaX%2BzBA%2CqBAAuB%2CuBAGlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZ18BZ%2CyBAkBI%2CyBAUQ%2CyBACI%2COAAM%2COACF%2CcYw6BhB%2CqBAAuB%2CuBAMlB%3BAZ58BT%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%2CcYg5BR%2CqBAAuB%2CuBAMlB%3BARx7BL%2CaQk7BA%2CqBAAuB%2CuBAMlB%3BAWt0BL%2CaXg0BA%2CqBAAuB%2CuBAMlB%3BAWr0BL%2CaX%2BzBA%2CqBAAuB%2CuBAMlB%3BEACG%2CSAAQ%2CGAAR%3B%3BA2Cx7BJ%2CoBAUI%3BAATJ%2CoBASI%3BAzCrCR%2CcA4BI%2C2BAcI%3BAVwGJ%2CKAAC%2CcA4JG%3BAKrRZ%2CoBA%2BGI%3BEGq1BA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BElBjsBA%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAuBzCG%2CoBAUI%2CgBvB%2BBP%3BAuBxCG%2CoBASI%2CgBvB%2BBP%3BAlBpED%2CcA4BI%2C2BAcI%2CgBkB0BP%3BA5B8EG%2CKAAC%2CcA4JG%2CgB4B1OP%3BAvB3CL%2CoBA%2BGI%2CgBuBpEC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAuB5UI%2CoBAUI%2CgB3Ck8BP%3BA2C38BG%2CoBASI%2CgB3Ck8BP%3BAEv%2BBD%2CcA4BI%2C2BAcI%2CgBF67BP%3BARr1BG%2CKAAC%2CcA4JG%2CgBQyrBP%3BAH98BL%2CoBA%2BGI%2CgBG%2B1BC%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAoB52BJ%2CuBAAC%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BAuBvFW%2CoBAFJ%2CgBAEK%2CSvBuFZ%3BAlBlFW%2CcAhBR%2C2BAcI%2CgBAEK%2CSkBkFZ%3BA5BkLW%2CKA9JP%2CcA4JG%2CgBAEK%2CS4BlLZ%3BAvBYG%2CoBAFJ%2CgBAEK%2CSuBZJ%3BEtCgKD%2CSCzQM%2CODyQN%3B%3BAoDhSA%2CiBAII%2CsBAII%3BAjCiDR%2CyBACI%3BEnBsOJ%2CmBAAA%3B%3BA4CrKA%2COAAC%2CQ1By4BD%2CQACK%3BA0BjqBT%2CgBAgBI%2CgBAKI%2CwB1B2oBJ%2CQACK%3BEACG%2CkBAAA%3B%3BA0B34BR%2COAAC%2CQ1By4BD%2CQAIK%3BA0BpqBT%2CgBAgBI%2CgBAKI%2CwB1B2oBJ%2CQAIK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BA0Bl5BR%2COAAC%2CQ1By4BD%2CQAWK%3BA0B3qBT%2CgBAgBI%2CgBAKI%2CwB1B2oBJ%2CQAWK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAgB75BZ%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQhB65BP%3BAgBl1BL%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQhBo0BP%3BAgBj1BL%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQhBo0BP%3BAgBh1BL%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQhBo0BP%3BAgB7yBL%2CMAsBI%2CaACI%2CQhBsxBH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BElB%5C%2FvBJ%2C%2BBAAA%3BEkBiwBI%2CoBAAA%3B%3BAgB76BR%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQhBq6BP%2CWACI%3BAgB31BT%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQhB40BP%2CWACI%3BAgB11BT%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQhB40BP%2CWACI%3BAgBz1BT%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQhB40BP%2CWACI%3BAgBtzBT%2CMAsBI%2CaACI%2CQhB8xBH%2CWACI%3BEACG%2CaAAA%3B%3BAEniCR%2CcACI%2COF4iCJ%2CaAEM%3BAgBt4BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CShBy3Bd%2CaAEM%3BAiBhjCN%2CcjB8iCA%2CaAEM%3BAav%5C%2FBV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSbm%5C%2FBd%2CaAEM%3BAHjwBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG4vBd%2CaAEM%3BAHhwBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG4vBd%2CaAEM%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAEljCR%2CcACI%2COFojCJ%3BAgB54BJ%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CShBi4Bd%3BAiBtjCA%2CcjBsjCA%3BAa7%5C%2FBJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSb2%5C%2FBd%3BAHvwBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGowBd%3BAHtwBJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGowBd%3BEACI%2CcAAA%3B%3BAEtjCJ%2CcACI%2COFojCJ%2CWAEM%3BAgB94BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CShBi4Bd%2CWAEM%3BAiBxjCN%2CcjBsjCA%2CWAEM%3BAa%5C%2F%5C%2FBV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSb2%5C%2FBd%2CWAEM%3BAHzwBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGowBd%2CWAEM%3BAHxwBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGowBd%2CWAEM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAe9iCR%2CeASI%2CUAEI%2COf6iCP%3BAel2BD%2CeA4GI%2CaAEI%2COfovBP%3BAel2BD%2CeA6GI%2CgBACI%2COfovBP%3BAUr6BD%2CoBACI%2CoBAQI%2COV45BP%3BAUr6BD%2CoBAEI%2CkCAOI%2COV45BP%3BAJp7Be%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMIo7BhB%3BEACG%2CSAAS%2CIAAT%3B%3BAAkCR%2CuBAMI%2CQAAO%3BAJvmCH%2CSAAC%2CMAAM%2COIumCX%2CQAAO%3BAJjgCH%2CSAAC%2CSIigCL%2CQAAO%3BElB90BP%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BApBglCL%2CuBAMI%2CQAAO%2CIoBtlCN%3BAxBjBG%2CSAAC%2CMAAM%2COIumCX%2CQAAO%2CIoBtlCN%3BAxBqFG%2CSAAC%2CSIigCL%2CQAAO%2CIoBtlCN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8DpOU%2CO9DoOV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxBlWI%2CSAAC%2CMAAM%2COIkmCX%2COAAO%2CMAAK%2CWACP%3BAJ7%5C%2FBD%2CSAAC%2CSI4%5C%2FBL%2COAAO%2CMAAK%2CWACP%3BElB10BL%2CmBAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COIumCX%2CQAAO%2CIAEF%3BAJngCD%2CSAAC%2CSIigCL%2CQAAO%2CIAEF%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA0TZ%2CmBAkBI%3BAV3oBJ%2CQAiFI%3BAEx2BA%2CaAeI%2COA4BI%2CUAAS%2CSACH%3BAA5Cd%2CaAeI%2COA4BI%2CUAAS%2CSAEH%2CUAAU%3BAuB0JxB%2CeAkCI%2CsBAWI%2CMAAK%2CYAED%3BAkBjRZ%2CsBA6DI%2CUAAS%2CSAIJ%2CUAAU%3BAvBsHnB%2CoBACI%2CaACI%2CoBAII%2CQAAO%3BAO7LnB%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAIM%2CUAAU%3BAA%5C%2FFhC%2CcA2LI%3BAAeJ%2CyBACI%3BAADJ%2CyBAEI%3BAmBooBJ%3BA5CzsBA%2CYQszCA%3BAyC56CA%2CkBAeI%2CczC65CJ%3BEAlUA%2CaAAA%3B%3BAanmCJ%3BAhBwOA%3BEf%2BBI%2CsBAAA%3BEkBq3BA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAavmCJ%2C4Bb%2BmCI%2CWACI%2CoBACI%3BAahnCZ%2CyBb8mCI%2CWACI%2CoBACI%3BAazmCZ%2C0BbumCI%2CWACI%2CoBACI%3BAH95BZ%2CQG45BI%2CWACI%2CoBACI%3BAH75BZ%2CuBG25BI%2CWACI%2CoBACI%3BAH55BZ%2CiBG05BI%2CWACI%2CoBACI%3BAH35BZ%2C0BGy5BI%2CWACI%2CoBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAarnChB%2C4Bb%2BmCI%2CWACI%2CoBAOI%3BAatnCZ%2CyBb8mCI%2CWACI%2CoBAOI%3BAa%5C%2FmCZ%2C0BbumCI%2CWACI%2CoBAOI%3BAHp6BZ%2CQG45BI%2CWACI%2CoBAOI%3BAHn6BZ%2CuBG25BI%2CWACI%2CoBAOI%3BAHl6BZ%2CiBG05BI%2CWACI%2CoBAOI%3BAHj6BZ%2C0BGy5BI%2CWACI%2CoBAOI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAaznChB%2C4Bb%2BmCI%2CWACI%2CoBAOI%2CYAGI%3BAaznChB%2CyBb8mCI%2CWACI%2CoBAOI%2CYAGI%3BAalnChB%2C0BbumCI%2CWACI%2CoBAOI%2CYAGI%3BAHv6BhB%2CQG45BI%2CWACI%2CoBAOI%2CYAGI%3BAHt6BhB%2CuBG25BI%2CWACI%2CoBAOI%2CYAGI%3BAHr6BhB%2CiBG05BI%2CWACI%2CoBAOI%2CYAGI%3BAHp6BhB%2C0BGy5BI%2CWACI%2CoBAOI%2CYAGI%3BEACI%2CaAAA%3B%3BAgBp%2BBpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAfrHjB%2C2BAII%2CMAAK%3BALgIT%2C8BAII%2CMAAK%3BACuFb%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEZjFjB%2CYAAA%3B%3BAey%2BBJ%2CkBfz6BM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAew6BV%2CkBfz6BM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BA%2BBrGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA%2BBpGV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BA%2BBpGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA%2BBnGV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BA%2BBnGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BA%2BBlGV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB6Ff%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBpNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgBnNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAWhFN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAW%5C%2FEN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAYWV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAYYV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAkBq7BJ%2CkBfv%2BBM%2CQAGI%2CKACI%3BAem%2BBd%2CkBft%2BBM%2CQAEI%2CKACI%3BAem%2BBd%2CkBfr%2BBM%2CQACI%2CKACI%3BAem%2BBd%2CkBfv%2BBM%2CQAGI%2CKAEI%3BAek%2BBd%2CkBft%2BBM%2CQAEI%2CKAEI%3BAek%2BBd%2CkBfr%2BBM%2CQACI%2CKAEI%3BA%2BB1Cd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB%2BBf%2CQAGI%2CKACI%3BA%2BBzCd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBgCf%2CQAEI%2CKACI%3BA%2BBzCd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBiCf%2CQACI%2CKACI%3BA%2BBzCd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB%2BBf%2CQAGI%2CKAEI%3BA%2BB1Cd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBgCf%2CQAEI%2CKAEI%3BA%2BB1Cd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBiCf%2CQACI%2CKAEI%3BA%2BBzCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB%2BBf%2CQAGI%2CKACI%3BA%2BBxCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBgCf%2CQAEI%2CKACI%3BA%2BBxCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBiCf%2CQACI%2CKACI%3BA%2BBxCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB%2BBf%2CQAGI%2CKAEI%3BA%2BBzCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBgCf%2CQAEI%2CKAEI%3BA%2BBzCd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBiCf%2CQACI%2CKAEI%3BA%2BBxCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB%2BBf%2CQAGI%2CKACI%3BA%2BBvCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBgCf%2CQAEI%2CKACI%3BA%2BBvCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBiCf%2CQACI%2CKACI%3BA%2BBvCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB%2BBf%2CQAGI%2CKAEI%3BA%2BBxCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBgCf%2CQAEI%2CKAEI%3BA%2BBxCd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FBiCf%2CQACI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAei%2BBhB%2CkBf59BM%2CQACI%2CKACI%3BAe09Bd%2CkBf59BM%2CQACI%2CKAEI%3BA%2BBnDd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB0Cf%2CQACI%2CKACI%3BA%2BBlDd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB0Cf%2CQACI%2CKAEI%3BA%2BBlDd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB0Cf%2CQACI%2CKACI%3BA%2BBjDd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB0Cf%2CQACI%2CKAEI%3BA%2BBjDd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB0Cf%2CQACI%2CKACI%3BA%2BBhDd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CM%5C%2FB0Cf%2CQACI%2CKAEI%3BAgBlKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKACI%3BAgBjKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKAEI%3BAW9BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKACI%3BAW7BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKAEI%3BAY6Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKACI%3BAY8Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKAEI%3BEHoCV%2C6BAAA%3B%3BAQo7BJ%2CcAcI%3BAkCnpCA%2CeAII%3BE1C6MJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBk%5C%2FBA%2CmBAAA%3B%3BAV9DJ%2CcACI%3BAO%5C%2F7BJ%2CcACI%3BAuCyGA%2COAEI%3BAZnTJ%2CeACI%3BExB%2BsCJ%2CgBAAA%3B%3BAV3EJ%2CcACI%2CaUqEA%3BAHpgCJ%2CcACI%2CaGmgCA%3BAoC15BA%2COAEI%2CapCw5BJ%3BAwB3sCA%2CeACI%2CaxB0sCJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAsBttCJ%3BA9BlDA%2CeACI%3BEQixCJ%2CmBAAA%3B%3BAsBhuCA%2CkBtBiuCA%2CSAAQ%2CKACJ%3BAsBluCJ%2CkBtBiuCA%2CSAAQ%2CKAEJ%3BARrxCJ%2CeACI%2CWQkxCJ%2CSAAQ%2CKACJ%3BARpxCJ%2CeACI%2CWQkxCJ%2CSAAQ%2CKAEJ%3BEACI%2CaAAA%3B%3BATlqCA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKSysCT%3BACnxCA%2CuBAKI%2COAAM%2CKD8wCV%3BEACI%2CkBAAA%3B%3BAAFR%2CeAKI%3BAC7wCA%2CyBAKI%2CyBAMI%3BAVqDA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS6sCT%3BACvxCA%2CuBAKI%2COAAM%2CKDkxCV%3BElBtjCA%2CgBAAA%3BEkBikCA%2COAAO%2CyBAAP%3B%3BA0Cz1CQ%2CMADJ%2CSACK%3BE1Ck2CT%2CkBAAA%3B%3BA0Cl2CQ%2CMADJ%2CSACK%2Cc1Cm2CT%3BElB3kCA%2CgBAAA%3BEkB6kCI%2COAAO%2CiCAAP%3B%3BAKv2CJ%2CqBACI%2CaACI%2CeACI%3BAgCIR%2CsBAAC%2CcAgBG%3BEvDmQR%2CUAAA%3BEAAA%2CSAAA%3BEkBwlCA%2CUAAA%3B%3BAKl3CA%2CqBACI%2CaACI%2CeACI%2CuBLi3CX%3BAKp3CD%2CqBACI%2CaACI%2CeACI%2CuBLk3CX%3BAqC92CG%2CsBAAC%2CcAgBG%2CuBrC61CP%3BAqC72CG%2CsBAAC%2CcAgBG%2CuBrC81CP%3BElB7iCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CSAAA%3BEkBmmCI%2CWAAA%3BEACA%2COAAA%3B%3BAK93CJ%2CqBACI%2CaACI%2CeACI%2CuBL63CX%3BAqCz3CG%2CsBAAC%2CcAgBG%2CuBrCy2CP%3BElBtmCD%2CyBAAA%3B%3BAuB1RA%2CqBACI%2CaACI%2CeACI%2CuBLg4CX%3BAqC53CG%2CsBAAC%2CcAgBG%2CuBrC42CP%3BElBzmCD%2C4BAAA%3BEkB2mCI%2CQAAA%3B%3BAP52CJ%2CYAOI%3BAcnBJ%2C%2BBAEI%3BAkCHJ%2CkBASM%3BA9CSN%2C0BAQI%3BEboPJ%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAUxJA%3BAiDtHA%2CkBAeI%3BEzC44CJ%2C0BAAA%3BEACA%2CiBAAA%3B%3BARtyCA%2CYQuyCA%2CMAEI%3BARzyCJ%2CYQwyCA%2CMACI%3BAyC%5C%2F5CJ%2CkBAeI%2CczC84CJ%2CMAEI%3BAyC%5C%2F5CJ%2CkBAeI%2CczC%2B4CJ%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAR5yCR%2CYQuyCA%2CMAOI%3BAR9yCJ%2CYQwyCA%2CMAMI%3BAyCp6CJ%2CkBAeI%2CczC84CJ%2CMAOI%3BAyCp6CJ%2CkBAeI%2CczC%2B4CJ%2CMAMI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BARnzCR%2CYQyzCA%2COACI%3BAR1zCJ%2CYQyzCA%2COAEI%3BAyCj7CJ%2CkBAeI%2CczCg6CJ%2COACI%3BAyCh7CJ%2CkBAeI%2CczCg6CJ%2COAEI%3BEACI%2CeAAA%3B%3BAR5zCR%2CYQyzCA%2COAKI%3BAyCp7CJ%2CkBAeI%2CczCg6CJ%2COAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BARj0CR%2CYQyzCA%2COAUI%3BAyCz7CJ%2CkBAeI%2CczCg6CJ%2COAUI%3BEACI%2C0BAAA%3BElB5qCR%2CiBAAA%3BEkB8qCQ%2CiBAAA%3B%3BARt0CR%2CYQyzCA%2COAeI%3BAyC97CJ%2CkBAeI%2CczCg6CJ%2COAeI%3BEACI%2C0BAAA%3BElBjrCR%2CiBAAA%3B%3BAUxJA%2CYQ60CA%3BAyCn8CA%2CkBAeI%2CczCo7CJ%3BEACI%2CkBAAA%3B%3BAR90CJ%2CYQg1CA%2CMAAM%2CGAAE%2CWAAY%3BAyCt8CpB%2CkBAeI%2CczCu7CJ%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BARj1CJ%2CYQm1CA%2CYACK%2CQACG%3BARr1CR%2CYQm1CA%2CYACK%2CQAEG%3BAyC58CR%2CkBAeI%2CczC07CJ%2CYACK%2CQACG%3BAyC38CR%2CkBAeI%2CczC07CJ%2CYACK%2CQAEG%3BEACI%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3B%3BARz1CZ%2CYQm1CA%2CYACK%2CQAOG%2CQAAQ%3BAyCj9ChB%2CkBAeI%2CczC07CJ%2CYACK%2CQAOG%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CkBAAA%3BElBrsCZ%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BApB45CI%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COoB%5C%2FsCd%3BA5B5IF%2CYQm1CA%2CYACK%2CQAOG%2CQAAQ%2COoB%5C%2FsCd%3BAqBlQF%2CkBAeI%2CczC07CJ%2CYACK%2CQAOG%2CQAAQ%2COoB%5C%2FsCd%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CmBpBq5CA%2CYACK%2CQAOG%2CQAAQ%2COoB75Cf%3BA5BkED%2CYQm1CA%2CYACK%2CQAOG%2CQAAQ%2COoB75Cf%3BAqBpDD%2CkBAeI%2CczC07CJ%2CYACK%2CQAOG%2CQAAQ%2COoB75Cf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA5BjOA%2CYQm1CA%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BAyC39Cb%2CkBAeI%2CczC07CJ%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BARx2ChB%2CYQm1CA%2CYACK%2CQAuBI%2CSACG%3BAR52CZ%2CYQm1CA%2CYACK%2CQAuBI%2CSAEG%3BAyCn%2BCZ%2CkBAeI%2CczC07CJ%2CYACK%2CQAuBI%2CSACG%3BAyCl%2BCZ%2CkBAeI%2CczC07CJ%2CYACK%2CQAuBI%2CSAEG%3BEACI%2CgBAAA%3B%3BAoBt3ChB%2CmBpB21CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COoBx3CnB%3BA5BQD%2CYQm1CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COoBx3CnB%3BAqB9GD%2CkBAeI%2CczC07CJ%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COoBx3CnB%3BEtCgKD%2CSCzQM%2CODyQN%3B%3BAUxJA%2CYQm1CA%2CYAqCK%3BAyC9%2BCL%2CkBAeI%2CczC07CJ%2CYAqCK%3BEACG%2CaAAA%3BEACA%2C6BAAA%3B%3BAR13CR%2CYQm1CA%2CYAqCK%2CQAGI%3BAyCj%5C%2FCT%2CkBAeI%2CczC07CJ%2CYAqCK%2CQAGI%3BEACG%2CkBAAA%3B%3BAR53CZ%2CYQg4CA%3BAyCt%5C%2FCA%2CkBAeI%2CczCu%2BCJ%3BEACI%2CgBAAA%3B%3BAEv8CJ%2CuBFi%2BCA%2COAEM%2CSACE%3BARluCR%2CcQ%2BtCA%2COAEM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAEt%2BCZ%2CuBF0%2BCA%3BARxuCA%2CcQwuCA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAE7%2BCJ%2CuBF0%2BCA%2CiBAII%2CQACK%3BAE%5C%2F%2BCT%2CuBF0%2BCA%2CiBAII%2CQAEK%3BAR9uCT%2CcQwuCA%2CiBAII%2CQACK%3BAR7uCT%2CcQwuCA%2CiBAII%2CQAEK%3BEAEG%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEt%5C%2FCZ%2CuBF0%2BCA%2CiBAeI%3BARvvCJ%2CcQwuCA%2CiBAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAE5%5C%2FCR%2CuBFggDA%2CQAAO%3BAR9vCP%2CcQ8vCA%2CQAAO%3BEAEH%2CgBAAA%3B%3BAElgDJ%2CuBFqgDA%3BARnwCA%2CcQmwCA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAEvgDJ%2CuBFqgDA%2CUAGM%2CSACI%3BARvwCV%2CcQmwCA%2CUAGM%2CSACI%3BEACE%2CaAAA%3B%3BAE1gDZ%2CuBF8gDA%3BAR5wCA%2CcQ4wCA%3BEACI%2CmBAAA%3B%3BAnBzkDJ%3BEACI%2CagERc%2CWhEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CagEAc%2CWhEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CagEQc%2CWhERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CagEgBc%2CWhEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAgEmCJ%3BE%5C%2FD%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA2DlHJ%3BE1DgZI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEgEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BANnCR%2CQAEI%2CQAAO%3BE1DsZP%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEA3IR%2CoBAAA%3BEAgKA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE0DtbL%2CeAAA%3B%3BAARR%2CQAUI%3BE1D8YA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE0D%5C%2FaL%2CeAAA%3B%3BAAfR%2CQAiBI%3BE1DuYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE0DxaL%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CUAIM%2CsBAAoB%3BEAClB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAOrCJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2C6BAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CK9DmeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiEbA%2CMACI%3BEACI%2C0BAAA%3B%3BAAGI%2CMAJR%2CMAGM%2CKACG%2CYACG%3BAADJ%2CMAJR%2CMAGM%2CKACG%2CYAEG%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3B%3BAATpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAgBI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAChCZ%2CQAAQ%3BElE%2BRR%2CeAAA%3BEAAA%2C8BAAA%3BEmEnQA%2CcAAA%3BEnEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEmEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEnE2OA%2CWAAA%3B%3BAmExOI%2CQDvDI%2CKCoDR%2CEAGK%3BEnEwOL%2CWAAA%3B%3BAmEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEnEoOL%2CWAAA%3B%3BAkE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1OW%2COD0OX%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEtCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEmErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BElE2RR%2CeAAA%3BEAAA%2C8BAAA%3BEmEnQA%2CcAAA%3BEnEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEmEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEnE2OA%2CWAAA%3B%3BAmExOI%2CQDnDI%2CMCgDR%2CEAGK%3BEnEwOL%2CWAAA%3B%3BAmEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEnEoOL%2CWAAA%3B%3BAkE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxOS%2CODwOT%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEtCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEmErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BElEuRR%2CeAAA%3BEAAA%2C8BAAA%3BEmEnQA%2CcAAA%3BEnEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEmEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEnE2OA%2CWAAA%3B%3BAmExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEnEwOL%2CWAAA%3B%3BAmEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEnEoOL%2CWAAA%3B%3BAkEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1OW%2COD0OX%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEtCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEmErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BElEmRR%2CeAAA%3BEAAA%2C8BAAA%3BEmEnQA%2CcAAA%3BEnEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEmEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEnE2OA%2CWAAA%3B%3BAmExOI%2CQD3CI%2COCwCR%2CEAGK%3BEnEwOL%2CWAAA%3B%3BAmEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEnEoOL%2CWAAA%3B%3BAkEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1OW%2COD0OX%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEtCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEmErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BElE%2BQR%2CeAAA%3BEAAA%2C8BAAA%3BEmEnQA%2CcAAA%3BEnEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEmEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEnE2OA%2CWAAA%3B%3BAmExOI%2CQDvCI%2CQCoCR%2CEAGK%3BEnEwOL%2CWAAA%3B%3BAmEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEnEoOL%2CWAAA%3B%3BAkE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE7BiGf%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEtCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEmErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEpEwRA%2CqBAAA%3BEsC9QA%2CqBAAA%3BE8BFI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA9BCJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCzPQ%2CODyPR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BEtC2PL%2CWAAA%3B%3BAoExRA%2CW9B4QE%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAqE1BA%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BEtEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEsEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEtE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEsExFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2CQDjDI%2CQCuBR%2CiBA0BK%3BAACD%2CQDlDI%2CQCuBR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQD1DI%2CQCuBR%2CiBAmCK%3BEtEqOL%2CkBAAA%3BEsEnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BEtEgOL%2CkBAAA%3BEsE9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BEtEgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAsE1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BEtE0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CkBAAA%3B%3BAsEhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BEtEgNF%2CYAAA%3B%3BAsE5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CeAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BEvE%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BEwE7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BExEuQD%2C4ByE3RgC%2C2CzE2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEwEhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAG%5C%2FBR%3BE1E2RI%2CSAAA%3BEAAA%2CgBAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BAqErcJ%2CSrEucM%3BEACE%2CsBAAA%3B%3BAqExcR%2CSrE2cM%3BELhLF%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3BEKoLI%2CsBAAA%3BEACA%2CWAAA%3BELrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAqE9dR%2CSAAC%3BEACG%2CgBAAA%3B%3BAAHR%2CSAKM%3BAALN%2CSAMM%2CUAAU%3BE1EqRZ%2CgBAAA%3B%3BA0E3RJ%2CSAKM%2CSrE0wBA%3BAqE%5C%2FwBN%2CSAMM%2CUAAU%2CSrEywBV%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CSqExiBE%2CSrEwiBD%3BAAAD%2CSqEviBE%2CUAAU%2CSrEuiBX%3BEACG%2CgBAAA%3B%3BAqE9iBR%2CSAKM%2CSrEkjBA%3BAqEvjBN%2CSAMM%2CUAAU%2CSrEijBV%3BEL5RF%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKqSI%2CSqE3jBF%2CSrEkjBA%2CSASM%3BAAAJ%2CSqE1jBF%2CUAAU%2CSrEijBV%2CSASM%3BEACA%2CaAAA%3B%3BAqEjkBZ%2CSAKM%2CSrEgkBF%2CQACI%3BAqEtkBR%2CSAMM%2CUAAU%2CSrE%2BjBZ%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CS0ElCE%2CSrEskBF%2CQAAO%2CMLpiBN%3BAAAD%2CS0EjCE%2CUAAU%2CSrEqkBZ%2CQAAO%2CMLpiBN%3BAACD%2CS0EnCE%2CSrEskBF%2CQAAO%2CMLniBN%3BAAAD%2CS0ElCE%2CUAAU%2CSrEqkBZ%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS0ExCE%2CSrEskBF%2CQAAO%2CML9hBN%3BAAAD%2CS0EvCE%2CUAAU%2CSrEqkBZ%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BA0E9CR%2CSAKM%2CSrEskBF%2CQAAO%2CMAEH%3BAqE7kBR%2CSAMM%2CUAAU%2CSrEqkBZ%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSqE7kBF%2CSrEskBF%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSqE5kBF%2CUAAU%2CSrEqkBZ%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqEjlBF%2CSrEskBF%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSqEhlBF%2CUAAU%2CSrEqkBZ%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSqErlBF%2CSrEskBF%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSqEplBF%2CUAAU%2CSrEqkBZ%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSqEzlBF%2CSrEskBF%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSqExlBF%2CUAAU%2CSrEqkBZ%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAqE%5C%2FlBZ%2CSAKM%2CSrE8lBF%3BAqEnmBJ%2CSAMM%2CUAAU%2CSrE6lBZ%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAqEvmBR%2CSAKM%2CSrE8lBF%2COAMI%3BAqEzmBR%2CSAMM%2CUAAU%2CSrE6lBZ%2COAMI%3BAqEzmBR%2CSAKM%2CSrE8lBF%2COAOI%3BAqE1mBR%2CSAMM%2CUAAU%2CSrE6lBZ%2COAOI%3BAqE1mBR%2CSAKM%2CSrE8lBF%2COAQI%3BAqE3mBR%2CSAMM%2CUAAU%2CSrE6lBZ%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAqEhnBZ%2CSAKM%2CSrE8lBF%2COAgBI%3BAqEnnBR%2CSAMM%2CUAAU%2CSrE6lBZ%2COAgBI%3BAqEnnBR%2CSAKM%2CSrE8lBF%2COAiBI%3BAqEpnBR%2CSAMM%2CUAAU%2CSrE6lBZ%2COAiBI%3BELzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSqE5XE%2CSrE8lBF%2COAgBI%2CWAlPH%3BAAAD%2CSqE3XE%2CUAAU%2CSrE6lBZ%2COAgBI%2CWAlPH%3BAAAD%2CSqE5XE%2CSrE8lBF%2COAiBI%2CUAnPH%3BAAAD%2CSqE3XE%2CUAAU%2CSrE6lBZ%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CSqE3YE%2CSrE8lBF%2COAgBI%2CWAnOH%3BAAAD%2CSqE1YE%2CUAAU%2CSrE6lBZ%2COAgBI%2CWAnOH%3BAAAD%2CSqE3YE%2CSrE8lBF%2COAiBI%2CUApOH%3BAAAD%2CSqE1YE%2CUAAU%2CSrE6lBZ%2COAiBI%2CUApOH%3BELrHD%2CWAAA%3B%3BAK0HA%2CSqEhZE%2CSrE8lBF%2COAgBI%2CWA9NH%3BAAAD%2CSqE%5C%2FYE%2CUAAU%2CSrE6lBZ%2COAgBI%2CWA9NH%3BAAAD%2CSqEhZE%2CSrE8lBF%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSqE%5C%2FYE%2CUAAU%2CSrE6lBZ%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CSqErZE%2CSrE8lBF%2COAgBI%2CWAzNH%3BAAAD%2CSqEpZE%2CUAAU%2CSrE6lBZ%2COAgBI%2CWAzNH%3BAAAD%2CSqErZE%2CSrE8lBF%2COAiBI%2CUA1NH%3BAAAD%2CSqEpZE%2CUAAU%2CSrE6lBZ%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CWAAA%3B%3BA0E3RJ%2CSAKM%2CSrE8lBF%2COA0BI%3BAqE7nBR%2CSAMM%2CUAAU%2CSrE6lBZ%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA0E7bb%2CSAKM%2CSrE8nBF%3BAqEnoBJ%2CSAMM%2CUAAU%2CSrE6nBZ%3BELxWA%2CeAAA%3B%3BAKugBI%2CSqE7xBF%2CSrE2xBD%2CSAAY%2CSAER%3BAAAD%2CSqE5xBF%2CUAAU%2CSrE0xBX%2CSAAY%2CSAER%3BAAAD%2CSqE7xBF%2CSrE4xBD%2CUAAa%2CSACT%3BAAAD%2CSqE5xBF%2CUAAU%2CSrE2xBX%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA0E3RJ%2CSAKM%2CSrEk0BF%3BAqEv0BJ%2CSAMM%2CUAAU%2CSrEi0BZ%3BEL5iBA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2CSoCdE%2CSrEk0BF%2CMiCpzBC%3BAAAD%2CSoCbE%2CUAAU%2CSrEi0BZ%2CMiCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoC5VI%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BE1EMV%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0ETI%2CSARF%2CSAQG%2COACG%3BAADJ%2CSAPF%2CUAAU%2CSAOP%2COACG%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COAAO%2CIAAI%2COAAQ%2CUAhBzB%2CSAeE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAfzB%2CUAAU%2CSAcR%3BEAEQ%2CmBAAA%3B%3BAAtBhB%2CSAKM%2CSAoBE%2COAAM%3BAAzBd%2CSAMM%2CUAAU%2CSAmBR%2COAAM%3BEACF%2CkBAAA%3B%3BAACA%2CSAtBN%2CSAoBE%2COAAM%2COAED%3BAAAD%2CSArBN%2CUAAU%2CSAmBR%2COAAM%2COAED%3BEACG%2CgBAAA%3B%3BAAKhB%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAEJ%2COACI%3BEACI%2CkBAAA%3B%3BAAGR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CMAAM%2CKACF%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BE1EkME%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BE0ErNJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAoC%2C6CAApC%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3B%3BAACA%2CMAAC%3BEACG%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAQR%2CGAAG%2CWAAW%3BEACV%2CeAAA%3B%3BAAKJ%2CMAAO%3BEJlEH%2CkBAAA%3B%3BAIkEJ%2CMAAO%2CSJhEH%3BEtEwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BEsEhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEtE8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CiBAAA%3BEsEvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMIsCD%2CSJhEH%2CiBA0BK%3BAACD%2CMIqCD%2CSJhEH%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMI6BD%2CSJhEH%2CiBAmCK%3BEtEqOL%2CkBAAA%3BEsEnOQ%2CyBAAA%3B%3BAAGJ%2CMIwBD%2CSJhEH%2CiBAwCK%3BEtEgOL%2CkBAAA%3BEsE9NQ%2CyBAAA%3B%3BAA0GR%2CMIpFG%2CSJhEH%2CiBAoJC%3BAACD%2CMIrFG%2CSJhEH%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMIzFG%2CSJhEH%2CiBAyJC%3BEtE%2BGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAsEzGA%2CMI%5C%2FFG%2CSJhEH%2CiBA%2BJC%3BEtEyGD%2CwBAAA%3BEAAA%2CiBAAA%3BEAAA%2CSAAA%3B%3BAsEhNA%2CMIQG%2CSJRD%3BEtEgNF%2CYAAA%3B%3BAsE5MA%2CMIIG%2CSJJD%2CgBAA2B%2CMAAS%3BAACtC%2CMIGG%2CSJHD%2CgBAA2B%2CMAAS%3BAACtC%2CMIEG%2CSJFF%2CMAAO%3BEACJ%2CcAAA%3B%3BAICR%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CcACM%3BEtEiIF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BEsC9QA%2CqBAAA%3BEoC8FI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAtEkIJ%2CcsE7IE%2CyBtE6ID%3BAACD%2CcsE9IE%2CyBtE8ID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcsEnJE%2CyBtEmJD%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CcsExJE%2CyBtEwJD%3BAACD%2CcsEzJE%2CyBtEyJD%3BAACD%2CQAAQ%2CUAAW%2CesE1JjB%3BEtE2JE%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA0E3LJ%2CcACM%2CyBpC8KA%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CcoC8EE%2CyBpC9ED%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8D9OY%2CO9D8OZ%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAoCvPI%2CcAZF%2CyBAYG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQZ%2CQACI%3BEACI%2CSAAA%3B%3BAAGI%2CQAJR%2CUAEM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQAJR%2CUAGI%2CQAAU%2CSACL%2CIAAI%3BEACD%2CgBAAA%3B%3BAANhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAKR%3BAARZ%2CQACI%2CUAGI%2CQAAU%2CSAIN%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAZhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAWR%3BAAdZ%2CQACI%2CUAGI%2CQAAU%2CSAUN%3BEACI%2CWAAA%3B%3BA3EnIZ%3BEACI%2CawC0CW%2CaxC1CX%3BEACA%2CSAAS%2CwCAAsB%2COAAO%2CcAClC%2CuCAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BA4EVR%3BAACA%2CCAAC%2COAAO%3BE3E2RJ%2CkBAAA%3BE2EzRA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2COAAO%3BEACT%2CYAAA%3B%3BAAIA%2CMAAC%2CIAAI%3BEACD%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CMAAC%3BEACG%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAOI%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE3EsPJ%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CCuEhIH%2COAAO%2CQvEgIH%3BAACD%2CCuEjIH%2COAAO%2CQvEiIH%3BAACD%2CCuElIH%2COAAO%2CQvEkIH%3BEACG%2CqBAAA%3B%3BAuE%5C%2FHR%2COAAO%3BEvECH%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEuEnBA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAvEmCA%2COuEtCG%2CQvEsCF%3BAACD%2COuEvCG%2CQvEuCF%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2COuEnDG%2CQvEmDF%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2COuE%5C%2FDG%2CQvE%2BDF%3BAACD%2COuEhEG%2CQvEgEF%3BAACD%2CQAAQ%2CUAAW%2CQuEjEhB%3BE3EkPH%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAuE9DR%2CqBACI%3BEACI%2C0BAAA%3B%3BACtDJ%2CQAAQ%2CKAAK%3BECuJb%2CSAAA%3BEACA%2CUAAA%3BEDtJI%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JJ%2CQAAQ%2CKAAK%2CMC0JX%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKR%2CQAAQ%2CKAAK%2CMCoKX%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA7E7HJ%2CQ4E5CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ7ExHN%3BAACD%2CQ4E7CQ%2CKAAK%2CMCoKX%2CQAAK%2CQ7EvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQ4ElDQ%2CKAAK%2CMCoKX%2CQAAK%2CQ7ElHN%3BEACG%2CWAAA%3B%3BA6EwHA%2CQD3KI%2CKAAK%2CMCoKX%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KR%2CQAAQ%2CKAAK%2CMC4NP%2CQAAK%3BE7EoEX%2CSAAA%3B%3BA4EhSA%2CQAAQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%3BE7E0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQ6E%5C%2FIQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU9EvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQ6EpJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU9ElFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQ6EzJQ%2CKAAK%2CMCqOX%2CQAAK%2CMACD%2CU9E7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA6EzBI%2CQDvQI%2CKAAK%2CMCqOX%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDxQI%2CKAAK%2CMCqOX%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQDzQI%2CKAAK%2CMCqOX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD1QI%2CKAAK%2CMCqOX%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE7EsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA4EhSA%2CQAAQ%2CKAAK%2CMCkRX%2CQAAK%3BE7EcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CqBAAA%3B%3BA4EhSA%2CQAAQ%2CKAAK%2CMAMT%2CMAAK%2CMACD%3BEACI%2CkBAAA%3BEtCwDZ%2CqBAAA%3B%3BAAMA%2CQsCtEQ%2CKAAK%2CMAMT%2CMAAK%2CMACD%2CEtC%2BDP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsCpVY%2CQArBJ%2CKAAK%2CMAMT%2CMAAK%2CMACD%2CEAcK%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGR%2CQA3BA%2CKAAK%2CMAMT%2CMAAK%2CMAqBA%2COAAQ%2CEAAC%3BEACN%2CS3ELN%2CO2EKM%3B%3BAA5BZ%2CQAAQ%2CKAAK%2CMA%2BBT%2COAAO%2CEAAC%3BEACJ%2CgBAAA%3B%3BAAhCR%2CQAAQ%2CKAAK%2CMAkCT%3BEACI%2CSAAA%3B%3BAEnCR%2CMC8VE%3BE%5C%2FE1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8E3BA%2CMCmHA%3BE%5C%2FE%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BE%2BEgEA%2CmBAAA%3BE%5C%2FEpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BA8EhSA%2CMC6HA%3BE%5C%2FEmKA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BA8EhSA%2CMC6HA%2CMAUI%3BE%5C%2FEnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8E3BA%2CMC4IA%2CEAAC%3BE%5C%2FEoJD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BA%2BEtII%2CMAdJ%2CEAAC%2CKAcI%3BE%5C%2FEsIL%2CWAAA%3B%3BA%2BE1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BE%5C%2FE0HL%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BA%2BE7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BE%5C%2FE6GL%2CWAAA%3B%3BA8EhSA%2CMCgMA%2COAAM%3BE%5C%2FEgGN%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BA8EhSA%2CMCqNA%3BE%5C%2FE2EA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BA%2BE7DI%2CMAdJ%2CQAcK%3BE%5C%2FE6DL%2CWAAA%3B%3BA%2BEjDI%2CMA1BJ%2CQA0BK%3BE%5C%2FEiDL%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BA%2BEpCI%2CMAvCJ%2CQAuCK%3BE%5C%2FEoCL%2CWAAA%3B%3BA%2BExBI%2CMAnDJ%2CQAmDK%3BE%5C%2FEwBL%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAyC4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BE%5C%2FE9FL%2CWAAA%3B%3BA%2BEoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BE%5C%2FEpGL%2CWAAA%3B%3BA%2BExBI%2CMAnDJ%2CQAmDK%2CKzCYH%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CMyC6LA%2CQAmDK%2CKzChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCrPQ%2CODqPR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMyCgLJ%2CQAmDK%2CKzCpOJ%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CMyC0KJ%2CQAmDK%2CKzC9NJ%2COACI%3BEtCqPL%2CWAAA%3B%3BA%2BENI%2CMArEJ%2CQAqEK%3BE%5C%2FEML%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAyC4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BE%5C%2FE9FL%2CWAAA%3B%3BA%2BEoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BE%5C%2FEpGL%2CWAAA%3B%3BA%2BENI%2CMArEJ%2CQAqEK%2CSzCNH%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CMyC6LA%2CQAqEK%2CSzClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCpPQ%2CODoPR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CMyCgLJ%2CQAqEK%2CSzCtPJ%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CMyC0KJ%2CQAqEK%2CSzChPJ%2COACI%3BEtCqPL%2CWAAA%3B%3BA8EhSA%2CMAEI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CMAMI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAATR%2CMAWI%2CMAAK%3BEACD%2CcAAA%3B%3BA1CXZ%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CkBAAA%3B%3BAAdR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BEAEI%2CkBAAA%3B%3BAACA%2CgBANN%2CWAGE%2CQAGK%3BAAAD%2CgBALN%2CaAEE%2CQAGK%3BEACG%2CgBAAA%3B%3BAAOR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAmBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAAKZ%2CQAAS%2CiBACL%2CQAAO%3BEACH%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CQAAS%2CiBAML%2CWAAW%2CEAAC%3BEACR%2CiBAAA%3BEACA%2CSAAA%3B%3BA4CnCJ%3BEhFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAgFhSA%2CYCoEA%3BEjF4NA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAiFtHA%2CYCoEA%2COlFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAiF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BEjFkNA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3B%3BAiFpMI%2CYAdJ%2CEAcK%3BEjFoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiFvLI%2CYA3BJ%2CEA2BK%3BEjFuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BAiF1KI%2CYAxCJ%2CEAwCK%3BEjF0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BAgFhSA%2CYCoIA%3BEjF4JA%2CgBAAA%3BEAAA%2CeAAA%3B%3BAgFhSA%2CYC4JI%2CMAAK%2CIAAI%3BEjFoIb%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAAMA%2CY2CsFI%2CMAAK%2CIAAI%2Ca3CtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxP6B%2CODwP7B%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CaAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA0CtWA%2CaAAgB%3BEACZ%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CaAAgB%2CeAKZ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAATR%2CaAAgB%2CeAYZ%3BAAZJ%2CaAAgB%2CeAYT%2CEAAC%3BAAZR%2CaAAgB%2CeAYA%2CEAAC%3BEACT%2CWAAA%3B%3BAAbR%2CaAAgB%2CeAgBZ%2CMAAK%2CIAAI%2CaAAa%3BEAClB%2CiBAAA%3B%3BA3DTI%2CUAFP%2CMACG%2CQACK%3BErBqRb%2CkBAAA%3BEqBjRgB%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BErB6QhB%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAqBrRY%2CUAFP%2CMACG%2CQACK%2CMiByQX%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CUjBfK%2CMACG%2CQACK%2CMiBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUjB5BC%2CMACG%2CQACK%2CMiByBZ%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2CUjBlCC%2CMACG%2CQACK%2CMiB%2BBZ%2COACI%3BEtCqPL%2CoCAAA%3B%3BAI7CA%2CUiB1OK%2CMACG%2CQACK%2CMjBwOZ%3BAACD%2CUiB3OK%2CMACG%2CQACK%2CMjByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiBhPK%2CMACG%2CQACK%2CMjB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUiBrPK%2CMACG%2CQACK%2CMjBmPZ%3BAACD%2CUiBtPK%2CMACG%2CQACK%2CMjBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWiBvPd%2CMACG%2CQACK%3BEjBsPT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAqBpPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BArB6aJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEArND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BA6D5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BE7DiQR%2CiBAAA%3BE6D%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BE7D%2BOR%2CiBAAA%3B%3BA6D5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BE7D2OZ%2CiBAAA%3B%3BA6DjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BE7DuOR%2CiBAAA%3B%3BAkF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BElFuJA%2CYAAA%3B%3BAkFnJA%3BAACA%3BEA7GA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACQ%2CWAAW%2CeAAX%3B%3BAAyFhB%2CYArFA%3BAAsFA%2CYAtFA%3BElFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEkFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BElF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAkF5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAA2EhB%2CYAvEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACQ%2CWAAW%2CgBAAX%3BEACR%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3B%3BAAiEA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BElF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAkFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BElFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAkFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BElFoHJ%2CwBAAA%3B%3BAkF9IA%2CYA8BI%3BElFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAkF1GA%3BElF0GA%2CYAAA%3BEkFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BElFmMJ%2CgBAAA%3B%3BAkF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BElFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEkF5UJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACQ%2CWAAW%2CiBAAX%3BEACR%2C%2BCAAA%3BEACQ%2C%2BBAAA%3B%3BAAoER%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BElFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAkF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BElFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAkF9OR%2CYAqCI%3BElFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAkF1GA%2CYA0CI%3BEACI%2CgBAAA%3BElF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAkF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BE%5C%2FE4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEsC9QA%2CqBAAA%3BE6CkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BA%5C%2FE6MR%2Ca%2BExNI%2Cc%5C%2FEwNH%3BAAAD%2CY%2BExNI%2Cc%5C%2FEwNH%3BAAAD%2CY%2BExNI%2Cc%5C%2FEwNH%3BAACD%2Ca%2BEzNI%2Cc%5C%2FEyNH%3BAAAD%2CY%2BEzNI%2Cc%5C%2FEyNH%3BAAAD%2CY%2BEzNI%2Cc%5C%2FEyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca%2BE9NI%2Cc%5C%2FE8NH%3BAAAD%2CY%2BE9NI%2Cc%5C%2FE8NH%3BAAAD%2CY%2BE9NI%2Cc%5C%2FE8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Ca%2BEnOI%2Cc%5C%2FEmOH%3BAAAD%2CY%2BEnOI%2Cc%5C%2FEmOH%3BAAAD%2CY%2BEnOI%2Cc%5C%2FEmOH%3BAACD%2Ca%2BEpOI%2Cc%5C%2FEoOH%3BAAAD%2CY%2BEpOI%2Cc%5C%2FEoOH%3BAAAD%2CY%2BEpOI%2Cc%5C%2FEoOH%3BAACD%2CQAAQ%2CUAAW%2Cc%2BErOf%3BA%5C%2FEqOJ%2CQAAQ%2CUAAW%2Ca%2BErOf%3BA%5C%2FEqOJ%2CQAAQ%2CUAAW%2Ca%2BErOf%3BE%5C%2FEsOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAmFxQA%2CaAGI%2Cc7CyPF%3BA6C3PF%2CYAEI%2Cc7CyPF%3BA6C1PF%2CYACI%2Cc7CyPF%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2Ca6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BAAAD%2CY6CGI%2Cc7CHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BAAAD%2CY6CVA%2Cc7CSH%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2Ca6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BAAAD%2CY6ChBA%2Cc7CeH%2COACI%3BEtCqPL%2CcAAA%3B%3BAmFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEnF%2BOJ%2CcAAA%3B%3BAmF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BEnFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3BEmFnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CYAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEnF6MA%2CwCAAA%3BEmF3MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAC5FZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEiJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFjJD%2CmCAAA%3BEACA%2CaCjBuB%2CkBDiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaC7BuB%2CkBD6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCrC%2BB%2CODqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCxC%2BB%2CODwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSC3C%2BB%2COD2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSClD6B%2CODkD7B%3B%3BAGhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDzG2B%2COCyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDlH2B%2COCkH3B%3BEACA%2CiBAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAe%2CkBAAf%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAHH%2CMAGI%3BAAAD%2CWAHH%2CMAGI%3BEACG%2CYAAA%3B%3BAAEJ%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BEACG%2CcAAA%3B%3BAAIR%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEAEG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BAAAL%2CWAAC%2CIAAI%3BEACD%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BEACG%2CgBAAA%3B%3BAAKZ%3BEvFgHA%2CiBAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEuF3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEhGiRL%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEgG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAjGuHR%2CCiGhIK%2CwBjGgIJ%3BAAAD%2CMiGhIK%2CwBjGgIJ%3BAAAD%2CGiGhIK%2CwBjGgIJ%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCiGrIK%2CwBjGqIJ%3BAAAD%2CMiGrIK%2CwBjGqIJ%3BAAAD%2CGiGrIK%2CwBjGqIJ%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCiG1IK%2CwBjG0IJ%3BAAAD%2CMiG1IK%2CwBjG0IJ%3BAAAD%2CGiG1IK%2CwBjG0IJ%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CC4FzLK%2CwB5FyLJ%3BAAAD%2CM4FzLK%2CwB5FyLJ%3BAAAD%2CG4FzLK%2CwB5FyLJ%3BAACD%2CC4F1LK%2CwB5F0LJ%3BAAAD%2CM4F1LK%2CwB5F0LJ%3BAAAD%2CG4F1LK%2CwB5F0LJ%3BAACD%2CC4F3LK%2CwB5F2LJ%3BAAAD%2CM4F3LK%2CwB5F2LJ%3BAAAD%2CG4F3LK%2CwB5F2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CC4FhMK%2CwB5FgMJ%3BAAAD%2CM4FhMK%2CwB5FgMJ%3BAAAD%2CG4FhMK%2CwB5FgMJ%3BAACD%2CC4FjMK%2CwB5FiMJ%3BAAAD%2CM4FjMK%2CwB5FiMJ%3BAAAD%2CG4FjMK%2CwB5FiMJ%3BAACD%2CQAAQ%2CUAAW%2CE4FlMd%3BA5FkML%2CQAAQ%2CUAAW%2CO4FlMd%3BA5FkML%2CQAAQ%2CUAAW%2CI4FlMd%3BEhGiRL%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA4F3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE5F6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEgGhQQ%2CgBAAA%3B%3BA5F0IR%2CC4F%5C%2FIK%2C2B5F%2BIJ%3BAAAD%2CM4F%5C%2FIK%2C2B5F%2BIJ%3BAAAD%2CG4F%5C%2FIK%2C2B5F%2BIJ%3BAACD%2CC4FhJK%2C2B5FgJJ%3BAAAD%2CM4FhJK%2C2B5FgJJ%3BAAAD%2CG4FhJK%2C2B5FgJJ%3BAACD%2CC4FjJK%2C2B5FiJJ%3BAAAD%2CM4FjJK%2C2B5FiJJ%3BAAAD%2CG4FjJK%2C2B5FiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC4FzDK%2C2B5FyDJ%3BAAAD%2CM4FzDK%2C2B5FyDJ%3BAAAD%2CG4FzDK%2C2B5FyDJ%3BAACD%2CC4F1DK%2C2B5F0DJ%3BAAAD%2CM4F1DK%2C2B5F0DJ%3BAAAD%2CG4F1DK%2C2B5F0DJ%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CC4FtEK%2C2B5FsEJ%3BAAAD%2CM4FtEK%2C2B5FsEJ%3BAAAD%2CG4FtEK%2C2B5FsEJ%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CC4FlFK%2C2B5FkFJ%3BAAAD%2CM4FlFK%2C2B5FkFJ%3BAAAD%2CG4FlFK%2C2B5FkFJ%3BAACD%2CC4FnFK%2C2B5FmFJ%3BAAAD%2CM4FnFK%2C2B5FmFJ%3BAAAD%2CG4FnFK%2C2B5FmFJ%3BAACD%2CQAAQ%2CUAAW%2CE4FpFd%3BA5FoFL%2CQAAQ%2CUAAW%2CO4FpFd%3BA5FoFL%2CQAAQ%2CUAAW%2CI4FpFd%3BEhGqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA4F%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BE5FqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEgGxPQ%2CgBAAA%3B%3BA5FkIR%2CC4FvIK%2C6B5FuIJ%3BAAAD%2CM4FvIK%2C6B5FuIJ%3BAAAD%2CG4FvIK%2C6B5FuIJ%3BAACD%2CC4FxIK%2C6B5FwIJ%3BAAAD%2CM4FxIK%2C6B5FwIJ%3BAAAD%2CG4FxIK%2C6B5FwIJ%3BAACD%2CC4FzIK%2C6B5FyIJ%3BAAAD%2CM4FzIK%2C6B5FyIJ%3BAAAD%2CG4FzIK%2C6B5FyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CC4FjDK%2C6B5FiDJ%3BAAAD%2CM4FjDK%2C6B5FiDJ%3BAAAD%2CG4FjDK%2C6B5FiDJ%3BAACD%2CC4FlDK%2C6B5FkDJ%3BAAAD%2CM4FlDK%2C6B5FkDJ%3BAAAD%2CG4FlDK%2C6B5FkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CC4F9DK%2C6B5F8DJ%3BAAAD%2CM4F9DK%2C6B5F8DJ%3BAAAD%2CG4F9DK%2C6B5F8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CC4F1EK%2C6B5F0EJ%3BAAAD%2CM4F1EK%2C6B5F0EJ%3BAAAD%2CG4F1EK%2C6B5F0EJ%3BAACD%2CC4F3EK%2C6B5F2EJ%3BAAAD%2CM4F3EK%2C6B5F2EJ%3BAAAD%2CG4F3EK%2C6B5F2EJ%3BAACD%2CQAAQ%2CUAAW%2CE4F5Ed%3BA5F4EL%2CQAAQ%2CUAAW%2CO4F5Ed%3BA5F4EL%2CQAAQ%2CUAAW%2CI4F5Ed%3BEhG6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA6FlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C4BAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BET%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAShHA%2CsBTkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BASrHJ%2CsBTkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BASxHR%2CsBT4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA7E7HJ%2CsB6EwHE%2CQAAK%2CQ7ExHN%3BAACD%2CsB6EuHE%2CQAAK%2CQ7EvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsB6EkHE%2CQAAK%2CQ7ElHN%3BEACG%2CWAAA%3B%3BA6EwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BASpIR%2CsBToLM%2CQAAK%3BE7EoEX%2CSAAA%3B%3BAsFxPA%2CsBT6LE%2CQAAK%2CMACD%3BE7E0DN%2C0BAAA%3BEAAA%2CYAAA%3BEAAA%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsB8EsFE%2CQAAK%2CMACD%2CU9EvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsB8EiFE%2CQAAK%2CMACD%2CU9ElFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsB8E4EE%2CQAAK%2CMACD%2CU9E7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BA6EzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BE7EsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAsFxPA%2CsBT0OE%2CQAAK%3BE7EcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2CqBAAA%3B%3B%3B%3B%3B%3BAqHtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACWA%2CwBACI%3BEACI%2CmBAAA%3B%3BAAIR%3BExH2NA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEAEA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BE4HhRQ%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAxHgOR%2CwBAAC%3BAACD%2CwBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAC%3BAACD%2CwBAAC%3BAACD%2CQAAQ%2CUAAW%3BEACf%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA4H1QI%3BAACA%2CwBAAC%3BAACD%2CwBAAC%3BAACD%2CwBAAC%3BEACG%2CgmCAAA%3B%3BAAGJ%2CwBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2C4iBAAA%3B%3BAC7BR%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CmBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BEAEP%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACTR%3BEACI%2CoBAAA%3B%3BAASA%2CqBACI%2CaAAa%3BEACT%2CaAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3BAANR%2CqBASI%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAbZ%2CqBASI%2CiBAOI%3BEACI%2CkBAAA%3B%3BAAjBZ%2CqBASI%2CiBAWI%3BEACI%2CeAAA%3B%3BAArBZ%2CqBAyBI%2CaAAY%3BE%5C%2FHoWhB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAtIF%2CsCAAA%3BEACK%2CmCAAA%3BEACC%2CkCAAA%3BEAcJ%2C8BAAA%3BEAwJA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BE%2BHpYI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAZJ%2CaAAY%2CeAYP%2CgBAAiB%3BAAClB%2CqBAbJ%2CaAAY%2CeAaP%2CgBAAiB%3BEACd%2CWAAA%3B%3BAAIA%2CqBAlBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBACb%2CUAAU%2CQAAQ%3BEACf%2CcAAA%3B%3BAAGJ%2CqBAtBR%2CaAAY%2CeAiBP%2CgBAAiB%2CuBAKb%2CUAAU%2CQAAQ%3BEACf%2CaAAA%3B%3BAAIR%2CqBA3BJ%2CaAAY%2CeA2BP%2CgBAAiB%3BAAClB%2CqBA5BJ%2CaAAY%2CeA4BP%2CmBAAoB%3BEAEb%2CUAAA%3B%3BAAGJ%2CqBAjCR%2CaAAY%2CeA2BP%2CgBAAiB%2CuBAMb%3BAAAD%2CqBAjCR%2CaAAY%2CeA4BP%2CmBAAoB%2CuBAKhB%3BEACG%2CWAAA%3B%3BAAIR%2CqBAtCJ%2CaAAY%2CeAsCP%2CgBAAiB%3BAAClB%2CqBAvCJ%2CaAAY%2CeAuCP%2CmBAAoB%3BEACjB%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBA5CJ%2CaAAY%2CeA4CP%3BEACG%2CaAAA%3B%3BAAtEZ%2CqBAyBI%2CaAAY%2CeAgDR%3BEACI%2CSAAA%3B%3BAA1EZ%2CqBAyBI%2CaAAY%2CeAoDR%3BEACI%2CgBAAA%3B%3BAA9EZ%2CqBAyBI%2CaAAY%2CeAwDR%2CiBACI%3BEACI%2CaAAA%3B%3BAAnFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBAKI%3BEACI%2CaAAA%3B%3BAAvFhB%2CqBAyBI%2CaAAY%2CeAwDR%2CiBASI%3BEACI%2CaAAA%3B%3BAAKJ%2CqBAvER%2CaAAY%2CeAsER%2CYACK%2CIAAI%3BEACD%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlGhB%2CqBAyBI%2CaAAY%2CeA6ER%2CeAAe%3BEACX%2CYAAA%3B%3BAAvGZ%2CqBAyBI%2CaAAY%2CeAiFR%3BE%5C%2FHmRR%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BA%2BH3ZR%2CqBAyBI%2CaAAY%2CeAsFR%2CoBAAoB%3BE%5C%2FH0I9B%2CeAAA%3BEACK%2CYAAA%3BEACC%2CWAAA%3BEAcJ%2COAAA%3B%3BA%2BHzQA%2CqBAyBI%2CaAAY%2CeA0FR%2CoBAAoB%2CIAAG%3BE%5C%2FHgS%5C%2FB%2CwBAAA%3BEACQ%2CgBAAA%3B%3BA%2BHpZR%2CqBAyBI%2CaAAY%2CeA8FR%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAxHZ%2CqBAyBI%2CaAAY%2CeAkGR%3BAA3HR%2CqBAyBI%2CaAAY%2CeAmGR%3BEACI%2CoBAAA%3B%3BAA7HZ%2CqBAyBI%2CaAAY%2CeAuGR%2CwBAAwB%3BEACpB%2CeAAA%3B%3BAAjIZ%2CqBAyBI%2CaAAY%2CeA2GR%2CwBAAwB%2CiBAAmB%3BEACvC%2CgBAAA%3B%3BAArIZ%2CqBAyBI%2CaAAY%2CeA%2BGR%2CgBAAkB%3BEACd%2CqBAAA%3B%3BAAzIZ%2CqBAyBI%2CaAAY%2CeAmHR%2CyBAAyB%2CiBAAiB%3BEACtC%2C6BAAA%3B%3BAA7IZ%2CqBAyBI%2CaAAY%2CeAuHR%2COAAM%3BEACF%2CmBAAA%3B%3BAAjJZ%2CqBAyBI%2CaAAY%2CeA2HR%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAtJZ%2CqBAyBI%2CaAAY%2CeAgIR%3BEAEQ%2CgBAAA%3B%3BAA3JhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAKI%3BEACI%2CkBAAA%3B%3BAA%5C%2FJhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BASI%3BEACI%2CgBAAA%3B%3BAAnKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAaI%2CiBAAiB%2CQAAO%3BEACpB%2CkBAAA%3B%3BAAvKhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAiBI%3BEACI%2CYAAA%3B%3BAA3KhB%2CqBAyBI%2CaAAY%2CeAgIR%2C0BAqBI%2CsBAAsB%3BEAClB%2CaAAA%3B%3BAA%5C%2FKhB%2CqBAyBI%2CaAAY%2CeA0JR%2C2BACI%3BEACI%2CYAAA%3B%3BAArLhB%2CqBA2LI%2CmBAAmB%2C8BACf%3BEACI%2CaAAA%3B%3BAA7LZ%2CqBA2LI%2CmBAAmB%2C8BAKf%2CgCAAgC%3BEAC5B%2CcAAA%3B%3BAAjMZ%2CqBAqMI%2CiBAEI%2C8BAA8B%3BEAC1B%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAjNZ%2CqBAqMI%2CiBAgBI%2C8BAA8B%2CiBAAmB%3BEAC7C%2CWAAA%3B%3BAAIJ%2CqBArBJ%2CiBAqBK%2CKAAM%2C8BAA8B%3BEACjC%2CYAAA%3BEACA%2CMAAA%3B%3BAAIJ%2CqBA3BJ%2CiBA2BK%2CQAAS%2C8BAA8B%3BEACpC%2CSAAA%3B%3BAAjOZ%2CqBAqOI%3BE%5C%2FHoBN%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BE%2BHlCQ%2CgBAAA%3BEACA%2C6CAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAPJ%2CgBAOK%3BEACG%2CkDAAA%3B%3BAA7OZ%2CqBAqOI%2CgBAWI%2CUAAY%3BAAhPpB%2CqBAqOI%2CgBAYI%2CUAAY%3BEACR%2CaAAA%3B%3BAAlPZ%2CqBAsPI%3BEAEQ%2CcAAA%3BEACA%2CaAAA%3B%3BAAzPZ%2CqBAsPI%2CaAMI%2CcACI%3BE%5C%2FHYZ%2CiBAAA%3BE%2BHVgB%2CaAAA%3B%3BAA%5C%2FPhB%2CqBAoQI%2CaAAY%2CIAAI%3BEACZ%2CmBAAA%3B%3BAArQR%2CqBAwQI%3BEAEQ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA3QZ%2CqBAwQI%2CmBAMI%3BEACI%2CSAAA%3B%3BAA%5C%2FQZ%2CqBAmRI%3BEAEQ%2CqBAAA%3B%3BAAIA%2CqBANR%2CoBAKM%2CqBACI%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAlBR%2CoBAKM%2CqBAaI%2CaAAY%2CIAAI%3BEACd%2CgBAAA%3B%3BAAtShB%2CqBAmRI%2CoBAuBI%3BEACI%2CeAAA%3B%3BAA3SZ%2CqBA%2BSI%2CuBACI%2CYAAW%2CIAAI%2C2BAA8B%3BEACzC%2CaAAA%3B%3BAAjTZ%2CqBAqTI%2CoBAAoB%2COAAM%2CUAAW%2COAAM%3BEACvC%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAzTR%2CqBA4TI%2CmBAAmB%2CgBACf%2CMAAK%2CeAAe%3BAA7T5B%2CqBA4TI%2CmBAAmB%2CgBAEf%2CMAAK%2CeAAe%3BEAChB%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAjUZ%2CqBA4TI%2CmBAAmB%2CgBAQf%2CMAAK%2CeAAe%3BEAChB%2CmCAAA%3B%3BAArUZ%2CqBA4TI%2CmBAAmB%2CgBAYf%2CMAAK%3BAAxUb%2CqBA4TI%2CmBAAmB%2CgBAaf%2CKAAI%3BEACA%2CWAAA%3B%3BAA1UZ%2CqBA4TI%2CmBAAmB%2CgBAiBf%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FUZ%2CqBA4TI%2CmBAAmB%2CgBAsBf%3BE%5C%2FHzER%2CoWAAA%3BE%2BH2EY%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAA5VZ%2CqBA4TI%2CmBAAmB%2CgBAmCf%3BEACI%2CmBAAA%3B%3BAAhWZ%2CqBA4TI%2CmBAAmB%2CgBAuCf%3BEACI%2CiBAAA%3B%3BAAoBR%2CQAhByC%3BEAgBzC%2CqBAfI%2CaAAY%3BI%5C%2FHwDpB%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3B%3BE%2BHvDI%2CqBAHJ%2CaAAY%2CeAGP%2CgBAAiB%3BIACd%2CUAAA%3B%3BEAGJ%2CqBAPJ%2CaAAY%2CeAOP%2CgBAAiB%3BIACd%2CYAAA%3B%3B%3BAAjXhB%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%3BEAE5C%2CgBAAA%3B%3BAA1XZ%2CqBAwXI%2CqBAAqB%2C%2BBAA%2BB%2CgCAKhD%3BEACI%2CgBAAA%3B%3BAA9XZ%2CqBAmYI%2CaAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BEAC3D%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAzYR%2CqBA4YI%2CwCAAwC%3BEACpC%2CmBAAA%3B%3BAAIR%2CwBAAyB%3BEAEjB%2CSAAA%3B%3BAAFR%2CwBAAyB%2CiBAKrB%2CiBAAiB%3BEACb%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CwBAAyB%2CiBAWrB%2CiBAAiB%2CQAAO%3BEACpB%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAbR%2CwBAAyB%2CiBAgBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BAAhBpC%2CwBAAyB%2CiBAiBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CwBAAyB%2CiBAuBrB%2CiBAAiB%2CQAAO%2CQAAQ%3BEAC5B%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAIR%2CwBAAwB%2COAAQ%3BEAC5B%2CSAAA%3B%3BAAGJ%2CSAAS%3BEACL%2CcAAA%3B%3BAAEA%2CSAHK%2CQAGD%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CQAAO%2CKAAM%3BEAEd%2CgBAAA%3B%3BAAFR%2CQAAS%2CQAAO%2CKAAM%2CqBAKlB%2CaAAa%2CMAAK%2CMAAS%2CQAAQ%2CKAAE%2CUAAU%2CMAAS%3BEACpD%2CgBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAFR%2CUAAW%2COAAM%2CoBAKb%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CUAAW%2COAAM%3BEACb%2CmBAAA%3B%3BAAGJ%2CUAAW%2COAAM%3BEAET%2CmBAAA%3B%3BAAGJ%2CUALO%2COAAM%2CyBAKZ%2CUAAU%2CGAAI%3BEACX%2CaAAA%3B%3BAAKR%3BEACI%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAALJ%2CaAOI%3BEACI%2CaAAA%3B%3BAARR%2CaAWI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAKR%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAY%2CiBAAkB%2CyBAAyB%3BEACnD%2CeAAA%3B%3BAAdR%2CsBAiBI%3BAAjBJ%2CsBAkBI%3BEACI%2CgBAAA%3B%3BAC3iBR%2C2BAA2B%2CiBAAiB%3BEAEpC%2CuBAAA%3B%3BAAFR%2C2BAA2B%2CiBAAiB%2CoBAKxC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAARR%2C2BAA2B%2CiBAAiB%2CoBAWxC%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAbR%2C2BAA2B%2CiBAAiB%2CoBAgBxC%3BEACI%2CWAAA%3B%3BAAGJ%2C2BApBuB%2CiBAAiB%2CoBAoBvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BAxBuB%2CiBAAiB%2CoBAwBvC%2CiBAAkB%3BEACf%2CWAAA%3BEACA%2CWAAA%3B%3BAA1BR%2C2BAA2B%2CiBAAiB%2CoBA6BxC%3BEACI%2CSAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAhCR%2C2BAA2B%2CiBAAiB%2CoBAmCxC%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BA1CuB%2CiBAAiB%2CoBA0CvC%2CkBAAmB%3BEAChB%2CUAAA%3B%3BAAGJ%2C2BA9CuB%2CiBAAiB%2CoBA8CvC%2CiBAAkB%3BEACf%2CUAAA%3BEACA%2CWAAA%3B%3BACvDR%2CqBAAsB%2CiBAClB%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAPkB%2CiBAOjB%2CQAAS%3BEACN%2CeAAA%3B%3BACZZ%3BACqeI%2C0BAA2B%3BAAoB3B%2C0BAA2B%2C6BAUvB%3BAAyFJ%2C0BAA2B%2CyBAAyB%2C4BAKhD%2CoBAAsB%3BEDhmB1B%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BACyZI%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BAAyDJ%2C0BAA2B%2CwBAGvB%3BAAiBJ%2C0BAA2B%2C6BAcvB%3BAAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEDrmBA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BAC4YL%2C0BAA2B%2C6BAWvB%2CyBDvZH%2CIAAI%3BAC4YL%2C0BAA2B%2C6BAYvB%2C0BDxZH%2CIAAI%3BACidL%2C0BAA2B%2CwBAGvB%2CuBDpdH%2CIAAI%3BACqeL%2C0BAA2B%2C6BAcvB%2CmBDnfH%2CIAAI%3BACwkBL%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBD1lBH%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BACwYD%2C0BAA2B%2C6BAWvB%2CyBDnZH%3BACwYD%2C0BAA2B%2C6BAYvB%2C0BDpZH%3BAC6cD%2C0BAA2B%2CwBAGvB%2CuBDhdH%3BACieD%2C0BAA2B%2C6BAcvB%2CmBD%5C%2FeH%3BACokBD%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDtlBH%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BACoYD%2C0BAA2B%2C6BAWvB%2CyBD%5C%2FYH%3BACoYD%2C0BAA2B%2C6BAYvB%2C0BDhZH%3BACycD%2C0BAA2B%2CwBAGvB%2CuBD5cH%3BACycD%2C0BAA2B%2CwBAUvB%2CuBAAsB%3BAAU1B%2C0BAA2B%2C6BAcvB%2CmBD3eH%3BAC6dD%2C0BAA2B%2C6BAoBvB%2CmBAAkB%3BAA%2BEtB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDllBH%3BACgkBD%2C0BAA2B%2CyBAAyB%2C4BA6BhD%2CgBAAe%3BED5lBf%2CqBAAA%3B%3BAAeR%2CgBAXuC%3BEACnC%3BEC8XA%2C0BAA2B%2C6BAWvB%3BEAXJ%2C0BAA2B%2C6BAYvB%3BEAyDJ%2C0BAA2B%2CwBAGvB%3BEAiBJ%2C0BAA2B%2C6BAcvB%3BEAqFJ%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BID1kBI%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BECyXpB%2C0BAA2B%2C6BAWvB%2CyBDpYC%2CeAAe%3BECyXpB%2C0BAA2B%2C6BAYvB%2C0BDrYC%2CeAAe%3BEC8bpB%2C0BAA2B%2CwBAGvB%2CuBDjcC%2CeAAe%3BECkdpB%2C0BAA2B%2C6BAcvB%2CmBDheC%2CeAAe%3BECqjBpB%2C0BAA2B%2CyBAAyB%2C4BAkBhD%2CgBDvkBC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BACTR%2CYAAY%3BEAEJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAPQ%2CQAOP%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAATR%2CYAAY%2CQAYR%3BEACI%2CUAAA%3B%3BAAbR%2CYAAY%2CQAgBR%3BEACI%2CeAAA%3B%3BAAjBR%2CYAAY%2CQAoBR%2CwBAAwB%3BEACpB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYA5BI%2CQAoBR%2CwBAAwB%2CoBAQnB%3BEACG%2CmBAAA%3B%3BAA7BZ%2CYAAY%2CQAiCR%3BEACI%2CoBAAA%3B%3BAAlCR%2CYAAY%2CQAqCR%3BEACI%2C2BAAA%3B%3BAAtCR%2CYAAY%2CQAyCR%2CyBAAyB%3BEACrB%2CeAAA%3BEACA%2CUAAA%3B%3BAA3CR%2CYAAY%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%3BAA%5C%2FCxB%2CYAAY%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%3BEACZ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CYArDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAMX%3BAAAD%2CYArDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAKX%3BAACD%2CYAtDA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAOX%3BAAAD%2CYAtDA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAMX%3BEACG%2CmBAAA%3B%3BEAEA%2CYAAA%3B%3BAAGJ%2CYA5DA%2CQA8CR%2C2BACI%2CSAAS%2CQAAO%2CSAaX%3BAAAD%2CYA5DA%2CQA8CR%2C2BAEI%2CQAAO%2CSAAS%2COAYX%3BEACG%2CmBAAA%3B%3BAAMhB%2CYAAY%2CQAAQ%2CiBAEhB%2CsBAAsB%2CoBAClB%3BAAFR%2CYAAY%2CQAAQ%2CiBAChB%2CsBAAsB%2CoBAClB%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%3BEAElB%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2C0BAA0B%2CQAMtB%2CkBAAiB%2CIAAI%3BEACjB%2CgBAAA%3B%3BAAKR%3BEAEQ%2CeAAA%3B%3BAAGJ%2C0BAAI%3BEACA%2CgBAAA%3B%3BAANR%2C0BASI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAhBR%2C0BAmBI%2CkBAAoB%3BEAEZ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CkBAAoB%2CmBAYf%3BAACD%2C0BAbJ%2CkBAAoB%2CmBAaf%2CMAAM%3BEACH%2CqBAAA%3B%3BAAjCZ%2C0BAqCI%2CkBAAoB%2CmBAAgB%3BEAE5B%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CsBAAsB%2CaAAjC%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlDZ%2C0BAsDI%2CkBAAoB%2CmBAAgB%3BEAChC%2CWAAW%2CcAAX%3B%3BAAvDR%2C0BA0DI%2C4BAA8B%2CsBAAsB%3BEAChD%2CeAAA%3B%3BAA3DR%2C0BA8DI%2CUAAS%3BEACL%2CgBAAA%3B%3BAA%5C%2FDR%2C0BAkEI%2CUAAY%3BAAlEhB%2C0BAmEI%2CUAAY%3BEACR%2CaAAA%3B%3BAApER%2C0BAuEI%2CUAAY%2CSAAS%3BAAvEzB%2C0BAwEI%2CUAAY%2CUAAU%2CSAAS%3BEAC3B%2CmBAAA%3B%3BAAzER%2C0BA4EI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAA9ER%2C0BAiFI%2CyBAAyB%3BAAjF7B%2C0BAkFI%2CyBAAyB%3BEACrB%2CkBAAA%3B%3BAAnFR%2C0BAsFI%2CyBAAyB%3BEACrB%2CgBAAA%3B%3BAAvFR%2C0BA0FI%2CyBAAyB%3BEACrB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA5FR%2C0BA%2BFI%3BEACI%2CcAAA%3B%3BAAKA%2C0BAFJ%2CmBAEK%2CIAAI%3B%3B%3BAAAL%2C0BADJ%2COACK%2CIAAI%3B%3B%3BEAGD%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAZJ%2CmBAYK%2CIAAI%2C6BAA6B%3BAAAlC%2C0BAXJ%2COAWK%2CIAAI%2C6BAA6B%3BEAC9B%2CYAAA%3B%3BAAhHZ%2C0BAoHI%2CmBAAkB%3BEACd%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2C0BAJJ%2CmBAAkB%2CaAIb%3BEACG%2CmBAAA%3B%3BAAzHZ%2C0BA6HI%2CwBAA0B%2CmBAAmB%2CWAAS%2CQAAO%3BEACzD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjIR%2C0BAoII%3BEACI%2CgBAAA%3B%3BAArIR%2C0BAyII%2CeAAe%2CiBAAiB%3BEAC5B%2CgBAAA%3B%3BAA1IR%2C0BA6II%2CMAAK%2CeAAe%3BEAChB%2CgCAAA%3B%3BAA9IR%2C0BAiJI%2CMAAK%3BAAjJT%2C0BAkJI%2CMAAK%3BAAlJT%2C0BAmJI%2CMAAK%3BAAnJT%2C0BAoJI%2CMAAK%3BAApJT%2C0BAqJI%2CMAAK%3BAArJT%2C0BAsJI%2CMAAK%3BAAtJT%2C0BAuJI%2CMAAK%3BAAvJT%2C0BAwJI%2CMAAK%3BAAxJT%2C0BAyJI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA7JR%2C0BAgKI%2CqBAAqB%3BEACjB%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAApKR%2C0BAuKI%2CqBAAqB%2CoBAAoB%3BEACrC%2CaAAA%3B%3BAAxKR%2C0BA4KI%2CqBAAqB%3BAA5KzB%2C0BA6KI%2CQAAO%2CSAAS%3BEACZ%2CYAAA%3B%3BAAKR%2C0BACI%2CMAAK%3BAADT%2C0BAEI%2CMAAK%3BEnIpRT%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEmIgRQ%2CWAAA%3BEACA%2CUAAA%3B%3BAANR%2C0BASI%2CMAAK%2CiBAAoB%3BAAT7B%2C0BAUI%2CMAAK%2CcAAiB%3BEAClB%2CeAAA%3BEACA%2CaAAA%3B%3BAAZR%2C0BAeI%2CMAAK%2CiBAAoB%2CQAAM%2CKAAI%3BAAfvC%2C0BAgBI%2CMAAK%2CcAAiB%2CQAAM%2CKAAI%3BEAC5B%2CUAAA%3B%3BAAjBR%2C0BAoBI%2CMAAK%2CiBAAoB%2CQAAK%3BAApBlC%2C0BAqBI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAhCR%2C0BAmCI%2CMAAK%2CiBAAoB%2CQAAK%2CMAAM%3BAAnCxC%2C0BAoCI%2CMAAK%2CcAAiB%2CQAAK%2CMAAM%3BAApCrC%2C0BAqCI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BAArC1C%2C0BAsCI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BAAtCvC%2C0BAuCI%2CMAAK%2CiBAAiB%2CMAAS%2CQAAK%3BAAvCxC%2C0BAwCI%2CMAAK%2CcAAc%2CMAAS%2CQAAK%3BEAC7B%2CqBAAA%3BEACA%2C6CAAA%3B%3BAA1CR%2C0BA6CI%2CMAAK%2CiBAAoB%2CQAAK%3BEAC1B%2CkBAAA%3B%3BAA9CR%2C0BAiDI%2CMAAK%2CiBAAiB%2CQAAW%2CQAAK%3BEAClC%2CwXAAA%3BEACA%2CmCAAA%3BEACA%2CeAAA%3B%3BAApDR%2C0BAuDI%2CMAAK%2CcAAiB%2CQAAK%3BEACvB%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAzDR%2C0BA4DI%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAC%5C%2FB%2CiBAAA%3B%3BAAOJ%2C0BAFuB%2CuBAEtB%3BAAAD%2C0BADuB%2CYACtB%3BEACG%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAJR%2C0BAA2B%2CuBAOvB%3BAANJ%2C0BAA2B%2CYAMvB%3BEACI%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAVR%2C0BAA2B%2CuBAavB%2CkBAAkB%3BAAZtB%2C0BAA2B%2CYAYvB%2CkBAAkB%3BEACd%2CUAAA%3B%3BAAdR%2C0BAA2B%2CuBAiBvB%3BAAhBJ%2C0BAA2B%2CYAgBvB%3BEACI%2CsBAAA%3B%3BAAlBR%2C0BAA2B%2CuBAqBvB%2CkBAAkB%2CoBAAoB%3BAApB1C%2C0BAA2B%2CYAoBvB%2CkBAAkB%2CoBAAoB%3BEAClC%2CSAAA%3BEACA%2CWAAA%3B%3BAAvBR%2C0BAA2B%2CuBA0BvB%2CkBAAkB%3BAAzBtB%2C0BAA2B%2CYAyBvB%2CkBAAkB%3BEACd%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhCR%2C0BAA2B%2CuBAmCvB%2CkBAAkB%3BAAlCtB%2C0BAA2B%2CYAkCvB%2CkBAAkB%3BEACd%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAtCR%2C0BAA2B%2CuBAyCvB%3BAAxCJ%2C0BAA2B%2CYAwCvB%3BEACI%2CqBAAA%3B%3BAA1CR%2C0BAA2B%2CuBA6CvB%3BAA5CJ%2C0BAA2B%2CYA4CvB%3BEACI%2CmBAAA%3B%3BAAKR%2C0BAA2B%2C6BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C6BAKvB%3BAALJ%2C0BAA2B%2C6BAMvB%3BAANJ%2C0BAA2B%2C6BAOvB%3BEACI%2CmBAAA%3B%3BAARR%2C0BAA2B%2C6BAWvB%3BAAXJ%2C0BAA2B%2C6BAYvB%3BEACI%2CaAAA%3B%3BAAbR%2C0BAA2B%2C6BAkBvB%2CyBAAwB%3BAAlB5B%2C0BAA2B%2C6BAmBvB%2C0BAAyB%3BEACrB%2CaAAA%3B%3BAApBR%2C0BAA2B%2C6BAuBvB%3BEACI%2CgBAAA%3B%3BAAxBR%2C0BAA2B%2C6BA2BvB%2CmBAAkB%3BEAEV%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C0BAnCmB%2C6BA2BvB%2CmBAAkB%2CQAQb%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAArCZ%2C0BAA2B%2C6BAyCvB%2CmBAAkB%3BAA2GtB%2C0BAA2B%2C0BAmBvB%2CmBAAkB%3BEA5HV%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BAjDmB%2C6BAyCvB%2CmBAAkB%2CMAQb%3BAAmGT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAtHb%3BEACG%2CcAAA%3B%3BAAGJ%2C0BArDmB%2C6BAyCvB%2CmBAAkB%2CMAYb%3BAA%2BFT%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAlHb%3BEACG%2C4bAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BA9DmB%2C6BAyCvB%2CmBAAkB%2CMAqBb%2CMAAM%3BAAsFf%2C0BAA2B%2C0BAmBvB%2CmBAAkB%2CMAzGb%2CMAAM%3BEACH%2C4bAAA%3BEACA%2CwBAAA%3B%3BAAKZ%2C0BAA2B%2CwBAGvB%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAALR%2C0BAA2B%2CwBAcvB%2CuBAAsB%2CcAAe%2CmBAAkB%3BEACnD%2CkBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2C6BAAA%3B%3BAAHR%2C0BAA2B%2C6BAMvB%3BEACI%2CaAAA%3B%3BAAPR%2C0BAA2B%2C6BAcvB%3BEACI%2CeAAA%3B%3BAAfR%2C0BAA2B%2C6BAwBvB%2CmBAAmB%3BEACf%2CYAAA%3B%3BAAzBR%2C0BAA2B%2C6BA4BvB%2CmBAAmB%2CaAAa%3BEAC5B%2CkBAAA%3B%3BAA7BR%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%3B%3B%3BAAhClD%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAE1C%2CsBAAqB%3BAAlC7B%2C0BAA2B%2C6BAgCvB%2CmBAAmB%2CaAAa%2CeAAc%2COAG1C%3BEACI%2CcAAA%3B%3BAAMZ%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2CuBAKvB%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAARR%2C0BAA2B%2CuBAWvB%3BEACI%2CeAAA%3B%3BAAKR%2C0BAA2B%2C0BACvB%3BEACI%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2CiBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C0BAA2B%2C0BAUvB%2CiBAAmB%2CWAAS%3BEACxB%2CaAAA%3B%3BAAXR%2C0BAA2B%2C0BAcvB%2CiBAAiB%3BEACb%2CgBAAA%3BEACA%2CcAAA%3B%3BAASR%2C0BAA2B%2C0BACvB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA2B%2C0BAKvB%2COAAM%3BEACF%2CcAAA%3B%3BAANR%2C0BAA2B%2C0BASvB%2COAAM%2CWAAY%3BEACd%2CWAAA%3B%3BAAKR%2C0BAA2B%2CyBAAyB%3BEAE5C%2CSAAA%3B%3B%3BAAFR%2C0BAA2B%2CyBAAyB%2C4BAShD%2CeAAiB%2CiBAAe%3BEAE5B%2CSAAA%3B%3BAAXR%2C0BAA2B%2CyBAAyB%2C4BAchD%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAfR%2C0BAA2B%2CyBAAyB%2C4BAkBhD%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAApBR%2C0BAA2B%2CyBAAyB%2C4BAyBhD%2CgBAAe%2CIAAI%3BEACf%2CmBAAA%3B%3BAA1BR%2C0BAA2B%2CyBAAyB%2C4BAiChD%3BEACI%2CuBAAA%3BEACA%2CUAAA%3B%3BAAnCR%2C0BAA2B%2CyBAAyB%2C4BAsChD%2CsBAAsB%3BEAClB%2CuBAAA%3BEACA%2CaAAA%3B%3BAAxCR%2C0BAA2B%2CyBAAyB%2C4BA2ChD%2CsBAAsB%2COAAS%2CIAAC%2CIAAI%2CaAAa%2CIAAI%3BEACjD%2CiBAAA%3B%3BAA5CR%2C0BAA2B%2CyBAAyB%2C4BAgDhD%2CsBAAsB%2COAAO%3BEACzB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAlDR%2C0BAA2B%2CyBAAyB%2C4BAqDhD%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAtDR%2C0BAA2B%2CyBAAyB%2C4BAyDhD%2CgBAAe%2CQAAS%3BEACpB%2CcAAA%3BEACA%2CsBAAA%3B%3BAA3DR%2C0BAA2B%2CyBAAyB%2C4BA8DhD%2CgBAAe%2CQAAS%2CwBAA0B%3BEAC9C%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2CyBAAyB%2C4BAkEhD%2CgBAAe%2CQAAS%2CwBAA0B%2CIAAI%3BEAClD%2CgBAAA%3B%3BAAnER%2C0BAA2B%2CyBAAyB%2C4BAwEhD%2CgBAAe%2CQAAS%2CwBAAwB%3BEAC5C%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1ER%2C0BAA2B%2CyBAAyB%2C4BA6EhD%2CwBAAwB%2CiBAAmB%3BEACvC%2CWAAA%3BEACA%2CeAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CgBAAA%3B%3BAAFR%2C0BAA2B%2C8BAKvB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2C0BAA2B%2C8BAUvB%2CkBAAoB%3BEAChB%2CgBAAA%3B%3BAAXR%2C0BAA2B%2C8BAcvB%2CoBAAsB%3BEAClB%2CaAAA%3B%3BAAfR%2C0BAA2B%2C8BAkBvB%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3B%3BAApBR%2C0BAA2B%2C8BAuBvB%2CeAAiB%3BEACb%2CeAAA%3B%3BAAxBR%2C0BAA2B%2C8BA2BvB%2CcAAc%3BEAEN%2C4nBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BA1CmB%2C8BA2BvB%2CcAAc%2CQAeT%3BEACG%2C4nBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2C0BA%5C%2FCmB%2C8BA2BvB%2CcAAc%2CQAoBT%3BEACG%2C%2BBAAA%3B%3BAAhDZ%2C0BAA2B%2C8BAoDvB%2CcAAc%2CQAAO%3BEACjB%2CWAAA%3BEACA%2CmBAAA%3B%3BAAtDR%2C0BAA2B%2C8BAyDvB%2CcAAc%3BEACV%2CoBAAA%3B%3BAA1DR%2C0BAA2B%2C8BA6DvB%2CgBAAgB%3BEACZ%2CyBAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FDR%2C0BAA2B%2C8BAkEvB%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAAnER%2C0BAA2B%2C8BAsEvB%2CgBAAgB%3BEACZ%2CiBAAA%3B%3BAAvER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAA7ER%2C0BAA2B%2C8BA0EvB%2CsBAAsB%2CoBAKlB%3BEACI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAlFZ%2C0BAA2B%2C8BAsFvB%2CsBAAsB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAA5FR%2C0BAA2B%2C8BA%2BFvB%2CsBAAsB%2CQAAO%3BEAErB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAvGmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAQxB%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BA5GmB%2C8BA%2BFvB%2CsBAAsB%2CQAAO%2CSAaxB%3BEACG%2C%2BBAAA%3B%3BAA7GZ%2C0BAA2B%2C8BAiHvB%2CsBAAsB%3BEAClB%2CmBAAA%3B%3BAAlHR%2C0BAA2B%2C8BAqHvB%3BEACI%2CSAAA%3B%3BAAtHR%2C0BAA2B%2C8BAyHvB%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7HR%2C0BAA2B%2C8BAgIvB%2CaAAa%3BEACT%2CkBAAA%3B%3BAAjIR%2C0BAA2B%2C8BAoIvB%2CaAAa%3BEACT%2CYAAA%3B%3BAArIR%2C0BAA2B%2C8BAwIvB%3BEACI%2CWAAA%3B%3BAAzIR%2C0BAA2B%2C8BA4IvB%2COAAM%3BEACF%2CUAAA%3B%3BAA7IR%2C0BAA2B%2C8BAgJvB%2COAAM%2CaAAa%2CIAAI%3BEACnB%2CmBAAA%3B%3BAAjJR%2C0BAA2B%2C8BAoJvB%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAvJR%2C0BAA2B%2C8BA0JvB%2CcAAc%2COAAO%3BAA1JzB%2C0BAA2B%2C8BA2JvB%2CcAAc%2COAAO%3BEACjB%2CgBAAA%3B%3BAA5JR%2C0BAA2B%2C8BA%2BJvB%2CcAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAANR%2C0BAA2B%2C%2BBASrB%3BEACE%2CeAAA%3B%3BAAVR%2C0BAA2B%2C%2BBAavB%3BAAbJ%2C0BAA2B%2C%2BBAcvB%3BEACI%2CcAAA%3B%3BAAfR%2C0BAA2B%2C%2BBAkBvB%2CuBAAyB%3BEACrB%2CkBAAA%3B%3BAAnBR%2C0BAA2B%2C%2BBAsBvB%2CoBAAoB%3BEAChB%2CgBAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CeAAA%3B%3BAAFR%2C0BAA2B%2CwBAKvB%3BAALJ%2C0BAA2B%2CwBAMvB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2C0BAA2B%2CwBAWvB%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAbR%2C0BAA2B%2CwBAgBvB%2CeAAe%3BEACX%2CaAAA%3B%3BAAKR%2C0BAA2B%3BEAEnB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C0BAA2B%2CuBAMvB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAOA%2C0BAFkB%2CiBACtB%2CmBACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAC34BZ%3BEAEQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJR%2CqCAOI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CQAAQ%2C4BAAR%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CqCAAsC%2CiCAAiC%3BE9FXvE%2CqBAAA%3BE8FcQ%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BA9FfR%2CqC8FKsC%2CiCAAiC%2CG9FLtE%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8DtPY%2CO9DsPZ%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqC8FRkC%2CiCAAiC%2CG9FOtE%2CMACI%3BEtC2PL%2CcAAA%3B%3BAoItPI%2CqCAbkC%2CiCAAiC%2CGAalE%3BEACG%2CcAAA%3B%3BAAGJ%2CqCAjBkC%2CiCAAiC%2CGAiBlE%2CQAAQ%3BEACL%2CcAAA%3B%3BAAGJ%2CqCArBkC%2CiCAAiC%2CGAqBlE%3BEACG%2CmBAAA%3B%3BAAGJ%2CqCAzBkC%2CiCAAiC%2CGAyBlE%3BAACD%2CqCA1BkC%2CiCAAiC%2CGA0BlE%3BEACG%2CmBAAA%3B%3BAAGJ%2CqCA9BkC%2CiCAAiC%2CGA8BlE%3BAACD%2CqCA%5C%2FBkC%2CiCAAiC%2CGA%2BBlE%3BEACG%2C2BAAA%3B%3BAC9DR%3BEAEQ%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAALR%2CeAQI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAIR%2CeAAgB%2CkBAGV%3BAAFN%2CuBAAwB%2CkBAElB%3BAADN%2CgBAAiB%2CkBACX%3BEACE%2CaAAA%3B%3BAAJR%2CeAAgB%2CkBAOZ%3BAANJ%2CuBAAwB%2CkBAMpB%3BAALJ%2CgBAAiB%2CkBAKb%3BEACI%2C2BAAA%3BEACA%2CWAAA%3B%3BAATR%2CeAAgB%2CkBAYZ%2CqBAAoB%2CWAAW%3BAAXnC%2CuBAAwB%2CkBAWpB%2CqBAAoB%2CWAAW%3BAAVnC%2CgBAAiB%2CkBAUb%2CqBAAoB%2CWAAW%3BEAC3B%2CgBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEC5EI%2CaAAA%3BED%2BEA%2CsBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEAEQ%2CcAAA%3B%3BAAJR%2CeAOI%3BAANJ%2CgBAMI%3BAALJ%2CuBAKI%3BEACI%2CgBAAA%3B%3BAAIR%2CUAAW%2COAAO%2CMAAK%3BEACnB%2CSAAA%3B%3BAEhGJ%2CsBAAuB%2CMAAK%2COAAO%3BAACnC%2CoBAAqB%2CMAAK%2CSAAS%3BEAC%5C%2FB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CoBACI%2CcAAa%3BAADjB%2CoBAEI%2CaAAY%3BAAFhB%2CoBAGI%2CaAAY%3BAAHhB%2CoBAII%2CwBAAwB%3BEACpB%2CwBAAA%3B%3BAClBZ%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BACKA%3BECLA%2CyBAAA%3BEJ%2BBI%2CyBAAA%3BEACA%2CyBAAA%3BEGvBI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CYAAA%3B%3BAAXR%2CYAcI%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAC%3BEAEO%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAXH%2COAWI%3BAACD%2CYAZH%2COAYI%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAKZ%2CYAAY%3BEAEJ%2CgBAAA%3B%3BAAFR%2CYAAY%2CQAKR%3BEACI%2Ci4CAAA%3B%3BAAIR%2CYAAY%3BEAEJ%2CmBAAA%3B%3BAAFR%2CYAAY%2CSAKR%3BEACI%2Cy8BAAA%3B%3BAAIR%2CYAAY%3BEAEJ%2CmBAAA%3B%3BAAFR%2CYAAY%2CUAKR%3BEACI%2CicAAA%3BEACA%2C4BAAA%3B%3BAAIR%2CYAAY%3BEAEJ%2CgBAAA%3B%3BAAFR%2CYAAY%2COAKR%3BEACI%2CyhCAAA%3BEACA%2C4BAAA%3B%3BAAIR%2CYAAY%3BEAEJ%2CmBAAA%3B%3BAAFR%2CYAAY%2CUAKR%3BEACI%2CqiCAAA%3B%3BAAIR%2CYAAY%3BEAEJ%2CYErDwB%2CyDFqDxB%3B%3BAAFR%2CYAAY%2CWAKR%3BEACI%2CitEAAA%3B%3BAAIR%2CYAAY%3BEAEJ%2CgBAAA%3B%3BAAFR%2CYAAY%2CQAKR%3BEACI%2C6sDAAA%3B%3BAAIR%2CYAAY%3BEAEJ%2CgBAAA%3B%3BAAFR%2CYAAY%2CQAKR%3BEACI%2C61EAAA%3B%3BAAIR%2CYAAY%3BEHjIR%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEG6HI%2CmBAAA%3B%3BAAJR%2CYAAY%2CQAOR%3BEACI%2Ci3BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAQ%2CSAAR%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAMA%2CoBADJ%2CaACK%3BAACD%2CoBAFJ%2CaAEK%2CMAAM%3BED3Jf%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAC8JA%2CoBAAoB%2CaAAc%3BAAClC%2CoBAAoB%2CaAAc%3BEAC9B%2CkBAAA%3B%3BAAGJ%2CoBAAoB%2CaAChB%2CaAAY%2CQAAS%3BEACjB%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBANgB%2CaAMf%2CWAAY%2CaAAY%2CQAAS%3BEAC9B%2CoBAAA%3B%3BAAIR%2CoBAAoB%2CWAAW%3BEAEvB%2CWAAA%3B%3BAAFR%2CoBAAoB%2CWAAW%2CaAK3B%3BEHjLA%2CaAAA%3BEAIA%2CsBAAA%3BEAIA%2CmBAAA%3BEG4KI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAZR%2CoBAAoB%2CWAAW%2CaAe3B%2CaAAY%3BEACR%2CgBAAA%3B%3BAAhBR%2CoBAAoB%2CWAAW%2CaAmB3B%2CaAAY%3BEACR%2CmBAAA%3B%3BAApBR%2CoBAAoB%2CWAAW%2CaAuB3B%2CaAAY%2CQAAQ%3BEAChB%2CmBAAA%3B%3BAAxBR%2CoBAAoB%2CWAAW%2CaA2B3B%2CaAAY%3BEACR%2CmBAAA%3B%3BAA5BR%2CoBAAoB%2CWAAW%2CaA%2BB3B%2CaAAY%2CQAAQ%3BEAChB%2CmBAAA%3B%3BAAhCR%2CoBAAoB%2CWAAW%2CaAmC3B%2CaAAY%3BEACR%2CmBAAA%3B%3BAApCR%2CoBAAoB%2CWAAW%2CaAuC3B%2CaAAY%2CQAAQ%3BEAChB%2CmBAAA%3B%3BAAxCR%2CoBAAoB%2CWAAW%2CaA2C3B%2CaAAY%2CUAAW%3BEACnB%2CmaAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIA%2CoBAnDY%2CWAAW%2CaAkD3B%2CaAAY%2COACP%3BEACG%2CmBAAA%3B%3BAApDZ%2CoBAAoB%2CWAAW%2CaAkD3B%2CaAAY%2COAKR%3BEACI%2CmhCAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAA3DZ%2CoBAAoB%2CWAAW%2CaAkD3B%2CaAAY%2COAYR%3BEACI%2CcAAA%3B%3BAA%5C%2FDZ%2CoBAAoB%2CWAAW%2CaAmE3B%2CaAAY%2CQAAS%3BAAnEzB%2CoBAAoB%2CWAAW%2CaAoE3B%2CaAAY%2CUAAW%3BAApE3B%2CoBAAoB%2CWAAW%2CaAqE3B%2CaAAY%2CQAAS%3BAArEzB%2CoBAAoB%2CWAAW%2CaAsE3B%2CaAAY%2CQAAS%3BEACjB%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAxER%2CoBAAoB%2CWAAW%2CaA2E3B%3BEACI%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAjFR%2CoBAAoB%2CWAAW%2CaAoF3B%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAAmB%2CuBAAI%3BEAEf%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAPe%2CuBAAI%2CwBAOlB%3BEACG%2CWAAW%2CgBAAX%3B%3BAAGJ%2CkBAXe%2CuBAAI%2CwBAWlB%3BEACG%2CgBAAA%3B%3BAA%5C%2FBZ%2CsBAmCM%3BEC3SN%2CgCAAA%3BEJ%2BBI%2CyBAAA%3BEACA%2CgCAAA%3BEG%2BQQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CsBAjBF%2CwBAiBG%3BEACG%2CiBAAA%3B%3BAAGJ%2CsBArBF%2CwBAqBG%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAA1DZ%2CsBA8DI%3BEACI%2CqUAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAG5UR%2CkBAAkB%3BEACd%2CaAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAJR%2CaAOM%2CKAAE%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CaAYM%2CKAAE%2CWAAY%3BEACZ%2CeAAA%3B%3BAAIR%2CaAAc%3BEAEN%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAPU%2CYAOT%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAXU%2CYAWT%2COAAQ%3BEACL%2CgCAAA%3BEACA%2CcAAA%3B%3BAAbR%2CaAAc%2CYAgBV%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAnBR%2CaAAc%2CYAsBV%2CWAAU%3BEACN%2CqBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3B%3BAAHR%2CmBAMI%2CYAAY%2COAAM%3BEACd%2CgBAAA%3B%3BAAPR%2CmBAUI%3BEACI%2CmBAAA%3B%3BAAXR%2CmBAcI%2CUAAY%2CSAAS%2CSAAM%2CIAAI%3BEAC3B%2CaAAA%3B%3BAAfR%2CmBAkBI%3BAAlBJ%2CmBAmBI%2CQAAO%2CQAAQ%3BEACX%2CWAAA%3B%3BAApBR%2CmBAuBI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CmBA4BI%2CWAAW%2CQAAO%3BEACd%2CcAAA%3B%3BAAIR%3BEAEQ%2CWAAA%3B%3BAAFR%2CsBAKI%3BEACI%2CWAAA%3B%3BAANR%2CsBASI%3BEACI%2CmBAAA%3B%3BAAVR%2CsBAaI%3BEACI%2CeAAA%3B%3BAAdR%2CsBAiBI%2COAAM%2CWAAY%3BEACd%2CcAAA%3B%3BAAlBR%2CsBAqBI%2CUAAS%2COAAO%2CQAAS%2COAAM%2CYAAY%3BEACvC%2CmBAAA%3B%3BAAtBR%2CsBAyBI%2CUAAS%2COAAO%2CKAAM%3BAAzB1B%2CsBA0BI%2CUAAS%2COAAO%2CKAAM%3BEAClB%2CcAAA%3BEACA%2CWAAA%3B%3BAA5BR%2CsBA%2BBI%2CUAAS%2COAAO%2CKAAM%3BEAClB%2CYAAA%3B%3BAAhCR%2CsBAmCI%3BAAnCJ%2CsBAoCI%2CyBAAwB%3BAApC5B%2CsBAqCI%2CeAAe%2CyBAAwB%3BEACnC%2CsBAAA%3B%3BAAtCR%2CsBAyCI%2CSAAQ%3BAAzCZ%2CsBA0CI%3BAA1CJ%2CsBA2CI%2CUAAY%2CUAAU%3BEAClB%2CaAAA%3B%3BAAKR%2CsBAAuB%2CWAAW%2CUAAU%3BENjIxC%2CaAAA%3BEAQA%2CqBAAA%3BEAIA%2CeAAA%3B%3BAMqHJ%2CsBAAuB%2CWAAW%2CUAAU%2CQAKtC%3BAALN%2CsBAAuB%2CWAAW%2CUAAU%2CQAMtC%2CSAAM%3BEACJ%2CYAAA%3B%3BAAPR%2CsBAAuB%2CWAAW%2CUAAU%2CQAUtC%2CSAAM%3BEACJ%2CUAAA%3BEACA%2CWAAA%3B%3BAAZR%2CsBAAuB%2CWAAW%2CUAAU%2CQAetC%3BAAfN%2CsBAAuB%2CWAAW%2CUAAU%2CQAgBtC%3BEACE%2CgBAAA%3B%3BAC%5C%2FIR%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEPRI%2CaAAA%3BEAQA%2CmBAAA%3BEOGA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CiBAWI%3BEACI%2CiBAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CmBAAA%3B%3BAAhBR%2CiBAmBI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAArBR%2CiBAwBI%3BEACI%2CgBAAA%3B%3BAAzBR%2CiBA4BI%2CiBAAmB%3BEACf%2CgBAAA%3B%3BAA7BR%2CiBAgCI%2CSAAQ%2CcAAe%3BEACnB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlCR%2CiBAqCI%3BE7IrCJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6ImCA%2CiBAAiB%2CYAAa%3BEP9D1B%2CaAAA%3BEOkEI%2C8BAAA%3B%3BAAJR%2CiBAAiB%2CYAAa%2CoBAO1B%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAATR%2CiBAAiB%2CYAAa%2CoBAY1B%3BEACI%2CmBAAA%3B%3BAAbR%2CiBAAiB%2CYAAa%2CoBAgB1B%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAtBR%2CiBAAiB%2CYAAa%2CoBAyB1B%2CmBAAmB%3BEACf%2CaAAA%3B%3BAA1BR%2CiBAAiB%2CYAAa%2CoBA6B1B%2CmBAAmB%2CYAAW%3BEAC1B%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAnCR%2CiBAAiB%2CYAAa%2CoBAsC1B%2CmBAAmB%3BEACf%2CcAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAzCR%2CiBAAiB%2CYAAa%2CoBA4C1B%2CmBAAmB%3BEACf%2CWAAA%3B%3BAA7CR%2CiBAAiB%2CYAAa%2CoBAgD1B%2CmBAAmB%3BEACf%2CYAAA%3BEACA%2CWAAA%3B%3BAAlDR%2CiBAAiB%2CYAAa%2CoBAqD1B%2CmBAAmB%3BEACf%2CWAAW%2CUAAX%3B%3BAAtDR%2CiBAAiB%2CYAAa%2CoBAyD1B%3BEAEQ%2CgBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBA%5C%2FDS%2CYAAa%2CoBAyD1B%2CYAMK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BAAjEZ%2CiBAAiB%2CYAAa%2CoBAqE1B%2CYAAW%3BEACP%2CSAAA%3B%3BAAIR%2CiBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%3BEAE5D%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CiBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAMhE%2CYAAW%3BEACP%2CsBAAA%3BEACA%2CWAAA%3B%3BAARR%2CiBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAWhE%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAdR%2CiBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAiBhE%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAArBR%2CiBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBAwBhE%3BEACI%2CWAAA%3B%3BAAzBR%2CiBAAiB%2CYAAa%2CoBAAoB%2CmBAAkB%2CiBA4BhE%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIR%2CiBAAkB%3BEP1Kd%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEOsKI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBARc%2CiBAQb%3BAACD%2CiBATc%2CiBASb%3BEACG%2CaAAA%3B%3BAAVR%2CiBAAkB%2CiBAad%2CQAAO%3BEACH%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAxBR%2CiBAAkB%2CiBA2Bd%2CQAAO%2CQAAQ%3BAA3BnB%2CiBAAkB%2CiBA4Bd%2CQAAO%2CQAAQ%2CMAAM%3BEACjB%2CmBAAA%3B%3BAA7BR%2CiBAAkB%2CiBAgCd%2CQAAO%2CQAAQ%3BEL%5C%2FMnB%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAKiNA%2CiBAAkB%3BEAEV%2CmBAAA%3B%3BAAGJ%2CiBALc%2CUAKb%3BEACG%2CgBAAA%3B%3BAAGJ%2CiBATc%2CUASV%2CSAAS%3BAACb%2CiBAVc%2CUAUV%2CUAAU%2CSAAS%3BEACnB%2CgBAAA%3B%3BAAIR%2CiBAAkB%3BEAEV%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBARc%2CUAQV%3BEACA%2CsBAAA%3B%3BAAIR%2CiBAAkB%3BEAEV%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBATc%2CYASb%3BEACG%2CcAAA%3B%3BAAIR%2CiBAAkB%3BEAEV%2C2SAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBAbc%2CYAab%3BAACD%2CiBAdc%2CYAcb%3BEACG%2CmZAAA%3B%3BAAGJ%2CiBAlBc%2CYAkBb%3BEACG%2CkBAAA%3B%3BAAIR%2CiBAAkB%2CqBAAqB%2CUAAS%2COAAO%2CQAAQ%3BAAC%5C%2FD%2CiBAAkB%3BAAClB%2CiBAAkB%2COAAM%3BEACpB%2CaAAA%3B%3BAAGJ%2CiBAAiB%2CYAAa%3BEAC1B%2CkBAAA%3B%3BACxRJ%3BEAEQ%2CsBAAA%3B%3BAAGJ%3BAALJ%2CcAMI%3BERLA%2CaAAA%3BEAIA%2C8BAAA%3B%3BAQLJ%2CcAUI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAZR%2CcAeI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAjBR%2CcAoBI%2CaAAY%3BAApBhB%2CcAqBI%2CaAAY%3BEACR%2CyBAAA%3B%3BAAtBR%2CcAyBI%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAVJ%2CaAUK%3BEACG%2CgBAAA%3B%3BAApCZ%2CcAwCI%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAA1CR%2CcA6CI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAjDR%2CcAoDI%3BEACI%2CWAAW%2CUAAX%3B%3BAArDR%2CcAwDI%3BERvDA%2CaAAA%3BEAQA%2CmBAAA%3BEQmDQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcAXJ%3BAAYI%2CcAZJ%2CaAYK%3BAACD%2CcAbJ%2CaAaK%3BEACG%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAlBJ%2CaAkBK%3BEACG%2CmBAAA%3B%3BAA3EZ%2CcA%2BEI%3BEACI%2CeAAA%3B%3BAAhFR%2CcAmFI%2CmBAAmB%3BEACf%2CkBAAA%3B%3BAApFR%2CcAuFI%3BEACI%2CkBAAA%3B%3BAAxFR%2CcA2FI%2CqBAAuB%3BEACnB%2CsBAAA%3BEACA%2CWAAA%3B%3BACpFR%3BETRI%2CaAAA%3BEAYA%2CeAAA%3BESAI%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CkBAWI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAtBR%2CkBAyBI%2CYAAW%3BEACP%2CaAAA%3BEACA%2CcAAA%3B%3BAA3BR%2CkBA8BI%3BETtCA%2CaAAA%3BEAQA%2CmBAAA%3BEAIA%2CeAAA%3BES6BI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlCR%2CkBAqCI%2CcAAa%3BEACT%2CuBAAA%3B%3BAAtCR%2CkBAyCI%3BEAEQ%2C2CAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAPJ%2CaAOK%3BEACG%2C6CAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAZJ%2CaAYK%3BEACG%2CgBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAvDZ%2CkBA2DI%2CaAAY%2CQAAQ%3BEAChB%2CmBAAA%3B%3BAA5DR%2CkBA%2BDI%2CaAAY%2CSAAS%3BEACjB%2CmBAAA%3B%3BAAhER%2CkBAmEI%2CaAAY%2CUAAU%3BEAClB%2CmBAAA%3B%3BAApER%2CkBAuEI%2CaAAY%2COAAO%3BEACf%2CgBAAA%3B%3BAAxER%2CkBA2EI%2CaAAY%2CUAAU%3BEAClB%2CmBAAA%3B%3BAA5ER%2CkBA%2BEI%2CaAAY%2CQAAQ%3BEAChB%2CmBAAA%3B%3BAAhFR%2CkBAmFI%2CaAAY%2CQAAQ%3BEAChB%2CmBAAA%3B%3BAApFR%2CkBAuFI%2CaAAY%2CQAAQ%3BEAChB%2CmBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CsBAMI%3BEAEQ%2CgBAAA%3B%3BAARZ%2CsBAMI%2CmBAKI%3BEACI%2CuBAAA%3B%3BAAZZ%2CsBAgBI%2CcAAgB%3BEACZ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C0CAAA%3BEACA%2CuBAAA%3BEACA%2CyCAAA%3B%3BAAIR%2CeAAgB%3BAAChB%2CgBAAiB%3BAACjB%2CuBAAwB%3BEAEhB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAANR%2CeAAgB%2CmBASZ%3BAARJ%2CgBAAiB%2CmBAQb%3BAAPJ%2CuBAAwB%2CmBAOpB%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CeAAgB%2CmBAmBZ%3BAAlBJ%2CgBAAiB%2CmBAkBb%3BAAjBJ%2CuBAAwB%2CmBAiBpB%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAtBR%2CeAAgB%2CmBAyBZ%3BAAxBJ%2CgBAAiB%2CmBAwBb%3BAAvBJ%2CuBAAwB%2CmBAuBpB%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC7IZ%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CWAAY%3BEACV%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC3BF%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAVF%2CWAYE%3BEACE%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2C%2BBAAgC%3BEAC9B%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CeACI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CeAOI%2CaAAY%3BEACR%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAwBI%2CQAAO%2CYAAY%3BEACf%2CSAAS%2COAAT%3B%3BAAzBR%2CeA2BI%2CMAAK%2CaAAa%3BAA3BtB%2CeA2B8B%2CMAAK%2CiBAAiB%3BAA3BpD%2CeA2B4D%2CMAAK%2CcAAc%3BAA3B%5C%2FE%2CeA2BuF%2COAAM%3BEACrF%2CwBAAA%3BEACA%2C2BAAA%3B%3BAA7BR%2CeA%2BBI%2CqBAAqB%2CGAAG%2CEAAC%3BEACrB%2C2BAAA%3BEACA%2CcAAA%3B%3BAAjCR%2CeAmCI%2CqBAAqB%2CGAAG%2CEAAC%2CMAAO%3BEAC5B%2CcAAA%3B%3BAApCR%2CeAsCI%2CqBAAqB%3BEACjB%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAA3CR%2CeA6CI%3BEACI%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACjFJ%2CCAAC%2CcAAc%3BAAAiB%3BEAC9B%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CwBAAyB%2CeAAe%3BEACtC%2CQAAA%3B%3BAAGF%2CwBAAyB%2CeAAe%2CMAAK%3BEAC3C%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CEAAE%2CcAAc%3BEACd%2C6BAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CwBAAyB%2CeAAe%3BEACtC%2CmBAAA%3B%3BAAGF%2CuBAAwB%2CgBAAgB%2CGAAE%2CcAAe%3BEACvD%2C0BAAA%3B%3BAAGF%2CuBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEAC3D%2CsBAAA%3B%3BAAGF%2CEAAE%2CeAAe%3BEACf%2CUAAA%3B%3BAAGF%2CEAAE%2CeAAe%3BEACf%2CoDAAA%3B%3BAAGF%2CEAAE%2CeAAe%3BEACf%2CsBAAA%3BEACA%2CoDAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CmBAAA%3B%3BAAGF%2CuBAAwB%2CgBAAe%3BEACrC%2CyBAAA%3B%3BAAuBF%2CQApB2B%3BEACzB%2CsBAAuB%3BIACrB%2CUAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CsBAAuB%3BIACrB%2CUAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CoBAAqB%3BIACnB%2CuBAAA%3B%3B%3BAAiBJ%2CQAb2B%3BEACzB%3BIACE%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAeJ%2CQAX0B%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2CcAAA%3BIACA%2CwBAAA%3B%3BEAGF%2CgBAAiB%3BIACf%2CsBAAA%3B%3B%3BAAIJ%2CgBAAiB%3BEACf%2CYAAA%3B%3BAAGF%2CoBAAqB%3BEACnB%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAGF%2C4BAA6B%2CeAAc%3BEACzC%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGF%2CYAAa%2CeAAc%3BEACzB%2CuBAAA%3B%3BAAGF%2CiBAAkB%2CeAAc%3BEAC9B%2CoBAAA%3B%3BAAsBF%2CQApB0B%3BEACxB%3BIACE%2CkBAAA%3B%3BEAGF%2CgBAAiB%3BIACf%2CsBAAA%3B%3BEAGF%2CMAAM%2COAAQ%2COAAM%3BIAClB%2CaAAA%3B%3BEAEF%2CMAAM%2COAAO%2COAAQ%2COAAM%3BIACzB%2CcAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3B%3BAAGJ%3BEACE%2CUAAA%3BEACA%2CYAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C8CAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2C4BAA4B%3BEAC1B%2CyBAAA%3B%3BAAGF%2CCAAC%2CoBAAoB%3BEACnB%2CqBAAA%3B%3BAAEF%2CoBAAqB%3BEAChB%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACrML%2C2BAA4B%3BEAC1B%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CyBAA0B%3BEACxB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAGF%2CcAAc%3BEACZ%2CqBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%2CeAAe%3BEACb%2CqBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAIF%3BEACE%2CaAAA%3B%3BAAGF%2CwBAAwB%3BEACtB%2CcAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CeAAgB%3BEACd%2CaAAA%3BEACA%2CcAAA%3B%3BAAGF%2CeAAe%3B%3BEACb%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3B%3BAAGF%2CcAAe%2CMAAK%3BEAClB%2CaAAA%3B%3BAAGF%3B%3BEAEE%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CwBAAyB%3BEACvB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CwBAAyB%2CeAAc%3BEACrC%2CyBAAA%3B%3B%3BAAIF%2CeAAe%3BEACb%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CeAAe%2COAAQ%3BEACrB%2CiBAAA%3B%3BAAGF%2CeAAe%3BEACb%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CeAAe%2CMAAM%3BEACnB%2CiCAAA%3B%3BAAGF%2CeAAe%2CMAAO%3BEACpB%2C2CAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CsDAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CsBAAA%3B%3BAAGF%3BEACE%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAQF%2CmBALqC%3BEACjC%3BIACI%2CUAAA%3B%3B%3BAAGR%2CkBAAmB%3BEACjB%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACpLF%2CwBAT0C%3BEACxC%2CWAAY%3BIACV%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAIJ%3BEACE%2CwBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBAAC%3BEACC%2CmBAAA%3B%3BAAIJ%2CwBAAyB%3BEACvB%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%2CKAAK%3BEACH%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CYAIE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CyBAAyB%2CYAAa%2CaAAa%3BEACjD%2CmBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CEAAE%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CCAAC%3BEACC%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAGF%2CCAAC%2CUAAU%2CMAAS%3BEAClB%2CcAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CeAAA%3B%3BAAGF%2CiBAAkB%2CaAAa%3BEAC7B%2CcAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CiBAAA%3B%3BAAGF%2CiBAAkB%2CiBAAiB%3BEACjC%2CeAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2C6BAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAkBF%2CwBAN0C%3BEACxC%3BIACE%2CqBAAA%3BIACA%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC9HJ%3BAAAe%3BEACb%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAgBF%3BEACE%2CkBAAA%3B%3BAADF%2CwBAGE%3BEACE%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CwBAGE%2CkBAOE%3BEACE%2CsBAAA%3B%3BAAXN%2CwBAeE%3BEACE%2CqBAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAjBJ%2CwBAoBE%2CKAAI%2CgBAAgB%3BEAClB%2CcAAA%3B%3BAArBJ%2CwBAwBE%2CEAAC%2CyBAAyB%3BEACxB%2CgBAAA%3B%3BAAzBJ%2CwBA4BE%2CgBAAgB%2CeAAc%3BEAC5B%2CSAAS%2CEAAT%3B%3B%3BAAiFJ%2CwBA3E0C%3BEACtC%3BIACI%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAJJ%2CWAMI%3BIACI%2CYAAY%2CkBAAZ%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATR%2CWAWI%2CgBAAe%3BIACX%2CYAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAfR%2CWAiBI%2CgBAAe%3BIACX%2CmBAAA%3B%3BEAlBR%2CWAoBI%2CgBAAe%3BIACX%2CgBAAA%3B%3BEArBR%2CWAuBI%2CgBAAe%2CyBAAyB%3BIACpC%2CgBAAA%3B%3BEAIR%3BIACI%2CaAAA%3B%3BEAGJ%2CmCAAoC%2CeAAc%3BIAC9C%2CcAAA%3B%3BEAGJ%2CGAAG%2C6BAA8B%2CIAAG%3BIAChC%2CwBAAA%3B%3BEAGJ%2CGAAG%3BIACC%2CkBAAA%3B%3BEAGJ%2CGAAG%2CmBAAmB%3BIAClB%2CeAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2C6BAA8B%3BIAC1B%2C2BAAA%3B%3BEAGJ%2C6BAA8B%3BIAC1B%2COAAO%2CSAAP%3BIACA%2CeAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CyBAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CeAAA%3B%3B%3BACnMJ%3BAAA0B%3BEACtB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3B%3BAAMJ%2CwBAAyB%3BEACrB%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CmCAAmC%3BEACxD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CkBAAA%3BEACN%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3B%3BAAKE%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CWAAA%3BEACA%2CUAAA%3B%3B%3BAAGJ%2CwBAAyB%2CmCAAmC%3BEACxD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CoBAAA%3B%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CoBAAA%3B%3BEACA%2CmBAAA%3B%3B%3BAAcJ%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAaR%2CwBAR2C%3BEAEvC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAYZ%2CwBAP%2BC%3BEAEvC%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAC3LR%2CyBAA0B%3BEAElB%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBARsB%2COAQrB%3BEACG%2CWAAA%3B%3BAAGJ%2CyBAZsB%2COAYrB%3BAACD%2CyBAbsB%2COAarB%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CyBAnBsB%2COAmBrB%2CWAAY%3BAACb%2CyBApBsB%2COAoBrB%2CWAAY%3BEACT%2CUAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CyBAzBsB%2COAyBrB%2CWAAY%2CSAAS%3BEAClB%2CgBAAA%3B%3BAA1BR%2CyBAA0B%2COA6BtB%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIR%2CyBAA0B%3BAAA1B%2CyBrGUJ%2COAAM%2CUA2BF%2COAAM%3BEqGpCF%2CWAAA%3B%3BAAGJ%2CyBAA0B%2COAAM%2CUAAa%2CSAAM%3BEAC%5C%2FC%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%2COAAM%2CoBAAqB%3BEAE9B%2CYAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CUAAW%2COAAM%2CoBAAqB%2CUAMlC%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAC7DR%3BEAAW%2CaAAA%3BEAAe%2CQAAA%3BEAAU%2CUAAA%3B%3BAACpC%3BEACI%2CmBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CmBAEI%2CmBAGI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAATZ%2CmBAEI%2CmBASI%2CIAAG%3BEACC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAACA%2CmBAdR%2CmBASI%2CIAAG%2COAKE%3BEACG%2CqBAAA%3B%3BAAGR%2CmBAlBJ%2CmBAkBK%2CQACG%3BEACI%2CqBAAA%3B%3BAAtBhB%2CmBA0BI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAA5BR%2CmBA0BI%2CoBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBANR%2CoBAGI%2CKAGK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CmBAXR%2CoBAGI%2CKAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CmBAdR%2CoBAGI%2CKAWK%3BEACG%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAA5ChB%2CmBA0BI%2CoBAqBI%3BAA%5C%2FCR%2CmBA0BI%2CoBAsBI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAlDZ%2CmBA0BI%2CoBAqBI%2CwBAII%3BAAnDZ%2CmBA0BI%2CoBAsBI%2CoBAGI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAArDhB%2CmBA0BI%2CoBA8BI%3BEACI%2CqBAAA%3B%3BAAzDZ%2CmBA0BI%2CoBA8BI%2CeAEI%3BAA1DZ%2CmBA0BI%2CoBA8BI%2CeAEW%3BEACH%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CmBAzCJ%2CoBAyCK%3BEACG%2CcAAA%3B%3BAAGR%2CmBAAC%3BEACG%2CgBAAA%3B%3BAAMR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CkBAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CkBASI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAbR%2CkBASI%2CQAKI%3BEACI%2CYAAA%3B%3BAAfZ%2CkBAkBI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAtBR%2CkBAkBI%2CoBAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBARR%2CoBAKI%2CKAGK%3BEACG%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CkBAZR%2CoBAKI%2CKAOK%3BAACD%2CkBAbR%2CoBAKI%2CKAQK%3BEACG%2CiBAAA%3B%3BAAEJ%2CkBAhBR%2CoBAKI%2CKAWK%2CaAAa%3BEACV%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CkBApBR%2CoBAKI%2CKAeK%3BEACG%2CcAAA%3B%3BAAvChB%2CkBAkBI%2CoBAwBI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAA9CZ%2CkBAkBI%2CoBAwBI%2CiBAKI%3BAA%5C%2FCZ%2CkBAkBI%2CoBAwBI%2CiBAMI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAApDhB%2CkBAkBI%2CoBAwBI%2CiBAYI%3BAAtDZ%2CkBAkBI%2CoBAwBI%2CiBAaI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAACA%2CkBA%5C%2FCZ%2CoBAwBI%2CiBAYI%2CWAWK%3BAAAD%2CkBA%5C%2FCZ%2CoBAwBI%2CiBAaI%2CeAUK%3BEACG%2CqBAAA%3B%3BAAlEpB%2CkBAkBI%2CoBAwBI%2CiBA2BI%3BEACI%2CaAAA%3B%3BAAtEhB%2CkBAkBI%2CoBAwBI%2CiBA8BI%3BEACI%2CcAAA%3B%3BAAzEhB%2CkBAkBI%2CoBAwBI%2CiBAiCI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA7EhB%2CkBAkBI%2CoBAwBI%2CiBAqCI%3BEACI%2CUAAA%3B%3BAAhFhB%2CkBAkBI%2CoBAwBI%2CiBAqCI%2CSAEI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAvFpB%2CkBAkBI%2CoBAwBI%2CiBAqCI%2CSAEI%2CiBAOI%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAACA%2CkBA1EpB%2CoBAwBI%2CiBAqCI%2CSAEI%2CiBAOI%2CKAIK%3BEACG%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3B%3BAAjG5B%2CkBAkBI%2CoBAwBI%2CiBAqCI%2CSAsBI%3BEACI%2CaAAA%3B%3BAAShB%2CwBAL%2BC%3BEAK%5C%2FC%2CkBA7FA%2CoBAyFQ%3BIACI%2CeAAA%3B%3B%3BAA5GhB%2CkBAgHI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAnHR%2CkBAgHI%2COAII%3BEACI%2CcAAA%3B%3BAACA%2CkBANR%2COAII%2CeAEK%3BEACG%2CeAAA%3BEACA%2C0BAAA%3B%3BAAMhB%3BEACI%2CeAAA%3B%3BAAGJ%2CeAEI%2CcACI%3BAAFR%2CeACI%2CcACI%3BEACI%2CaAAA%3B%3BAAKZ%2CeAAe%2CcACX%2CQAAO%2CMACH%3BEACI%2CkBAAA%3B%3BAAKZ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcACI%3BEACI%2CaAAA%3B%3B%3BAAMR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CuCAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2C0BAAC%2CSACG%3BAADJ%2C0BAAC%2CSAEG%3BEACI%2CYAAA%3B%3BAAIR%2C0BAAC%3BEACG%2CgBAAA%3B%3BAAEA%2C0BAHH%2CQAGI%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAnBZ%2C0BAuBI%3BEACI%2CcAAA%3B%3BAAEA%2C0BAHJ%2CYAGK%3BEACG%2CmBAAA%3B%3BAAKJ%2C0BADJ%2CcACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FCZ%2C0BA%2BBI%2CcAmBI%3BEACI%2CkBAAA%3B%3BAAnDZ%2C0BAuDI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CoBAAA%3B%3BAADJ%2CaAEI%3BEACI%2CUAAA%3B%3BAAHR%2CaAKI%3BEACI%2CYAAA%3B%3B%3BAAMR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAARR%2C0BAII%2CcAKI%3BEACI%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2C0BAII%2CcAaI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAvBZ%2C0BAII%2CcAqBI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBZ%2C0BAII%2CcAqBI%2CyCAOI%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEAEA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAtChB%2C0BAII%2CcAqBI%2CyCAeI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA3ChB%2C0BAII%2CcAqBI%2CyCAoBI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FChB%2C0BAII%2CcAqBI%2CyCAwBI%2COAAM%3BEACF%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAArDhB%2C0BAII%2CcAqDI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAA7DZ%2C0BAII%2CcA4DI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAIA%2C0BApER%2CcAmEI%2CgBACK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAgB%2C6CAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAYZ%2CmBAPqC%3BEAOrC%2C0BANI%2CcACI%3BIACI%2CaAAA%3B%3B%3BAAoBZ%2CmBAhBqC%3BEAgBrC%2C0BAfI%3BIACI%2CcAAA%3B%3BEAcR%2C0BAfI%2CcAEI%3BIACI%2CeAAA%3B%3BEAYZ%2C0BAfI%2CcAKI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAOZ%2C0BAfI%2CcAUI%3BIACI%2CkBAAA%3B%3B%3BAAgChB%2CmBA5ByC%3BEA4BzC%2C0BA3BQ%3BIACI%2CyBAAA%3B%3BEA0BZ%2C0BA3BQ%2CcAEI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3B%3BEAuBhB%2C0BA3BQ%2CcAMI%2CmCAAkC%3BIAC9B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmBhB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCAG9B%3BIACI%2COAAO%2CkBAAP%3BIACA%2C%2BBAAA%3B%3BEAgBpB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCAO9B%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAWpB%2C0BA3BQ%2CcAMI%2CmCAAkC%2CwCAY9B%2COAAM%3BIACF%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAAOpB%2CwBAEI%3BAADJ%2CqBACI%3BEACI%2CaAAA%3B%3BAAGR%2CMAAM%2CgBAAgB%3BEAClB%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%3BEACI%2CaAAA%3B%3BAALR%2CiBAOI%3BEACI%2CUAAA%3B%3BAAGR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CkBAII%3BEACI%2CgBAAgB%2C6DAAhB%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CMAAM%2CiBAAN%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAMJ%2CqCAAC%2CoBAEG%3BAAFJ%2CqCAAC%2CoBAEG%3BAAFJ%2CQAAC%2CoBAEG%3BAADJ%2CqCAAC%2CuBACG%3BAADJ%2CqCAAC%2CuBACG%3BAADJ%2CQAAC%2CuBACG%3BEACI%2CaAAA%3B%3BAAIZ%2CwBACI%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAANR%2CwBACI%2CaAMI%3BEACI%2CcAAA%3B%3BAARZ%2CwBACI%2CaAMI%2C2BAEI%3BEACI%2CgBAAA%3B%3BAAVhB%2CwBACI%2CaAYI%3BEACI%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAhBZ%2CwBAmBI%3BEACI%2CaAAA%3B%3BAAIR%2CwBACI%2CcACI%2COAAM%3BEACF%2CiBAAA%3B%3BAAHZ%2CwBACI%2CcACI%2COAAM%2CKAEF%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CeAAA%3B%3BAANhB%2CwBACI%2CcACI%2COAAM%2CKAMF%2CMAAK%3BEACD%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAXhB%2CwBACI%2CcACI%2COAAM%2CKAWF%2CKAAI%3BEACA%2CcAAA%3B%3BAAahB%2CmBAPsC%3BEAClC%3BIACI%2CgBAAA%3BIACA%2CMAAM%2CkBAAN%3B%3B%3B%3BAAIR%2CYAAa%2C2BAA2B%2CcAAc%2CyCAAyC%3BEAC3F%2CYAAA%3B%3BAAEJ%2CYAAa%2C2BAA2B%2CcAAc%2CyCAAyC%3BEAC3F%2CYAAA%3B%3BAA2BJ%2CmBAzBqC%3BEACjC%2CYACI%2C0BACI%2CgCACI%3BIACI%2CaAAA%3B%3BEAJhB%2CYACI%2C0BACI%2CgCAII%3BIACI%2CoBAAA%3B%3BEAPhB%2CYACI%2C0BACI%2CgCAII%2CMAEI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEACA%2CYAXhB%2C0BACI%2CgCAII%2CMAEI%2CGAAE%2CIAIG%3BEACD%2CYAZhB%2C0BACI%2CgCAII%2CMAEI%2CGAAE%2CIAKG%3BEAbrB%2CYACI%2C0BACI%2CgCAII%2CMAEI%2CGAAE%2CIAME%2CGAAE%3BIACE%2CcAAA%3B%3B%3B%3BAAS5B%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeAEI%3BAANpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSACI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAXxB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeASI%3BAAbpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSAQI%3BAAbpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeAUI%3BAAdpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSASI%3BEACI%2CYAAA%3B%3BAAfxB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeAaI%3BAAjBpB%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBAEI%2CSAYI%3BEACI%2CSAAA%3B%3BAAQhB%2CIA1BJ%2CIAAI%2CcAyBJ%2C2BACK%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CIA9BJ%2CIAAI%2CcAyBJ%2C2BAKK%3BEACG%2CiBAAA%3B%3BAA%5C%2FBZ%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%3BEACI%2CkBAAA%3B%3BAACA%2CIAnCR%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAEK%3BEACG%2COAAA%3B%3BAApChB%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAKI%3BAAtCZ%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAMI%3BEACI%2CYAAA%3BEACA%2CsBAAA%3B%3BAAzChB%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAUI%3BEACI%2CiBAAA%3B%3BAA5ChB%2CIAAI%2CIAAI%2CcAyBJ%2C2BAQI%2CgBAaI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CyBACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3B%3BAC5pBR%2CmBACI%3BEACI%2CyBAAA%3B%3BAAEJ%2CmBAAC%2CiBACG%3BEACI%2CaAAA%3B%3BAAFR%2CmBAAC%2CiBAIG%2CQAAO%2CMAAM%3BEACT%2C%2BBAAA%3B%3BAAIZ%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CaACI%2CqBACI%3BEACI%2CaAAA%3B%3BAAIZ%2COACI%2CmBAAmB%3BEACf%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEA1BJ%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAASJ%2COACI%2CmBAAmB%2CiBAiBf%3BEA7BJ%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAASJ%2COACI%2CmBAAmB%2CiBAqBf%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAxBZ%2COACI%2CmBAAmB%2CiBAyBf%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAA%5C%2FBZ%2COACI%2CmBAAmB%2CiBAyBf%2CyBAOI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEAjDZ%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAASJ%2COACI%2CmBAAmB%2CiBAyBf%2CyBAOI%2CeASI%2COAAM%3BEACF%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FCpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBAOI%2CeASI%2COAAM%2CMAMF%3BEACI%2CkBAAA%3B%3BAAjDxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBAOI%2CeAmBI%2COAAM%2CMAAM%2CMAAO%3BEACf%2CWAAA%3B%3BAArDpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBAOI%2CeAsBI%2COAAM%2CMAAM%3BEACR%2CSAAS%2CEAAT%3B%3BAAxDpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBAiCI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAA%5C%2FDhB%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%3BEACI%2CcAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAACA%2COAtEZ%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAMK%3BEACG%2CyBAAA%3B%3BAAEJ%2COAzEZ%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBASK%3BAACD%2COA1EZ%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAUK%3BEACG%2CUAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2COA9EZ%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAcK%3BEACG%2CyBAAA%3B%3BAAhFpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%3BEACI%2CiBAAA%3B%3BAArFxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAGI%3BEACI%2CkBAAA%3B%3BAAxF5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAGI%2CsBAEI%2CQAAO%3BEACJ%2CaAAA%3BEACC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAA7FhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAaI%3BEACI%2CcAAA%3B%3BAAlG5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgBI%3BEACI%2CmBAAA%3B%3BAArG5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAmBI%2CQAAO%2COACH%3BEACI%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAjHhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgCI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAtH5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgCI%2CaAII%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2C2DAAA%3BEACA%2CmDAAA%3B%3BAAGJ%3BEACI%3BIAAK%2CmBAAmB%2CYAAnB%3B%3BEACL%3BIAAM%2CmBAAmB%2CeAAnB%3B%3BEACN%3BIAAO%2CmBAAmB%2CcAAnB%3B%3B%3BAAGX%3BEACI%3BIACI%2CWAAW%2CYAAX%3BIACA%2CmBAAmB%2CaAAnB%3B%3BEACF%3BIACI%2CWAAW%2CeAAX%3BIACA%2CmBAAmB%2CeAAnB%3B%3BEACF%3BIACI%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3B%3B%3BAAGZ%2COA1JxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgCI%2CaAuCK%3BEACG%2CkBAAA%3B%3BAADJ%2COA1JxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgCI%2CaAuCK%2CkBAEG%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAANR%2COA1JxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgCI%2CaAuCK%2CkBAQG%2CMAAK%3BEACD%2CiBAAA%3BEACA%2CWAAA%3B%3BAAVR%2COA1JxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgCI%2CaAuCK%2CkBAYG%2COAAM%3BEACF%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAdR%2COA1JxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgCI%2CaAuCK%2CkBAYG%2COAAM%2CiBAGF%3BEACI%2CuBAAA%3B%3BAA3KxC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAlL5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAArLhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%3BEACI%2CaAAA%3B%3BAAvLpC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%2CqBAEI%2CgBAAe%2CYACX%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAA3L5C%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%2CqBAQI%3BEACI%2CeAAA%3B%3BAAEJ%2COAhMhC%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%2CqBAWK%3BEACG%2CsBAAA%3B%3BAADJ%2COAhMhC%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%2CqBAWK%2COAEG%2CgBAAe%2CYACZ%3BEACI%2CiBAAA%3B%3BAAJX%2COAhMhC%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%2CqBAWK%2COAOG%2CoBACI%3BEACI%2CSAAA%3BEACA%2C6BAAA%3B%3BAAIZ%2COA9MhC%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%2CqBAyBK%2CIACG%3BEACI%2CgBAAA%3B%3BAAFR%2COA9MhC%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBAGI%2CeAGI%2CqBAyBK%2CIACG%2CoBAEI%3BEACI%2C6BAAA%3B%3BAAnNhD%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBA0CI%3BEACI%2CSAAA%3B%3BAA3NhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBA0CI%2CKAEI%2CKAAI%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhOpC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBA0CI%2CKAQI%2CKAAI%3BEACA%2CWAAA%3B%3BAAnOpC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBA0CI%2CKAQI%2CKAAI%2CoBAEA%2CKAAI%2CeACA%2CKAAI%3BEACA%2CeAAA%3B%3BAAtO5C%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4FI%2CiBA2DI%2CKAAI%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA9OhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA6JI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAnP5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA6JI%2CSAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAxPhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA6JI%2CSAII%2CgBAKI%2CGAAE%3BAA1PlC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA6JI%2CSAII%2CgBAMI%2CGAAE%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAA7PpC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA6JI%2CSAII%2CgBAUI%2CGAAE%3BEACE%2CSAAA%3B%3BAAhQpC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAgLI%2CsBAAsB%3BEAClB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAxQ5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAsLI%2CKAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAACA%2COA9QxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAsLI%2CKAAI%2CWAKC%3BEACG%2CmBAAA%3BEACA%2CaAAa%2CYAAb%3B%3BAACA%2COAjR5B%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAsLI%2CKAAI%2CWAKC%2CWAGI%3BEACG%2CSAAS%2COAAT%3B%3BAAGR%2COArRxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAsLI%2CKAAI%2CWAYC%3BEACG%2CmBAAA%3BEACA%2CaAAa%2CYAAb%3B%3BAACA%2COAxR5B%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBAsLI%2CKAAI%2CWAYC%2CUAGI%3BEACG%2CSAAS%2COAAT%3B%3BAA1RpC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA0MI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2COAjSxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA0MI%2CeAIK%3BEACG%2CgBAAA%3BEACA%2CaAAa%2CYAAb%3B%3BAACA%2COApS5B%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA0MI%2CeAIK%2CWAGI%3BEACG%2CSAAS%2COAAT%3B%3BAAGR%2COAxSxB%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA0MI%2CeAWK%3BEACG%2CaAAa%2CYAAb%3B%3BAACA%2COA1S5B%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA0MI%2CeAWK%2CUAEI%3BEACG%2CSAAS%2COAAT%3B%3BAA5SpC%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA4NI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA5T5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAEI%2CwBA2OI%2COAAM%3BEACF%2CaAAA%3B%3BAAhU5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBAuCI%2CyBAiBI%2CiBAiPI%2CwBAAuB%3BEACnB%2C6BAAA%3B%3BAApUxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAA1UhB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAII%3BEACI%2CaAAA%3B%3BAA7UpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAOI%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAlVpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAOI%2CUAKI%2CKAAI%3BEACA%2CWAAA%3B%3BAArVxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAOI%2CUAKI%2CKAAI%2CMAGA%3BEACI%2CeAAA%3B%3BAAxV5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAOI%2CUAYI%2CiBAEI%2CKAAI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FV5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA2BI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtWpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA2BI%2CiBAII%2CKAAI%3BEACA%2CWAAA%3B%3BAAxWxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA2BI%2CiBAII%2CKAAI%2CMAEA%3BEACI%2CeAAA%3B%3BAA1W5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA2BI%2CiBAUI%2CiBACI%3BEACI%2CYAAA%3B%3BAA%5C%2FW5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA2BI%2CiBAUI%2CiBAII%2CKAAI%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnX5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA%2BCI%2CSAAQ%3BEACJ%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA5XpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA%2BCI%2CSAAQ%2CgBAOJ%3BEACI%2CaAAA%3B%3BAA%5C%2FXxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA0DI%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAArYpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA0DI%2CSAAQ%2CgBAKJ%2COAAM%3BEACF%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA5YxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAuEI%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAjZpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA2EI%3BEACI%2CkBAAA%3B%3BAApZpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BA2EI%2CoBAEI%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAvZxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAkFI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5ZpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhapB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAACA%2COAtapB%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAGI%2C0BAMK%3BEACG%2CgBAAA%3B%3BAAEJ%2COAzapB%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAGI%2C0BASK%3BEACG%2CkBAAA%3B%3BAAEJ%2COA5apB%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAGI%2C0BAYK%3BEACG%2CiBAAA%3B%3BAA9a5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAmBI%2CMAAK%3BEACD%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAnbxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAmBI%2CMAAK%2CcAGD%3BEACI%2CmBAAA%3B%3BAArb5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAmBI%2CMAAK%2CcAMD%3BEACI%2CsBAAA%3B%3BAAxb5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAmBI%2CMAAK%2CcAMD%2CcAGI%2CmBAAkB%3BEACd%2C2BAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FbhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAsFI%2C4BAmBI%2CMAAK%2CcAMD%2CcAWI%3BEACI%2CkBAAA%3B%3BAAnchC%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA5cpB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAKI%3BEACI%2CkBAAA%3B%3BAA9cxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAQI%3BEACI%2CgBAAA%3B%3BAAGA%2COAndpB%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAWI%2CkCACK%3BEACG%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAKA%2COAzexB%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAgCK%2COACG%2CkCACK%3BEACG%2CSAAS%2COAAT%3B%3BAA3ehC%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%3BEACL%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAnfxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%2COAKL%3BEACI%2CgBAAA%3B%3BAArf5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%2COAQL%3BAAvfxB%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%2COAQG%3BEACJ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA1f5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%2COAQL%2COAII%3BAA3f5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%2COAQG%2CiBAIJ%3BEACI%2CWAAA%3B%3BAA5fhC%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%2COAQL%2COAOI%3BAA9f5B%2COACI%2CmBAAmB%2CiBAyBf%2CyBA8SI%2C4BAgII%2C0BAuCI%2CUAAS%2COAQG%2CiBAOJ%3BEACI%2CYAAA%3B%3BAA%5C%2FfhC%2COAugBI%2CmBAAkB%2COAAQ%3BEACtB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BACzhBJ%3BE1JwRA%2CmBAAA%3BEAAA%2CWAAA%3BE0JrRI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CkBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CeAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BE1J2QR%2CiBAAA%3BE0JzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BE1JqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA2J9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BE1J6PR%2CiBAAA%3BE0J3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BE1JwPR%2CeAAA%3BE0JtPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BE1JuOR%2CiBAAA%3B%3BA0JxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BE1J2Nb%2CiBAAA%3BE0JzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BACxEZ%2CcAAC%3BEACG%2CmBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAtICR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAOI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CaAAc%2CQACR%3BEACE%2CkBAAA%3B%3BAFxBZ%2CcAYI%3BEACI%2CeAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CgBAAA%3B%3BAAjBR%2CcAgBI%2CqBAEM%3BEpB4QV%2CiBAAA%3BEoB1QY%2CgBAAA%3B%3BAApBZ%2CcAgBI%2CqBAMI%3BEACI%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAUA%2CcANR%2C2BACI%2CKAKK%3BEACG%2CiBAAA%3B%3BAAEJ%2CcATR%2C2BACI%2CKAQK%3BEACG%2CkBAAA%3B%3BAAtChB%2CcAkDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAtDhB%2CcAkDI%2CcAOI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAyIrEA%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BA%5C%2FG9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BAgHyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CkBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BE9J6NhC%2CcAAA%3BE8J3NgB%2CSAAS%2CGAAT%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BE9JkNT%2CcAAA%3BE8JhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CaAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BE9JsM3C%2CcAAA%3BE8JpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BE9JwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BA8JpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BE9JoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA8J3KI%2COAAC%3BE9J2KL%2CyBAAA%3BE8JzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BE9JyJT%2CmBAAA%3BEAAA%2CcAAA%3BE8JtJY%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BE9J%2BIb%2CsBAAA%3B%3BA8J1IQ%2COAjCH%2COAiCI%3BE9J0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BA8JpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BE9JoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BA8J5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BE9J4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BA8JtHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BE9JkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BE8JvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BE9J6ET%2CayE3RgC%2CyBzE2RhC%3B%3BA8JzEQ%2COAlGH%2COAkGI%3BE9JyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BE8JrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BE9JmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BE8JfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BE9JQZ%2CcAAA%3BE8JNgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BE9JPtB%2C%2BBAAA%3B%3BA8JWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CcAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CkBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BE3JkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgB2J9OI%2CQAAO%2CO3J8OV%3BAACD%2CgB2J%5C%2FOI%2CQAAO%2CO3J%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB2JpPI%2CQAAO%2CO3JoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgB2JzPI%2CQAAO%2CO3JyPV%3BAACD%2CgB2J1PI%2CQAAO%2CO3J0PV%3BAACD%2CQAAQ%2CUAAW%2CiB2J3Pf%2CQAAO%3BE3J4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgBgK1II%2CQAAO%2COhK0IV%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBgK%5C%2FII%2CQAAO%2COhK%2BIV%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBgKpJI%2CQAAO%2COhKoJV%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgB2JnMI%2CQAAO%2CO3JmMV%3BAACD%2CgB2JpMI%2CQAAO%2CO3JoMV%3BAACD%2CgB2JrMI%2CQAAO%2CO3JqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgB2J1MI%2CQAAO%2CO3J0MV%3BAACD%2CgB2J3MI%2CQAAO%2CO3J2MV%3BAACD%2CQAAQ%2CUAAW%2CiB2J5Mf%2CQAAO%3BE%5C%2FJ2RX%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA2J3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BE3JuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BE2JnLQ%2CkBAAA%3B%3BA3JgOR%2CsB2JnOI%2CQAAO%2CU3JmOV%3BAACD%2CsB2JpOI%2CQAAO%2CU3JoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2JzOI%2CQAAO%2CU3JyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB2J9OI%2CQAAO%2CU3J8OV%3BAACD%2CsB2J%5C%2FOI%2CQAAO%2CU3J%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuB2JhPf%2CQAAO%3BE3JiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsBgK%5C%2FHI%2CQAAO%2CUhK%2BHV%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBgKpII%2CQAAO%2CUhKoIV%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBgKzII%2CQAAO%2CUhKyIV%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsB2JxLI%2CQAAO%2CU3JwLV%3BAACD%2CsB2JzLI%2CQAAO%2CU3JyLV%3BAACD%2CsB2J1LI%2CQAAO%2CU3J0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsB2J%5C%2FLI%2CQAAO%2CU3J%2BLV%3BAACD%2CsB2JhMI%2CQAAO%2CU3JgMV%3BAACD%2CQAAQ%2CUAAW%2CuB2JjMf%2CQAAO%3BE%5C%2FJgRX%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BA4JtNJ%2CSACI%3BEACI%2CkBAAA%3BEhK8RR%2CiBAAA%3B%3BAgK3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BACNZ%2CqBAAqB%3BEAIb%2CmBAAA%3B%3BAAJR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CoBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CS3BUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BA2BXR%2CqBAAqB%2CSAOjB%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CqBAAqB%2CSAajB%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CqBAAqB%2CSAuBjB%2CaAAY%3BEACR%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA7BR%2CqBAAqB%2CSAgCjB%2CaAAY%2CMAAM%3BEACd%2CgBAAA%3B%3BAAjCR%2CqBAAqB%2CSAoCjB%2CaAAY%2CMAAS%3BEACjB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtCR%2CqBAAqB%2CSAyCjB%2CaAAY%2CMAAM%2CMAAS%3BEACvB%2CqBAAA%3B%3BAA1CR%2CqBAAqB%2CSA6CjB%2CaAAY%2CMAAM%2CMAAS%3BEACvB%2CcAAA%3B%3BAA9CR%2CqBAAqB%2CSAiDjB%2CgBAAe%3BEACX%2COAAA%3BEACA%2CWAAA%3B%3BAAnDR%2CqBAAqB%2CSAsDjB%3BEAEQ%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAnEa%2CSAsDjB%2C0BAaK%2CIAAI%3BEACD%2CaAAA%3B%3BAAGJ%2CqBAvEa%2CSAsDjB%2C0BAiBK%2CIAAI%3BEACD%2CaAAA%3B%3BAAxEZ%2CqBAAqB%2CSA4EjB%2C6BACM%2CeAAY%3BEACV%2CaAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FEZ%2CqBAAqB%2CSA4EjB%2C6BAMM%2CeAAY%2COAAU%2CkBAAe%2CIAAI%3BEACvC%2CmBAAA%3B%3BAAnFZ%2CqBAAqB%2CSA4EjB%2C6BAUI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAxFZ%2CqBAAqB%2CSA4EjB%2C6BAeI%2CiBAAgB%2CIAAI%3BEAChB%2CgBAAA%3B%3BAAGJ%2CYAAY%2CMAAO%2CsBA%5C%2FFN%2CSA4EjB%3BEAoBQ%2CSAAA%3B%3BAAGJ%2CYAAY%2CMAAO%2CsBAnGN%2CSA4EjB%2C6BAuB2B%2CeAAY%3BEAC%5C%2FB%2CeAAA%3B%3BAApGZ%2CqBAAqB%2CSA4EjB%2C6BA2BI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAzGZ%2CqBAAqB%2CSA4EjB%2C6BAgCI%2CaAAY%2CMAAO%3BAA5G3B%2CqBAAqB%2CSA4EjB%2C6BAiCI%2CaAAY%2CSAAU%3BAA7G9B%2CqBAAqB%2CSA4EjB%2C6BAkCI%2CaAAY%2CMAAO%2CaAAY%2CQAAQ%3BAA9G%5C%2FC%2CqBAAqB%2CSA4EjB%2C6BAmCI%2CaAAY%2CSAAU%2CaAAY%2CQAAQ%3BEACtC%2CcAAA%3B%3BAAhHZ%2CqBAAqB%2CSA4EjB%2C6BAuCI%2CaAAY%2CQAAQ%2CMAAM%3BAAnHlC%2CqBAAqB%2CSA4EjB%2C6BAwCI%2CaAAY%2CQAAQ%2CSAAS%3BEACzB%2CmBAAA%3B%3BAArHZ%2CqBAAqB%2CSA4EjB%2C6BA4CI%2CaAAY%3BAAxHpB%2CqBAAqB%2CSA4EjB%2C6BA6CI%2CaAAY%2CIAAI%2CUAAU%2CIAAI%3BEAC1B%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CqBA%5C%2FHS%2CSA4EjB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAC%5C%2FC%3BE3BtIL%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEA0EJ%2CqqBAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEIxFA%2C4BAAA%3BEJ2BI%2C4BAAA%3BE2BiHQ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAxIS%2CSA4EjB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAU%5C%2FC%2CMAAM%3BAACP%2CqBAzIS%2CSA4EjB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAW%5C%2FC%2CSAAS%3BEACN%2CUAAA%3BEACA%2CWAAW%2CoBAAX%3B%3BAA3IhB%2CqBAAqB%2CSA4EjB%2C6BAmEI%2CaAAY%2CIAAI%3BEACZ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAnJZ%2CqBAAqB%2CSA4EjB%2C6BA0EI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAvJZ%2CqBAAqB%2CSA4EjB%2C6BA8EI%2CaAAY%2CQAAW%2CeAAe%2CkBAAe%2CIAAI%3BEACrD%2CoBAAA%3B%3BAA3JZ%2CqBAAqB%2CSA4EjB%2C6BAkFI%2CaAAY%2CIAAI%2CUAAa%3BEvBvKjC%2C4BAAA%3BEJ2BI%2C4BAAA%3BE2B%2BII%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3B%3BAAzKZ%2CqBAAqB%2CSA4EjB%2C6BAgGI%2CaAAY%2CQAAS%3BAA5K7B%2CqBAAqB%2CSA4EjB%2C6BAiGI%2CaAAY%2CQAAS%3BEACjB%2CmBAAA%3B%3BAAGJ%2CYAAY%2CSAAU%2CsBAjLT%2CSA4EjB%2C6BAqG2B%3BAACvB%2CYAAY%2CMAAO%2CsBAlLN%2CSA4EjB%2C6BAsGwB%3BEAChB%2CWAAW%2CaAAX%3B%3BAAGJ%2CYAAY%2CSAAU%2CsBAtLT%2CSA4EjB%2C6BA0G2B%3BAACvB%2CYAAY%2CMAAO%2CsBAvLN%2CSA4EjB%2C6BA2GwB%3BEAChB%2CWAAW%2CcAAX%3B%3BAAGJ%2CYAAY%2CSAAU%2CsBA3LT%2CSA4EjB%3BAAgHI%2CYAAY%2CMAAO%2CsBA5LN%2CSA4EjB%3BEAiHQ%2CUAAA%3B%3BAA7LZ%2CqBAAqB%2CSA4EjB%2C6BAoHI%2CaAAY%2CMAAO%3BEACf%2CUAAA%3B%3BAAjMZ%2CqBAAqB%2CSA4EjB%2C6BAwHI%2CaAAY%2CSAAY%2CgBAAa%3BAApM7C%2CqBAAqB%2CSA4EjB%2C6BAyHI%2CaAAY%2CMAAS%2CgBAAa%3BEAC9B%2CWAAW%2CaAAX%3B%3BAAtMZ%2CqBAAqB%2CSA4EjB%2C6BA6HI%2CaAAY%2CSAAY%2CgBAAa%3BAAzM7C%2CqBAAqB%2CSA4EjB%2C6BA8HI%2CaAAY%2CMAAS%2CgBAAa%3BEAC9B%2CWAAW%2CcAAX%3B%3BAA3MZ%2CqBAAqB%2CSA4EjB%2C6BAkII%3BEACI%2CkBAAA%3B%3BACvNR%2CoBAAqB%2C2BACjB%3BAADJ%2CoBAAqB%2C2BAEjB%3BEACI%2C2BAAA%3B%3BACDJ%2CoBAFiB%2CqBAEhB%2COAAQ%3BAAAT%2CyBADqB%2CeAAgB%2CqBACpC%2COAAQ%3BEACL%2CmBAAA%3B%3BAAGJ%2CoBANiB%2CqBAMhB%2COAAQ%3BAAAT%2CyBALqB%2CeAAgB%2CqBAKpC%2COAAQ%3BEAED%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAZa%2CqBAMhB%2COAAQ%2CeAMJ%2CIAAI%3BAAAL%2CyBAXiB%2CeAAgB%2CqBAKpC%2COAAQ%2CeAMJ%2CIAAI%3BEACD%2CUAAA%3B%3BAAIR%2CoBAjBiB%2CqBAiBhB%3BAAAD%2CyBAhBqB%2CeAAgB%2CqBAgBpC%3BEACG%2CSAAA%3BEACA%2CeAAA%3B%3BAAnBR%2CoBAAqB%2CqBAsBjB%2CQAAO%2COAAQ%3BAArBnB%2CyBAAyB%2CeAAgB%2CqBAqBrC%2CQAAO%2COAAQ%3BEACX%2CWAAA%3B%3BAAvBR%2CoBAAqB%2CqBA0BjB%2CeAAe%2CmBAAkB%2CMAAO%2CEAAC%2CIAAI%2CWAAW%2CIAAI%3BAAzBhE%2CyBAAyB%2CeAAgB%2CqBAyBrC%2CeAAe%2CmBAAkB%2CMAAO%2CEAAC%2CIAAI%2CWAAW%2CIAAI%3BAA1BhE%2CoBAAqB%2CqBA2BjB%2CeAAe%2CmBAAkB%2COAAQ%2CEAAC%2CIAAI%2CWAAW%2CIAAI%3BAA1BjE%2CyBAAyB%2CeAAgB%2CqBA0BrC%2CeAAe%2CmBAAkB%2COAAQ%2CEAAC%2CIAAI%2CWAAW%2CIAAI%3BEACzD%2CWAAA%3B%3BAA5BR%2CoBAAqB%2CqBA%2BBjB%2CQAAO%3BAA9BX%2CyBAAyB%2CeAAgB%2CqBA8BrC%2CQAAO%3BEACH%2CeAAA%3B%3BAAhCR%2CoBAAqB%2CqBAmCjB%3BAAlCJ%2CyBAAyB%2CeAAgB%2CqBAkCrC%3BEACI%2CgBAAA%3B%3BAApCR%2CoBAAqB%2CqBAuCjB%2CmBAAmB%3BAAtCvB%2CyBAAyB%2CeAAgB%2CqBAsCrC%2CmBAAmB%3BEAEX%2CYAAA%3B%3BAAGJ%2CoBA5Ca%2CqBAuCjB%2CmBAAmB%2CQAKd%3BAAAD%2CyBA3CiB%2CeAAgB%2CqBAsCrC%2CmBAAmB%2CQAKd%3BEACG%2CUAAA%3B%3BAAMZ%2CyBAAyB%2CeAAgB%3BEACrC%2CiBAAA%3B%3BAAGJ%2CyBAAyB%2CeAAe%2CMAAO%2COAAM%2COAAO%3BEAEpD%2CsBAAA%3BEACA%2COAAO%2C4BAAP%3B%3BAAHR%2CyBAAyB%2CeAAe%2CMAAO%2COAAM%2COAAO%2CKAMxD%3BEACI%2CeAAA%3B%3BAAPR%2CyBAAyB%2CeAAe%2CMAAO%2COAAM%2COAAO%2CKAUxD%3BEAEQ%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAhBiB%2CeAAe%2CMAAO%2COAAM%2COAAO%2CKAUxD%2CcAMK%2CUAAU%3BEACP%2CcAAA%3B%3BACxEZ%2CoBACI%2CaAAY%3BAADhB%2CoBAEI%2CaAAY%2COAAO%2CMAAM%3BAAF7B%2CoBAGI%2CgBAAe%2CWAAc%2CiBAAe%2CaAAY%3BEACpD%2CsBAAA%3BEACA%2CWAAW%2CaAAX%3B%3BAALR%2CoBAQI%2CaAAY%3BAARhB%2CoBASI%2CaAAY%2COAAO%2CMAAM%3BAAT7B%2CoBAUI%2CgBAAe%2CWAAc%2CiBAAe%2CaAAY%3BAAV5D%2CoBAWI%2CgBAAe%2CWAAc%3BEACzB%2CsBAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAbR%2CoBAgBI%2CgBAAe%2CWAAc%3BEACzB%2CsBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAANR%2CcASI%3BEAEQ%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAXJ%2CaAWK%3BAACD%2CcAZJ%2CaAYK%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGJ%2CcArBJ%2CaAqBK%3BEACG%2COAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CcA1BJ%2CaA0BK%3BEACG%2CQAAA%3BEACA%2C4BAAA%3B%3BAAKZ%3BEAEQ%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAC%2CIAAI%3BEACD%2CaAAA%3B%3BAAIA%2CmBADH%2CWAAW%2COACJ%3BEACA%2CwBAAA%3B%3BAAnBZ%2CmBAuBI%3BEAEQ%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CmBAZJ%2CaAYK%3BAACD%2CmBAbJ%2CaAaK%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3B%3BAAKZ%2CmBAAmB%2CQACf%2CaAAY%2CYAAY%3BEACpB%2CWAAW%2CgBAAgB%2CaAA3B%3B%3BAAFR%2CmBAAmB%2CQAKf%2CaAAY%2CYAAY%3BEACpB%2CUAAA%3B%3BAANR%2CmBAAmB%2CQASf%2CaAAY%2CYAAY%3BEACpB%2CWAAW%2CiBAAiB%2CcAA5B%3B%3BAAkBZ%2CQAVmC%3BEAC3B%2CmBAAmB%2CIAAI%3BIACnB%2CaAAA%3B%3BEAGJ%2CYAAY%3BIACR%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BACxHR%2CyBAAyB%3BAACzB%2CuBAAuB%3BE%5C%2FB0BnB%2CgBAAA%3BEACA%2CiDAAA%3BEACA%2CqBAAA%3BE%2BBxBI%2CUAAA%3B%3BA%5C%2FB2BR%2CyB%2BBhCyB%2CS%5C%2FBgCxB%3BAAAD%2CuB%2BB%5C%2FBuB%2CS%5C%2FB%2BBtB%3BEACG%2CmBAAA%3B%3BAAGJ%2CyB%2BBpCyB%2CS%5C%2FBoCxB%3BAAAD%2CuB%2BBnCuB%2CS%5C%2FBmCtB%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CyB%2BB1CyB%2CS%5C%2FB0CxB%3BAAAD%2CuB%2BBzCuB%2CS%5C%2FByCtB%3BEACG%2C8BAAA%3B%3BAAIA%2CyB%2BB%5C%2FCqB%2CS%5C%2FB%2BCpB%3BAAAD%2CuB%2BB9CmB%2CS%5C%2FB8ClB%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyB%2BBpDqB%2CS%5C%2FBoDpB%3BAAAD%2CuB%2BBnDmB%2CS%5C%2FBmDlB%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BA%2BBtDR%2CyBAAyB%2CS%5C%2FByDrB%3BA%2BBxDJ%2CuBAAuB%2CS%5C%2FBwDnB%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BA%2BB3DR%2CyBAAyB%2CSAQrB%3BAAPJ%2CuBAAuB%2CSAOnB%3BE%5C%2FBvBA%2CaAAA%3BEAYA%2CeAAA%3BE%2BBcI%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CyBAAyB%2CSAiBrB%2CmBAAmB%3BAAhBvB%2CuBAAuB%2CSAgBnB%2CmBAAmB%3BEACf%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAApBR%2CyBAAyB%2CSAuBrB%3BAAtBJ%2CuBAAuB%2CSAsBnB%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAAzBR%2CyBAAyB%2CSA4BrB%2CaAAa%3BAA3BjB%2CuBAAuB%2CSA2BnB%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAjCR%2CyBAAyB%2CSAoCrB%3BAAnCJ%2CuBAAuB%2CSAmCnB%3BE%5C%2FBnDA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CeAAA%3BE%2BB0CI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA1CR%2CyBAAyB%2CSA6CnB%3BAA5CN%2CuBAAuB%2CSA4CjB%3BEACE%2CkBAAA%3B%3BAA9CR%2CyBAAyB%2CSAiDrB%3BAAhDJ%2CuBAAuB%2CSAgDnB%3BE%5C%2FBhEA%2CaAAA%3BEAIA%2C2BAAA%3BEAIA%2CuBAAA%3BE%2BB2DI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAvDR%2CyBAAyB%2CSA0DrB%2CsBAAqB%3BAAzDzB%2CuBAAuB%2CSAyDnB%2CsBAAqB%3BEACjB%2CaAAA%3B%3BAA3DR%2CyBAAyB%2CSA8DrB%3BAA7DJ%2CuBAAuB%2CSA6DnB%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAlER%2CyBAAyB%2CSAqErB%3BAApEJ%2CuBAAuB%2CSAoEnB%3BAArEJ%2CyBAAyB%2CSAsErB%3BAArEJ%2CuBAAuB%2CSAqEnB%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAIR%2CqBAAqB%3BEAEb%2CeAAA%3B%3BAAGJ%2CqBALiB%2CKAKhB%2CMAAS%2CqBAAmB%3BEACzB%2CgBAAA%3B%3BAANR%2CqBAAqB%2CKASf%3BEACE%2CaAAA%3BEACA%2CWAAA%3B%3BAAXR%2CqBAAqB%2CKAcf%2CqBAAqB%3BEACnB%2CqBAAA%3B%3BAAfR%2CqBAAqB%2CKAkBf%3BEACE%2CgBAAA%3B%3BAAIR%2CqBAAqB%3BEAEb%2CYAAA%3B%3BAAFR%2CqBAAqB%2CMAKf%3BEACE%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CqBAAqB%2CMAYf%2CqBAAmB%3BEAEb%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBApBa%2CMAYf%2CqBAAmB%2CaAQhB%2CIAAI%3BEACD%2CiBAAA%3B%3BAArBZ%2CqBAAqB%2CMAyBf%2CqBAAmB%2CaAAY%3BEAC7B%2CgBAAA%3B%3BAA1BR%2CqBAAqB%2CMA6Bf%2CqBAAmB%3BEACjB%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CkBAAX%3B%3BAAhCR%2CqBAAqB%2CMAmCf%2CqBAAqB%3BEACnB%2CkBAAA%3BEACA%2CmBAAA%3B%3BAArCR%2CqBAAqB%2CMAwCf%2CqBAAqB%2C0BAA0B%2CwBAAqB%2CIAAI%2CSAAS%3BEA5JvF%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEA0JQ%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BAAIR%2CqBAAqB%2CKAAQ%2C0BAAyB%2CwBAAqB%2CIAAI%2CSAAS%2CIAAI%3BEAEpF%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBANiB%2CKAAQ%2C0BAAyB%2CwBAAqB%2CIAAI%2CSAAS%2CIAAI%2CMAMvF%3BEA7KL%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEA2KQ%2CMAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3B%3BAAOR%2CIACI%2CsBAAsB%2CmBAAqB%3BEACvC%2CeAAA%3B%3BAAFR%2CIAKI%2C0BAAyB%2CSAAU%3BAALvC%2CIAMI%2CwBAAuB%2CSAAU%3BEAC7B%2CcAAA%3B%3BAAPR%2CIAUI%2CsBAAqB%2CMAAM%2CIAAI%2CQAAQ%2CIAAI%2CQAAQ%3BEAC%5C%2FC%2COAAA%3B%3BAC5LR%3BEAEQ%2CYAAA%3B%3BAAFR%2CsBAKM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEQ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaAAC%3BAACD%2CaAAC%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAIR%3BEhCjDI%2CaAAA%3BEAQA%2CmBAAA%3BEgC6CI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CoBAaI%2CgBAAe%3BEAEP%2CsBAAA%3B%3BAAGJ%2CoBALJ%2CgBAAe%2CSAKV%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CoBAuBI%3BEAEQ%2CyBAAA%3B%3BAAGJ%2CoBALJ%2CaAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%3BEAEQ%2CgBAAA%3B%3BAAFR%2CoBAKI%2CMAAM%3BEACF%2CkBAAA%3B%3BAANR%2CoBASI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CoBAeI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C0CAAA%3B%3BAAGJ%3BE5BxIA%2C4BAAA%3BEJ2BI%2C4BAAA%3B%3BAgCkHA%2CoBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAoB%2CQAAS%2CCAAE%2CaAAY%3BAAC3C%2CoBAAoB%2CSAAU%2CCAAE%2CaAAY%3BEACxC%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAoB%2CQAAS%2CCAAE%2CaAAY%3BAAC3C%2CoBAAoB%2CWAAY%2CCAAE%2CaAAY%3BEAC1C%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEhCrKI%2CaAAA%3BEAQA%2CmBAAA%3B%3BAgCiKJ%2CYAAY%3BEACR%2CqBAAA%3B%3BAAGJ%2CYAAe%3BEACX%2CmBAAA%3B%3BAAGJ%2CeAAkB%3BEACd%2CgCAAA%3B%3BAAGJ%2CeAAkB%2CSAAS%3BEACvB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2COAAO%3BEACH%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CaAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CaAAA%3B%3BAAGJ%3BEACI%2CMAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAY%2CMAAS%2CeAAe%3BEAChC%2CWAAW%2CiBAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAuBR%2CQAjBmC%3BEAC3B%2COAAQ%3BIACJ%2CqBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CqBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CaAAA%3B%3BEAGJ%2CeAAkB%2CeAAY%3BIAC1B%2CgBAAA%3B%3B%3BAChQR%2CoBAAoB%3BEAEZ%2CaAAA%3B%3BAAFR%2CoBAAoB%2CSAKhB%2C0BAAyB%3BEACrB%2COAAA%3BEACA%2CWAAA%3B%3BAA6DZ%2CQArD2B%3BEACvB%2CoBAAoB%3BINdhB%2CmBAAA%3BIMkBI%2CcAAA%3B%3BEAJR%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CoBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSjCRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEiCOJ%2CoBAAoB%2CSNXpB%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEMQJ%2CoBAAoB%2CSNLpB%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEMFJ%2CoBAAoB%2CSNKpB%2CaAAY%3BIACR%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEMXJ%2CoBAAoB%2CSNcpB%2CaAAY%2CMAAM%3BIACd%2CgBAAA%3B%3BEMfJ%2CoBAAoB%2CSNkBpB%2CaAAY%2CMAAS%3BIACjB%2CkBAAA%3BIACA%2CkBAAA%3B%3BEMpBJ%2CoBAAoB%2CSNuBpB%2CaAAY%2CMAAM%2CMAAS%3BIACvB%2CqBAAA%3B%3BEMxBJ%2CoBAAoB%2CSN2BpB%2CaAAY%2CMAAM%2CMAAS%3BIACvB%2CcAAA%3B%3BEM5BJ%2CoBAAoB%2CSN%2BBpB%2CgBAAe%3BIACX%2COAAA%3BIACA%2CWAAA%3B%3BEMjCJ%2CoBAAoB%2CSNoCpB%3BIAEQ%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2C2CAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBMjDgB%2CSNoCpB%2C0BAaK%2CIAAI%3BIACD%2CaAAA%3B%3BEAGJ%2CoBMrDgB%2CSNoCpB%2C0BAiBK%2CIAAI%3BIACD%2CaAAA%3B%3BEMtDR%2CoBAAoB%2CSN0DpB%2C6BACM%2CeAAY%3BIACV%2CaAAA%3BIACA%2CgBAAA%3B%3BEM7DR%2CoBAAoB%2CSN0DpB%2C6BAMM%2CeAAY%2COAAU%2CkBAAe%2CIAAI%3BIACvC%2CmBAAA%3B%3BEMjER%2CoBAAoB%2CSN0DpB%2C6BAUI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3B%3BEMtER%2CoBAAoB%2CSN0DpB%2C6BAeI%2CiBAAgB%2CIAAI%3BIAChB%2CgBAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CqBM7EH%2CSN0DpB%3BIAoBQ%2CSAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CqBMjFH%2CSN0DpB%2C6BAuB2B%2CeAAY%3BIAC%5C%2FB%2CeAAA%3B%3BEMlFR%2CoBAAoB%2CSN0DpB%2C6BA2BI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEMvFR%2CoBAAoB%2CSN0DpB%2C6BAgCI%2CaAAY%2CMAAO%3BEM1FvB%2CoBAAoB%2CSN0DpB%2C6BAiCI%2CaAAY%2CSAAU%3BEM3F1B%2CoBAAoB%2CSN0DpB%2C6BAkCI%2CaAAY%2CMAAO%2CaAAY%2CQAAQ%3BEM5F3C%2CoBAAoB%2CSN0DpB%2C6BAmCI%2CaAAY%2CSAAU%2CaAAY%2CQAAQ%3BIACtC%2CcAAA%3B%3BEM9FR%2CoBAAoB%2CSN0DpB%2C6BAuCI%2CaAAY%2CQAAQ%2CMAAM%3BEMjG9B%2CoBAAoB%2CSN0DpB%2C6BAwCI%2CaAAY%2CQAAQ%2CSAAS%3BIACzB%2CmBAAA%3B%3BEMnGR%2CoBAAoB%2CSN0DpB%2C6BA4CI%2CaAAY%3BEMtGhB%2CoBAAoB%2CSN0DpB%2C6BA6CI%2CaAAY%2CIAAI%2CUAAU%2CIAAI%3BIAC1B%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBM7GY%2CSN0DpB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAC%5C%2FC%3BI3BtIL%2CaAAA%3BIAIA%2CuBAAA%3BIAIA%2CmBAAA%3BIA0EJ%2CqqBAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAS%2CEAAT%3BIIxFA%2C4BAAA%3BIJ2BI%2C4BAAA%3BI2BiHQ%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBMtHY%2CSN0DpB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAU%5C%2FC%2CMAAM%3BEACP%2CoBMvHY%2CSN0DpB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAW%5C%2FC%2CSAAS%3BIACN%2CUAAA%3BIACA%2CWAAW%2CoBAAX%3B%3BEMzHZ%2CoBAAoB%2CSN0DpB%2C6BAmEI%2CaAAY%2CIAAI%3BIACZ%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEMjIR%2CoBAAoB%2CSN0DpB%2C6BA0EI%2CaAAe%3BIACX%2CqBAAA%3B%3BEMrIR%2CoBAAoB%2CSN0DpB%2C6BA8EI%2CaAAY%2CQAAW%2CeAAe%2CkBAAe%2CIAAI%3BIACrD%2CoBAAA%3B%3BEMzIR%2CoBAAoB%2CSN0DpB%2C6BAkFI%2CaAAY%2CIAAI%2CUAAa%3BIvBvKjC%2C4BAAA%3BIJ2BI%2C4BAAA%3BI2B%2BII%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3B%3BEMvJR%2CoBAAoB%2CSN0DpB%2C6BAgGI%2CaAAY%2CQAAS%3BEM1JzB%2CoBAAoB%2CSN0DpB%2C6BAiGI%2CaAAY%2CQAAS%3BIACjB%2CmBAAA%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBM%5C%2FJN%2CSN0DpB%2C6BAqG2B%3BEACvB%2CYAAY%2CMAAO%2CqBMhKH%2CSN0DpB%2C6BAsGwB%3BIAChB%2CWAAW%2CaAAX%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBMpKN%2CSN0DpB%2C6BA0G2B%3BEACvB%2CYAAY%2CMAAO%2CqBMrKH%2CSN0DpB%2C6BA2GwB%3BIAChB%2CWAAW%2CcAAX%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBMzKN%2CSN0DpB%3BEAgHI%2CYAAY%2CMAAO%2CqBM1KH%2CSN0DpB%3BIAiHQ%2CUAAA%3B%3BEM3KR%2CoBAAoB%2CSN0DpB%2C6BAoHI%2CaAAY%2CMAAO%3BIACf%2CUAAA%3B%3BEM%5C%2FKR%2CoBAAoB%2CSN0DpB%2C6BAwHI%2CaAAY%2CSAAY%2CgBAAa%3BEMlLzC%2CoBAAoB%2CSN0DpB%2C6BAyHI%2CaAAY%2CMAAS%2CgBAAa%3BIAC9B%2CWAAW%2CaAAX%3B%3BEMpLR%2CoBAAoB%2CSN0DpB%2C6BA6HI%2CaAAY%2CSAAY%2CgBAAa%3BEMvLzC%2CoBAAoB%2CSN0DpB%2C6BA8HI%2CaAAY%2CMAAS%2CgBAAa%3BIAC9B%2CWAAW%2CcAAX%3B%3BEMzLR%2CoBAAoB%2CSN0DpB%2C6BAkII%3BIACI%2CkBAAA%3B%3BEMrLA%2CoBARY%2CSAOhB%2C0BACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAGJ%2CoBAZY%2CSAOhB%2C0BAKK%2CIAAI%3BIACD%2CeAAA%3B%3BEAGJ%2CoBAhBY%2CSAOhB%2C0BASQ%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAlBZ%2CoBAAoB%2CSAsBhB%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAxBR%2CoBAAoB%2CSA2BhB%3BIjCpDA%2CaAAA%3B%3BEiCyBJ%2CoBAAoB%2CSA%2BBhB%2C6BAA6B%2CaAAa%3BIAElC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBArCY%2CSA%2BBhB%2C6BAA6B%2CaAAa%2CcAMrC%2COAAO%3BIACJ%2CUAAA%3B%3BEAGJ%2CoBAzCY%2CSA%2BBhB%2C6BAA6B%2CaAAa%2CcAUrC%3BEACD%2CoBA1CY%2CSA%2BBhB%2C6BAA6B%2CaAAa%2CcAWrC%3BIACG%2CQAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3B%3BAClEJ%2CoBAAoB%2CaAAa%3BEAEzB%2C0CAAA%3B%3BAAFR%2CoBAAoB%2CaAAa%2CWAK7B%3BAALJ%2CoBAAoB%2CaAAa%2CWAM7B%3BAANJ%2CoBAAoB%2CaAAa%2CWAO7B%2CoBAAmB%3BAAPvB%2CoBAAoB%2CaAAa%2CWAQ7B%2CQAAO%3BAARX%2CoBAAoB%2CaAAa%2CWAS7B%3BAATJ%2CoBAAoB%2CaAAa%2CWAU7B%3BEACI%2CaAAA%3B%3BAAXR%2CoBAAoB%2CaAAa%2CWAc7B%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAhBR%2CoBAAoB%2CaAAa%2CWAmB7B%2CUAAU%3BEACN%2CeAAA%3B%3BAApBR%2CoBAAoB%2CaAAa%2CWAuB7B%2CUAAU%3BEACN%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA5BR%2CoBAAoB%2CaAAa%2CWA%2BB7B%2CUAAU%3BEACN%2CUAAA%3BEACA%2CiBAAA%3B%3BAAjCR%2CoBAAoB%2CaAAa%2CWAoC7B%2CUAAU%2CkBAAiB%2COAAQ%2COAAM%3BEACrC%2CQAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAtCR%2CoBAAoB%2CaAAa%2CWAyC7B%2CUAAU%2CkBAAkB%3BEAEpB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAhDY%2CaAAa%2CWAyC7B%2CUAAU%2CkBAAkB%2COAOvB%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CaAAX%3B%3BAAIR%2CoBA9DgB%2CaAAa%2CWA8D5B%2CIAAI%2CSAAU%3BElC5Bf%2CgBAAA%3BEACA%2CiDAAA%3BEACA%2CqBAAA%3BEkC6BI%2CoBAAA%3B%3BAlC1BR%2CoBkCvCoB%2CaAAa%2CWA8D5B%2CIAAI%2CSAAU%2CuBlCvBlB%3BEACG%2CmBAAA%3B%3BAAGJ%2CoBkC3CoB%2CaAAa%2CWA8D5B%2CIAAI%2CSAAU%2CuBlCnBlB%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBkCjDoB%2CaAAa%2CWA8D5B%2CIAAI%2CSAAU%2CuBlCblB%3BEACG%2C8BAAA%3B%3BAAIA%2CoBkCtDgB%2CaAAa%2CWA8D5B%2CIAAI%2CSAAU%2CuBlCRd%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CoBkC3DgB%2CaAAa%2CWA8D5B%2CIAAI%2CSAAU%2CuBlCHd%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAkCCJ%2CoBA9DgB%2CaAAa%2CWA8D5B%2CIAAI%2CSAAU%2CuBlCEf%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAkClER%2CoBAAoB%2CaAAa%2CWAoE7B%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAtER%2CoBAAoB%2CaAAa%2CWAyE7B%3BAAzEJ%2CoBAAoB%2CaAAa%2CWA0E7B%3BEACI%2CgBAAA%3B%3BAAIR%2CoBAAoB%2CWAChB%2CsBAAqB%2CKAAQ%2CqBAAmB%3BEAC5C%2CSAAA%3B%3BAAFR%2CoBAAoB%2CWAKhB%2CaAAY%3BEACR%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CoBAAoB%2CWAWhB%2CaAAY%2CMAAS%3BEACjB%2CiBAAA%3BEACA%2CWAAW%2CoBAAX%3B%3BAAIR%2CoBAAoB%2CWAAW%2CWAAY%3BEACvC%2CSAAA%3B%3BAAIA%2CuBAAC%3BEACG%2CcAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3B%3BAAwPR%2CQAjPqC%3BEAE7B%2CmBAAC%3BIACG%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CmBAAC%2CWAAW%3BIAEJ%2CkBAAA%3B%3BEAGJ%2CmBALH%2CWAAW%2COAKJ%3BIACA%2CSAAA%3BIACA%2CSAAA%3B%3BEAKZ%2CoBAAoB%3BIPpIpB%2CmBAAA%3BIOwIQ%2CWAAA%3BIACA%2CkBAAA%3B%3BEALR%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CoBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CelC9HxB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEkC6HA%2CoBAAoB%2CePjIxB%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEO8HA%2CoBAAoB%2CeP3HxB%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEOoHA%2CoBAAoB%2CePjHxB%2CaAAY%3BIACR%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEO2GA%2CoBAAoB%2CePxGxB%2CaAAY%2CMAAM%3BIACd%2CgBAAA%3B%3BEOuGA%2CoBAAoB%2CePpGxB%2CaAAY%2CMAAS%3BIACjB%2CkBAAA%3BIACA%2CkBAAA%3B%3BEOkGA%2CoBAAoB%2CeP%5C%2FFxB%2CaAAY%2CMAAM%2CMAAS%3BIACvB%2CqBAAA%3B%3BEO8FA%2CoBAAoB%2CeP3FxB%2CaAAY%2CMAAM%2CMAAS%3BIACvB%2CcAAA%3B%3BEO0FA%2CoBAAoB%2CePvFxB%2CgBAAe%3BIACX%2COAAA%3BIACA%2CWAAA%3B%3BEOqFA%2CoBAAoB%2CePlFxB%3BIAEQ%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2C2CAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBOqEoB%2CePlFxB%2C0BAaK%2CIAAI%3BIACD%2CaAAA%3B%3BEAGJ%2CoBOiEoB%2CePlFxB%2C0BAiBK%2CIAAI%3BIACD%2CaAAA%3B%3BEOgEJ%2CoBAAoB%2CeP5DxB%2C6BACM%2CeAAY%3BIACV%2CaAAA%3BIACA%2CgBAAA%3B%3BEOyDJ%2CoBAAoB%2CeP5DxB%2C6BAMM%2CeAAY%2COAAU%2CkBAAe%2CIAAI%3BIACvC%2CmBAAA%3B%3BEOqDJ%2CoBAAoB%2CeP5DxB%2C6BAUI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3B%3BEOgDJ%2CoBAAoB%2CeP5DxB%2C6BAeI%2CiBAAgB%2CIAAI%3BIAChB%2CgBAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CqBOyCC%2CeP5DxB%3BIAoBQ%2CSAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CqBOqCC%2CeP5DxB%2C6BAuB2B%2CeAAY%3BIAC%5C%2FB%2CeAAA%3B%3BEOoCJ%2CoBAAoB%2CeP5DxB%2C6BA2BI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEO%2BBJ%2CoBAAoB%2CeP5DxB%2C6BAgCI%2CaAAY%2CMAAO%3BEO4BnB%2CoBAAoB%2CeP5DxB%2C6BAiCI%2CaAAY%2CSAAU%3BEO2BtB%2CoBAAoB%2CeP5DxB%2C6BAkCI%2CaAAY%2CMAAO%2CaAAY%2CQAAQ%3BEO0BvC%2CoBAAoB%2CeP5DxB%2C6BAmCI%2CaAAY%2CSAAU%2CaAAY%2CQAAQ%3BIACtC%2CcAAA%3B%3BEOwBJ%2CoBAAoB%2CeP5DxB%2C6BAuCI%2CaAAY%2CQAAQ%2CMAAM%3BEOqB1B%2CoBAAoB%2CeP5DxB%2C6BAwCI%2CaAAY%2CQAAQ%2CSAAS%3BIACzB%2CmBAAA%3B%3BEOmBJ%2CoBAAoB%2CeP5DxB%2C6BA4CI%2CaAAY%3BEOgBZ%2CoBAAoB%2CeP5DxB%2C6BA6CI%2CaAAY%2CIAAI%2CUAAU%2CIAAI%3BIAC1B%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBOSgB%2CeP5DxB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAC%5C%2FC%3BI3BtIL%2CaAAA%3BIAIA%2CuBAAA%3BIAIA%2CmBAAA%3BIA0EJ%2CqqBAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAS%2CEAAT%3BIIxFA%2C4BAAA%3BIJ2BI%2C4BAAA%3BI2BiHQ%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBOAgB%2CeP5DxB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAU%5C%2FC%2CMAAM%3BEACP%2CoBODgB%2CeP5DxB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAW%5C%2FC%2CSAAS%3BIACN%2CUAAA%3BIACA%2CWAAW%2CoBAAX%3B%3BEOHR%2CoBAAoB%2CeP5DxB%2C6BAmEI%2CaAAY%2CIAAI%3BIACZ%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEOXJ%2CoBAAoB%2CeP5DxB%2C6BA0EI%2CaAAe%3BIACX%2CqBAAA%3B%3BEOfJ%2CoBAAoB%2CeP5DxB%2C6BA8EI%2CaAAY%2CQAAW%2CeAAe%2CkBAAe%2CIAAI%3BIACrD%2CoBAAA%3B%3BEOnBJ%2CoBAAoB%2CeP5DxB%2C6BAkFI%2CaAAY%2CIAAI%2CUAAa%3BIvBvKjC%2C4BAAA%3BIJ2BI%2C4BAAA%3BI2B%2BII%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3B%3BEOjCJ%2CoBAAoB%2CeP5DxB%2C6BAgGI%2CaAAY%2CQAAS%3BEOpCrB%2CoBAAoB%2CeP5DxB%2C6BAiGI%2CaAAY%2CQAAS%3BIACjB%2CmBAAA%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBOzCF%2CeP5DxB%2C6BAqG2B%3BEACvB%2CYAAY%2CMAAO%2CqBO1CC%2CeP5DxB%2C6BAsGwB%3BIAChB%2CWAAW%2CaAAX%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBO9CF%2CeP5DxB%2C6BA0G2B%3BEACvB%2CYAAY%2CMAAO%2CqBO%5C%2FCC%2CeP5DxB%2C6BA2GwB%3BIAChB%2CWAAW%2CcAAX%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBOnDF%2CeP5DxB%3BEAgHI%2CYAAY%2CMAAO%2CqBOpDC%2CeP5DxB%3BIAiHQ%2CUAAA%3B%3BEOrDJ%2CoBAAoB%2CeP5DxB%2C6BAoHI%2CaAAY%2CMAAO%3BIACf%2CUAAA%3B%3BEOzDJ%2CoBAAoB%2CeP5DxB%2C6BAwHI%2CaAAY%2CSAAY%2CgBAAa%3BEO5DrC%2CoBAAoB%2CeP5DxB%2C6BAyHI%2CaAAY%2CMAAS%2CgBAAa%3BIAC9B%2CWAAW%2CaAAX%3B%3BEO9DJ%2CoBAAoB%2CeP5DxB%2C6BA6HI%2CaAAY%2CSAAY%2CgBAAa%3BEOjErC%2CoBAAoB%2CeP5DxB%2C6BA8HI%2CaAAY%2CMAAS%2CgBAAa%3BIAC9B%2CWAAW%2CcAAX%3B%3BEOnEJ%2CoBAAoB%2CeP5DxB%2C6BAkII%3BIACI%2CkBAAA%3B%3BEOvEJ%2CoBAAoB%2CeAQhB%3BIACI%2CUAAA%3B%3BEAIR%2CoBAAoB%2CaAAa%3BIAEzB%2CeAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CoBAdgB%2CaAAa%2CWAc5B%3BIACG%2COAAA%3B%3BEAfR%2CoBAAoB%2CaAAa%2CWAkB7B%2CQAAO%2CMAAO%3BIACV%2CSAAA%3BIACA%2CeAAA%3B%3BEApBR%2CoBAAoB%2CaAAa%2CWAuB7B%2CQAAO%2CMAAO%2CGAAK%3BIAEX%2CUAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBAhCY%2CaAAa%2CWAuB7B%2CQAAO%2CMAAO%2CGAAK%2CIASd%3BIACG%2CcAAA%3BIACA%2CqBAAA%3B%3BEAlCZ%2CoBAAoB%2CaAAa%2CWAsC7B%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAxCR%2CoBAAoB%2CaAAa%2CWA2C7B%2CaAAY%3BIACR%2CSAAA%3B%3BEA5CR%2CoBAAoB%2CaAAa%2CWA%2BC7B%2CaAAY%3BIACR%2CUAAA%3B%3BEAhDR%2CoBAAoB%2CaAAa%2CWAmD7B%2CaAAY%3BIACR%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAxDR%2CoBAAoB%2CaAAa%2CWA2D7B%2CaAAY%2CMAAS%3BIACjB%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEA9DR%2CoBAAoB%2CaAAa%2CWAiE7B%3BIlCnLJ%2CgBAAA%3BIACA%2CiDAAA%3BIACA%2CqBAAA%3BIkCqLY%2CYAAA%3B%3BElClLhB%2CoBkC6GwB%2CaAAa%2CWAiE7B%2CuBlC9KP%3BIACG%2CmBAAA%3B%3BEAGJ%2CoBkCyGwB%2CaAAa%2CWAiE7B%2CuBlC1KP%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBkCmGwB%2CaAAa%2CWAiE7B%2CuBlCpKP%3BIACG%2C8BAAA%3B%3BEAIA%2CoBkC8FoB%2CaAAa%2CWAiE7B%2CuBlC%5C%2FJH%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBkCyFoB%2CaAAa%2CWAiE7B%2CuBlC1JH%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEkCuFJ%2CoBAAoB%2CaAAa%2CWAiE7B%2CuBlCrJJ%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEkCkFJ%2CoBAAoB%2CaAAa%2CWAiE7B%2CuBAOM%2CgBAAa%3BIACX%2CgBAAA%3B%3BEAzEZ%2CoBAAoB%2CaAAa%2CWAiE7B%2CuBAWM%2CgBAAgB%3BEA5E1B%2CoBAAoB%2CaAAa%2CWAiE7B%2CuBAYM%2CgBAAgB%2CeAAY%3BEA7EtC%2CoBAAoB%2CaAAa%2CWAiE7B%2CuBAaM%2CgBAAgB%2CeAAY%3BIAC1B%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAlFZ%2CoBAAoB%2CaAAa%2CWAiE7B%2CuBAoBM%3BIACE%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CiBAAR%3BIACA%2CgBAAA%3B%3BEA1FZ%2CoBAAoB%2CaAAa%2CWA8F7B%3BIACI%2CeAAA%3B%3BEA%5C%2FFR%2CoBAAoB%2CaAAa%2CWAkG7B%2CaAAY%3BIAEJ%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAe%2CgBAA1B%3B%3BEAGJ%2CoBA1GY%2CaAAa%2CWAkG7B%2CaAAY%2COAQP%3BEACD%2CoBA3GY%2CaAAa%2CWAkG7B%2CaAAY%2COASP%3BIACG%2CUAAA%3B%3BEAKZ%2CoBAAoB%3BIAEZ%2CeAAA%3B%3BEAFR%2CoBAAoB%2CWAKhB%2CaAAY%3BIACR%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3B%3BEATR%2CoBAAoB%2CWAYhB%2CaAAY%3BIACR%2CaAAA%3B%3BEAbR%2CoBAAoB%2CWAgBhB%2CaAAe%3BIACX%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEApBR%2CoBAAoB%2CWAuBhB%2CsBAAqB%2CMAAS%2CqBAAmB%2CaAAY%2CIAAI%3BIAC7D%2CqBAAA%3B%3BEAxBR%2CoBAAoB%2CWA2BhB%2CmBAAqB%2CeAAa%2CaAAa%3BEA3BnD%2CoBAAoB%2CWA4BhB%2CgBAAkB%2CeAAa%3BIAEvB%2CiBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CoBAtCY%2CWA2BhB%2CmBAAqB%2CeAAa%2CaAAa%2CaAW1C%3BEAAD%2CoBAtCY%2CWA4BhB%2CgBAAkB%2CeAAa%2CgBAU1B%3BIACG%2CyBAAA%3BIACA%2CcAAA%3B%3BEAxCZ%2CoBAAoB%2CWA4ChB%2CgBAAgB%3BIACZ%2CoBAAA%3BIACA%2CgBAAA%3B%3BEA9CR%2CoBAAoB%2CWAiDhB%2CgBAAgB%2CEAAC%3BIACb%2CcAAA%3B%3BEAlDR%2CoBAAoB%2CWAqDhB%2CgBAAkB%2CeAAa%3BIAC3B%2CeAAA%3B%3BEAtDR%2CoBAAoB%2CWAyDhB%3BIACI%2CiBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CcAAX%3B%3BEA9DR%2CoBAAoB%2CWAiEhB%3BI9BhVR%2C4BAAA%3BIJ2BI%2C4BAAA%3BIAiBA%2CgBAAA%3BIACA%2CiDAAA%3BIACA%2CqBAAA%3BIkCsSQ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2C2CAAA%3B%3BElC3SZ%2CoBkC8NwB%2CWAiEhB%2C0BlC%5C%2FRP%3BIACG%2CmBAAA%3B%3BEAGJ%2CoBkC0NwB%2CWAiEhB%2C0BlC3RP%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBkCoNwB%2CWAiEhB%2C0BlCrRP%3BIACG%2C8BAAA%3B%3BEAIA%2CoBkC%2BMoB%2CWAiEhB%2C0BlChRH%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBkC0MoB%2CWAiEhB%2C0BlC3QH%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEkCwMJ%2CoBAAoB%2CWAiEhB%2C0BlCtQJ%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEkCmMJ%2CoBAAoB%2CWAgFhB%3BIACI%2CaAAA%3B%3BEAjFR%2CoBAAoB%2CWAoFhB%2C6BAA6B%3BIACzB%2CeAAA%3B%3B%3BAAkFhB%2CQA1EmC%3BEAC3B%2CoBAAoB%3BIAChB%2CaAAA%3B%3BEAGJ%2CoBAAoB%2CaAAa%3BIAEzB%2CkBAAA%3B%3BEAFR%2CoBAAoB%2CaAAa%2CWAK7B%2CQAAO%2CMAAO%2CGAAK%3BIACf%2CYAAA%3B%3BEANR%2CoBAAoB%2CaAAa%2CWAS7B%2CoBAAmB%3BEATvB%2CoBAAoB%2CaAAa%2CWAU7B%3BEAVJ%2CoBAAoB%2CaAAa%2CWAW7B%2CQAAO%3BEAXX%2CoBAAoB%2CaAAa%2CWAY7B%3BIACI%2CcAAA%3B%3BEAbR%2CoBAAoB%2CaAAa%2CWAgB7B%2CkBAAkB%3BIACd%2CUAAA%3B%3BEAIR%2CoBAAoB%3BIAEZ%2CeAAA%3B%3BEAFR%2CoBAAoB%2CWAKhB%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEAPR%2CoBAAoB%2CWAUhB%2CaAAa%3BIACT%2CQAAA%3B%3BEAXR%2CoBAAoB%2CWAchB%3BIACI%2CQAAA%3BIACA%2CWAAA%3B%3BEAhBR%2CoBAAoB%2CWAmBhB%3BIACI%2CUAAA%3B%3BEAIR%2CoBAAoB%2CWAAW%2CWAC3B%2CaAAa%3BIACT%2CgBAAA%3B%3BEAFR%2CoBAAoB%2CWAAW%2CWAK3B%2CaAAY%3BIACR%2CeAAA%3B%3BEANR%2CoBAAoB%2CWAAW%2CWAS3B%3BIACI%2CkBAAA%3B%3BEAKJ%2CuBAAC%3BIACG%2CaAAA%3B%3BEAGJ%2CuBAAC%3BIACG%2CcAAA%3B%3B%3BACvaZ%2CoBAAoB%3BEAChB%2CaAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CaACpB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAAI%2CaAKpB%2CgBAAe%2CIAAI%3BEACf%2CaAAA%3B%3BAA2UR%2CQApU%2BB%3BEAC3B%2CoBAAoB%3BIAChB%2CcAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CYAAY%2CMAAM%2CIAAI%3BIAClB%2CgCAAA%3B%3BEAGJ%2CYAAe%3BIACX%2CyBAAA%3B%3BEAGJ%2CoBAAoB%3BI%5C%2FBjDxB%2C4BAAA%3BIJ2BI%2C4BAAA%3BImCyBI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CoBAAoB%2COAAQ%2CuBAAyB%3BIACjD%2CcAAA%3B%3BEAIA%2CoBAAC%3BIACG%2COAAA%3B%3BEAGJ%2CoBAAC%2CIAAI%2CaACD%3BIACI%2CaAAA%3B%3BEAFR%2CoBAAC%2CIAAI%2CaAKD%2CcAAc%3BIACV%2CuBAAA%3B%3BEANR%2CoBAAC%2CIAAI%2CaASD%2CgBAAe%2CIAAI%3BInC%5C%2FE3B%2CaAAA%3BIAYA%2CeAAA%3BImCsEY%2CsBAAA%3B%3BEAIR%2CoBAAC%2CIAAI%2CSAAU%2CYAAY%3BIACvB%2CsBAAA%3B%3BEAtBR%2CoBAyBI%2CQAAO%2CMAAO%3BIACV%2CSAAA%3BIACA%2CeAAA%3B%3BEA3BR%2CoBA8BI%2CQAAO%2CMAAO%2CGAAK%3BIAEX%2CUAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CoBATJ%2CQAAO%2CMAAO%2CGAAK%2CIASd%3BIACG%2CcAAA%3BIACA%2CqBAAA%3B%3BEAzCZ%2CoBA6CI%2CaAAY%3BIACR%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAjDR%2CoBAoDI%2CaAAY%2CMAAS%3BIACjB%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAvDR%2CoBA0DI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEA5DR%2CoBA%2BDI%2CaAAY%3BIACR%2CSAAA%3B%3BEAhER%2CoBAmEI%2CaAAY%3BIACR%2CUAAA%3B%3BEApER%2CoBAuEI%2CaAAY%2COAAO%2CIAAI%3BIACnB%2CaAAA%3B%3BEAxER%2CoBA2EI%3BI%5C%2FB9IR%2C4BAAA%3BIJ2BI%2C4BAAA%3BImCuHY%2CoBAAA%3BIACA%2CYAAA%3B%3BEAhFZ%2CoBA2EI%2CuBAQM%2CgBAAa%3BIACX%2CgBAAA%3B%3BEApFZ%2CoBA2EI%2CuBAYM%2CgBAAgB%3BEAvF1B%2CoBA2EI%2CuBAaM%2CgBAAgB%2CeAAY%3BEAxFtC%2CoBA2EI%2CuBAcM%2CgBAAgB%2CeAAY%3BIAC1B%2CYAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEA7FZ%2CoBA2EI%2CuBAqBM%3BIACE%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CiBAAR%3BIACA%2CgBAAA%3B%3BEArGZ%2CoBAyGI%2CQAAO%3BIACH%2CWAAA%3BIACA%2CgCAAA%3B%3BEA3GR%2CoBA8GI%2CQAAO%2CMAAO%2CEAAC%3BIACX%2CUAAA%3BIACA%2CgBAAA%3B%3BEAhHR%2CoBAmHI%3BIACI%2CgBAAA%3B%3BEApHR%2CoBAuHI%2CgBAAkB%2CSAAO%2CEAAC%3BIACtB%2CUAAA%3B%3BEAxHR%2CoBA2HI%2CgBAAkB%2CSAAO%3BIACrB%2CkBAAA%3B%3BEA5HR%2CoBA%2BHI%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CqBAAA%3B%3BEAvIR%2CoBA0II%3BIACI%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAIR%3BIACI%2CYAAA%3B%3BEAGJ%2CYAAY%3BIACR%2C4BAAA%3B%3BEAGJ%2CYAAY%2CQAAW%3BIACnB%2CSAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAoB%2CIAAI%2CgBAAgB%2CIAAI%2C0BAA2B%2CaAAY%2CMAAM%3BInC9NzF%2CaAAA%3BIAQA%2CmBAAA%3BImCyNI%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBAAoB%2CaAAc%2CQAAO%3BIAEjC%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEALR%2CoBAAoB%2CaAAc%2CQAAO%2CMAQrC%3BIAEQ%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAbZ%2CoBAAoB%2CaAAc%2CQAAO%2CMAQrC%2CGAQM%3BIAEM%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CoBAzBQ%2CaAAc%2CQAAO%2CMAQrC%2CGAQM%2CIASG%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEA3BhB%2CoBAAoB%2CaAAc%2CQAAO%2CMAgCrC%2CGAAE%2CMAAM%3BIACJ%2C4BAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3B%3BEAIR%2CoBAAoB%2CaAAc%3BIAE1B%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CoBATgB%2CaAAc%2CUAS7B%3BIACG%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAXR%2CoBAAoB%2CaAAc%2CUAc9B%3BIACI%2CcAAA%3BIACA%2CSAAA%3BIACA%2C4BAAA%3BIACA%2CgCAAA%3B%3BEAlBR%2CoBAAoB%2CaAAc%2CUAqB9B%2CkBAAkB%3BIACd%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAxBR%2CoBAAoB%2CaAAc%2CUA2B9B%2CkBAAkB%2COAAM%3BIACpB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAW%2CaAAX%3B%3BEArCR%2CoBAAoB%2CaAAc%2CUAwC9B%2CkBAAiB%2COAAQ%2COAAM%3BIAC3B%2CQAAA%3BIACA%2CWAAW%2CcAAX%3B%3BEA1CR%2CoBAAoB%2CaAAc%2CUA6C9B%3BIACI%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAjDR%2CoBAAoB%2CaAAc%2CUAoD9B%3BIACI%2CSAAA%3B%3BEArDR%2CoBAAoB%2CaAAc%2CUAwD9B%2CiBAAiB%3BIACb%2CcAAA%3BIACA%2C4BAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEA7DR%2CoBAAoB%2CaAAc%2CUAgE9B%3BIACI%2CkBAAA%3B%3BEAjER%2CoBAAoB%2CaAAc%2CUAoE9B%2CkBAAiB%2COAAQ%3BIACrB%2CcAAA%3B%3B%3BAAahB%2CQAPmC%3BEAC3B%3BIACI%2CaAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAC%5C%2FVR%2CoBAAoB%2CWAChB%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAHR%2CoBAAoB%2CWAMhB%3BEACI%2CUAAA%3B%3BAAPR%2CoBAAoB%2CWAUhB%3BEAEQ%2CUAAA%3B%3BAAGJ%2CoBAfY%2CWAUhB%2CmBAKQ%2CeAAe%3BEACf%2CkBAAA%3B%3BAAhBZ%2CoBAAoB%2CWAoBhB%2CaAAY%3BEACR%2CSAAA%3B%3BAArBR%2CoBAAoB%2CWAwBhB%2CaAAe%3BEACX%2CWAAA%3B%3BAAzBR%2CoBAAoB%2CWA4BhB%2CaAAY%2CQAAW%3BEAEf%2CUAAA%3B%3BAA9BZ%2CoBAAoB%2CWA4BhB%2CaAAY%2CQAAW%2CUAKjB%3BEACE%2CSAAA%3B%3BAAlCZ%2CoBAAoB%2CWAsChB%2CaAAY%3BEpCzCZ%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEoCqCQ%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAnDY%2CWAsChB%2CaAAY%2COAaP%3BAACD%2CoBApDY%2CWAsChB%2CaAAY%2COAcP%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAtDZ%2CoBAAoB%2CWA0DhB%2CaAAY%2COAAO%3BEACf%2CWAAW%2CcAAX%3B%3BAA3DR%2CoBAAoB%2CWA8DhB%3BEACI%2CMAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAAjER%2CoBAAoB%2CWAoEhB%2CaAAY%3BEACR%2CgBAAA%3B%3BACmUZ%2CQAnYmC%3BEAC3B%3BIAEQ%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%2CiBAAC%2CIAAI%3BIAEG%2CgBAAA%3B%3BEAGJ%2CiBALH%2CIAAI%2CUAKA%3BEACD%2CiBANH%2CIAAI%2CUAMA%3BEACD%2CiBAPH%2CIAAI%2CUAOA%3BIACG%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAIR%2CiBAAC%3BIACG%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C6vCAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAIR%3BIjCrDJ%2C4BAAA%3BIJ2BI%2C4BAAA%3B%3BEqC0BA%2COAKI%3BIjC1DR%2C4BAAA%3BIJ2BI%2C4BAAA%3BIqCkCQ%2CUAAA%3B%3BEARR%2COAWI%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAbR%2COAgBI%3BIACI%2CaAAA%3B%3BEAjBR%2COAoBI%3BIACI%2CWAAW%2CaAAX%3B%3BEArBR%2COAwBI%3BIACI%2CMAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEA5BR%2COA%2BBI%3BEA%5C%2FBJ%2COAgCI%3BIjCrFR%2C8BAAA%3BIJ%2BBI%2CyBAAA%3BIACA%2C8BAAA%3B%3BEqCqBA%2COAoCI%2CeAAe%2CaAAY%3BIACvB%2CcAAA%3B%3BEArCR%2COAwCI%2CeAAiB%2CeAAa%2CmBAAkB%3BIAC5C%2CaAAA%3B%3BEAzCR%2COA4CI%2CaAAe%3BIACX%2CUAAA%3B%3BEAIR%3BIrCpGA%2CaAAA%3BIAQA%2CmBAAA%3BIAIA%2CeAAA%3BIqC4FQ%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGJ%2CcAAC%2CMAAM%2CIAAI%3BIACP%2CgBAAA%3B%3BEAGJ%2CcAAC%3BIACG%2CgBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CcAAC%3BIrCjFL%2CgBAAA%3BIACA%2CiDAAA%3BIACA%2CqBAAA%3BIqCmFY%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CoCAAA%3B%3BErClFhB%2CcqC4ES%2CarC5ER%3BIACG%2CmBAAA%3B%3BEAGJ%2CcqCwES%2CarCxER%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CcqCkES%2CarClER%3BIACG%2C8BAAA%3B%3BEAIA%2CcqC6DK%2CarC7DJ%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CcqCwDK%2CarCxDJ%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEqCsDA%2CcAAC%2CarCnDL%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEqC0DI%3BIACI%3BMACI%2CWAAW%2CgBAAX%3B%3BIAEJ%3BMACI%2CWAAW%2CgBAAX%3B%3B%3BEArChB%2CcA0CI%3BIrC9IJ%2CaAAA%3BIAQA%2CmBAAA%3B%3BEqC4FA%2CcA8CM%3BEA9CN%2CcA%2BCM%2CeAAY%3BIACV%2CcAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3B%3BEArDR%2CcAwDI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEA1DR%2CcA6DI%3BEA7DJ%2CcA8DI%2CaAAY%3BEA9DhB%2CcA%2BDI%2CaAAY%3BEA%5C%2FDhB%2CcAgEI%2CcAAa%3BEAhEjB%2CcAiEI%2CcAAa%3BIACT%2CgBAAA%3B%3BEAlER%2CcAqEM%3BIAEM%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CcANF%2CgBAMG%3BEACD%2CcAPF%2CgBAOG%3BIACG%2CkBAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CcAhBF%2CgBAgBG%3BIACG%2CWAAW%2CaAAX%3B%3BEAGJ%2CcApBF%2CgBAoBG%3BIACG%2CWAAW%2CcAAX%3B%3BEA1FZ%2CcA8FM%2CgBAAa%3BIAEP%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CYAAX%3B%3BEAGJ%2CcARF%2CgBAAa%2COAQV%3BEACD%2CcATF%2CgBAAa%2COASV%3BIACG%2CSAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEA1GZ%2CcA8GM%3BEA9GN%2CcA%2BGM%3BIrCnNN%2CaAAA%3BIAIA%2CuBAAA%3BIAIA%2CmBAAA%3BIqC8MQ%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CcAAC%2CMAAS%3BIACN%2C2BAAA%3BIACA%2CUAAA%3B%3BEA5HR%2CcA%2BHI%3BIACI%2CkBAAA%3B%3BEAhIR%2CcAmII%3BIACI%2CUAAA%3B%3BEApIR%2CcAuII%3BIAEQ%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CcARJ%2CaAQK%3BEACD%2CcATJ%2CaASK%3BIACG%2CSAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAnJZ%2CcAuJM%3BIACE%2CeAAA%3B%3BEAxJR%2CcA2JI%3BIACI%2CyBAAA%3BIACA%2CgBAAA%3B%3BEA7JR%2CcAgKI%3BEAhKJ%2CcAiKI%3BIACI%2CgBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEApKR%2CcAuKI%2CaAAY%2CMAAM%3BIACd%2CaAAA%3B%3BEAxKR%2CcA2KI%2CaAAY%3BIACR%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEAIR%3BIAEQ%2CWAAW%2CiBAAX%3B%3BEAFR%2CcAKI%3BIACI%2CcAAA%3B%3BEANR%2CcASI%3BIACI%2CSAAA%3B%3BEAVR%2CcAaI%2CgBAAe%2CIAAI%3BIACf%2CiBAAA%3B%3BEAdR%2CcAiBI%2CaAAY%2CIAAI%3BIACZ%2CiBAAA%3B%3BEAlBR%2CcAqBI%3BIACI%2CaAAA%3B%3BEAIR%2CYAAY%2CcACR%3BIrCjTJ%2CaAAA%3BIAIA%2CuBAAA%3BIAIA%2CmBAAA%3BIqC6SY%2CSAAA%3BIACA%2CQAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CSAAX%3B%3BEAGJ%2CYAdI%2CcACR%2CcAaK%3BEACD%2CYAfI%2CcACR%2CcAcK%3BIACG%2CWAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CYApBI%2CcACR%2CcAmBK%3BIACG%2CWAAW%2CcAAX%3B%3BEAGJ%2CYAxBI%2CcACR%2CcAuBK%3BIACG%2CWAAW%2CaAAX%3B%3BEAzBZ%2CYAAY%2CcA6BR%2CaAAY%3BIrC7UhB%2CaAAA%3BIAQA%2CmBAAA%3BIqCwUQ%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAjCR%2CYAAY%2CcAoCR%2CaAAY%2CQAAW%3BIACnB%2CaAAA%3B%3BEArCR%2CYAAY%2CcAwCR%2CaAAY%2CQAAW%2CeAAY%3BEAxCvC%2CYAAY%2CcAyCR%2CaAAY%3BIACR%2CcAAA%3B%3BEA1CR%2CYAAY%2CcA6CR%2CaAAe%3BIrC7VnB%2CaAAA%3BIAQA%2CmBAAA%3BIqCwVQ%2CkBAAA%3B%3BEAIR%2CeAAe%2CcAAe%2CaAAe%3BIrCpW7C%2CaAAA%3BIAQA%2CmBAAA%3BIqCgWQ%2CkBAAA%3B%3BEAJR%2CeAAe%2CcAAe%2CaAAe%2CkBAOzC%3BIACI%2CkBAAA%3B%3BEARR%2CeAAe%2CcAAe%2CaAAe%2CkBAWzC%3BIrC%5C%2FWJ%2CaAAA%3BIAIA%2CuBAAA%3BIAIA%2CmBAAA%3BIqC2WY%2CSAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAW%2CYAAX%3B%3BEAGJ%2CeAxBO%2CcAAe%2CaAAe%2CkBAWzC%2CcAaK%3BEACD%2CeAzBO%2CcAAe%2CaAAe%2CkBAWzC%2CcAcK%3BIACG%2CSAAA%3BIACA%2CWAAA%3B%3BEAMR%2COADI%2CgBAAe%2CIAAI%2CgBACtB%2CMAAS%3BEADd%2COAAQ%2CgBAAe%2CIAAI%2CgBAErB%2CgBAAgB%3BIACd%2C6BAAA%3B%3B%3BACpYZ%2CiCAAkC%3BEAC9B%2CgBAAA%3B%3BAAGJ%2CmBAAmB%3BEtCPf%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CmBAAA%3B%3BAsCDJ%2CmBAAmB%2CuBAKb%3BEtCZF%2CaAAA%3BEAQA%2CmBAAA%3BEsCOI%2CYAAA%3BEACA%2CaAAA%3B%3BAATR%2CmBAAmB%2CuBAYf%3BEACI%2COAAO%2CiBAAP%3B%3BACjBR%3BEvCHI%2CaAAA%3BEAQA%2CmBAAA%3BEAIA%2CeAAA%3BEuCLI%2CgBAAA%3BEACA%2CeAAA%3B%3BAALR%2CkBAQI%3BEAEQ%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkBAbJ%2CaAaK%3BEACG%2CqBAAA%3BEACA%2C6CAAA%3B%3BAAGJ%2CkBAlBJ%2CaAkBK%2CIAAI%3BEACD%2CkBAAA%3B%3BArI%5C%2FBZ%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2COACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAATpB%2COACI%2CgBACI%2CUAEI%2CQAOI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAdpB%2COACI%2CgBAiBI%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2COACI%2CgBAuBI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAA5BpB%2COACI%2CgBA%2BBI%2CeAKI%3BEACI%2CWAAA%3BExC2PhB%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAApPA%2COwC5CI%2CgBA%2BBI%2CeAKI%2CiBxCQX%3BAACD%2COwC7CI%2CgBA%2BBI%2CeAKI%2CiBxCSX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2COwClDI%2CgBA%2BBI%2CeAKI%2CiBxCcX%3BEACG%2CWAAA%3B%3BAwCpDJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBsImFZ%3BEACI%2CYAAA%3B%3BAtIzHJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBsIpBZ%3BAtIjBA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsInBZ%3BEACI%2CqBAAA%3B%3BAtInBJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBsIpBZ%2CSAQI%2CEAAC%3BAtIzBL%2COACI%2CgBA%2BBI%2CeAKI%2CiBsInBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BAtI1BR%2COACI%2CgBA%2BBI%2CeAKI%2CiBsINZ%2CSACI%3BE9KiQJ%2CkBAAA%3B%3BAwCjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsIIZ%2CWAKI%2CEAAC%3BE9KmPL%2CeAAA%3B%3BAwCjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsIoBZ%3BAtIzDA%2COACI%2CgBA%2BBI%2CeAKI%2CiBsIqBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAtI5DJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBAOM%3BEACE%2CiBAAA%3B%3BAAKR%2COAjDR%2CgBAgDI%2CQACK%3BExC%2BOb%2CqBAAA%3BEsC9QA%2CqBAAA%3BEEqCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAjDR%2CgBAgDI%2CQACK%2CIFmOX%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2COExBI%2CgBAgDI%2CQACK%2CIFzBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8DpOU%2CO9DoOV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COErCA%2CgBAgDI%2CQACK%2CIFbZ%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2COE3CA%2CgBAgDI%2CQACK%2CIFPZ%2COACI%3BEtCqPL%2CcAAA%3B%3BAwCjSA%2COACI%2CgBA4DI%3BEACI%2CaAAA%3B%3BAA9DZ%2COACI%2CgBA%2BDI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CkBAGI%3BExCsNJ%2CiBAAA%3B%3BAwCzNA%2CkBAGI%2CaAEI%3BEACI%2CgBAAA%3B%3BAANZ%2CkBASI%3BEACI%2CkBAAA%3B%3BAAVR%2CkBASI%2CSAEI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAlCpFhB%3BEACI%2CgBAAA%3B%3BAAOJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CyBAII%2CQAAO%3BENoRP%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEMlRI%2CSAAA%3BEACA%2CUAAA%3B%3BAAPR%2CyBAUI%3BEACI%2CaAAA%3B%3BAAXR%2CyBAkBI%3BEACI%2CmBAAA%3B%3BAAnBR%2CyBAkBI%2CyBAEI%2CUAAY%3BEACJ%2C6BAAA%3BEACJ%2CiBAAA%3B%3BAACA%2CyBALR%2CyBAEI%2CUAAY%2CSAGP%3BEACG%2CaAAA%3BEACA%2CcAAA%3B%3BAAzBhB%2CyBAkBI%2CyBAiBI%2COAAM%2COACF%3BEACI%2CYAAA%3B%3BAArChB%2CyBAkBI%2CyBAiBI%2COAAM%2COAIF%3BEAGI%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3ChB%2CyBAkBI%2CyBAiBI%2COAAM%2COAWF%3BEACI%2CcAAA%3B%3BAA%5C%2FChB%2CyBAkBI%2CyBAiBI%2COAAM%2COAmBF%3BEACI%2CYAAA%3B%3BAAvDhB%2CyBAkBI%2CyBAiBI%2COAAM%2COAwBF%3BEACI%2CqBAAA%3B%3BAA5DhB%2CyBAiEI%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAnER%2CyBAsEI%2CsBACM%3BEACE%2CmBAAA%3B%3BAAxEZ%2CyBAsEI%2CsBACM%2CSAEI%3BEN%2BMV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAMxRJ%2CyBAsEI%2CsBAOM%3BAA7EV%2CyBAsEI%2CsBAQI%2CgBAAgB%3BEACZ%2CgCAAA%3BEACI%2CqBAAA%3BEACJ%2CoBAAA%3B%3BAAjFZ%2CyBAsEI%2CsBAaI%3BEACI%2CmBAAA%3B%3BAApFZ%2CyBAsEI%2CsBAaI%2CWAEI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BAAvFhB%2CyBAsEI%2CsBAqBI%3BEACI%2CgBAAA%3B%3BAACA%2CyBAvBR%2CsBAqBI%2CgBAEK%3BEACG%2CaAAA%3B%3BAA9FhB%2CyBAsEI%2CsBAqBI%2CgBAKM%3BENwLV%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEMtLY%2CcAAA%3B%3BAAlGhB%2CyBAsEI%2CsBAgCI%2CQAAO%2CMAED%3BEACE%2CmBAAA%3B%3BAAzGhB%2CyBAsEI%2CsBA8CQ%3BEACI%2CkBAAA%3B%3BAArHhB%2CyBAsEI%2CsBA8CQ%2CqBAEM%3BEAEE%2CeAAA%3B%3BAgCThB%2CyBhCzCA%2CsBA8CQ%2CqBAEM%2CUAGG%2CUgCVhB%3BEtCyKD%2CSCjPgB%2CODiPhB%3B%3BAMxRJ%2CyBAwII%2CEAAC%3BENgJD%2CcAAA%3B%3BAMxRJ%2CyBA2II%2CQACI%2COAAO%3BEACH%2CgBAAA%3B%3BAA7IZ%2CyBA2II%2CQAII%3BEACI%2CgBAAA%3B%3BAAhJZ%2CyBA2II%2CQAOI%2COAAM%3BENsIV%2CgBAAA%3BEM9HQ%2CgBAAA%3B%3BAA1JZ%2CyBA2II%2CQAOI%2COAAM%2CID0nBR%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAChxBR%2CyBA2II%2CQAOI%2COAAM%2CIAEF%3BEACI%2CgBAAA%3B%3BAAEJ%2CyBAZR%2CQAOI%2COAAM%2CIAKD%3BEACG%2CgBAAA%3B%3BAAxJhB%2CyBA6JI%3BEACI%2CgBAAA%3B%3BAAIR%2CwBACI%2CQAAO%2CaACH%2COAAM%3BEACF%2CcAAA%3BEACA%2CeAAA%3B%3BAC3JR%2CcAAC%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAALR%2CcAQI%3BEACI%2CYAAA%3B%3BAATR%2CcAYQ%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAEA%2CcAJJ%2CcAIK%3BEACG%2CYAAA%3B%3BAAIZ%2CcAAC%2CSAAS%2CKAAK%2CUACX%3BEACI%2C%2BBAAA%3BEACH%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACG%2CaAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CcAfP%2CSAAS%2CKAAK%2CUACX%2CcAcK%3BEACG%2C%2BBAAA%3B%3BAAEJ%2CcAlBP%2CSAAS%2CKAAK%2CUACX%2CcAiBK%2CUAAU%2CGACP%3BAADY%2CcAlBvB%2CSAAS%2CKAAK%2CUACX%2CcAiBqB%2CUAAU%2CGACvB%3BEACI%2C6BAAA%3B%3BAApBhB%2CcAAC%2CSAAS%2CKAAK%2CUACX%2CcAsBI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcA7BP%2CSAAS%2CKAAK%2CUACX%2CcA4BK%3BEACG%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CuCAAA%3B%3BAAJJ%2CcA7BP%2CSAAS%2CKAAK%2CUACX%2CcA4BK%2CMAMG%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3B%3BAARR%2CcA7BP%2CSAAS%2CKAAK%2CUACX%2CcA4BK%2CMAWG%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAIZ%2CcA%5C%2FCP%2CSAAS%2CKAAK%2CUACX%2CcA8CK%2CQACG%3BEACI%2CoBAAA%3B%3BAAFR%2CcA%5C%2FCP%2CSAAS%2CKAAK%2CUACX%2CcA8CK%2CQAIG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CcA%5C%2FCP%2CSAAS%2CKAAK%2CUACX%2CcA8CK%2CQAIG%2CsBAKI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAGA%2CcAhEnB%2CSAAS%2CKAAK%2CUACX%2CcA8CK%2CQAIG%2CsBAYI%2CmBACK%3BAAAa%2CcAhEjC%2CSAAS%2CKAAK%2CUACX%2CcA8CK%2CQAIG%2CsBAYI%2CmBACmB%3BEACX%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcA5EnB%2CSAAS%2CKAAK%2CUACX%2CcA8CK%2CQAIG%2CsBAYI%2CmBAaK%3BEACG%2CiBAAA%3B%3BAAEJ%2CcA%5C%2FEnB%2CSAAS%2CKAAK%2CUACX%2CcA8CK%2CQAIG%2CsBAYI%2CmBAgBK%3BEACG%2CkBAAA%3B%3BAAS5B%3BEACI%2CaAAA%3B%3BAAMA%2CQAAC%3BEACG%2CmBAAA%3B%3BAAGA%2CQAJH%2CKAII%3BEACG%2CeAAA%3B%3BAAEJ%2CQAPH%2CKAOI%3BEAEG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CQAlBH%2CKAkBI%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAvBH%2CKAuBI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CQAvBH%2CKAuBI%2CMAQG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAhBR%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBACM%3BEACE%2CsBAAA%3B%3BAApBhB%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%3BEACE%2CqBAAA%3B%3BAAvBhB%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%2CmBAEE%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAnDvB%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%2CmBAEE%2CQAIK%3BEACG%2CcAAA%3B%3BAA7BxB%2CQAvBH%2CKAuBI%2CMAQG%2CoBAUI%2CsBAIM%2CmBAEE%2CQAOI%3BEACI%2CaAAA%3B%3BAAMpB%2CQA7DP%2CKAuBI%2CMAsCI%2CMAAO%3BEACJ%2CmBAAA%3BEACA%2CUAAA%3B%3BAAOI%2CQAtEf%2CKAkEI%2CQACG%2CmBACK%2COAEI%3BEACG%2CSAAA%3B%3BAALhB%2CQAlEH%2CKAkEI%2CQAYG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CQAlEH%2CKAkEI%2CQAYG%2CQAAO%2CWAID%3BEACE%2CaAAA%3B%3BAAjBZ%2CQAlEH%2CKAkEI%2CQAoBG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CcAAA%3B%3BAAtBR%2CQAlEH%2CKAkEI%2CQAoBG%2CQAAO%2CUAID%3BEACE%2CaAAA%3B%3BAAIZ%2CQA%5C%2FFH%2CKA%2BFI%3BEACG%2CcAAA%3B%3BAAhGR%2CQAAC%2CKAkGG%3BEACI%2C0DAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAArGR%2CQAAC%2CKAkGG%2CyBAKI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA1GZ%2CQAAC%2CKA6GG%3BEwK1JJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAxK4CA%2CQAAC%2CKA6GG%2CgBwKvGJ%3BE%5C%2FKxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAO2GA%2CQAAC%2CKA6GG%2CgBwKtJJ%3BE%5C%2FKmMA%2CWAAA%3BE%2BKjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CQxKmCH%2CKA6GG%2CgBwKtJJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE%5C%2FK2FA%2CcAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BKxEA%2CS9KpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8KoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxK1EA%2CQAAC%2CKA6GG%2CgBwKtJJ%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQxKeP%2CKA6GG%2CgBwKtJJ%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE%5C%2FK2FA%2CcAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BKxEA%2CS9KpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8KoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAxK1EA%2CQAAC%2CKA6GG%2CgBwKtJJ%2CeAsBM%2COAiBE%3BE%5C%2FKhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAO2GA%2CQAAC%2CKAoHG%2CWACI%3BEACI%2CeAAA%3BEPoCZ%2CcAAA%3B%3BAO1JA%2CQAAC%2CKA2HG%2CeACI%3BEACI%2CcAAA%3B%3BAA7HZ%2CQAAC%2CKAiIG%3BEACI%2CiBAAA%3B%3BAAlIR%2CQAAC%2CKAqIG%3BAArIJ%2CQAAC%2CKAsIG%3BEACI%2CSAAA%3B%3BA%2BBtJR%2CQ%5C%2FBeC%2CKA0IG%2CW%2BBzJH%3BEtCyKD%2CSCjPgB%2CODiPhB%3B%3BAO1JA%2CQAAC%2CKAgJG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEPQR%2CiBAAA%3BEONQ%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQA1JP%2CKAgJG%2CQAUK%3BEACG%2CeAAA%3BEACA%2CSNrQJ%2COMqQI%3BEACA%2CaN7QG%2CaM6QH%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CcACI%2CcAAc%2CYAAY%2CMAAK%3BEAC3B%2CYAAA%3BEACA%2CcAAA%3B%3BAAHR%2CcAKI%2CsBACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3BAARZ%2CcAKI%2CsBACI%2CsBAII%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAdhB%2CcAKI%2CsBACI%2CsBAUI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CcAjBZ%2CsBACI%2CsBAUI%2CmBAMK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAtBZ%2CsBACI%2CsBAUI%2CmBAWK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA9BpB%2CcAKI%2CsBACI%2CsBA2BI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAASQ%2CcALpB%2CmBACK%2CMACG%2CsBACI%2CsBACI%2CmBACK%3BEACG%2COAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAVpB%2CmBACK%2CMACG%2CsBACI%2CsBACI%2CmBAMK%3BEACG%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAZpB%2CcADJ%2CmBACK%2CMACG%2CsBACI%2CsBAaI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3DxB%2CcAiEI%2CcAAc%3BEACV%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGR%2CgBACI%3BEPlFA%2CeAAA%3BEOoFI%2CWAAA%3B%3BAAHR%2CgBAMI%2CqBAAuB%3BAAN3B%2CgBAOI%3BEACI%2CeAAA%3B%3BAARR%2CgBAWI%2CqBAAuB%3BAAX3B%2CgBAYI%3BAAZJ%2CgBAaI%2CqBAAuB%2CuBAAqB%3BAAbhD%2CgBAcI%2CMAAM%3BAAdV%2CgBAeI%2CMAAQ%2CuBAAoB%3BAAfhC%2CgBAgBI%2CMAAQ%2CuBAAqB%3BEPjG7B%2CiBAAA%3B%3BAOsGI%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAEJ%2CgBAJJ%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CgBARR%2CMAOM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAQR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CcANR%2CSACK%2CKAKI%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CcAVZ%2CSACK%2CKAKI%2CKAII%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAGR%2CcAhBR%2CSACK%2CKAeI%3BEACG%2CUAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAtBR%2CSACK%2CKAqBI%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAJJ%2CcAtBR%2CSACK%2CKAqBI%2CQAMG%3BEACI%2CqBAAA%3B%3BAAPR%2CcAtBR%2CSACK%2CKAqBI%2CQASG%3BEACI%2CiBAAA%3B%3BAAGR%2CcAnCR%2CSACK%2CKAkCI%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAArCR%2CcADJ%2CSACK%2CKAuCG%3BEACI%2CgBAAA%3B%3BAwCxbhB%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEASI%2CkBAAA%3B%3BAATJ%2CQACI%3BE%5C%2FCmRA%2CsBAAA%3BE%2BCjRI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAKJ%2CQAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAIJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAGR%2CQAAC%3BE%5C%2FCuPD%2C6BAAA%3B%3BA%2BCvPA%2CQAAC%2CSAEG%3BEACI%2CaAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAJ3B%2CSAEG%3BEAGQ%2CcAAA%3B%3BAAlChB%2CQAsCI%3BEACI%2CqBAAA%3B%3BAAEJ%2CSAAS%2CQAAW%2CWAAE%3BEAClB%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CcAAe%3BEACX%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAAC%3BEAEG%2CmBAAA%3BE%5C%2FCqNJ%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2COSiDC%2COTjDA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC9OY%2COD8OZ%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COSoCH%2COTrCA%2CMACI%3BEtC2PL%2CWAAA%3B%3BA%2BCvNA%2COAAC%2COT2MC%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BCyDI%2COAXH%2COAWI%3BEACG%2CmBAAA%3B%3BAAEJ%2COAdH%2COAcI%2CUAAU%3BEACP%2CS9CrCM%2CO8CqCN%3B%3BAAKZ%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CMAAI%3BEACA%2CqBAAA%3B%3BAAOJ%2CMAAC%3BEACG%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BE%5C%2FCmLJ%2CWAAA%3BE%2BCjLI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BE%5C%2FC%2BKJ%2CsBAAA%3BE%2BC7KI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BE%5C%2FC2KJ%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BASoGI%2CMAZH%2CKAYI%3BEACG%2CcAAA%3B%3BAAEJ%2CMAfH%2CKAeI%3BAAAS%2CMAfb%2CKAec%3BEACP%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CMAAC%2CKT0KC%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CMSkFC%2CKTlFA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCvPQ%2CODuPR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAStOI%2CMAzBH%2CKAyBI%3BEACG%2CcAAA%3B%3BAAKZ%2CUAAU%3BEACN%2CS9ChGQ%2CO8CgGR%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%3BEACzB%2CcAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3B%3BAAXR%2CQAaI%3BEACI%2CqBAAA%3B%3BAvCrJR%2CcAAc%2CsBAAsB%2CoBAAqB%2CcAAc%2CWAAW%3BEAClF%2CwBAAA%3B%3BAAEA%3BEACI%2CwBAAA%3B%3BAAGJ%2CcAAe%2CQAAQ%2CyBAAyB%3BEAChD%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGA%2CcAAe%2CQAAQ%2CyBAAyB%2CGAAG%3BEAChD%2CSAAA%3B%3BAAGH%2CcAAe%2CQAAQ%2CyBAAyB%2CGAAE%3BEAClD%2CeAAA%3B%3BAAEA%3BAAA0B%3BEAClB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3B%3BAAMJ%2CwBAAyB%3BEACrB%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%2CmCAAmC%3BEACxD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CkBAAA%3BEACN%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3B%3BAAKE%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CWAAA%3BEACA%2CUAAA%3B%3B%3BAAGJ%2CwBAAyB%2CmCAAmC%3BEACxD%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CoBAAA%3B%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CoBAAA%3B%3BEACA%2CmBAAA%3B%3B%3BAAcJ%2CwBAR0C%3BEAEtC%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC9C%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGK%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAgBR%2CwBAX0C%3BEACtC%2CcAAe%2CQAAQ%2CyBAAyB%3BIACrD%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEK%2CwBAAyB%3BIACrB%2CWAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC5C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC%5C%2FC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGK%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC9C%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGK%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC9C%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGK%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC9C%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGK%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAkBR%2CwBAb0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC%5C%2FC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAIM%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC%5C%2FC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGM%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC%5C%2FC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGM%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAiBR%2CwBAZ0C%3BEAC7C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC%5C%2FC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGM%2CwBAAyB%3BIACrB%2CYAAA%3B%3B%3BAAiBR%2CwBAZ2C%3BEAC9C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC%5C%2FC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGM%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BAAoBZ%2CwBAf%2BC%3BEAC9C%2CcAAe%2CQAAQ%2CyBAAyB%3BIAC%5C%2FC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGM%2CwBAAyB%3BIACrB%2CUAAA%3B%3B%3BA8BpJR%2CO9B4JG%2CU8B5JF%3BEtCyKD%2CSCjPgB%2CODiPhB%3B%3BAQNJ%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CUAEI%3BEACI%2CgBAAA%3B%3BAAGR%3BAACA%2CIAAI%3BERJA%2CWAAA%3B%3BAQOJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAFJ%2CUAII%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CUASI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAII%2CiBADJ%2CqBAAuB%2CuBAClB%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAEJ%2CiBAJJ%2CqBAAuB%2CuBAIlB%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAANZ%2CiBAUI%2CMAAK%3BEACD%2CeAAA%3B%3BAACA%2CiBAFJ%2CMAAK%2CYAEA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAcA%2CSAAC%2CMACG%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAQJ%2CcAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcATH%2CMASI%3BEACG%2CgBAAA%3B%3BAAEJ%2CcAZH%2CMAYI%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CmBAAmB%2CMAAO%2CeAlBjC%2CMAYI%3BEAOO%2CmBAAA%3BEACA%2CUAAA%3B%3BAAShB%2CQAAQ%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CMAOJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAARR%2CQAAQ%2CMAUJ%3BEACI%2CaAAA%3BERrIJ%2CcAAA%3BEAAA%2CiBAAA%3B%3BAQ0HJ%2CQAAQ%2CMAeJ%2CSAAQ%3BEACJ%2CoBAAA%3B%3BAAhBR%2CQAAQ%2CMAkBJ%2COAAM%3BER5IN%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BASoSJ%2CQAAQ%2CMAkBJ%2COAAM%2COThTJ%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAS4RR%2CQAAQ%2CMAkBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAArBZ%2CQAAQ%2CMAkBJ%2COAAM%2COAKF%3BEACI%2CcAAA%3B%3BAAxBZ%2CQAAQ%2CMAkBJ%2COAAM%2COAQF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAKZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAGT%3BEACI%2CWAAA%3BELtLJ%2CYAAA%3B%3BAKkLJ%2CQAAQ%2CKAAK%2CSAGT%2CuBLnLE%2CQAGI%2CKACI%3BAK4Kd%2CQAAQ%2CKAAK%2CSAGT%2CuBLlLE%2CQAEI%2CKACI%3BAK4Kd%2CQAAQ%2CKAAK%2CSAGT%2CuBLjLE%2CQACI%2CKACI%3BAK4Kd%2CQAAQ%2CKAAK%2CSAGT%2CuBLnLE%2CQAGI%2CKAEI%3BAK2Kd%2CQAAQ%2CKAAK%2CSAGT%2CuBLlLE%2CQAEI%2CKAEI%3BAK2Kd%2CQAAQ%2CKAAK%2CSAGT%2CuBLjLE%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAK0KhB%2CQAAQ%2CKAAK%2CSAGT%2CuBLnUE%2CQAGI%2CKACI%3BAK4Td%2CQAAQ%2CKAAK%2CSAGT%2CuBLlUE%2CQAEI%2CKACI%3BAK4Td%2CQAAQ%2CKAAK%2CSAGT%2CuBLjUE%2CQACI%2CKACI%3BEHiKV%2C8BAAA%3B%3BAQ2JJ%2CQAAQ%2CKAAK%2CSAGT%2CuBLnUE%2CQAGI%2CKAII%3BAKyTd%2CQAAQ%2CKAAK%2CSAGT%2CuBLlUE%2CQAEI%2CKAII%3BAKyTd%2CQAAQ%2CKAAK%2CSAGT%2CuBLjUE%2CQACI%2CKAII%3BEH8JV%2CyBAAA%3B%3BAQ4KJ%2CSACM%2CSAAM%3BAADD%2COAAO%2CaACZ%2CSAAM%3BEACJ%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAALR%2CSACM%2CSAAM%2CIAMF%3BAAPC%2COAAO%2CaACZ%2CSAAM%2CIAMF%3BEACE%2CaAAA%3B%3BAAKZ%2CSAAY%3BEACR%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CkBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAADJ%2CkBAGI%2CoBAAoB%3BEAChB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARR%2CkBAUI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CkBAUI%2CoBAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAjBZ%2CkBAUI%2CoBAKI%2CWAGI%2CmBAAqB%3BEACjB%2CcAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBAXZ%2CoBAKI%2CWAGI%2CmBAAqB%2COAGhB%3BEACG%2CgBAAA%3B%3BAAtBpB%2CkBAUI%2CoBAgBI%2CqBAAuB%3BAA1B%5C%2FB%2CkBAUI%2CoBAiBI%2CMAAQ%3BAA3BhB%2CkBAUI%2CoBAkBI%3BER%5C%2FNJ%2CiBAAA%3B%3BAQmMJ%2CkBAUI%2CoBAgBI%2CqBAAuB%2CuBAInB%3BAA9BZ%2CkBAUI%2CoBAiBI%2CMAAQ%2CuBAGJ%3BAA9BZ%2CkBAUI%2CoBAkBI%2CMAEI%3BERjOR%2CiBAAA%3BEQmOY%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAjChB%2CkBAUI%2CoBA0BI%2CeAAe%3BERvOnB%2CiBAAA%3BEQyOQ%2CgBAAA%3BEACA%2CiBAAA%3BER1OR%2CWAAA%3B%3BAQmMJ%2CkBAUI%2CoBAgCI%2CWACI%2CeAAe%3BER9OvB%2CeAAA%3BEQgPY%2CgBAAA%3BERhPZ%2CWAAA%3B%3BAQsPY%2CkBAzCZ%2CoBAuCI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAApDpB%2CkBAyDI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAhER%2CkBAkEI%3BEACI%2CSAAA%3B%3BAACA%2CkBAFJ%2COAEK%3BAACD%2CkBAHJ%2COAGK%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAvEZ%2CkBA0EI%2CSAAQ%3BEACJ%2CqBAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAGJ%2CkBALJ%2CSAKK%2CIACG%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkBATZ%2CSAKK%2CIACG%2CMAGK%3BEACG%2CSAAS%2CIAAT%3B%3BAALZ%2CkBALJ%2CSAKK%2CIAQG%3BEACI%2CqBAAA%3B%3BAAGR%2CkBAjBJ%2CSAiBK%3BEACG%2CcAAA%3B%3BAAEJ%2CkBApBJ%2CSAoBK%3BEACG%2CaAAA%3B%3BAAlGZ%2CkBAqGI%3BEACI%2CmBAAA%3B%3BAAtGR%2CkBAwGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAA1GR%2CkBAwGI%2CYAII%3BEACI%2CiBAAA%3B%3BAA7GZ%2CkBAgHI%2CwBACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CoBAAA%3BEACA%2CgCAAA%3B%3BAAFJ%2CwBAII%2CgCACI%3BEACI%2CYAAA%3BERjUR%2CgBAAA%3BEQmUQ%2CqBAAA%3BERnUR%2CiBAAA%3BEQqUQ%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAII%2CwBAZZ%2CgCAUK%2CSACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BER5UhB%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3B%3BAQ2TJ%2CwBA%2BBI%2COACI%3BEACI%2CcAAA%3BER5VR%2CiBAAA%3B%3BAQkWJ%2CuBAAwB%3BAACxB%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAJJ%2CuBAAwB%2CWAKpB%3BAAJJ%2CmBAAoB%2CWAIhB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CuBAAwB%2CWAKpB%2CWAGI%2CiBAAmB%3BAAP3B%2CmBAAoB%2CWAIhB%2CWAGI%2CiBAAmB%3BEACf%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAZY%2CWAKpB%2CWAGI%2CiBAAmB%2COAId%3BAAAD%2CmBAXQ%2CWAIhB%2CWAGI%2CiBAAmB%2COAId%3BEACG%2CaAAA%3B%3BAAbhB%2CuBAAwB%2CWAiBpB%2CiBACM%3BAAjBV%2CmBAAoB%2CWAgBhB%2CiBACM%3BEACE%2CcAAA%3BEACA%2CoBAAA%3B%3BAACA%2CuBArBY%2CWAiBpB%2CiBACM%2COAGG%3BAAAD%2CmBApBQ%2CWAgBhB%2CiBACM%2COAGG%3BEACG%2CgBAAA%3B%3BAAtBhB%2CuBAAwB%2CWAiBpB%2CiBAQI%3BAAxBR%2CmBAAoB%2CWAgBhB%2CiBAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2CuBAAwB%2CWAiBpB%2CiBAcI%2CqBAAuB%3BAA9B%5C%2FB%2CmBAAoB%2CWAgBhB%2CiBAcI%2CqBAAuB%3BAA%5C%2FB%5C%2FB%2CuBAAwB%2CWAiBpB%2CiBAeI%2CMAAQ%3BAA%5C%2FBhB%2CmBAAoB%2CWAgBhB%2CiBAeI%2CMAAQ%3BAAhChB%2CuBAAwB%2CWAiBpB%2CiBAgBI%3BAAhCR%2CmBAAoB%2CWAgBhB%2CiBAgBI%3BERnYJ%2CiBAAA%3BEQqYQ%2CiBAAA%3B%3BAAnCZ%2CuBAAwB%2CWAiBpB%2CiBAcI%2CqBAAuB%2CuBAKnB%3BAAnCZ%2CmBAAoB%2CWAgBhB%2CiBAcI%2CqBAAuB%2CuBAKnB%3BAApCZ%2CuBAAwB%2CWAiBpB%2CiBAeI%2CMAAQ%2CuBAIJ%3BAAnCZ%2CmBAAoB%2CWAgBhB%2CiBAeI%2CMAAQ%2CuBAIJ%3BAApCZ%2CuBAAwB%2CWAiBpB%2CiBAgBI%2CMAGI%3BAAnCZ%2CmBAAoB%2CWAgBhB%2CiBAgBI%2CMAGI%3BERtYR%2CiBAAA%3BEQwYY%2CgBAAA%3B%3BAAMhB%2CWASI%2CQAAO%3BEAMH%2CmBAAA%3B%3BAAHA%2CWAHJ%2CQAAO%2COAGF%2CIAAI%3BEACD%2CmBAAA%3B%3BAAMZ%3BEACI%2CeAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBACI%2CQAAQ%3BAADU%2CmBAClB%2CQAAQ%3BAAD%2BB%2CqBACvC%2CQAAQ%3BEACJ%2CaAAA%3B%3BA8B%5C%2FlBJ%2CoB9BimBA%2CQAAO%2CU8BjmBN%3BAAAD%2CmB9BimBA%2CQAAO%2CU8BjmBN%3BAAAD%2CqB9BimBA%2CQAAO%2CU8BjmBN%3BEtCyKD%2CSCjPgB%2CODiPhB%3B%3BAQobJ%2CoBAWI%2CQAAO%2COAAO%3BAAXI%2CmBAWlB%2CQAAO%2COAAO%3BAAXyB%2CqBAWvC%2CQAAO%2COAAO%3BEACV%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CoBAgBI%2CEAAC%2COAAO%3BAAhBU%2CmBAgBlB%2CEAAC%2COAAO%3BAAhB%2BB%2CqBAgBvC%2CEAAC%2COAAO%3BEACJ%2CiBAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CoBAJiB%2CQAIhB%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CoBARiB%2CQAQhB%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEAEI%2CqBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CkBAAA%3B%3BAACA%2CYAFJ%2CMAEK%3BEACG%2CgBAAA%3B%3BAANZ%2CYASI%3BAATJ%2CYAUI%3BEACI%2CqBAAA%3B%3BAAIR%3BAACA%3BAACA%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BER7eI%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJ%2BEnB%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAI2jBR%2CIAAI%2CMACA%3BAADJ%2CIAAI%2CMACU%3BEACN%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CIAAI%2CMAMA%2CaACM%3BEACE%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CIAjBR%2CMAMA%2CaACM%2CIAUG%3BEACG%2CaAAA%3B%3BAAEJ%2CIApBR%2CMAMA%2CaACM%2CIAaG%3BEACG%2CWAAA%3B%3BAAMhB%2CcAAe%3BEACX%2CkBAAA%3B%3BAAMJ%2CQACI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQARR%2CeACI%2CcAOK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQAXR%2CeACI%2CcAUK%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CQAhBZ%2CeACI%2CcAUK%2CKAKI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAARR%2CQAXR%2CeACI%2CcAUK%2CKAUG%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CQAXR%2CeACI%2CcAUK%2CKAUG%2CoBAKI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIZ%2CQAhCR%2CeACI%2CcA%2BBK%3BEACG%2CaAAA%3B%3BAAEJ%2CQAnCR%2CeACI%2CcAkCK%3BEACG%2CiBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAxCR%2CeACI%2CcAuCK%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAA3ChB%2CQACI%2CeACI%2CcA4CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FChB%2CQACI%2CeAiDI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAApDZ%2CQACI%2CeAqDI%3BEACI%2CgBAAA%3B%3BAAvDZ%2CQACI%2CeAwDI%3BER5kBJ%2CcAAA%3BEQ8kBQ%2CeAAA%3BEACA%2CmBAAA%3B%3BAA5DZ%2CQACI%2CeA6DI%2CUACI%3BEACI%2CeAAA%3BEACA%2CUAAA%3B%3BAAjEhB%2CQACI%2CeA6DI%2CUAKI%2CMAAK%3BEACD%2CqBAAA%3B%3BAAIJ%2CQAvER%2CeAsEI%2CQACK%3BEAEG%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAA5EhB%2CQAwFI%3BEAEI%2CoBAAA%3B%3BAA1FR%2CQAwFI%2CsBAGI%3BEAEI%2CYAAA%3BEACA%2CoBAAA%3B%3BAA9FZ%2CQAqGI%2CqBACI%3BEACI%2CkBAAA%3B%3BAAvGZ%2CQAqGI%2CqBAII%3BEACI%2CSAAA%3B%3BAAKZ%2CUACI%3BEACI%2CeAAA%3B%3BAAFR%2CUAKI%2CiBAAiB%3BEACb%2CeAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAHJ%2CeAKI%2CeAAc%3BEACV%2CaAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEA%2CcAAC%3BEACG%2CyBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CyBAAA%3B%3BAAiIR%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CWAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CcAAc%2CWAIV%2CkBACM%2CQAAQ%2CKACJ%3BAANd%2CcAAc%2CWAIV%2CkBACM%2CQAAQ%2CKAEJ%3BEACE%2CaAAA%3B%3BAAEA%2CcAVF%2CWAIV%2CkBACM%2CQAAQ%2CKACJ%2CKAIG%3BAAAD%2CcAVF%2CWAIV%2CkBACM%2CQAAQ%2CKAEJ%2CKAGG%3BEACG%2C6BAAA%3B%3BAAXpB%2CcAAc%2CWAIV%2CkBAWM%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAAhBZ%2CcAAc%2CWAmBV%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CGAAE%3BEACE%2C2BAAA%3B%3BAAZR%2CiBAeI%3BEACI%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBR%2CiBAeI%2CMAGI%2CUAAS%3BEACL%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBARJ%2CMAQK%2CQAAQ%3BAACT%2CiBATJ%2CMASK%2CQAAQ%3BEACL%2C6BAAA%3B%3BAAEJ%2CiBAZJ%2CMAYK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CiBAnBJ%2CMAmBK%3BERx2BL%2CiBAAA%3B%3BAQw2BI%2CiBAnBJ%2CMAmBK%2CUAEG%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CiBA1BJ%2CMA0BK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA5CZ%2CiBAmDI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAArDR%2CiBAuDI%3BEACI%2CeAAA%3B%3BAAxDR%2CiBA2DI%3BAA3DJ%2CiBA4DI%3BAA5DJ%2CiBA6DI%2CSAAQ%3BAA7DZ%2CiBA8DI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAhER%2CiBAmEI%3BEACI%2CgBAAA%3B%3BAApER%2CiBAmEI%2CqBAGI%2CQAAO%3BAAtEf%2CiBAmEI%2CqBAII%2CQAAO%3BER74BX%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CiBAAA%3B%3BAQs0BJ%2CiBAmEI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAKJ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAApFZ%2CiBAwFI%3BAAxFJ%2CiBAwFsB%3BEACd%2CqBAAA%3B%3BAAIR%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BERx6BA%2CgBAAA%3B%3BAQ46BJ%2CQACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CcAII%2CcAAc%3BEACV%2CkBAAA%3B%3BAALR%2CcAOI%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAZR%2CcAiBI%3BEACI%2CgBAAA%3B%3BAAOR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CyCAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeAAC%3BEACG%2CeAAA%3B%3BAAEJ%2CeAAI%3BEACA%2CkBAAA%3B%3BAAdR%2CeAgBI%3BAAhBJ%2CeAgBmB%3BEACX%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAnBR%2CeAqBI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA1BZ%2CeAqBI%2CeAOI%2CmBAAmB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhCZ%2CeAqBI%2CeAaI%2CcAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3B%3BAApCZ%2CeAuCI%2CoBAAoB%3BEAChB%2CiBAAA%3B%3BAAGI%2CeAJR%2CoBAAoB%2CWAGhB%2CiBACQ%3BEACA%2CgBAAA%3B%3BAA5ChB%2CeAuCI%2CoBAAoB%2CWAGhB%2CiBAII%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAhDhB%2CeAuCI%2CoBAAoB%2CWAYhB%2CWACI%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CeAAA%3B%3BAAtDhB%2CeA0DI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAA9DR%2CeAgEI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtER%2CeAwEI%3BEACI%2CSAAA%3B%3BAAEA%2CeAHJ%2COAGK%3BAAAY%2CeAHjB%2COAGkB%3BEACV%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA7EZ%2CeAgFI%2CSAAQ%2CSAAS%3BEACb%2CqBAAA%3B%3BAAjFR%2CeAgFI%2CSAAQ%2CSAAS%2CIAGb%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAPR%2CSAAQ%2CSAAS%2CIAGb%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAAxFhB%2CeAgFI%2CSAAQ%2CSAAS%2CIAWb%3BEACI%2CqBAAA%3B%3BAA5FZ%2CeA%2BFI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3B%3BAAnGR%2CeA%2BFI%2CSAMI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAIZ%2CiBAAkB%2CgBAAkB%3BEAChC%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAADJ%2CmBAGI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAPR%2CmBASI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CmBASI%2CaAKI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CwCAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CmBAtBR%2CaAKI%2CaAiBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAxChB%2CmBASI%2CaAKI%2CaA4BI%3BEACI%2CmBAAA%3B%3BAA3ChB%2CmBASI%2CaAKI%2CaA%2BBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CmBA1CJ%2CaA0CK%2CMAAO%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBA9CJ%2CaA8CK%2CaACG%3BEACI%2CUAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CmBApDZ%2CaA8CK%2CaACG%2CaAKK%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAIZ%2CmBA1DJ%2CaA0DK%2CaACG%3BEACI%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CmBAhEZ%2CaA0DK%2CaACG%2CaAKK%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAwHpB%2CMAAM%2CQACF%2CQAAO%3BEAEH%2CmBAAA%3B%3BAAHR%2CMAAM%2CQAKF%3BEACI%2CUAAA%3B%3BAANR%2CMAAM%2CQAQF%2COAAM%3BEACF%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAOR%2CMAAM%2COACF%3BEACI%2CyDAAA%3B%3BAAFR%2CMAAM%2COACF%2COAEI%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CQACI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CqDAAA%3B%3BAAEA%2CQALJ%2CcAKK%3BEACG%2CoBAAA%3B%3BAADJ%2CQALJ%2CcAKK%2CeAGK%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2CQALJ%2CcAKK%2CeAGK%2CMAKE%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAlBZ%2CQALJ%2CcAKK%2CeAGK%2CMAkBE%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA7BZ%2CQALJ%2CcAKK%2CeAGK%2CMA6BE%3BEACI%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAC%5C%2FlDpB%3BEACI%2CgBAAA%3B%3BAAEI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CgBAAA%3B%3BAARR%2CaAUI%3BE6BCA%2CqBAAA%3BE7BUI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBR%2CaAUI%2CO6BmQE%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2Ca7BPA%2CO6BOC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCjQU%2CODiQV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca7BpBJ%2CO6BmBC%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2Ca7B1BJ%2CO6ByBC%2COACI%3BEtCqPL%2CWAAA%3B%3BASlQI%2CaAbJ%2COAaK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA1BpB%2CaA%2BBI%2CQAAO%3BEACH%2CaAAA%3B%3BAAhCR%2CaAkCI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CaAwCI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3CR%2CaA6CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CoBAOI%3BETgOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUpDI%2CoBAFJ%2CGAEK%2CIAAI%3BET8NT%2CgBAAA%3BEAAA%2CsBAAA%3BES3NQ%2CaAAA%3B%3BAAZZ%2CoBAOI%2CGAOI%3BETyNJ%2C6BAAA%3BESvNQ%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBAfR%2CGAOI%2CGAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAlBR%2CGAOI%2CGAWK%3BAACD%2CoBAnBR%2CGAOI%2CGAYK%3BET6MT%2CmBAAA%3B%3BASvOJ%2CoBAOI%2CGAOI%2CGAeI%3BET0MR%2CWAAA%3BESxMY%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAMhB%2CKAAK%2COAAO%3BEAGR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAAIQ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%3BEACI%2CkBAAA%3B%3BAACA%2CKAjBf%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%2CSAEK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGR%2CKApCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAwBK%2CWACG%3BEACI%2CkBAAA%3B%3BAAtCpB%2CKAAK%2COAAO%2CSA8CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEG%2CgBAAA%3B%3BAAFH%2CaAGK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BACxJJ%2CoBACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CoBAKI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAYR%3BEVoQA%2CmBAAA%3BEUjQI%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CaAQM%3BEV4PN%2CiBAAA%3BEU1PQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAZR%2CaAeI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CkBAAA%3B%3BAAlBhB%2CaAeI%2COAOI%3BEACI%2CgBAAA%3B%3BAAvBZ%2CaAeI%2COAWI%3BEACI%2CgBAAA%3B%3BAACA%2CaAbR%2COAWI%2COAEK%3BEACG%2CaAAA%3B%3BAA7BhB%2CaAeI%2COAkBI%2CiBACM%3BEACE%2CiBAAA%3B%3BAAnChB%2CaAeI%2COAkBI%2CiBACM%2CWAEE%2CQAAO%3BEAEH%2CWAAA%3B%3BAAtCpB%2CaAeI%2COAmCI%2COACI%3BEViNZ%2CiBAAA%3BEU%5C%2FMgB%2CgBAAA%3B%3BAArDhB%2CaAeI%2COAyCI%3BEACI%2CgBAAA%3B%3BAAzDZ%2CaAeI%2COAyCI%2CcAEI%2COACI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7DpB%2CaAeI%2COAyCI%2CcAEI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAOpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAA7EZ%2CaAiFI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAArFR%2CaAiFI%2CwBAKI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3B%3BAAxFZ%2CaAiFI%2CwBASI%3BEACI%2CqBAAA%3B%3BAACA%2CaAXR%2CwBASI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA7FhB%2CaAkGI%3BEACI%2CmBAAA%3B%3BAAnGR%2CaAkGI%2CSAEM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOZ%2CYAEI%2CMAEI%3BAAJR%2CYAGI%2CMACI%3BEACI%2CiBAAA%3B%3BAAOR%2CKAAC%2CcACG%2CmBAAqB%3BEACjB%2CeAAA%3B%3BAACA%2CKAHP%2CcACG%2CmBAAqB%3BAAEd%2CKAHV%2CcACG%2CmBAAqB%2CIAEb%3BEACA%2CWAAA%3B%3BAAJZ%2CKAAC%2CcAOG%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAVR%2CKAAC%2CcAYG%2CMACI%2CMACI%2CGAAG%2CGAAE%3BEACD%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAnBhB%2CKAAC%2CcAYG%2CMAUI%2CMACI%3BEACI%2CSAAA%3B%3BAAxBhB%2CKAAC%2CcAYG%2CMAeM%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3B%3BAA7BZ%2CKAAC%2CcAgCG%3BEACI%2CsBAAA%3B%3BAACA%2CKAlCP%2CcAgCG%2CKAEK%3BAACD%2CKAnCP%2CcAgCG%2CKAGK%3BAACD%2CKApCP%2CcAgCG%2CKAIK%3BEACG%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CKAzCP%2CcAgCG%2CKASK%2CSAAU%3BEACP%2CWAAA%3B%3BAAEJ%2CKA5CP%2CcAgCG%2CKAYK%3BEACG%2CkBAAA%3B%3BAADJ%2CKA5CP%2CcAgCG%2CKAYK%2CIAKG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CKA5CP%2CcAgCG%2CKAYK%2CIASG%2COAAM%3BEACF%2CeAAA%3B%3BAAtDhB%2CKAAC%2CcAgCG%2CKAyBM%3BEVmFd%2CcAAA%3BEAAA%2CiBAAA%3BEUhFgB%2CgBAAA%3B%3BAA5DZ%2CKAAC%2CcAgEG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAArEZ%2CKAAC%2CcAwEG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAA7EZ%2CKAAC%2CcAiFG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAArFR%2CKAAC%2CcAiFG%2CiBAKM%3BAAtFV%2CKAAC%2CcAiFG%2CiBAMM%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEVkDhB%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BA5BkII%2CKAAC%2CcAiFG%2CiBAKM%2Ce4B0CZ%3BA5BhIE%2CKAAC%2CcAiFG%2CiBAMM%2CiB4ByCZ%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CK5B4HK%2CcAiFG%2CiBAKM%2Ce4BlNb%3BAAAD%2CK5B4HK%2CcAiFG%2CiBAMM%2CiB4BnNb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CK5B%2BGC%2CcAiFG%2CiBAKM%2Ce4BtMb%2CMACI%3BAAAD%2CK5B%2BGC%2CcAiFG%2CiBAMM%2CiB4BvMb%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CK5ByGC%2CcAiFG%2CiBAKM%2Ce4BhMb%2COACI%3BAAAD%2CK5ByGC%2CcAiFG%2CiBAMM%2CiB4BjMb%2COACI%3BEtCqPL%2CWAAA%3B%3BAU5II%2CKAAC%2CcAiFG%2CiBAoBM%3BEAEE%2COAAA%3B%3BA4BpIhB%2CK5B6BK%2CcAiFG%2CiBAoBM%2CiB4BlIb%3BEtCyKD%2CSC1PS%2COD0PT%3B%3BAU5II%2CKAAC%2CcA6GG%3BEACI%2CiBAAA%3B%3BAACA%2CKA%5C%2FGP%2CcA6GG%2CQAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CKAlHP%2CcA6GG%2CQAKK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAzHP%2CcAwHG%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CKApIP%2CcAwHG%2CSAYK%3BEVQb%2CiBAAA%3BEUNgB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CKA5IP%2CcA2IG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA7IZ%2CKAAC%2CcAkJG%3BEACI%2CgBAAA%3B%3BAAnJR%2CKAAC%2CcAwJG%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAzJR%2CKAAC%2CcAqKG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CeAAA%3B%3BAAvKR%2CKAAC%2CcAyKG%2CMAAM%3BEACF%2CgBAAA%3B%3BAAMZ%3BEACI%2C6BAAA%3BEACA%2CYAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAiB%3BEACb%2CcAAA%3B%3BAA6GA%2CMAAC%3BEV9JL%2CeAAA%3BEUgKQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAGG%3BEACI%2CYAAA%3B%3BAuBrbZ%2CeACI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CeACI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAANZ%2CeASI%3BEACI%2CiBAAA%3B%3BAAVR%2CeAeI%2CQACI%3BEACI%2CWAAA%3B%3BAACA%2CeAHR%2CQACI%2CeAEK%2CYACG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAArBpB%2CeA0BI%3BEACI%2CaAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BEACG%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAAtCZ%2CeAyCI%2CeACM%3BEACE%2CgBAAA%3B%3BAA3CZ%2CeAyCI%2CeACM%2CWAEI%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CeAPhB%2CeACM%2CWAEI%2CaAGE%2CQACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAvDxB%2CeAyCI%2CeACM%2CWAiBI%3BEACE%2CgBAAA%3B%3BAAEI%2CeArBhB%2CeACM%2CWAiBI%2CWAEE%2CQACK%3BEAEG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAArExB%2CeAyCI%2CeACM%2CWA%2BBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3EhB%2CeA%2BEI%3BAA%5C%2FEJ%2CeAgFI%3BAAhFJ%2CeAiFI%3BAAjFJ%2CeAkFI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEIxDA%2CqBAAA%3BEACA%2CkBAAA%3B%3BArCFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAiCkDJ%2CiBIrDA%3BEAEI%2CeAAA%3BErC8OJ%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CiBDKJ%2CiBCNC%2COACI%3BEtCqPL%2CWAAA%3B%3BAqCqEA%2CiBArTA%2CiBAqTC%3BErCrED%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BEtCqPL%2CWAAA%3B%3BAiC3LA%2CiBIkIA%3BErCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEqChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BErC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAiC3LA%2CiBIkIA%2CgBAsBI%3BErCmCJ%2CSAAA%3B%3BAqC3BQ%2CiBA9BR%2CgBAsBI%2CGAQK%3BEAEG%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CgBAuVC%3BAACD%2CiBAxVA%2CgBAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CgBAiWC%3BEACG%2CiBAAA%3BErCzSJ%2CsDAAA%3BEqC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BErC%5C%2FSJ%2CsDAAA%3BEqCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BErCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAqC6PA%2CiBAtTA%2CgBAsTC%3BErC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAqCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAJnLR%2CiBAkBI%3BEjCyKJ%2CkBAAA%3BEiCvKQ%2CYAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEAEI%2CkBAAA%3BEAEJ%2CuCAAA%3B%3BAA3BR%2CiBAkBI%2CgBAUI%3BEACI%2CaAAA%3B%3BAAEJ%2CiBAbJ%2CgBAaK%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CoEAAA%3B%3BAAEJ%2CiBAnBJ%2CgBAmBK%3BEACG%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CsDAAA%3B%3BAAzCZ%2CiBA4CI%2CSACI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCZ%2CiBA4CI%2CSACI%2CSAGM%3BAAhDd%2CiBA4CI%2CSACI%2CSAIM%3BEACE%2CeAAA%3B%3BAACA%2CiBAPZ%2CSACI%2CSAGM%2CWAGG%2CIAAI%3BAAAL%2CiBAPZ%2CSACI%2CSAIM%2CaAEG%2CIAAI%3BEACD%2CiBAAA%3B%3BAAMZ%2CiBADJ%2CQACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BE7BmEZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAlCiOA%2CiB6BrFI%2CQACK%2CM7BoFR%3BAACD%2CiB6BtFI%2CQACK%2CM7BqFR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiB6B3FI%2CQACK%2CM7B0FR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiB6BhGI%2CQACK%2CM7B%2BFR%3BAACD%2CiB6BjGI%2CQACK%2CM7BgGR%3BAACD%2CQAAQ%2CUAAW%2CkB6BlGf%2CQACK%3BE7BkGL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiCjIQ%2CiBADJ%2CQACK%2CMKqHP%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CiBLsII%2CQACK%2CMKvIR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBLyHA%2CQACK%2CMK3HR%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2CiBLmHA%2CQACK%2CMKrHR%2COACI%3BEtCqPL%2CcAAA%3B%3BAiClHQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3B%3BAADJ%2CiBAhBJ%2CQAgBK%2CSAKG%2CSAAQ%3BEACJ%2CWAAA%3BEjC4GhB%2CYAAA%3BEAAA%2CiBAAA%3BEiCzGgB%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAtBR%2CiBAhBJ%2CQAgBK%2CSAKG%2CSAAQ%2CIAkBJ%2CQACM%3BEjC0FtB%2CeAAA%3B%3BAiClFY%2CiBAhDR%2CQAgBK%2CSAgCI%3BAAAS%2CiBAhDlB%2CQAgBK%2CSAgCc%2COAAO%3BEACd%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CiBArDR%2CQAgBK%2CSAqCI%2CMAAM%3BAAAS%2CiBArDxB%2CQAgBK%2CSAqCoB%2COAAO%3BAAAS%2CiBArDzC%2CQAgBK%2CSAqCqC%2COAAO%3BAAAS%2CiBArD1D%2CQAgBK%2CSAqCsD%2COAAO%2CMAAM%3BEAC5D%2CWAAA%3B%3BAA%5C%2FGhB%2CiBAmHI%3BEACI%2CgBAAA%3B%3BAAIR%3BEjCmEA%2CeAAA%3BEiCjEI%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEjC6DA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkC6GA%2CeAEI%3BEAII%2CeAAA%3B%3BAAHA%2CeADJ%2CcACK%2CIAAI%3BEjC0Db%2C0BAAA%3B%3BAiCtDQ%2CeALJ%2CcAKK%3BEACG%2CcAAA%3B%3BAARZ%2CeAiBI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3B%3BAApBZ%2CeAuBI%3BEACI%2CoBAAA%3B%3BAAxBR%2CeA0BI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA7BR%2CeA0BI%2CmBAII%3BEjC%2BBR%2CWAAA%3B%3BAiC7DA%2CeAkCI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAApCR%2CeAkCI%2CsBAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAvCZ%2CeAkCI%2CsBAOI%3BAAzCR%2CeAkCI%2CsBAQI%3BEACI%2CeAAA%3B%3BAA3CZ%2CeAkCI%2CsBAWI%2CMAAK%3BEjCgBb%2CiBAAA%3B%3BAiC7DA%2CeAkCI%2CsBAiBI%3BEACI%2CeAAA%3B%3BAApDZ%2CeAuDI%2CSACM%3BAAxDV%2CeAuDI%2CSAEM%3BEACE%2CYAAA%3BEACA%2CYAAA%3B%3BAA3DZ%2CeAuDI%2CSAMI%3BEAMI%2CSAAA%3BEACA%2CuBAAA%3B%3BAANA%2CeAPR%2CSAMI%2CQACK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEjCHhB%2CcAAA%3B%3BAiCWgB%2CeAjBZ%2CSAeI%2CSAAQ%2CQACF%2CUACG%3BEACG%2CahCtRL%2CagCsRK%3B%3BAK5KpB%2CeL0JI%2CSAeI%2CSAAQ%2CQACF%2CUK1Kb%3BEtCgKD%2CSCxQQ%2CODwQR%3B%3BAsChKA%2CeL0JI%2CSAeI%2CSAAQ%2CQAUH%2COACK%2CUKpLjB%3BEtCgKD%2CSCzQM%2CODyQN%3B%3BAiC4BQ%2CeAlCJ%2CSAkCK%3BEACG%2CeAAA%3B%3BAAEJ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%3BEjChCpB%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAL%2BPQ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%2COK5ClB%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CeLoNI%2CSAqCK%2CQACG%2CSAAQ%2COK1PnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL1CQ%2CeArCJ%2CSAqCK%2CQAWG%3BEACI%2CaAAA%3B%3BAAxGhB%2CeAkHI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtHR%2CeAwHI%3BEACI%2CmBAAA%3BEjC5DR%2CiBAAA%3B%3BAiCgEQ%2CeADJ%2CQACK%3BAACD%2CeAFJ%2CQAEK%3BEjCjET%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAL8UQ%2CeADJ%2CQACK%2CKK5EP%3BAL6EM%2CeAFJ%2CQAEK%2COK7EP%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CeLuUI%2CQACK%2CKKxUR%3BAAAD%2CeLuUI%2CQAEK%2COKzUR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CeL0TA%2CQACK%2CKK5TR%2CMACI%3BAAAD%2CeL0TA%2CQAEK%2COK7TR%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CeLoTA%2CQACK%2CKKtTR%2COACI%3BAAAD%2CeLoTA%2CQAEK%2COKvTR%2COACI%3BEtCqPL%2CWAAA%3B%3BAsCzKA%2CeLwOI%2CQAaK%2COKrPR%3BEtCyKD%2CSC1PS%2COD0PT%3B%3BAiC7DA%2CeA%2BII%3BEACI%2CaAAA%3B%3BAtBzVR%3BEXsQA%2CgBAAA%3B%3BAWjQA%3BEXiQA%2CgBAAA%3B%3BAWjQA%2CYAOI%3BEX0PJ%2C6BAAA%3B%3BAWjQA%2CYAYI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBAMI%3BEACI%2CeAAA%3B%3BA6ClDR%3BExD2RA%2CmBAAA%3BEAAA%2C6BAAA%3BEAAA%2C0BAAA%3BEAAA%2CwBAAA%3BEwDpRI%2CkBAAA%3B%3BAAPJ%2CsBASI%3BExDkRJ%2CeAAA%3BEwDhRQ%2CYAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CsBASI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAhBZ%2CsBASI%2CiBASI%3BEACI%2CcAAA%3B%3BAAnBZ%2CsBAuBI%3BEACI%2CWAAA%3B%3BAAII%2CsBALR%2CkBAGI%2COAEK%2COAAO%3BEpDsMpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEwD7PgB%2CYAAA%3B%3BApDgNhB%2CsBoDvNI%2CkBAGI%2COAEK%2COAAO%2CSpDkNnB%3BAACD%2CsBoDxNI%2CkBAGI%2COAEK%2COAAO%2CSpDmNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBoD7NI%2CkBAGI%2COAEK%2COAAO%2CSpDwNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBoDlOI%2CkBAGI%2COAEK%2COAAO%2CSpD6NnB%3BAACD%2CsBoDnOI%2CkBAGI%2COAEK%2COAAO%2CSpD8NnB%3BAACD%2CQAAQ%2CUAAW%2CuBoDpOf%2CkBAGI%2COAEK%2COAAO%3BEpDgOhB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAwD%5C%2FPY%2CsBALR%2CkBAGI%2COAEK%2COAAO%2CSAIJ%2CSAAQ%3BEACJ%2CQAAA%3B%3BA5CHpB%3BEAEI%2CaAAA%3B%3BAgDzBA%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE5DgRZ%2CqBAAA%3B%3BAuB1RA%2CqBACI%2CaAMI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAVpB%2CqBACI%2CaAaI%2CcACI%3BEAEI%2CeAAA%3B%3BAyJIhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEhL%2BPL%2CYAAA%3B%3BAgL%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAGA%2CcAPP%2CQAMG%2CsBACK%3BEhLwPb%2CWAAA%3B%3BAgLrQA%2CcAmBI%3BEhLkPJ%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BA0ISA%2CcAmBI%2CsB1IsOF%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2Cc0IsBI%2CsB1ItBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCrOQ%2CODqOR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Cc0ISA%2CsB1IVH%2CMACI%3BEtC2PL%2CWAAA%3B%3BAgLvOY%2CUAAW%2CeAXnB%2CsBAUK%3BEhLwOT%2CYAAA%3B%3BAgLvOY%2CUAAW%2CeAXnB%2CsBAUK%2CMAGS%3BEACE%2CcAAA%3B%3BAAEJ%2CUALO%2CeAXnB%2CsBAUK%2CMAMQ%3BEhLkOjB%2CWAAA%3B%3BAgLrQA%2CcA0CI%3BEhL2NJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEgLpNQ%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEhLyPT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CYAAA%3BEAAA%2CSAAA%3BEgLnMY%2C%2BBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcA%5C%2FBJ%2CuBA%2BBK%3BEhL4LT%2CuBAAA%3B%3BAgLzLQ%2CcAlCJ%2CuBAkCK%3BEhLyLT%2C0BAAA%3BEgLvLY%2CUAAA%3BEACA%2CUAAA%3B%3BAxJvEZ%2CYAMI%3BAANJ%2CYAOI%3BExBsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAwB7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAMI%3BAAhBZ%2CYAOI%2CuBAGI%2CUAMI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAlBhB%2CYAuBI%3BEACI%2CYAAA%3B%3BAAxBR%2CYA2BI%3BExBkOJ%2C6BAAA%3BEAAA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2C6BAAA%3BEAAA%2CaAAA%3BEwBzNQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BExBoNT%2CqBAAA%3B%3BAwBjNY%2CYAjBR%2CuBAcK%2CcAGI%3BExBiNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCtOa%2CODsOb%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEwB1MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA9DhB%2CYAyEI%3BEACI%2CgBAAA%3B%3BAAEI%2CYAHR%2CmBAEM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CoBAAA%3B%3BAA9EhB%2CYAmFI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAArFR%2CYAwFI%3BEAEI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAII%3BEACI%2CcAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2C%2BBAOI%2CMACI%3BExB6HR%2C0BAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAwBzHY%2C%2BBALR%2CMACI%2CGAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2C%2BBAZR%2CMAWI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAArBpB%2C%2BBAOI%2CMAkBI%3BEACI%2CgBAAA%3B%3BAA1BZ%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BA%2BBnLhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEvDgRR%2CWAAA%3BEuD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEvDmQR%2CYAAA%3BEuD%5C%2FPY%2CSAAA%3B%3BA9BdZ%2C%2BBAEI%3BEzB2QJ%2C6BAAA%3BEyBxQQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2C%2BBAEI%2C4BAMI%3BEzBqQR%2CQAAA%3BEAAA%2CqBAAA%3BEsC9QA%2CqBAAA%3BEbqBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAtBZ%2C%2BBAEI%2C4BAMI%2CaayPN%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2C%2BBbHI%2C4BAMI%2CaaHP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBbhBA%2C4BAMI%2CaaSP%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2C%2BBbtBA%2C4BAMI%2CaaeP%2COACI%3BEtCqPL%2CWAAA%3B%3BAyBrPY%2C%2BBAtBR%2C4BAMI%2CaAgBK%3BEACG%2CcAAA%3B%3BAAzBhB%2C%2BBA8BI%3BEzB%2BOJ%2CiBAAA%3B%3BAyB7QA%2C%2BBA8BI%2C8BAEI%3BEACI%2CeAAA%3B%3BAAjCZ%2C%2BBAqCI%3BAArCJ%2C%2BBAsCI%3BEACI%2CgBAAA%3B%3BAkCxCR%3BE3D8QA%2CmBAAA%3BEAAA%2CkBAAA%3BE2D3QI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CkBASM%3BEAEE%2CcAAA%3B%3BAAXR%2CkBAmBI%2CMACI%3BE3D0PR%2CWAAA%3BE2DxPY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE3DgPhB%2CiBAAA%3BE2D9OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAKI%3BAANR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAII%3BEACI%2CgBAAA%3B%3BAAlCpB%2CkBAwCI%3BEACI%2CkBAAA%3B%3BAAzCR%2CkBAiDI%2CeACM%3BEACE%2C6BAAA%3BE3D2NZ%2CuBAAA%3BE2DzNY%2CeAAA%3BE3DyNZ%2CcAAA%3BEsChOA%2CqBAAA%3BEqBiBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhEZ%2CkBAiDI%2CeACM%2CSrBgNR%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CkBqBHI%2CeACM%2CSrBET%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBtRY%2CkBAhBR%2CeACM%2CSAeG%3BEACG%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAApEhB%2CkBAiDI%2CeACM%2CSAoBE%3BE3DwMZ%2CiBAAA%3BE2DtMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BArBqChB%2CkBqB7DI%2CeA2BK%2COACK%2CSrBiCb%3BEtCgKD%2CSCzQM%2CODyQN%3B%3BA2D9QA%2CkBAiDI%2CeAmCI%3BEACI%2CkBAAA%3B%3BAArFZ%2CkBA0FI%3BE3DoLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE2DhLQ%2CSAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAnGZ%2CkBAsGI%2CcACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA1GZ%2CkBAsGI%2CcAMI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGZ%2CkBAsGI%2CcAWI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAnHZ%2CkBAsGI%2CcAeI%3BE3DyJR%2CiBAAA%3BE2DvJY%2CgBAAA%3B%3BAAGA%2CkBApBR%2CcAmBI%2CqBACQ%2CuBACA%3BE3DmJhB%2CeAAA%3B%3BA0BtRA%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CkBAAA%3B%3BAAHR%2CwBAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAARR%2CwBAUI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAbR%2CwBAeI%3BEACI%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAPR%2CuBAUI%2COAAM%3BEACF%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CqBACI%3BE1ByOJ%2CiBAAA%3BE0BvOQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAJR%2CqBACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CqBASI%2COACI%3BEACI%2CgBAAA%3B%3BAAXZ%2CqBAkBI%2COAAM%3BEACF%2CSAAA%3B%3BAAnBR%2CqBAkBI%2COAAM%2COAEF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAtBZ%2CqBAkBI%2COAAM%2COAMF%2COACI%3BAAzBZ%2CqBAkBI%2COAAM%2COAMF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGR%2CqBAbJ%2COAAM%2COAaE%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBR%2COAAM%2COAaE%2CSAKC%3BE1BsMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE0BjMgB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC9FhB%2CwBACI%3BEACI%2CgBAAA%3B%3BAAGA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAGR%2CwBANJ%2CgBAMK%2CQACG%3BEACI%2CcAAA%3B%3BAAZhB%2CwBA6BI%3BE3BqPJ%2C0BAAA%3BEAAA%2CeAAA%3BE2BlPQ%2CSAAA%3B%3BAAhCR%2CwBA6BI%2CsBAKI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAArCZ%2CwBA6BI%2CsBAWI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA1CZ%2CwBA8CI%3BEACI%2CaAAA%3BE3BmOR%2CsBAAA%3B%3BA2BhOY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAnDhB%2CwBAwDI%3BAAxDJ%2CwBAyDI%3BE3ByNJ%2CgBAAA%3B%3BA2BlRA%2CwBA6DI%3BEACI%2CeAAA%3B%3BAA9DR%2CwBAiEI%3BEACI%2CgBAAA%3B%3BAAlER%2CwBAiEI%2CgCAGI%2CSACI%3BEACI%2CcAAA%3B%3BAAtEhB%2CwBAiEI%2CgCAaI%3BE3BoMR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA2BzLQ%2CwBADJ%2CqBACQ%3BEACA%2CgBAAA%3B%3BAA1FZ%2CwBAmGI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAtGR%2CwBAwGI%3BEACI%2CcAAA%3B%3BAqBjGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CS%5C%2FCAlB%2CO%2BCAkB%3B%3BAAKhB%2CwBAVJ%2CgBAUK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAVJ%2CgBAUK%2CaAIG%3BEACI%2CaAAA%3B%3BAAhBhB%2CwBAqBI%3BEhD0PJ%2C0BAAA%3BEAAA%2CeAAA%3B%3BAgD%5C%2FQA%2CwBAqBI%2CsBAII%3BEhDsPR%2CWAAA%3BEAAA%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAAMA%2CwBUhCI%2CsBAII%2CeV4BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBU7CA%2CsBAII%2CeVwCP%2CMACI%3BEtC6ML%2CWAAA%3B%3BAsCvMI%2CwBUnDA%2CsBAII%2CeV8CP%2COACI%3BEtCuML%2CWAAA%3B%3BAgD%5C%2FQA%2CwBAqBI%2CsBAII%2CeAaM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxChB%2CwBA6CI%3BEhDkOJ%2CsBAAA%3B%3BAgD%5C%2FQA%2CwBAiDI%3BEACI%2CgBAAA%3B%3BAAlDR%2CwBAqDI%3BEACI%2CUAAA%3B%3BAAtDR%2CwBAqDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CwBAPR%2CmBAEI%2CMAKK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBAPR%2CmBAEI%2CMAKK%2CQAEG%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CYAAA%3B%3BAAGR%2CwBAfR%2CmBAEI%2CMAaK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAtEhB%2CwBAqDI%2CmBAEI%2CMAiBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3EhB%2CwBAqDI%2CmBAyBI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3B%3BAAlFZ%2CwBAsFI%2COAII%2CQACM%3BEACE%2CoBAAA%3B%3BAA5FhB%2CwBAsFI%2COAII%2CQAII%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAhGhB%2CwBAsFI%2COAaI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAsFI%2COAkBI%2CMACI%3BEACI%2CWAAA%3B%3BAA1GhB%2CwBAsFI%2COAuBI%2CQACI%3BEACI%2CYAAA%3B%3BAA%5C%2FGhB%2CwBAsFI%2COA6BM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAtHhB%2CwBAsFI%2COAmCI%2CKACI%3BEACI%2CcAAA%3B%3BAA3HhB%2CwBAsFI%2COAmCI%2CKAII%3BEACI%2CWAAA%3B%3BAAIR%2CwBA5CJ%2COA4CK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BAnCvJxB%2C0BACI%3BEACI%2CmBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEb%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAa9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEbiRpB%2CcAAA%3BEAAA%2CiBAAA%3B%3BAahSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CoBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CmBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BAoKzDJ%2CoBACI%3BEACI%2CaAAA%3B%3BAAFR%2CoBAII%2CUAAY%3BAAJhB%2CoBAIyB%2CcAAc%3BEAC%5C%2FB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAVR%2CoBAYI%2CWAAW%2CcACP%3BAAbR%2CoBAYI%2CWAAW%2CcACiB%3BEACpB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CoBAYI%2CWAAW%2CcAaP%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BA%5C%2FIjBR%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAAJhB%2CgBACI%2COAMI%3BElCoRJ%2CiBAAA%3B%3BAKiwBA%2CgB6BhhCA%2CU7BghCC%3BELjwBD%2CeAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CiBAAA%3B%3BAkC7QI%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3B%3BAAKZ%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACvJ%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CyCAAA%3B%3BAAGJ%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACrI%2CoBAAA%3B%3BAAGJ%2CSAAY%3BEACR%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAANR%2CIAQI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CIAgBI%3BEACI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CeAAA%3B%3BAAJR%2CyBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CyBAMI%2CKAGI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAKZ%2C0BACI%3BEACI%2CgBAAA%3B%3BAAIR%2CuBACI%2COACI%3BEACI%2CcAAA%3B%3BAAHZ%2CuBACI%2COACI%2CaAGI%3BEACI%2CgBAAA%3B%3BAANhB%2CuBAUI%2CKACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CmBAAA%3B%3BAACA%2CqBAHR%2COAAM%2CUACA%2CQAEG%3BEACG%2CgBAAA%3B%3BAALhB%2CqBACI%2COAAM%2CUAOF%2CMAAK%3BEACD%2CiBAAA%3B%3BAAWZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAOR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAAgBhB%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAMI%2CQAAO%3BEACH%2CmBAAA%3B%3BAAPR%2CQAMI%2CQAAO%2CKAEH%3BEACI%2CaAAA%3B%3BAATZ%2CQAeI%3BEACI%2CgBAAA%3B%3BAAhBR%2CQAmBI%3BElCkGA%2CmBAAA%3B%3BAkChGI%2CQAFJ%2CeAEK%3BEACG%2CgBAAA%3B%3BAAwBI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BElCuEb%2CcAAA%3B%3BAkC%5C%2FCI%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAOI%3BEAUI%2CkBAAA%3B%3BAAjBR%2CMAOI%2COACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAbZ%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAASR%2CQAAQ%3BElCqBJ%2CeAAA%3B%3BAkCrBJ%2CQAAQ%2CcAEJ%3BEACI%2CsBAAA%3B%3BAe7QR%2CcAII%3BEjD2RA%2CiBAAA%3BEiDzRI%2CiBAAA%3BEACA%2CqBAAA%3BEjDwRJ%2CgBAAA%3B%3BAkD%5C%2FRJ%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2C4BAKI%2CQAAO%3BElD0RP%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2C4BYlBA%2CQAAO%2CSZkBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjOY%2CODiOZ%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAY5VJ%2C0BACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHR%2C0BAMI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAARZ%2C0BAWI%3BEACI%2CgBAAA%3B%3BAAUJ%2CQAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CeAAA%3B%3BAAGR%2CMAAM%3BEACF%2CkBAAA%3B%3BAACA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAFpE%2CUAEwE%3BEACtE%2CWAAA%3B%3BAAHR%2CMAAM%2CUAKF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMARF%2CUAKF%2CiBAGK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAVZ%2CMAAM%2CUAaF%3BEACI%2CeAAA%3B%3BAACA%2CMAfF%2CUAaF%2CqBAEK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CMAlBF%2CUAaF%2CqBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAsBF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BElD4NJ%2CiBAAA%3B%3BAkDpPJ%2CMAAM%2CUA2BF%2COAAM%3BEACF%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEAMA%2CmBAAA%3B%3BAAzCR%2CMAAM%2CUA2BF%2COAAM%2COASF%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMA5CF%2CUA2CF%2COACK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA9CZ%2CMAAM%2CUAiDF%2CQAAO%3BEACH%2CWAAA%3B%3BAAEJ%2CMApDE%2CUAoDD%2CIACG%3BElD%2BLJ%2CWAAA%3BEAAA%2CqBAAA%3BEkD7LQ%2CeAAA%3B%3BAnD4CR%2CMmDnGE%2CUAoDD%2CIACG%2COnD8CH%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMmDxGE%2CUAoDD%2CIACG%2COnDmDH%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMmD7GE%2CUAoDD%2CIACG%2COnDwDH%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAkDhMA%2CMApDE%2CUAoDD%2CIAKG%3BEACI%2CUAAA%3B%3BAAGR%2CMA7DE%2CUA6DD%2CwBACG%2COAAM%3BEACF%2CgBAAA%3B%3BAC1GR%2CsBACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAANR%2CsBACI%2CiBAMI%2COAAM%3BEACF%2CoBAAA%3B%3BAARZ%2CsBAWI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAdhB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%3BEACE%2CcAAA%3BEACA%2CoBAAA%3B%3BAACA%2CsBAThB%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%2COAGG%3BEACG%2CgBAAA%3B%3BAArBxB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBAQZ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CsBAnBR%2CmBACI%2CWAkBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CsBAoCI%3BEACI%2CcAAA%3B%3BAArCR%2CsBAuCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA1CR%2CsBAuCI%2CkBAII%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7CZ%2CsBAgDI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjDR%2CsBAmDI%3BEACI%2CmBAAA%3B%3BAApDR%2CsBAsDI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAC5DR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%2CsBACI%2CUAAS%3BEACL%2CmBAAA%3B%3BAAQZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CYAUI%3BEACI%2CgBAAA%3B%3BAAXR%2CYAUI%2CuBAGI%3BEACI%2CeAAA%3B%3BAxBXZ%2CaACI%2COACI%3BE5B6QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA4BpQQ%2CKAFH%2CcACD%2CWACK%3BE5BoQT%2C6BAAA%3B%3BA4BtQA%2CKAAK%2CcACD%2CWAII%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CcAAA%3B%3BAADJ%2CaAEI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE5BiPA%2CgBAAA%3BE4B%5C%2FOI%2CgBAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CaAEI%2CiBACM%2CaACE%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAANhB%2CaAUI%3BAAVJ%2CaAWI%3BE5B2NJ%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAVwCA%2CaAUI%2CaUgNF%3BAV1NF%2CaAWI%2CeU%2BMF%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CaV4CI%2CaU5CH%3BAAAD%2CaV6CI%2CeU7CH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CaV%2BBA%2CaUhCH%2CMACI%3BAAAD%2CaVgCA%2CeUjCH%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CaVyBA%2CaU1BH%2COACI%3BAAAD%2CaV0BA%2CeU3BH%2COACI%3BEtCqPL%2CWAAA%3B%3BAsCzKA%2CaVtCI%2CeUsCH%3BEtCyKD%2CSC1PS%2COD0PT%3B%3BA4BzMA%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAQR%2CKAAK%2CcACD%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAACA%2CKARH%2CcACD%2CcAOK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAASZ%3BE5BwKA%2CgCAAA%3BE4BtKI%2CSAAA%3B%3BAAGQ%2CgBAFP%2CQACG%2COACK%3BE5BmKb%2CSCzQM%2CODyQN%3B%3BA4BxKA%2CgBAWI%3BE5B6JJ%2CcAAA%3BE4B3JQ%2CeAAA%3BE5B2JR%2CcAAA%3BEsChOA%2CqBAAA%3BEVgFQ%2CSAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAU5ER%2CgBV6DI%2COU7DH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBVgDA%2COUjDH%2CMACI%3BEtC6ML%2CWAAA%3B%3BA4BxKA%2CgBA6BI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAaI%2CoBAJR%2CoBAGI%2CGACK%3BAAAD%2CoBAHR%2CkCAEI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAANhB%2CoBACI%2CoBAWI%3BAAZR%2CoBAEI%2CkCAUI%3BEACI%2CYAAA%3B%3BAAbZ%2CoBACI%2CoBAcI%2CcACI%3BAAhBZ%2CoBAEI%2CkCAaI%2CcACI%3BE5BgHZ%2CgBAAA%3BE4B9GgB%2CaAAA%3B%3BAAmBhB%3BAACA%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAT3MJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CmBAAA%3B%3BAAJR%2CwBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAARhB%2CuBAKI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAapB%2CqBAEI%2CQAAO%3BEnBuQX%2CWAAA%3B%3BAmBlQA%2CyBAII%3BEnB8PJ%2CgBAAA%3BEmB5PQ%2CYAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CeAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAehB%2CuBACI%3BEnBgOJ%2CmBAAA%3BEAAA%2CmBAAA%3B%3BAmBvNA%3BEACI%2CmBAAA%3B%3BAAMQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAkBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CgCAOI%2CMACI%3BEACI%2CSAAA%3B%3BAATZ%2CgCAYI%3BEACI%2C6BAAA%3B%3BAAbR%2CgCAeI%3BEACI%2CuBAAA%3B%3BAAhBR%2CgCAeI%2CKAEI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CgCAeI%2CKAKI%3BEnB2JR%2CiBAAA%3BEmBzJY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CgCAkCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAEJ%2CgCANJ%2CSAMK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgCAXJ%2CSAWK%3BEnBkIT%2CiBAAA%3BEmBhIY%2CcAAA%3BEACA%2CiBAAA%3B%3BAUhJZ%3BE7B%2BQA%2CgBAAA%3BE6B7QI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAKI%3BE7BoQJ%2CmBAAA%3BEAAA%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BATzCA%2CmBAKI%2CUSwPF%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CmBT1CI%2CUS0CH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC%5C%2FNW%2COD%2BNX%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BATlUQ%2CmBAXJ%2CUAWK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAACA%2CmBAAC%3BEACG%2CcAAA%3B%3BAAII%2CmBAFP%2CQACG%2CKACK%3BE7BkOb%2CsBAAA%3BE6BhOgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAhBhB%2CmBAoBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAADJ%2CoBAEI%3BEAEI%2CwBAAA%3BE7B4MR%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAT8DA%2CoBAEI%2CeSkMF%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CoBT0DI%2CeS1DH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC1PS%2COD0PT%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBT6CA%2CeS9CH%2CMACI%3BEtC2PL%2CWAAA%3B%3BAsCrPI%2CoBTuCA%2CeSxCH%2COACI%3BEtCqPL%2CWAAA%3B%3BA6B%5C%2FLA%2CqBACI%2CUACI%3BEACI%2CaAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYACI%2CUAAS%2CaAAc%2COAAM%3BEACzB%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CgBAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAEI%3BAAHR%2CkBACI%2CeAEI%3BEACI%2CWAAA%3B%3BAALZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%3BAANR%2CkBACI%2CeAKI%3BEAEI%2CSAAA%3B%3BAATZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CSAGM%3BAATd%2CkBACI%2CeAKI%2CSAGM%3BEACE%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAEI%3BAADJ%2CaACI%3BEACI%2CkBAAA%3B%3BAAGA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAPZ%2CaAKI%2CeAII%3BAARR%2CaAII%2CeAII%3BEACI%2CgBAAA%3B%3BAYvJhB%2CcAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAMF%2CKAAI%3BEACA%2CUAAA%3B%3BAAPR%2CMAAM%2CQASF%2CKAAI%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAXR%2CMAAM%2CQASF%2CKAAI%2CIAIA%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAfZ%2CMAAM%2CQASF%2CKAAI%2CIAYA%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAvBZ%2CMAAM%2CQASF%2CKAAI%2CIAYA%2CaAIM%3BEACE%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CMAnCV%2CQASF%2CKAAI%2CIAYA%2CaAIM%2CIAUG%3BEACG%2CaAAA%3B%3BAAEJ%2CMAtCV%2CQASF%2CKAAI%2CIAYA%2CaAIM%2CIAaG%3BEACG%2CWAAA%3B%3BAAvCpB%2CMAAM%2CQA4CF%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FCR%2CMAAM%2CQAiDF%3BEACI%2CiBAAA%3B%3BAAlDR%2CMAAM%2CQAiDF%2CWAGI%3BEACI%2CSAAA%3B%3BAArDZ%2CMAAM%2CQAiDF%2CWAMI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAzDZ%2CMAAM%2CQAiDF%2CWAUI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9DhB%2CMAAM%2CQAkEF%2COAAM%3BEACF%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CqBAAsB%3BEAClB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAXpFJ%2CqBAOI%3BAAPJ%2CqBAQI%2COAAM%3BE9BuRN%2CgBAAA%3B%3BA8BnRI%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAEJ%2CqBAJJ%2CQAIK%3BE9BgRL%2CqBAAA%3BEsC9QA%2CqBAAA%3BERIQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBAJJ%2CQAIK%2CIQoQH%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CqBRZA%2CQAIK%2CIQQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8DpOU%2CO9DoOV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBRzBJ%2CQAIK%2CIQoBJ%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2CqBR%5C%2FBJ%2CQAIK%2CIQ0BJ%2COACI%3BEtCqPL%2CcAAA%3B%3BA6C%5C%2FRA%2COAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2COAAC%2CMACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BE7CqRR%2CsBAAA%3BEAAA%2C2EAAA%3BE6CjRQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAACA%2COAfP%2CMACG%2COAcK%2CYAAY%3BEACT%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BE7CuQZ%2CWAAA%3BE6CrQY%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COA3BP%2CMACG%2COA0BK%3BEACG%2CYAAA%3B%3BAAhChB%2COAoCI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3B%3BAAEJ%2COAAC%3BEACO%2CaAAA%3B%3BAAER%2COAAC%3BEACG%2CSAAA%3B%3BAADJ%2COAAC%2CQAEG%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAPR%2COAAC%2CQASG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAQ%2CQAdX%2CQAcY%3BEACL%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAzBR%2COAAC%2CQA2BG%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CyBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAGR%2COAAC%3BE7C%2BLD%2CcAAA%3B%3BA6C5LA%2COAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3B%3BAACA%2COAHH%2CQAGI%3BEACG%2CmBAAA%3B%3BAAEA%2COANP%2CQAGI%2CKAGI%2COACG%3BEACI%2C0BAAA%3B%3BAAFR%2COANP%2CQAGI%2CKAGI%2COAIG%3BEACI%2CyBAAA%3B%3BAAIZ%2COAfH%2CQAeI%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BE7CoKR%2CcAAA%3BEsChOA%2CqBAAA%3B%3BAAMA%2COO8BC%2CQAeI%2CMP7CJ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCtQY%2CODsQZ%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAOrOQ%2COAhCP%2CQAeI%2CMAiBI%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAGA%2COAjDX%2CQAeI%2CMAiCI%2CMACI%3BEACG%2CsBAAA%3BEACA%2CWAAA%3B%3BAPvBhB%2COO0BkB%2CUAtDjB%2CQAeI%2CMPaJ%3BEtCgKD%2CSCvQU%2CODuQV%3B%3BA6C%5C%2FHI%2COA7DH%2CQA6DI%3BEACG%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAPJ%2COA7DH%2CQA6DI%2CQASG%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAXR%2COA7DH%2CQA6DI%2CQAaG%3BEACI%2CWAAA%3B%3BAACA%2COA5EX%2CQA6DI%2CQAaG%2CEAEK%2CMACG%3BEACI%2CqBAAA%3B%3BAAjBhB%2COA7DH%2CQA6DI%2CQAqBG%3BE7C0GR%2CcAAA%3BE6CxGY%2CiBAAA%3B%3BAACA%2COArFX%2CQA6DI%2CQAqBG%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2COAxFX%2CQA6DI%2CQAqBG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAYzLR%2CkBAFP%2CMACG%2CQACK%3BEzD4RT%2CQAAA%3B%3BAyDrRJ%3BEzDqRI%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEkLlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAzHpIJ%2CUyHsEI%3BElL%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyDrRJ%2CUyHsEI%2CcAGI%3BElL4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAyDrRJ%2CUyH4FI%2CeACI%2CQAAO%3BElLwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CQAAA%3B%3BAyDrRJ%2CUyH4FI%2CeACI%2CQAAO%2CM5I4KT%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CU4I%2BEA%2CeACI%2CQAAO%2CM5IhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CU4IkEJ%2CeACI%2CQAAO%2CM5IpEV%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2CU4I4DJ%2CeACI%2CQAAO%2CM5I9DV%2COACI%3BEtCqPL%2CcAAA%3B%3BAI7CA%2CU8K5IA%2CeACI%2CQAAO%2CM9K2IV%3BAACD%2CU8K7IA%2CeACI%2CQAAO%2CM9K4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8KlJA%2CeACI%2CQAAO%2CM9KiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CU8KvJA%2CeACI%2CQAAO%2CM9KsJV%3BAACD%2CU8KxJA%2CeACI%2CQAAO%2CM9KuJV%3BAACD%2CQAAQ%2CUAAW%2CW8KzJnB%2CeACI%2CQAAO%3BE9KyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAkL%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAzHvIR%2CUASI%3BEAEI%2CgBAAA%3B%3BAAXR%2CUASI%2CgBAGI%3BEACI%2CgBAAA%3B%3BAAEI%2CUANZ%2CgBAGI%2CWAEI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAMZ%2CUADJ%2CQACK%3BEACG%2CgBAAA%3B%3BAAvBZ%2CUA0BI%3BEACI%2CkBAAA%3B%3BAA3BR%2CUA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CUAgCI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAEI%3BEACI%2C6BAAA%3B%3BAAOJ%2CcAAC%2CIAAI%3BAAAL%2CaAFU%2CeAET%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CiBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA3CtEJ%2CSAAC%2CMAAM%3BEuB0IX%2CqBAAA%3BEACA%2CkBAAA%3BEvB7HQ%2CeAAA%3BEACA%2CsBAAA%3B%3BAdsBR%2CScrCK%2CMAAM%2COdqCV%3BAACD%2CSctCK%2CMAAM%2COdsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSc3CK%2CMAAM%2COd2CV%3BEACG%2CWAAA%3B%3BAc5CA%2CSAAC%2CMAAM%2COuB0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAvB5bA%2CSAAC%2CMAAM%2COuB%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAvBjcA%2CSAAC%2CMAAM%2COuBwJX%3BErCiIA%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAxBzDI%2CSAAC%2CMAAM%2COuBwJX%2CeCqHE%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CSxB%5C%2FDK%2CMAAM%2COuBwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSxB5EC%2CMAAM%2COuBwJX%2CeC7EC%2CMACI%3BEtC6ML%2CWAAA%3B%3BAsCvMI%2CSxBlFC%2CMAAM%2COuBwJX%2CeCvEC%2COACI%3BEtCuML%2CcAAA%3B%3BAqCuHA%2CSvBhZK%2CMAAM%2COuBwJX%2CeAwPC%3BErCvHD%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BADuVA%2CSvBhZK%2CMAAM%2COuBwJX%2CeAwPC%2COCnIC%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CSxB%5C%2FDK%2CMAAM%2COuBwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CSxB5EC%2CMAAM%2COuBwJX%2CeAwPC%2COCrUA%2CMACI%3BEtC6ML%2CWAAA%3B%3BAsCvMI%2CSxBlFC%2CMAAM%2COuBwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BEtCuML%2CcAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COuBgOX%3BErCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEqChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BErC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COuBgOX%2COAsBI%3BErCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAqC3BQ%2CSvB9PH%2CMAAM%2COuBgOX%2COAsBI%2CGAQK%3BErC2BT%2CmBAAA%3BEqCzBY%2CeAAA%3B%3BAAuTZ%2CSvBvjBK%2CMAAM%2COuBgOX%2COAuVC%3BAACD%2CSvBxjBK%2CMAAM%2COuBgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSvBjkBK%2CMAAM%2COuBgOX%2COAiWC%3BEACG%2CiBAAA%3BErCzSJ%2CsDAAA%3BEqC2SI%2CWAAA%3B%3BAAGJ%2CSvBvkBK%2CMAAM%2COuBgOX%2COAuWC%3BEACG%2CiBAAA%3BErC%5C%2FSJ%2CsDAAA%3BEqCiTI%2CWAAA%3B%3BAAzDJ%2CSvBjhBK%2CMAAM%2COuBgOX%2COAiTC%3BErCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAqC6PA%2CSvBthBK%2CMAAM%2COuBgOX%2COAsTC%3BErC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAqCZA%2CSvB7QK%2CMAAM%2COuB6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSvB7QK%2CMAAM%2COuB6QV%2COAGG%3BEACI%2CcAAA%3B%3BAvBjRJ%2CSAAC%2CMAAM%2COAgBH%3BEACI%2CcAAA%3B%3BAAMA%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BEAKG%2CgBAAA%3B%3BAwBoFhB%2CSxBhHK%2CMAAM%2COAqBD%2CUAEG%2CMwByFZ%3BEtCyKD%2CSCnPiB%2CODmPjB%3B%3BAc5PgB%2CSA7BX%2CMAAM%2COAqBD%2CUAEG%2CMAMI%3BEACG%2CSAAA%3B%3BAAGR%2CSAjCP%2CMAAM%2COAqBD%2CUAYG%3BAACD%2CSAlCP%2CMAAM%2COAqBD%2CUAaG%3BAACD%2CSAnCP%2CMAAM%2COAqBD%2CUAcG%3BEdsPb%2CWAAA%3B%3BAcjPY%2CSAxCP%2CMAAM%2COAuCD%2CUAAO%2COACJ%3BEACG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAoBR%2CKAAK%2CcAAe%2CUAjEvB%2CMAAM%3BEAkEC%2CwBAAA%3B%3BAAEI%2CKAHH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CKATP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAMG%2COACI%3BEd%2BMrB%2CWAAA%3B%3BAc3MgB%2CKAbH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%3BAACD%2CKAdH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%3BEd0MjB%2CWAAA%3B%3BAcxMoB%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%2CMAGI%3BAAAD%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%2COAEI%3BEACG%2CaAAA%3B%3BAAOpB%2CSAAC%2COAAO%3BEdgMZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BEkLlJA%2CaAAA%3BEACA%2CUAAA%3B%3BApK%5C%2FCI%2CSAAC%2COAAO%2CMoKfZ%3BElL%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAchMI%2CSAAC%2COAAO%2CMoKfZ%2CcAGI%3BElL4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAchMI%2CSAAC%2COAAO%2CMoKOZ%2CeACI%2CQAAO%3BElLwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CQAAA%3B%3BAchMI%2CSAAC%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM5I4KT%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CSxBwEK%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM5IhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CSxB2DC%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM5IpEV%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2CSxBqDC%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM5I9DV%2COACI%3BEtCqPL%2CcAAA%3B%3BAI7CA%2CSUnJK%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM9K2IV%3BAACD%2CSUpJK%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM9K4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSUzJK%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM9KiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSU9JK%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM9KsJV%3BAACD%2CSU%5C%2FJK%2COAAO%2CMoKOZ%2CeACI%2CQAAO%2CM9KuJV%3BAACD%2CQAAQ%2CUAAW%2CUUhKd%2COAAO%2CMoKOZ%2CeACI%2CQAAO%3BE9KyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAkL%5C%2FIA%2CSpKjDK%2COAAO%2CMoKiDX%3BEACG%2CUAAA%3B%3BApKhDI%2CSAFH%2COAAO%2CMAEH%3BEACG%2CcAAA%3B%3BAAGR%2CSAAC%3BEd0LL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BEkLhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CSpKjEK%2CQoKiEJ%3BElLyHD%2CYAAA%3BEkLrHQ%2CyBAAA%3B%3BApKnEA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAQR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEd6Kf%2CWAAA%3B%3BAcvKA%2CuBAMI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAVZ%2CuBAMI%2CiBACM%2CWAIE%2CQAAO%3BEACH%2CWAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAKY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAiBZ%2C0BAtBJ%2CUAsBK%3BEACG%2CkBAAA%3B%3BAADJ%2C0BAtBJ%2CUAsBK%2CMAEG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAQR%2C0BAlCJ%2CUAkCK%3BEdiHT%2CcAAA%3BEc%5C%2FGY%2CqBAAA%3BEACA%2CiBAAA%3B%3BAACA%2C0BAtCR%2CUAkCK%2COAII%3BEd6Gb%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BAAMA%2C0BxBqHI%2CUAkCK%2COAII%2CQwB3JZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChOW%2CODgOX%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CmBAAA%3BEAAA%2C2BAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxB3KY%2C0BAjDR%2CUAgDK%2CQACI%3BAACD%2C0BAlDR%2CUAgDK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAEJ%2C0BArDR%2CUAgDK%2CQAKI%3BEACG%2CiBAAA%3B%3BAAMR%2C0BA5DJ%2CUA4DK%2CSAAS%3BEACN%2CiBAAA%3B%3BAAKZ%2C2BAII%3BEd6EJ%2CmBAAA%3BEc3EQ%2CgBAAA%3B%3BAASR%2C8BAOI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEdqDJ%2CmBAAA%3BEAAA%2CiBAAA%3B%3BActDA%2C0BACI%2CaAGM%3BEACE%2CgBAAA%3B%3BAALZ%2C0BAQI%3BEACI%2CWAAA%3B%3BAATR%2C0BAWI%3BEACI%2CkBAAA%3B%3BAAZR%2C0BAcI%3BEACI%2CWAAA%3B%3BAACA%2C0BAFJ%2CmBAEK%2CMACG%3BEACI%2CmBAAA%3B%3BAAlBhB%2C0BAsBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAxBR%2C0BA0BI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2C0BA%2BBI%2CmBACI%3BEdsBR%2CWAAA%3B%3BAcjBQ%2C0BADJ%2CQACK%3BEACG%2CcAAA%3B%3BAAIJ%2C0BADJ%2CYACK%3BEAEG%2CiBAAA%3B%3BAqBrRZ%2CcACI%3BEACI%2CmBAAA%3B%3BAAFR%2CcACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CcAQI%3BEACI%2CgBAAA%3B%3BAATR%2CcAQI%2CeAEI%2COAAO%2CQAAM%2CKAAG%3BAAVxB%2CcAQI%2CeAEwB%2COAAO%2CQAAM%2CKAAG%3BAAV5C%2CcAQI%2CeAE4C%2COAAO%2CQAAM%2CKAAG%3BAAVhE%2CcAQI%2CeAEgE%2COAAO%2CQAAM%2CKAAG%3BAAVpF%2CcAQI%2CeAEoF%2COAAO%2CQAAM%2CKAAG%3BAAVxG%2CcAQI%2CeAEwG%2COAAO%2CQAAM%2CKAAG%3BEAChH%2CsBAAA%3B%3BAAXZ%2CcAQI%2CeAKI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAdZ%2CcAQI%2CeAQI%2CKACI%3BEACI%2CqBAAA%3B%3BAAQJ%2CcAlBR%2CeAQI%2CKAUK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAWJ%2CcAhCZ%2CeA4BI%2CmBAGM%3BAACK%2CcAhCf%2CeA4BI%2CmBAGM%2CIACM%3BEACA%2CWAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAAlDhB%2CcAuDM%3BEACE%2CgBAAA%3B%3BAAxDR%2CcA2DI%2CiBACM%3BEACE%2CcAAA%3B%3BAAEI%2CcAJZ%2CiBACM%2CaAEE%2CQACK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAjEpB%2CcA2DI%2CiBAUM%3BEACE%2CgBAAA%3B%3BAAtEZ%2CcA8EI%3BEACI%2CeAAA%3B%3BAAoBgB%2CcAbpB%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSACG%3BEACG%2CaAAA%3B%3BAApG5B%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSAIE%3BEACI%2CqBAAA%3B%3BAAvG5B%2CcA%2BGI%3BAA%5C%2FGJ%2CcAgHI%2CeAAe%3BEAEX%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAnHR%2CcA%2BGI%2CaAKI%3BAApHR%2CcAgHI%2CeAAe%2COAIX%3BEACI%2CgBAAA%3B%3BAArHZ%2CcA%2BGI%2CaAKI%2COAEI%3BAAtHZ%2CcAgHI%2CeAAe%2COAIX%2COAEI%3BEnCyKZ%2CcAAA%3B%3BAmC%5C%2FRA%2CcA4HI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CWACI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CcAAC%2CaACG%2CWAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAPZ%2CcAAC%2CaAUG%2CaAAe%3BEnCiJvB%2CiBAAA%3B%3BAmC3JI%2CcAAC%2CaAaG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAnJhB%2CcAwJI%2CWACI%3BEACI%2CgBAAA%3B%3BAA1JZ%2CcAwJI%2CWAIM%3BEACE%2CSAAA%3B%3BAA7JZ%2CcAiKI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAnKZ%2CcAuKI%2CoBACI%3BEACI%2CSAAA%3B%3BAAzKZ%2CcAuKI%2CoBACI%2CUAEI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhLhB%2CcAuKI%2CoBAaI%2CiBAAiB%2CYAAY%3BEACzB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAvLZ%2CcA%2BLI%2CiBAAiB%2COAAM%3BEnCgG3B%2CeAAA%3BEmC9FQ%2CmBAAA%3B%3BAAjMR%2CcA%2BLI%2CiBAAiB%2COAAM%2COAGnB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CyBAKI%3BEACI%2CeAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAkBlNZ%2CMAAM%3BEACF%2CmBAAA%3B%3BAADJ%2CMAAM%2CWAEF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAAJR%2CMAAM%2CWAMF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CMAAM%2CWAYF%3BEACI%2CSAAA%3B%3BAAbR%2CMAAM%2CWAYF%2COAEI%3BErD6QJ%2CqBAAA%3BEsC9QA%2CqBAAA%3BEeYQ%2CcAAA%3B%3BAfNR%2CMenBE%2CWAYF%2COAEI%2CSfKH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC%5C%2FOY%2COD%2BOZ%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAe9UQ%2CMAtBN%2CWAYF%2COAEI%2CSAQK%3BEACG%2CkBAAA%3B%3BAAvBhB%2CMAAM%2CWA4BF%3BEACI%2CmBAAA%3B%3BAA7BR%2CMAAM%2CWA%2BBF%3BEACI%2CaAAA%3B%3BAAhCR%2CMAAM%2CWAqCF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAxCR%2CMAAM%2CWA0CF%2CQAAO%3BEACH%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BATjDR%2CKAAK%2COAAQ%3BE5C%2BRT%2CcAAA%3B%3BA4C7RA%2CKAFC%2COAAQ%2CSAER%3BEACG%2CSAAQ%2CGAAR%3B%3BAAEJ%2CKALC%2COAAQ%2CSAKR%3BEACG%2CSAAQ%2CGAAR%3B%3BAAGR%3BEmI%2BEI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAnIhFJ%2CemImFI%3BE%5C%2FKmMA%2CWAAA%3BE%2BKjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BE%5C%2FK2FA%2CcAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BKxEA%2CS9KpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8KoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAnItMJ%2CemImFI%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BE%5C%2FK2FA%2CcAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BKxEA%2CS9KpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8KoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAnItMJ%2CemImFI%2CeAsBM%2COAiBE%3BE%5C%2FKhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4CjBJ%2CeAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAEI%2CgBmIuHA%3BAnIxHJ%2CcACI%2CgBmIuHA%3BE%5C%2FKxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA4CDJ%3BEmIjBI%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE%5C%2FKqRD%2CcAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BK1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CS9KpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8KoKR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAnIER%2CoBmICI%2CMAAK%3BE%5C%2FKPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BKMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAnIRpB%2CoBmIcI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAnIjBR%2CoBmIcI%2CMAKI%3BE%5C%2FKzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BKsBI%2CoBATJ%2CMASK%3BE%5C%2FK%2BOL%2CcAAA%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE%2BK1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CoBApBR%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CoBAzBZ%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BAnIxCpB%2CoBmIiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9KpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8KoKR%3B%3BAnI9LJ%2CoBmIiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9KpKQ%2CQAAA%2CQAAA%2CQAAA%2CO8KoKR%3B%3BAnI9LJ%2CoBmIiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9KpKQ%2CQAAA%2CQAAA%2CO8KoKR%3B%3BAnI9LJ%2CoBmIiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9KpKQ%2CQAAA%2CO8KoKR%3B%3BAnI9LJ%2CoBmIiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CS9KpKQ%2CO8KoKR%3B%3BAnI5LA%2CoBAAC%3BEmI4LD%2CS9KnKc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2CO8KmKd%3B%3BAnIjLA%2COAAC%3BEACG%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQAQG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAZR%2COAAC%2CQAcG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CKACG%2CQAAO%2COAAO%3BE5CiOlB%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BE4C%5C%2FNQ%2CSAAA%3B%3BAAHR%2COAAC%2CKAKG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEAQA%2CmBAAA%3B%3BAAXJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CSAAA%3B%3BAALR%2CSAAU%2CQAAC%2COAAO%2COAOd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAIG%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGR%2COAAC%3BEAIG%2CmBAAA%3B%3BAAJJ%2COAAC%2CKACG%2CaAAa%3BE5CmLjB%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3B%3BA4C9KA%2COAAC%3BEACG%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BA5C7DJ%2CO4C0DC%2CK5C1DA%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA4C4DA%2COALH%2CKAKI%3BEACG%2CeAAA%3B%3BAAGR%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAEG%3BEACI%2CgBAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3B%3BAAKJ%2COAAC%3BE5CmJD%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BE4CjJI%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CmBAAA%3B%3BAAGR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAsDZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CmBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAACA%2CSAAS%2CQAAQ%2CKAAM%3BEACnB%2CcAAA%3B%3BAAHR%2CwBAKI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAPR%2CwBASI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAdR%2CwBASI%2CiBAMI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAjBZ%2CwBASI%2CiBAUI%2CEAAC%2CIAAI%3BEACD%2C2BAAA%3B%3BAAKR%2CwBAAC%2CUACG%2CiBACI%2CEAAC%3BEACG%2CgBAAA%3B%3BAAMhB%2CkBAEI%3BAADJ%2CgBACI%3BEACI%2CmBAAA%3B%3BAAHR%2CkBAKI%3BAAJJ%2CgBAII%3BEACI%2CiBAAA%3B%3BAA2BR%2CwBACI%2COACI%3BE5CDJ%2CmBAAA%3B%3BA4CGQ%2CwBAHR%2COACI%2CMAEK%3BEACG%2CgBAAA%3B%3BAALhB%2CwBASI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAFJ%2CcAEK%2CIAAI%3BE5CVT%2CoBAAA%3B%3BA4CDJ%2CwBAeI%2CgBACI%3BE5CfJ%2CgBAAA%3BEAAA%2CgBAAA%3B%3BA4CsBJ%2CcAEI%3BAADJ%2CwBACI%3BE5CxBA%2CgBAAA%3B%3BA4C6BJ%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAoCR%2CgBAQI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAZR%2CgBAgBI%3BEACI%2CSAAA%3B%3BAAjBR%2CgBAgBI%2CgBAKI%3BE5CzFJ%2CmBAAA%3B%3BA4CoEJ%2CgBAgBI%2CgBAKI%2CwBAEI%3BE5C3FR%2CkBAAA%3B%3BA4C6FY%2CgBATZ%2CgBAKI%2CwBAEI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA1BpB%2CgBAgBI%2CgBAeI%3BE5CnGJ%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA4CoEJ%2CgBAgBI%2CgBAoBI%3BEACI%2CSAAA%3BE5CzGR%2CmBAAA%3B%3BA4CoEJ%2CgBAgBI%2CgBAwBI%3BE5C5GJ%2CcAAA%3B%3BAmL%5C%2FRJ%2CkBACI%3BEnL8RA%2CiBAAA%3BEmL5RI%2CqBAAA%3B%3BAAKA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAATZ%2CkBAKI%2CcAMI%3BAAXR%2CkBAMI%2CcAKI%3BAAXR%2CkBAOI%2CiBAII%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BApJbZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAEM%3BEACE%2CaAAA%3B%3BAAQJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAJZ%2CmBAOI%2COAAM%3BEACF%2CgBAAA%3B%3BAAWR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CuBACI%2CkBAQI%3BEACI%2CmBAAA%3B%3BAACA%2CuBAVR%2CkBAQI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAZhB%2CuBAgBI%3BEACI%2CmBAAA%3B%3BAhB7CR%2CYACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAGI%3BEf2RJ%2CmBAAA%3BEezRQ%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAATZ%2CYACI%2CMAUI%3BEfoRJ%2CmBAAA%3BEAAA%2CcAAA%3BEejRQ%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAjBR%2CMAUI%2CEAOK%3BEf6QT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAerQJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CoBAAC%2CQACG%3BEACI%2CaAAA%3B%3BAAPZ%2CoBAUI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CoBAUI%2CaAGM%3BEfwPN%2CiBAAA%3BEetPQ%2CgBAAA%3B%3BAAfZ%2CoBAUI%2CaAOI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CoBAqBI%3BEACI%2CSAAA%3B%3BAAtBR%2CoBAqBI%2CeAEM%2CmBACK%2CaAAW%2CQAAO%3BEACjB%2CqBAAA%3B%3BAAzBhB%2CoBA6BI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2C6BAAA%3B%3BAAGA%2CoBALR%2CmBAII%2CMACQ%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAS%2CqBARjB%2CmBAII%2CMAKQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAAvCpB%2CoBA6BI%2CmBAII%2CMASI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CoBAlBZ%2CmBAII%2CMAaI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAvBZ%2CmBAII%2CMAaI%2CKAMK%3BEACG%2CiBAAA%3B%3BAArDpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeACE%3BEACI%2CmBAAA%3B%3BAA1DpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeAII%2CKAAG%3BEACD%2CgBAAA%3B%3BAA7DpB%2CoBA6BI%2CmBAII%2CMA%2BBI%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAlEhB%2CoBA6BI%2CmBAwCI%3BEACI%2CgBAAA%3B%3BAAtEZ%2CoBAyEI%3BEACI%2CSAAA%3B%3BAA1ER%2CoBAyEI%2CcAEI%3BEACI%2CSAAA%3B%3BAA5EZ%2CoBAyEI%2CcAKI%3BEACI%2CgBAAA%3B%3BAACA%2CoBAPR%2CcAKI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAGR%2CoBAXJ%2CcAWK%2CMACG%3BEACI%2CqBAAA%3B%3BAACA%2CoBAdZ%2CcAWK%2CMACG%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAJZ%2CoBAXJ%2CcAWK%2CMAOG%3BEACI%2CSAAA%3B%3BAA5FhB%2CoBAiGI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAQJ%2CoBALJ%2CKAKK%3BEACG%2CiBAAA%3B%3BAAaJ%2CoBADJ%2CQACK%3BEf4IL%2CqBAAA%3BEsChOA%2CqBAAA%3BEtCgOA%2CWAAA%3B%3BAe5II%2CoBADJ%2CQACK%2CKuBgIH%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CoBvB6EA%2CQACK%2CKuB9EJ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBvBmBA%2CQACK%2CKAUI%2CSuB9BR%3BEtCgKD%2CSCzQM%2CODyQN%3B%3BAerQJ%2CoBA2II%2CWAEI%3BEACI%2CmBAAA%3B%3BAAGA%2CoBANR%2CWAKI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAlJhB%2CoBAuJI%2CQAAO%3BEACH%2CaAAA%3B%3BAAKJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAEG%3BEACI%2CgBAAA%3B%3BAAHR%2CoBAAC%2CSAKG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAIG%3BEACI%2CgBAAA%3B%3BAALR%2CoBAAC%2CKAOG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAVhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%3BEACI%2CSAAA%3B%3BAAbhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%2CSAEM%3BEACE%2CgBAAA%3B%3BAACA%2CoBAhBnB%2CKAOG%2CaACI%2CgBAII%2CSAEM%2CSAEG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAIK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAII%2CSAAA%3BEACA%2CeAAA%3B%3BAAJA%2CYAAe%3BEACX%2C6BAAA%3B%3BAAFR%2CeAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAEI%3BEACI%2CkBAAA%3B%3BAACA%2CsBAFJ%2CQAEK%3BEAEG%2CaAAA%3BEACA%2CSAAA%3B%3BAAmBJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAYI%2CcAII%2COAAM%3BEACF%2CqBAAA%3B%3BAiBtSZ%2CKAAK%2CKAAK%3BEACN%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAM%2BGA%2CqBNzGA%2CQAAO%2COAAO%2COMyGb%3BAAAD%2CmBNzGA%2CQAAO%2COAAO%2COMyGb%3BEtCyKD%2CSC%5C%2FOY%2COD%2BOZ%3B%3BAoLhRJ%2CsBAII%3BEACI%2C6BAAA%3B%3BAAEA%2CsBAHJ%2CMAGK%3BEACG%2C0BAAA%3B%3BAARZ%2CsBAII%2CMAMI%3BAAVR%2CsBAII%2CMAOM%3BEpLqQN%2CWAAA%3BEoLnQQ%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAbR%2CMAMI%2CEAOK%3BAAAD%2CsBAbR%2CMAOM%2CSAMG%3BEACG%2CanLZG%2CamLYH%3BEACA%2CSnLRC%2COmLQD%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAArBhB%2CsBAII%2CMAoBI%3BEACI%2CqBAAA%3B%3BAACA%2CsBAtBR%2CMAoBI%2CEAEK%3BAAAQ%2CsBAtBjB%2CMAoBI%2CEAEc%3BAAAS%2CsBAtB3B%2CMAoBI%2CEAEwB%3BEpLsP5B%2CWAAA%3BEoLpPY%2C6BAAA%3B%3BAAGR%2CsBA3BJ%2CMA2BK%2CQACG%3BAADJ%2CsBA3BJ%2CMA2BK%2CQAEG%3BEpL%2BOR%2CWAAA%3BEAAA%2CgBAAA%3B%3BAsDvOA%3BEtDuOA%2CsBAAA%3B%3BAsDjOI%2CIAAK%3BEtDiOT%2CsBAAA%3BEsD%5C%2FNQ%2CaAAA%3B%3BAAIR%2CQAAS%2CQAAO%3BEACZ%2CeAAA%3B%3BAAOJ%3BEtDmNA%2CsBAAA%3BEAAA%2C0BAAA%3BEsDhNI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CYAMI%2COAAM%3BEtD6MV%2CyBAAA%3BEAAA%2CWAAA%3B%3BAsDzMI%2CYAAC%2CeACG%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2CYAAC%2CeACG%2CkBAOI%2CQAAO%3BEACH%2CQAAA%3B%3BAATZ%2CYAAC%2CeACG%2CkBAUI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAdZ%2CYAAC%2CeACG%2CkBAeI%2CQAAO%2CSAAS%3BAAhBxB%2CYAAC%2CeACG%2CkBAgBI%2CQAAO%2CSAAS%2COAAO%3BEACnB%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAApBZ%2CYAAC%2CeACG%2CkBAqBI%2CQAAO%2CSAAS%3BEACZ%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CmCAAA%3B%3BAA5BZ%2CYAAC%2CeACG%2CkBA6BI%2CQAAO%2CSAAU%2CSAAQ%3BEACrB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CYA9CH%2CeA8CI%2CcAAe%2CkBACZ%2CQAAO%3BEACH%2CiBAAA%3B%3BAAFR%2CYA9CH%2CeA8CI%2CcAAe%2CkBAIZ%2CQAAO%2CSAAS%3BAAJpB%2CYA9CH%2CeA8CI%2CcAAe%2CkBAKZ%2CQAAO%2CSAAS%2COAAO%3BEACnB%2CiBAAA%3B%3BAAMhB%2COAAO%2CMACD%2CUAAO%3BEtD8Ib%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEuD8BQ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAANR%2COAAO%2CMACD%2CUAAO%2CMvDtBX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAuDmBJ%2COAAO%2CMACD%2CUAAO%2CMAMH%3BEACE%2CeAAA%3BEACA%2CyBAAA%3B%3BAATZ%2COAAO%2CMACD%2CUAAO%2CMAMH%2CKAGI%3BEtDqId%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COuDEO%2CMACD%2CUAAO%2CMAMH%2CKAGI%2CIvDZb%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COuDHO%2CMACD%2CUAAO%2CMAMH%2CKAGI%2CIvDPb%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COuDRO%2CMACD%2CUAAO%2CMAMH%2CKAGI%2CIvDFb%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAsDpHI%2COAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CKAOI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CgBAAA%3B%3BAASR%2COAJG%2CKAIF%3BEtDiFL%2CmBAAA%3BEAAA%2CYAAA%3BEsD9EQ%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAQR%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAEJ%2CQAJI%2COAIH%3BAACD%2CQALI%2COAKH%3BEtD2DL%2CeAAA%3BEAAA%2C8BAAA%3BEmEnQA%2CcAAA%3BEnEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEsDzDQ%2CSAAA%3B%3BAAHJ%2CQAJI%2COAIH%2CSa%5C%2FKL%3BAbgLI%2CQALI%2COAKH%2COahLL%3BEnE2OA%2CWAAA%3B%3BAmExOI%2CQbwKI%2COAIH%2CSa%5C%2FKL%2CEAGK%3BAAAD%2CQbwKI%2COAKH%2COahLL%2CEAGK%3BEnEwOL%2CWAAA%3B%3BAmEpOI%2CQboKI%2COAIH%2CSa%5C%2FKL%2CEAOK%3BAAAD%2CQboKI%2COAKH%2COahLL%2CEAOK%3BEnEoOL%2CWAAA%3B%3BAsDvDI%2CQATI%2COASH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQATI%2COASH%2COAMG%3BEACI%2CeAAA%3B%3BAAGR%2CQAnBI%2COAmBH%3BEtD6CL%2CeAAA%3BEAAA%2C8BAAA%3BEmEnQA%2CcAAA%3BEnEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEsD3CQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAnBI%2COAmBH%2CKa9LL%3BEnE2OA%2CWAAA%3B%3BAmExOI%2CQbwKI%2COAmBH%2CKa9LL%2CEAGK%3BEnEwOL%2CWAAA%3B%3BAmEpOI%2CQboKI%2COAmBH%2CKa9LL%2CEAOK%3BEnEoOL%2CWAAA%3B%3BAsDtCA%2CYAEI%3BAADJ%2CYACI%3BEACI%2CYAAA%3B%3BAAHR%2CYAEI%2CUAEI%3BAAHR%2CYACI%2CUAEI%3BEjBjNR%2CqBAAA%3BEACA%2CkBAAA%3B%3BArCFA%2CYsDgNI%2CUAEI%2CStDlNP%3BAAAD%2CYsDgNI%2CUAEI%2CStDlNP%3BAACD%2CYsD%2BMI%2CUAEI%2CStDjNP%3BAAAD%2CYsD%2BMI%2CUAEI%2CStDjNP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYsD0MI%2CUAEI%2CStD5MP%3BAAAD%2CYsD0MI%2CUAEI%2CStD5MP%3BEACG%2CWAAA%3B%3BAsDuMJ%2CYAEI%2CUAEI%2CSjB9MR%3BAiB2MA%2CYACI%2CUAEI%2CSjB9MR%3BErCgPA%2CUAAA%3BEqC9OI%2CeAAA%3BErC8OJ%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BAgB0LA%2CYAEI%2CUAEI%2CSjB9MR%2CeCoOE%3BAgBzBF%2CYACI%2CUAEI%2CSjB9MR%2CeCoOE%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CYgBsLI%2CUAEI%2CSjB9MR%2CeCsBC%3BAAAD%2CYgBsLI%2CUAEI%2CSjB9MR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYgByKA%2CUAEI%2CSjB9MR%2CeCkCC%2CMACI%3BAAAD%2CYgByKA%2CUAEI%2CSjB9MR%2CeCkCC%2CMACI%3BEtC6ML%2CcAAA%3B%3BAsCvMI%2CYgBmKA%2CUAEI%2CSjB9MR%2CeCwCC%2COACI%3BAAAD%2CYgBmKA%2CUAEI%2CSjB9MR%2CeCwCC%2COACI%3BEtCuML%2CcAAA%3B%3BAqCqEA%2CYiBzGI%2CUAEI%2CSjB9MR%2CeAqTC%3BAAAD%2CYiBzGI%2CUAEI%2CSjB9MR%2CeAqTC%3BErCrED%2CqBAAA%3BEsChOA%2CqBAAA%3B%3BADqSA%2CYiBzGI%2CUAEI%2CSjB9MR%2CeAqTC%2COCjFC%3BADiFF%2CYiBzGI%2CUAEI%2CSjB9MR%2CeAqTC%2COCjFC%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsC2CA%2CYgBsLI%2CUAEI%2CSjB9MR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYgBsLI%2CUAEI%2CSjB9MR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYgByKA%2CUAEI%2CSjB9MR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYgByKA%2CUAEI%2CSjB9MR%2CeAqTC%2COCnRA%2CMACI%3BEtC6ML%2CcAAA%3B%3BAsCvMI%2CYgBmKA%2CUAEI%2CSjB9MR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYgBmKA%2CUAEI%2CSjB9MR%2CeAqTC%2COC7QA%2COACI%3BEtCuML%2CcAAA%3B%3BAsDtCA%2CYAEI%2CUAEI%2CSjBvBR%3BAiBoBA%2CYACI%2CUAEI%2CSjBvBR%3BErCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEqChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BErC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAsDtCA%2CYAEI%2CUAEI%2CSjBvBR%2CYAsBI%3BAiBFJ%2CYACI%2CUAEI%2CSjBvBR%2CYAsBI%3BErCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAqC3BQ%2CYiBTJ%2CUAEI%2CSjBvBR%2CYAsBI%2CGAQK%3BAAAD%2CYiBTJ%2CUAEI%2CSjBvBR%2CYAsBI%2CGAQK%3BErC2BT%2CmBAAA%3BEqCzBY%2CeAAA%3B%3BAAuTZ%2CYiBlUI%2CUAEI%2CSjBvBR%2CYAuVC%3BAAAD%2CYiBlUI%2CUAEI%2CSjBvBR%2CYAuVC%3BAACD%2CYiBnUI%2CUAEI%2CSjBvBR%2CYAwVC%3BAAAD%2CYiBnUI%2CUAEI%2CSjBvBR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYiB5UI%2CUAEI%2CSjBvBR%2CYAiWC%3BAAAD%2CYiB5UI%2CUAEI%2CSjBvBR%2CYAiWC%3BEACG%2CiBAAA%3BErCzSJ%2CsDAAA%3BEqC2SI%2CWAAA%3B%3BAAGJ%2CYiBlVI%2CUAEI%2CSjBvBR%2CYAuWC%3BAAAD%2CYiBlVI%2CUAEI%2CSjBvBR%2CYAuWC%3BEACG%2CiBAAA%3BErC%5C%2FSJ%2CsDAAA%3BEqCiTI%2CWAAA%3B%3BAAzDJ%2CYiB5RI%2CUAEI%2CSjBvBR%2CYAiTC%3BAAAD%2CYiB5RI%2CUAEI%2CSjBvBR%2CYAiTC%3BErCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAqC6PA%2CYiBjSI%2CUAEI%2CSjBvBR%2CYAsTC%3BAAAD%2CYiBjSI%2CUAEI%2CSjBvBR%2CYAsTC%3BErC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAqCZA%2CYiBxBI%2CUAEI%2CSjBsBP%3BAAAD%2CYiBxBI%2CUAEI%2CSjBsBP%3BEACG%2CiBAAA%3B%3BAADJ%2CYiBxBI%2CUAEI%2CSjBsBP%2COAGG%3BAAHJ%2CYiBxBI%2CUAEI%2CSjBsBP%2COAGG%3BEACI%2CcAAA%3B%3BAiB9BR%2CYAEI%2CUAEI%2CSAaI%2CGAAE%3BAAhBd%2CYACI%2CUAEI%2CSAaI%2CGAAE%3BEACE%2CkBAAA%3BEACA%2CuCAAA%3BEACA%2CYAAA%3B%3BAApBhB%2CYAEI%2CUAEI%2CSAaI%2CGAAE%2CSAIE%3BAApBhB%2CYACI%2CUAEI%2CSAaI%2CGAAE%2CSAIE%3BEACI%2CkBAAA%3B%3BAAtBpB%2CYAEI%2CUAEI%2CSAaI%2CGAAE%2CSAOE%3BAAvBhB%2CYACI%2CUAEI%2CSAaI%2CGAAE%2CSAOE%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CYA5BhB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAMQ%3BAAAJ%2CYA5BhB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAMQ%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CYAjChB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAWK%3BAAAD%2CYAjChB%2CUAEI%2CSAaI%2CGAAE%2CSAOE%2CEAWK%3BEACG%2CqBAAA%3B%3BAApCxB%2CYAEI%2CUAuCI%3BAAxCR%2CYACI%2CUAuCI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYA9CR%2CUAuCI%2COAOQ%3BAAAJ%2CYA9CR%2CUAuCI%2COAOQ%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAOhB%2CIAAI%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAiEJ%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CmBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAudJ%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEtD7jBJ%2CgBAAA%3BEsD%2BjBI%2CaAAA%3B%3BAAEJ%2CsBAAsB%3BAAAS%2CuBAAuB%3BEAClD%2CarD50BW%2CaqD40BX%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEAEA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3BEAIA%2CoBAAA%3BEACA%2CoBAAA%3B%3BEAGA%2CgBAAA%3B%3B%3BEAIA%2CmBAAA%3B%3B%3B%3BEAMA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3B%3BAAKJ%3BEACI%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaACI%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAATZ%2CaACI%2CMACI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbhB%2CaAiBI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CaAiBI%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAA5BZ%2CaAiBI%2CWAaI%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2C%2BDAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAtCZ%2CaAyCI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA3CR%2CaAyCI%2CWAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CaAyCI%2CWAWI%2CEAAC%3BEACG%2CqBAAA%3B%3BAArDZ%2CaAwDI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CaAXJ%2CaAWQ%3BEACA%2CSAAA%3B%3BAApEZ%2CaAuEI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAhBz1BR%2CqBI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CoBI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CqBI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CaI5GI%2CQAAO%2CWJ4GV%3BAAAD%2CiBI5GI%2CQAAO%2CWJ4GV%3BEtCyKD%2CSCnPiB%2CODmPjB%3B%3BA0C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC8IjC%2CQAGI%2CKACI%3BAuClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC%2BIjC%2CQAEI%2CKACI%3BAuClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvCgJjC%2CQACI%2CKACI%3BAuClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC8IjC%2CQAGI%2CKAEI%3BAuCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC%2BIjC%2CQAEI%2CKAEI%3BAuCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvCgJjC%2CQACI%2CKAEI%3BEHyHV%2C0BAAA%3B%3BA0C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAuC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAuC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC2JjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAuC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAuC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAuC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvC2JjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAuC%5C%2FJZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSvCoKjC%2CQAAQ%3BEHwGV%2C0BAAA%3B%3BA0C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAI%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAALR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAO%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2C6BAAA%3B%3BAARR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAU%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%3BEACI%2CaAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BEACI%2CsBAAA%3B%3BAAKJ%2CQAtBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAzBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAIK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAOK%3BEACG%2CeAAA%3B%3BAA7BZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAgC%5C%2FB%3BEACI%2CaAAA%3B%3BAAjCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAmC%5C%2FB%2CYAAW%3BEACP%2CkBAAA%3B%3BAApCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAsC%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAvCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BE1C6NJ%2CcAAA%3BE0C3NQ%2CmBAAA%3B%3BAACA%2CKAJH%2CSACD%2CSAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CKAPH%2CSACD%2CSAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeAOI%3BEACI%2CmBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BEACG%2CaAAA%3B%3BAANR%2CcAFM%2CSACV%2CSACK%2CKAQG%3BEACI%2CSAAA%3B%3BAAOJ%2CcAlBE%2CSACV%2CSACK%2CKAgBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CcAvBE%2CSACV%2CSACK%2CKAqBI%2CQACK%3BEACE%2CkBAAA%3B%3BAACA%2CcA1BN%2CSACV%2CSACK%2CKAqBI%2CQACK%2CIAEG%3BEACG%2CeAAA%3B%3BA2I3HxB%2CeAAe%3BEACX%2CSAAA%3B%3BAAEJ%3BEACI%2CyDAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAARJ%2CoBAUI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGR%2CEAAE%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%2CWAAW%3BEACvB%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAJJ%2CeAAgB%2CWAAW%2CcAMvB%2CSAAS%3BEACL%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGR%2CkBAAmB%2CWACf%3BAAD2B%2CkBAAkB%2CUAC7C%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAXR%2CkBAAmB%2CWACf%2CcAYI%2CUAAU%3BAAba%2CkBAAkB%2CUAC7C%2CcAYI%2CUAAU%3BEACN%2CmBAAA%3B%3BAAGR%2CkBAjBe%2CWAiBd%2CMAAO%3BAAAR%2CkBAjB6C%2CUAiB5C%2CMAAO%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAnBR%2CkBAAmB%2CWAqBf%2CcAAc%2CSAAS%3BAArBI%2CkBAAkB%2CUAqB7C%2CcAAc%2CSAAS%3BEACnB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAxBR%2CkBAAmB%2CWA0Bf%3BAA1B2B%2CkBAAkB%2CUA0B7C%3BEACI%2CQAAA%3B%3BAA3BR%2CkBAAmB%2CWA6Bf%3BAA7B2B%2CkBAAkB%2CUA6B7C%3BEACI%2COAAA%3B%3BAAGR%2CeAAgB%2CcAAc%2CUAAU%3BEACpC%2CiBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CkBAAA%3B%3BAAEJ%2C2BAA2B%2CUAAW%3BEAClC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAW%2CcACP%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CWAPG%2CcACP%2CcAMK%2CKACG%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAJR%2CWAPG%2CcACP%2CcAMK%2CKAMG%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWApBD%2CcACP%2CcAMK%2CKAaI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAvBhB%2CWAAW%2CcACP%2CcAyBI%3BEACI%2CeAAA%3B%3BAA3BZ%2CWAAW%2CcACP%2CcA4BI%3BEACI%2CsBAAA%3B%3BAA9BZ%2CWAAW%2CcACP%2CcA%2BBI%2CiBAAiB%3BEACb%2CeAAA%3B%3BACvHZ%3BEACI%2CWAAA%3B%3BAAEJ%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMR%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2COAMI%3BEACI%2CSAAA%3B%3BAAMR%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CcAKM%3BEACE%2CkBAAA%3B%3BAANR%2CcASI%3BAATJ%2CcAS4B%3BEACpB%2CWAAA%3B%3BAAVR%2CcAYI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CcAYI%2COAMI%3BEACI%2CmBAAA%3B%3BAAnBZ%2CcAYI%2COAMI%2CaAGI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAIR%2CcAlBJ%2COAkBK%3BEACG%2CWAAA%3B%3BAADJ%2CcAlBJ%2COAkBK%2CWAGG%2CMAAK%3BEACD%2CgBAAA%3B%3BAAJR%2CcAlBJ%2COAkBK%2CWAMG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CcAlBJ%2COAkBK%2CWAgBG%2COAAO%2CSAAQ%3BEACX%2CaAAA%3B%3BAAjBR%2CcAlBJ%2COAkBK%2CWAmBG%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAxBR%2CcAlBJ%2COAkBK%2CWA0BG%2CQAAO%3BEACH%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CcADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAADJ%2CcADJ%2CGACK%2CMAGG%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAARR%2CcADJ%2CGACK%2CMAGG%2CGAOI%3BAAVR%2CcADJ%2CGACK%2CMAGG%2CGAO4B%3BEACpB%2CkBAAA%3B%3BAAIZ%2CcAhBJ%2CGAgBK%2CaACG%3BEACI%2CcAAA%3B%3BAAEA%2CcApBZ%2CGAgBK%2CaACG%2CGAGK%3BEACG%2CcAAA%3B%3BAALZ%2CcAhBJ%2CGAgBK%2CaAQG%3BAARJ%2CcAhBJ%2CGAgBK%2CaAQ2B%3BEACpB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CcAhBJ%2CGAgBK%2CaAgBG%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGR%2CcAtCJ%2CGAsCK%3BEACG%2CgBAAA%3B%3BAADJ%2CcAtCJ%2CGAsCK%2CSAGG%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAPR%2CcAtCJ%2CGAsCK%2CSAGG%2CGAMI%3BAATR%2CcAtCJ%2CGAsCK%2CSAGG%2CGAM4B%3BEACpB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAMZ%2CcADJ%3BAACO%2CcADP%2CEACQ%3BAAAQ%2CcADhB%2CEACiB%3BEACT%2CWAAA%3B%3BAA1HZ%2CcA6HI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CcAMI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAATR%2CcAYI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAfR%2CcAYI%2CcAKI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAnBZ%2CcAsBI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CcA2BI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAGA%2CcADJ%2CcACK%3BEACG%2CkBAAA%3B%3BAAlCZ%2CcAgCI%2CcAII%2CGAAE%3BEACE%2CqBAAA%3B%3BAArCZ%2CcAgCI%2CcAII%2CGAAE%2CMAGE%3BEACI%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CcAdZ%2CcAII%2CGAAE%2CMAGE%2CGAOK%3BEACG%2CgBAAA%3B%3BAA%5C%2FCpB%2CcAgCI%2CcAII%2CGAAE%2CMAcE%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAApDhB%2CcAwDI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAA7DR%2CcAwDI%2CUAOI%3BEACI%2CaAAA%3B%3BAAhEZ%2CcAwDI%2CUAUI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIZ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAACA%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3BAAdR%2CcAgBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CcAAA%3B%3BAAGR%2CaAEI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CaAJJ%2CGAIK%2CYAAa%3BEACV%2CeAAA%3B%3BAAPZ%2CaAUM%2CKAAK%3BEACH%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CaAZF%2CKAAK%2CIAYF%3BAAAQ%2CaAZX%2CKAAK%2CIAYO%3BEACN%2CWAAA%3B%3BAAEJ%2CaAfF%2CKAAK%2CIAeF%2CcAAc%3BEACX%2CyBAAA%3B%3BAAEJ%2CaAlBF%2CKAAK%2CIAkBF%2CaAAa%3BEACV%2CyBAAA%3B%3BAAEJ%2CaArBF%2CKAAK%2CIAqBF%2CcAAc%3BEACX%2CyBAAA%3B%3B%3BAAMZ%2CEAAE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CEAAG%3BEACC%2CmBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CYAiBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAApBR%2CYAiBI%2CmBAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CCAAE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BEACG%2CWAAA%3BEACA%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CIAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CcAAA%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2CmEAAlB%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAARR%2CcAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CcAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CQAKI%3BEACI%2CsEAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAXR%2CQAKI%2COAQI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBZ%2CQAoBI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CQA2BI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C%2BEAAZ%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CaAmBI%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CaAwBI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAA5BR%2CaA8BI%3BEACI%2CSAAA%3B%3BAA%5C%2FBR%2CaA8BI%2CqBAGI%3BEACI%2CaAAA%3B%3BAAlCZ%2CaA8BI%2CqBAMI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CaA8BI%2CqBAMI%2CEAAC%2CaAOG%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAKhB%2CQAAS%3BEACL%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CQAAS%2CcAML%3BEACI%2CsBAAA%3B%3BAAGR%3BEACI%2C4DAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAATJ%2CiBAWI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAdR%2CiBAgBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAArBR%2CiBAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CiBA2BI%3BEACI%2CUAAA%3B%3BAA5BR%2CiBA8BI%2CMAAK%3BEACD%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnCR%2CiBAqCI%3BEACI%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3B%3BAA3CR%2CiBA6CI%2CQAAO%3BEACH%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAArDR%2CiBAuDI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAzDR%2CiBAuDI%2CkBAII%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BAA7DZ%2CiBAgEI%3BEACI%2CeAAA%3BEACA%2CsBAAA%3B%3BACjjBR%2CoBAAqB%2CaAAa%2CEAAC%3BEAC%5C%2FB%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CaACI%3BEACI%2CiBAAA%3B%3BAAFR%2CaACI%2CGAGI%3BEACI%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CaAPR%2CGAGI%2CGAIK%3BEACG%2CaAAA%3B%3BAAThB%2CaAaI%2CEAAC%3BEACG%2CmBAAA%3B%3BAAdR%2CaAgBI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CoBACI%3BEACI%2CYAAA%3B%3BAAFR%2CoBAII%2CEAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CoBALJ%2CEAAC%2CaAKI%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAXZ%2CoBAII%2CEAAC%2CaASG%3BEACI%2CWAAA%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAADJ%2CWAGI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CWAGI%2CWAMI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CWAVR%2CWAMI%2CEAIK%2CMAAO%3BEACJ%2CYAAA%3BEACA%2CyBAAA%3B%3BAAfhB%2CWAGI%2CWAgBI%3BEAAI%2CWAAA%3B%3BAC%5C%2FEf%3BEACC%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BACJF%2CyCACE%2CYAAY%2CQAAO%3BEAAU%2CWAAA%3B%3BAAD%5C%2FB%2CyCAEE%2CcAAc%3BEAAY%2CcAAA%3B%3BAAF5B%2CyCAGE%2CiBAAiB%3BEAAM%2CaAAA%3B%3BAAEzB%2CgBAAiB%3BEAA6B%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAACnH%2CaAAc%3BEAAsB%2CaAAA%3B%3BAACpC%2CcAAe%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAAClD%2CcAAe%2CcAAc%3BEAAwB%2C2BAAA%3B%3BAACrD%2CUAAW%2CcAAc%3BEACrB%2CwBAAA%3B%3BAzKAA%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CmBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA0KfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BE1LgQZ%2CiBAAA%3B%3BA0LlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BAzK5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEjB4QhB%2CqBAAA%3BEsC9QA%2CqBAAA%3B%3BArBFY%2CYAVR%2CeAGO%2CUAOE%2CSqBoQX%3BArBnQU%2CYAXR%2CeAGO%2CUAQE%2CQqBmQX%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CYrBlBI%2CeAGO%2CUAOE%2CSqBQZ%3BAAAD%2CYrBlBI%2CeAGO%2CUAQE%2CQqBOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCpPQ%2CODoPR%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CsBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BArB5UgB%2CYAvBZ%2CeAGO%2CUAOE%2CSAaI%3BAAAD%2CYAvBZ%2CeAGO%2CUAQE%2CQAYI%3BEACG%2CkBAAA%3B%3BAAIR%2CYA5BR%2CeAGO%2CUAyBE%3BEACG%2COAAA%3B%3BAAGJ%2CYAhCR%2CeAGO%2CUA6BE%3BEAEG%2CQAAA%3B%3BAqB%2BEhB%2CYrBjHI%2CeAGO%2CUA6BE%2CQqBiFZ%3BEtCyKD%2CSCrPQ%2CODqPR%3B%3BAiBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BEjB6NZ%2CmBAAA%3BEiB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BEjB2MpB%2CiBAAA%3BEiBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjB6LpB%2CiBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BEjBwKzB%2CiBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CiBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CkBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BA0KvKxB%2CmBAAC%3BAAAD%2CeAAC%3BE3L4RL%2CmBAAA%3B%3BA2L1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CgBAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BAlJVR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2CQACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BEAEG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAApBhC%2CQACI%2CgBACI%2CUAEI%2CQAqBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAA5BpB%2CQACI%2CgBA%2BBI%2CeACI%3BEACI%2CmBAAA%3B%3BAAlChB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%3BEACI%2CiBAAA%3B%3BAApCpB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%2CSAEI%3BEACI%2CWAAA%3B%3BAAtCxB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CQA%5C%2FCR%2CgBA8CI%2CQACK%3BE3CiPb%2CqBAAA%3BEsC9QA%2CqBAAA%3BEKmCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQA%5C%2FCR%2CgBA8CI%2CQACK%2CILqOX%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CQKxBI%2CgBA8CI%2CQACK%2CILvBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CS8DpOU%2CO9DoOV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKrCA%2CgBA8CI%2CQACK%2CILXZ%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2CQK3CA%2CgBA8CI%2CQACK%2CILLZ%2COACI%3BEtCqPL%2CcAAA%3B%3BA2CvOY%2CQAzDR%2CgBA8CI%2CQAWK%3BEACG%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQA7DR%2CgBA8CI%2CQAeK%3BEACG%2CcAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CQAjER%2CgBA8CI%2CQAmBK%3BE3C%2BNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BA2C%5C%2FNY%2CQAjER%2CgBA8CI%2CQAmBK%2COLmNX%3BEtChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAsCHA%2CQKxBI%2CgBA8CI%2CQAmBK%2COLzCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEtC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CauC7Oe%2CavC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEsCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQKrCA%2CgBA8CI%2CQAmBK%2COL7BZ%2CMACI%3BEtC2PL%2CcAAA%3B%3BAsCrPI%2CQK3CA%2CgBA8CI%2CQAmBK%2COLvBZ%2COACI%3BEtCqPL%2CcAAA%3B%3BAI7CA%2CQuCnPI%2CgBA8CI%2CQAmBK%2COvCkLZ%3BAACD%2CQuCpPI%2CgBA8CI%2CQAmBK%2COvCmLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQuCzPI%2CgBA8CI%2CQAmBK%2COvCwLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQuC9PI%2CgBA8CI%2CQAmBK%2COvC6LZ%3BAACD%2CQuC%5C%2FPI%2CgBA8CI%2CQAmBK%2COvC8LZ%3BAACD%2CQAAQ%2CUAAW%2CSuChQf%2CgBA8CI%2CQAmBK%3BEvCgMT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BA8L04KJ%3BEAAsB%2CkBAAA%3BEAAoB%2CUAAA%3B%3B%3BAAG1C%2CmBAAsB%3BEACpB%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CuBAAA%3B%3B%3BAAIF%2CmBAAoB%3BEAClB%2CoBAAA%3BEACA%2C8BAAA%3B%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3B%3BEACA%2CSAAA%3B%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3B%3BAAIF%2CmBAAoB%2CQAAQ%3BAAC5B%2CmBAAoB%2CQAAQ%3BEAC1B%2CwBAAA%3B%3B%3BAAIF%2CmBAAoB%2CQAAO%3BEACzB%2CSAAS%2CEAAT%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3B%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3B%3BAAIF%2CmBAAoB%2CQAAO%3BEACzB%2CSAAS%2CoDAAT%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3B%3B%3B%3BAAgDF%3BEAAsB%3BIAAK%2CWAAW%2CcAAX%3B%3B%3B%3B%3B%3BAAqmC3B%3BEACI%2CyBAAA%3B%3B%3BAAGJ%2CeAAgB%2CeAAe%2CmBAAmB%3BAAClD%2CeAAgB%3BEACZ%2CwBAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CqBAAA%3BEACA%2C8BAAA%3B%3B%3BAAIJ%2CcAAc%2CsBAAsB%2CoBAAoB%2CeAAgB%2CcAAc%2CWAAW%3BEAC7F%2CyBAAA%3B%3BAAEJ%2CIAAI%2CeAAgB%2CcAAc%2CWAAW%3BEACzC%2CyBAAA%3B%3BACx5NJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAPJ%2C0BASI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAAC%2CeAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2C0BAAC%2CWAAY%3BEACT%2CcAAA%3B%3BAAGJ%2C0BAAC%2CYAAa%3BEACV%2CcAAA%3B%3BAA3BR%2C0BA8BI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C0BAsCI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3CZ%2C0BAsCI%2CeAQI%3BEAEQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDhB%2C0BAsCI%2CeAQI%2CQAMI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEA%2C0BAnBZ%2CeAQI%2CQAMI%2CqBAKK%3BEACG%2CmBAAA%3B%3BAAOpB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CoBAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CcAAA%3B%3BAANR%2CwBASI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAdR%2CwBAiBI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3B%3BAAnBR%2CwBAiBI%2CoBAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CwBAVR%2CoBAII%2CaAMK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAfR%2CoBAII%2CaAWK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAC%5C%2FEZ%2CwBAJ%2BC%3BE9Ki4C%5C%2FC%3BIlBpnCA%2CUAAA%3BIAAA%2CSAAA%3BIkBwlCA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BIlB7iCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CSAAA%3BIkBmmCI%2CWAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiDAAC%3BIlBtmCD%2CyBAAA%3B%3BEkBymCA%2CiDAAC%3BIlBzmCD%2C4BAAA%3BIkB2mCI%2CQAAA%3B%3B%3BA8Kh3CJ%2CwBAJqD%3BE9K0YrD%3BIlB7YA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEkCmaD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CalC1aX%3BEkCoaD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CalCzaX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEkC8ZD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CalCpaX%3BIACG%2CWAAA%3B%3BEkBksBJ%3BEJ%5C%2FcQ%2C0BAFJ%2CUAEK%2COAEG%3BEsK5NZ%2CsBAOI%3BIpL6MJ%2C0BAAA%3BIkB4bA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlB9bA%2C6BAAA%3BIAAA%2C0BAAA%3BIAAA%2CcAAA%3BIsChOA%2CqBAAA%3B%3BEpB%2BpBA%2C0BAAC%3BEJzbO%2C0BAFJ%2CUAEK%2COAEG%2CeIubX%3BEkKnpBD%2CsBAOI%2COlK4oBH%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEoB5pBJ%2C0BAAC%3BExBgOO%2C0BAFJ%2CUAEK%2COAEG%2CewBlOX%3BE8IMD%2CsBAOI%2CO9IbH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BpBioBK%2COoBjoBJ%3BExBsKO%2C0BAFJ%2CUAEK%2COAEG%2CeIydP%2COoBjoBJ%3BE8IpDD%2CsBAOI%2COlK8qBC%2COoBjoBJ%3BItCgKD%2CSCzQM%2CODyQN%3B%3BEkBwzBA%3BEJ5wBQ%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%3BId7CZ%2CcAAA%3BIsC9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BExBoTO%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%2CKwBrTX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS8DpOU%2CO9DoOV%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEoB1TA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CQAAS%3BEACT%2CmBAAoB%3BIAChB%2CkBAAA%3BIACA%2CiBAAA%3B%3BEU9BR%2CWACI%2CQACI%3BIACI%2CkBAAA%3BIpE4PZ%2CcAAA%3BIsChOA%2CqBAAA%3BI8BrBY%2CWAAA%3B%3BE9B2BZ%2CW8BpCI%2CQACI%2CW9BmCP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8B7TY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3B%3BE9BiFhB%2CW8B9FI%2CQACI%2CWAcK%2CgB9B%2BEZ%3BItCgKD%2CSCzQM%2CODyQN%3B%3BEoErOA%3BIpEqNF%2C8BAAA%3BIACK%2C2BAAA%3BIACC%2C0BAAA%3BIAcJ%2CsBAAA%3BIoEnOI%2CYAAA%3BIACA%2CWAAA%3BIACA%2COAAO%2CwBAAP%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIAEA%2CyBAAA%3B%3BEAXJ%2CaAYI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAnBR%2CaAYI%2CUASI%3BIACI%2CeAAA%3B%3BEAtBZ%2CaAYI%2CUAYI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CaAhBJ%2CUAgBK%2CQACG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CaAtBJ%2CUAsBK%3BIpEmMT%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIqEvBY%2CcAAA%3B%3BEApCZ%2CaAwCI%2CQAAO%3BIpE6LX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIqEjBQ%2CWAAA%3B%3BEA1CR%2CaAwCI%2CQAAO%2CMAGH%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEACA%2CaAPR%2CQAAO%2CMAGH%2CGAIK%2CMAAM%3BIACH%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAjDhB%2CaAwCI%2CQAAO%2CMAYH%3BEApDR%2CaAwCI%2CQAAO%2CMAaH%2CEAAC%3BIpEgLT%2CWAAA%3BIAAA%2CqBAAA%3BIoE7KY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA1DZ%2CaAwCI%2CQAAO%2CMAoBH%2CEAAC%3BIACG%2CWAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CgBAGI%3BIpEgJN%2C8BAAA%3BIACK%2C2BAAA%3BIACC%2C0BAAA%3BIAcJ%2CsBAAA%3BIoE9JQ%2CYAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CgBAWI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIACA%2CiBAAA%3B%3BEAJR%2CSAOI%3BIpEyHN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIoErIQ%2CQAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C%2BBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAMR%2CMADE%2CYAAa%2CcACd%3BIAEG%2CkBAAA%3BIACA%2CUAAA%3B%3BEpEtIR%2CMoEkIM%2CYAAa%2CcACd%2CMpEnIJ%3BEACD%2CMoEiIM%2CYAAa%2CcACd%2CMpElIJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMoE4HM%2CYAAa%2CcACd%2CMpE7HJ%3BIACG%2CWAAA%3B%3BEoEkIA%2CMAPE%2CYAAa%2CcAOd%3BIACG%2CgBAAA%3BIACA%2CsCAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIK%3BEAJN%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIU%2CIAAC%3BEAJZ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIqB%2CIAAC%3BIACf%2CWAAA%3B%3BEAhBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBK%3BEAnBN%2CMAPE%2CYAAa%2CcAOd%2CWAmBU%2CIAAC%3BEAnBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBqB%2CIAAC%3BIACf%2CWAAA%3B%3BEAIR%2CMA%5C%2FBE%2CYAAa%2CcA%2BBd%3BIAEG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEpEvKR%2CMoEkIM%2CYAAa%2CcA%2BBd%2CapEjKJ%3BEACD%2CMoEiIM%2CYAAa%2CcA%2BBd%2CapEhKJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMoE4HM%2CYAAa%2CcA%2BBd%2CapE3JJ%3BIACG%2CWAAA%3B%3BEoEiKI%2CMAtCF%2CYAAa%2CcA%2BBd%2CaAOI%3BIACG%2CcAAA%3B%3BE6HxKZ%3BIjMmPA%2CuBAAA%3BIiMhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BIjMoOR%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BIAAA%2CkBAAA%3B%3BEiMnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BIjM4NL%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiMnPA%2CWA4BI%3BIjMuNJ%2C0BAAA%3BIAAA%2CiBAAA%3B%3BEiMnPA%2CWA4BI%2CQAIM%3BIjMmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BIiM7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BIjM4Mb%2CWAAA%3B%3BEiMvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BIjMqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BIiM7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BIjMwLV%2CgBAAA%3B%3BEiMpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BIjMkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEiMpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BIjM0KxB%2CiBAAA%3B%3BEiMlKQ%2CWADJ%2CGAAE%2COACG%3BIjMkKT%2C6BAAA%3B%3BEiMnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BIjMyJjB%2CWAAA%3B%3BEiMnJQ%2CWAVJ%2CSAUK%2CIAAI%3BIjMmJb%2CgBAAA%3BIAAA%2CgBAAA%3BIiM7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BIjMqIlB%2CkBAAA%3B%3BEiMjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BIjM2HhB%2CkBAAA%3B%3BEiMnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BIjMqHpB%2CWAAA%3BIiMhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BIjM8GzB%2CWAAA%3B%3BEiMvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BIjMgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3B%3BEiMpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BIjMmFtB%2CiBAAA%3B%3BEoE7DA%2CWACI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CWAJJ%2CEAIK%3BIACG%2CWAAA%3B%3BEANZ%2CWAUI%2CGAAE%3BIACE%2CiBAAA%3B%3BEAEA%2CWAHJ%2CGAAE%2COAGG%3BIACG%2CaAAA%3B%3BEAdZ%2CWAUI%2CGAAE%2COAMI%2CIAAC%3BIACC%2C4BAAA%3B%3BEAjBZ%2CWAUI%2CGAAE%2COASI%2CIAAC%3BIACC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CWAbR%2CGAAE%2COASI%2CIAAC%3BEAII%2CWAbX%2CGAAE%2COASI%2CIAAC%2CgBAIQ%3BIACH%2CsBAAA%3B%3BEAGR%2CWAjBJ%2CGAAE%2COAiBG%2COAAQ%2CcAAc%3BEAAiB%2CWAjB5C%2CGAAE%2COAiB2C%2COAAU%2CIAAC%2CIAAI%3BEAAoB%2CWAjBhF%2CGAAE%2COAiB%2BE%2CWAAc%2CIAAC%2CIAAI%3BEAAoB%2CWAjBxH%2CGAAE%2COAiBuH%2COAAU%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BEAAiB%2CWAjBpL%2CGAAE%2COAiBmL%2CWAAc%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BIAC3N%2CeAAA%3BIACA%2CeAAA%3B%3BEA7BZ%2CWAUI%2CGAAE%2COAsBI%2CgBAAgB%3BIACd%2CgBAAA%3B%3BEAjCZ%2CWAUI%2CGAAE%2COAyBE%2CcAAgB%2CIAAC%3BIACb%2CSnErOE%2COmEqOF%3BIACA%2CeAAA%3BIACA%2CanEnPG%2CamEmPH%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEA1CZ%2CWAUI%2CGAAE%2COAkCE%2CGAAE%2COAAU%3BIACR%2CgBAAA%3B%3BEAIJ%2CWADJ%2CGAAE%3BEACK%2CWADP%2CGAAE%2CQACM%2CIAAI%3BIACJ%2CmBAAA%3B%3BEADJ%2CWADJ%2CGAAE%2CQAIM%2CQAAU%3BEAHX%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAGJ%2CQAAU%3BEAHd%2CWADJ%2CGAAE%2CQAImB%2CQAAO%2COAAU%3BEAH%5C%2FB%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAGS%2CQAAO%2COAAU%3BIAC1B%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAvDhB%2CWAgDI%2CGAAE%2CQAWI%3BIACE%2CiBAAA%3B%3BEYjQZ%3BIACI%2CaAAA%3B%3BEEoNA%2CYAAC%3BIlF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEkF5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECzIZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BIlFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEkFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BIlFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIkFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDpCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BInFuKJ%2CyBAAA%3BImFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BInFyJR%2CwCAAA%3B%3BEmFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BInFgJzB%2CyBAAA%3B%3BEmF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BInF%2BHJ%2CeAAA%3BIAAA%2CgBAAA%3B%3BEoFxOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEiGXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BE3FgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BEyCwgBJ%2CYACI%2CcACI%3BIACI%2CsBAAA%3B%3BEsB1fd%3BIACE%2CkBAAA%3B%3BEAEF%3BIACE%2CaAAA%3B%3BEAEF%3BIACE%2CmBAAA%3B%3BEGiqBA%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CSACI%3BIACI%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAGR%3BIACI%2CmBAAA%3B%3BEAEJ%2C0BACI%2CcACI%3BIACI%2CUAAA%3B%3BEAHZ%2C0BACI%2CcAKI%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEARZ%2C0BACI%2CcAUI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIZ%2CmBACI%2CiBACI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3B%3BEAIZ%2C%2BBACI%3BIACI%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAJR%2C%2BBACI%2CMAII%3BIACI%2CoBAAA%3B%3BEANZ%2C%2BBACI%2CMAII%2CGAEI%3BIACI%2CoBAAA%3B%3BEACA%2C%2BBARZ%2CMAII%2CGAEI%2CGAEK%2CQAAQ%3BIACL%2CaAAA%3B%3BEAGR%2C%2BBAZR%2CMAII%2CGAQK%3BIACG%2CkBAAA%3B%3BEADJ%2C%2BBAZR%2CMAII%2CGAQK%2CQAEG%3BIACI%2CoBAAA%3B%3BEACA%2C%2BBAhBhB%2CMAII%2CGAQK%2CQAEG%2CGAEK%3BEACD%2C%2BBAjBhB%2CMAII%2CGAQK%2CQAEG%2CGAGK%3BIACG%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAKhB%2C%2BBAzBJ%2CMAyBK%3BIACG%2CkBAAA%3B%3BEAIZ%2CYACI%2C2BACI%3BIACI%2CYAAA%3B%3BEAHZ%2CYACI%2C2BAKI%3BEANR%2CYACI%2C2BAMI%3BIACI%2CYAAA%3B%3BEARZ%2CYACI%2C2BAUI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEAbZ%2CYACI%2C2BAeI%3BIAKI%2C8BAAA%3B%3BEAJA%2CYAhBR%2C2BAeI%2CgBACK%3BIACG%2CgBAAA%3B%3BEAOJ%2CYAxBR%2C2BAuBI%2CcACK%3BIACG%2CgBAAA%3B%3BEA1BhB%2CYACI%2C2BAuBI%2CcAKI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAKhB%2C0BAA0B%3BIACtB%2CoBAAA%3BIACA%2CyBAAA%3B%3BEAFJ%2C0BAA0B%2CQAGtB%3BIACI%2COAAO%2CkBAAP%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEANR%2C0BAA0B%2CQAQtB%2COAAM%3BIACF%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAGR%2C0BAA0B%2CoBACtB%3BIACI%2CWAAA%3B%3BEAFR%2C0BAA0B%2CoBACtB%2CcAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BEAKZ%2CIAAI%2CIAAI%2CcACJ%2CmBACI%2CoBACI%2CiBACI%2CeACI%3BIACI%2CMAAA%3B%3BECpVxB%3BIACI%2CeAAA%3B%3BEAEJ%2COACI%2CmBACI%2CiBACI%2CyBACI%2C4BACI%2C0BACI%2CSACI%2CUAAS%3BIACL%2CcAAA%3B%3BEARhC%2COACI%2CmBACI%2CiBACI%2CyBACI%2C4BACI%2C0BACI%2CSACI%2CUAAS%2COAEL%3BEAThC%2COACI%2CmBACI%2CiBACI%2CyBACI%2C4BACI%2C0BACI%2CSACI%2CUAAS%2COAEG%3BIACJ%2CcAAA%3B%3BEAVpC%2COACI%2CmBACI%2CiBACI%2CyBACI%2C4BAWI%2C4BACI%3BIACI%2CSAAA%3B%3BEAjB5B%2COACI%2CmBACI%2CiBACI%2CyBACI%2C4BAWI%2C4BACI%2CUAEI%3BIACI%2CgBAAA%3B%3BEAnBhC%2COACI%2CmBACI%2CiBACI%2CyBACI%2C4BAWI%2C4BAOI%3BIACI%2CSAAA%3B%3BEAvB5B%2COACI%2CmBACI%2CiBACI%2CyBACI%2C4BAWI%2C4BAOI%2CcAEI%3BIACI%2CuBAAA%3BIACA%2CcAAA%3B%3BEMtiBhC%2CgBACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%3BIACI%2CaAAA%3B%3BEAEA%2CgBAJR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAGK%3BIACG%2CaAAA%3B%3BEAGJ%2CgBARR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAOK%3BIACG%2CcAAA%3B%3BEAVhB%2CgBAeI%2CWACI%3BIACI%2CsBAAA%3B%3BEOoOZ%2COAAQ%3BIACJ%2CqBAAA%3B%3BE9H7JJ%2CkBACI%3BIACI%2CmBAAA%3B%3BEhCo1BR%2CqBACI%2CQAAO%3BIRzjBX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEQkhBR%2CqBAKI%2CSAAQ%3BIRjhBZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEQ0%5C%2FBT%2CQAAQ%3BEACR%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEADJ%2CeAGI%3BIACI%2CaAAA%3B%3BEAGR%2CcAAe%3BIACX%2CsBAAA%3B%3BEExlCJ%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2C6BAAA%3B%3BEAIA%2CKAAC%3BIACG%2C0BAAA%3B%3BEAGQ%2CKAJX%2CcAEG%2CMACI%2CKACK%3BEACD%2CKALX%2CcAEG%2CMACI%2CKAEK%3BEACD%2CKANX%2CcAEG%2CMACI%2CKAGK%3BEACD%2CKAPX%2CcAEG%2CMACI%2CKAIK%3BEACD%2CKARX%2CcAEG%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAKR%2CKAdP%2CcAaG%2CKACK%3BEACD%2CKAfP%2CcAaG%2CKAEK%3BEACD%2CKAhBP%2CcAaG%2CKAGK%3BEACD%2CKAjBP%2CcAaG%2CKAIK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2CKAvBX%2CcAaG%2CKACK%2CIASI%3BEAAD%2CKAvBX%2CcAaG%2CKAEK%2CMAQI%3BEAAD%2CKAvBX%2CcAaG%2CKAGK%2CSAOI%3BEAAD%2CKAvBX%2CcAaG%2CKAIK%2CKAMI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CKA9BP%2CcAaG%2CKAiBK%3BIACG%2CmBAAA%3B%3BEA%5C%2FBZ%2CKAAC%2CcAkCG%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEAnCR%2CKAAC%2CcAqCG%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAKZ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CYAGI%3BIACI%2CaAAA%3B%3BEAJR%2CYAMI%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BECpWZ%2CqBACI%2CaAAa%3BIACT%2CaAAA%3B%3BEAGR%2CYAAY%2CMAAO%2CcAAc%3BIAC7B%2CcAAA%3B%3BEYhDJ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAII%3BIACI%2CgBAAA%3B%3BEI4FhB%2CwBACI%3BI3ByJJ%2CeAAA%3B%3BE2B1JA%2CwBAKI%3BI3BqJJ%2CaAAA%3B%3BE2B1JA%2CwBASI%3BI3BiJJ%2CoBAAA%3B%3BE2B1JA%2CwBAaI%2CgCACI%3BIACI%2CeAAA%3B%3BEqBgBZ%2CwBACI%3BIhD0HJ%2CeAAA%3B%3BEgD3HA%2CwBACI%2CgBAGI%3BIhDuHR%2CaAAA%3B%3BEgD3HA%2CwBACI%2CgBAOI%3BIhDmHR%2CoBAAA%3B%3BEkCsKA%3BIACI%2CoBAAA%3B%3BEAGI%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CmBAAA%3B%3BEAFR%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAEM%3BIACE%2CWAAA%3BIlCzLpB%2CiBAAA%3B%3BEkCgLA%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%3BIlC9LhB%2CmBAAA%3B%3BEkCgMoB%2CQAZhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAOxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BIlC1MR%2CkBAAA%3B%3BEkC8MA%2CuBACI%3BIACI%2CkBAAA%3B%3BEiBlaR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAII%2CiBACI%3BIACI%2CYAAA%3B%3BEAIZ%2CMAAM%3BIACF%2CWAAA%3B%3BEvB2HJ%2CaACI%2CiBACI%3BI5B0ER%2CeAAA%3BI4BxEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3BI5BiEJ%2C6BAAA%3B%3BE4B9DQ%2CgBADJ%2COACK%3BI5B8DT%2CiBAAA%3BI4B5DY%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEARZ%2CgBAWI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3B%3BEAGJ%2CKAAK%2CcACD%3BI5B4CJ%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BEVmLA%2CKAAK%2CcACD%2CaUgCF%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsC2CA%2CKV6KK%2CcACD%2CaU9KH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC%5C%2FNW%2COD%2BNX%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKVgKC%2CcACD%2CaUlKH%2CMACI%3BItC6ML%2CWAAA%3B%3BEsCvMI%2CKV0JC%2CcACD%2CaU5JH%2COACI%3BItCuML%2CWAAA%3B%3BE4BjCQ%2CKAZH%2CcACD%2CaAWK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C8BAAA%3BIACA%2CyBAAA%3B%3BEACA%2CKAjBP%2CcACD%2CaAWK%2CQAKI%3BIACG%2CWAAA%3B%3BEAlBhB%2CKAAK%2CcAsBD%3BIACI%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BET7DR%2CKAAK%2CcACD%3BInBuEJ%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BEnBsMA%2CKAAK%2CcACD%2CqBmB2DF%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2CKnBgMK%2CcACD%2CqBmBjMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC9NiB%2COD8NjB%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKnBmLC%2CcACD%2CqBmBrLH%2CMACI%3BItC2PL%2CWAAA%3B%3BEsCrPI%2CKnB6KC%2CcACD%2CqBmB%5C%2FKH%2COACI%3BItCqPL%2CWAAA%3B%3BE6B5HA%3BI7B4HA%2CgCAAA%3BI6B1HI%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACM%3BIACE%2CeAAA%3B%3BEAGR%3BIACI%2CYAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAGR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BEY3EhB%2CcAAc%3BIACV%2CkBAAA%3BIACA%2CmBAAA%3B%3BEIyFJ%2CIAAI%2CcACA%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEAJR%2CIAAI%2CcAMA%3BIACI%2CYAAA%3B%3BEAKJ%2COAAC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAC%2COAIG%2CqBAAoB%3BIAChB%2CmBAAA%3B%3BEALR%2COAAC%2COAOG%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAdR%2COAAC%2COAOG%2CcAQI%3BIACQ%2CSAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BI7CkDpB%2CgBAAA%3BI6ChDoB%2CkBAAA%3BI7CgDpB%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BEAMA%2COOoJK%2COAOG%2CcAQI%2COPnKX%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSC5PU%2COD4PV%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEO%5C%2FII%2COAAC%2COA%2BBG%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BI7CiCZ%2CuBAAA%3BI6C%5C%2FBY%2CUAAA%3BIACA%2CiBAAA%3B%3BEAxCR%2COAAC%2COA0CG%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BI7CqBZ%2CgBAAA%3BI6CnBY%2CWAAA%3B%3BEAMR%2COAAE%2CQAAC%3BIACC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CyBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CkBAAA%3B%3BEAGR%2CkBACI%2CcAAa%3BIACT%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CoCAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAGR%2COAAQ%3BIACJ%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2COAAQ%2CgBAKJ%3BIACI%2CaAAA%3B%3BEAEJ%2COARI%2CgBAQH%3BIACG%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI7CtBR%2CcAAA%3BIsC9QA%2CqBAAA%3B%3BEAMA%2COOmRQ%2CgBAQH%2CSP3RJ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEO5CQ%2COAlBA%2CgBAQH%2CSAUI%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COAxBA%2CgBAQH%2CSAgBI%3BIACG%2CSAAQ%2CKAAK%2CiBAAiB%2CGAA9B%3BIACA%2CgBAAA%3BI7CrCZ%2CcAAA%3B%3BE6CyCI%2COA9BI%2CgBA8BH%3BIACG%2CoBAAA%3B%3BEPnNR%2COOoLQ%2CgBA8BH%2COAEG%2CgBPpNP%3BItCyKD%2CSCzQM%2CODyQN%3B%3BE6CyCI%2COA9BI%2CgBA8BH%2COAQG%3BIACI%2CcAAA%3B%3BEAEJ%2COAzCA%2CgBA8BH%2COAWO%3BIACA%2CcAAA%3B%3BEAGR%2COA7CI%2CgBA6CA%3BIACA%2CaAAA%3B%3BEYlQR%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BIACI%2CqBAAA%3B%3BEACA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CkBAAA%3B%3BE3CmMR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGI%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAEG%3BIdRZ%2CiBAAA%3B%3BEcgBY%2C0BAZR%2CUAEK%2COAUI%3BIACG%2C6BAAA%3BIdjBhB%2CgBAAA%3BIcmBgB%2CaAAA%3BIACA%2CeAAA%3B%3BEACA%2C0BAjBZ%2CUAEK%2COAUI%2CMAKI%3BIACG%2CcAAA%3B%3BEANR%2C0BAZR%2CUAEK%2COAUI%2CMAQG%3BIACI%2CeAAA%3B%3BEACA%2C0BAtBhB%2CUAEK%2COAUI%2CMAQG%2CMAEK%3BIACG%2CaAAA%3B%3BEAEJ%2C0BAzBhB%2CUAEK%2COAUI%2CMAQG%2CMAKK%3BIACG%2CaAAA%3B%3BEAdZ%2C0BAZR%2CUAEK%2COAUI%2CMAQG%2CMAQI%3BIdhCpB%2CWAAA%3BIckCwB%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEACA%2C0BAjCpB%2CUAEK%2COAUI%2CMAQG%2CMAQI%2CEAKK%3BIdrCzB%2CgBAAA%3B%3BEckDQ%2C0BA9CJ%2CUA8CK%2CMACG%3BIdnDZ%2CiBAAA%3B%3BEc0DQ%2C0BAtDJ%2CUAsDK%3BIACG%2CmBAAA%3B%3BEAQA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAeJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGA%2CuBAAwB%2CeAT1B%2CSACV%2CSACK%2CKAMI%3BIAEO%2CoBAAA%3B%3BEAOJ%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAWI%3BEAIG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAYI%3BEAGG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAaG%3BEAEI%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAcI%3BIAEO%2CmBAAA%3B%3BEAlBpB%2CcAAc%2CSAuBV%3BIACI%2CaAAA%3B%3BEqBER%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAII%3BIACI%2CiBAAA%3B%3BEiJpUR%3BIACI%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEANJ%2CsBAUI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBAHJ%2CSAGK%3BIACG%2CcAAA%3B%3BEAdZ%2CsBAiBI%3BIACI%2CeAAA%3B%3BE9HmOR%3BEACA%2CiBAAoB%3BIAChB%2CaAAA%3B%3BEAEJ%2CaAAc%2CkBAAkB%2COAAM%3BItDrCtC%2CiBAAA%3BIsDuCI%2CWAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%2CWAAU%3BItD1C9B%2CiBAAA%3BIsD4CI%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcACI%2COAAM%3BIACF%2CeAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CwCAAA%3B%3BEALR%2CcAOI%3BIACI%2CgBAAA%3B%3BEAGR%2CYAAY%2CeACR%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEARR%2CYAAY%2CeAUR%2CkBAAkB%2CQAAO%2CSAAS%3BEAVtC%2CYAAY%2CeAWR%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BIACrC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAbR%2CYAAY%2CeAeR%2CkBAAkB%2CQAAO%3BIACrB%2CiBAAA%3B%3BEZnNR%2CcAAc%3BIACV%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2C2BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CcAPE%2CSAGV%2CSACK%2CKAGI%3BIACG%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAXE%2CSAGV%2CSACK%2CKAOI%3BI1C8Hb%2CiBAAA%3B%3BE0C3HY%2CcAdE%2CSAGV%2CSACK%2CKAUI%3BIACG%2CcAAA%3B%3BEADJ%2CcAdE%2CSAGV%2CSACK%2CKAUI%2CQAEG%3BIACI%2CiBAAA%3B%3BEACA%2CcAlBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAEK%3BIACG%2CcAAA%3B%3BEAEJ%2CcArBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAKK%3BIACG%2CYAAA%3B%3BEAEJ%2CcAxBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAQK%3BIACG%2CWAAA%3B%3BEAEJ%2CcA3BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAWK%3BEACD%2CcA5BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAYK%3BIACG%2CeAAA%3B%3BEAIZ%2CcAjCE%2CSAGV%2CSACK%2CKA6BI%3BEACD%2CcAlCE%2CSAGV%2CSACK%2CKA8BI%3BEA9BL%2CcAJM%2CSAGV%2CSACK%2CKA%2BBG%3BEACA%2CcApCE%2CSAGV%2CSACK%2CKAgCI%3BIACG%2CkBAAA%3B%3BEAjCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEArCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%2CYAGI%3BIACI%2CeAAA%3B%3BEAvCZ%2CcAJM%2CSAGV%2CSACK%2CKA0CG%3BEA1CJ%2CcAJM%2CSAGV%2CSACK%2CKA2CG%2COAAM%3BIACF%2CaAAA%3B%3BEAGR%2CcAnDM%2CSAGV%2CSAgDK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BI1CoEJ%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BEIyMA%2CKAAK%2CcACD%2CmBJwDF%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2CKImMK%2CcACD%2CmBJpMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSCnPiB%2CODmPjB%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKIsLC%2CcACD%2CmBJxLH%2CMACI%3BItC2PL%2CWAAA%3B%3BEsCrPI%2CKIgLC%2CcACD%2CmBJlLH%2COACI%3BItCqPL%2CWAAA%3B%3BEoMyLI%2CYADQ%2CWACP%3BIACG%2CaAAA%3B%3BEAFR%2CYAAY%2CWAIR%2CSAAQ%3BIACJ%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYARI%2CWAIR%2CSAAQ%2COAIH%3BIACG%2CmBAAA%3BIACA%2CYAAA%3B%3BEAIJ%2CYAdI%2CWAaR%2CGAAE%2COACG%2CYACK%3BIACE%2CsBAAA%3B%3BEAGR%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACG%3BEADS%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYACV%3BEADJ%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACoB%3BEADR%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYACO%3BEADrB%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACuC%3BEAD3B%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYAC0B%3BEADxC%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACyD%3BEAD7C%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYAC4C%3BIAClD%2CaAAA%3B%3BEArBhB%2CYAAY%2CWAaR%2CGAAE%2COAWE%3BIACI%2CaAAA%3B%3BEAzBZ%2CYAAY%2CWA4BR%2CGAAE%3BIACE%2CkBAAA%3B%3BEA7BR%2CYAAY%2CWA4BR%2CGAAE%2CaAGI%3BIACE%2CkBAAA%3B%3BEAhCZ%2CYAAY%2CWA4BR%2CGAAE%2CaAMI%3BIACE%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEA1CZ%2CYAAY%2CWA6CR%2CKAAI%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYA1DI%2CWA6CR%2CKAAI%2CUAaC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAnEI%2CWA6CR%2CKAAI%2CUAsBC%3BIACG%2CyBAAA%3B%3BEAEA%2CYAtEA%2CWA6CR%2CKAAI%2CUAsBC%2CiBAGI%3BIACG%2C0BAAA%3B%3BEAGR%2CYA1EI%2CWA6CR%2CKAAI%2CUA6BC%3BIACG%2CyBAAA%3B%3BEAEA%2CYA7EA%2CWA6CR%2CKAAI%2CUA6BC%2CiBAGI%3BIACG%2C0BAAA%3B%3BEAGR%2CYAjFI%2CWA6CR%2CKAAI%2CUAoCC%3BIACG%2CyBAAA%3B%3BEAEA%2CYApFA%2CWA6CR%2CKAAI%2CUAoCC%2CiBAGI%3BIACG%2C0BAAA%3B%3BEdMZ%2CcAAI%2CaAAa%3BIACb%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAIR%2CQACI%3BIACI%2CeAAA%3B%3BEAFR%2CQAII%3BIACI%2CaAAA%3B%3BEItgBR%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3BEI3EZ%2CIAAI%2CqBAAsB%2CmBAAmB%3BIACzC%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAIJ%3BEAAM%3BIACH%2CeAAA%3B%3BEAEF%2COACH%2CUACC%2CQACC%3BIACC%2CYAAA%3BIACA%2CkBAAA%3B%3BEACA%2COALH%2CUACC%2CQACC%2CkBAGE%3BIACA%2CUAAA%3B%3BEAPD%2COACH%2CUACC%2CQAQC%3BIACC%2CiCAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAbA%2COACH%2CUAeC%2CaACC%2CGAAE%2CUACD%3BIACC%2CiCAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAmRF%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CYAAa%3BIACT%2CcAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2CQAAO%3BIAAO%2CeAAA%3B%3BEACjC%2CYAAY%2CMAAO%3BIAAY%2CkBAAA%3BIAAkB%2CYAAA%3B%3BEACjD%2CYAAY%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%3BEAAQ%2CYAAY%2CMAAO%2CYAAW%3BEAAQ%2CYAAY%2CMAAO%2CYAAW%2CMAAM%3BEAAQ%2CYAAY%2CMAAO%2CcAAc%2COAAM%3BIAAQ%2CWAAA%3B%3BEAC9L%2CYAAY%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAAK%2CWAAA%3B%3BEACnE%2CYAAY%2CMAAO%3BIAAM%2CYAAA%3BIAAY%2CWAAA%3BIAAW%2CcAAA%3B%3BEAChD%2CYAAY%2CMAAO%2CMAAM%3BIAAI%2CeAAA%3BIAAe%2CgBAAA%3BIAAgB%2CWAAA%3B%3BEAC5D%2CYAAY%2CMAAO%3BIAAkB%2CkBAAA%3BIAAkB%2CSAAA%3BIAAS%2CWAAA%3BIAAW%2CUAAA%3BIAAU%2CSAAA%3BIAAS%2CYAAA%3B%3BEAC9F%2CYAAY%2CMAAO%3BIAAoB%2CaAAA%3B%3BEACvC%2CYAAY%2CMAAO%2CcAAc%3BIAAO%2CYAAA%3BIAAY%2CkBAAA%3BIAAkB%2CgBAAA%3B%3BEACtE%2CYAAY%2CMAAO%3BIAAc%2CkBAAA%3BIAAkB%2CWAAA%3BIAAW%2CSAAA%3B%3BEAC7D%2CMAAM%2CYAAa%2CUAAU%3BIAC5B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAED%2CYAAa%2CmBAAkB%2CaAAc%3BIAC1C%2CaAAA%3B%3BEAEJ%2CYAAa%2CmBAAkB%2CaAAc%3BIACxC%2CaAAA%3B%3BEAEL%2CgBAAiB%2CaAAa%3BIAC1B%2CwBAAA%3B%3BEAEJ%2CgBAAiB%2CaAAa%3BIAC1B%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgBAAiB%2CaAAa%3BIAC1B%2CiBAAA%3B%3BEAEJ%2CgBAAiB%2CaAAa%2CGAAG%3BEAAI%2CgBAAiB%2CaAAa%2CGAAG%3BIAClE%2CaAAA%3B%3BEAEJ%2CgBAAkB%2CaAAa%2CWAAW%2CSAAS%3BIAC%5C%2FC%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEL%2CgBAAiB%2CeAAe%2CUAAU%3BIACrC%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CgBAAiB%2CeAAe%2CUAAU%3BIACtC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%3BIACpB%2CgBAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%2CMAAM%3BIAC1B%2CkBAAA%3B%3BEAEJ%2CgBAAiB%2CYAAY%3BIACzB%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CgBAAiB%2C6BAA6B%3BIAC3C%2CeAAA%3B%3BEAEH%2CaAAc%2CSAAQ%2CSAAU%3BIAC5B%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CgBAAgB%2CgBAAhB%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CaAAc%2CSAAQ%2CSAAU%3BIAC7B%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAmB%2CgBAAnB%3BIACC%2CgBAAgB%2CgBAAhB%3BIAED%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEH%2CGAAG%2CaAAc%2CSAAQ%3BIACrB%2CcAAA%3B%3BEAEJ%2CkBAAmB%2CSAAQ%2CKAAM%3BIAC7B%2CeAAA%3B%3BEAEJ%2CaAAc%2CSAAS%2CUAAS%3BEAAU%2CaAAc%2CSAAS%2CUAAS%3BIACtE%2CaAAA%3B%3BEAEJ%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CUAAU%3BIACjF%2CiBAAA%3B%3BEAEJ%2CGAAG%2CaAAc%3BIACb%2CQAAA%3B%3BEAEJ%2CWAAY%3BIACT%2C0BAAA%3B%3BEAEH%2CWAAY%3BIACR%2C0BAAA%3B%3BEAEJ%2CWAAY%3BIACR%2C0BAAA%3B%3BEAEL%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACE%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEH%2CWAAY%3BIACV%2CaAAa%2CuBAAb%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEAED%2CcAAiB%3BIAChB%2CcAAA%3B%3BEAED%2CcAAe%2CGAAE%3BIAChB%2CmBAAA%3B%3BEAED%2CcAAe%2COAAO%2CaAAa%3BIAClC%2CeAAA%3B%3BEAED%2CcAAe%2CGAAE%2CMAAO%3BIACrB%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%3BIAC7B%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%2CGAAE%3BIAC%5C%2FB%2CcAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%3BEAC%5C%2FB%2CcAAe%2CGAAE%2CaAAc%3BIAC7B%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%3BIAC7B%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEF%2CcAAe%3BIACb%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEF%2COAAQ%2CeAAe%3BIACnB%2CSAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CaAAc%3BIAC3B%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%3BIACb%2CkCAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CmBAAA%3B%3BEAEJ%2COAAQ%2CeAAiB%2CaAAU%3BIAC%5C%2FB%2CaAAA%3B%3BEAEJ%2COAAQ%2CeAAiB%2CaAAa%3BIAClC%2CWAAA%3B%3BEAEJ%2COAAQ%2CeAAiB%3BIACrB%2CWAAA%3B%3BEAEJ%2COAAQ%2CeAAe%2CcAAc%3BIACjC%2CgBAAA%3B%3BEAEJ%2COAAQ%2CeAAiB%3BIACrB%2CiBAAA%3B%3BEAEJ%2COAAQ%3BIACR%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAED%2COAAQ%3BIACP%2CcAAA%3B%3BEAEA%2CMAAM%2CYAAa%2CUAAU%3BIAC3B%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAa%2CUAAS%2CkBAAmB%2CkBAAkB%3BIACxD%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CYAAa%2CUAAU%2CSAAS%2CQAAO%3BIACrC%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CMAAM%2CYAAY%2CMAAO%3BIACrB%2C2BAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2COAAQ%3BIACL%2CeAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEH%2CMAAM%3BIACF%2CgBAAA%3B%3BEAEJ%2CYAAY%2CMAAO%3BIACjB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAuOA%2C0BAA2B%3BIACxB%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEAEH%2C0BAA2B%2CkBAAoB%3BIAC3C%2CsBAAA%3B%3BEAEJ%2C0BAA2B%2CkBAAoB%2CmBAAgB%3BIAC5D%2C6BAAA%3BIACA%2C4BAAA%3B%3BEAEH%2CSAAY%2CSAAO%3BIACf%2CWAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CgBAAA%3B%3BEAEH%2C0BAA2B%2C6BAA6B%2CmBAAkB%3BEAAY%2C0BAA2B%2C6BAA6B%2CmBAAkB%3BIAC7J%2CkBAAA%3B%3BEAEH%2C0BAA2B%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BIAC3D%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%2CQAAS%3BIACvC%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2C2BAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA0B%2CQAAQ%3BIACpD%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CiBAAiB%3BIACnC%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CiBAAiB%3BIACnC%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2C0BAA2B%2CSAAS%2CQAAO%3BEAC3C%2C0BAA2B%2CQAAO%2CSAAS%3BIACvC%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAEJ%2C0BAA2B%2CSAAS%2CQAAO%2CSAAS%3BEACpD%2C0BAA2B%2CQAAO%2CSAAS%2COAAO%3BIAC9C%2CgBAAA%3B%3BEAEJ%2C0BAA0B%2CQAAS%2C2BAA2B%2C8BAA8B%3BIACxF%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CSAAA%3B%3BEAEJ%2C0BAA2B%2CeAAe%2CiBAAiB%3BIACvD%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CcAAc%2CSAAS%3BIACxC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAEF%2C0BAA2B%2C8BAA8B%2CgBAAgB%3BIACvE%2CkBAAA%3B%3BEAEF%2CYAAY%2CQAAS%2CwBAAwB%3BIAC3C%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CYAAY%2CQAAS%2CwBAAwB%2CoBAAmB%3BIAC9D%2CgBAAA%3B%3BEAEF%2C0BAA2B%2C8BAA8B%2CsBAAsB%2CQAAO%3BIACpF%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CYAAa%2CMAAM%3BEAAO%2CYAAa%2CMAAM%3BEAC7C%2CkBAAmB%2CcAAc%2CMAAM%3BEACvC%2CkBAAmB%2CcAAc%2CMAAM%3BIACpC%2CWAAA%3B%3BEAEH%2CkBAAmB%2CMAAM%3BIACtB%2CWAAA%3B%3BEAEH%2C0BAA2B%2C8BAA8B%2CcAAc%3BIACnE%2CMAAA%3B%3BEAEJ%2C0BAA2B%2C8BAA8B%2COAAM%3BIAC7D%2CWAAA%3B%3BEAEF%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAS%2CcAAc%3BIAClE%2CuBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CsBAAsB%2CSAAQ%3BIAC1C%2CiBAAA%3B%3BEAEJ%2CwBAAyB%2CsBAAsB%2CeAAiB%3BIAC5D%2CeAAA%3B%3BEAEJ%2CwBAAyB%2CgBAAe%2CaAAc%3BIAClD%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%3BIACzC%2CUAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%3BIACtC%2CUAAA%3B%3BEAEJ%2CsBAAuB%3BIACrB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CqBAAsB%3BIACpB%2C2BAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEH%2CqBAAsB%2CuBAAuB%2CiBAAiB%3BIAC3D%2CWAAA%3BIACA%2CeAAA%3B%3BEAEH%2CqBAAsB%2CuBAAuB%2CiBAAiB%3BIACzD%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIACnB%2CeAAA%3B%3BEAEH%2CqBAAsB%2C2BAA0B%2CQAAS%2CkBAAiB%2CIAAI%3BIAC3E%2CgBAAA%3B%3BEAEH%2CqBAAsB%2CmBAAmB%2CcAAc%3BIACrD%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CqBAAsB%2CyBAAyB%2CgBAAe%2CaAAc%3BIAC1E%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CqBAAsB%2CyBAAyB%2CgBAAgB%3BIAC5D%2CkBAAA%3B%3BEAEH%2CqBAAsB%2CyBAAyB%3BIAC5C%2CeAAA%3B%3BEAEH%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CoBAAsB%3BIACnG%2CeAAA%3B%3BEAEF%2CqBAAsB%2C2BAA2B%2CSAAS%2CQAAO%3BEAAW%2C0BAA2B%2CQAAO%2CSAAS%3BIACnH%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CyBAAyB%2C4BAA4B%2CgBAAe%3BIACnH%2CkBAAA%3B%3BEAEF%2CqBAAsB%2C2BAA2B%2CyBAAyB%2C4BAA4B%2CsBAAsB%3BIACxH%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CyBAAyB%2C4BAA4B%2CsBAAsB%2COAAO%3BIAC%5C%2FH%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CmBAAmB%2CkBAAoB%2CmBAAgB%3BIACtG%2C6BAAA%3BIACA%2C4BAAA%3B%3BEAEF%2C0BAA2B%2CyBAAyB%2C4BAA4B%2CgBAAe%3BIAC7F%2CkBAAA%3B%3BEAEF%2C0BAA2B%2CkBAAoB%2CmBAAgB%2CMAAM%3BIACnE%2CkBAAA%3B%3BEAEF%2CQAAS%2CQAAO%3BIACZ%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%3BIACtB%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%3BIACtB%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CaAAY%2CQAAS%2CwBAAwB%3BIACnE%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CcAAc%2CSAAS%3BIAChE%2CuBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CgBAAgB%3BIAC%5C%2FF%2CYAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CcAAc%3BIAC7F%2CMAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CaAAa%3BIAC9F%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CsBAAsB%2CQAAO%3BIAC5G%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2CkBAAoB%3BIACrE%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%3BIAC%5C%2FE%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CaAAa%3BIAC5F%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CgBAAgB%2CsBAAsB%3BIAC5D%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CqBAAqB%3BIACjF%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CcAAc%2COAAO%2CQAAQ%3BIAC5G%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CcAAc%2COAAO%3BIAChE%2CiBAAA%3B%3BEAEF%2CeAAgB%2CSAAS%3BIACrB%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CgBAAgB%2CMAAK%3BIAC1D%2CiBAAA%3B%3BEAgbJ%2CaAAc%3BIACX%2CcAAA%3B%3BEAEH%3BIACI%2CwBAAA%3B%3BEAEJ%2CGAAG%2CmBAAmB%3BIACnB%2CaAAA%3B%3BEAEJ%2CGAAG%2CQAAS%2CQAAO%3BIACf%2CaAAA%3B%3BEAEJ%2CMAAM%2CYAAa%3BIACf%2CWAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CaAAc%3BIAC3B%2CiBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CaAAc%3BIAC3B%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CMAAO%3BIACnB%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAEL%2COAAO%2CKAAM%2CeAAe%2CsBAAsB%2CsBAAsB%3BIACnE%2CeAAA%3B%3BEAEL%2COAAO%2CKAAM%2CeAAe%2CsBAAsB%2CsBAAsB%3BIACpE%2CsBAAA%3BIACA%2C6BAAA%3B%3BEAEH%2COAAO%2CKAAM%2CeAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CIAAG%3BIAChF%2CeAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAEH%2COAAO%2CKAAM%2CIAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACpF%2CeAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CQAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CMAAM%2CYAAa%2CUAAU%2CSAAS%2CQAAO%3BIACzC%2CcAAA%3B%3BEAEJ%2CgBAAiB%2CeAAe%2CUAAU%3BIACvC%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEL%2CmBAAmB%2CYAAa%3BIAC3B%2CgBAAA%3B%3BEAEL%2CIAAI%2CgBAAiB%2C6BAA6B%3BIAC9C%2CUAAA%3B%3BEAEJ%2COAAQ%2CeAAiB%2CaAAa%3BIAClC%2CkBAAA%3B%3BEAEJ%2CQAAS%2CeAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%3BIACxE%2CWAAA%3B%3BEAEJ%2CQAAS%2CeAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%3BIAC1E%2CiBAAA%3B%3BEAEF%2CaAAc%2CcAAc%2CSAAQ%2CSAAU%2CUAAU%3BIACrD%2CgBAAA%3B%3BEAEH%2CaAAc%2CcAAc%2CSAAQ%2CSAAU%2CUAAU%3BIACtD%2CgBAAA%3B%3BEAEF%2CIAAI%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CgBAAgB%2CcAAc%2CSAAS%3BIACpH%2CaAAA%3B%3BEAEF%2CIAAI%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CgBAAgB%2CcAAc%2CSAAS%3BIACpH%2CWAAA%3B%3BEAEF%2CkBAAmB%2CWAAW%3BIAC5B%2CcAAA%3B%3BEAEF%2CMAAM%2CYAAa%2CQAAO%3BIACxB%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CKAAI%3BIACrC%2CUAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%3BIACtB%2CeAAA%3BIACA%2CWAAA%3B%3BEAEH%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAChD%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAChD%2CUAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2CWAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2CeAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2CcAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2C6BAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%2CQAAO%3BIACxD%2CcAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAChD%2CWAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%3BIACrE%2CqBAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CIAAG%3BIACtC%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%3BIACjD%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CIAAG%3BIACtC%2CSAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%3BIACrB%2CSAAA%3BIACA%2C4BAAA%3B%3BEAwOJ%2CIAAI%2CsBAAuB%3BIACvB%2C6BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CwBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CmBAAA%3B%3BEAEJ%2CcAAe%2CcAAc%2CsBAAsB%3BIAC%5C%2FC%2CgBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CaAAA%3B%3BEAEH%2COAAO%2CKAAM%2CeAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CIAAG%3BIAChF%2CoBAAA%3B%3BEAEH%2CQAAS%2CUAAS%2CQAAW%2CWAAS%3BIACpC%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEH%2CQAAS%2CGAAE%3BIACP%2CkBAAA%3B%3BEAEJ%2CUAAW%2CIAAG%2CqBAAsB%2CcAAc%3BIAC9C%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CoBAAb%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAEH%2CUAAW%2CcAAc%3BIACpB%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEN%2CUAAW%2CQAAQ%3BIACf%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAUH%2CUAAW%2CQAAO%2COAAQ%2CcAAc%2COAAM%3BIAC3C%2CSAAS%2COAAT%3BIACA%2CWAAA%3B%3BEAEH%2CUAAW%2CIAAG%2COAAO%2COAAO%3BIACzB%2CmBAAA%3B%3BEAEH%2CUAAW%2CIAAG%2COAAO%3BIACpB%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2COAAA%3B%3BEAEF%2CUAAW%2CQAAO%2COAAQ%3BIACtB%2CSAAA%3B%3BEAEJ%2CUAAW%2CcAAc%2COAAM%3BIAC3B%2CcAAA%3B%3BEAEJ%2CIAAI%2CWAAY%2CIAAG%2CeAAe%2COAAQ%2CMAAK%3BIAC3C%2CSAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%2CgBAAe%3BIACtC%2CaAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CMAAM%2CYAAY%3BIACd%2CyBAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%2CgBAAe%2COAAO%3BIAC7C%2CQAAA%3B%3BEAEJ%2CMAAM%2CYAAa%3BIAClB%2CmBAAA%3B%3BEAED%2CMAAM%2CYAAa%2CQAAQ%3BIACvB%2CqBAAA%3B%3BEAoUJ%2CQAAQ%2CMAAO%3BIACb%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CQAAQ%2CMAAO%3BIACb%2CyBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CiBAAiB%2CeAAe%2CKAAI%3BIAC5D%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIAChF%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%3BIAC7D%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%3BIACvC%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAEN%2CIAAI%2CqBAAsB%2CmBAAmB%2CSAAQ%2CIAAK%3BIACxD%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2CSAAQ%2CIAAK%3BIACxD%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC3C%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2C0BAA0B%3BIACnE%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CkBAAkB%3BIAC7D%2CcAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%3BIACzC%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CUAAY%2CSAAO%3BIACnF%2CcAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CKAAI%2CMAAO%2CYAAW%3BIACpF%2CqDAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CaAAY%2C8CAAzB%3BIACA%2C0BAAA%3BIACA%2CWAAA%3B%3BEAEN%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CYAAY%2COAAM%2CIAAK%3BIACvF%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CUAAU%3BIAC1C%2CWAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CQAAO%3BIACvC%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CKAAI%2CMAAO%3BIAC3C%2CWAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%3BIAChC%2C0BAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CQAAO%2COAAO%3BIAC9C%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BIACjE%2CSAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAC1D%2C4BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAC7C%2CSAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%3BIACnD%2CSAAA%3B%3BEAEJ%2CqBAAsB%3BIACnB%2CWAAA%3B%3BEAEH%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CMAAS%3BIAC5D%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%3BIACxC%2CaAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACvE%2CiBAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%3BIAClE%2CiBAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIAC7E%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CqBAAsB%3BIACnB%2CmBAAA%3B%3BEAEH%2CEAAE%2CoBAAqB%3BIACnB%2CWAAA%3B%3BEAEJ%3BIACE%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEF%3BIACE%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CqBAAsB%3BIACpB%2CcAAA%3B%3BEAEF%2CqBAAsB%2CSAAQ%2CMAAO%3BIACjC%2CQAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CMAAO%2C2BAA0B%3BIAC5D%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CmBAAmB%2C0BAA0B%3BIACnE%2CaAAa%2CaAAY%2C8CAAzB%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%3BIACxB%2CyBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACrD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACvD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%2CMAAM%3BIAC5D%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%2CMAAM%3BIAC5D%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACtD%2CqBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACtD%2CaAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%3BIACzB%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAK%2C0BAAyB%3BIAC1B%2CUAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CYAAY%2CKAAI%2CMAAO%3BIAC7C%2CwBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC1C%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%3BIACtB%2CkBAAA%3B%3BEAEJ%2CqBAAqB%2CIAAI%2C2CAA2C%2CIAAI%2C2CAA4C%2CSAAQ%3BIACxH%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CeAAc%3BIAChC%2C8BAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAC9C%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEH%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAC%5C%2FC%2CSAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BIACnE%2CSAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CSAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAC5D%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAO%2CMAAK%2CMAAO%2CEAAC%3BIACvD%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CsBAAsB%2CmBAAkB%3BIAChE%2CcAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CsBAAsB%2CoBAAmB%3BIACjE%2CcAAA%3B%3BEAEF%2CQAAS%2C6BAA6B%3BIAClC%2CUAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CIAAK%2CsBAAsB%2CQAAO%3BIAC9B%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%3BIACtB%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CGAAE%2CoBAAqB%2COAAM%3BIACtE%2CeAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CeAAc%2CQAAQ%2CKAAM%3BIAClD%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CcAAc%2CSAAS%2COAAM%3BIACnD%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CcAAc%2CSAAS%2C4BAA2B%3BIACxE%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CcAAc%2CSAAS%2C2BAA0B%3BIACvE%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%2CaAAc%3BIACvC%2CQAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CSAAQ%2CKAAM%3BIACvD%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACjG%2CYAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%3BIAC5F%2CqBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIACvG%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CeAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIAC9F%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%3BIAC1C%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CeAAgB%2CmBAAmB%3BIACjC%2CUAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACI%2CeAAA%3B%3BEAEJ%2CkBAAmB%2COAAM%2CIAAI%3BIACzB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CYAAY%2CkBAAmB%3BIAC3B%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CqBAAsB%2CKAAI%3BIACtB%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAqB%2CIAAI%2C2CAA2C%2CIAAI%2C2CAA4C%2CSAAQ%3BIAC5H%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%3BIACtB%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEH%2CwBAAyB%3BIACtB%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2COAAM%3BIACtC%2CkBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CYAAY%2COAAM%2CIAAK%3BIACvF%2CaAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CaAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACtD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACtD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%3BIACjE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%2COAAO%3BIACxE%2C4CAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CQAAQ%2CiBAAiB%2CSAAzB%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CSAAQ%2CMAAO%3BIACrC%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAEJ%2CQAAS%2CqBAAqB%2CoBAAmB%3BIAC7C%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CQAAS%2CqBAAqB%2CoBAAmB%3BIAC7C%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CUAAY%2CSAAM%3BIACxC%2CcAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%2CiBAAkB%2CwBAAwB%2CYAAY%2COAAM%2CIAAK%3BIAC1F%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%2CiBAAkB%2CwBAAwB%2CKAAI%2CMAAO%2CYAAW%3BIACzF%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CKAAK%3BIAC%5C%2FB%2CcAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CQAAO%2CKAAM%2CeAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CIAAG%3BIACrG%2CYAAA%3B%3BEAEJ%2CqBAAsB%2CQAAO%2CKAAM%2CIAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIAC1G%2CgBAAA%3B%3BEAEJ%2C4BAA6B%2CcAAc%2CSAAS%3BIAChD%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2C4BAA6B%2CcAAc%2CSAAS%3BIAChD%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CcAAc%2CSAAS%2C4BAA2B%3BIACxE%2C0BAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CcAAc%2CSAAS%2C2BAA0B%3BIACvE%2C0BAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%3BIACzC%2CgCAAA%3B%3BEAEJ%2CqBAAsB%2COAAM%2CYAAY%3BIACvC%2CsBAAA%3B%3BEA%2BPD%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2C6BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CoBAAA%3B%3BEAEJ%2CoBAAqB%2CoBAAoB%3BIACrC%2CmBAAA%3B%3BEAEH%2CKAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BIAClC%2CWAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CcAAe%2CiBAAiB%2COAAM%3BIAClC%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CcAAe%2CUAAS%3BIACpB%2CiBAAA%3B%3BEAEJ%2CcAAe%2CUAAS%2COAAQ%3BIAC5B%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CeAAe%2CUAAS%2COAAQ%2CIAAG%3BIACpD%2CaAAA%3B%3BEAEJ%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%3BIAC5C%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%2COAAO%3BIACnD%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CSAAQ%3BIAClC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%3BIAClC%2CkBAAA%3B%3BEAEH%2CYAAa%2COAAO%3BEAAS%2CkBAAmB%2CcAAc%2COAAO%3BEACrE%2CYAAa%2COAAO%3BEAAO%2CkBAAmB%2CcAAc%2COAAO%3BIAC%5C%2FD%2C0BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C0BAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%3BIACjC%2CeAAA%3B%3BEAEJ%2CYAAa%2CMAAM%3BEAAO%2CYAAa%2CMAAM%3BEAC7C%2CYAAa%2CMAAM%3BEAAS%2CYAAa%2CMAAM%3BIAC3C%2CcAAA%3B%3BEAEJ%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BEAAO%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BIACrE%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BEAAS%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BIACvE%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIAC%5C%2FD%2CeAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEN%2CeAAgB%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%2CSAAS%3BIAC1E%2CaAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%2CUAAU%2COAAM%2CIAAI%2CSAAY%3BIACjE%2CmBAAA%3B%3BEAEJ%2CeAAgB%2CKAAI%2CMAAO%2CYAAW%3BEAAM%2CIAAI%2CIAAK%2CYAAW%3BIAC5D%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%3BIAC3C%2CsBAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIACxD%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIACxD%2CUAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CYAAW%3BEAAM%2CIAAI%2CIAAK%2CYAAW%3BIAChF%2CSAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAM%2CSAAU%3BIAC1C%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%3BIAClC%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CSAAU%3BIAChD%2CcAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3B%3BEAGF%2CcAAe%2CQAAQ%2CmBAAmB%3BIACtC%2CSAAA%3BIACA%2CMAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CeAAe%2COAAM%3BIACrG%2CcAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CmBAAA%3B%3BEAEJ%2CcAAe%2CgBAAgB%3BIAC3B%2CQAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CcAAe%2CgBAAgB%3BIAC3B%2CQAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%3BIAClJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEAAQ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BIACvV%2CWAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CiBAAiB%2CKAAK%2CKAAI%2CoBAAqB%2CKAAI%2CeAAgB%2CKAAI%3BIACzN%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%2CkBAAkB%2CSAAS%2CSAAW%3BIACjD%2CgBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CKAAI%2CMAAO%3BIACjI%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CiBAAiB%2CKAAI%3BIAC5H%2CcAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2COAAM%3BIAC5H%2CmBAAA%3B%3BEAEJ%2CcAAe%2CkBAAkB%2CgBAAgB%2CUAAU%3BIACzD%2CgBAAA%3B%3BEAEF%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2CWAAW%3BIAChJ%2CmBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CUAAU%3BIAC7K%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEF%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CWAAW%3BIAC9K%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEF%2CUAAW%2CcAAc%3BIACrB%2CgBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC5B%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CKAAK%2CcAAe%2CKAAI%3BEAAO%2CKAAK%2CcAAe%2CKAAI%3BEACvD%2CKAAK%2CcAAe%2CKAAI%3BEAAQ%2CKAAK%2CcAAe%2CKAAI%3BEACxD%2CKAAK%2CcAAe%2CKAAI%3BIACrB%2CsBAAA%3BIACA%2CqBAAA%3B%3BEAEH%2CoBAAqB%2CMAAK%2CcAAe%3BIACrC%2CkBAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%3BIACrC%2CgBAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%3BIACrC%2CmBAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%3BIACrC%2CmBAAA%3B%3BEAEJ%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIAC7E%2CqBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIAC7E%2CqBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CoBAAqB%2CcAAc%2CKAAI%3BIACnC%2CcAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIACjE%2CeAAA%3B%3BEAEJ%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%3BIAC5C%2CeAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC1B%2C2BAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%3BIACrC%2CiBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%3BIAChB%2CiBAAA%3B%3BEAwGJ%2CYAAa%2CkBAAkB%2CgBAAgB%2CGAAK%3BIAChD%2C2BAAA%3B%3BEAEJ%2CYAAa%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%3BIAC9E%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAAa%2CmBAAkB%2CiBAAkB%2CSAAS%2CSAAW%3BIACjE%2CWAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CYAAa%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAC1E%2C4BAA4B%2CUAAU%2CKAAI%2CMAAO%3BIAC7C%2CiBAAA%3B%3BEAEJ%2CcAAe%2CmBAAkB%2CiBAAkB%2CgBAAgB%2CUAAU%3BIACzE%2CSAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAC5E%2C4BAA4B%2CSAAQ%2CgBAAiB%2CWAAW%3BIAC5D%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CcAAe%2CgBAAgB%2CsBAAsB%3BIACjD%2CqBAAA%3B%3BEAEJ%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%3BIACxJ%2CWAAA%3B%3BEAEJ%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%3BIACnK%2CYAAA%3B%3BEAEJ%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%3BIACrJ%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEH%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC3K%2CeAAA%3B%3BEAEH%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2COAAM%3BIAC7I%2CeAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CUAAU%3BIAC5L%2CiBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CWAAW%3BIAC7L%2CiBAAA%3B%3BEAEJ%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAuB%3BIACnJ%2CUAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%2COAAO%3BIACxC%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%3BEACxC%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%3BEACxC%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%3BEACxC%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%3BEACxC%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%3BIACpC%2CuBAAA%3B%3BEAEJ%2CYAAY%2CQAAS%3BIACjB%2CkBAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CiBAAiB%2CeAAe%2CKAAI%3BIAC1D%2C0BAAA%3B%3BEAEJ%3BIACG%2CaAAA%3B%3BEAEH%2CIAAK%2CKAAI%2CqBAAsB%2CmBAAmB%3BIAC%5C%2FC%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC1C%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CYAAY%2CKAAI%2CMAAO%3BIAC9C%2C2BAAA%3B%3BEAEJ%2CIAAK%2CKAAI%2CqBAAsB%2C0BAAyB%3BIACpD%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%2COAAO%3BIACxE%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CeAAc%3BIACrC%2C0BAAA%3B%3BEA4kBF%2CmBAAmB%2CYAAa%3BIAC5B%2CkBAAA%3B%3BEAEJ%2CIAAI%2CgBAAiB%2CQAAO%2CKAAM%2CQAAO%2CMAAM%2CmBAAmB%2CYAAY%3BIAC1E%2CwBAAA%3B%3BEAEJ%2C4BAA6B%3BIACzB%2CcAAA%3B%3BEAEJ%2CIAAI%2CgBAAiB%2C6BAA6B%3BIAC9C%2CeAAA%3B%3BEAEJ%2CkBAAmB%2C4BAA2B%3BEAC9C%2CkBAAmB%2C2BAA0B%3BIAC1C%2CgBAAA%3B%3BEAEH%2CIAAI%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CgBAAgB%2CcAAc%2CSAAS%3BIACpH%2CWAAA%3B%3BEAEF%2CIAAI%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CgBAAgB%2CcAAc%2CSAAS%3BIACpH%2CYAAA%3B%3BEAEH%2CgBAAiB%2CeAAe%3BIAC%5C%2FB%2CkBAAA%3B%3BEAED%2CgBAAiB%2CeAAe%2CUAAU%3BIACxC%2CsBAAA%3B%3BEAEF%2CMAAM%2CYAAY%2CMAAO%3BIACvB%2C2BAAA%3B%3BEAEF%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAClD%2CMAAA%3B%3BEAEF%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%3BIACvE%2CSAAA%3B%3BEAEF%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAChF%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAEF%2CGAAG%2CmBAAmB%2CYAAa%3BIACjC%2CiBAAA%3B%3BEAEF%2CeAAgB%2CmBAAmB%2CsBAAsB%2CWAAU%2CkBAAmB%3BIACnF%2CqBAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3B%3BEAEH%2CeAAgB%2CmBAAmB%2CsBAAsB%2CWAAU%2CkBAAmB%3BIACpF%2CeAAA%3B%3BEAEF%2CcAAe%3BIACb%2CaAAA%3B%3BEAEF%2CsBAAuB%3BIACpB%2CgBAAA%3B%3BEAGH%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC3C%2CkBAAA%3B%3BEAEF%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEAClK%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%2COAAQ%3BIACxK%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CeAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BIACrD%2CeAAA%3B%3BEAEF%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC5K%2CeAAA%3B%3BEAEF%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CiBAAiB%2CKAAK%2CKAAI%2CoBAAqB%2CKAAI%2CeAAgB%2CKAAI%3BIAC5N%2CWAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAEF%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%3BIACpI%2CcAAA%3BIACA%2CWAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%3BIAC1B%2C6BAAA%3B%3BEAEF%2CmBAAoB%2CSAAQ%2CMAAM%3BIAC%5C%2FB%2C2BAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIAC9D%2CgBAAA%3B%3B%3BEAGA%2CuBAAwB%3BEACxB%2CwBAAyB%3BEACzB%2CgCAAiC%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CuBAAwB%2CoBAAoB%2CGAAE%3BEAC9C%2CwBAAyB%2CoBAAoB%2CGAAE%3BEAC%5C%2FC%2CgCAAiC%2CoBAAoB%2CGAAE%3BIACrD%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEF%2CuBAAwB%2CoBAAmB%3BEAC3C%2CuBAAwB%2CoBAAmB%3BEAC3C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CgCAAiC%2CoBAAmB%3BEACpD%2CgCAAiC%2CoBAAmB%3BIAClD%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CuBAAwB%2CoBAAmB%3BEAC3C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CgCAAiC%2CoBAAmB%3BIAClD%2CWAAA%3B%3BEAEF%2CuBAAwB%2CoBAAmB%3BEAC3C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CgCAAiC%2CoBAAmB%3BIAClD%2CUAAA%3B%3BEAEF%2CuBAAwB%2CQAAO%3BEAAO%2CwBAAyB%2CQAAO%3BEAAO%2CgCAAiC%2CQAAO%3BIACnH%2CiBAAA%3B%3BEAEF%2CgBAAiB%2CUAAY%2CSAAS%3BIAClC%2CWAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%2CiBAAmB%3BEAAU%2CgBAAiB%2COAAO%2CiBAAmB%3BIAC9F%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CgBAAiB%2COAAO%2CiBAAmB%3BIACzC%2CqBAAA%3B%3BEAEF%2CgBAAiB%2COAAO%2CiBAAmB%2CWAAS%3BEAAS%2CgBAAiB%2COAAO%2CiBAAmB%2CaAAW%3BIACjH%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEF%2CgBAAiB%2CiBAAiB%2CSAAS%3BEAC3C%2CgBAAiB%2COAAO%2CiBAAmB%2CaAAW%3BIACpD%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3B%3BEAEF%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CGAAG%2CgBAAiB%2CUAAS%3BIACzB%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%2CaAAa%3BIACnC%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEF%2CGAAG%2CgBAAiB%2CUAAY%2CSAAO%3BIACrC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CGAAG%2CgBAAiB%2CEAAC%2COAAO%3BIAC1B%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CGAAG%2CgBAAiB%2COAAM%3BIACtB%2CeAAA%3B%3BEAEJ%2CgBAAiB%2CUAAS%2CMAAO%2COAAO%2CMAAK%3BIACzC%2CuBAAA%3B%3BEAEJ%2CcAAc%2CuBAAwB%3BIAClC%2C6BAAA%3BIACA%2C0BAAA%3B%3B%3BEAGJ%2CQAAS%2CUAAS%2COAAQ%2CUAAY%2CSAAS%3BIAC3C%2CWAAA%3B%3BEAEJ%2CQAAS%2CUAAS%2COAAQ%2COAAO%2CiBAAmB%3BEACpD%2CQAAS%2CUAAS%2COAAQ%2COAAO%2CiBAAmB%3BIAClD%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CQAAS%2CUAAS%2COAAQ%2COAAO%2CiBAAmB%3BIAClD%2CqBAAA%3B%3BEAEF%2CQAAS%2CUAAS%2COAAQ%2COAAO%2CiBAAmB%2CWAAS%3BEAC7D%2CQAAS%2CUAAS%2COAAQ%2COAAO%2CiBAAmB%2CaAAW%3BIAC7D%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEF%2CQAAS%2CUAAS%2COAAQ%2CiBAAiB%2CSAAS%3BEACpD%2CQAAS%2CUAAS%2COAAQ%2COAAO%2CiBAAmB%2CaAAW%3BIAC7D%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CYAAA%3B%3BEAEF%2CQAAS%2CUAAS%3BIACd%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CQAAS%2CUAAS%2COAAQ%2CUAAS%3BIAC%5C%2FB%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CQAAS%2CUAAS%2COAAQ%2COAAO%2CaAAa%3BIAC5C%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEF%2CQAAS%2CUAAS%2COAAQ%2CUAAY%2CSAAO%3BIAC3C%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CQAAS%2CUAAS%2COAAQ%2CEAAC%2COAAO%3BIAChC%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CQAAS%2CUAAS%2COAAQ%2COAAM%3BIAC5B%2CeAAA%3B%3BEAEJ%2CQAAS%2CUAAS%2COAAQ%2CUAAU%2COAAO%2CMAAK%3BIAC5C%2CuBAAA%3B%3BEAEJ%2CgCAAiC%2CKAAI%3BIACnC%2CaAAA%3BIACA%2C0BAAA%3B%3BEAEF%2CgCAAiC%3BEAAa%2CuBAAwB%3BIAClE%2C6BAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CuBAAwB%2CQAAO%3BIAC7B%2CaAAA%3B%3BEAEF%2CKAAK%2CSAAU%2COAAM%3BIACjB%2CWAAA%3B%3BEAEJ%2CyBAA0B%2CcAAa%3BIACnC%2CaAAA%3B%3BEAEJ%2CSAAS%2CkBAAmB%3BIACxB%2CSAAA%3B%3BEAEJ%2CSAAS%2CkBAAmB%2CkBAAkB%3BIAC1C%2CeAAA%3B%3BEAEJ%2CKAAK%3BIACJ%2C0BAAA%3B%3BEAEF%2CwBAAyB%2CMAAK%2COAAO%2CQAAQ%3BIACxC%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEL%2CwBAAyB%3BIACpB%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAEL%2CwBAAyB%2CMAAK%2COAAO%2CQAAS%3BIAC1C%2CUAAA%3B%3BEAEJ%2CwBAAyB%2CiBAAiB%2CQAAO%3BIAC5C%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3B%3BEAEL%2CwBAAyB%2CMAAK%3BIACzB%2CuBAAA%3B%3BEAEL%2CaAAc%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CiBAAiB%2CKAAI%3BIACzI%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2COAAQ%2CQAAQ%3BIACZ%2CiBAAA%3B%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%2CuBAAwB%3BEAAY%2CuBAAwB%3BEAAY%2CsBAAuB%3BIAC3F%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CuBAAwB%2COAAO%3BIAC3B%2CcAAA%3B%3BEAEJ%2CMAAO%3BIACJ%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CuBAAwB%2CKAAK%3BIACzB%2CeAAA%3B%3BEAEJ%2CIAAK%3BIACD%2CeAAA%3B%3BEAEJ%2CQAAQ%2CaAAc%2CSAAQ%3BIAC3B%2CoBAAA%3B%3BEAEH%2CsBAAuB%2COAAM%3BIACzB%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CQAAS%2CeAAe%3BIACpB%2CcAAA%3B%3BEAEJ%2CuBAAwB%3BEAAS%2CuBAAwB%3BEAAS%2CsBAAuB%3BIACrF%2CeAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%3BIACpB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEH%2CsBAAuB%2CMAAM%3BEAAG%2CsBAAuB%2CMAAQ%3BIAC3D%2C6BAAA%3B%3BEAEJ%2CsBAAuB%2CMAAK%2CWAAY%3BIACpC%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CSAAQ%3BIAC3B%2C2BAAA%3B%3B%3BEAGL%2CeAAgB%2CaAAY%2CQAAQ%2CMAAO%3BIACtC%2CUAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%3BIACvB%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%2COAAM%2CIAAI%3BIACjC%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%2CcAAc%2CkBAAiB%3BIACtD%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%3BIACxB%2CcAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEH%2CYAAY%2CQAAQ%2CMAAO%2COAAM%2CIAAI%3BIACjC%2CSAAA%3B%3BEAEH%2CYAAY%2CQAAQ%2CMAAO%2COAAM%2CeAAe%3BIAC7C%2CsBAAA%3B%3B%3BEAIJ%2CsBAAuB%2CIAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIACpG%2CwBAAA%3B%3BEAEJ%2CsBAAuB%2CSAAQ%2CeAAgB%2CiBAAiB%3BIAC5D%2CwBAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%2CSAAQ%2CaAAc%3BIAC7C%2CSAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CQAAQ%2CMAAO%2CcAAa%3BIAC1C%2CWAAW%2CaAAX%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CQAAQ%2CMAAO%2CcAAa%3BIACzC%2CWAAW%2CaAAX%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CMAAM%2CYAAY%3BIACf%2C6BAAA%3B%3BEAEJ%2CGAAG%2CmBAAmB%2CYAAa%3BIACjC%2CcAAA%3B%3BEAEH%2CmBAAoB%2CIAAG%3BIACpB%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2C2BAAA%3BIACA%2CUAAA%3B%3BEAEF%2CmBAAoB%3BIAClB%2CaAAA%3B%3BEAEF%2CGAAG%2CmBAAoB%3BIACrB%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAEF%2CmBAAoB%2CuBAAuB%3BIACzC%2CaAAA%3B%3BEAEF%2CqBAAsB%2CSAAS%2CQAAO%3BIACpC%2CiBAAA%3B%3B%3BEAGF%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%3BIACpG%2CaAAA%3B%3BEAEL%2COAAQ%2CkBAAiB%2CkBAAkB%2CmBAAmB%2COAAQ%3BIACjE%2C4BAAA%3B%3BEAEL%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%3BIACrG%2CkBAAA%3BIACE%2CSAAA%3BIACD%2COAAA%3B%3BEAEJ%2CYAAa%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CKAAI%2CMAAO%3BIAChJ%2CeAAA%3B%3BEAEH%2CsBAAuB%2CSAAQ%2CeAAgB%2CiBAAiB%3BIAC9D%2CaAAA%3B%3BEAEF%2CmBAAoB%3BIAChB%2CsBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CQAAQ%2CaAAc%2CiBAAiB%3BIACpC%2C6BAAA%3B%3BEAEH%2CgBAAiB%2CwBAAwB%3BIACtC%2CeAAA%3B%3BEAEH%2CqBAAsB%3BIAClB%2CaAAA%3B%3BEAEJ%2CYAAY%2CkBAAkB%2CMAAO%2CcAAa%3BIAC9C%2CWAAW%2CaAAX%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CYAAY%2CkBAAkB%2CMAAO%2CcAAa%3BIAC9C%2CWAAW%2CaAAX%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CYAAY%2CkBAAkB%2CMAAO%2CcAAc%3BIAC%5C%2FC%2CcAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CKAAI%2CMAAO%2CaAAa%3BIACxF%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CYAAa%2CcAAc%3BIACxB%2CmBAAA%3B%3BEAEH%2CwBAAyB%2CsBAAsB%2CeAAc%3BIACzD%2CeAAA%3B%3BEAEJ%2CkBAAmB%2CeAAiB%2CSAAM%3BIACtC%2CeAAA%3B%3BEAEJ%2CmBAAmB%2CQAAS%2CaAAY%2CYAAY%3BIACjD%2CWAAW%2CiBAAiB%2CcAA5B%3B%3BEAIH%2CIAAI%2CoBAAqB%3BIACtB%2CiBAAA%3B%3BEAEH%2CoBAAqB%3BIACjB%2CkBAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CSAAQ%3BIAClC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%3BIAClC%2CgBAAA%3B%3BEAEH%2CaAAc%2COAAO%2CKAAI%2CIAAI%2CeAAgB%2CUAAS%3BIAClD%2CgBAAA%3B%3BEAEJ%2CSAAS%2CKAAM%3BIACX%2CeAAA%3B%3BEAEJ%2CwBAAyB%2CcAAc%2COAAM%2CKAAM%2CMAAK%3BIACrD%2CWAAA%3BIACA%2CeAAA%3B%3BEAEH%2CaAAc%2COAAO%3BIAClB%2CeAAA%3B%3BEAEH%2CeAAgB%2CcAAc%2COAAM%2CSAAU%3BIAC1C%2CoBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYAAa%2CMAAM%3BEACnB%2CYAAa%2CMAAM%3BEACnB%2CYAAa%2CMAAM%3BEACnB%2CYAAa%2CMAAM%3BIACf%2CcAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3B%3BEAEL%2CIAAK%2CKAAK%2CKAAI%3BIACX%2C0BAAA%3B%3BEAEH%2CYAAa%2COAAO%3BEAAQ%2CkBAAmB%2CcAAc%2COAAO%3BIACjE%2CUAAA%3B%3BEAEH%2CeAAgB%2CcAAc%3BIAC3B%2CUAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIAClE%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAEF%2CKAAK%2CcAAe%2CcAAc%3BEAAI%2CgCAAiC%2CSAAS%2CcAAc%3BEAAI%2CcAAe%2CcAAc%3BIAC9H%2CeAAA%3B%3BEAED%2CKAAK%2CcAAe%3BIACnB%2CeAAA%3B%3BEAED%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BEAAS%2CYAAa%2CMAAM%2COAAM%2COAAQ%2CQAAQ%2CKAAI%3BIACpF%2C0BAAA%3B%3BEAEH%2CKAAK%2CcAAe%3BIACjB%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAEF%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BEAAc%2CKAAK%2CcAAe%2CiBAAmB%3BIAC7G%2CSAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BIACxD%2CWAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%3BIAC%5C%2FB%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%2CIAAK%2CSAAQ%3BIAC5C%2CYAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CIAAI%2CMAAO%3BIACT%2CkBAAA%3B%3BEAEF%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIAC7E%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CYAAA%3BIACD%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAEH%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIAC7E%2CqBAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACC%2CYAAA%3BIACF%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAEH%2CIAAI%2CMAAO%2CaAAe%2CIAAC%3BEAAU%2CIAAI%2CIAAK%2CaAAe%2CIAAC%3BIAC5D%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CIAAI%2CMAAO%2CaAAe%2CIAAC%2CQAAQ%3BEAAS%2CIAAI%2CIAAK%2CaAAe%2CIAAC%2CQAAQ%3BIAC3E%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%3BIAC9C%2CaAAA%3B%3BEAEF%2CQAAS%3BIACL%2C6BAAA%3B%3BEAEJ%2CQAAS%2CgBAAgB%3BIACvB%2CkBAAA%3B%3BEAEF%2CIAAI%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BEAChE%2CIAAI%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BIAC9D%2CaAAA%3B%3BEAEH%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%2CSAAS%3BEAC1F%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%2CSAAS%3BIACvF%2CaAAA%3B%3BEAEH%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CYAAW%3BEAAM%2CIAAI%2CIAAK%2CYAAW%3BIAClF%2CWAAA%3B%3BEAEF%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CSAAU%3BIAC%5C%2FC%2C0BAAA%3B%3BEAEH%2CoBAAqB%3BEAAQ%2CoBAAqB%3BIAC%5C%2FC%2C0BAAA%3B%3BEAEH%2CeAAgB%2CsBAAsB%2CmBAAmB%3BIACtD%2CiBAAA%3B%3BEAEF%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC1B%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CWAAa%2CsBAAoB%3BIAClD%2CeAAA%3B%3BEAEJ%2CIAAK%2CKAAK%2CgBAAgB%2COAAM%2COAAQ%2CKAAI%3BIACzC%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CQAAQ%2CMAAO%2CmBAAmB%3BIAC9B%2CwBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC7C%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CYAAY%2CSAAS%3BIAC1D%2CeAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2CYAAY%2CQAAO%2COAAU%3BIAC%5C%2FC%2CgBAAA%3B%3BEAEJ%2CQAAQ%2CKAAK%2CMAAO%2COAAO%2CEAAC%3BIACxB%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%2COAAO%3BIACxE%2CUAAA%3B%3BEAEJ%2CQAAQ%2CKAAK%2CSAAU%3BIACnB%2CeAAA%3B%3BEAEJ%2CQAAQ%2CUAAU%2CYAAa%3BIAC3B%2CeAAA%3B%3BEAEJ%2C0BAA2B%2CUAAS%2CQAAS%2CIAAG%3BIAC7C%2CUAAA%3BIACA%2CeAAA%3B%3BEAEH%2C0BAA2B%2CUAAS%2CQAAS%2CIAAG%3BIAC9C%2CUAAA%3B%3BEAGF%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%3BIACzC%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA0B%2CQAAS%2CkBAAiB%2CIAAI%3BIAC1E%2CSAAA%3B%3BEAEJ%2C0BAA2B%2CyBAAyB%2C4BAA4B%2CsBAAsB%3BIAClG%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CyBAAyB%2C4BAA4B%2CsBAAsB%2COAAO%3BIAC%5C%2FH%2CeAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA0B%2CiBAAkB%2CmBAAkB%2CIAAI%3BIACpF%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CoBAAsB%3BIAClG%2CeAAA%3B%3BEAEH%2CqBAAsB%2C2BAA2B%2C8BAA8B%3BIAC3E%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CcAAc%3BIAC3F%2CmBAAA%3B%3BEAEF%2CqBAAsB%2CcAAa%2CmBAAoB%2CgCAAgC%3BIACnF%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CMAAK%2CcAAiB%2CQAAK%3BIACxE%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CSAAS%2CQAAS%2CIAAG%3BIACjB%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CcAAc%2CMAAM%3BEACjE%2CIAAI%2CqBAAsB%2CmBAAmB%2CcAAc%2COAAO%3BIAC9D%2C6BAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CeAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CIAAI%3BIACA%2C%2BBAAA%3B%3BEAEJ%2CIAAK%2CKAAI%2CqBAAsB%2CQAAO%3BIACnC%2C2BAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CIAAG%2CaAAc%3BIAC3C%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAED%2CkBAAmB%2CcAAc%2CSAAS%2CUAAU%3BEACpD%2CkBAAmB%2CcAAc%2CSAAS%2CUAAU%3BIACnD%2CcAAA%3B%3BEAED%2CGAAG%2CaAAc%2CkBAAkB%2CQAAO%2CSAAS%3BIAC%5C%2FC%2CqDAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CgCAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CQAAS%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%3BIACrF%2CQAAA%3BIACA%2CqBAAA%3B%3BEAEL%2CGAAG%2CkBAAmB%2C2BAA0B%3BIAC3C%2C2DAAA%3BIACC%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CgCAAA%3B%3BEAEH%2CIAAI%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CgBAAgB%2CcAAc%2CSAAS%3BIACnH%2CWAAA%3B%3BEAEJ%2CIAAI%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CgBAAgB%2CcAAc%2CSAAS%3BIACnH%2CYAAA%3B%3BEAEH%2CGAAG%2CkBAAmB%2C4BAA2B%3BIAC9C%2C4DAAA%3BIACA%2CsBAAA%3BIACC%2CuBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CgCAAA%3BIACA%2C4BAAA%3BIACA%2CiCAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C6BAA6B%2CcAAc%2CSAAS%2C2BAA0B%3BIACrG%2CyBAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2C6BAA6B%2CcAAc%2CSAAS%2C4BAA2B%3BIACtG%2CyBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C6BAA6B%2CIAAG%2CaAAc%3BIACrE%2CQAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2C6BAA6B%2CcAAc%2CSAAS%3BIAC3E%2CWAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2C6BAA6B%2CcAAc%2CSAAS%3BIAC3E%2CYAAA%3B%3BEAGF%2CGAAG%2CkBAAkB%2CMAAO%3BEAA2B%2CGAAG%2CkBAAkB%2CMAAO%3BIAClF%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CGAAG%2CiBAAiB%2CKAAM%3BEAAgB%2CiBAAiB%2CaAAc%3BIACtE%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CGAAG%2CiBAAiB%2CKAAM%2CeAAc%3BEAAW%2CGAAG%2CiBAAiB%2CaAAc%2CeAAc%3BIACjG%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC3C%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEAEF%2CMAAM%2CYAAY%2CMAAO%2CkBAAkB%3BIAC1C%2CWAAA%3B%3BEAGF%2CIAAI%2CsBAAuB%2CSAAQ%3BIAChC%2CcAAA%3B%3BEAEH%2CIAAI%2CcAAe%3BIACjB%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CIAAG%2CeAAe%3BIAC1C%2C2BAAA%3BIACA%2CcAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%3BIACxB%2C4BAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CWAAW%2CSAAQ%2CaAAc%2CgCAAgC%2CQAAQ%3BIACjG%2CaAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CWAAW%2CSAAQ%2CaAAc%2CiBAAiB%3BIAC1E%2CgBAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CcAAc%2CiBAAgB%3BIACtD%2CWAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CcAAc%2CgCAAgC%2CgBAAgB%2CqBAAqB%3BIAC3G%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CWAAW%2CSAAQ%2CaAAc%2CiBAAiB%2CwBAAwB%3BIAClG%2CgBAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CoBAAoB%3BIAC5C%2CwBAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CoBAAoB%3BIAE5C%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CSAAS%2CEAAC%2C6BAA8B%3BIAEhE%2CaAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%3BIACzB%2CgBAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2CkBAAkB%3BIAC1C%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%3BIACzB%2CkBAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2COAAM%2CYAAY%3BIAC3C%2CsBAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2CgBAAe%2COAAO%3BIAC%5C%2FC%2CQAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3B%3BEAEF%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2COAAM%3BIAC9H%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CqBAAsB%2CmBAAmB%2CYAAY%2CSAAS%3BIAC3D%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CoBAAoB%2CUAAS%2CQAAW%2CWAAQ%3BIACzE%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2CUAAS%2CQAAW%2CWAAQ%2CiBAAkB%2CEAAC%3BIACxE%2CwBAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2CUAAS%2CQAAW%2CWAAS%3BEACxD%2CIAAI%2CsBAAuB%2CUAAS%2CQAAW%2CWAAS%3BIAClD%2CaAAA%3B%3B%3BEAGN%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CKAAI%3BIAC1H%2CcAAA%3B%3BEAEN%2COAAQ%2CkBAAkB%2CgBAAgB%3BIACpC%2CuBAAA%3B%3BEA2DH%2CsBAAuB%2CeAAe%2CeAAc%2CMAAM%3BEAC1D%2CsBAAuB%2CeAAe%2CeAAc%2CMAAM%3BIACtD%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEL%2CsBAAuB%2CeAAe%2CeAAc%3BEACpD%2CsBAAuB%2CeAAe%2CeAAc%3BIAChD%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CMAAM%2CYAAa%2CUAAS%2CkBAAmB%2CkBAAkB%2CGAAE%2CSAAU%2CGAAG%3BIAC5E%2CmBAAA%3B%3BEAEJ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%2CEAAI%3BIAC5C%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CyBAAyB%2CiBAAiB%2CiBAAiB%3BIAC7E%2CmBAAA%3B%3BEAEJ%2CQAAQ%2CiBAAkB%2CgBAAe%2COAAQ%3BIAC7C%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CMAAM%2CYAAa%2CUAAS%2CkBAAmB%2CkBAAkB%2CGAAE%3BIAC%5C%2FD%2CSAAA%3B%3B%3BEAGH%2CqBAAsB%2CmBAAmB%2CoBAAoB%3BIAC1D%2CwBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CWAAW%3BIACpE%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%3BIACzC%2CkBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CiBAAiB%2CWAAW%2CeAAe%2CKAAI%3BIACrE%2C0BAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%3BIAC7D%2C6BAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CoBAAoB%2CWAAW%2CiBAAiB%3BEAAQ%2CkBAAmB%2CoBAAoB%2CeAAe%3BIACpI%2C0BAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIAC9E%2CyBAAA%3B%3B%3BEAGJ%2CsBAAuB%2CeAAe%2CeAAc%2CMAAM%3BIACrD%2CqBAAA%3B%3BEAEL%2CsBAAuB%2CeAAe%2CeAAc%3BIAClD%2CgBAAA%3B%3BEAEF%2CMAAM%2CYAAY%3BIACd%2CgCAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CyBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CeAAc%3BIACtC%2CuBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CeAAc%2CSAAS%3BIAC%5C%2FC%2CYAAY%2C8MAAZ%3BIACA%2CYAAY%2CmNAAZ%3BIACA%2CYAAY%2C8NAAZ%3BIACA%2CYAAY%2C6NAAZ%3BIACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAA0B%2C0BAA0B%2CuBAAuB%2CuBAAuB%2C0BAA0B%2C0BAA0B%2CyCAAyC%2CyCAA7U%3BIACA%2CYAAY%2CkOAAZ%3B%3BEAEF%2CIAAI%2CqBAAsB%3BIACtB%2C6BAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%3BIACrB%2CQAAA%3B%3BEAiBJ%2CsBAAuB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIACxD%2CaAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAuB%2CeAAc%2CSAAU%3BIAC3C%2CYAAA%3B%3BEAcJ%2CIAAI%2CqBAAsB%2CeAAc%2CQAAQ%2CKAAM%3BIAClD%2CsBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CUAAU%3BIAC5L%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CWAAW%3BIAC7L%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAuB%3BIAClI%2CaAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%3BIAC3G%2CmBAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CaAAc%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CiBAAiB%2CKAAI%3BIAC1I%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CUAAW%2CYAAY%3BIACnB%2CcAAA%3BIACA%2COAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%2CQAAO%3BIACxD%2CeAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CcAAc%3BIACnC%2CSAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CIAAG%3BIACtC%2COAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%2CQAAO%3BIACxD%2CWAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CIAAG%3BIACtC%2CSAAA%3B%3BEAEJ%2COAAQ%2CMAAK%2CWAAW%2COAAQ%3BIAC5B%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAQ%2CWAAW%2CYAAY%3BIAC5B%2CcAAA%3BIACA%2COAAA%3B%3B%3BEAGJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACpC%2CaAAA%3B%3BEAEH%2CMAAM%2CYAAa%2CQAAO%2CMAAO%2CWAAW%2CaAAa%3BIACtD%2C0BAAA%3B%3BEAEH%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAC7E%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEN%2CYAAY%2CMAAO%3BIACf%2CsBAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIAC5B%2CuBAAA%3BIACA%2CuBAAA%3BIACA%2COAAA%3B%3BEAEL%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%2CEAAE%3BIAC9C%2CcAAA%3B%3BEAEF%2CYAAY%2CMAAO%2CaAAa%2CEAAE%3BIAC%5C%2FB%2CUAAA%3B%3BEAEH%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CIAAG%3BIACvC%2CwBAAA%3B%3BEAEH%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CIAAG%2CaAAa%3BIACpD%2CyBAAA%3B%3BEAEH%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAClD%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CgBAAgB%2CgBAAhB%3B%3BEAyIA%2CKAAK%3BIACL%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CaAAc%2CSAAQ%2CSAAU%3BEAAW%2CaAAc%2CSAAQ%2CSAAU%3BIACvE%2C2BAAA%3B%3BEAEJ%2CaAAc%2CSAAS%3BEAAW%2CaAAc%2CSAAS%3BIACtD%2C2BAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CmBAAmB%2CIAAG%3BIAC7C%2CiBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CKAAK%3BIACD%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC5C%2CiBAAA%3B%3BEAEF%2CsBAAuB%2CSAAS%2CGAAE%3BIACjC%2CaAAA%3B%3BEAGD%2CkBAAmB%2CsBAAsB%2CWAAU%2C%2BBAAgC%3BIAC%5C%2FE%2CqBAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%2C%2BBAAgC%3BIAC%5C%2FE%2CqBAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%2C0BAA2B%3BIAC1E%2CWAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%3BIAC%5C%2FC%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%3BIAC%5C%2FC%2CaAAA%3B%3B%3BEAGJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CiBAAiB%2CWAAU%3BIACxF%2C6BAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CiBAAiB%2C0BAA0B%3BIACjE%2CqBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CiBAAiB%2CWAAU%2CoBAAqB%3BIAC%5C%2FG%2CeAAA%3B%3BEAEF%2CkBAAmB%3BIACf%2CkBAAA%3BIACD%2CUAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEH%2CkBAAmB%3BIACd%2CYAAA%3BIACD%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%3BIAC5B%2CkBAAA%3BIACA%2CSAAA%3BIACA%2C0CAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2C0BAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAEN%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%3BIAC9B%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%3BIAC9B%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%2CcAAc%3BIAC5C%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CMAAK%3BIACpB%2C2BAAA%3B%3BEAIL%2CkBAAmB%3BIACd%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CUAAU%3BIACjF%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CsBAAA%3B%3BEAEJ%2CgBAAiB%2C6BAA6B%2CmBAAmB%2CUAAU%2CUAAU%3BIAChF%2CqBAAA%3B%3BEAEL%2CkBAAmB%2CeAAiB%3BIAChC%2CSAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CkBAAA%3B%3BEAEJ%2CsBAAuB%2CgBAAgB%2CmBAAmB%2CsBAAsB%3BIAC3E%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEL%2CsBAAuB%2CgBAAgB%2CmBAAmB%2CsBAAsB%2C2BAA0B%3BIACvG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEH%2CGAAG%2CcAAe%2CcAAc%2CsBAAsB%3BIACpD%2CmBAAA%3B%3BEAEH%2CmBAAoB%2CMAAK%3BIACrB%2CgBAAA%3B%3BEAqGL%2C0BAA2B%2C8BAA8B%2CcAAc%3BIACpE%2C4nBAAA%3B%3BEAEH%2C0BAA2B%2C8BAA8B%2CcAAc%2CQAAO%3BIAC5E%2C4nBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3BEAEF%2CeAAgB%2CSAAQ%2CQAAS%2CQAAO%3BIACrC%2CSAAS%2COAAT%3B%3BEAEH%2CeAAgB%2CQAAO%3BIACrB%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CeAAgB%2CSAAQ%2CQAAS%2CQAAO%3BIACrC%2CaAAa%2CaAAb%3B%3BEAEH%2CeAAgB%2CSAAS%3BIACvB%2CeAAA%3B%3BEAEF%2CqBAAsB%2CyBAAyB%2CiBAAiB%2CiBAAiB%3BIAC%5C%2FE%2CSAAA%3B%3BEA6FF%2CmBAAoB%3BIAClB%2CiBAAA%3BIACA%2CSAAA%3B%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGF%2CmBAAoB%2CQAAO%3BIACzB%2CWAAA%3BIAAa%2CYAAA%3BIACb%2CiBAAA%3B%3BEAGF%2CmBAAoB%2CQAAO%3BIACzB%2CSAAS%2C8BAAT%3BIACA%2CeAAA%3B%3BEAGF%2CIAAI%2CsBAAuB%2CSAAS%2CQAAO%3BIACzC%2C%2BBAAA%3B%3B%3BEAooBA%2CIAAI%2CeAAgB%3BEACpB%2CIAAI%2CeAAgB%2CQAAO%3BIACvB%2CsBAAA%3BIACA%2CwBAAA%3B%3B%3BEAMJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2C4BAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2C4BAAA%3BIACA%2C6BAAA%3B%3B%3BEAIJ%2CeAAgB%2CaAAY%3BIACxB%2CgBAAA%3BIACA%2CgDAAA%3B%3BEAGJ%2CeAAgB%2CQAAO%3BIACnB%2C2BAAA%3B%3BEAGJ%2CeAAgB%2CQAAQ%3BIACpB%2CcAAA%3BIACA%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%3BIAC%5C%2FB%2CcAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%2CEAAC%3BIAChC%2CcAAA%3B%3B%3BEAIJ%2CeAAgB%2CMAAM%3BIAClB%2CQAAQ%2CcAAc%2CSAAtB%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3BIACA%2C8BAAA%3B%3B%3BEAIJ%2CeAAgB%2CaAAa%3BEAC7B%2CeAAgB%2CaAAa%2CEAAE%3BEAC%5C%2FB%2CeAAgB%2COAAM%2CYAAa%2CaAAa%2CKAAI%3BIAChD%2CWAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAiB%3BIAC9D%2CQAAQ%2CgBAAgB%2CSAAxB%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACxF%2CwCAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3B%3B%3BEAIJ%2CeAAgB%3BEAChB%2CeAAgB%2CqBAAqB%2CuBAAyB%3BIAC1D%2CgBAAA%3B%3BEAGJ%2CeAAgB%2CoBAAoB%3BEACpC%2CeAAgB%2CqBAAqB%2CuBAAyB%2CgBAAgB%3BEAC9E%2CeAAgB%2CqBAAoB%2CaAAc%2CQAAO%2CMAAO%2CGAAK%3BIACjE%2CWAAA%3B%3BEAGJ%2CeAAgB%2CeAAe%2CaAAY%3BEAC3C%2CeAAgB%2CeAAe%2CaAAY%3BIACvC%2CsBAAA%3B%3B%3BEAIJ%2CIAAI%2CsBAAsB%2CeAAgB%2CUAAS%3BEACnD%2CIAAI%2CeAAgB%2CUAAS%3BEAC7B%2CIAAI%2CeAAgB%2CIAAG%2CSAAS%3BIAC5B%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3B%3BEAIJ%2CIAAI%2CsBAAsB%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAM%3BEAChE%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAM%3BEAC1C%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%3BEACpC%2CIAAI%2CeAAgB%3BEACpB%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIACjD%2CwBAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2C%2BBAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C2BAAA%3B%3BIAEA%2CgCAAA%3BIACA%2C2BAAA%3BIACA%2CwCAAA%3BIACA%2CqCAAA%3B%3B%3BEAIJ%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEAC%5C%2FC%2CIAAI%2CeAAgB%2CGAAE%3BEACtB%2CIAAI%2CeAAgB%3BIAChB%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3B%3BIAEA%2C8BAAA%3BIACA%2CmCAAA%3BIACA%2C6CAAA%3B%3BIAEA%2CYAAY%2CqEAAZ%3BIAEA%2C4EAAA%3BIACA%2C2BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CeAAgB%2CcAAa%3BIAEzB%2CWAAW%2CgBAAX%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CsBAAA%3BIAEA%2C2BAAA%3BIACA%2CoBAAA%3B%3BEAIJ%2CeAAgB%2CoBAAoB%3BIAChC%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CeAAgB%2CcAAa%2CMAAO%2CoBAAoB%3BIACpD%2CWAAW%2CWAAX%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2C6BAAA%3BIACA%2C6BAAA%3B%3B%3BEAIJ%2CeAAgB%3BEAChB%2CeAAgB%2CmBAAmB%3BIAC%5C%2FB%2C2BAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3BIACA%2C2CAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CeAAgB%2CmBAAmB%2CEAAC%3BIAChC%2CsBAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CwBAAA%3B%3BEAGJ%2CeAAgB%2CcAAc%3BIAC1B%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C2CAAA%3B%3BEAGJ%2CeAAgB%2CWAAW%3BIACvB%2CwBAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CuBAAA%3B%3BEAIJ%2CeAAgB%2CeAAc%3BEAC9B%2CeAAgB%2CeAAc%3BIAC1B%2C6BAAA%3BIACA%2C0CAAA%3B%3B%3BEAIJ%2CeAAgB%2CsBAAsB%2CQAAO%3BIACzC%2CkCAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CoCAAA%3BIAEA%2CsBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CeAAgB%2CsBAAsB%2CQAAO%2COAAO%3BIAChD%2CoCAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3B%3BEAIJ%2CeAAgB%2CsBAAsB%2CQAAO%3BEAC7C%2CeAAgB%2CsBAAsB%2CQAAO%3BIACzC%2CwBAAA%3B%3B%3BEAIJ%2CeAAgB%3BIAEZ%2CgBAAA%3BIACA%2C6CAAA%3B%3BEAGJ%2CeAAgB%2CeAAe%3BIAC3B%2CcAAA%3B%3BEAGJ%2CeAAgB%2CeAAe%2CEAAC%3BIAC5B%2CcAAA%3B%3BEAGJ%2CeAAgB%2CeAAe%2CGAAE%2CaAAc%2CEAAE%3BEACjD%2CeAAgB%2CeAAe%2CGAAE%2CaAAc%2CGAAG%3BIAC9C%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIAEZ%2CgBAAA%3BIACA%2C6CAAA%3B%3BEAGJ%2CeAAgB%2CSAAQ%3BIACpB%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BEAIJ%2CeAAgB%2CSAAS%2CEAAC%3BEAC1B%2CeAAgB%2CkBAAkB%2CEAAC%3BEACnC%2CeAAgB%2COAAM%3BEACtB%2CIAAI%2CeAAgB%2CSAAS%2CEAAC%3BEAC9B%2CIAAI%2CeAAgB%2CkBAAkB%3BEACtC%2CeAAgB%3BEAChB%2CeAAgB%2CSAAQ%3BEACxB%2CeAAgB%2CSAAQ%3BIACpB%2CwBAAA%3BIACA%2C6BAAA%3B%3B%3BEAIJ%2CeAAgB%2CSAAS%2CQAAO%3BIAC5B%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CuBAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CeAAgB%2CMAAM%3BIAClB%2CqBAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CeAAgB%2CMAAK%3BIACjB%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CsBAAsB%2C8BAAtB%3BIACA%2CwBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3B%3BEAIJ%2CeAAgB%2CaAAa%2CUAAS%3BEACtC%2CeAAgB%2CaAAa%2CUAAS%2CkBAAmB%3BEACzD%2CeAAgB%2CaAAa%2CUAAS%2CkBAAmB%2CkBAAkB%3BEAC3E%2CeAAgB%2CQAAQ%2CUAAS%2CkBAAmB%3BEACpD%2CeAAgB%2CmBAAmB%2CQAAO%3BIACtC%2CuBAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CeAAgB%2CmBAAmB%2CsBAAsB%3BIACrD%2CcAAA%3B%3BEAEJ%2CeAAgB%2CEAAC%2COAAO%3BIACpB%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIACjD%2C4BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C2BAAA%3B%3BEAEJ%2CqBAAqB%2CSAAU%2CmBAAmB%3BIAC9C%2C2BAAA%3B%3BEAMJ%2CIAAI%2CeAAgB%3BIAChB%2C2BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C2BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BIAChB%2CuBAAA%3B%3BEAEA%2CeAAgB%2CSAAQ%3BIACpB%2C8BAAA%3B%3BEAEJ%2CeAAgB%2CGAAE%3BIAClB%2CuBAAA%3B%3BEAEA%2CeAAgB%2CKAAI%3BIACpB%2CsBAAA%3B%3BEAEA%2CeAAgB%2CKAAI%3BIAChB%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%3BIACjB%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CeAAgB%2COAAO%3BIACnB%2CYAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%3BIACrB%2C2BAAA%3B%3BEAEA%2CeAAgB%3BIACZ%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeAAgB%2CGAAE%3BIAClB%2CsBAAA%3B%3BEAEA%2CIAAK%2CKAAI%2CeAAe%2CqBAAsB%2CIAAG%2CkBAAmB%2CIAAG%3BIACzE%2CkCAAA%3B%3BEAEF%2CeAAgB%2CMAAK%2CKAAK%3BIACtB%2C2BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CuBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CIAAI%2CqBAAqB%2CeAAgB%2CmBAAmB%2CoBAAoB%3BIAC5E%2CwCAAA%3B%3BEAEJ%2CeAAgB%2CKAAI%3BIAChB%2CsBAAA%3B%3BEAEJ%2CeAAgB%2CWAAU%2CkBAAkB%3BIACxC%2CsBAAA%3B%3BEAEJ%2CeAAgB%2CEAAC%3BIACb%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CuBAAuB%2COAAM%2CYAAY%3BIACzD%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CeAAgB%2CaAAa%2CQAAO%2CQAAS%3BIACzC%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CeAAgB%2CQAAO%2CKAAM%3BIACzB%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CSAAQ%3BIACpB%2CwBAAA%3B%3BEAKJ%2CeAAgB%2CIAAG%3BIACf%2CQAAQ%2CSAAR%3B%3BEAEJ%2CeAAgB%2CKAAI%3BIAChB%2CyBAAA%3B%3BEAEJ%2CIAAI%2CsBAAsB%2CeAAgB%3BIAClC%2C0BAAA%3B%3BEAER%2CeAAgB%3BIACZ%2C0BAAA%3B%3BEAKJ%2CIAAI%2CeAAgB%3BIAChB%2C4BAAA%3B%3BEAWJ%2CeAAgB%2CSAAQ%2CMAAM%3BIACtB%2C6BAAA%3B%3BEAgeJ%2CIAAI%2CsBAAsB%2CeAAgB%2CSAAS%2CQAAO%3BIACvD%2C%2BBAAA%3B%3BEAEJ%2CIAAI%2CsBAAsB%2CeAAgB%2CIAAG%2CcAAe%2CcAAc%2CsBAAsB%3BIAC7F%2C8BAAA%3B%3BEAEH%2CIAAI%2CsBAAsB%2CeAAgB%3BIACzC%2CgBAAA%3B%3BEAGD%2CeAAe%2CqBAAsB%3BIACjC%2CwBAAA%3B%3BEAEJ%2CIAAK%2CKAAI%2CeAAe%2CqBAAsB%2CIAAG%2CkBAAmB%2CIAAG%3BIACnE%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%3BIACtC%2C2BAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIACjE%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CGAAE%2CoBAAqB%3BIAC7D%2CWAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CUAAS%3BEAClD%2CIAAI%2CeAAe%2CqBAAsB%2CIAAG%2CSAAS%3BIAClD%2C2BAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CmBAAmB%3BIACzD%2C4BAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CIAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIACtH%2C0BAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%2CmBAAmB%2CmBAAmB%2CSAAQ%2CKAAM%3BIACxF%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%3BIACtC%2CgBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CMAAK%3BIACtB%2CsBAAA%3BIACA%2CYAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2C6BAA6B%3BIACnE%2CaAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CSAAQ%2CKAAK%3BIACnD%2CeAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIACjE%2CaAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%3BIACxC%2C2BAAA%3B%3BEAED%2CIAAI%2CeAAe%2CqBAAsB%3BIACxC%2C0BAAA%3B%3BEAGD%2CeAAgB%2CyBAAyB%2C4BAA4B%3BIAClE%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CeAAgB%2C4BAA4B%2CUAAU%3BIACnD%2CWAAA%3B%3BEAEH%2CeAAgB%3BIACZ%2CsBAAA%3B%3BEAEJ%2CeAAgB%3BIACX%2CyBAAA%3B%3BEAEL%2CeAAgB%3BIACX%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEAAe%2CIAAI%2CeAAgB%2CGAAE%3BEAAe%2CIAAI%2CeAAgB%3BIACnH%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%3BIAChB%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2C0BAA0B%2CQAAQ%2CKAAI%3BIACtD%2CWAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%3BIACjH%2CyBAAA%3B%3BEAGJ%2CIAAI%2CeAAgB%3BIAChB%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CkBAAkB%2CgBAAgB%3BIAClD%2CgDAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CwBAAwB%2CcAAa%3BIACrD%2C6BAAA%3BIACA%2CqCAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CwBAAwB%2CIAAG%3BIAC3C%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CwBAAwB%2CcAAa%3BIACrD%2CyCAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBACzF%2CiBAAiB%2CwBAAuB%3BIACpC%2CgDAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%3BIACrF%2CQAAQ%2CkBAAR%3BIACA%2CgBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%3BIAC7D%2CgBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBACzF%2CiBAAiB%3BIACb%2C8BAAA%3BIACA%2C2BAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CwBAAwB%2CcAAa%3BIACtD%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CcAAa%3BIAC7B%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2C2BAA2B%3BIAC5C%2C6BAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBACzF%2CiBAAiB%3BIACb%2CgDAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CIAAI%2CeAAe%2CsBAAuB%2CIAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIACvH%2CwBAAA%3BIACA%2CwBAAA%3BIACA%2CMAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CsBAAuB%2CIAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%3BIAC5G%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CaAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CsBAAuB%2CeAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIAC7G%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CsBAAuB%2CoBAAoB%2CSAAQ%2CQAAQ%2CqBAAsB%3BIAChG%2CgBAAA%3B%3BEAEL%2CYAAa%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%3BIAC7E%2CQAAQ%2CkBAAR%3BIACA%2CgBAAA%3B%3BEAEL%2CYAAa%2CQAAQ%2CmBAAmB%2CiBAAiB%2CgBAAe%3BIACnE%2CQAAQ%2CgBAAR%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3B%3BEAGH%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CmBAAmB%2CqBAAnB%3BIACA%2CgBAAgB%2CqBAAhB%3BIACA%2CWAAA%3B%3BEAEL%2CsBAAuB%3BIACnB%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CiBAAiB%3BIACpC%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBAAuB%3BIACrB%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CsBAAuB%3BIACpB%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CsBAAuB%3BIACnB%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CiBAAA%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%3BIAC5E%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CWAAb%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CmBAAmB%3BIACxD%2CaAAa%2CWAAb%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%3BIAC5E%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CWAAb%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CSAAQ%2CQAAS%2CGAAE%2CKAAM%3BIAC%5C%2FD%2CaAAa%2CWAAb%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%2CSAAQ%2CQAAS%2CGAAE%2CKAAM%3BIAC%5C%2FD%2CaAAa%2CWAAb%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%3BIACtC%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CeAAe%3BIAC5F%2CeAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CSAAQ%2CQAAS%3BIAC5E%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%3BIACzC%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CWAAb%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%3BIACzC%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%3BIACzD%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%2CeAAc%3BIACvE%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%3BIACzD%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%3BIACzD%2CUAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%3BIACzC%2CcAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAuB%2CWAAU%3BIAC7B%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CsBAAuB%2CWAAU%3BIAC7B%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEH%2CsBAAuB%2CWAAU%3BIAC9B%2CgBAAA%3B%3BEAEJ%2CsBAAuB%3BIACpB%2CUAAA%3B%3BEAEF%2CsBAAuB%2CsBAAsB%2CgBAAgB%2CmBAAkB%3BIAC5E%2CWAAA%3B%3B%3BEAGJ%2CIAAI%2CeAAgB%2CuBAAuB%3BIACvC%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CuBAAuB%3BIACvC%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CmBAAmB%3BIACnC%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CuBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CeAAe%3BIAC%5C%2FG%2CWAAA%3B%3BEAEL%2CIAAI%2CeAAgB%2CuBAAuB%2CkBAAkB%2CmBAAmB%3BIAC3E%2C4BAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CkBAAkB%3BIACtD%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%2CkBAAkB%3BIACvD%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%3BIACnC%2C8BAAA%3B%3B%3BEAGL%2CIAAI%2CeAAgB%2CMAAM%2CmBAAmB%3BIACxC%2CWAAA%3B%3BEA4FN%2CIAAI%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBACjH%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEACnD%2CIAAI%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAC%5C%2FD%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BIAC3F%2CcAAA%3B%3BEAED%2CIAAI%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC%5C%2FL%2CcAAA%3B%3BEAEH%2CIAAI%2CcAAc%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAChI%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEACnD%2CIAAI%2CcAAc%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAC9E%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BIAC3F%2CWAAA%3B%3BEAEF%2CIAAI%2CcAAc%2CeAAgB%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC7M%2CWAAA%3B%3BEAGF%2CqBAAsB%2C4BAA2B%2CYAAa%2CUAAU%2COAAO%3BIAC3E%2C0BAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2CUAAU%3BIACzD%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2CUAAU%3BIACzD%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%3BIACzC%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAO%3BIAChD%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CSAAO%2CSAAQ%2CcAAe%2CMAAK%3BIACzE%2CUAAA%3B%3BEAEJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BIAChD%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BIAChD%2CQAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CqBAAsB%2C4BAA2B%2CYAAa%3BIAC1D%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%2CYAAa%2CcAAc%3BIACzD%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%2CYAAa%3BIAC1C%2CeAAA%3B%3BEAEJ%2CSAAU%2CuBAAsB%2CIAAI%2CiBAAkB%3BIAClD%2CeAAA%3B%3BEAEJ%2CqBAAsB%2C4BAA2B%2CYAAa%2CUAAU%2COAAM%2COAAQ%3BIAClF%2CkBAAA%3B%3BEAGJ%2CSAAS%2CQAAS%2CSAAS%3BIACvB%2CkBAAA%3B%3BEAEJ%2CSAAS%2CQAAS%2CSAAS%2COAAO%3BIAC9B%2CUAAA%3BIACA%2CQAAA%3B%3BEAEA%2CQAAQ%2CMAAM%2COAAQ%2COAAO%2CMAAK%3BIAClC%2CaAAA%3B%3BEAEL%2CuBAAwB%2CsBAAsB%2CEAAC%2COAAO%3BIAClD%2CcAAA%3B%3BEAEH%2CsBAAuB%2CmBAAmB%2COAAM%2COAAQ%3BIACpD%2CwBAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2COAAM%2COAAQ%2CSAAS%2COAAO%3BIAC1D%2CUAAA%3BIACA%2CcAAA%3BIACA%2CQAAA%3B%3BEAEH%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2CUAAU%3BIACzD%2CsBAAA%3BIACA%2CcAAA%3B%3BEAEL%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2CUAAU%3BIACxD%2CsBAAA%3B%3B%3BAE51PJ%2CwBAJqD%3BE9KgYrD%3BEgC5RQ%2C4BADJ%2CKAAI%2CMACC%3BE%5C%2FBsDD%2CyBADJ%2CKAAI%2CQACC%3BInBjKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBmkBD%2C0BACI%2CMAAQ%2CKlBrkBX%3BEkBokBD%2C0BACI%2CMAAQ%2CKlBpkBX%3BEiEDD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGjErCX%3BEiEAD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGjEpCX%3BEmBsID%2CyBACI%2CKAAI%2CQnBxIP%3BEmBuID%2CyBACI%2CKAAI%2CQnBvIP%3BEmC4MG%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKlBrkBX%3BEmC6MG%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKlBpkBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkB8jBD%2C0BACI%2CMAAQ%2CKlB%5C%2FjBX%3BEiEND%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGjE%5C%2FBX%3BEmBiID%2CyBACI%2CKAAI%2CQnBlIP%3BEmCuMG%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKlB%5C%2FjBX%3BIACG%2CWAAA%3B%3BEkBgkBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEiB1XT%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAEH%2CIAAI%3BIlBnVb%2C6BAAA%3B%3BEkBwVgB%2C0BAPZ%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BEiB%5C%2FXb%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAGR%2C0BAXR%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEACD%2C0BAZR%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEACD%2C0BAbR%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BEiBrYT%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEiBnYT%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEiBpYT%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BIACG%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BEiB3Yb%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEiB3Yb%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEiB3Yb%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAGR%2C0BA1BR%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BEiBlZT%2CcAAC%2CaAeG%2CMAAK%2CMjByWT%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BIACG%2CSAAA%3B%3BEA5BhB%2C0BAgCI%3BEiBvZA%2CcAAC%2CaAeG%2CMAAK%2CMjBwYT%3BIACI%2CSAAA%3B%3BEAmLR%2C0BACI%2CMACI%3BIACI%2CgBAAA%3B%3BEACA%2C0BAHR%2CMACI%2CKAEK%3BIACG%2CmBAAA%3B%3BEALhB%2C0BASI%2CMACI%3BIACI%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAZZ%2C0BASI%2CMAKI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAhBZ%2C0BASI%2CMASI%2COAAM%3BIlBtjBd%2CiBAAA%3B%3BEkBoiBA%2C0BASI%2CMASI%2COAAM%2COAEF%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2C0BASI%2CMASI%2COAAM%2COAMF%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEA1BhB%2C0BASI%2CMASI%2COAAM%2COAMF%2CQAGI%3BIACI%2CgBAAA%3B%3BEAyBpB%3BE%2BBh1BA%2CcAAc%3BEkIhBd%2CcAAc%3BEpKoTV%2CcAAC%3BIf7CL%2CiBAAA%3B%3BEkBymBI%2CkBAAC%3BEAqoBL%2C0BACI%2CGAtoBC%3BEAqoBL%2C0BAII%2CGAzoBC%3BEyIv3BO%2CQAHR%2C0BAEI%2CKACK%2CQzIu3BR%3BEyIv3BO%2CQAFR%2CkCACI%2CKACK%2CQzIu3BR%3BEVwiBL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKU1iBL%3BEVwiBL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKU3iBL%3BER%5C%2FiBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQ6iBP%3BER%5C%2FiBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQ4iBjB%3BEC7tBL%2CQACI%2CoBACI%2CKAAI%2CQD2tBP%3BEuB3yBL%2CMAAM%2CQAKA%2CQAEI%2CKAAK%2CKvBoyBV%3BE0B%5C%2FjBL%2CQACI%2CeACI%2CKAAI%2CQ1B6jBP%3BEHtiBO%2CQAZR%2CmBAWI%2CKACK%2CQGsiBR%3BEHriBO%2CQAbR%2CmBAWI%2CKAEK%2CQGqiBR%3BERjiBL%2CYACI%2CQQsqCA%2CGAtoBC%3BERjiBL%2CYACI%2CQQyqCA%2CGAzoBC%3BEyC9uBL%2CkBAOI%2CQzC62CA%2CGAtoBC%3BEyC9uBL%2CkBAOI%2CQzCg3CA%2CGAzoBC%3BIlBr3BL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkBymCA%3BE%2BCpkCQ%2CcAhBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMACI%3BElD6ShB%2CoBA%2BBI%2CmBAAmB%3BESlUf%2CYAdJ%2CuBAcK%2CcAmBG%3BIN6hCZ%2CaAAA%3B%3BEAyDA%2CwBACI%2CWACI%2CoBACI%3BEarmCZ%2C4BbmmCI%2CWACI%2CoBACI%3BEapmCZ%2CyBbkmCI%2CWACI%2CoBACI%3BEH90BZ%2CQG40BI%2CWACI%2CoBACI%3BEH70BZ%2CuBG20BI%2CWACI%2CoBACI%3BEH50BZ%2CiBG00BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAII%3BEaxmCZ%2C4BbmmCI%2CWACI%2CoBAII%3BEavmCZ%2CyBbkmCI%2CWACI%2CoBAII%3BEHj1BZ%2CQG40BI%2CWACI%2CoBAII%3BEHh1BZ%2CuBG20BI%2CWACI%2CoBAII%3BEH%5C%2F0BZ%2CiBG00BI%2CWACI%2CoBAII%3BIAEI%2CkBAAA%3B%3BEAkChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEgB1yBrB%2CQAKI%2CMAAK%2CMhBqyBH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA8FR%3BEVrVA%2CQAAQ%2CKAAK%2CSACT%3BEyCl8BJ%2CcAAc%3BElB6Dd%2CcAAc%3BEhB4OV%2CcAAC%3BEA6BL%2CoBACI%3BIGg9BA%2CaAAA%3B%3BEAQJ%3BIACI%2CgBAAA%3B%3BEAqMJ%2C0BAUI%3BERhrCJ%2CYACI%2CQQ%2BqCA%3BEyC73CJ%2CkBAOI%2CQzCs3CA%3BIACI%2CgBAAA%3B%3BE%2BC7%2BCR%3BIACI%2C0BAAA%3BI9DmUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BI8DrUI%2CkBAAA%3B%3BEAHJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BI9DuctC%2CYAAA%3BIACA%2CcAAA%3B%3BE8D5cA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9D0cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BE8D%5C%2FcJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9D8cpC%3BIACE%2CcAAA%3B%3BE8DndJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9D8cpC%2CQAGI%3BIACE%2CcAAA%3B%3BE8DtdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9D8cpC%2CQAGI%2CKAGE%3BE8DxdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9D8cpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CkBAAA%3B%3BEG0OY%2Cc8D1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9D8cpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2Cc8D1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9D8cpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CkBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEiEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmB9DmVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEiEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEATpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAII%2CKAAE%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3B%3BEAbpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAQI%2CKAAE%2CIAAI%3BIACJ%2CiBAAA%3B%3BEAUA%2CcAtBhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMAII%2CGACK%3BIACG%2CYAAA%3BIACA%2CkBAAA%3B%3BEA5BxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEApCZ%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%3BIACI%2CcAAA%3B%3BEAEA%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYACG%3BEADJ%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYAEG%3BIACI%2CiBAAA%3B%3BEA3CxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAYI%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAnDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAkBI%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAzDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%3BIjEyLlB%2CiBAAA%3B%3BEiEpPA%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%2COAEF%3BIACI%2CmBAAA%3B%3BE0FlFpB%2CmBACI%3BIACI%2CWAAA%3B%3BEvIuDA%2C0BADJ%2CKACK%3BIACG%2CiBAAA%3B%3BEAHZ%2C0BAMI%3BIACI%2CqBAAA%3B%3BEoBSR%2COACI%2CgBACI%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGA%2COANR%2CgBAKI%2CQACK%3BIxC0Lb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BEwC1LY%2COANR%2CgBAKI%2CQACK%2COF8KX%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2COEwEI%2CgBAKI%2CQACK%2COF9EZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE2DA%2CgBAKI%2CQACK%2COFlEZ%2CMACI%3BItC2PL%2CcAAA%3B%3BEsCrPI%2COEqDA%2CgBAKI%2CQACK%2COF5DZ%2COACI%3BItCqPL%2CcAAA%3B%3BEI7CA%2COoCnJI%2CgBAKI%2CQACK%2COpC6IZ%3BEACD%2COoCpJI%2CgBAKI%2CQACK%2COpC8IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COoCzJI%2CgBAKI%2CQACK%2COpCmJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COoC9JI%2CgBAKI%2CQACK%2COpCwJZ%3BEACD%2COoC%5C%2FJI%2CgBAKI%2CQACK%2COpCyJZ%3BEACD%2CQAAQ%2CUAAW%2CQoChKf%2CgBAKI%2CQACK%3BIpC2JT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEOmeY%2CcAFR%2CSACK%2CKACI%3BIACG%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CcAPR%2CSACK%2CKAMI%3BIACG%2CcAAA%3B%3BEwCrmBhB%3BIACI%2CgBAAA%3B%3BEvCszBJ%2CqBACI%2CQAAO%3BIACH%2CaAAA%3B%3BEAGR%3BIACI%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAFJ%2CmBAGM%2CIAAC%3BIACC%2CkBAAA%3B%3BEAJR%2CmBAMM%2CIAAC%3BIACC%2CiBAAA%3B%3BEA0cR%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BEE3lCZ%2CKACI%2COAAM%2CMAKF%2CKAAI%3BIACA%2CkBAAA%3B%3BEuBmCZ%3BIACI%2CeAAA%3B%3BEtBpUJ%2CYACI%3BIX8NJ%2CeAAA%3BIW5NQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAMI%3BIXyNJ%2CgBAAA%3B%3BEwBzFA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BIxBsFJ%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CkBAAA%3B%3BEwBzFA%2CYASI%2CYACM%3BIxB%2BEV%2CiBAAA%3B%3BEwBzFA%2CYAeI%3BIxB0EJ%2C6BAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BEwBrEQ%2CYALJ%2CuBAKK%3BIxBqET%2C4BAAA%3BIwBnEY%2CwBAAA%3B%3BEAFJ%2CYALJ%2CuBAKK%2CcAIG%3BIxBiEZ%2CUAAA%3B%3BEwBzFA%2CYA8BI%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAjCR%2CYAoCI%3BIACI%2CWAAA%3B%3BEArCR%2CYAwCI%3BIxBiDJ%2C6BAAA%3BIwB%5C%2FCQ%2CiBAAA%3B%3BEA1CR%2CYA6CI%3BIxB4CJ%2CqBAAA%3BIsC9QA%2CqBAAA%3BId4OQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEA1DR%2CYA6CI%2CmBcgCF%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2CYd4NI%2CmBc5NH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC3PQ%2COD2PR%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYd%2BMA%2CmBchNH%2CMACI%3BItC2PL%2CWAAA%3B%3BEsCrPI%2CYdyMA%2CmBc1MH%2COACI%3BItCqPL%2CWAAA%3B%3BEuDnPI%2CsBAAC%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIvD6OR%2CYAAA%3BIuD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEIkGhB%2CkBACM%3BIACE%2CgBAAA%3BI3DmIR%2CeAAA%3BI2DjIQ%2CmBAAA%3BIACA%2CiBAAA%3B%3BEzBsRR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEgBnUR%2C0BAA2B%3BIACvB%2CqBAAA%3B%3BEAEJ%2C4BACI%3BIACI%2CcAAA%3BIlDqKR%2CoBAAA%3B%3BEkD5JA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BE%5C%2FBwCJ%2CyBAOI%2COAAM%3BEAPV%2CyBAQI%2COAAM%3BIACF%2CqBAAA%3B%3BEAGR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAII%3BIACI%2CgBAAA%3B%3BEAGR%2CgCACI%3BIACI%2CkBAAA%3B%3BEAFR%2CgCAII%3BIACI%2CaAAA%3B%3BEsBnHR%2CMAAM%2CQACA%2CQAAQ%2CKAAK%3BIACX%2CmBAAA%3BIACA%2C6BAAA%3B%3BEAHR%2CMAAM%2CQAKA%3BIACE%2C6BAAA%3B%3BEANR%2CMAAM%2CQAKA%2CQAEI%2CKAAK%3BIAEH%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CMAZN%2CQAKA%2CQAEI%2CKAAK%2CKAKF%3BIACG%2CSAAA%3B%3BEXtER%2CqBADJ%2CQACK%3BI9B2PT%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BERmBQ%2CqBADJ%2CQACK%2COQ%2BOP%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2CqBRYI%2CQACK%2COQbR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBRDA%2CQACK%2COQDR%2CMACI%3BItC2PL%2CcAAA%3B%3BEsCrPI%2CqBRPA%2CQACK%2COQKR%2COACI%3BItCqPL%2CcAAA%3B%3BEmC5DY%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CoBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CmBAAA%3B%3BEAEJ%2CcAJJ%2CeAAe%2CKAIV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAEI%3BIACI%2CcAAA%3B%3BEANpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAKI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAlCxB%2CcA4CI%2CiBACI%3BIACI%2CqBAAA%3B%3BEA9CZ%2CcA4CI%2CiBAIM%3BIACE%2CqBAAA%3BIACA%2CcAAA%3B%3BESqIZ%2CgBACI%3BI5CzHJ%2CoBAAA%3B%3BE4CwHA%2CgBAII%2CyBACI%3BIACI%2CcAAA%3BI5C9HZ%2CoBAAA%3B%3BE%2BBvNA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAII%2COAAM%3BIACF%2CgBAAA%3B%3BEAQZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEhBuPxB%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEAPZ%2CQACI%2CmBAQI%2CQAAO%3BIACH%2CaAAA%3B%3BEAeZ%2CoBAII%2CaACI%3BIACI%2CcAAA%3B%3BEANZ%2CoBASI%3BIfxFJ%2CeAAA%3B%3BEe%2BEA%2CoBAYI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEArBhB%2CoBAyBI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAQJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAxCZ%2CoBAkCI%2CeAAiB%2C0BAQb%3BEA1CR%2CoBAmCI%2CwBAA0B%2C0BAOtB%3BIfzHR%2CiBAAA%3BIe2HY%2CeAAA%3B%3BEACA%2CoBAXR%2CeAAiB%2C0BAQb%2CKAGK%3BEAAD%2CoBAVR%2CwBAA0B%2C0BAOtB%2CKAGK%3BIACG%2CgBAAA%3B%3BEAEJ%2CoBAdR%2CeAAiB%2C0BAQb%2CKAMK%3BEAAD%2CoBAbR%2CwBAA0B%2C0BAOtB%2CKAMK%3BIACG%2CoBAAA%3B%3BE2BpRhB%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEACA%2CcAHM%2CSACV%2CcAEK%3BIACG%2C6BAAA%3B%3BEoJq6BZ%2CMAAM%2CIAAI%3BIACR%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAEF%2CqBAAsB%2C2BAA2B%2CwBAAwB%2CuBAAsB%3BIAC3F%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C6BAA6B%3BIAC1E%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CmBAAkB%2CaAAa%3BIAC5E%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BACtB%2COAAM%2CIAAI%3BIACN%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C6BAA6B%2CmBAAkB%3BEAChG%2CqBAAsB%2C2BAA2B%2C6BAA6B%2CmBAAkB%3BIAC5F%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CqBAAqB%2C%2BBAA%2BB%2CgCAAgC%2CWAAW%3BIACjH%2C0BAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CcAAc%2CMAAM%3BIACzD%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CcAAc%2CMAAM%2CQAAQ%3BIACjE%2CiBAAA%3B%3BEAEJ%2CwBAAyB%2CsBAAsB%2CeAAiB%3BIAC5D%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CeAAe%2CiBAAiB%3BIAC7E%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BIACzE%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CcAAc%3BIACzF%2CiBAAA%3B%3BEAkHJ%2CqBAAsB%2C2BAA2B%2CwBAAwB%2CuBAAsB%3BIAC3F%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C6BAA6B%3BIAC1E%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CmBAAkB%2CaAAa%3BIAC5E%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2COAAM%2CIAAI%3BIACvD%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CeAAe%2CWAAW%2CQAAO%3BIACnD%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CeAAe%2CWAAW%2CQAAO%2CcAAe%3BIAClE%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CiBAAmB%2CWAAS%3BIAClE%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEN%2CqBAAsB%2CsBAAsB%2CiBAAmB%2CWAAS%2CQAAO%3BIAC3E%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CUAAU%3BIAClD%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CUAAY%2CSAAO%2CMAAK%3BIAClE%2CiBAAA%3B%3BEAEF%2CmBAAoB%3BIAClB%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CqBAAsB%2CsBAAsB%3BIAC1C%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CqBAAsB%2CsBAAsB%2CaAAa%3BIACvD%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BEAAI%2CeAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BIACtI%2CiBAAA%3B%3BEAED%2CqBAAsB%2C2BAA2B%2CMAAK%2CWAAY%2CiBAAiB%2COAAM%2COAAO%2CMAAM%3BIACnG%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CMAAK%2CWAAY%2CiBAAiB%2CWAAW%2CQAAO%3BIACjG%2CeAAA%3B%3B%3BEAGJ%2C2BAA2B%2CYAAa%3BIACpC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C4BAA2B%2CYAAa%2CUAAU%2COAAO%3BIAC3E%2CeAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CSAAO%2CMAAK%3BIACnD%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%3BIAC%5C%2FC%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2COAAQ%2CMAAK%3BIAC5D%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CSAAO%2CSAAQ%2CcAAe%2CMAAK%3BIAC1E%2CUAAA%3BIACA%2CYAAA%3B%3BEAEH%2CqBAAsB%2CaAAY%2C2BAA4B%3BEAAe%2CYAAa%3BIACtF%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEA08HL%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%2CEAAC%3BIACjD%2CQAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%3BIACrB%2CWAAA%3B%3B%3BAEhuKH%2CwBAJsD%3BE3HkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BE9D6tBR%2CcACI%2CmBACI%2CsBACI%2CsBACI%3BIACI%2CaAAA%3B%3BE0BvZpB%2CiBAAkB%3BIACd%2CYAAA%3B%3BE%2BI1QJ%2CYACI%2CeACI%3BIhLyKR%2CYAAA%3B%3B%3BAgMrPJ%2CgBAJ2C%3BE9K6FvC%3BIApBA%2CUAAA%3B%3BEACA%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3B%3BEACA%2CsBAFH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEAiKR%3BEiBGQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA0BI%2CgBAMI%2CqBAII%2CUACI%3BIjBpDhB%2CeAAA%3B%3BEA4JA%3BIlBnZA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEmC6OD%2CcAiDI%2CenC%5C%2FRH%3BEmC8OD%2CcAiDI%2CenC9RH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEmCwOD%2CcAiDI%2CenCzRH%3BIACG%2CWAAA%3B%3BEkB8bJ%3BEiBvNA%2CcA0BI%2CgBACI%3BEA3BR%2CcAiDI%2CeAEI%3BEAnDR%2CcAiDI%2CeAOI%3BIjBiJR%2CsBAAA%3B%3BEAqGA%2C0BAtBA%2CUACI%3BIlBnRJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%2CmBAAA%3B%3BEa%5C%2FYQ%2C0BAFR%2CUACI%2COACK%2CeAAe%3BEAChB%2C0BAHR%2CUACI%2COAEK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEb%2BYZ%2C0BanZA%2CUACI%2CObkZA%3BIACA%2CWAAA%3B%3BEa9XJ%2C0BAtBA%2CUACI%2COAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAiCZ%3BIlB5TA%2CWAAA%3B%3BEkBipBA%3BIlBjpBA%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCnOS%2CODmOT%3BIAAA%2CauC7Oe%2CavC6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEpB4jBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BE%2BC%5C%2FyBJ%2CM9D4EE%2CQACI%2CKACI%3BE8D9EV%2CM9D4EE%2CQACI%2CKAEI%3BIH0FV%2C0BAAA%3B%3BEiEzKA%2CM9DqFE%2CQAAQ%3BIHoFV%2C0BAAA%3B%3BEqBlMI%2CUAAC%3BIACG%2CYAAA%3B%3BE0G0eR%2CqBAAsB%2CaAAY%2CYAAY%2CIAAI%2CmBAAmB%2CIAAI%2CuBAAwB%3BIAC7F%2CYAAA%3B%3BEAIA%2CwBAAyB%3BIACrB%2CkBAAA%3B%3BEwBhhBR%2CqBAAsB%2CaAAY%2CeAAgB%2C0BAA0B%3BIAEpE%2CcAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CqBANkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAMvE%2CUAAU%3BIACP%2CiBAAA%3B%3BEAGJ%2CqBAVkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAUvE%2CWAAY%3BEACb%2CqBAXkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAWvE%2CWAAY%3BEACb%2CqBAZkB%2CaAAY%2CeAAgB%2C0BAA0B%2COAYvE%3BIACG%2CWAAA%3B%3BE%5C%2FGqDI%2COAFR%2CgBACI%2CQACK%3BIpCsGb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIoClEgB%2CgBAAA%3B%3BEpC%2BGhB%2COoCpHI%2CgBACI%2CQACK%2COpCkHZ%3BEACD%2COoCrHI%2CgBACI%2CQACK%2COpCmHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COoC1HI%2CgBACI%2CQACK%2COpCwHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COoC%5C%2FHI%2CgBACI%2CQACK%2COpC6HZ%3BEACD%2COoChII%2CgBACI%2CQACK%2COpC8HZ%3BEACD%2CQAAQ%2CUAAW%2CQoCjIf%2CgBACI%2CQACK%3BIpCgIT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2COyChBI%2CgBACI%2CQACK%2COzCcZ%3BICiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2COyCrBI%2CgBACI%2CQACK%2COzCmBZ%3BIC4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2COyC1BI%2CgBACI%2CQACK%2COzCwBZ%3BICuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2COoCzEI%2CgBACI%2CQACK%2COpCuEZ%3BEACD%2COoC1EI%2CgBACI%2CQACK%2COpCwEZ%3BEACD%2COoC3EI%2CgBACI%2CQACK%2COpCyEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COoChFI%2CgBACI%2CQACK%2COpC8EZ%3BEACD%2COoCjFI%2CgBACI%2CQACK%2COpC%2BEZ%3BEACD%2CQAAQ%2CUAAW%2CQoClFf%2CgBACI%2CQACK%3BIxC%2BJb%2CWAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BE2C5CJ%2CcAAe%3BIACX%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEZ6GJ%2CcACI%2CiBAII%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2CcACI%2CiBAII%2CWAGI%3BIACI%2CiBAAA%3B%3BEACA%2CcATZ%2CiBAII%2CWAGI%2CQAEK%3BIACG%2CcAAA%3BIACA%2CYAAA%3B%3BEAZpB%2CcAkBI%3BIACI%2CgBAAA%3B%3BEAnBR%2CcAsBI%2CeAAe%3BIACX%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CgBACI%3BIAEI%2CYAAA%3BIACA%2CUAAA%3B%3BEA9BZ%2CcA0BI%2CgBAMI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAMQ%2CcAfhB%2CgBAMI%2CqBAII%2CUAII%2COACK%3BIACG%2CaAAA%3B%3BEA1CxB%2CcAiDI%2CeAEI%3BIAEI%2CYAAA%3BIACA%2CUAAA%3B%3BEAtDZ%2CcAiDI%2CeAOI%3BIAEI%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAOG%2CKAAI%3BIACA%2CUAAA%3B%3BEAhFZ%2CcAqFI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAEI%2CcAJZ%2CiBACI%2CcAAgB%2CYAEZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEA3FpB%2CcAqFI%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CcAjBR%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAOjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BES9NhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAIJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CmBAAA%3B%3BEAMJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAEG%3BIACI%2CeAAA%3B%3BEAGR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CeAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3B%3BE7ByOR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEACA%2CoBAHR%2CaACI%2CQAEK%3BIACG%2CWAAA%3B%3BE2BtMhB%2CqBACI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3B%3BEAJZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BE%2BIjOd%2CcAAe%3BIACb%2CkBAAA%3B%3BEADF%2CcAAe%2CcAEX%3BIAAqB%2CwBAAA%3B%3BEAFzB%2CcAAe%2CcAGX%3BIAAuB%2CkBAAA%3B%3BEAH3B%2CcAAe%2CcAIX%2CmBACE%2CqBAAoB%2C8BAA%2BB%3BIAAM%2CaAAA%3BIAAe%2CcAAA%3B%3BEACxE%2CcANS%2CcAIX%2CmBAEG%2CMACC%2CqBAAoB%3BIAClB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CoCAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAXJ%2CcANS%2CcAIX%2CmBAEG%2CMAaC%2CqBAAoB%3BIAClB%2CcAAA%3BIAEA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEACA%2CcAjCK%2CcAIX%2CmBAEG%2CMAaC%2CqBAAoB%2C8BAcjB%3BIACG%2CYAAA%3B%3BEA5BR%2CcANS%2CcAIX%2CmBAEG%2CMAaC%2CqBAAoB%2C8BAiBlB%3BIACI%2CiBAAA%3B%3BEC8BZ%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%22%7D *//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fancybox/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	right: 50%;
	margin-top: -22px;
	margin-right: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fancybox/css/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	left: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fancybox/css/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	right: 0;
}

.fancybox-next {
	left: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	right: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	left: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	right: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fancybox/css/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-left: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fancybox/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/fancybox/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.porto-icon-wishlist:before { content: '\e811'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.porto-icon-euro:before { content: '\e846'; } /* '' */
.porto-icon-pound:before { content: '\e847'; } /* '' */
.porto-icon-rupee:before { content: '\e848'; } /* '' */
.porto-icon-yen:before { content: '\e849'; } /* '' */
.porto-icon-rouble:before { content: '\e84a'; } /* '' */
.porto-icon-try:before { content: '\e84b'; } /* '' */
.porto-icon-won:before { content: '\e84c'; } /* '' */
.porto-icon-bitcoin:before { content: '\e84d'; } /* '' */
.porto-icon-ok-1:before { content: '\e84e'; } /* '' */
.porto-icon-tag-line:before { content: '\e870'; } /* '' */
.porto-icon-bag:before { content: '\e871'; } /* '' */
.porto-icon-search-1:before { content: '\e872'; } /* '' */
.porto-icon-online-support:before { content: '\e877'; } /* '' */
.porto-icon-shopping-bag:before { content: '\e878'; } /* '' */
.porto-icon-us-dollar:before { content: '\e879'; } /* '' */
.porto-icon-shipped:before { content: '\e87a'; } /* '' */
.porto-icon-list:before { content: '\e87b'; } /* '' */
.porto-icon-money:before { content: '\e87c'; } /* '' */
.porto-icon-shipping:before { content: '\e87d'; } /* '' */
.porto-icon-support:before { content: '\e87e'; } /* '' */
.porto-icon-bag-2:before { content: '\e87f'; } /* '' */
.porto-icon-grid:before { content: '\e880'; } /* '' */
.porto-icon-bag-3:before { content: '\e881'; } /* '' */
.porto-icon-direction:before { content: '\e882'; } /* '' */
.porto-icon-home:before { content: '\e883'; } /* '' */
.porto-icon-magnifier:before { content: '\e884'; } /* '' */
.porto-icon-magnifier-add:before { content: '\e885'; } /* '' */
.porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */
.porto-icon-phone-1:before { content: '\e887'; } /* '' */
.porto-icon-clock-1:before { content: '\e888'; } /* '' */
.porto-icon-heart-1:before { content: '\e889'; } /* '' */
.porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */
.porto-icon-credit-card:before { content: '\e88c'; } /* '' */
.porto-icon-action-undo:before { content: '\e88d'; } /* '' */
.porto-icon-envolope:before { content: '\e88e'; } /* '' */
.porto-icon-chart:before { content: '\e88f'; } /* '' */
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-angle-up:before { content: '\f810'; } /* '' */
.porto-icon-angle-right:before { content: '\f811'; } /* '' */
.porto-icon-angle-left:before { content: '\f812'; } /* '' */
.porto-icon-angle-down:before { content: '\f813'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag-4:before { content: '\f87a'; } /* '' */
.porto-icon-search-3:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' */@font-face {
  font-family: 'simple-line-icons';
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../../frontend/Smartwave/porto_rtl_child/ar_KW/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../frontend/Smartwave/porto_rtl_child/ar_KW/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  

.Simple-Line-Icons-user:before {
  content: "\e005";
}
.Simple-Line-Icons-people:before {
  content: "\e001";
}
.Simple-Line-Icons-user-female:before {
  content: "\e000";
}
.Simple-Line-Icons-user-follow:before {
  content: "\e002";
}
.Simple-Line-Icons-user-following:before {
  content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
  content: "\e004";
}
.Simple-Line-Icons-login:before {
  content: "\e066";
}
.Simple-Line-Icons-logout:before {
  content: "\e065";
}
.Simple-Line-Icons-emotsmile:before {
  content: "\e021";
}
.Simple-Line-Icons-phone:before {
  content: "\e600";
}
.Simple-Line-Icons-call-end:before {
  content: "\e048";
}
.Simple-Line-Icons-call-in:before {
  content: "\e047";
}
.Simple-Line-Icons-call-out:before {
  content: "\e046";
}
.Simple-Line-Icons-map:before {
  content: "\e033";
}
.Simple-Line-Icons-location-pin:before {
  content: "\e096";
}
.Simple-Line-Icons-direction:before {
  content: "\e042";
}
.Simple-Line-Icons-directions:before {
  content: "\e041";
}
.Simple-Line-Icons-compass:before {
  content: "\e045";
}
.Simple-Line-Icons-layers:before {
  content: "\e034";
}
.Simple-Line-Icons-menu:before {
  content: "\e601";
}
.Simple-Line-Icons-list:before {
  content: "\e067";
}
.Simple-Line-Icons-options-vertical:before {
  content: "\e602";
}
.Simple-Line-Icons-options:before {
  content: "\e603";
}
.Simple-Line-Icons-arrow-down:before {
  content: "\e604";
}
.Simple-Line-Icons-arrow-left:before {
  content: "\e605";
}
.Simple-Line-Icons-arrow-right:before {
  content: "\e606";
}
.Simple-Line-Icons-arrow-up:before {
  content: "\e607";
}
.Simple-Line-Icons-arrow-up-circle:before {
  content: "\e078";
}
.Simple-Line-Icons-arrow-left-circle:before {
  content: "\e07a";
}
.Simple-Line-Icons-arrow-right-circle:before {
  content: "\e079";
}
.Simple-Line-Icons-arrow-down-circle:before {
  content: "\e07b";
}
.Simple-Line-Icons-check:before {
  content: "\e080";
}
.Simple-Line-Icons-clock:before {
  content: "\e081";
}
.Simple-Line-Icons-plus:before {
  content: "\e095";
}
.Simple-Line-Icons-minus:before {
  content: "\e615";
}
.Simple-Line-Icons-close:before {
  content: "\e082";
}
.Simple-Line-Icons-event:before {
  content: "\e619";
}
.Simple-Line-Icons-exclamation:before {
  content: "\e617";
}
.Simple-Line-Icons-organization:before {
  content: "\e616";
}
.Simple-Line-Icons-trophy:before {
  content: "\e006";
}
.Simple-Line-Icons-screen-smartphone:before {
  content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
  content: "\e011";
}
.Simple-Line-Icons-plane:before {
  content: "\e012";
}
.Simple-Line-Icons-notebook:before {
  content: "\e013";
}
.Simple-Line-Icons-mustache:before {
  content: "\e014";
}
.Simple-Line-Icons-mouse:before {
  content: "\e015";
}
.Simple-Line-Icons-magnet:before {
  content: "\e016";
}
.Simple-Line-Icons-energy:before {
  content: "\e020";
}
.Simple-Line-Icons-disc:before {
  content: "\e022";
}
.Simple-Line-Icons-cursor:before {
  content: "\e06e";
}
.Simple-Line-Icons-cursor-move:before {
  content: "\e023";
}
.Simple-Line-Icons-crop:before {
  content: "\e024";
}
.Simple-Line-Icons-chemistry:before {
  content: "\e026";
}
.Simple-Line-Icons-speedometer:before {
  content: "\e007";
}
.Simple-Line-Icons-shield:before {
  content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
  content: "\e00f";
}
.Simple-Line-Icons-magic-wand:before {
  content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
  content: "\e018";
}
.Simple-Line-Icons-graduation:before {
  content: "\e019";
}
.Simple-Line-Icons-ghost:before {
  content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
  content: "\e01b";
}
.Simple-Line-Icons-fire:before {
  content: "\e01c";
}
.Simple-Line-Icons-eyeglass:before {
  content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
  content: "\e01e";
}
.Simple-Line-Icons-envelope-letter:before {
  content: "\e01f";
}
.Simple-Line-Icons-bell:before {
  content: "\e027";
}
.Simple-Line-Icons-badge:before {
  content: "\e028";
}
.Simple-Line-Icons-anchor:before {
  content: "\e029";
}
.Simple-Line-Icons-wallet:before {
  content: "\e02a";
}
.Simple-Line-Icons-vector:before {
  content: "\e02b";
}
.Simple-Line-Icons-speech:before {
  content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
  content: "\e02d";
}
.Simple-Line-Icons-printer:before {
  content: "\e02e";
}
.Simple-Line-Icons-present:before {
  content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
  content: "\e030";
}
.Simple-Line-Icons-pin:before {
  content: "\e031";
}
.Simple-Line-Icons-picture:before {
  content: "\e032";
}
.Simple-Line-Icons-handbag:before {
  content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
  content: "\e036";
}
.Simple-Line-Icons-globe:before {
  content: "\e037";
}
.Simple-Line-Icons-folder-alt:before {
  content: "\e039";
}
.Simple-Line-Icons-folder:before {
  content: "\e089";
}
.Simple-Line-Icons-film:before {
  content: "\e03a";
}
.Simple-Line-Icons-feed:before {
  content: "\e03b";
}
.Simple-Line-Icons-drop:before {
  content: "\e03e";
}
.Simple-Line-Icons-drawer:before {
  content: "\e03f";
}
.Simple-Line-Icons-docs:before {
  content: "\e040";
}
.Simple-Line-Icons-doc:before {
  content: "\e085";
}
.Simple-Line-Icons-diamond:before {
  content: "\e043";
}
.Simple-Line-Icons-cup:before {
  content: "\e044";
}
.Simple-Line-Icons-calculator:before {
  content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
  content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
  content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
  content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
  content: "\e04d";
}
.Simple-Line-Icons-basket:before {
  content: "\e04e";
}
.Simple-Line-Icons-bag:before {
  content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
  content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
  content: "\e051";
}
.Simple-Line-Icons-wrench:before {
  content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
  content: "\e053";
}
.Simple-Line-Icons-trash:before {
  content: "\e054";
}
.Simple-Line-Icons-tag:before {
  content: "\e055";
}
.Simple-Line-Icons-support:before {
  content: "\e056";
}
.Simple-Line-Icons-frame:before {
  content: "\e038";
}
.Simple-Line-Icons-size-fullscreen:before {
  content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
  content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
  content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
  content: "\e05a";
}
.Simple-Line-Icons-share:before {
  content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
  content: "\e05c";
}
.Simple-Line-Icons-question:before {
  content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
  content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
  content: "\e05f";
}
.Simple-Line-Icons-note:before {
  content: "\e060";
}
.Simple-Line-Icons-loop:before {
  content: "\e064";
}
.Simple-Line-Icons-home:before {
  content: "\e069";
}
.Simple-Line-Icons-grid:before {
  content: "\e06a";
}
.Simple-Line-Icons-graph:before {
  content: "\e06b";
}
.Simple-Line-Icons-microphone:before {
  content: "\e063";
}
.Simple-Line-Icons-music-tone-alt:before {
  content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
  content: "\e062";
}
.Simple-Line-Icons-earphones-alt:before {
  content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
  content: "\e03d";
}
.Simple-Line-Icons-equalizer:before {
  content: "\e06c";
}
.Simple-Line-Icons-like:before {
  content: "\e068";
}
.Simple-Line-Icons-dislike:before {
  content: "\e06d";
}
.Simple-Line-Icons-control-start:before {
  content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
  content: "\e070";
}
.Simple-Line-Icons-control-play:before {
  content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
  content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
  content: "\e073";
}
.Simple-Line-Icons-control-end:before {
  content: "\e074";
}
.Simple-Line-Icons-volume-1:before {
  content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
  content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
  content: "\e0a1";
}
.Simple-Line-Icons-calendar:before {
  content: "\e075";
}
.Simple-Line-Icons-bulb:before {
  content: "\e076";
}
.Simple-Line-Icons-chart:before {
  content: "\e077";
}
.Simple-Line-Icons-ban:before {
  content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
  content: "\e07d";
}
.Simple-Line-Icons-camrecorder:before {
  content: "\e07e";
}
.Simple-Line-Icons-camera:before {
  content: "\e07f";
}
.Simple-Line-Icons-cloud-download:before {
  content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
  content: "\e084";
}
.Simple-Line-Icons-envelope:before {
  content: "\e086";
}
.Simple-Line-Icons-eye:before {
  content: "\e087";
}
.Simple-Line-Icons-flag:before {
  content: "\e088";
}
.Simple-Line-Icons-heart:before {
  content: "\e08a";
}
.Simple-Line-Icons-info:before {
  content: "\e08b";
}
.Simple-Line-Icons-key:before {
  content: "\e08c";
}
.Simple-Line-Icons-link:before {
  content: "\e08d";
}
.Simple-Line-Icons-lock:before {
  content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
  content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
  content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
  content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
  content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
  content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
  content: "\e094";
}
.Simple-Line-Icons-power:before {
  content: "\e097";
}
.Simple-Line-Icons-refresh:before {
  content: "\e098";
}
.Simple-Line-Icons-reload:before {
  content: "\e099";
}
.Simple-Line-Icons-settings:before {
  content: "\e09a";
}
.Simple-Line-Icons-star:before {
  content: "\e09b";
}
.Simple-Line-Icons-symbol-female:before {
  content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
  content: "\e09d";
}
.Simple-Line-Icons-target:before {
  content: "\e09e";
}
.Simple-Line-Icons-credit-card:before {
  content: "\e025";
}
.Simple-Line-Icons-paypal:before {
  content: "\e608";
}
.Simple-Line-Icons-social-tumblr:before {
  content: "\e00a";
}
.Simple-Line-Icons-social-twitter:before {
  content: "\e009";
}
.Simple-Line-Icons-social-facebook:before {
  content: "\e00b";
}
.Simple-Line-Icons-social-instagram:before {
  content: "\e609";
}
.Simple-Line-Icons-social-linkedin:before {
  content: "\e60a";
}
.Simple-Line-Icons-social-pinterest:before {
  content: "\e60b";
}
.Simple-Line-Icons-social-github:before {
  content: "\e60c";
}
.Simple-Line-Icons-social-google:before {
  content: "\e60d";
}
.Simple-Line-Icons-social-reddit:before {
  content: "\e60e";
}
.Simple-Line-Icons-social-skype:before {
  content: "\e60f";
}
.Simple-Line-Icons-social-dribbble:before {
  content: "\e00d";
}
.Simple-Line-Icons-social-behance:before {
  content: "\e610";
}
.Simple-Line-Icons-social-foursqare:before {
  content: "\e611";
}
.Simple-Line-Icons-social-soundcloud:before {
  content: "\e612";
}
.Simple-Line-Icons-social-spotify:before {
  content: "\e613";
}
.Simple-Line-Icons-social-stumbleupon:before {
  content: "\e614";
}
.Simple-Line-Icons-social-youtube:before {
  content: "\e008";
}
.Simple-Line-Icons-social-dropbox:before {
  content: "\e00c";
}
.Simple-Line-Icons-social-vkontakte:before {
  content: "\e618";
}
.Simple-Line-Icons-social-steam:before {
  content: "\e620";
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Smartwave/porto_rtl_child/ar_KW/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-x-twitter:before{content:"\e61b"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}
/*product label */
.product-label.sale-label {
    background-color: #f43f3f !important;
    line-height: 20px;
    padding: 2px 5px !important;
    font-size: 11px;
}

.product-label {
    padding: 8px 10px 8px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    margin-top: 5px;
    line-height: 0;
}
/*end Product Label */
/* tap checkout button */
div#tap_knet_content .primary {
    padding: 8px 2em !important;
}

div#tap_deema_content .primary {
    padding: 8px 2em !important;
}

div#tap_cardsdk_content .primary {
    padding: 8px 2em !important;
}
@media only screen and (max-width: 767px) {
	div#tap_cardsdk_content .primary {
		margin-left: 20%;
	}
	div#tap_knet_content .primary {
    margin-left: 20%;
}

div#tap_deema_content .primary {
    margin-left: 20%;
}
}

@media only screen and (max-width: 767px){
	.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content{
	  margin-bottom: 10px;
	  float: left;
	  width: 100%;
	  margin-top: 5px;
	}
	.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .primary{
	      width: 100%;
	}
	.amcheckout-step-container input[type="radio"] + label::before{
		 margin-right: 0;
         margin-left: 8px;
	}
	.amcheckout-step-container input[type="radio"]:checked + label::before{
		 margin-left: 8px;
		 margin-right: 0;
	}
	.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label span {
	    margin-top: 0px;
	  }
	.payment-method .payment-method-content .primary{
	  	margin-top: 10px;
	 }
	 .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary{
	 	margin-left: 0 !important;
	 }
	 html[lang="ar"] .payment-method .actions-toolbar{
	 	margin-top: 0;
	 }
	 div#tap_deema_content.payment-method-content .primary{
	 	margin: 0 !important;
	 }
	 div#tap_knet_content.payment-method-content .primary{
	    margin-left: 0 !important;
	    margin-right: 0;
    }
}
@media only screen and (min-width: 768px){
    header.page-header .search-area span.span-cart{
         position: static;
    }

    .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method 
    .payment-method-content{
        float: right;
        padding-right: 15px;
    }
    .checkout-index-index .amcheckout-step-container .payment-methods .actions-toolbar{
        margin-right: 7px;
    }
}
/* end */
/* search */
@media only screen and (min-width: 768px){
    .catalogsearch-result-index .products-grid .swatch-option.color::after, 
    .catalogsearch-result-index .products-grid .swatch-option.image::after {
        width: 63px;
        height: 60px;
        top: -3px;
        left: -3px;
        border-radius: 0;
    }

    .catalogsearch-result-index .products-grid .swatch-option.color,
    .catalogsearch-result-index .products-grid .swatch-option.image {
          width: 57px !important;
          height: 54px !important;
          border-radius: 0;
    }
}

@media only screen and (max-width: 767px){
    .catalogsearch-result-index .products-grid .swatch-option.color::after, 
    .catalogsearch-result-index .products-grid .swatch-option.image::after {
        width: 30px;
        height: 30px;
        top: -3px;
        left: -3px;
        border-radius: 0;
    }

    .catalogsearch-result-index .products-grid .swatch-option.color,
    .catalogsearch-result-index .products-grid .swatch-option.image {
          width: 24px !important;
          height: 24px !important;
          border-radius: 0;
    }
}
@media only screen and (max-width: 767px){
	body.catalogsearch-result-index .page-main > .page-title-wrapper .page-title{
		padding: 0 20px;
	}
	body.catalogsearch-result-index div#layer-product-list{
		margin-top: 30px !important;
	}
	body.catalogsearch-result-index #layer-product-list .block{
		margin-bottom: 0;
	}
	body.catalogsearch-result-index .toolbar-sorter.sorter{
		right: 30px;
		left: inherit;
	} 
	body.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action{
		position: static;
	}
	html[lang="ar"] body.catalogsearch-result-index div.toolbar-sorter.sorter label.sorter-label{
		left: 35px;
	}
}
@media only screen and (max-width: 767px){
	.product-item-info.type1 .product.name a, .product-item-info.type9 .product.name a{
		font-size: 10px;
	}
}
@media only screen and (max-width: 767px){
	.products-grid .product-item .product-item-details .product-item-name {
       min-height: 40px;
    }
}
/* end */
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
    height: 700px;
  }
}

@media all and (min-width: 992px), print {
    .products-grid.columns3 .product-item {
        width: 33.33333333%;
        height: 700px;
    }
}


@media only screen and (max-width: 767px) {
  .products-grid .product-item{
     width: 50% !important;
     height: 406px;
  }


  div.header .mob-view .button .select-list-link::after{
    right: 0px;
  }

  div.header .mob-view .button .select-list-link{
    padding-left: 10px;
    float: right;
  }

  div.header .mob-view .button span{
    background-position: center right;
    padding-right: 25px;
    padding-left: 0px;
  }

  div.header .mob-view .select-list li.clsAnchor span{
    background-position: center right;
    text-align: right;
    padding-right: 25px;
  }
}

.category-view .owl-top-narrow{direction: ltr;}
.category-view .owl-top-narrow .products-grid .owl-carousel .owl-item .product-item{padding: 10px;}

/*08-03-2025 css start*/
@media only screen and (max-width: 767px){
    .products-grid .product-item{
       height: auto;
    }
}
@media only screen and (min-width: 520px) and (max-width: 639px) {
    header.page-header.type3 .header.panel .search-area a.search-toggle-icon{
       top: 45%;
       right: 70px !important;
    }
    header.page-header.type3 .minicart-wrapper{
      right: 6px;
    }
    header.page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty{
      top: 24px !important;
    }

    header.page-header.type3 .block-search .control{
      width: 100% !important;
      padding: 0;
    }
    header.page-header.type3 .header.panel .block-search input{
      width: 280px !important;
      left: 0 !important;
    }
    header.page-header.type3 .header.panel div.block-search{
      left: -45px;
      right: inherit;
      min-width: 280px;
      top: 47px !important;
    }
    .header .form.minisearch.active .control{
      padding: 0;
    }
    header.page-header .header.panel .search-area{
       left: 20px !important;
    }
    header.page-header.type3 .header.panel .block-search .action.search {
       left: 0;
    }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
    header.page-header.type3 .header.panel div.block-search{
      left: -20px;
    }
}


@media only screen and (min-width: 640px) and (max-width: 700px) {
      header.page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty{
         top: 25px !important;
      }
      header.page-header.type3 .header.panel .search-area .search-toggle-icon {
        left: -40px;
        right: inherit !important;
      }

      header.page-header.type3 .block-search .control{
      width: 100% !important;
      padding: 0;
      }
      header.page-header.type3 .header.panel .block-search input{
        width: 280px !important;
        left: 0 !important;
      }
      header.page-header.type3 .header.panel div.block-search{
        left: -45px;
        right: inherit;
        min-width: 280px;
        top: 47px !important;
      }
      .header .form.minisearch.active .control{
        padding: 0;
      }
      header.page-header .header.panel .search-area{
         left: 20px !important;
      }
      header.page-header.type3 .header.panel .block-search .action.search {
         left: 0;
      }
      header.page-header .header.panel .search-area {
        left: 65px !important;
      }
}

@media only screen and (min-width: 576px) and (max-width: 639px) {
      header.page-header .header.panel .search-area{
          left: 50px !important;
      }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    body.catalog-product-view .product-info-main .product-info-price .price-per-metre{
       margin: 0;
    }
    body.catalog-product-view .product-options-bottom .price-box, .product-info-price .price-box{
       padding-bottom: 0;
    }
    body.catalog-product-view .product-info-main .product-info-price .price-per-metre{
       padding: 6px 15px;
    }
    body.catalog-product-view .product-info-main .swatch-option{
       font-size: 16px;
    }
    body.catalog-product-view .columns{
       box-shadow: none;
    }
    .catalog-product-view .product-info-main .box-tocart .actions{
       margin: 0;
    }
   body.catalog-product-view div.product-info-main .product-info-stock-sku{
     display: none;
   }
   body.catalog-product-view .product-info-main .box-tocart .actions {
      margin-right: 0;
    }

   body.catalog-category-view .toolbar-products .modes{
       display: none;
   }
   body.catalog-category-view .toolbar-products .field.limiter{
    display: none;
   } 
   body.catalog-category-view .toolbar-products .toolbar-sorter.sorter .sorter-options{
    display: none;
   }
   body.catalog-category-view .sorter-action::before {
    vertical-align: top;
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f883" !important;
    color: #5E5E5E !important;
  }
  .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-action{
    top: 6px;
    left: 4px;
  }
  .catalog-category-view main#maincontent {
    margin-top: 0;
    width: 100%;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px){
    .catalog-product-view .product-info-price .price-box .special-price .price-container .price{
        color: red !important;
    }
}

@media only screen and (max-width: 767px){
    body header.page-header .ammenu-menu-toggle.-active {
        right: inherit;
        left: 10px !important;
        margin-left: 10px;
      }
    .filter-content .filter-options-item .ui-slider-handle{
        background: #000;
    }
    .page-header .nav-sections li.direct-toggle .ammenu-toggle{
        width: 100% !important;
     }
     .page-header .nav-sections li.direct-toggle.-drill-opened .ammenu-toggle{
        width: auto !important;
     }
    body header.page-header span.ammenu-menu-toggle.-active {
       left: 0 !important;
       margin-left: 0;
    }
    /* 18-05-2025 css start */
     .catalog-product-view .product-info-main .product-info-price .price-box .price-container{
          display: block;
          position: static;
       }
       body.catalog-product-view .product-info-main .product-info-price{
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 5px 5px 2px 8px;
       }
       .catalog-product-view .product-info-price .price-box .normal-price .price-container .price{
         color: #000;
       }
       .product-info-main .product-info-price .price-box .price-final_price > span{
          margin-bottom: 0px !important;
       }
       .catalog-product-view .product-info-price .price-label-as-low-as{
         display: none;
       }
       .catalog-product-view .product-info-price .price-box .special-price .price-container .price{
          color: red !important;
       }
}

@media only screen and (min-width: 1024px){
    header.page-header .search-area span.span-cart{
         position: static;
    }
}

/*19-05-2025*/
@media only screen and (min-width: 768px){
	.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-price.final-price .price{
		color: red !important;
		text-decoration: inherit;
	}
	.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price{
		/*text-decoration: line-through;*/
        font-weight: bold;
        margin-right: 5px;
	}
}

@media only screen and (max-width: 767px){
	.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax .minicart-price.final-price .price{
		color: red !important;
		text-decoration: inherit;
	}
	.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price{
		/*text-decoration: line-through;*/
        font-weight: bold;
        margin-right: 5px;
	}
}

@media only screen and (max-width: 767px){
	
  .product-labels{
		line-height: 14px;
	}
	.product-label.sale-label {
	
    padding: 2px 5px !important;
	padding-top: 6px !important;
    display: flex;
	line-height: 14px;
    align-items: center;
    justify-content: center;
  }
}

.page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper 
.quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price.normal-price span.price{
   text-decoration: inherit;
}


/*arabic css start*/
.fancybox-overlay {
          position: fixed;
          top: 0;
          left: 0;
          overflow: hidden;
          display: none;
          z-index: 8010;
          opacity: .8 !important;
          background: rgba(119,119,119,0.5) !important;
}
@media only screen and (max-width: 767px) {
    .fancybox-overlay {
          position: fixed;
          top: 0;
          left: 0;
          overflow: hidden;
          display: none;
          z-index: 99999 !important;
          opacity: .8 !important;
          background: rgba(119,119,119,0.5) !important;
    }
   .fancybox-opened {
         z-index: 999999 !important;
         position: fixed !important;
    }
    .fancybox-wrap #newsletter_popup{
         width: 100%; 
         padding: 1.5rem 1.5rem;
         min-height: inherit;
         height: auto;
    }
    .fancybox-wrap .naseej-popup{
         height: auto;
    }
    .fancybox-outer, .fancybox-inner {
         height: auto !important;
    }
}

/*24-06-2025 css start*/
.deal.wk-daily-deal {
    margin-bottom: 20px ;
    background: #f5f5f5;
    border: 0;
    box-shadow: none;
}
/*24-06-2025 css start*/
@media only screen and (max-width: 767px){  
   body.catalog-product-view .product-info-main .product-info-price{
      flex-wrap: nowrap;
   }
  .deal.wk-daily-deal {
      width: 100% !important;
      margin-bottom: 20px;
      background: #f5f5f5;
    }
}
@media only screen and (max-width: 479px){  
   body.catalog-product-view .product-info-main .product-info-price{
      flex-wrap: nowrap;
   }
}
.catalog-category-view .columns ul.magepow-categories-grid{
     display: none;
   }
/* CATEGORY BLACK - RTL VERSION */
@media (min-width: 768px) {

.category-black .columns{
    background:none !important;
    box-shadow:none !important;
    margin-top: 0 !important;
}

body.category-black.catalog-product-view .columns {
    margin-top: 0 !important;
}
.category-black span#product-price-17671 {
    display: none !important;
}
.category-black span.price {
    color: gold !important;
}
.category-black .progress-product-text-message {
    color: white !important;
}
.category-black span#option-label-color-93 {
    color: white !important;
}
.category-black span#option-label-size-172 {
    color: white !important;
}
.category-black .value {
    color: white !important;
}
.category-black div#description {
    background: none !important;
    border:none !important;
    box-shadow:none !important;
}
.category-black .breadcrumbs {
    background: none !important;
    background-image: none !important;
}
a#tab-label-additional-title {
    background: #191919 !important;
    color: white !important;
}

.category-black .content strong {
    color: white;
}
.category-black .page-header.type3 .header.panel .minicart-wrapper::before  {
  filter: brightness(0.5) invert(1) !important;
}
.category-black ul#ui-id-1.switcher-dropdown{
  background: black !important;
}
.category-black .block-content.block-content-quickcart {
    background: black !important;
}
.category-black .product.options {
    padding-top: 22px;
}



.category-black .product-item-details {
    align-items: start !important;
    color: white !important;
}
.category-black .block-content.block-content-quickcart {
    background: black !important;
}
.category-black .product.options {
    padding-top: 22px !important;
}
.category-black .details-qty label.label {
    color: white !important;
}

.category-black strong.product-item-name {
    color: white !important;
}
.category-black ol#mini-cart a{
  color:white !important;
}

.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values{
  color:white !important;
}
.category-black dl.product.options.list {
    padding-top: 35px !important;
}
.category-black strong.product-item-name {
    padding-top: 20px !important;
}
.category-black .amount span.price {
    color: #000000 !important;
}
.category-black .secondary {
    margin-top: 10px !important;
}
.category-black a.action.delete {
    margin-right: 5px !important;
}
.category-black .option-wrapper .label, .option-wrapper .values {
    color: white !important;
}

.page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label, .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values{
  color:white !important;
}  
.category-black .details-qty label.label {
    color: white !important;
}
.category-black strong.product-item-name {
    color: white !important;
}
body.category-black.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box {
            color: gold !important;
}

.category-black .product.photo.product-item-photo {
        border-radius: 0px !important;
} 
.category-black .product.details.product-item-details {
    min-height: 340px;
}
.category-black .owl-carousel.owl-rtl .owl-item {
    
    padding: 10px;
}
}
@media (max-width: 768px) {
  body.category-black.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box{
    color:gold !important;
  }
  .category-black .progress-product-text-message {
    color: white;
}
.category-black span#option-label-size-172 {
    color: white !important;
}
.category-black a#tab-label-additional-title {
    background: #191919 !important;
    color: white !important;
}

.category-black .page-header.type3 .header.panel .minicart-wrapper::before  {
  filter: invert(1) !important;
}
.category-black span.product-cart-sticky {
    background: black !important;
}
.category-black ul#ui-id-1.switcher-dropdown{
  background: black !important;
}
.category-black .page-main{
    padding-top:110px !important;
}
.category-black ul.items {
   margin-top: 7% !important;
   margin-left:0 !important;
   margin-right: 0 !important;
   margin-bottom: 0 !important;
}
.category-black img.cartimg {
    filter: brightness(1) invert(0.7) sepia(1) saturate(700%) hue-rotate(10deg) !important;
}
.category-black main#maincontent {
    margin-top: 0% !important;
}
body.catalog-category-view.category-black .columns {
        margin-top: 0% !important;
    }
.category-black .fotorama-item {
    margin-top: 30% !important;
}

.category-black .gallery-placeholder {

    margin-top: 30% !important;
}
.category-black .minicart-items strong.product-item-name{
  height: 20px !important;
}
.category-black ol#mini-cart a{
  color:gold !important;
}
/* .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label, .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values{
  color:white !important;
}   */
.category-black .minicart-price span.price {
    padding-top: 10px !important;
}
.category-black .details-qty label.label {
    color: white !important;
}
.category-black .block-content.block-content-quickcart {
    background: black !important;
}
.category-black .secondary {
    top: 10px !important;
    right:5px !important;
}
.category-black a.action.delete {
    right: 5px !important;
}
.category-black .option-wrapper .label{
  color: white !important;
}
.category-black .option-wrapper .values{
  color: white !important;
}
.category-black .amount span.price {
    color: #000000 !important;
}
.category-black .subtotal span {
    color: #000000 !important;
}
.category-black .product.photo.product-item-photo {
        border-radius: 0px !important;
}
.category-black.catalog-category-view .products-grid .swatch-option.color::after,
     .category-black.catalog-category-view .products-grid .swatch-option.image::after {
         width: 34px;
         height: 34px;
         /* top: -5px;
         left: -5px; */
         /* border-radius: 0;
         border: 2px solid rgba(212, 175, 55, 0.4) !important; */
     } 
.category-black .owl-carousel.owl-rtl .owl-item {
    
    padding: 10px;
}
body.category-black.catalog-product-view .products-grid.wrapper.grid .product-item {
       
        min-height: 396px;
    }
}


/* Cart image invert for category-black - mobile and desktop */
.category-black .minicart-wrapper::before,
.category-black .page-header .minicart-wrapper::before,
.category-black header.page-header .minicart-wrapper::before,
.category-black .action.showcart::before {
    filter: invert(1) !important;
}

/* Hide sort button on category-black */
.category-black .toolbar-sorter,
.category-black .sorter,
.category-black .toolbar .sorter-action {
    display: none !important;
}

/* Fix header.content to match English theme */
.category-black .header.content {
    display: block !important;
    background: none !important;
    padding: 0 10px !important;
}
.category-black .page-header.type3 .header.panel {
    display: block !important;
    padding: 15px 0 !important;
}


/* Force full width for category-black topbar - all screen sizes */


/* Make the actual page-header background full width */
.category-black .page-header.type3,
.category-black .page-header,
.category-black .page-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

/* Force black background on page-header - override global #1e1e1e */
body.category-black .page-header.type3,
.category-black .page-header.type3,
body.category-black header.page-header.type3 {
    background: #000 !important;
    background-color: #000 !important;
}

/* Add gradient to topbar */
.category-black .topbar {
    background: linear-gradient(90deg, #000 0%, #1a1611 25%, #2c2416 50%, #1a1611 75%, #000 100%) !important;
}

/* Reduce spacing below header and between products */
.category-black .page-main {
    padding-top: 20px !important;
    margin-top: 0 !important;
}

.category-black ol.products.list.items.product-items {
    gap: 20px 20px !important;
}

/* css start */
@media only screen and (min-width: 768px){ 
    body.category-black div.breadcrumbs ul.items {
        margin: 0 auto !important;
        padding-top: 125px !important;
        max-width: 90% !important;
        width: 100%;
        padding-bottom: 20px;
    }
    body.category-black div.topbar .container {
      width: 100% !important;
      max-width: 90% !important;
   }
    body.category-black .page-wrapper > .breadcrumbs {
        height: 185px;
        width: 100% !important;
        max-width: 100% !important;
   }
   body.catalog-category-view main#maincontent {
      padding-top: 0 !important;
   }
   body.category-black .topbar .container {
       width: 100% !important;
       max-width: 1360px !important;
   }
    body.category-black .logo::before {
        width: 150px;
        height: 50px;
        background-size: cover;
        top: -12px;
        right: -10px;
        left: inherit;
    }
    .category-black header.page-header.type3 {
        position: fixed;
        width: 100%;
        height: 118px;
    }
    body.category-black .search-area {
       margin-top: -20px;
    }
    body.category-black .page-wrapper > .breadcrumbs{
        height: 185px;
    }
    body.category-black .columns .column.main .products.wrapper > .products.list.items.product-items,
    body.category-black .columns .column.main ol.products.list.items, 
    body.catalog-category-view.category-black .products-grid{
        gap: 20px !important;
    }
    body.category-black div.column.main{
        padding: 20px !important;
    }
    body.category-black div.column.main #layer-product-list .products {
        margin-left: 0;
        margin-right: 0;
    }
    body.category-black .product-item-details{
        padding: 10px 20px 25px;
    }
    body.category-black .product-item-info .product-item-details .price-box span{
        padding-left: 0;
    }
    body.category-black ol.products.list.items > li.product-item, 
    body.category-black ol.filterproducts.products.list.items > li.product-item, 
    body.catalog-category-view.category-black ol.products.list.items > li.product-item, 
    body.catalog-category-view.category-black ol.filterproducts.products.list.items > li.product-item{
        margin-bottom: 10px !important;
    }
    body.category-black .price-box{
        margin: 0 !important;
    }
    body.category-black .product-item-info .product-item-details .price-box .price{
        padding: 8px 0;
    }
    body.category-black div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
        line-height: 24px;
        margin-right: 5px;
    }
    body.category-black .product-item-info .product-item-details .product-item-actions {
        margin-bottom: 0;
        padding-top: 5px;
    }
    body.category-black .page-header.type3 .header.panel .search-area {
       left: 0px !important;
    }
    body.category-black .header.panel .top-panel {
       padding: 25px 0 0;
       margin: 0 !important;
    }
    body.category-black div.page-wrapper > .breadcrumbs, 
    body.category-black div.page-wrapper > .breadcrumbs, 
    body.category-black .breadcrumbs{
        margin-bottom: 0;
    }
    body.category-black strong.product-item-name{
        padding-top: 0 !important;
    }
    body.catalog-category-view .columns .column.main{
        margin-bottom: 30px;
    }
    body.category-black .product.details.product-item-details {
        min-height: inherit;
    }

    body.category-black.catalog-product-view .columns {
       margin-top: 0px;
       padding: 0;
    }
    body.category-black.catalog-product-view .product-info-main .product-info-price .price-per-metre{
        background: #222 !important;
        margin-top: 10px;
    }
    body.category-black.catalog-product-view .swatch-attribute-options{
        justify-content: flex-start;
    }
    body.category-black.catalog-product-view .swatch-attribute-options{
        gap: 5px;
        margin: 0 0 10px;
        padding-left: 0;
    }
    .category-black.catalog-product-view .price-box .price{
        font-size: 1.2rem;
    }
    .category-black.catalog-product-view .box-tocart .action.tocart{
        padding: 21px 25px;
    }
    .category-black div#description {
        background: 0 0 !important;
        border: none !important;
        box-shadow: none !important;
   }
   body.category-black .product.data.items > .item.content{
        padding: 50px 0px 20px;
        background: none !important;
        border: 0;
        box-shadow: none;
    }
   .category-black .product.data.items > .item.title{
        border-bottom: 0;
    }
    body.category-black.catalog-product-view .product.data.items > .item.title.active > .switch {
        border: 0;
        color: #000 !important;
        background: #fff !important;
   }
   body.category-black.catalog-product-view .product-options-bottom .box-tocart .action.tocart::before{
        filter: brightness(100%) invert(0);
     }
   body.category-black.catalog-product-view .product-add-form .product-options-bottom .box-tocart .field.qty label{
        top: 14px;
     }
   body.category-black.catalog-product-view .product.data.items {
       margin-top: 10px;
    }
   body.category-black.catalog-product-view .product.data.items > .item.title > .switch{
        border-radius: 0;
    }
   body.category-black.catalog-product-view .product-add-form .product-options-bottom .qty.field .input-text.qty,
   body.category-black.catalog-product-view .product-options-bottom .box-tocart .action.tocart{
         border-radius: 0;
    }
   body.category-black.catalog-product-view a#tab-label-additional-title {
        background: #191919 !important;
        color: #fff !important;
    }
   body.category-black.catalog-product-view .product-info-main .swatch-attribute.size .swatch-option{
        font-size: 15px;
        line-height: 10px;
    }
   body.category-black.catalog-product-view .product-info-main .page-title-wrapper h1{
        margin-bottom: 5px;
    }
   body.category-black.catalog-product-view div.breadcrumbs ul.items{
        padding-bottom: 0;
    }
    body.category-black.catalog-product-view .product.data.items > .item.title > .switch{
        margin: 0;
    } 
    body.category-black .topbar{
        background: #000 !important;
    }
    .category-black .footer-bottom, .category-black .footer-middle, .category-black .column.main{
        background: #000 !important;
        box-shadow: none;
    }
    .category-black .product-item::before{
        background: none;
    }
    body.category-black .product-item-info, body.catalog-category-view.category-black .product-item-info{
        background: #000;
    }
    body.category-black.catalog-category-view .products-grid.columns3 .product-item {
        background: #000;
    }
    body.category-black #minicart-content-wrapper .amount span.price {
        color: #fff !important;
    }
    body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal{
        background-color: #262626;
    }
     body.category-black .product-item-details{
        min-height: inherit;
    }
    body.category-black .minicart-wrapper .block-minicart li{
        border-bottom: 1px solid rgba(212,175,55,.3);
        margin-bottom: 20px;
    }
    body.category-black .minicart-items-wrapper .product-item:hover{
        transform: inherit !important;
        -webkit-transform: inherit !important;
    }
    body.category-black .minicart-items-wrapper div.product-item-details{
        padding-bottom: 5px;
    }
    body.category-black .minicart-items-wrapper .product-item:hover{
        border: 1px solid rgba(212,175,55,.3);
    }
    body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper 
    .quickcart-items .quickcart-product-item:last-child {
        border-bottom: 1px solid rgba(212,175,55,.3);
    }

   body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart 
   .quickcart-bottom-container .subtotal .price-container span.price {
    color: fff !important;
    }
    body.category-black .quickcart-content-wrapper .free-shipping-progress-container {
        background: #000 !important;
    }
    body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart 
    .quickcart-bottom-container .subtotal span.label span{
        color: fff !important;
    }
    .category-black .quickcart-bottom-container .subtotal span{
        margin-top: 0;
    }
   body.category-black .minicart-items .product-item:not(:first-child) {
        border-top: 1px solid rgba(212,175,55,.3);
    }
    /* 05-11-2025 */
    .wp-confirmation-popup{
         max-width: 600px;
         background: #fff;
         padding: 20px;
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
         -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
         width: 600px;
    }
    .wp-confirmation-popup .product-wrapper{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .wp-confirmation-popup .product-wrapper .product-item-photo{
        margin-bottom: 0;
        margin-left: 15px;
    }
    .wp-confirmation-popup .product-image-wrapper {
      height: auto;
      display: block;
      position: relative;
      z-index: 1;
      overflow: visible;
    }
    .wp-confirmation-popup .product-image-photo{
       position: static;
       width: auto;
    }
    .wp-confirmation-popup .product-image-wrapper{
        overflow: visible;
        height: auto;
    }
    .wp-confirmation-popup .product-image-container{
        overflow: visible;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price{
        font-size: 18px;
        color: #5E5E5E;
        font-weight: 600;
        font-family: 'Open Sans';
    }
    .wp-confirmation-popup .wp-content-right .product-item-name a{
        font-family: "Open Sans";
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price {
        font-size: 18px;
        color: #5E5E5E;
        font-weight: 600;
        font-family: 'Open Sans';
    }
    .wp-confirmation-popup .wp-content-right .product.options dl.list dt{
       font-family: "Open Sans";
       font-weight: 600;
       clear: right;
       float: right;
       margin-left: 8px;
       margin-bottom: 0;
       font-size: 14px;
    }
    .wp-confirmation-popup .wp-content-right .product.options dl.list dd{
       font-family: "Open Sans";
       font-weight: normal;
       float: right;
       margin-bottom: 0;
       font-size: 14px;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing {
       position: absolute;
       left: 23px;
       top: 93px;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
       font-size: 15px;
    }
    .wp-confirmation-popup .wp-content-right .product-item-details .product.options .list{
        margin-bottom: 0;
    }
    .wp-confirmation-popup .added-to-cart-msg{
        color: #000;
        font-size: 16px;
    }
    .wp-confirmation-popup .cart-details-wrapper .subtotal{
        margin-bottom: 20px;
        font-weight: 500;
        font-family: "Open Sans";
        color: #000;
        font-size: 15px;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout{
        width: 48%;
        text-align: center;
        text-transform: inherit;
        font-weight: 600;
        padding: 10px 0;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout:hover{
        background: #fff;
        border: 1px solid #ccc;
        color: #777;      
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .action{
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        height: 4rem;
        border-radius: 0;
        font-size: 15px;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping{
        width: 48%;
        font-weight: 600;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons{
        height: 3.2rem;
    }
    .wp-confirmation-popup .mfp-close{
        line-height: 2em;
        background: none;
        border: 0;
    }
    .wp-confirmation-popup .mfp-close:hover{
        background: none;
    }
    .wp-confirmation-popup .mfp-close:after{
        border-left: 2px solid;
        border-color: #000;
    }
    .wp-confirmation-popup .mfp-close:before{
        border-top: 2px solid;
        border-color: #000;
    }
    .wp-confirmation-popup .product-item-details {
       padding: 0;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping:hover{
        color: #fff;
    }
    /* black product */
    .category-black .wp-confirmation-popup .product-item-name{
        text-shadow: none;
    }
    .category-black .wp-confirmation-popup .wp-content-right .product-item-details .product.options .list{
        color: #000 !important;
        padding-top: 0px !important;
    }
    .category-black .wp-confirmation-popup .wp-content-right .product-item-name a{
        margin-bottom: 0;
    }
    .category-black .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
        font-size: 15px;
        color: #000 !important;
    }
    .category-black .wp-confirmation-popup .product-item-name:hover {
        transform: inherit;
    }
    .category-black .wp-confirmation-popup span.price {
        color: #000 !important;
    }
    .category-black .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping{
        margin-top: 0 !important;
        color: #000 !important;
    }
    .category-black .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping:hover{
        color: #fff !important;
    }
    body.category-black .wp-confirmation-popup .product-item-details{
       padding: 0 !important;
    }
    .category-black .wp-confirmation-popup .product.options{
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 767px){ 
    body.catalog-category-view.category-black .columns .column.main {
       padding-bottom: 20px !important;
   }
   body.catalog-category-view.category-black div.products-grid .product-item .product-item-details .product-item-name {
      min-height: inherit !important;
   }
   body.catalog-category-view.category-black #layer-product-list {
    margin-top: 60px;
   }

   .category-black.catalog-product-view .price-box {
       margin: 5px 0 !important;
   }
   html body.category-black.catalog-product-view div.product-info-main div.product-info-price {
       background: #222 !important;
   }
   body.category-black.catalog-product-view .swatch-attribute-options{
      justify-content: flex-start !important;
   }
   body.category-black.catalog-product-view .product.data.items > .item.content{
      border: 0;
      box-shadow: none;
   }
   body.category-black.catalog-product-view h2.filterproduct-title strong {
      color: #fff;
   }
   body.category-black.catalog-product-view .products.wrapper, 
   body.category-black.catalog-product-view div.products.wrapper{
      padding-top: 0px !important;
   }
   body.category-black.catalog-product-view .featured-products .product-item-details{
      text-align: right !important;
   }
   body.category-black.catalog-product-view div.products-grid .product-item-info .product-item-details .product-item-actions .tocart{
       padding-left: 0 !important;
   }
   body.category-black.catalog-product-view .featured-products .product-item-info .product.name a {
        font-size: 14px;
        overflow: hidden;
        text-wrap: nowrap;
   }
   body.category-black.catalog-product-view .fotorama__wrap {
      margin-bottom: 0;
   }
   body.category-black .logo::before{
      background-size: cover;
      width: 120px;
   }
   body.category-black.catalog-product-view .featured-products-container .filterproduct-title{
      margin-top: 0;
   }
   body.category-black.catalog-product-view .product.data.items {
      margin-top: 0px;
   }
   body.category-black.catalog-product-view .product.data.items > .item.content{
      margin-top: 0;
   }
   body.category-black.catalog-product-view .gallery-placeholder {
       margin-top: 60px !important;
  }
   body.category-black.catalog-product-view .fotorama-item {
        margin-top: 0px !important;
  }
  body.category-black .topbar{
        background: #000 !important;
    }
  body.category-black #minicart-content-wrapper .amount span.price {
        color: #fff !important;
    }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal{
        background-color: #262626;
   }

   body.category-black .product-item-details{
        min-height: inherit;
    }
    body.category-black .minicart-wrapper .block-minicart li{
        border-bottom: 1px solid rgba(212,175,55,.3);
        margin-bottom: 20px;
    }
    body.category-black .minicart-items-wrapper .product-item:hover{
        transform: inherit !important;
        -webkit-transform: inherit !important;
    }
    body.category-black .minicart-items-wrapper div.product-item-details{
        padding-bottom: 5px;
    }
    body.category-black .minicart-items-wrapper .product-item:hover{
        border: 1px solid rgba(212,175,55,.3);
    }
    body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper 
    .quickcart-items .quickcart-product-item:last-child {
        border-bottom: 1px solid rgba(212,175,55,.3);
    }
    body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper{
        height: calc(100% - 170px) !important;
        overflow: hidden;
    }
     body.category-black .header .quickcart-wrapper .block-quickcart .quickcart-items{
        overflow-y: auto;
        height: 100%;
    }
    body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper 
    .quickcart-items .quickcart-product-item {
        margin-bottom: 20px !important;
        box-shadow: none !important;
    }
     body.category-black .minicart-items-wrapper .product-item:hover{
        box-shadow: none;
    }
    body.category-black .product-item::before{
        background: none;
    }
    body.category-black .quickcart-content-wrapper .free-shipping-progress-container {
       border-top: 1px solid #daa520;
    }
    body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper 
    .quickcart-items .quickcart-product-item {
        border-bottom: 1px solid rgba(212,175,55,.3);
        border-top: 0;
    }

    body.category-black.catalog-category-view div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
        display: none !important;
        margin-top: 0 !important;
        top: 0;
        height: auto !important;
    }
    body.category-black.catalog-category-view div.products-grid .product-item-details .product-item-actions .tocart span {
        line-height: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
  }
   body.category-black.catalog-category-view .products-grid .product-item-details .product-item-actions .tocart span .btn-text {
        width: auto !important;
        position: relative;
        top: -5px !important;
        left: 5px !important;
        display: block !important;
    }
    body.category-black.catalog-category-view .product-item-inner .product.actions.product-item-actions form{
        position: static;
    }
    .page-header .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper{
        height: calc(100% - 190px) !important;
        overflow: hidden;
    }
    .page-header .header .quickcart-wrapper .block-quickcart .minicart-items.quickcart-items{
        height: calc(100% - 5px) !important;
        overflow-y: auto;
        overflow-x: hidden;  
    }
    /* 05-11-2025 */
     .wp-confirmation-popup{
         max-width: 100%;
         background: #fff;
         padding: 20px;
         position: absolute;
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
         -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
         width: 100%;
    }
    .wp-confirmation-popup .product-wrapper{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .wp-confirmation-popup .product-wrapper .product-item-photo{
        margin-bottom: 0;
        margin-left: 15px;
    }
    .wp-confirmation-popup .product-image-wrapper {
      height: auto;
      display: block;
      position: relative;
      z-index: 1;
      overflow: visible;
    }
    .wp-confirmation-popup .product-image-photo{
       position: static;
       width: auto;
    }
    .wp-confirmation-popup .product-image-wrapper{
        overflow: visible;
        height: auto;
    }
    .wp-confirmation-popup .product-image-container{
        overflow: visible;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price{
        font-size: 18px;
        color: #5E5E5E;
        font-weight: 600;
        font-family: 'Open Sans';
    }
    .wp-confirmation-popup .wp-content-right .product-item-name a{
        font-family: "Open Sans";
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price {
        font-size: 18px;
        color: #5E5E5E;
        font-weight: 600;
        font-family: 'Open Sans';
    }
    .wp-confirmation-popup .wp-content-right .product.options dl.list dt{
       font-family: "Open Sans";
       font-weight: 600;
       clear: right;
       float: right;
       margin-left: 8px;
       margin-bottom: 0;
       font-size: 12px;
    }
    .wp-confirmation-popup .wp-content-right .product.options dl.list dd{
       font-family: "Open Sans";
       font-weight: normal;
       float: right;
       margin-bottom: 0;
       font-size: 12px;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing {
       position: absolute;
       left: 15px;
       top: 90px;
    }
    .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
       font-size: 14px;
    }
    .wp-confirmation-popup .wp-content-right .product-item-details .product.options .list{
        margin-bottom: 0;
        display: inline-block;
        margin-left: 12px;
    }
    .wp-confirmation-popup .added-to-cart-msg{
        color: #000;
        font-size: 16px;
    }
    .wp-confirmation-popup .cart-details-wrapper .subtotal{
        margin-bottom: 20px;
        font-weight: 500;
        font-family: "Open Sans";
        color: #000;
        font-size: 15px;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout{
        width: 48%;
        text-align: center;
        text-transform: inherit;
        font-weight: 600;
        padding: 10px 0;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout:hover{
        background: #fff;
        border: 1px solid #ccc;
        color: #777;      
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .action{
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        height: 4rem;
        padding: 10px 5px;
        border-radius: 0;
        font-size: 15px;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping{
        width: 48%;
        padding: 0 5px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons{
        height: 3.2rem;
    }
    .wp-confirmation-popup .mfp-close{
        line-height: 2em;
        background: none;
        border: 0;
        position: absolute;
        left: 10px !important;
        top: 0px !important;
        width: auto;
    }
    .wp-confirmation-popup .mfp-close:after{
        border-left: 2px solid;
        border-color: #000;
    }
    .wp-confirmation-popup .mfp-close:before{
        border-top: 2px solid;
        border-color: #000;
    }
     .wp-confirmation-popup .mfp-close:hover{
        background: none;
    }
    .wp-confirmation-popup .product-item-details {
       padding: 0;
    }
    .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping:hover{
        color: #fff;
    }
    /*  Black category  */
    body.category-black .wp-confirmation-popup .product-item-photo{
        width: auto !important;
        margin-left: 15px !important;
        margin-right: 0px !important;
    }
    body.category-black .wp-confirmation-popup .product-item-details {
        background-color: inherit;
        text-align: right !important;
        padding: 0 !important;
    }
    body.category-black .product-item-name a{
        color: #000 !important;
        text-shadow: none;
    }
    body.category-black .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
        color: #000 !important;
    }
   body.category-black .wp-confirmation-popup .wp-content-right .product-item-name a{
        text-shadow: none !important;
    }
   body.category-black.catalog-product-view .fotorama__active .fotorama__dot {
        background-color: #fff;
        border-color: #fff;
    }
   .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
    font-size: 12px !important;
  }
  .category-black .wp-confirmation-popup .product-item-name {
        min-height: inherit !important;
   }
   /* 15-11-2025 css start */
   body.category-black .list .product-item-name a {
        color: #ffd700 !important;
   }
}.normal-price span.aitoc-puq-units {
    display:none !important;
}
.field-tooltip.toggle .label span {
    display: none;
}
@media screen and (max-width: 767px){


.checkout-onepage-success main.page-main {
    margin-top: 40px !important;
}

.catalog-product-view .swatch-option {
    float: right !important;
}

html[lang="ar"] .actions-toolbar {
    float: unset !important;
    display: block;
    margin-top: 20px;
}


.contact-index-index main#maincontent {
    margin-top: 15px !important;
}

.customer-account-login .actions-toolbar {
    float: unset !important;
    display: block !important;
    margin-top: 20px;
}
.customer-account-login .login-container .fieldset:after {
     margin: 0px 0 0 !important; 
    content: attr(data-hasrequired);
    padding: 0px !important;
}



.contact-index-index .contact-info .contacts-title
{
margin-top: 20px;
}

.checkout-index-index .fieldset {
    margin: 0 0 0px;
}

.checkout-index-index .field-tooltip .field-tooltip-content{
  right: unset !important;
    left: 0px;
    top: 45px;
}

.checkout-index-index .field-tooltip .field-tooltip-content:before,.checkout-index-index .field-tooltip .field-tooltip-content:after
{
    left: 0px;
    right: unset;
    top: -20px !important;
    content: "";
    transform: rotate(270deg); 
        border-left-color: #e2e2e2;
}





.checkout-index-index #co-place-order-area {
    padding: 0 0px !important;
}


.checkout-index-index .col-mp.osc-addition-content-wrapper {
    padding: 0px;
}
.checkout-index-index .opc-wrapper .form-discount {
    max-width: unset;
}

.checkout-index-index .payment-option-content {
    display: none;
}


.checkout-index-index .osc-place-order-block .field-row label {
    margin-bottom: 0px;
}


.checkout-index-index .osc-place-order-block .field-row label.minus {
    margin-bottom: 6px;
}


.checkout-index-index label#label-discount-code {
    position: relative;
}


.checkout-index-index  label#label-discount-code:after {
    content: '\f807';
    font-family: 'porto-icons';
    position: absolute;
    left:2px;
    transition: 0.5s;
}


.checkout-index-index .osc-place-order-block .field-row label.minus:after{
    content: '\f804' !important;
}














.catalog-product-view .columns{
    margin-top: 0px !important;
}
        .page-header.type3 .logo {
    margin: 0px 0px 0px 0 !important;
}
    .catalog-product-view .qty.field .qty-changer {
    left: 90px !important;
}
    .product.description ul li {
    font-size: 14px !important;
}

.page-header.type3 .logo img {
    margin: 0 auto;
}


.page-header.type3 .logo {
    height: unset !important;
}


.header.content .ammenu-menu-overlay {
    background-color: #0000009e !important;
    z-index: 9;
}
    header.page-header.type3 {
    height: 100px !important;
}
    .filter.active .filter-options {
    right: 0px !important;
}
.filter-options-title:before {
    content: '\f107 ' !important;
    position: absolute;
    left: 0px;
        transform: rotate(90deg);
        transition: 1s;
            margin-left: 5px !important;
}

.filter-options-item.active .filter-options-title:before {
    content: '\f107 ' !important;
    transform: rotate(0deg);
}
.filter.active .filter-options {
    width: 290px !important;
}
.block-content.filter-content div#narrow-by-list:before {
    content: "تصفية / فلتر" !important; 
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #5E5E5E !important;
    padding: 0px !important;
    line-height: 0px !important;
    padding-top: 10px !important;
}
strong.block-subtitle.filter-subtitle {
    display: none !important;
}
.filter.active .filter-options {
    top: 0px !important;
}
.filter.active .filter-title {
    height: 0px !important; 

}
.filter.active .filter-title strong {
    position: inherit !important;
        width: 100% !important;
    height: 100% !important;
}

.filter.active .filter-title strong:before {
    content: '\f819';
    position: absolute;
    top: 10px;
    left: 10px;
   right: unset;
        width: initial !important;
}
.filter.active:before {
    opacity: .6 !important;
    content: "";
}
.filter.active .filter-title strong {
    top: 0 !important;
}
.filter.active .filter-options-content {
    box-shadow: none !important;
}
html[lang="ar"] div#narrow-by-list {
    direction: rtl;
}

.block.filter.active div#narrow-by-list {
    padding-bottom: 150px !important;
}
.filter.active .filter-current+.block-actions {
    top: unset !important;
    bottom: 0px;
    z-index: 12 !important;
    width: 290px !important;
}
.filter.active .filter-current {
    top: unset !important;
    bottom: 36px;
    width: 290px !important;
    z-index: 12 !important;
    padding: 0px !important;
    height: auto !important;
}

}


@media screen and (max-width: 519px){

.page-header.type3 .block-search .label {
    margin-left: 24px !important;
}
.page-header.type3 .block-search .label:before {
    position: absolute;
    width: 100% !important;
    right: -135px !important;
    top: 73px;
    z-index: 4;
    content: '\f818';
}


.catalog-product-view .fieldset > .field.qty{
    display: block !important;
}

.catalog-product-view .qty-text {
    right: 25px !important;
}

.catalog-product-view .box-tocart .qty.field .control{
    display: flex !important;
    justify-content: center;
}

.catalog-product-view .product-info-main .box-tocart .actions {
    margin-right: 0px !important;
}

.catalog-product-view .box-tocart .input-text.qty, .bundle-options-container .input-text.qty {
    width: 85% !important;
    margin-left: 0px !important;
}

.catalog-product-view .qty.field .qty-changer {
    left: 35px !important;
}










    .filter-title strong {
    top: 0% !important;
    position: absolute !important;
}
.toolbar-sorter.sorter {
    position: absolute;
    top: 6px;
    z-index: 21;
    left: 20px;
    width: auto !important;
    text-align: left;
    display: flex;
} 
.catalog-category-view .page-main{
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
select.sorter-options {
    display: none;
}
.sorter-action:before {
    color: #5E5E5E !important; 
    content: "\f883" !important;
    font-family: 'Font Awesome 5 Pro' !important;
}

.toolbar-sorter.sorter label.sorter-label {
    order: 2;
} 
.catalog-category-view .page-header {
    z-index: 48 !important;
}

.catalog-category-view ol.filterproducts.products.list.items.product-items {
    padding: 0px 15px;
}
.magepow-categories-grid li.magepow-categories-category-wrapper {
    max-width: 170px;
    min-width: 150px;
}

ul.magepow-categories-grid {
    overflow-x: scroll;
    flex-wrap: initial;
}


div#layered-filter-block .filter-title strong {
    color: #0c0808!important;
    text-transform: uppercase;
    left: 0px !important;
    padding-top: 4px !important;
        font-weight: 500;
    font-family: "Font Awesome 5 pro" !important;
    font-size: 15px;
}


.filter-title strong:before {
       content: '\f1de' !important;
    font-family: porto-icons !important;
    text-align: right !important;
        position: absolute;
    right: 15px;
    top: 5px;
}
.catalog-category-view span.btn-text {
    display: none !important;
}


.catalog-category-view .product-item-inner .product.actions.product-item-actions form {
    display: inline;
    position: absolute;
    bottom: 0px;
}
.catalog-category-view .toolbar-sorter.sorter {
    left: 5px !important;
}
.filter.active .filter-title strong:before {
    content: '\f819' !important;
}
.catalog-category-view .toolbar-sorter.sorter:after {
    content: "|";
    position: absolute;
    right: -15px;
    color: #5E5E5E;
    top: 4px;
}

html[lang="ar"] .catalog-category-view .product-item-inner .product.actions.product-item-actions form {
    left: 0px;
}
html[lang="ar"] .toolbar-products {
    position: initial !important;
    margin-top: 0px !important;
}

html[lang="ar"] .ammenu-nav-sections.nav-sections{
    width: calc(100% - 54px) !important;
}
html[lang="ar"] .toolbar-sorter.sorter label.sorter-label {
       position: relative;
    font-size: 15px !important;
    left: 5px;
    bottom: 3px;
    color: #0c0808!important;
}

.page-with-filter img.cartimg {
    margin-right: -24px !important;
}
.product-item .price-box .normal-price .price-label {
    display: none !important;
}
.sorter-action {
    margin-right: 0px !important;
    margin-left: 10px;
}
.filter-title strong:before {
    content: '\f1de' !important;
    border-left: 0px !important;
}

}


section.ammenu-menu-wrapper.-desktop.-icons-desktop.-hide {
    display: none !important;
}

@media screen and (max-width: 992px){  
   .ammenu-nav-sections.nav-sections.-drill.-opened .ammenu-toggle {
    right: unset !important; 
    left: 10px;
    transform: rotate(180deg);
}

    .page-header.type3 .nav-sections {
    z-index: 10 !important;
}
.ammenu-title[aria-controls="am.store.settings"] {
    display: none !important;
}
.ammenu-nav-sections .ammenu-title {
    width: 50% !important;
}  
    .ammenu-nav-sections .ammenu-tabs-container {
    padding-bottom: 0px !important; 
}
    .ammenu-nav-sections.-drill .ammenu-tabs-container > .ammenu-content {
    overflow: hidden !important;
}
.ammenu-nav-sections.-opened {
    right: 0 !important;
    left: unset !important;
}
.ammenu-item.-drill-opened .ammenu-arrow { 
    right: -14px !important;
  }
.-drill-opened .ammenu-categories {
    padding: 0 16px !important; 
}
.ammenu-nav-sections .ammenu-title {
    float: right !important;
}
.ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    float: left !important;
    margin-right: -100%;
        margin-left: unset !important;

}
.ammenu-menu-wrapper:not(.-icons-mobile):not(.-icons-desktopAndMobile) .ammenu-link.-main:before{
    display: none !important;
}
.ammenu-title:nth-child(1) a {
    display: none;
}
.ammenu-title:nth-child(1):before {
    content: "قائمة";
    position: absolute;
    top: 17px;
    right: 40px;
    font-weight: 400;
    color: #363636;
}
.ammenu-title.active:nth-child(1):before {
        content: "قائمة";
    font-weight: 600 !important;
}


}

.header.content span.ammenu-menu-toggle.-porto.-active .ammenu-icon {
       border-color: #fff !important;
    z-index: 999999;
    font-weight: bold;
}


.page-wrapper .page-header.type3 .logo {
    display: block !important;
}



@media screen and (min-width: 993px){
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
    display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
    padding: 18px 15px;
    position: relative;
}

}





@media screen and (max-width: 992px) and (min-width: 768px){
.page-header.type3 .header.panel {
    top: 0 !important;
    margin-top: 0 !important; 
}
.header.content .ammenu-menu-overlay {
    background-color: #0000009e !important;
        z-index: 5 !important;
}
.page-wrapper .page-header.type3 .nav-sections {
    margin: 0px 0px 0 !important;
    position: fixed !important;
}
.page-header.type3 .header.panel .search-area {
    position: absolute !important;
       left: 60px;
    top: 30px;
}
.ammenu-menu-toggle:not(.-hamburger) {
    z-index: 9999;
        margin-top: 16px;
}
.page-header.type3 .logo {
    z-index: 5 !important;
}
.topbar ul li a {
    padding: 0 3px !important; 
}

}





@media screen and (min-width: 768px){
.checkout-onepage-success main.page-main {
    margin-top: 150px !important;
}


.page-header.type3 .header.panel {
    top: 0% !important;
    margin-top: -5px !important;
}
.search-area a i {
    top: -4px !important;
}
 
.catalog-product-view .breadcrumbs { 
    margin-top: 110px;
}

}



@media screen and (max-width: 767px) and (min-width: 520px){
    span.span-search {
    left: 68px;
    bottom: 0px;
    position: absolute;
}
.search-area{
    left:60px !important;
    right: unset !important;
}
.page-header.type3 .search-toggle-icon {
    display: block;
    position: absolute !important; 
    right: 82px !important;
}
.page-header.type3 .header.panel .block-search {
    display: block !important; 
}
.search-area a i {
    display: none;
}
.minicart-wrapper .block-minicart {
    right: -260px !important;
}
}


@media screen and (min-device-width:520px) and (max-device-width: 667px)
{

    .header.panel .top-panel .search-area span {
    margin-top: 7px !important;
}
    span.span-search {
    bottom: -10px !important;
}
    .search-area {
    margin-top: 15px !important;
}
    .page-header.type3 .block-search .label {
    margin-top: 3px !important;
}
.page-header.type3 .block-search .label:before{

    bottom: unset !important;
    right: unset !important;

    }
}



@media screen and (min-width: 300px) and (max-width: 519px){
.cms-naseej .products-grid .product-item-details .product-item-actions .tocart {
    width: 100% !important;
}
.search-area a i {
    top: 11px !important; 
 }
 .featured-products .products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    left: 10px !important;
    text-align: right !important;
}

.minicart-wrapper.active .block-minicart {
    width: 290px !important;
}

}

.cms-naseej.page-layout-1column .block.widget .products-grid .product-item {
    width: 100% !important;
    padding: 10px !important;
}


.page-header .switcher strong>img{
    top: 0px !important;
}



.ammenu-nav-sections.nav-sections.-drill.-opened ul.header.links ul.header.links{
    display: none !important;
}



.ammenu-nav-sections.nav-sections.-drill.-opened li.authorization-link:nth-child(2) {
    display: none;
}







.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
    padding: 0px !important;
}






.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price {
    float: inherit !important;
}


.minicart-wrapper.quickcart-wrapper.minicart-weltpixel.active .minicart-items-wrapper{
padding: 15px !important;
max-height: unset !important;
}


.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus:after {
    content: '\f812' !important;
    font-family: 'porto-icons' !important;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus:after {
 content: '\f811' !important;
    font-family: 'porto-icons' !important;

}


.quickcart-content-wrapper.isOpen span.icon-line-cross:before {
    content: '\f81a';
    font-family: 'porto-icons';
}


.quickcart-content-wrapper.isOpen span.icon-line-cross {
    overflow: inherit !important;
    top: 20px !important;
    left: 10px;
}

.quickcart-content-wrapper.isOpen .minicart-items .action.delete:before{
    display: none;
    content: "";
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span {
    margin: 0;
    font-size: 13px;
}


.quickcart-content-wrapper.isOpen .minicart-items .product-image-container {
    border: unset;
}


.quickcart-content-wrapper.isOpen .minicart-items .product-item-pricing .label {
    margin-top: 0px !important;
}


@media screen and (min-width: 993px){
.page-header.type3 .nav-sections {
    z-index: 4 !important;
}
.page-header.type3 .header.panel {
    z-index: 4 !important;
    
}
}








.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus {
    padding-right: 0px !important;
}


.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus {
    padding-left: 0px !important;
}



.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label, .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values{
    float: right !important;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
    font-size: 12px !important;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .cart-item-qty {
    height: 22px !important;
}


.minicart-wrapper.active .action.close {
    top: 3px !important;
}



@media screen and (min-width: 1171px){
.page-header.type3 .header.panel {
        max-width: 15% !important;
}
}


@media screen and (max-width: 1170px) and (min-width: 993px){ 
body .page-header.type3 .header.panel {
    max-width: 19% !important;
}
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty {
   
    margin-top: 0px !important;
}

.page-header .switcher strong > img {
    margin-bottom: 0px !important;
}

.catalog-product-view .qty.field .qty-changer {
    position: absolute !important;
    left: 10px;
    top: 10px;
}


.catalog-product-view .qty.field .qty-changer > a{
    border: 0px !important;
}

.catalog-product-view .product-info-main .box-tocart .actions {
    margin-right: 10px;
}

.catalog-product-view i.porto-icon-plus,.catalog-product-view i.porto-icon-minus {
    font-size: 18px;
}


.catalog-product-view i.porto-icon-plus:hover,.catalog-product-view i.porto-icon-minus:hover {
color: #000;
}

.catalog-product-view .qty.field .qty-changer .qty-dec {
    margin-top: 7px;
}

.footer-middle ul.links li {
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    padding: 0px !important;
    line-height: 1.8;
}
    [class^="porto-icon-"]:before, [class*=" porto-icon-"]:before{
    margin-left: 0px !important;
}

@media screen and (max-width: 519px){

span.span-search {
    display: none;
}


.block-search .label.active + .control input {
    position: absolute !important;
}



.search-area span.span-search {
    margin-top: 40px !important;
}




.page-header.type3 .header.panel .block-search input {
width: 280px !important;
    right: -382px !important;
}



.page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    right: unset !important;
    left: 40px !important;
    top: 30px !important;
    margin: 0px !important;
    position: absolute;
}


.ammenu-menu-toggle{
    left: unset !important;
}



.page-header.type3 .search-toggle-icon {
    position: absolute !important;
    left: 0;
    right: unset !important;
}



.search-area {
    right: unset !important;
    left: 0px;
    width: unset !important;
}


.search-area a i {
    position: absolute !important;
    left: 0px !important;
}







.page-header.type3 .header.panel .minicart-wrapper .action.showcart:before{
    left: 30px !important;
    content: "";
    position: absolute !important;
    bottom: unset !important;
}


span.ammenu-menu-toggle.-porto.-active {
    left: 0px !important;
    right: unset;
}





.am-porto-cmtb.customer-account-login .page-main {
    padding-top: 120px !important;
}
}



.catalog-product-view main#maincontent {
    margin-top: 0px !important; 
}

.catalog-product-view .columns{
    margin-top: 0px !important;
}

aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .action-close {
    padding: 0px !important;
    right: 30px !important;
        width: unset !important;
}




.action.tocart.primary.mahad.disabled span{ 
    position: absolute !important;
    right: 0px !important;
    display: block;
    text-align: right;
    float: right;
}


@media screen and (max-width: 576px) and (min-width: 375px){
    .footer-middle ul.links li {
    margin: 5px !important;
}
}


@media screen and (max-width: 667px){
   html[lang="ar"] .footer-middle .block.newsletter .action.subscribe {
    border-radius: 5px 0px 0px 5px !important;
}
}



.modal-popup .action-close {
    padding: 0px !important;
    position: absolute;
    right: 15px;
    left: unset;
    width: unset !important;
}


.header .quickcart-wrapper .block-quickcart {
    top: 0px !important;
    margin-top: 0px !important;
}



.header .quickcart-wrapper.active .block-quickcart {
    left: 0 !important;
    right: unset !important;
}


.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    float: left !important;
}

.minicart-items .product-item-details {
    padding-right: 0px !important; 
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options {
    display: grid;
}



.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close:before{
       content: "اغلاق" !important;
    overflow: initial !important;
       font-size: 14px;
    padding-top: 13px;
}



.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close span{
    display: none;
}













.checkout-onepage-success .checkout-success {
    text-align: center;
}


.checkout-onepage-success .actions-toolbar .primary {
    float: unset !important;
}

.checkout-onepage-success .actions-toolbar {
    text-align: center !important;
}

.checkout-onepage-success p.order-recei {
       margin-top: 40px;
    font-size: 26px;
    font-family: 'Voltaire' !important;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}



.checkout-onepage-success .column.main{
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 20px;
    max-width: 1168px;
    margin: 0 auto;
    padding: 50px 0px;
}

.checkout-onepage-success .success-cart-img{
  filter: brightness(100%) invert(1);
    vertical-align: text-bottom;
    position: absolute;
    right: 15px;
    top: 14px;
}


.checkout-onepage-success a.action.primary.continue {
    width: 214px;
    padding: 0px;
    height: 58px;
    line-height: 58px;
    text-transform: uppercase;
    font-family: Belleza !important;
    position: relative;
    padding-right: 30px;
    margin: 0 0px 0 0 !important;
}

.checkout-onepage-success p.we-have-received {
    font-size: 16px;
    color: #000000;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 35px;
        font-family: Open Sans !important;
}

.checkout-onepage-success div#registration {
    text-align: center;
    margin-top: 25px;
}


.checkout-onepage-success div#registration p {
    font-size: 16px;
    color: #000000;
        font-family: Open Sans !important;
}



.checkout-onepage-success div#registration a.action.primary {
    width: 214px;
    height: 58px;
    line-height: 58px;
    padding: 0px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: Belleza !important;
}


@media screen and (max-width: 767px){
.checkout-onepage-success .column.main {
    margin-bottom: 50px !important;
    padding: 50px 10px !important;
}
.checkout-onepage-success div#registration p {
    font-size: 14px !important;
}
.checkout-onepage-success p.we-have-received {
    font-size: 14px !important;
    line-height: 1.6;
}
span.span-cart {
    display: none;
}
}


.checkout-onepage-success .actions-toolbar {
    float: unset !important;
}




.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal {
    padding: 15px !important;
}


.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label {
    float: right !important; 
}


.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    float: right !important;
}



.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .details-qty {
    float: right !important;
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    font-size: 14px !important;
    vertical-align: text-top;
}



.quickcart-content-wrapper.isOpen .subtotal {
    text-align: left !important;
}


.page-wrapper .minicart-wrapper .action.showcart:before {
    background: url(../../frontend/Smartwave/porto_rtl_child/ar_KW/images/cartimg.png) !important;
        background-repeat: no-repeat !important;
}


.customer-account-index .block.block-dashboard-info a.action.edit {
    margin-left: 0px !important;
}


.customer-account-index .block.block-dashboard-addresses a.action.edit {
     margin-left: 0px !important;   
}



@media screen and (max-width:767px) and (min-width: 520px){
.toolbar .modes {
    width: 20% !important;
        margin: 0px 0 0 0 !important;
}
.toolbar .limiter {
    width: auto !important;
}
.toolbar.toolbar-products .sorter {
    float: right !important;
    width: auto !important; 
        margin-left: 10px ;
    margin-right: 0px !important;
}
.catalog-category-view .columns .column.main {
    padding: 0% 0 !important; 
}
}




@media screen and (max-width:1374px) and (min-width: 993px){
a.search-toggle-icon {
    position: absolute;
    left: 80px;
    top: 5px;
}
span.span-search {
    position: relative;
    left: 35px;
}
}

/* 18-10-2021*/

.catalog-product-view .product-info-main .product-info-price{
	display: inline-block;
}

.catalog-product-view .product-info-main .product-info-price .price-per-metre{
	display: inline-block;
    width: 75%;
    background-color: #F5F5F5;
    padding: 15px;
    margin-bottom: 10px;
}

.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box{
	padding-bottom: 0px;
}

.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box .price-wrapper{ 
    margin-bottom: 10px;
}

/*21-10-2021 */

body.catalog-product-view .product-info-main .product-info-price .price-per-metre{
	width: 100%;  
	font-size: 1.6em;
}

body.catalog-product-view .product-info-main .product-info-price{
	width: 100% !important;
    margin: 0 0 15px 0;
}
.catalog-product-view .price-per-metre .price-wrapper span.price {
    font-size: 1.5em !important;
}

@media only screen and (max-width: 767px){
	
	.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box .price-wrapper {
       margin-bottom: 0px;
    }
    .catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center;
        width: 100%;
    }
	.catalog-product-view .price-per-metre .price-wrapper span.price {
    font-size: 1.3em !important;
	}
	body.catalog-product-view .product-info-main .product-info-price .price-per-metre{
		width: 100%;  
		font-size: 1.4em;
	}
}

/*25-10-2021*/
@media only screen and (max-width: 767px){
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box .normal-price{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        width: 100%;
        direction: rtl;
    }
    
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        width: 100%;
        direction: rtl;
    }
    
    .cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-prev{
        left: -177px;
    }
    
    .cms-index-index .featured-products-container .featured-products .products .filterproducts .owl-controls .owl-nav .owl-next{
        right: -177px;
    }
        
}

@media only screen and (min-width: 375px) and (max-width: 480px){
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box .normal-price span{
        font-size: 12px !important;
    }
    
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box span{
        font-size: 12px !important;
    }
    
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box .price{
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 374px){
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box .normal-price span{
        font-size: 11px !important;
    }
    
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box span{
        font-size: 11px !important;
    }
    
    .cms-index-index .featured-products-container .featured-products .products .owl-item .price-box .price{
        font-size: 11px !important;
    }
}

/*01-02-2022*/
/*01-02-2022*/
.page-header .switcher.switcher-currency .switcher-options strong{
    border: 1px solid #000;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    float: left;
    margin-top: -5px;
    color: #000;
}

.page-header .switcher.switcher-currency {
    margin-left: 0px;
}

.page-header .switcher.language {
  margin-left: 10px;
}

.page-header .switcher.switcher-currency .switcher-options ul.dropdown{
    left: 0 !important;
    margin-top: 12px;
    min-width: 120px;
    margin-right: 0 !important;
    right: 5px !important;
}

.page-header .switcher.switcher-currency .switcher-options ul.dropdown li a{
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
}

header.page-header .switcher.switcher-currency .switcher-options ul.dropdown:before{
    top: -12px;
    right: 10px;
    left: inherit;
 }
header.page-header .switcher.switcher-currency .switcher-options ul.dropdown:after{
   top: -14px;
   right: 9px;
   left: inherit;
}

@media only screen and (max-width: 1100px){
    header.page-header .switcher.switcher-currency .switcher-options ul.dropdown{
        left: 0 !important;
        right: inherit !important;
    }
    header.page-header .switcher.switcher-currency .switcher-options ul.dropdown:before{
        top: -12px;
        right: inherit;
        left: 10px;
     }
    header.page-header .switcher.switcher-currency .switcher-options ul.dropdown:after{
       top: -14px;
       right: inherit;
       left: 9px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px){
    .topbar ul li a{
        font-size: 12px;
    }
    .topbar .container {
       width: 100%;
       max-width: 100%;
    }
    .page-header .switcher.switcher-currency .switcher-options strong{
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px){
    .page-header .switcher.language{
        margin-left: 5px;
    }
}

/*@media only screen and (min-width:768px){
	.mobile-menu-filter{
		display: none;
	}
}*/
@media only screen and (max-width:767px){
    .filter-options .mobile-menu-filter{
    	width: auto;
        margin: 0 auto;
        float: none;
        display: block;
    }
}/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.affiliate_social_buttons {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}

.block.block-collapsible-nav.amasty-affiliate-collapsible {
    top: 30px;
    z-index: 4;
}

@media only screen and (max-width: 767px) {
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 85px;
    }
}
/**
 * CBMExtensions CitiesDropDown2
 * Enhanced dropdown styles with mobile and RTL support
 */

/* Main dropdown container */
.cbm2-dropdown {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Search container */
.cbm2-search-container {
    position: relative;
    width: 100%;
}

/* Search icon - Default LTR (English) */
.cbm2-search-icon {
    position: absolute;
    right: 12px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 1;
}

/* Search input - Default LTR (English) */
.cbm2-search-input {
    width: 100%;
    padding: 12px 44px 12px 16px; /* Icon space on right for LTR */
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #1f2937;
    background-color: #ffffff;
    transition: all 0.2s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Force GPU acceleration */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}

/* Input with clear button - Default LTR (English) */
.cbm2-search-container:has(.cbm2-clear-btn) .cbm2-search-input {
    padding-right: 72px; /* Space for both icon and clear button on right */
}

/* Input states */
.cbm2-search-input:hover {
    border-color: #d1d5db;
}

.cbm2-search-input:focus {
    outline: none;
    border-color: #6b7280;
    box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1);
    background-color: #ffffff;
}

/* Clear button - Default LTR (English) */
.cbm2-clear-btn {
    position: absolute;
    right: 36px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    transition: all 0.15s ease;
    z-index: 2;
    user-select: none;
    padding: 0;
    background: transparent;
    border: none;
}

.cbm2-clear-btn:hover {
    color: #374151;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

/* Dropdown list container */
.cbm2-dropdown-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
    z-index: 1000;
    max-height: 320px;
    overflow: hidden;

    /* Force GPU acceleration and proper rendering */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform, opacity;
}

/* Options list */
.cbm2-options {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;

    /* Force rendering context */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

/* Custom scrollbar */
.cbm2-options::-webkit-scrollbar {
    width: 6px;
}

.cbm2-options::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.cbm2-options::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.cbm2-options::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Firefox scrollbar */
.cbm2-options {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db #f3f4f6;
}

/* Option items */
.cbm2-option {
    padding: 10px 48px 10px 16px;
    font-size: 14px;
    line-height: 1.4;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /* Ensure text is visible */
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;

    /* Force rendering */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.cbm2-option:hover,
.cbm2-option.hover {
    background-color: #f3f4f6;
    color: #111827;
}

.cbm2-option.selected {
    background-color: #f3f4f6;
    color: #111827;
    font-weight: 500;
}

.cbm2-option.selected::after {
    content: '✓';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #4b5563;
    font-weight: bold;
    font-size: 16px;
}

/* No results message */
.cbm2-no-results {
    padding: 16px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
    background-color: #ffffff;
}

/* Validation states */
.field._error .cbm2-search-input,
.cbm2-search-input.invalid {
    border-color: #ef4444;
}

.field._error .cbm2-search-input:focus,
.cbm2-search-input.invalid:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* RTL Support - Using explicit direction classes */
.cbm2-rtl .cbm2-search-icon {
    right: auto;
    left: 12px;
}

.cbm2-rtl .cbm2-search-input {
    padding: 12px 16px 12px 44px; /* Icon space on left */
    text-align: right;
    direction: rtl;
}

/* RTL with clear button for countries */
.cbm2-rtl .cbm2-search-container:has(.cbm2-clear-btn) .cbm2-search-input {
    padding-left: 72px; /* Space for icon and clear button on left */
    padding-right: 16px;
}

.cbm2-rtl .cbm2-clear-btn {
    right: auto;
    left: 36px;
}

.cbm2-rtl .cbm2-option {
    text-align: right;
    padding: 10px 16px 10px 48px;
}

.cbm2-rtl .cbm2-option.selected::after {
    right: auto;
    left: 16px;
}

/* LTR Support - Explicit classes for clarity */
.cbm2-ltr .cbm2-search-icon {
    right: 12px;
    left: auto;
}

.cbm2-ltr .cbm2-search-input {
    padding: 12px 44px 12px 16px; /* Icon space on right */
    text-align: left;
    direction: ltr;
}

/* LTR with clear button for countries */
.cbm2-ltr .cbm2-search-container:has(.cbm2-clear-btn) .cbm2-search-input {
    padding-right: 72px; /* Space for icon and clear button on right */
    padding-left: 16px;
}

.cbm2-ltr .cbm2-clear-btn {
    right: 36px;
    left: auto;
}

.cbm2-ltr .cbm2-option {
    text-align: left;
    padding: 10px 48px 10px 16px;
}

.cbm2-ltr .cbm2-option.selected::after {
    right: 16px;
    left: auto;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .cbm2-search-input {
        font-size: 16px; /* Prevents zoom on iOS */
        border-radius: 10px;

        /* iOS specific fixes */
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    /* LTR mobile styles */
    .cbm2-ltr .cbm2-search-input {
        padding: 14px 46px 14px 16px; /* Icon on right */
    }

    .cbm2-ltr .cbm2-search-container:has(.cbm2-clear-btn) .cbm2-search-input {
        padding-right: 76px; /* Space for both icon and clear button */
    }

    .cbm2-ltr .cbm2-clear-btn {
        right: 38px; /* Position for mobile LTR */
    }

    /* RTL mobile styles */
    .cbm2-rtl .cbm2-search-icon {
        right: auto;
        left: 12px;
    }

    .cbm2-rtl .cbm2-search-input {
        padding: 14px 16px 14px 46px; /* Icon on left for Arabic */
        text-align: right;
    }

    .cbm2-rtl .cbm2-search-container:has(.cbm2-clear-btn) .cbm2-search-input {
        padding-left: 76px; /* Space for icon and clear button on left */
        padding-right: 16px;
    }

    .cbm2-clear-btn {
        width: 24px;
        height: 24px;
        font-size: 22px;
    }

    .cbm2-rtl .cbm2-clear-btn {
        right: auto;
        left: 38px; /* Position for mobile RTL */
    }

    .cbm2-dropdown-list {
        border-radius: 10px;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15),
                    0 10px 10px -5px rgba(0, 0, 0, 0.04);
        max-height: 60vh;

        /* iOS specific fixes */
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .cbm2-options {
        max-height: calc(60vh - 8px);

        /* Force iOS to render properly */
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .cbm2-option {
        font-size: 15px;
        min-height: 44px;
        display: flex;
        align-items: center;

        /* iOS touch optimization */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    }

    .cbm2-ltr .cbm2-option {
        padding: 12px 48px 12px 16px;
    }

    .cbm2-rtl .cbm2-option {
        padding: 12px 16px 12px 48px;
    }
}

/* Small mobile devices */
@media (max-width: 375px) {
    .cbm2-dropdown-list {
        max-height: 50vh;
    }

    .cbm2-options {
        max-height: calc(50vh - 8px);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .cbm2-search-input {
        border-width: 3px;
    }

    .cbm2-dropdown-list {
        border-width: 2px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .cbm2-search-input,
    .cbm2-clear-btn,
    .cbm2-option {
        transition: none;
    }
}

/* Z-index management for checkout pages */
#checkout .cbm2-dropdown-list,
.checkout-index-index .cbm2-dropdown-list,
.onestepcheckout-wrapper .cbm2-dropdown-list,
.amcheckout-wrapper .cbm2-dropdown-list {
    z-index: 9999;
}

/* Compatibility fixes */
.field .cbm2-dropdown {
    margin-top: 5px;
}

/* Porto theme compatibility */
.porto-theme .cbm2-dropdown {
    margin-bottom: 15px;
}

/* Amasty One Step Checkout compatibility */
.amcheckout-wrapper .cbm2-dropdown {
    margin-bottom: 20px;
}

.amcheckout-wrapper .cbm2-dropdown-list {
    z-index: 10000;
}

/* Force visibility for dropdown items */
.cbm2-dropdown-list[style*="display: block"] .cbm2-option,
.cbm2-dropdown-list:not([style*="display: none"]) .cbm2-option {
    color: #374151 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hide original selects that have been enhanced */
select[data-cbm2-enhanced="true"] {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

/* End of styles */.free-shipping-progress-container {
    padding: 12px;
    background: #f5f5f5;
}

/* Specific styles for QuickCart */
.quickcart-content-wrapper .free-shipping-progress-container {
    margin: 0;
    padding: 12px;
    background: #f5f5f5;
}

.progress-wrapper {
    width: 100%;
}

.progress-message.qualified {
    color: #4caf50;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.progress-bar-wrapper {
    position: relative;
}

.progress-bar {
    width: 100%;
    height: 26px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: #4caf50;
    transition: width 0.3s ease;
    position: relative;
}

.progress-fill:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    background-size: 30px 30px;
    animation: progress-stripes 1s linear infinite;
}

@keyframes progress-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.progress-bar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    z-index: 10;
    line-height: 1;
}

/* QuickCart specific styles */
.quickcart-content-wrapper .free-shipping-progress-container {
    margin: 0;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .free-shipping-progress-container {
        margin: 8px 0;
        padding: 10px;
    }
    
    .progress-message {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .progress-message.qualified {
        font-size: 15px;
    }
    
    .progress-bar {
        height: 24px;
    }
    
    .progress-bar-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .free-shipping-progress-container {
        margin: 6px 0;
        padding: 8px;
    }
    
    .progress-message.qualified {
        font-size: 13px;
    }
    
    .progress-bar {
        height: 22px;
    }
    
    .progress-bar-text {
        font-size: 11px;
    }
}/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 100% -20px;background:url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat -30px -20px;background:url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_ProductFinder/css/lib/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/* SearchBox */
.ais-SearchBox-submit, .ais-SearchBox-reset {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 3px;
}

.ais-SearchBox-submitIcon {
    width: 12px;
    height: 12px;
}

.ais-SearchBox-submit:hover, .ais-SearchBox-submit:focus {
    background: transparent;
    border: none;
}

.ais-SearchBox-form {
    position: relative;
}

button.ais-SearchBox-reset:focus,
button.ais-SearchBox-reset:active,
button.ais-SearchBox-reset:hover {
    border: 0;
    background: transparent;
}

input.ais-SearchBox-input {
    padding-right: 2em;
}

.mpsearch-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mpsearch-list-item {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    position: relative;
}

.mpsearch-list-item:last-child {
    border-bottom: none;
}

.mpsearch-list-item:hover {
    background-color: #eef3d6;
}

.mpsearch-list-item .result-wrapper a {
    text-decoration: none;
}

.result-wrapper .result-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    margin: 0.5rem;
}

.result-wrapper .before_special {
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
}

.result-wrapper .text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9em;
    color: #aaaaaa
}

.no-results {
    padding: 1em 0;
    text-align: center;
}


.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    z-index: 999;
}

@media all and (min-width: 769px), print {
    .autocomplete-suggestions {
        position: absolute;
        width: 99.5%;
        z-index: 999;
    }
}

@media all and (max-width: 768px), print {
    .minisearch .search-category {
        top: 24% !important;
        right: 15px !important;
        display: none;
    }

    .ais-SearchBox-submit {
        right: 15px !important;
        top: 10px;
    }

    .ais-SearchBox-submit.has-items {
        top: 10px;
        right: 50px !important;
    }

    .ais-SearchBox-submitIcon {
        width: 15px;
        height: 15px;
    }

    #algoliaAutocomplete .search-category {
        right: 1px !important;
        display: none;
    }

    #algoliaAutocomplete .mpSearch-input {
        display: none;
    }

    #algoliaAutocomplete .autocomplete-suggestions {
        border: 1px solid #c2c2c2;
        padding: 0;
        box-shadow: none;
    }

    #algoliaAutocomplete .ais-SearchBox-submit {
        display: block !important;
    }

    #algoliaAutocomplete .ais-SearchBox-reset {
        display: none !important;
    }

    .autocomplete-suggestions .mpsearch-list-item {
        width: 100%;
    }
}

@media all and (min-width: 769px), print {
    .algolia-search-block {
        position: relative;
        float: right;
    }

    .algolia-search-block {
        width: 374px;
    }
}

.algolia-search-block {
    position: relative;
}

.autocomplete-suggestions .result-content {
    display: flex;
    align-items: center;
}

.autocomplete-suggestions .result-content .result-sub-content {
    align-items: center;
    justify-content: center;
    width: 65%;
}

.autocomplete-suggestions .result-content .result-sub-content .name {
    font-size: 1.2em;
}

.autocomplete-suggestions .result-content .result-sub-content .name mark {
    font-weight: bold;
    background: none;
}

.autocomplete-suggestions .result-content .result-sub-content .product-line.product-price {
    text-align: left;
    color: black;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #algoliaAutocomplete.two-columns {
        width: 532px !important;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 530px !important;
    }

    .autocomplete-suggestions.two-columns .mpsearch-list, .autocomplete-suggestions.two-columns .ais-Hits {
        width: 100%;
    }

    .autocomplete-suggestions.two-columns div:not([class]) {
        width: 100%;
    }

    .autocomplete-suggestions .mpsearch-list-item {
        width: 50%;
    }
}

@media only screen and (min-width: 1025px) {
    #algoliaAutocomplete.two-columns {
        width: 564px !important;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 562px !important;
    }

    .autocomplete-suggestions.two-columns .mpsearch-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .autocomplete-suggestions.two-columns .ais-Hits {
        width: 100%;
    }

    .autocomplete-suggestions.two-columns div:not([class]) {
        width: 100%;
    }

    .autocomplete-suggestions.two-columns .mpsearch-list-item {
        width: 50%;
        position: relative;
    }

    .autocomplete-suggestions.three-columns .mpsearch-list-item {
        width: 33%;
    }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
span.mps-add-to-cart {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    padding: unset;
    background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_Search/css/images/btn-add-to-cart.svg") no-repeat;
    border: unset;
}

.form.minisearch .autocomplete-suggestions {
    padding: 0;
    box-shadow: none;
}

.autocomplete-suggestions span.mps-add-to-cart:hover {
    background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_Search/css/images/btn-add-to-cart-hover.svg") no-repeat;
}

.autocomplete-suggestions span.mps-add-to-cart.loading {
    background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_Search/css/images/btn-add-to-cart-loader.svg") no-repeat;
}

.trending-title {
    display: block;
    padding: 10px 0 0 5px;
    font-weight: 600;
}

.suggestions-title {
    display: block;
    padding: 10px 0 0 5px;
    font-weight: 600;
}

.mp-search-trending {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 5px 0 5px;
}

.top-key {
    display: inline-flex;
    align-items: center;
    height: 26px;
    background-color: #F1F1F1;
    margin: 0 5px 10px 0;
    padding: 5px;
    border-radius: 18px;
}

.top-key .key {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px 0 5px;
}

.top-key:hover {
    background-color: #D9D9D9;
    cursor: pointer;
}

.mp-suggestion .mpsearch-list {
    padding-left: 5px;
}

.icon-trending {
    background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_Search/css/images/icon-trending.svg") no-repeat;
    width: 26px;
    height: 26px;
}

.icon-no-result {
    background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_Search/css/images/icon-no-result.svg") no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 19px;
    left: 0;
}

#search_mini_form.two-columns {
    transition: width 1s ease, opacity 1s ease;
    opacity: 1;
}

.autocomplete-suggestions.two-columns {
    transition: width 1s ease, opacity 1s ease;
    opacity: 1;
}

.parent-category {
    font-weight: bold;
    background: #F5F5F5;
}

@media only screen and (max-width: 480px) {
    .form.minisearch.active .control {
        width: 86% !important;
    }

    .form.minisearch.show .control {
        width: 86% !important;
    }

    .minisearch .search-category {
        right: 20px !important;
    }
}

@media only screen and (max-width: 360px) {
    .form.minisearch.active .control {
        width: 82% !important;
    }

    .form.minisearch.show .control {
        width: 82% !important;
    }

    .tooltip-short-des {
        width: 180px;
    }
}

@media only screen and (max-width: 768px) {
    .autocomplete-suggestions {
        z-index: 99 !important;
        max-height: 457px !important;
        width: 100% !important;
        border-radius: 0 0 10px 10px;
        border: none;
        left: 0;
    }

    .autocomplete-suggestion {
        padding-left: 10px;
    }

    .form.minisearch.active .control {
        background-color: #fff;
        position: fixed !important;
        z-index: 10003;
        width: 90%;
        top: 90px;
        left: 28px;
        border-radius: 10px 10px 0 0;
    }

    .form.minisearch.show .control {
        background-color: #fff;
        position: fixed !important;
        z-index: 10003;
        width: 90%;
        top: 90px;
        left: 28px;
        border-radius: 10px 10px 0 0;
    }

    .minisearch.active .search-category {
        display: block !important;
    }

    .minisearch.show .search-category {
        display: block !important;
    }

    .block-search .label.show + .control input {
        position: static;
    }

    #mpsearch-category {
        border-right: none;
    }

    .trending-title {
        padding-left: 20px;
    }

    .mp-search-trending {
        padding-left: 20px;
    }

    #bio_ep_bg_search {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        z-index: 10001;
    }

    .autocomplete-suggestions .product-des p {
        white-space: unset !important;
    }

    .tooltip-short-des {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #search_mini_form.two-columns {
        width: 532px !important;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 530px !important;
    }

    .autocomplete-suggestions {
        max-height: 408px !important;
        width: 95.5%;
    }

    .autocomplete-suggestions.two-columns .autocomplete-suggestion {
        width: 47.75%;
    }

    .mp-search .minisearch .actions {
        right: 125px;
        top: 0;
    }
}

@media only screen and (min-width: 1025px) {
    #search_mini_form.two-columns {
        width: 564px !important;
    }

    .autocomplete-suggestions {
        max-height: 408px !important;
        width: 95.5%;
    }

    .autocomplete-suggestions.two-columns {
        display: flex;
        flex-wrap: wrap;
        width: 562px !important;
    }

    .autocomplete-suggestions.two-columns .autocomplete-suggestion {
        width: 47.75%;
    }

    .mp-search .minisearch .actions {
        right: 125px;
        top: 0;
    }
}

.highlight {
    background-color: #F3793B;
    font-weight: bold;
}

.autocomplete-suggestions.three-columns {
    display: flex;
    flex-wrap: wrap;
}

.autocomplete-suggestions {
    max-height: 510px !important;
    z-index: 999 !important;
}

.mp-search .minisearch .actions {
    right: 125px;
    top: 0;
}

.autocomplete-suggestions.three-columns .autocomplete-suggestion {
    width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .autocomplete-suggestions.three-columns .autocomplete-suggestion {
        width: 50%;
    }
}

@media only screen and (min-width: 1025px) {
    .autocomplete-suggestions.three-columns .autocomplete-suggestion {
        width: 33%;
    }
}

.menu-category {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #fff;
    left: 0;
}
.dropdown-category {
    display: none;
    list-style: none;
    height: 625px;
    padding: 0;
    margin: 0 15px;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
    overflow: auto;
}

.dropdown-category.show {
    display: block;
}

.dropdown-category li {
    padding: 8px;
    cursor: pointer;
    margin: 0;
}

li.parent-category {
    padding: 13px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.dropdown-toggle {
    cursor: pointer;
    display: block;
    padding: 5px 15px 5px 5px;
    border-left: 1px solid #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle:after {
    font-size: 12px;
    background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/Mageplaza_Search/css/images/icon-dropdown.svg") no-repeat;
    position: absolute;
    right: 5px;
    top: 12px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/porto_rtl_child/ar_KW/Smartwave_Filterproducts/css/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  .owl-carousel .owl-item .owl-lazy {opacity: 1;}
  .owl-carousel {margin-bottom: 20px;}
  .owl-carousel.row {width: auto;}
  .owl-carousel .owl-dot,.owl-carousel .owl-nav button {outline: none;}
  .owl-carousel .img-thumbnail {max-width: 100%;}
  .owl-carousel .img-thumbnail img {width: 100%;}
  .owl-carousel .item-video {height: 300px;}
  .owl-carousel .owl-nav {margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-nav {top: 50%;position: absolute;margin-top: 0;width: 100%;flex: none;}
  .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {display: inline-block;position: absolute;width: 30px;height: 30px;text-align: center;line-height: 22px;margin: 0;transform: translateY(-50%);}
  .owl-carousel .owl-nav .owl-prev {left: 0;}
  .owl-carousel .owl-nav .owl-prev:before {font-family: "porto-icons";content: "\e819";position: relative;left: -1px;}
  .owl-carousel .owl-nav .owl-next {right: 0;}
  .owl-carousel .owl-nav .owl-next:before {font-family: "porto-icons";content: "\e81a";position: relative;left: 1px;}
  .owl-carousel .owl-dots {margin-top: 1em;}
  .owl-carousel.stage-margin .owl-stage-outer {margin-left: 40px;margin-right: 40px;}
  .owl-carousel.stage-margin .owl-stage-outer .owl-stage {padding-left: 0!important;padding-right: 0!important;}
  .owl-carousel.nav-bottom .owl-stage-outer {margin-bottom: 10px;}
  .owl-carousel .owl-nav .disabled {opacity: 0.5;cursor: default;}
  .owl-carousel.show-nav-hover .owl-prev {left: -10px;transform: translate(-10px,-50%);}
  .owl-carousel.show-nav-hover .owl-next {right: -10px;transform: translate(10px,-50%);}
  .owl-carousel.show-nav-hover .owl-prev,.owl-carousel.show-nav-hover .owl-next {transition: opacity .2s,transform .4s;opacity: 0;}
  .owl-carousel.show-nav-hover:hover .owl-prev,.owl-carousel.show-nav-hover:hover .owl-next {opacity: 1;transform: translate(0,-50%);}
  .owl-carousel.show-nav-hover:hover .owl-prev.disabled,.owl-carousel.show-nav-hover:hover .owl-next.disabled {opacity: .5;}
  .owl-carousel.show-nav-title .owl-nav {top: 0;right: 0;margin-top: -18px;width: auto !important;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"],.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:hover,.owl-carousel.show-nav-title .owl-nav [class*="owl-"]:active {background: transparent!important;width: 18px;font-size: 18px;padding-left: 0;padding-right: 0;color: #222529;}
  .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -45px;}
  .owl-carousel.nav-bottom .owl-nav {position: static;margin: 0;padding: 0;width: auto;}
  .owl-carousel.nav-bottom .owl-nav .owl-prev,.owl-carousel.nav-bottom .owl-nav .owl-next {position: static;transform: none;margin: 0 3px;}
  .owl-carousel.rounded-nav .owl-nav [class*="owl-"],.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {padding: 3px 7px;border-radius: 50%;background: transparent!important;border: 1px solid #999!important;color: #999;width: 30px;}
  .owl-carousel.nav-style-1 .owl-nav [class*="owl-"] {width: 20px;background: none!important;color: #000;font-size: 20px;}
  .owl-carousel.show-dots-title .owl-dots {position: absolute;left: 155px;top: -54px;margin-top: 0!important;line-height: 0;}
  .owl-carousel.show-dots-title-right .owl-dots {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;position: absolute;left: auto;right: 0;margin-top: 0!important;top: -33px;right: 8px}
  .owl-carousel.nav-inside .owl-dots {bottom: 2px;margin-top: 10px;position: absolute;right: 6px;z-index: 1;}
  .owl-carousel.nav-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-inside-left .owl-dots {left: 6px;right: auto;}
  .owl-carousel.nav-inside-center .owl-dots {right: 36px;left: 36px;}
  .owl-carousel.full-width .owl-nav [class*="owl-"],.owl-carousel.full-width .owl-nav [class*="owl-"]:hover,.owl-carousel.big-nav .owl-nav [class*="owl-"],.owl-carousel.big-nav .owl-nav [class*="owl-"]:hover {height: auto;padding: 20px 0;margin: 0;}
  .owl-carousel.nav-style-2 .owl-nav [class*="owl-"] {background: none!important;color: #fff;font-size: 1.5rem;}
  .owl-carousel.nav-style-3 .owl-nav [class*="owl-"] {width: 35px;height: 45px;line-height: 33px;background-color: rgba(38,42,47,.4)!important;border-color: transparent!important;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"] {width: 30px;background: none!important;color: #333;font-size: 24px;}
  .owl-carousel.nav-style-4 .owl-nav [class*="owl-"]:hover {color: #333;}
  .owl-carousel.nav-style-4 .owl-prev:before {content: "\f80a";}
  .owl-carousel.nav-style-4 .owl-next:before {content: "\f809";}
  .owl-carousel.nav-pos-inside .owl-nav .owl-prev {left: 15px;}
  .owl-carousel.nav-pos-inside .owl-nav .owl-next {right: 15px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-prev {left: -30px;}
  .owl-carousel.nav-pos-outside .owl-nav .owl-next {right: -30px;}
  .owl-carousel.nav-center-images-only .owl-nav {top: 37%;}
  .owl-carousel.top-border {padding-top: 18px;}
  .owl-carousel .owl-item .owl-lazy {transition: all 0.2s linear,opacity 0.4s;}
  .owl-carousel .owl-item .owl-lazy-loaded {opacity: 1;}
  .owl-carousel .wpb_content_element {margin-bottom: 0;}
  .owl-carousel.carousel-center-active-item .owl-item {opacity: .2;transition: opacity 0.3s;}
  .owl-carousel.carousel-center-active-item .owl-item.center {opacity: 1;}
  .owl-carousel.carousel-center-active-item-style-2 .owl-item {opacity: .7}
  .owl-carousel .owl-nav button[class*='owl-'] {color: #FFF;font-size: 14px;margin: 0;padding: 4px 7px;background: #D6D6D6;display: inline-block;cursor: pointer;height: auto;}
  .owl-carousel .owl-nav button[class*='owl-']:hover {background: #869791;color: #FFF;text-decoration: none;}
  .owl-carousel .owl-nav button[class*='owl-'] > span {display: none;}
  .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {color: #222529;}
  .custom-block .owl-carousel.show-nav-title .owl-nav [class*='owl-'] {margin-left: 0;margin-right: 0;}
  .custom-block .owl-carousel.show-nav-title .owl-nav .owl-prev {left: -30px;}
  .owl-carousel .owl-nav.disabled+.owl-dots {margin-top: 10px;}
  .owl-carousel .owl-dots {text-align: center;-webkit-tap-highlight-color: transparent;}
  .owl-carousel .owl-dots .owl-dot {display: inline-block;zoom:1;*display: inline;height: auto;vertical-align: top;}
  .owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 4px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;transition: opacity .2s;border-radius: 30px;}
  .owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {background: #869791;}
  .owl-carousel.dots-style-1 .owl-dots span {width: 14px;height: 14px;border: 2px solid #e7e7e7;background: none!important;margin: 5px 2px;position: relative;}
  .products-slider.owl-carousel .owl-dot {vertical-align: middle;}
  .owl-carousel.dots-style-1 .owl-dot.active span,.owl-carousel.dots-style-1 .owl-dot:hover span {border: 2px solid;}
  .owl-carousel.dots-style-1 .owl-dot.active span:after,.owl-carousel.dots-style-1 .owl-dot:hover span:after {content: '';position: absolute;left: 3px;right: 3px;top: 3px;bottom: 3px;border-radius: 10px;border: 2px solid;}
  .product-image-carousel.owl-carousel .owl-nav [class*="owl-"], .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:hover, .product-image-carousel.owl-carousel .owl-nav [class*="owl-"]:active {background: none!important;font-size: 22px;color: #222529;}
  .product-image-carousel.owl-carousel .owl-nav .owl-prev {left: 0;}
  .product-image-carousel.owl-carousel .owl-nav .owl-next {right: 0;}
  .widget .owl-carousel .owl-dots {margin-bottom: -10px;}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: right;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 10px 18px 0;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  left: -6px;
  text-align: left;
  padding-left: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 35px;
    margin-right: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  right: 0; }
  .mfp-arrow-left:after {
    border-left: 17px solid #FFF;
    margin-right: 31px; }
  .mfp-arrow-left:before {
    margin-right: 25px;
    border-left: 27px solid #3F3F3F; }

.mfp-arrow-right {
  left: 0; }
  .mfp-arrow-right:after {
    border-right: 17px solid #FFF;
    margin-right: 39px; }
  .mfp-arrow-right:before {
    border-right: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-holder .mfp-close:hover {
    background: transparent;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: right;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-left: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-right: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    left: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
    border: 1px solid #ccc;
    border-width: 2.5px;
    border-radius: 15px;
    border-top-color: transparent;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}